/** Shopify CDN: Minification failed

Line 369:4 Unexpected "{"
Line 369:5 Expected identifier but found "%"
Line 372:17 Unexpected "{"
Line 372:18 Expected identifier but found "%"

**/
  html {
    scroll-behavior: smooth;
  }

  .facet-filters__sort:focus-visible {
    /* outline: 0.2rem solid rgba(var(--color-foreground), 0.5); */
    outline-offset: 1rem;
    /* box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3); */
  }

  .facet-filters__sort.focused {
    outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
    outline-offset: 1rem;
    /* box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3); */
  }
  .facet-filters__field {
    border:1px solid #E5E8EB;
    border-radius:40px;
    padding:8px 16px;
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
  }
  .facets__form {
    display: grid;
    grid-template-columns: 1fr max-content max-content;
    margin-bottom: 0.5rem;
  }
  .select__select:focus-visible{
       box-shadow:none;
  }
  .collection-hero__title+.collection-hero__description {
    font-size:16px;
    margin-top:0px !important;
    margin-bottom: 0px !important;
    font-size: 1.6rem !important;
    line-height: calc(1 + 0.5 / var(--font-body-scale));
  }
  .collection-hero__title{
    font-family: 'Clash Display';
    font-size:49px;
      padding:10px 0px !important;
      margin:0px !important;
      font-weight:600;
  }

  @media screen and (max-width: 990px) {
  .mobile-facets__wrapper{
    display: flex;
    justify-content:end;
  }
  .collection-hero__title{
  display:none;
  font-size:24px;
  }
  }


  /* start related-collections-section  */
       /* Hide on desktop */
            #related-collections-section.mobile-only-related {
            display: none;
          }
          .collection--title--only--mobile{
            display: none;
          }
            #related-collections-section.desktop-only-related {
              display: block;
          }
         #related-collections-section .related-collections-grid {
           display: flex;
           flex-wrap: wrap;
           gap: 14px;
           justify-content: flex-start;
         }

         #related-collections-section .related-collection-card {
           display: flex;
           flex-direction: column;
           align-items: center;
           justify-content: center;
           text-decoration: none;
           color: inherit;
           padding: 4px 8px;
           gap: 16px;
           border: 1px solid #000000;
           background: none;
           border-radius: 8px;
           box-shadow: none;
           transition: transform 0.2s ease;
         }


         #related-collections-section .related-collection-card:hover {
           transform: translateY(-3px);
           box-shadow: none;
         }

         #related-collections-section .related-collection-content {
           padding: 0;
           text-align: center;
         }

         #related-collections-section .related-collection-content h3 {
           font-size: 13px;
           font-weight: 400;
           margin: 0;
           color: #444;
           line-height: 1.3;
         }
         #related-collections-section .related-collection-card.active .related-collection-content h3 {
           font-weight: 600;
         }

        /* Show only on mobile */
        @media screen and (max-width: 768px) {
          #related-collections-section.mobile-only-related {
            display: block;
        }
          #related-collections-section.desktop-only-related {
            display: none;
        }
          .collection--title--only--mobile{
          display: block !important;
        }
        }
        @media screen and (min-width: 990px) {

        }
        @media (max-width: 480px) {
        #related-collections-section .related-collection-card {
          width: auto;
          padding:8px 16px;
         }
        #related-collections-section .related-collections-grid{
          gap:10px !important;
         }
       #related-collections-section .related-collection-content h3 {
         font-size: 11px;
         }
         }
       #related-collections-section .related-collection-card.active .related-collection-content h3 {
         font-weight: 600;
       }
       #related-collections-section .related-collection-card.active {
         background: #000000;
         border-color: #000000;
       }

       #related-collections-section .related-collection-card.active .related-collection-content h3 {
         color: #ffffff;
         font-weight: 400;
       }
       /* End related-collections-section  */

  /* Start image upload poster culture styling  */

  #image-upload-product .image-upload-product-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
  }

  #image-upload-product .image-upload-product-header .form__label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 0;
  }

  #image-upload-product .image-upload-product-count {
    font-size: 13px;
    color: #6b6b6b;
  }

  #image-upload-product .file-upload-container {
    display: block;
  }

  #image-upload-product .image-upload-product-dropzone {

    border: 2px dashed #000000ff;
    border-radius: 12px;
    padding: 14px 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    cursor: pointer;
    background: #fff;
    transition: background 0.2s ease, border-color 0.2s ease;
  }

  #image-upload-product .image-upload-product-dropzone:hover {
    background: #fafafa;
  }

  #image-upload-product .image-upload-product-dropzone.is-dragover {
    background: #fff5f5;
    border-color: #e8372a;
  }

  #image-upload-product .image-upload-product-dropzone__icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #e8372a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }

  #image-upload-product .image-upload-product-dropzone__icon svg {
    width: 20px;
    height: 20px;
    stroke: #fff;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  #image-upload-product .image-upload-product-dropzone__title {
    font-size: 15px;
    font-weight: 700;
    color: #111111;
  }

  #image-upload-product .image-upload-product-dropzone__subtitle {
    font-size: 13px;
    color: #6b6b6b;
    text-align: center;
  }

  #image-upload-product .file-name {
    margin-left: 10px;
    font-style: italic;
  }

  #image-upload-product .image-preview-list {
    display: none;
    flex-direction: column;
    gap: 0;
    margin-top: 12px;
  }

  #image-upload-product .image-preview-item {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    height: 45px;
    border: 1px solid #e0e0e0;
    border-bottom: none;
    background: #fff;
    box-sizing: border-box;
    cursor: default;
    user-select: none;
    transition: background 0.15s, opacity 0.2s;
    padding: 0 6px 0 0;
    gap: 10px;
  }

  #image-upload-product .image-preview-item:first-child {
    border-radius: 6px 6px 0 0;
  }

  #image-upload-product .image-preview-item:last-child {
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0 0 6px 6px;
  }

  #image-upload-product .image-preview-item:only-child {
    border-radius: 6px;
    border-bottom: 1px solid #e0e0e0;
  }

  #image-upload-product .image-preview-item.dragging {
    opacity: 0.4;
    cursor: grabbing;
    box-shadow: 0 2px 8px rgba(0,0,0,0.13);
  }

  #image-upload-product .image-preview-item.drag-over {
    border-top: 2px solid #e8372a;
    background: #fff5f5;
  }


  #image-upload-product .drag-handle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 30px;
    cursor: grab;
    flex-shrink: 0;
    color: #bbb;
    font-size: 13px;
    letter-spacing: 1px;
  }

  #image-upload-product .drag-handle:active {
    cursor: grabbing;
  }

  #image-upload-product .drag-handle svg {
    width: 14px;
    height: 14px;
    fill: #bbb;
    display: block;
  }


  #image-upload-product .image-preview-item img {
    width: 28px;
    height: 28px;
    object-fit: cover;
    border-radius: 3px;
    flex-shrink: 0;
    display: block;
    pointer-events: none;
  }


  #image-upload-product .image-number-badge {
    font-size: 16px;
    font-weight: 600;
    color: #0A0E11 ;
    min-width: 14px;
    flex-shrink: 0;
  }


  #image-upload-product .image-preview-filename {
    font-size: 16px;
    font-weight:600;
    color: #0A0E11;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    min-width: 0;
  }


  #image-upload-product .image-preview-size {
    font-size: 12px;
    color: #606369;
    flex-shrink: 0;
    white-space: nowrap;
  }


  #image-upload-product .image-remove-btn {
    {% comment %} width: 28px;
    height: 28px;
    background: #F2F2F2;
    color: #555; {% endcomment %}
    border: none;
    border-radius: 6px;
    font-size: 13px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0;
    transition: background 0.15s, color 0.15s;
  }

  #image-upload-product .image-remove-btn svg {
    width: 18px;
    height: 20px;
    stroke: #5E5E5E;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
  }

  #image-upload-product .image-remove-btn:hover {
    background: #ffe3e3;
  }

  #image-upload-product .image-remove-btn:hover svg {
    stroke: #e8372a;
  }

  #image-upload-product .drag-hint {
    font-size: 11px;
    color: #aaa;
    margin-top: 6px;
    display: none;
  }


  #image-upload-product .add-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    height: 30px;
    border: 1px dashed #ccc;
    border-radius: 6px;
    background: #fafafa;
    cursor: pointer;
    color: #aaa;
    font-size: 11px;
    margin-top: 6px;
    width: 100%;
    box-sizing: border-box;
    transition: border-color 0.2s, color 0.2s;
  }

  #image-upload-product .add-more-btn:hover {
    border-color: #e8372a;
    color: #e8372a;
  }

  #image-upload-product .add-more-btn svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
 #image-upload-product .upload-max-image-size{
