/** Shopify CDN: Minification failed

Line 452:21 Expected identifier but found whitespace
Line 452:23 Unexpected "{"
Line 452:32 Expected ":"
Line 1242:4 Unexpected "{"
Line 1242:5 Expected identifier but found "%"
Line 1242:39 Unexpected "{"
Line 1242:40 Expected identifier but found "%"

**/
*, body{margin: 0px;padding: 0px;font-family: "Geist", sans-serif;}
.container{max-width: 1392px;padding-left: 16px;padding-right: 16px;width: 100%;margin: 0 auto;}
h1,h2,h3,h4,h5,h6{
font-family: "Big Shoulders", sans-serif !important;
font-weight:800;

}
html{
    -webkit-text-size-adjust:100%;
}

/* ── Global scroll lock when menu is open ───────────────────────────────── */
html[scroll-lock] {
  overflow: hidden !important;
  overscroll-behavior: none !important;
}
html[scroll-lock] body {
  overflow: hidden !important;
  overscroll-behavior: none !important;
  touch-action: none !important;
  position: fixed !important;
  width: 100% !important;
}
/* ─────────────────────────────────────────────────────────────────────────── */

/* ── Menu drawer & Header layering ───────────────────────────────────────── */
header-component,
.header-section {
  position: relative;
  z-index: 10001 !important;
}
.header__row {
  position: relative;
  z-index: 10002 !important;
}
header-drawer {
  position: relative;
  z-index: 10000 !important;
}
details[open] > .menu-drawer {
  z-index: -1 !important;
  position: fixed !important;
  width: 100vw !important;
  left: 0 !important;
}
details[open] > .menu-drawer__backdrop {
  z-index: -2 !important;
}

