/** Shopify CDN: Minification failed

Line 55:23 Expected identifier but found whitespace
Line 55:24 Unexpected "16px"

**/
#menu-drawer {
  background: rgba(243, 243, 243, 1);
  .click svg {
    transition: transform 0.2s;
  }
  .clicked svg {
    transform: rotate(180deg);
  }
  p,
  ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  * {
    transition: height 0.4s, padding-top 0.4s, padding-bottom 0.4s;
  }
  .hide {
    height: 0 !important;
    overflow: hidden;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .menu-drawer__inner-container {
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    .gallary-name {
      width: 100%;
      display: flex;
      justify-content: space-between;
      color: var(--used-textColor-Base-Font-Gy1, #1a1a1a);
      font-size: 14px;
      font-weight: 400;
      line-height: 120%; /* 16.8px */
      span {
        color: var(--Base-Grey-Gradient-Gray-80, rgba(119, 119, 119, 0.8));
        font-size: 12px;
        font-weight: 400;
        line-height: 120%; /* 14.4px */
        letter-spacing: 0.24px;
        display: flex;
        gap: 4px;
        align-items: center;
      }
    }
    .header-mob-section {
      &.mine {
        padding-bottom: 16px: 
        .trigger-bar {
          padding: 0 40px;
        }
      }
      &.download {
        padding: 16px 0;
      }
      .header-mob-download-app {
        width: 214px;
        border-radius: calc(33px / 2);
        display: flex;
        padding: 8px 16px;
        justify-content: center;
        align-items: center;
        gap: 4px;
        color: var(--used-textColor-Base-Font-Gy1, #1a1a1a);
        font-size: 14px;
        font-weight: 500;
        line-height: 120%; /* 16.8px */
        border-radius: var(--, 999px);
        margin: 0 auto;
        border: 1px solid var(--used-textColor-Base-Font-Gy1, #1a1a1a);
      }
      &.border-bottom {
        border-bottom: 1px solid rgba(119, 119, 119, 0.2);
      }
      .section-item-mine a {
        display: flex;
        align-items: center;
        padding: 16px 40px;
        gap: 16px;
        color: var(--used-textColor-Base-Font-Gy1, #1a1a1a);
        font-size: 16px;
        font-weight: 500;
        line-height: 120%; /* 19.2px */
        letter-spacing: 0.32px;
        background-color: #fff;
        svg {
          width: 48px;
          height: 48px;
        }
      }
      .section-item {
        display: flex;
        flex-direction: column;
        .trigger-bar {
          height: 68px;
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 0 16px;
          background: #fff;
          color: var(--used-textColor-Base-Font-Gy1, #1a1a1a);
          font-size: 16px;
          font-weight: 500;
          line-height: 120%; /* 19.2px */
          letter-spacing: 0.32px;
          & > span {
            display: flex;
            align-items: center;
            gap: 8px;
          }
          &.pd-sale > svg {
            width: 41px;
            height: 20px;
          }
        }
      }
      .header-product-collection-mob {
        display: flex;
        flex-direction: column;
        .name {
          width: 100%;
          height: 51px;
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 0 24px;
          color: var(--used-textColor-Base-Font-Gy1, #1a1a1a);
          font-size: 16px;
          font-weight: 400;
          line-height: 120%; /* 19.2px */
          letter-spacing: 0.32px;
          margin: 0;
          background: #fff;
        }
        .products {
          padding: 0;
          margin: 0;
          padding: 16px 24px;
          display: flex;
          flex-direction: column;
          gap: 16px;
          .gallary-name {
            width: 100%;
            display: flex;
            justify-content: space-between;
            color: var(--used-textColor-Base-Font-Gy1, #1a1a1a);
            font-size: 14px;
            font-weight: 400;
            line-height: 120%; /* 16.8px */
            span {
              color: var(
                --Base-Grey-Gradient-Gray-80,
                rgba(119, 119, 119, 0.8)
              );
              font-size: 12px;
              font-weight: 400;
              line-height: 120%; /* 14.4px */
              letter-spacing: 0.24px;
              display: flex;
              gap: 4px;
            }
          }
          & > ul {
            display: flex;
            flex-direction: column;
            gap: 8px;
            .cube a {
              display: flex;
              align-items: center;
              gap: 8px;
              width: 100%;
              padding: 11.5px 0;
              .left {
                width: 80px;
                height: 80px;
                position: relative;
                img {
                  position: absolute;
                  width: 100%;
                  height: 100%;
                  top: 0;
                  left: 0;
                }
                & > svg {
                  position: absolute;
                  z-index: 1;
                  margin: 3.75px;
                }
              }
              .right {
                flex: 1;
                display: flex;
                flex-direction: column;
                text-align: left;
                padding: 12px 0;
                gap: 4px;
                span.new {
                  color: var(
                    --used-textColor-Base-text-prompt-Subtitle,
                    #fa541c
                  );
                  font-size: 10px;
                  font-weight: 500;
                  line-height: 120%; /* 12px */
                  margin: 0;
                }
                span.title {
                  color: var(--used-textColor-Base-Font-Gy1, #1a1a1a);
                  font-size: 14px;
                  font-weight: 600;
                  line-height: 120%; /* 16.8px */
                  margin: 0;
                  width: 60vw;
                  white-space: nowrap;
                  overflow: hidden;
                  text-overflow: ellipsis;
                }
                span.content {
                  color: var(--used-textColor-Base-Font-Gy2, #4b4b4b);
                  font-size: 12px;
                  font-weight: 400;
                  line-height: 120%; /* 14.4px */
                  letter-spacing: 0.24px;
                  margin: 0;
                  width: 60vw;
                  white-space: nowrap;
                  overflow: hidden;
                  text-overflow: ellipsis;
                }
              }
            }
          }
        }
      }
      .blog-container {
        padding: 24px 0 40px;
        display: flex;
        flex-direction: column;
        gap: 16px;
        .gallary-name {
          padding: 0 24px;
          color: var(--used-textColor-Base-Font-Gy1, #1a1a1a);
          font-size: 14px;
          font-weight: 500;
          line-height: 120%; /* 16.8px */
        }
        .blog-list {
          overflow-x: auto;
          display: flex;
          gap: 8px;
          .header-blog-card {
            width: calc(100vw - 50px);
            min-width: calc(100vw - 50px);
            height: 364px;
            display: flex;
            flex-direction: column;
            border-radius: 8px;
            overflow: hidden;
            background: #fff;
            &:first-of-type {
              margin-left: 24px;
            }
            &:last-of-type {
              margin-right: 24px;
            }
            .header-blog-card-image-container {
              position: relative;
              height: 227px;
              img {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
              }

              & > svg {
                position: absolute;
                z-index: 1;
                margin: 12px;
              }
            }
            .tag_title {
              padding: 8px 12px;
              display: flex;
              flex-direction: column;
              align-items: flex-start;
              gap: 4px;
            }
            .title_content {
              display: flex;
              flex-direction: column;
              align-items: flex-start;
              gap: 12px;
            }
            .new {
              color: var(--Brand_Color, #c69e6d);
              font-size: 10px;
              font-weight: 500;
              line-height: 120%; /* 12px */
            }
            .title {
              overflow: hidden;
              color: var(--used-textColor-Base-Font-Gy1, #1a1a1a);
              text-overflow: ellipsis;
              font-size: 14px;
              font-weight: 600;
              line-height: 120%; /* 16.8px */
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 3;
              align-self: stretch;
              margin: 0;
            }
            .content {
              overflow: hidden;
              color: var(--used-textColor-Base-Font-Gy2, #4b4b4b);
              font-size: 12px;
              font-weight: 400;
              line-height: 120%; /* 14.4px */
              letter-spacing: 0.24px;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 3;
              align-self: stretch;
              margin: 0;
            }
          }
        }
      }
      .support-container {
        padding: 24px 24px 40px;
        ul {
          li a {
            color: var(--used-textColor-Base-Font-Gy1, #1a1a1a);
            font-size: 14px;
            font-weight: 500;
            line-height: 120%; /* 16.8px */
            padding: 12px 0;
          }
        }
      }
    }
  }
}