color:#e8372a;
  }
@media screen and (max-width: 750px){
  #image-upload-product .image-upload-product-dropzone {
    padding: 28px 14px;
  }
  #image-upload-product .image-upload-product-dropzone__title {
    font-size: 14px;
  }
  #image-upload-product .image-upload-product-dropzone__subtitle {
    font-size: 12px;
  }
  #image-upload-product {
    max-width: 50rem;
    display: block;
}
}
@media screen and (min-width: 750px){
#image-upload-product .image-upload-product-dropzone{
width:51rem;
}
}


  /* End image upload poster culture styling  */


    /* start delivery shipping poster culture styling  */
      #delivery-shipping {
      margin: 20px 0;
      display: flex;
      flex-direction: column;
      gap: 4px;
    }

    #delivery-shipping .ds-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 4px;
    }

    #delivery-shipping .ds-badge {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 10px;
      padding: 12px 10px;
      border: 1px solid #e8e4df;
      margin: -1px 0 0 -1px;
    }

    #delivery-shipping .ds-badge__icon {
      flex-shrink: 0;
      width: 34px;
      height: 34px;
      color: #4a4a4a;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    #delivery-shipping .ds-badge__icon svg {
      width: 100%;
      height: 100%;
    }

    #delivery-shipping .ds-badge__text {
      display: flex;
      flex-direction: column;
      gap: 2px;
    }

    #delivery-shipping .ds-badge__title {
      font-size: 12px;
      font-weight: 600;
      color: #2c2c2c;
      line-height: 1.3;
      font-family: inherit;
    }

    #delivery-shipping .ds-badge__subtitle {
      font-size: 11px;
      font-weight: 400;
      color: #6b6b6b;
      line-height: 1.3;
      font-family: inherit;
    }

      /* end delivery shipping poster culture styling  */



      /* start Accordian poster culture styling  */

      #Accordian-poster-culture .pga-wrap{
      width:100%;
      max-width:680px;
    }

    #Accordian-poster-culture .pga-accordion{
      border:1px solid #e5e5e5;
      border-radius:4px;
      overflow:hidden;
      background:#fff;
    }

    #Accordian-poster-culture .pga-item{
      border-bottom:1px solid #e5e5e5;
    }

    #Accordian-poster-culture .pga-item:last-child{
      border-bottom:none;
    }

    #Accordian-poster-culture .pga-trigger{
      width:100%;
      border:none;
      background:#fff;
      display:flex;
      align-items:center;
      gap:14px;
      padding:16px 20px;
      cursor:pointer;
      text-align:left;
    }

    #Accordian-poster-culture .pga-label{
      flex:1;
      font-size:12px;
      font-weight:300;
      color:#111;
      line-height:1.4;
    }

    #Accordian-poster-culture .pga-icon{
      width:22px;
      height:22px;
      flex-shrink:0;
    }

    #Accordian-poster-culture .pga-icon svg{
      width:100%;
      height:100%;
      stroke:#111;
      fill:none;
      stroke-width:1.8;
      stroke-linecap:round;
      stroke-linejoin:round;
    }

    #Accordian-poster-culture .pga-chev{
      width:18px;
      height:18px;
      transition:0.35s ease;
      flex-shrink:0;
    }

    #Accordian-poster-culture .pga-chev svg{
      width:100%;
      height:100%;
      stroke:#111;
      fill:none;
      stroke-width:2.2;
      stroke-linecap:round;
      stroke-linejoin:round;
    }

    #Accordian-poster-culture .pga-item.active .pga-chev{
      transform:rotate(180deg);
    }

    #Accordian-poster-culture .pga-content{
      max-height:0;
      overflow:hidden;
      transition:max-height 2s ease;
      background:#fafafa;
    }

    #Accordian-poster-culture .pga-inner{
      padding:4px 10px;
      border-top:1px solid #e5e5e5;
    }

    #Accordian-poster-culture .pga-inner p{
      font-size:12px;
      line-height:1.8;
      color:#555;
    }

    @media(max-width:600px){
      #Accordian-poster-culture .pga-trigger{
        padding:14px 15px;
      }

      #Accordian-poster-culture .pga-inner{
        padding:15px;
      }

      #Accordian-poster-culture .pga-label{
        font-size:14px;
      }
    }


      /* end Accordian poster culture styling  */
   /* start product page styling for customize button */
   /* .customize-your-posters{
    align-items:center;
    display:flex;
    padding:10px 12px ;
    } */

  .customize-your-posters__row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
  }

  .customize-btn {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    background: linear-gradient(180deg, #e6e4de 0%, #d2d2d2 100%);
    color: #1a1a18;
    border-radius: 6px;
    padding: 6px 40px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
  }

  .customize-btn::before,
  .customize-btn::after,
  .customize-btn .shine-3 {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      100deg,
      transparent 0%,
      rgba(255, 255, 255, 0) 30%,
      rgba(255, 255, 255, 0.75) 50%,
      rgba(255, 255, 255, 0) 70%,
      transparent 100%
    );
    transform: skewX(-20deg);
    filter: blur(4px);
    animation: shine-sweep 15s ease-in-out infinite;
    pointer-events: none;
  }

  /* each shine starts 5s after the previous one */
  .customize-btn::before {
    animation-delay: 0s;
  }

  .customize-btn::after {
    animation-delay: 5s;
  }

  .customize-btn .shine-3 {
    animation-delay: 10s;
  }

  @keyframes shine-sweep {
    0%   { left: -100%; }
    20%  { left: 100%; }   /* glide across full width */
    100% { left: 100%; }   /* hold off-screen until next turn */
  }

  .customize-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  }

  .customize-btn:active {
    transform: translateY(0);
  }



   /* end product page styling for customize button */



   /* ---------- start Sale offers Always-sticky banner, bottom-right ---------- */
    #posture-culture-animate-offer-sale .pc-banner-wrap {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 9998;
      display: flex;
      width: auto;
      padding: 0;
    }

    #posture-culture-animate-offer-sale .pc-banner {
      position: relative;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: #FFD700;
      border: none;
      border-radius: 999px;
      padding: 8px 20px 8px 8px;
      cursor: pointer;
      box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
      transition: transform 0.15s ease, box-shadow 0.2s ease;
      z-index: 0;
    }

    /* Solid black base border — always fully visible */
    #posture-culture-animate-offer-sale .pc-banner::after {
      content: "";
      position: absolute;
      inset: -3px;
      border-radius: 999px;
      border: 3px solid #000;
      z-index: -2;
      pointer-events: none;
    }

    /* Moving highlight sweeping around the black border */
    #posture-culture-animate-offer-sale .pc-banner::before {
      content: "";
      position: absolute;
      inset: -3px;
      border-radius: 999px;
      padding: 3px;
      background: conic-gradient(
        from var(--pc-angle, 0deg),
        transparent 0%,
        transparent 70%,
        rgba(255, 255, 255, 0.7) 80%,
        rgba(255, 255, 255, 1) 100%,
        rgba(255, 255, 255, 0.7) 94%,
        transparent 100%
      );
      -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
      -webkit-mask-composite: xor;
      mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
      mask-composite: exclude;
      animation: pcBorderSpin 2.8s linear infinite;
      z-index: -1;
      pointer-events: none;
    }

    @property --pc-angle {
      syntax: '<angle>';
      initial-value: 0deg;
      inherits: false;
    }

    @keyframes pcBorderSpin {
      to { --pc-angle: 360deg; }
    }

    #posture-culture-animate-offer-sale .pc-banner:hover {
      transform: scale(1.02);
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
    }

    #posture-culture-animate-offer-sale .pc-banner-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 30px;
      /* background: #ffffff; */
      border-radius: 50%;
      font-size: 15px;
      flex-shrink: 0;
    }

    #posture-culture-animate-offer-sale .pc-banner-text {
      font-weight: 700;
      font-size: 14px;
      color: #000000;
      letter-spacing: 0.01em;
      white-space: nowrap;
    }

    @media (max-width: 480px) {
      #posture-culture-animate-offer-sale .pc-banner-wrap { bottom: 12px; right: 12px; left: 12px; justify-content: flex-end; }
      #posture-culture-animate-offer-sale .pc-banner-text { font-size: 12px; white-space: normal; text-align: left; }
    }

    /* ---------- Popup overlay ---------- */
    #posture-culture-animate-offer-sale .pc-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      margin: 0;
      background: rgba(0, 0, 0, 0.5);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 99999;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.25s ease, visibility 0.25s ease;
      padding: 20px;
      box-sizing: border-box;
    }
    #posture-culture-animate-offer-sale .pc-overlay.is-open {
      opacity: 1;
      visibility: visible;
    }

    /* ---------- Popup — tightened spacing ---------- */
    #posture-culture-animate-offer-sale .pc-popup {
      position: relative;
      background: #fff;
      border-radius: 16px;
      width: 60%;
      max-width: 100%;
      max-height: 95vh;
      overflow-y: auto;
      margin: 0 auto;
      padding: 24px 20px 20px;
      transform: scale(0.9);
      opacity: 0;
      box-sizing: border-box;
      transition: transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.28s ease;
    }
    #posture-culture-animate-offer-sale .pc-overlay.is-open .pc-popup {
      transform: scale(1);
      opacity: 1;
    }

    @media (max-width: 900px) {
      #posture-culture-animate-offer-sale .pc-popup { width: 90%; }
    }
    @media (max-width: 600px) {
      #posture-culture-animate-offer-sale .pc-popup { width: 95%; padding: 20px 14px 16px; }
    }

    #posture-culture-animate-offer-sale .pc-close {
      position: absolute;
      top: 10px;
      right: 12px;
      background: none;
      border: 1px solid #5E5E5E;
      font-size: 22px;
      line-height: 1;
      cursor: pointer;
      color: #5E5E5E;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.2s ease;
    }
    #posture-culture-animate-offer-sale .pc-close:hover { background: #f2f2f2; }

    #posture-culture-animate-offer-sale .pc-header { text-align: center; margin-bottom: 16px; }
    #posture-culture-animate-offer-sale .pc-header h2 {
      font-family: Clash Display;
      font-size: 40px;
      font-weight: 600;
      letter-spacing: 0.02em;
      margin: 0 0 4px;
    }
    #posture-culture-animate-offer-sale .pc-header p {
      font-size: 16px;
      color: #555;
      margin: 0;
    }

    #posture-culture-animate-offer-sale .pc-cards {
      display: grid;
      grid-template-columns: 1fr;
      gap: 30px;
      margin-bottom: 16px;
    }

    #posture-culture-animate-offer-sale .pc-card {
      position: relative;
      background: #fff;
      border: 2px solid #000;
      border-radius: 12px;
      padding: 14px 14px 12px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      flex-wrap: wrap;
      opacity: 0;
      transform: translateY(16px);
      animation: pcCardIn 0.45s ease forwards;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    #posture-culture-animate-offer-sale .pc-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    }
    #posture-culture-animate-offer-sale .pc-overlay.is-open .pc-card:nth-child(1) { animation-delay: 0.08s; }
    #posture-culture-animate-offer-sale .pc-overlay.is-open .pc-card:nth-child(2) { animation-delay: 0.16s; }
    #posture-culture-animate-offer-sale .pc-overlay.is-open .pc-card:nth-child(3) { animation-delay: 0.24s; }
    #posture-culture-animate-offer-sale .pc-overlay.is-open .pc-card:nth-child(4) { animation-delay: 0.32s; }

    @keyframes pcCardIn {
      to { opacity: 1; transform: translateY(0); }
    }

    #posture-culture-animate-offer-sale .pc-badge {
      position: absolute;
      top: -16px;
      left: 12px;
      background: #ffffff;
      border:1px solid #1F2937;
      color: #1F2937;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0.04em;
      padding: 0px 8px;
      border-radius: 999px;
    }