/* Defensive: hide all slider dots when the menu is open/scroll-locked */
html[scroll-lock] .slider-dots,
html[scroll-lock] [class*="slider-dots-"] {
  z-index: -1 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
/* ─────────────────────────────────────────────────────────────────────────── */


header:not(.template-index header){border-bottom:1px solid #000;}
header:not(.template-index header) .home_fixed_header_logo{display: none;}
header .header__row .header__columns{padding: 26px 0px;}
header nav li a{font-size: 14px;line-height: 18px;font-weight: 500;}
.header-actions__action .svg-wrapper:not(.template-index .header-actions__action .svg-wrapper:not){
    color: #000;
}
/* .menu-list__link .menu-list__link-title {font-family: 'NORD';} */
.menu-list__link {padding-right: 30px !important;}




/* Fixed Header for Home Page */

.template-index header .header__row .header__columns {
  border-bottom: 1px solid #fff;padding: 32px 0px;

}
.menu-list__link {
    color: #000000 !important;
    font-size: 14px;
    line-height: 18px;
    padding-right: 40px !important;
    font-weight: 800;
    font-family: "Big Shoulders", sans-serif;
}
.template-index .menu-list__link .menu-list__link-title {
  font-family: "Big Shoulders", sans-serif;
  font-weight: 800;
}

@keyframes slideDownHeader {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

.template-index header:has(header-component[data-sticky-state="active"]){background: #fff;position: sticky !important;width: 100% !important;top: -1px !important;z-index: 1001 !important;animation: slideDownHeader 0.4s ease-in-out forwards;}
.template-index header:has(header-component[data-sticky-state="active"]) .header__row .header__columns{border-bottom: none;padding: 26px 0px;}
.template-index header:has(header-component[data-sticky-state="active"]) .header-actions__action, .template-index header:has(header-component[data-sticky-state="active"]) .menu-list__link{color: #000 !important;font-weight: 600;}
.template-index header:has(header-component[data-sticky-state="active"]){border-bottom:1px solid #000;}
.template-index header .home_header_logo{display: none;}
.template-index header:has(header-component[data-sticky-state="active"]) .home_header_logo{display: inline-flex;}
.template-index header:has(header-component[data-sticky-state="active"]) .home_fixed_header_logo{display: none;}

/* Enforce white background and logo/color switching when mobile menu drawer is open */
.template-index header-component:has(.menu-drawer-container[open]) {
  background: #ffffff !important;
  border-bottom: 1px solid #000000 !important;
}
/* .template-index header:has(.menu-drawer-container[open]) .home_header_logo {
  display: inline-flex !important;
}
.template-index header:has(.menu-drawer-container[open]) .home_fixed_header_logo {
  display: none !important;
}
.template-index header:has(.menu-drawer-container[open]) .header-actions__action,
.template-index header:has(.menu-drawer-container[open]) .header-actions__action .svg-wrapper,
.template-index header:has(.menu-drawer-container[open]) .menu-list__link {
  color: #000000 !important;
} */
/* .template-index.scrolled header .menu-list__link */


.shopify-block.rte rte-formatter h2 span {
    letter-spacing: 0.6px;
    font-size: 42px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 24px;
    font-family: 'Obviously Demo';
    color: #000;
}

.shopify-block.rte rte-formatter h3 span {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    margin: 0 0 12px 0;
    color: #000000;
    letter-spacing: 0.6px;
    font-family: 'Obviously Demo';
}
.shopify-block.rte rte-formatter h4 span {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 12px 0;
    color: #000000;
    letter-spacing: 0.6px;
    font-family: 'Obviously Demo';
}

.shopify-block.rte rte-formatter p span {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 40px;
    margin-top: 0;
    font-weight: 500;

}
.template-collection .sb_view_details_btn1{
  display:none;
}
.template-collection .sb_view_details_btn {
    width: 100%;
}

.feature-product-section .section-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.template-product .feature-product-section .section-header {
    justify-content: center;
}
.template-product .section-footer{
    display:none;
}

.quinn_cards {
    margin-top: 32px !important;
}



.close-button {
    top: 20px !important;
    right: 16px;
    width: 24px;
    height: 24px;
    margin-right: 0 !important;
}
.jm-action-buttons__button {
    font-size: 16px !important;
    background: #000000 !important;
    border-color: #000000 !important;
    min-width: 320px;
    height: 52px;
    text-transform: uppercase;
    font-family: "Geist", sans-serif !important;
}
.cart-items__empty-button {
    background: #E533A0;
    border-radius: 8px;
    font-family: "Geist", sans-serif;
    font-weight: 700;
}

.template-collection .quick-add{
  position:relative;
}
.template-collection .quick-add__product-form-component .shopify-product-form {
    display: block;
}
.template-collection .quick-add__button{
  position:relative;
  margin-top: 18px;
}
.template-collection .sb-add-to-cart-wrapper .quick-add__button{
  margin-top: 0px;
}

/*---------------  Details Page Css ----------------- */
.product-details .accordion .details__header {
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    font-family: "Geist", sans-serif;
    background: #F2F2F7;
    border-radius: 4px;
    margin-bottom: 8px;
    padding: 16px 16px;
}
accordion-custom:nth-child(2) .details__header {
    margin-bottom: 0 !important;
}

.product-details .accordion--dividers .details-content {
    font-size: 14px;
    color: #6E6E6E;
    line-height: 20px;
    background: #f2f2f7;
    padding: 16px 16px;
    margin-top: -8px;
    margin-bottom: 8px;
}
/* .jdgm-preview-badge .jdgm-star.jdgm-star:not(:last-child) {
    display: none !important;
} */
.jdgm-prev-badge__text {
    visibility: unset;
    font-size: 14px;
    line-height: 18px !important;
    font-weight: 600;
    color: #000;
}
.jm-review-widget-minimal-header__title {
    font-size: 24px !important;
    line-height: 32px;
    letter-spacing: 0.3px;
    font-family: 'Obviously Demo';
    font-weight: 700 !important;
}
.product-details h1 {
    font-size: 24px !important;
    line-height: 32px !important;
    font-weight: 800 !important;
    margin-bottom: 8px;
    color: #E533A0 !important;
}
.product-details .price {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
}

.product-details .compare-at-price {
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    color: #6E6E6E;
    opacity: 1;
    margin: 0 5px;
}
.product-details .discount-badge {
    background: #FFE9F2;
    min-width: 71px;
    color: #E533A0;
    font-weight: 400;
}

.product-details .group-block{
  padding-top:0;
}
.product-details .add-to-cart-text {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.product-details .quantity-selector {
    border-radius: 8px;
    border: 1px solid #000000;
}
.product-details .quantity-selector {
    height: 68px;
    min-width: 142px;
}
.product-details .add-to-cart-button {
    height: 52px;
    border-radius:8px;
    background: #E533A0;
    margin-bottom:16px;
}
.product-details .add-to-cart-text .add-to-cart-text__content > span > span {
    font-family: "Geist", sans-serif;
}
.discount-badge {
    background: #FFE9F2;
    min-width: 71px;
    height: 24px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    color: #E533A0;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    position: relative;
    top: -3px;
    margin-left: 8px;
    margin-left: 4px;
}
.product-media-container.media-fit-contain img {
    border-radius: 8px;
}

.product-details .group-block-content{
    gap:16px;
}
.product-details .jdgm-widget.jdgm-widget {
    position: absolute;
    right: 0;
    top: 0;
}
/*---------------  Details Page Css ----------------- */


/*----------------- Featured Card Css ---------------------- */

.product-grid-view-zoom-out--details ~ .contents > div p {
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    font-weight: 500;
    font-family: "Geist", sans-serif;
    margin-bottom: 4px;
    margin-top: 8px;
}

.product-grid__card {
    gap: 0 !important;
}
.product-card .product-badges__badge {
    border-radius: 4px;
    font-weight: 400;
    line-height: 24px;
    background: #4C464B;
    color: #ffffff;
    height: 24px;
    min-width: 90px;
    text-align: center;
    font-family: "Geist", sans-serif;
    visibility: hidden;
}
.product-card .product-badges--top-right {
    top: 8px;
    right: auto;
    left:8px;
}

.product-grid .quick-add__button .add-to-cart-text {
    background: #e533a0;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    width:100%;
    border-radius: 4px;
}

.product-grid .quick-add__button {
    border: 0;
    height: 42px;
    width: 100%;
    left: 0;
    border-radius: 4px;
}

.product-grid__card .price {
    font-size: 20px;
    line-height: 28px;
    font-weight: 800;
    font-family: "Big Shoulders", sans-serif;
}

.product-grid__card .compare-at-price {
    font-family: "Big Shoulders", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #6E6E6E;
    opacity: 1;
}

 .feature-product-section {
    padding: 80px 0px;
    text-align: center;
  }
  .jdgm-write-review-modal .jdgm-write-review-modal__field-group:has(#jdgm-anonymous-checkbox) {
      display: none !important;
  }
    .section-header h2 {
        font-size: 32px;
        line-height: 40px;
        color: #000;
    }
    .section-header h2 .highlight{
       color:#E533A0;
       font-family: "Big Shoulders", sans-serif;
    }

   .product-card {
    text-align: left;
    position: relative;
    background-color: {{ section.settings.card_bg_color }};
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    display: block;
    font-family: "IBM Plex Mono", monospace;
  }

  .product-image-wrapper {
    position: relative;
    background-color: #E6E2DD;
    margin-bottom: 12px;
    overflow: hidden;
    border-radius:4px;
  }

    .product-image-wrapper .jdgm-widget.jdgm-widget {
      display: block;
      position: absolute;
      right: 8px;
      top: 8px;
      background: #FFE9F2;
      font-size: 12px;
      padding: 2px 10px;
      border-radius: 4px;
      visibility:hidden;
    }
     .product-image-wrapper .jdgm-widget.jdgm-widget .jdgm-prev-badge__text {
      font-size: 12px;
    }
  .product-info .product_tag {
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 12px;
    line-height: 24px;
    background: #4C464B;
    border-radius: 4px;
    color: #ffffff;
    height: 24px;
    min-width: 90px;
    text-align: center;
    font-weight: 400;
    visibility: hidden;
  }
  .our_product_range_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0;
  }


  .product-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
  }

    .product-card:hover .product-image-wrapper img {
      transform: scale(1.05);
  }

   .product-info h3 {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 4px 0;
    color: #000;
    font-weight: 500;
    font-family: "Geist", sans-serif !important;
  }

  .product-info p {
    font-size: 14px;
    color: #6E6E6E;
    margin: 0 0 8px 0;
    line-height: 18px;
    font-weight: 400;
  }

  .price_badge{
    margin-bottom:12px;
  }

  
    .product-price {
        font-size: 20px;
        font-weight: 800;
        line-height: 28px;
        color: #000;
        margin-bottom: 12px;
        font-family: "Big Shoulders", sans-serif;
    }
    .compare_product-price {
      font-family: "Big Shoulders", sans-serif;
      font-size: 16px;
      line-height: 24px;
      color: #6E6E6E;
      margin-top: 10px;
      font-weight:500;
      text-decoration: line-through;
    }
    .save-badge {
        font-size: 12px;
        line-height: 16px;
        color: #E533A0;
        border-radius: 4px;
        background: #FFE9F2;
        padding: 4px 8px;
        margin-left: 8px;
    }


  .shop-all-btn {
    display: inline-block;
    border: 1px solid #E533A0;
    color: #E533A0;
    font-size: 14px;
    font-family: "Geist", sans-serif;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    transition: all 0.2s ease;
    min-width: 100px;
    height: 34px;
    border-radius: 4px;

  }

   .shop-all-btn:hover {
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0px 0px #000;
  }

  .shop-all-btn:active {
    transform: translate(4px, 4px);
    box-shadow: none;
  }

 

  
  .badge {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    z-index: 2;
    display: none;
  }

  .badge img, .badge svg {
    width: 100%;
    height: 100%;
  }
  
  .placeholder-svg {
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
  }



  .parent_add_to_cart .quick-add__button {
    position: relative;
    left: 0;
    width: 100%;
    border: 0;
    min-height: 44px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Geist", sans-serif;
    font-weight: 700;
    margin-top: 13px;
    border-radius: 4px;
}

  .parent_add_to_cart add-to-cart-component{
      width:100%;
  }
  .parent_add_to_cart .quick-add {
    position: relative;
    left: 0;
  }

  .parent_add_to_cart .quick-add__button .add-to-cart-text {
      background: #e533a0;
      overflow: hidden;
      border-radius: 4px;
      height: 100%;
      gap: 0;
      width: 100%;
  }





  @media (max-width:768px){
    .product-media-container.media-fit-contain img {
        border-radius: 0px;
    }
    .product-media-container--zoomable.product-media-container--image {
        width: 90%;
        margin-right: 8px;
     }

    /* .template-collection .quick-add__button {
        margin-top: 8px;
      } */
      .product-info .product_tag {
        font-size: 12px;
        line-height: 24px;
        height: 24px;
        min-width: 90px;
      }
      .template-collection .product-grid{
        gap:8px;
      }
      .product-grid-view-zoom-out--details ~ .contents > div p {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.3px;

        }



     .product-information{
      padding-top:0px;
      padding-bottom:24px;
     }
      .parent_add_to_cart .quick-add__button {
         opacity:1;
         min-height: 40px;
         font-size: 12px;
         display:block;
      }
       .parent_add_to_cart add-to-cart-component{
        height:40px;
       }
      .sticky-add-to-cart__image, .sticky-add-to-cart__info, .sticky-add-to-cart__price {
          display: none;
      }
      .sticky-add-to-cart__button {
        font-size: 14px !important;
        line-height: 18px !important;
        font-weight: 700 !important;
        width: 100% !important;
        border-radius: 8px !important;
        background: #e533a0;
    }
    .sticky-add-to-cart__bar .add-to-cart-text__content {
        display: block !important;
    }
     .sticky-add-to-cart__bar .add-to-cart-text__content span {
        font-family: "Geist", sans-serif;
        text-transform: uppercase;
        font-weight: 700;
    }
    .sticky-add-to-cart__bar .add-to-cart-icon{
      display:none;
    }
    .feature-product-section {
      padding: 40px 0px;
   }
    .section-header h2 {
      font-size: 24px;
      margin-bottom: 0px;
      line-height: 32px;
    }

    .product-info h3 {
      font-size: 16px;
      line-height: 24px;
    }
    .product-info p {
      font-size: 14px;
      line-height: 18px;
    }
    .product-price {
      font-size: 18px;
      line-height: 24px;
      letter-spacing: 0;
    }
    .section-footer {
      margin-top: 0px;
    }

      .shop-all-btn {
        font-size: 14px;
        line-height: 34px;
        height: 34px;
      }

      .product-details .accordion .details__header {
        font-size: 16px;
        line-height: 24px;
        padding-block: 16px;
      }

      .product-details .accordion--dividers .details-content {
        font-size: 12px;
        color: #2E2E2E;
        line-height: 16px;
      }
      .slideshow-controls__thumbnails .slideshow-control {
        width: clamp(100px,7vw,var(--thumbnail-width)) !important;
      }
      .product-information__grid .product-media {
        margin-bottom: 24px;
      }
      .jdgm-prev-badge__text {
        font-size: 14px;
        line-height: 18px !important;
        letter-spacing: 0;
      }
      .product-details h1 {
        font-size: 24px !important;
        line-height: 32px !important;
      }
        .one_liner_pdp_text {
          font-size: 16px !important;
          line-height: 24px !important;
        }
       
      .product-details .compare-at-price {
          font-size: 14px;
          line-height: 28px;
          letter-spacing: 0;
          margin: 0px 0px;
      }

      .discount-badge {
          min-width: 66px;
          height: 24px;
          font-size: 10px;
          line-height: 24px;
      }
      .product-details .discount-badge {
          min-width: 71px;
          height: 24px;
          line-height: 24px;
          font-size: 12px;
      }
      .text_included {
          font-size: 12px;
          line-height: 16px;
      }
      .product-details .quantity-selector {
          height: 52px;
          min-width: 142px;
          margin-bottom: 8px;
      }
      .product-details .add-to-cart-button {
          height: 50px;
      }
      .product-details .add-to-cart-text {
          font-size: 14px;
          line-height: 18px;
      }
      .product-details .product-form-buttons {
          display: block;
          flex-wrap: wrap;
      } 
      .template-index header .header__row .header__columns {
          padding: 5px 0px;
      } 
      .template-index header:has(header-component[data-sticky-state="active"]) .header__row .header__columns {
          border-bottom: none;
          padding: 5px 0px;
      }
      .menu-drawer__menu-item-text {
          font-size: 20px;
          line-height: 28px;
          font-weight: 800;
          text-transform: uppercase;
          font-family: "Big Shoulders", sans-serif;
      }
      .menu-drawer__menu .menu-drawer__list-item--flat {
          border-bottom: 1px solid #D4D4D4;
          padding: 7px 0px;
          margin-block-end: 0 !important;
      }
      .template-index .header-drawer-icon--close svg path {
          stroke: #000000;
      }
      .track_login_btn {
          display: flex;
          gap: 8px;
          padding-left: 16px;
          padding-right: 16px;
          margin-top: 16px;
          justify-content: space-between;
      }

      .track_login_btn a {
          height: 50px;
          border-radius: 4px;
          text-align: center;
          line-height: 50px;
          font-size: 14px;
          color: #000;
          font-weight: 700;
          width: 100%;
          background: #F2F2F7;
      }

      .follow_us {
          margin-top: 24px;
          padding-left: 20px;
      }
      .follow_us .socials .social-icon {
          background: #E533A0;
          width: 32px;
          height: 32px;
          border-radius: 50%;
          display: flex;
          align-items: center;
      }

      .follow_us .socials_title {
          font-size: 14px;
          line-height: 18px;
          font-weight: 700;
          font-family: "Geist", sans-serif !important;
          margin-bottom: 8px;
      }

      .follow_us .socials {
          display: flex;
          gap: 8px;
      }

      .follow_us .socials .social-icon svg {
          width: 13px;
          height: 13px;
          margin: auto;
          line-height: 40px;
      }

      .follow_us .socials .social-icon svg path {
          fill: #fff;
      }
      .menu-drawer {
          background: #ffffff !important;
      }
      .product-details .group-block {
          padding-bottom: 0;
      }
      header .header__row .header__columns {
          padding: 6px 0px;
      }
      .product-grid__card .price {
          font-size: 14px;
          line-height: 18px;
      }
      .product-grid .quick-add__button .add-to-cart-text{
        font-size:12px;
      }
      .product-grid .quick-add__button {
          height: 40px;
      }

      .product-card .product-badges__badge {
          font-size: 12px;
          line-height: 16px;
      }

      html[scroll-lock],
      html[scroll-lock] body {
        overflow: hidden;
        height: 100%;
        position: fixed;
        width: 100%;
        touch-action: none;
      }

      /* html[scroll-lock] header {
          background: #f0eff0;
          z-index: 1001;
      } */
      .menu-drawer__close-button{
        display:none;
      }
      /* .menu-drawer__backdrop{
        display:none;
      } */
      /* html[scroll-lock] .template-index .account-button svg path {
          stroke: #000;
      }
      html[scroll-lock] .template-index .header-actions__cart-icon svg path {
          stroke: #000000;
      }
      html[scroll-lock] .template-index header .home_header_logo {
          display: inline-flex;
      }
      html[scroll-lock] .template-index header .home_fixed_header_logo {
          display: none;
      } */
      .header-drawer-icon--close, .header-drawer-icon--close svg, .header-drawer-icon--close path {
          color: #000000 !important;
          fill: #000000 !important;
          stroke: #000000 !important;
      }

      /* Menu drawer z-index: below header component, above all other page sections */
      header-drawer {
        z-index: 10000 !important;
        position: relative;
      }
      details[open] > .menu-drawer {
        z-index: -1 !important;
        position: fixed !important;
        top: var(--header-bottom-position, 104px) !important;
        left: 0 !important;
        width: 100vw !important;
        overflow-y: auto !important;
      }
      .menu-open > .menu-drawer {
        height: calc(100dvh - var(--header-bottom-position, 60px)) !important;
      }
      /* Backdrop also above everything except header */
      details[open] > .menu-drawer__backdrop {
        z-index: -2 !important;
      }
      /* .jm-cluster[data-v-04f37a24]{
          text-align: center;
          display: inline-block !important;
          width: 100%;
       } */

      .feature-product-section .section-header {
          margin-bottom: 32px;
      }
      .product-information .layout-panel-flex {
          padding-top:0px;
          padding-bottom:0px;
      }

      .layout-panel-flex {
          padding-top:40px;
          padding-bottom:40px;
      }

      .layout-panel-flex h2 {
          font-size: 24px !important;
          line-height: 32px !important;
          letter-spacing: 0.3px !important;
          margin-bottom: 0px !important;
          text-align: center !important;
      }

      rte-formatter:nth-child(3) p {
          margin-bottom: 16px !important;
          color: #000000;
          text-align: center;
      }
      .layout-panel-flex p {
          font-size: 12px;
          line-height: 16px;
          margin-bottom: 0px;
      }
      .other-variants-pack-2 .other-variants__title{
        margin-bottom: 10px;
      }

        .quinn-cards-stories-carousel-body{
          padding:0;
          gap: 8px !important;

        }

        .quinn_cards {
            margin-top: 24px !important;
        }
        .product-details .jdgm-widget.jdgm-widget {
            top: -5px;
            position: relative;
            margin-bottom: 10px;
        }
        .accordion--dividers accordion-custom:last-child .details {
          border-block-end: none !important;
        }
         .our_product_range_list {
            grid-template-columns: 1fr 1fr;
            gap: 16px 8px;
            overflow-x: scroll;
            overflow-y: hidden;
            display: flex;
            scrollbar-width: none;
          }
          .our_product_range_list .splide__slide_li{
            min-width: 230px;
          
          }
  }

/*----------------- Featured Card Css ---------------------- */
button.cart-items__remove { position: relative; margin-left: auto; height: auto; width: auto; margin-bottom: 10px; }
.cart-items__price * { font-weight: 700; font-size: 14px; }
.cart-items__price text-component s { display: block; font-size: .85em; opacity: .7; font-weight: 400; }
.cart-items__quantity cart-quantity-selector-component.quantity-selector, cart-quantity-selector-component.quantity-selector input[type=number] { height: 24px; }
div .cart-recommendations-custom {padding-left: 10px !important; }
.cart-drawer--empty div .cart-recommendations-custom { width: 100%; position: fixed; bottom: 0;}
.cart-drawer:not(:has(.cart-form)) .cart-drawer--empty .cart-drawer__content{justify-content: flex-start;}
.cart-drawer--empty .custom_cart_drawer .right_img-content{
    text-align: left;
}
body .cart-drawer__header { margin-bottom: 15px; }
body .cart-items-component:has(.ss-cart-offer-card) .cart-drawer__header { margin-bottom: 0px; }
cart-quantity-selector-component, cart-quantity-selector-component input { border-color: #eee !important; }

/* Custom Empty Cart State Styling */
.cart-drawer--empty .cart-drawer__heading--empty {
  display: none !important;
}

.empty-cart-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 12px 16px;
  width: 100%;
  box-sizing: border-box;
}

.empty-cart-illustration {
  width: 150px;
  height: auto;
  margin-bottom: 16px;
  object-fit: contain;
}

.empty-cart-heading {
  font-family: "Big Shoulders", sans-serif !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 24px !important;
  letter-spacing: 0.5px !important;
  color: #000000 !important;
  margin-bottom: 8px !important;
  text-transform: uppercase !important;
}

.empty-cart-subheading {
  font-family: "Geist", sans-serif !important;
  font-size: 13px !important;
  color: #6E6E6E !important;
  margin-bottom: 20px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.empty-cart-btn {
  background-color: #E533A0 !important;
  color: #ffffff !important;
  border-radius: 8px !important;
  font-family: "Geist", sans-serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  padding: 10px 24px !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 44px !important;
  min-width: 200px !important;
  border: none !important;
  text-transform: none !important;
}

.call_us {
    line-height: 35px;
    position: fixed;
    right: -100px;
    z-index: 9999;
    transform: translateX(-50%) rotate(90deg);
    display: block;
    background: #e22199;
    color: #fff;
    top: 80%;
    min-width: 120px;
    text-align: center;
    min-height: 35px;
    border-radius: 0px 0 10px 10px;
    animation: bgColorChange 3s infinite ease-in-out;
}
.highlight{
  color:#e533a0;
  font-family: "Big Shoulders", sans-serif !important;
  font-weight: 800;
}

@keyframes bgColorChange {
    0% {
        background: #e22199;
    }
    50% {
        background: #424242;
    }
    100% {
        background: #e22199;
    }
}



.jdgm-write-review-modal .jdgm-write-review-modal__content {
    min-height: 500px !important;
    max-height: 500px !important;
    max-width: 550px !important;
}


.jdgm-write-review-modal .jdgm-write-review-modal__content {
  max-height: calc(100% - 120px) !important;
}

@media (max-width:768px){
  .call_us {
    top: 70%;

}
/* body.bundle-product .call_us{
    top: 55%;
} */

}


.sb-container {
    background-color: #fff;
    padding: 64px 0px 64px;
    display: flex;
    justify-content: center;
}
.sb-wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
}
.sb-image-col {
    position: relative;
    flex: 1 1 50%;
    border-radius: 8px;
    overflow: hidden;
}
.sb-image-img {
    width: 100%;
    display: block;
}
.sb-mobile-img {
    display: none;
    aspect-ratio: 1/1;
}
.sb-image-badges {
    position: absolute;
    top: 16px;
    left: 0;
    right: 16px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 2;
    pointer-events: none;
}
.sb-badge-rating {
    background: #4C464B;
    color: #fff;
    padding: 2px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 4px;
    display: none;
}
.sb-badge-gift {
    {% comment %} background: #FFE9F2; {% endcomment %}
    color: #fff;
    padding: 4px 12px;
    border-radius: 0px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
    background: linear-gradient(90deg, #E533A0 0%, #F06DBD 35%, #E533A0 65%, rgba(229, 51, 160, 0.75) 85%, rgba(229, 51, 160, 0) 100%);
    text-transform:capitalize;
}
.sb-mobile-overlay-info {
    display: none;
}
.sb-content-col {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
}
.sb-desktop-title-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 8px;
}
.sb-title {
    font-size: 24px;
    line-height: 32px;
    margin: 0;
    color: #E533A0;
}
.sb-content-col .jdgm-prev-badge__text {
    font-weight: 400;
    font-family: "Geist", sans-serif;
    font-size: 12px;
    line-height: 16px !important;
    color: #000000;
}
.sb-subtitle {
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 16px !important;
}
.sb-flavors {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 16px;
}
.sb-flavor-pill {
    background: #F2F2F7;
    color: #000000;
    font-size: 12px;
    line-height: 16px;
    padding: 4px 10px;
    border-radius: 4px;
    font-weight: 500;
}
.sb-pricing-wrapper {
    margin-bottom: 16px;
}
.sb-price {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #000000;
}
.sb-discount-box {
    border: 1px dashed #E533A0;
    border-radius: 8px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}
.sb-discount-icon {
    background: #E533A0;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.sb-discount-icon svg {
    width: 16px;
}
.sb-discount-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.sb-discount-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #000000;
}
.sb-discount-subtitle {
    font-size: 12px;
    line-height: 16px;
    color: #6E6E6E;
    font-weight: 400;
}
.sb-nutrition-box {
    background: #FDF1F5;
    border-radius: 8px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.sb-nutri-left {
    font-size: 12px;
    color: #000000;
    width: 13%;
    border-right: 1px solid #000000;
    padding-right: 8px;
    line-height: 16px;
    font-weight: 400;
}
.sb-nutri-stats {
    display: flex;
    justify-content: space-around;
    width: 87%;
    padding-left: 8px;
}
.sb-nutri-stat {
    text-align: center;
}
.sb-stat-label {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 4px;
}
.sb-stat-val {
    font-size: 20px;
    line-height: 28px;
    font-weight: 800;
    color: #E533A0;
    font-family: "Big Shoulders", sans-serif;
}
.sb-add-to-cart-wrapper {
    width: 100%;
}
.sb-add-to-cart-wrapper form, .sb-add-to-cart-wrapper .product-form {
    width: 100%;
    margin: 0;
}
.sb-add-to-cart-wrapper button, .sb-add-to-cart {
    border: none !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    font-weight: 700!important;
    cursor: pointer !important;
    text-align: center !important;
    text-transform: uppercase !important;
    width: 100% !important;
    transition: background-color 0.2s !important;
    height: 42px;
    background: #E22199 !important;
    color: #fff !important;
    font-family: "Geist", sans-serif;
    justify-content: center;
}
.sb-add-to-cart-wrapper .quick-add__button .add-to-cart-text {
    background: transparent;
    color: #fff;
}
.sb-add-to-cart-wrapper .quick-add__product-form-component .shopify-product-form {
    display: block;
}
.sb-add-to-cart-wrapper .quick-add{
    position:relative;
    display:block;
}
.sb-add-to-cart-wrapper button:hover, .sb-add-to-cart:hover {
    background-color: #C0147B !important;
}

/* Modal Styling */
.sb-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.sb-modal-overlay.active {
    display: flex;
    opacity: 1;
}
.sb-modal {
    background: white;
    width: 90%;
    max-width: 630px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    transform: scale(0.95);
    transition: transform 0.3s ease;
}
.sb-modal-overlay.active .sb-modal {
    transform: scale(1);
}
.sb-modal-header {
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 4px solid #f0f0f0;
}
.sb-modal-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.6px;
    margin: 0;
    color: #000000;
    font-family: 'Obviously Demo';

}
.sb-close-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #E22199;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #f0ccd8;
    transition: background 0.2s;
    padding: 0;
    line-height: 1;
}
.sb-close-btn:hover {
    background: #FDF1F5;
}
.sb-modal-body {
    padding: 24px;
    overflow-y: auto;
}
.sb-modal-body::-webkit-scrollbar {
    width: 6px;
}
.sb-modal-body::-webkit-scrollbar-thumb {
    background: #f0ccd8;
    border-radius: 4px;
}
.sb-sachet-title {
    font-weight: 800;
    margin-bottom: 16px;
    font-size: 20px;
    color: #111;
}
.sb-ingredients-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 13px;
}
.sb-ingredient-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(226, 33, 153, 0.15);
    font-weight: 800;
    color: #111;
}
.sb-ingredient-item:last-child {
    border-bottom: none;
}
.sb-typical-values {
    margin-top: 30px;
}
.sb-typical-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
    font-family: 'Obviously Demo';
    color: #000;
}
.sb-values-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
    color: #444;
    font-weight: 600;
    line-height: 1.8;
}
.sb-values-list li {
    position: relative;
    padding-left: 14px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
}
.sb-values-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #000000;
}