#posture-culture-animate-offer-sale .pc-card[data-index="1"] .pc-badge {
  background: #1F2937;
  color: #ffffff;
  border-color: #1F2937;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

#posture-culture-animate-offer-sale .pc-card[data-index="1"] .pc-badge::before {
  content: "🎉";
  font-size: 16px;
  line-height: 1;
}

    #posture-culture-animate-offer-sale .pc-reward {
      position: absolute;
      top: -14px;
      right: 12px;
      background: #FFD700;
      color: #000000;
      font-size: 16px;
      font-weight: 400;
      padding: 0px 8px;
      border-radius: 999px;
      white-space: nowrap;
    }

    #posture-culture-animate-offer-sale .pc-card-body {
      flex: 1 1 auto;
      min-width: 140px;
      margin-top: 4px;
    }
    #posture-culture-animate-offer-sale .pc-card-body h3 {
      font-family: 'Clash Display';
      font-size: 24px;
      font-weight: 600;
      margin: 0 0 2px;
    }
    #posture-culture-animate-offer-sale .pc-subtitle {
      font-size: 16px;
      color: #1F2937;
      margin: 0;
    }

    #posture-culture-animate-offer-sale .pc-add-btn {
      background: #EFEFEF;
      color: #000000;
      border: none;
      border-radius: 4px;
      padding: 7px 14px;
      font-size: 16px;
      font-weight: 400;
      cursor: pointer;
      white-space: nowrap;
      transition: transform 0.15s ease, background 0.2s ease;
    }
    #posture-culture-animate-offer-sale .pc-add-btn:hover {
      /* background: #1a1a1a; */
      transform: scale(1.03);
    }
    #posture-culture-animate-offer-sale .pc-add-btn:disabled {
      opacity: 0.6;
      cursor: not-allowed;
      transform: none;
    }

    @media (max-width: 600px) {
      #posture-culture-animate-offer-sale .pc-card {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
        padding-top: 18px;
      }
      #posture-culture-animate-offer-sale .pc-add-btn { width: 100%; }
    }

    #posture-culture-animate-offer-sale .pc-footer {
      display: flex;
      justify-content: center;
    }
    #posture-culture-animate-offer-sale .pc-shop-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 220px;
      max-width: 100%;
      background: #000;
      color: #fff;
      text-decoration: none;
      font-weight: 700;
      font-size: 13px;
      letter-spacing: 0.03em;
      padding: 11px 18px;
      border-radius: 999px;
      transition: transform 0.15s ease, background 0.2s ease;
    }
    #posture-culture-animate-offer-sale .pc-shop-btn:hover {
      background: #1a1a1a;
      transform: scale(1.03);
    }
    
  #posture-culture-animate-offer-sale .pc-banner-text-mask {
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    line-height: 1.3;
  }

  #posture-culture-animate-offer-sale .pc-banner-text {
    display: inline-block;
    will-change: transform, opacity;
  }

  #posture-culture-animate-offer-sale .pc-banner-text.pc-drop-in {
    animation: pcBannerDropIn 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  }

  @keyframes pcBannerDropIn {
    0% {
      transform: translateY(-140%);
      opacity: 0;
    }
    60% {
      transform: translateY(8%);
      opacity: 1;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }

 /* ----------End Sale offers Always-sticky banner, bottom-right ---------- */

/* start style whyChooseUs__heading */
.product__title {
  font-family: 'Clash Display' !important;
  font-weight: 600;
  font-size:36px;
}
/* end style whyChooseUs__heading */

/* start style badge best seller */
  .best-seller-badge {
    display: inline-block;
    padding: 0px 14px;
    border-radius: 999px;
    background-color: #E5E8EB;
    color: #1c1e21;
    font-size: 12px;
    font-weight: 500;   
  }
/* end style badge best seller */



 