@media (max-width: 768px) {
    sb-modal-header {
        padding: 16px;
    }
    .sb-modal-title {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.3px;
    }
    .sb-typical-values {
        margin-top: 16px;
    }
    .sb-typical-title {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.3px;
    }
    .sb-values-list li {
        font-size: 14px;
        line-height: 20px;
    }
    .sb-container {
        padding: 40px 0px;
    }
    .sb-wrapper {
        flex-direction: column;
        gap: 16px;
    }
    .sb-desktop-img {
         display: none;
    }
    .sb-mobile-img {
         display: block;
         aspect-ratio:auto;
    }
    
    .sb-modal-overlay {
        align-items: flex-end;
    }
    .sb-modal {
        width: 100%;
        max-width: 100%;
        border-radius: 20px 20px 0 0;
        transform: translateY(100%);
        transition: transform 0.4s cubic-bezier(0.1, 0.9, 0.2, 1);
        margin: 0;
        max-height: 85vh;
    }
    .sb-modal-overlay.active .sb-modal {
        transform: translateY(0);
    }
    .sb-desktop-info {
        display: none;
    }
    .sb-image-col {
        position: relative;
        width: 100%;
        flex: none;
        border-radius: 4px;
    }
    .sb-flavor-pill {
        font-weight: 400;
    }
    .sb-flavor-pill {
        padding: 4px 8px;
    }
    .sb-mobile-overlay-info {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 40px 16px 16px;
        background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
        z-index: 1;
    }
    .sb-mobile-title-row {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-bottom: 4px;
    }
    .sb-overlay-title {
        color: #fff;
        font-size: 24px;
        line-height: 32px;
        margin: 0;
    }
    .sb-overlay-price {
        color: #fff;
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
    }
    .sb-overlay-subtitle {
        color: #fff;
        font-size: 12px;
        line-height: 16px;
        margin: 0;
        text-transform: uppercase;
        font-weight: 500;
    }
    .sb-flavors {
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .sb-wrapper {
        gap: 0;
    }
    .sb-add-to-cart-wrapper button, .sb-add-to-cart {
        font-size: 14px !important;
        height: 50px;
        opacity:1;
        position:relative;
        display:block;
    }
    .sb-discount-box {
        margin-bottom: 16px;
        padding: 12px 12px;
    }
    .sb-nutrition-box {
        margin-bottom: 16px;
    }
    .sb-stat-val {
        font-size: 18px;
        line-height: 24px;
    }
    .sb-nutri-left {
        width: 30%;
    }

}

@media (max-width: 1200px) {
    .action-with-link-li {
        display: none !important;
    }
}


@media (min-width: 769px) {
    .buildyourownbox,
    .menu-list__list-item.beyourownbarista {
        display: none !important;
    }
}



.packof15collection .sb-container {
    display:none;

}
.packof15collection .product-grid-container{
    padding-top:80px;
}
@media (max-width: 768px) {
  .packof15collection .product-grid-container {
    padding-top: 40px;
  }
}



  .bundle-list-card__btn-wrapper { margin-top: auto; }
  .template-index .bundle-list-card__btn {
    width: 100%;
    background: #E533A0;
    color: #FFFFFF;
    border-radius: 4px;
    padding: 11px 0;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    transition: background 0.2s ease;
    cursor: pointer;
    border: none;
    min-height: 44px;
    text-transform: uppercase;
    @media(max-width: 768px){
        min-height: 40px;
        font-size: 12px;
        margin-top: -1px;
    }
  }
  .bundle-list-card:hover .bundle-list-card__btn {
    background: #E533A0;
  }

  .jm-text.jm-review-widget-minimal-header__title {
    font-family: "Big Shoulders", sans-serif !important;
}


.the-upgrade .section-footer{
    display:none;
}

.the-upgrade .feature-product-section .section-header {
    justify-content: center;
    flex-direction: column;
    gap: 16px;
}

.the-upgrade .section-header p {
    font-size: 16px;
    line-height: 24px;
}