/** Shopify CDN: Minification failed

Line 16:0 Unexpected "099.image-grid"
Line 507:14 Expected "{" but found "("
Line 984:0 Unexpected "{"
Line 984:1 Expected identifier but found "%"
Line 988:0 Unexpected "{"
Line 988:1 Expected identifier but found "%"
Line 1470:12 Unexpected "{"
Line 1470:21 Expected ":"
Line 1488:12 Unexpected "{"
Line 1488:21 Expected ":"
... and 10 more hidden warnings

**/
099.image-grid {
  display: grid;
  gap: 6px;
}
.image-grid img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 768px) {
  .image-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

.custom-alert.hidden {
  display: none;
}

.custom-alert {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.custom-alert__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
}

.custom-alert__box {
  position: relative;
  background: #fff;
  padding: 20px 30px;
  border-radius: 8px;
  max-width: 400px;
  text-align: center;
  z-index: 10000;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.custom-alert__box button {
  margin-top: 15px;
  padding: 8px 16px;
  background: red;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}


.custom-alert-message {
  font-size:24px;
}
.cart__item-price-col {
  display: flex;
  align-items: center;
  font-size:16px;
  gap: 6px; /* spacing between items */
  justify-content: flex-end; /* right-align */
  flex-wrap: nowrap;
}

.cart__item-price-col .cart__price,
.cart__item-price-col .cart__discount {
  white-space: nowrap;
}

.cart-buttons {
  font-size:16px;
}


.cart__breakdown .cart__item-row {
  display: flex;
  justify-content: space-between;
  margin: 2px 0;
}
.cart__final-price {
  font-size: 16px;
  font-weight: 600;
  border-top: 1px solid #eee;
  padding-top: 5px;
}

/* App Download Popup Styles */
.app-download-popup {
  position: fixed;
  width: 50%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #E4332D;
  color: #FFFFFF;
  padding: 15px 5px;
  border-radius: 0 0 8px 8px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  font-family: Arial, sans-serif;
  margin: auto;
}

.app-download-popup img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.app-download-popup-content {
  display: flex;
  align-items: center;
  font-family: Tenor sans-serif;
}

.app-download-popup a {
  color: #FFD700;
  font-weight: bold;
  text-decoration: none;
  margin-left: 10px;
}

.app-download-popup button {
  background: white;
  color: #E4332D;
  font-size: 14px;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  padding: 8px 12px;
  cursor: pointer;
  margin-left: 15px;
}

.app-download-popup .close-btn {
  background: none;
  border: none;
  color: #FFFFFF;
  font-size: 18px;
  cursor: pointer;
  margin-left: 15px;
}

.app-download-popup-content img {
  margin-right: 15px;
}

#call-float {
  position: fixed;
  bottom: 85px;              /* sits above bottom nav */
  left: 16px;                /* aligned to left */
  right: auto;
  
  display: flex;
  align-items: center;
  gap: 8px;

  background: linear-gradient(135deg, #E11D2E, #c51626);
  color: #ffffff;

  padding: 10px 16px;
  border-radius: 50px;

  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.2px;

  text-decoration: none;
  white-space: nowrap;

  box-shadow: 0 8px 20px rgba(225, 29, 46, 0.25);
  z-index: 99999;

  transition: all 0.25s ease;
}

/* Hover effect (desktop polish) */
#call-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(225, 29, 46, 0.35);
}

/* Click feedback */
#call-float:active {
  transform: scale(0.96);
}

/* Icon sizing */
#call-float svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* Text styling */
#call-float span {
  line-height: 1;
}

.variant-input-wrap label{
  text-transform: uppercase;
}
.bg-transparent:after {
  background-color: transparent !important;
}
/* Mobile fine-tuning */
@media (max-width: 480px) {
  #call-float {
    bottom: 90px;      /* extra clearance for smaller screens */
    padding: 9px 14px;
    font-size: 13px;
  }
}

/* Desktop behavior (optional but recommended) */
@media (min-width: 768px) {
  #call-float {
    bottom: 30px;
    left: 30px;
  }
}
/* Header Adjustments */
.header-item--logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.buckscc-currency-box {
  margin-bottom: 10px;
  text-align: center;
}

.logo-wrapper {
  text-align: center;
}

.header-item.header-item--navigation.text-center {
  padding-top: 50px;
}

.header-item.header-item--icons {
  padding-top: 50px;
}

/* Mobile Responsive Styles */
@media only screen and (max-width: 768px) {
  .app-download-popup {
    width: 100%;
  }

  .header-item.header-item--navigation.text-center,
  .header-item.header-item--icons {
    padding-top: 0px !important;
  }
}

/* Wishlist Button Styling */
.wishlist-btn {
  padding: 15px 30px;
}

/* Homepage Section Custom Styles */
/* Featured Collections - hide span elements */
#shopify-section-template--22544267510078__featured_collections_zWz3TU span {
  display: none;
}

/* Featured Collection Grid */
#shopify-section-template--22544267510078__featured_collection_jacgTF .index-section {
  margin: 30px 0px;
}

#shopify-section-template--22544267510078__featured_collection_jacgTF .section-header {
  margin-bottom: 30px;
}

#shopify-section-template--22544267510078__featured_collection_jacgTF .grid {
  padding: 0px 0px 0px 15px;
}

#shopify-section-template--22544267510078__featured_collection_jacgTF .grid__item {
  width: 50% !important;
  padding-left: 8px;
}

@media only screen and (min-width: 768px) {
  #shopify-section-template--22544267510078__featured_collection_jacgTF .grid__item {
    width: 20% !important;
  }
}

@media only screen and (max-width: 768px) {
  #shopify-section-template--22544267510078__featured_collection_jacgTF .grid {
    padding: 0px 3px 0px 13px !important;
  }
}

/* Blog Posts Section */
#shopify-section-template--22544267510078__blog-posts .index-section {
  margin: 80px 0px 0px 0px;
}

#shopify-section-template--22544267510078__blog-posts .section-header {
  margin-bottom: 30px;
}

/* Rich Text Section - App Promo */
#shopify-section-template--22544267510078__rich_text_H6KLab h2 {
  color: #e60015;
  text-transform: uppercase;
}

/* Lazy Loading Section Styles */
.lazy-loading {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.lazy-loaded {
  opacity: 1;
  transform: translateY(0);
}


/* Section header description (small text under heading) */
.section-header__description {
  margin-top: 6px;
  margin-bottom: 0;
  /*font-size: 14px;*/
  line-height: 1.6;
  /*color: rgba(0, 0, 0, 0.7);*/
  font-size: 1.15rem;
  color: #555;
  max-width: 750px;
  margin: 0 auto;
}

/* Tablet */
@media screen and (max-width: 989px) {
  .section-header__description {
    font-size: 13px;
  }
}

/* Mobile */
@media screen and (max-width: 749px) {
  .section-header__description {
    font-size: 13px;
    line-height: 1.5;
  }
}

/* Small mobile */
@media screen and (max-width: 480px) {
  .section-header__description {
    font-size: 12.5px;
  }
}

.marketplaces-find-us .verified .check
  .marketplaces-find-us .verified .check { 
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0px; 
}

#shopify-section-template--25846857957694__faq_yCTjHV button.collapsible-trigger.collapsible-trigger--inline.collapsible--auto-height.text-left {
  font-weight: 500;
  font-size: 16px;
  background: transparent !important;
  width: 100%;
  margin-bottom: 0;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.faq-que-wrap{
  padding: 10px !important;
  border-radius: 15px !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
  min-height: 60px !important;
  background: #fff;
  margin-bottom: 20px;
}
.faq-que-wrap .collapsible-trigger--inline{
  padding: 11px 0 11px 10px;
  width:100%;
}

@media(max-width: 767px){
  .faq-que-wrap {
    padding: 15px 20px !important;
     min-height: auto !important;
    margin-bottom: 10px !important;
}
.collapsible-trigger--inline .collapsible-trigger__icon {
    left: 95% !important;
}
}

.collapsible-trigger.collapsible-trigger--inline.collapsible--auto-height.text-left.is-open {
    margin-bottom: 15px !important;
}
.collapsible-content__inner p {
    color: #767676;
}
#shopify-section-template--25846857957694__faq_yCTjHV {
    background: #f9f9f9;
    padding: 50px 0;
}
.collapsible-trigger--inline .collapsible-trigger__icon {
    left: 97% !important;
    border: none !important;
}
.varified-title {
    font-size: 24px !important;
    line-height: 34px !important;
}
.marketplaces-find-us {
    padding: 50px 20px 50px !important;
}
.marketplaces-find-us .badge {
    margin-top: 5px !important;
}
.marketplaces-find-us .verified {
    color: #000 !important;
}

div#shopify-section-template--25846857957694__blog-posts .image-wrap.loaded {
    border-radius: 25px;
    overflow: hidden;
}
#shopify-section-template--25846857957694__blog-posts .article__title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    letter-spacing: 0;
}
.article__date {
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 500;
    color: #626262;
        margin-bottom: 10px
}
.article__readmore {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #767676;
    letter-spacing: 0;
}


.marketplaces-find-us .marketplace-card {
    width: 100% !important;
    padding: 0 !important;
}

.marketplace-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}

.rs-plateform-badge-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .marketplaces-find-us .marketplace-card {
        width: 100%;
    }
}

.testimonials-slide.is-selected .testimonials-slider__text{
  margin: auto;
}

@media screen (max-width: 767px){
  .testimonials-slide .testimonials-slider__text {
    min-width: auto !important;
}
}

/* ===============================
   CART DRAWER SUBTOTAL (FINAL FIX)
   =============================== */

#CartDrawer .cart-subtotal-row {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
  padding: 12px 0;
}

#CartDrawer .cart-subtotal-label {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#CartDrawer .cart-subtotal-amount {
  font-weight: 700;
  font-size: 15px;
  text-align: right;
}

.theme-block h2{
  font-size: 37px;
  margin-bottom: 0;
  font-weight: 500;
}
/* ==== mobile bottom css ==== */
.rs-bottom-wrap{
  display:none;
}

.rs-bottom-wrap ul {
    margin: 0;
    display: flex;
    justify-content: space-around;
    list-style: none;
    width: 100%;
}
.rs-bottom-wrap ul li{
    text-align:center;
    width: 100%;
}
.rs-bottom-wrap ul li p {
    margin: 0;
}
.rs-bottom-wrap ul li a svg {
    /*width: 15px;
    margin: auto;
    display: block;
    */
    margin: auto;
    width: 16px;
    height: 23px;
    display: block;
}
@media (max-width: 767px) {
    .rs-bottom-wrap {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #fff;
        display: flex;
        left: 0;
        padding: 10px 10px 5px 10px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        box-shadow: 0 2px 11px rgb(112 112 112);
        z-index: 999;
    }
    #whatsapp-float {
      bottom: 70px;
    }
}
                              
.rs-menu-logo-wrap {
    display: flex;
    flex-direction: row;
}        


@media(max-width: 600px){
  .section-header__title, .kw-section-header__title, #shopify-section-template--25968627712318__rich_text_g9xYLn .theme-block h2, .section-header h2 {
    font-size: 24px !important;
    line-height: 30px;
  }
  .site-nav__link--icon .icon {
    height: auto !important;
    width: 20px !important;
}
.kw-section-header__description p {
    font-size: 16px;
    line-height: 24px;
}
#shopify-section-template--26341260165438__kw_featured_collections_big_7fcFdy .kw-section-header {
    margin-bottom: 1rem;
}
shopify-section-template--26341260165438__kw_featured_collections_big_7fcFdy .section-header, #shopify-section-template--26341260165438__featured_collections_zt8tGW .section-header {
    margin-bottom: 1rem;
    margin-top: 2.5rem;
} 
#shopify-section-sections--25968622043454__header .site-nav__link {
    padding: 7.5px 5px;
}
.homekp svg#svgkp {
    /* color: #fff !important; */
    width: 20px;
}
#shopify-section-template--26341260165438__featured_collections_zt8tGW .grid.grid--uniform {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr !important;
    gap: 4px;
}
 #shopify-section-template--25968627712318__featured_collections_iVLRhw .grid--uniform {
   display: grid;
    grid-template-columns: 1fr 1fr !important;
    gap: 4px;
 }
#shopify-section-template--26341260165438__featured_collections_zt8tGW .grid.grid--uniform .grid__item, #shopify-section-template--25968627712318__featured_collections_iVLRhw .grid--uniform .grid__item{
  padding: 0;
}
#shopify-section-template--26341260165438__featured_collections_zt8tGW .page-width{
  padding: 0 !important;
}
#shopify-section-template--26341260165438__featured_collections_zt8tGWshopify-section-template--25968627712318__featured_collections_zt8tGW .collection-item, #shopify-section-template--25968627712318__featured_collections_iVLRhw .collection-item{
  margin-bottom: 0;
}
.footer__item--footer2 {
    padding-bottom: 60px !important;
}
.testimonials-slide.is-selected .testimonials-slider__text {
     box-shadow: none !important; 
}
#shopify-section-sections--25968622043454__header .header-item.header-item--navigation.text-center {
    display: none;
}
div#shopify-section-template--25968627712318__featured_collections_iVLRhw {
    margin-top: 4px;
}
#shopify-section-template--25968627712318__featured_collections_iVLRhw .page-width {
     padding: 0; 
}
#CollectionSection-template--26341260165438__featured_collection_jacgTF .grid--uniform{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
#shopify-section-template--25968627712318__advanced_content_zFMLrJ .custom__item-inner h2 {
    color: #000 !important;
            font-size: 24px !important;
        line-height: 32px;
}
#shopify-section-template--25968627712318__advanced_content_zFMLrJ .rte>div {
    margin-bottom: 0 !important;
}
#shopify-section-template--25968627712318__advanced_content_zFMLrJ .custom__item-inner .rte h3 {
    margin: 10px 0;
}
#shopify-section-template--26341260165438__kw_featured_collections_big_7fcFdy .kw-collections-grid {
        grid-template-columns: 1fr 1fr;
        gap: 4px;
    }
#shopify-section-template--26341260165438__kw_featured_collections_big_7fcFdy .kw-section{
  padding: 0;
}
#shopify-section-template--26341260165438__kw_featured_collections_big_7fcFdy .kw-collection-card {
    border-radius: 0;
}
#shopify-section-template--26341260165438__kw_featured_collections_big_7fcFdy .kw-collection-card__button {
    padding: 5px 12px;
    font-size: 12px;
}
#shopify-section-template--26341260165438__kw_featured_collections_big_7fcFdy .kw-collection-card__title {
        font-size: 18px;
}
.cart-link__bubble--visible {
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.marketplaces-find-us .section-header p, .marketplaces-find-us .verified {
    font-size: 16px;
}
}

@media screen and (max-width: 768px) {
    .hero-natural-mobile--template--25968627712318__slideshow {
        padding-bottom: 145.0% !important;
    }
}

#shopify-section-template--25968627712318__advanced_content_zFMLrJ .custom__item-inner .rte h3, #shopify-section-template--25968627712318__advanced_content_zFMLrJ .custom__item-inner h2, #readMoreBtn{
  color: #000 !important;
}
#shopify-section-template--25968627712318__advanced_content_zFMLrJ .rte h3 {
    margin: 15px 0 0 !important;
    font-size: 18px;
}

/* ====detail page Responsive & css==== */
.product-single__title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0 !important;
}
.product-sku-row {
    max-width: 100% !important;
    margin-top: 0 !important;
}
@media only screen and (max-width: 749px) {
  .product-single__title {
    text-align: left !important;
  }
  .product-sku-row {
    justify-content: flex-start !important;
  }
}
.product-block.product-block--sales-point {
  text-align: left !important;
  margin-bottom: 4px !important;
}
.product-block.product-block--sales-point .sales-points {
  margin: 0 !important;
  padding: 0 !important;
  justify-content: flex-start !important;
}
.product-block.product-block--sales-point .sales-point {
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}
.product-block--urgency {
  margin-bottom: 6px !important;
}
.product-block--urgency .urgency-badge {
  margin: 0 !important;
}

.product-block--sales-point:has(.sales-points) ~ .product-block--sales-point,
.product-block--sales-point {
  margin-bottom: 6px !important;
}
/* Tighten spacing between ALL stacked product blocks uniformly */
.product-single__meta .product-block {
  margin-bottom: 6px !important;
}
.size-chart__standalone {
  font-size: 12px !important;
}
.size-chart__standalone svg {
  width: 14px !important;
  height: 14px !important;
}

.kw-price-row {
  margin-top: 0 !important;
}
.product-block.product-block--price {
  margin-top: 0 !important;
}
.product-block--urgency {
  text-align: left !important;
}
.urgency-badge {
  display: inline-block !important;
}

.kw-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
}
.kw-price--sale {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.kw-price--mrp {
  font-size: 15px;
  color: #767676;
}
.kw-price--mrp s {
  text-decoration: line-through;
}
.kw-price--save {
  font-size: 16px;
  font-weight: 600;
  color: #ed1b24;
}
.kw-price--tax {
  font-size: 13px;
  color: #555;
  white-space: nowrap;
}
.kw-price-row--regular .kw-price--mrp-only {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.kw-price-row--regular {
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.kw-price--tax-alone {
  font-size: 13px;
  color: #555;
}

/* Tighten the space above collection filters */
.collection-content {
  padding-top: 8px !important;
}
@media only screen and (min-width: 769px) {
  .collection-content {
    padding-top: 12px !important;
  }
}
.quicknav-50 {
  margin-top: 8px !important;
}
/* ============================================
   Tidy up the size variant picker (XS/S/M/L/XL/XXL)
   Add this to Assets > global-custom.css
   Does NOT touch the existing checked/selected color
   rules — only fixes sizing, spacing, and corners.
   ============================================ */

.variant-input-wrap {
  display: inline-flex !important;
  margin: 0 8px 8px 0 !important;
}

.variant-input-wrap label.variant__button-label {
  min-width: 46px !important;
  height: 42px !important;
  padding: 0 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 6px !important;
  font-size: 12.5px !important;
  font-weight: 600 !important;
  letter-spacing: 0.03em !important;
  transition: border-color 0.15s ease, transform 0.1s ease !important;
  cursor: pointer;
}

/* Subtle lift on hover for unselected sizes */
.variant-input-wrap input[type="radio"]:not(:checked):hover + label {
  border-color: #ed1b24 !important;
}

/* Slight scale feedback on click/selection */
.variant-input-wrap input[type="radio"]:checked + label {
  transform: scale(1.02);
}

/* Out-of-stock / unavailable sizes: strike-through + muted, still tidy */
.variant-input-wrap label.variant__button-label.unavailable,
.variant-input-wrap label.variant__button-label[disabled] {
  opacity: 0.4 !important;
  text-decoration: line-through;
  cursor: not-allowed;
}

/* Even row wrapping on smaller screens instead of ragged overflow */
fieldset:has(.variant-input-wrap) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
/* Bold + slightly bigger filter group labels (Price, Category, Size, Color, etc.) */
#CollectionSidebar .tag-list__header,
#FilterDrawer .tag-list__header {
  font-weight: 700 !important;
  font-size: 15px !important;
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 749px) {
  #FilterDrawer .tag-list__header {
    font-size: 14px !important;
  }
}


/* ===== trust bar marquee (merged from trust-bar-marquee.css, Aug 2026) ===== */
.kw-trust-marquee {
  background: var(--trust-bg, #0a2540);
  color: var(--trust-text, #ffffff);
  overflow: hidden;
  padding: 12px 0;
  font-size: 15px;
  font-weight: 500;
}

.kw-trust-marquee__wrapper {
  width: 100%;
  overflow: hidden;
}

.kw-trust-marquee__track {
  display: flex;
  animation: marquee var(--trust-speed, 40s) linear infinite;
  width: max-content;
  will-change: transform;
}

.kw-trust-items {
  display: flex;
  align-items: center;
  gap: var(--trust-gap, 70px);
  white-space: nowrap;
  flex-shrink: 0;
  margin-left:80px;
}

/* Spacing at start and end of each copy */
.kw-trust-marquee__track > .kw-trust-items:first-child {
  padding-left: var(--trust-gap, 70px);
}

.kw-trust-marquee__track > .kw-trust-items:last-child {
  padding-right: var(--trust-gap, 70px);
}

.kw-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.kw-trust-icon {
  width: var(--trust-icon-size, 28px);
  height: var(--trust-icon-size, 28px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.trust-icon-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.kw-trust-dot {
  width: 10px;
  height: 10px;
  background: currentColor;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
  margin-right: 8px;
  opacity: 0.92;
}

/* Uppercase text */
.kw-uppercase .kw-trust-text {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Pause on hover */
{% if section.settings.pause_on_hover %}
  .kw-trust-marquee:hover .kw-trust-marquee__track {
    animation-play-state: paused;
  }
{% endif %}

/* Animation distance includes both padding values */
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--trust-gap, 70px) * 2));
  }
}

/* ─────────────── Mobile ─────────────── */
@media screen and (max-width: 989px) {
  .kw-trust-marquee {
    font-size: 14px;
    padding: 10px 0;
  }

  .kw-trust-items {
    gap: var(--trust-gap-mobile, 50px);
  }

  .kw-trust-marquee__track > .kw-trust-items:first-child {
    padding-left: var(--trust-gap-mobile, 50px);
  }

  .kw-trust-marquee__track > .kw-trust-items:last-child {
    padding-right: var(--trust-gap-mobile, 50px);
  }

  .kw-trust-dot {
    width: 9px;
    height: 9px;
    margin-right: 7px;
  }

  @keyframes marquee {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(calc(-100% - var(--trust-gap-mobile, 50px) * 2));
    }
  }
}

/* ==========================================================================
   Cotton Culture — Westside-style header + inline search bar
   Appended to assets/global-custom.css
   Pairs with snippets/cc-inline-search.liquid and the two edits in
   sections/header.liquid.
   To remove everything: delete this whole block, save.
   ========================================================================== */


   /* --- Header-only edge padding: pull logo/icons/nav row closer to the
   browser edges than the site-wide 100px .page-width padding allows.
   Scoped to .site-header so no other section is affected. ------------- */
@media (min-width: 769px) {
  .site-header > .page-width {
    padding: 0 20px;
  }
}
/* --- Row 1: logo left | search centre | icons right ---------------------- */
@media (min-width: 769px) {
  .header-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header-layout .header-item--logo,
  .header-layout .header-item--icons {
    flex: 0 0 auto;
  }

    /* Cancel the legacy 50px top padding on the icons (left over from an
     older stacked layout) so the wishlist/search/cart/account icons sit
     level with the logo instead of hanging below it. */
  .header-layout .header-item.header-item--icons {
    padding-top: 0;
  }

  .header-item--cc-search {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    justify-content: center;
    padding: 0 30px;
  }

  /* Only one search UI at a time: the top-right mini icon is suppressed
     wherever the inline bar renders. Sibling selector, so it is
     automatically inactive on the homepage where no bar exists. */
  .header-item--cc-search ~ .header-item--icons .js-search-header {
    display: block!important;
  }
}

/* --- Row 2: navigation, centred, on its own line ------------------------- */
@media (min-width: 769px) {
  .cc-nav-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 8px 0 6px;
    text-align: center;
  }

  /* Direct children only, so dropdown and megamenu lists nested deeper are
     never touched. Covers a ul, a div.site-nav, or a nav wrapper. */
  .cc-nav-row > ul,
  .cc-nav-row > nav,
  .cc-nav-row > .site-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding-left: 0;
  }
}

/* --- Keep the suggestions dropdown from being clipped ------------------- */
@media (min-width: 769px) {
  .site-header,
  .header-layout,
  .header-item--cc-search {
    overflow: visible;
  }
}

/* --- The search bar itself ---------------------------------------------- */
.cc-search {
  position: relative;
  width: 100%;
  max-width: 520px;
}

.cc-search__form {
  position: relative;
  margin: 0;
}

.cc-search__label {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.cc-search__input {
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0 42px 0 46px;
  border: 1px solid #d9d9d9;
  border-radius: 999px;
  background: #fff;
  color: #1a1a1a;
  font-size: 14px;
  line-height: normal;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.cc-search__input::placeholder {
  color: #8a8a8a;
  opacity: 1;
}

.cc-search__input:focus {
  outline: none;
  border-color: #1a1a1a;
  box-shadow: 0 0 0 1px #1a1a1a;
}

/* Kill the native WebKit clear/decoration buttons — we ship our own */
.cc-search__input::-webkit-search-decoration,
.cc-search__input::-webkit-search-cancel-button,
.cc-search__input::-webkit-search-results-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.cc-search__icon {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  fill: none;
  stroke: #4a4a4a;
  stroke-width: 3.5;
  stroke-miterlimit: 10;
  pointer-events: none;
}

.cc-search__clear {
  position: absolute;
  top: 50%;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: none;
  transform: translateY(-50%);
  cursor: pointer;
}

.cc-search__clear[hidden] {
  display: none;
}

.cc-search__clear:hover {
  background: #f2f2f2;
}

.cc-search__clear svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: #4a4a4a;
  stroke-width: 4;
  stroke-miterlimit: 10;
}

/* --- Suggestions dropdown ---------------------------------------------- */
.cc-search__results {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 1000;
  max-height: 70vh;
  overflow-y: auto;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  text-align: left;
}

.cc-search__results[hidden] {
  display: none;
}

.cc-search__list {
  margin: 0;
  padding: 6px 0;
  list-style: none;
}

.cc-search__list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cc-search__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 14px;
  color: #1a1a1a;
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
}

.cc-search__item:hover,
.cc-search__item.is-active {
  background: #f6f6f6;
}

.cc-search__thumb {
  flex: 0 0 auto;
  width: 44px;
  height: 55px;
  object-fit: cover;
  background: #f2f2f2;
  border-radius: 4px;
}

.cc-search__thumb--empty {
  display: block;
}

.cc-search__title {
  flex: 1 1 auto;
  min-width: 0;
}

.cc-search__empty {
  margin: 0;
  padding: 16px 14px;
  color: #6a6a6a;
  font-size: 14px;
}

.cc-search__all {
  display: block;
  padding: 12px 14px;
  border-top: 1px solid #eee;
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.cc-search__all:hover,
.cc-search__all.is-active {
  background: #f6f6f6;
}

/* --- Mobile: no inline bar, no nav row. Icon + drawer stay as they were. - */
@media (max-width: 768px) {
  .header-item--cc-search,
  .cc-nav-row {
    display: none !important;
  }
}

/* ==========================================================================
   Cotton Culture — navigation on ONE line (final)
   Append to the very bottom of assets/global-custom.css.

   Supersedes the earlier "keep the top navigation on ONE line" block.
   If you pasted that one, delete it first — this replaces it.

   To remove: delete this whole block, save.
   ========================================================================== */

@media (min-width: 769px) {

  /* 1. Forbid the second line.
        The Step 2 CSS set flex-wrap: wrap on the row and on its direct
        child; both are overridden here, plus a catch-all for whatever
        element kw-header-nav-new actually outputs. */
  .cc-nav-row,
  .cc-nav-row > *,
  .cc-nav-row > ul,
  .cc-nav-row > nav,
  .cc-nav-row > .site-nav {
    flex-wrap: nowrap !important;
  }

  /* 2. Never break a label across lines. */
  .cc-nav-row a {
    white-space: nowrap !important;
  }

  /* 3. Make it fit. Padding between items is where the space is:
        13 items x 2 sides, so every pixel here counts 26 times.
        font-size scales with the viewport, which is what makes this
        survive zooming — zoom shrinks the viewport in CSS pixels. */
  .cc-nav-row .site-nav__link:not(.site-nav__link--icon) {
    font-size: clamp(11px, 0.82vw, 15px) !important;
    padding-left: clamp(4px, 0.42vw, 10px) !important;
    padding-right: clamp(4px, 0.42vw, 10px) !important;
    letter-spacing: 0 !important;
  }

  /* 4. Kill any extra margin on the top-level items themselves.
        Direct grandchildren only, so dropdown lists are untouched. */
  .cc-nav-row > * > li {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* --------------------------------------------------------------------------
   STILL WRAPPING AT EXTREME ZOOM?
   Change 0.82vw to 0.72vw and 0.42vw to 0.32vw above. That is the only
   adjustment needed — everything else stays as is.
   -------------------------------------------------------------------------- */
/* =========================================================
   COTTON CULTURE — VERIFAST MOBILE POSITION + FULL ICON
   ========================================================= */

@media screen and (max-width: 767px) {

  #verifast-react-chatbot-iframe:not(.verifast-fullscreen) {
    position: fixed !important;

    /* RIGHT SIDE */
    right: 8px !important;
    left: auto !important;

    /* ABOVE STICKY ADD TO CART */
    bottom: 82px !important;

    /* GIVE VERIFAST ENOUGH SPACE SO THE ICON IS NOT CUT */
    width: 90px !important;
    height: 90px !important;

    margin: 0 !important;
    padding: 0 !important;

    transform: none !important;

    /* Keep it above the product content but below the CTA */
    z-index: 1000 !important;

    overflow: visible !important;
  }

}

/* collection intro */
.collection-intro {
  margin-bottom: 24px;
}

.collection-intro__title {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 500;
}

.collection-intro__description {
  font-size: 14px;
  line-height: 1.7;
}

.collection-intro__read-more {
  display: inline;
  margin-left: 4px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-decoration: underline;
  cursor: pointer;
}

@media only screen and (max-width: 749px) {
  .collection-intro {
    margin-bottom: 18px;
  }

  .collection-intro__title {
    font-size: 24px;
  }
}


@media only screen and (max-width: 768px) {
  #verifast-react-chatbot-iframe:not(.verifast-fullscreen) {
    width: 180px !important;
    height: 90px !important;
    max-width: calc(100vw - 20px) !important;
  }
}

/* =====================================================
   FLICKITY SLIDESHOW ARROWS
   Correct classes used by this theme
===================================================== */

#Slideshow-{{ section.id }} .flickity-prev-next-button {
  position: absolute !important;
  top: 50% !important;

  width: 42px;
  height: 42px;

  margin: 0 !important;
  z-index: 20;

  opacity: 1;
  transform: translateY(-50%);

  background: rgba(255, 255, 255, 0.92);
  border-radius: 50%;
}

/* LEFT ARROW */
#Slideshow-{{ section.id }} .flickity-previous {
  left: 24px !important;
  right: auto !important;
}

/* RIGHT ARROW */
#Slideshow-{{ section.id }} .flickity-next {
  right: 24px !important;
  left: auto !important;
}

/* Arrow icon */
#Slideshow-{{ section.id }} .flickity-prev-next-button svg {
  fill: #111;
}


/* =====================================================
   MOBILE
===================================================== */

@media only screen and (max-width: 768px) {

  #Slideshow-{{ section.id }} .flickity-prev-next-button {
    width: 36px;
    height: 36px;

    opacity: 0.9;
  }

  #Slideshow-{{ section.id }} .flickity-previous {
    left: 12px !important;
    right: auto !important;
  }

  #Slideshow-{{ section.id }} .flickity-next {
    right: 12px !important;
    left: auto !important;
  }
  .extraspacing--inproductpage{
      padding-bottom: 10px!important;
  }
}


@media only screen and (min-width: 769px) {
  #shopify-section-sections--27039678726462__header .js-drawer-open-nav {
    display: flex !important;
  }
}
@media screen and (min-width: 769px) {
  .header-item--navigation {
    display: none !important;
  }
  .desktop--hide{
    display: none;
  }
}
  
@media only screen and (min-width: 769px) {
    .site-header__logo a {
        width: 100px!important;
    }
}



.cart-link {
  position: relative;
}

.cart-link__bubble {
  position: absolute;
  top: -7px;
  right: -8px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  display: none;
  box-sizing: border-box;
}

.cart-link__bubble--visible {
  display: block;
}




.site-header .header-layout--left-center {
  position: relative !important;
  height: 75px;
}

.site-header .header-layout--left-center .logo-wrapper {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
}


#verifast-react-chatbot-iframe {
  right: 20px !important;
  bottom: 25px !important;
  z-index: 99999 !important;
}
@media screen and (max-width: 767px) {
  #verifast-react-chatbot-iframe {
    right: 15px !important;
    bottom: 90px !important;
    z-index: 99999 !important;
  }
}
body[class*="template-product"] #verifast-react-chatbot-iframe {
  bottom: 100px !important;
}

/* =========================================
   GO KWIK CART - FINAL COMPACT CLEAN CSS
   REPLACE ALL PREVIOUS CART CSS WITH THIS
========================================= */

/* MAIN CART */
.sidecart,
.side-cart-content-wrapper {
  font-size: 13px !important;
}


/* =========================
   CART HEADER
========================= */

.side-cart-header {
  min-height: 52px !important;
  padding: 10px 14px !important;
}

.side-cart-header .header-text {
  font-size: 18px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}


/* =========================
   PROMOTION BANNER
========================= */

.promotion-banner {
  min-height: 34px !important;
  height: 34px !important;
  padding: 5px 10px !important;
}

.promotion-banner .banner-content {
  height: auto !important;
  font-size: 12px !important;
  line-height: 22px !important;
}


/* =========================
   REWARDS / PROGRESS
========================= */

.progress-container {
  padding: 8px 10px 10px !important;
}

.next-milestone-text {
  font-size: 14px !important;
  line-height: 1.2 !important;
  margin-bottom: 6px !important;
}

.progress-container .milestone-goal,
.progress-container .milestone-text {
  font-size: 10px !important;
  line-height: 1.15 !important;
}

.progress-container .icon-wrap {
  width: 28px !important;
  height: 28px !important;
}

.progress-container .icon-wrap svg {
  width: 20px !important;
  height: 20px !important;
}


/* =========================
   CART PRODUCTS
========================= */

.product-tile-wrapper {
  padding: 8px 10px !important;
}

.product-tile-wrapper .item {
  gap: 6px !important;
}

.product-main-content {
  gap: 8px !important;
  min-width: 0 !important;
}

.product-tile-wrapper .img {
  width: 68px !important;
  min-width: 68px !important;
  flex: 0 0 68px !important;
}

.product-tile-wrapper .img img {
  width: 68px !important;
  height: 84px !important;
  object-fit: cover !important;
  border-radius: 5px !important;
}


/* =========================
   PRODUCT DETAILS
========================= */

.product-tile-wrapper .details {
  min-width: 0 !important;
  max-width: 130px !important;
  overflow: hidden !important;
}


/* =========================
   PRODUCT TITLE
   ONE LINE + ...
========================= */

.sidecart-product-title,
.product-tile-wrapper .sidecart-product-title {
  display: block !important;
  width: 115px !important;
  min-width: 0 !important;
  max-width: 115px !important;

  height: 16px !important;
  min-height: 16px !important;
  max-height: 16px !important;

  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;

  font-size: 11px !important;
  line-height: 16px !important;
  font-weight: 500 !important;
}


/* =========================
   SIZE SELECTION
========================= */

.variant-list,
.product-tile-wrapper .variant-list {
  margin-top: 3px !important;
  line-height: 1 !important;
}

.variant-selector,
.product-tile-wrapper .variant-selector {
  display: inline-block !important;
  width: 48px !important;
  min-width: 48px !important;
  max-width: 48px !important;
  height: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.variant-selector select,
.product-tile-wrapper .variant-selector select {
  display: block !important;

  width: 48px !important;
  min-width: 48px !important;
  max-width: 48px !important;

  height: 22px !important;
  min-height: 22px !important;
  max-height: 22px !important;

  padding: 1px 14px 1px 5px !important;
  margin: 0 !important;

  font-size: 9px !important;
  line-height: 18px !important;

  border-radius: 5px !important;
}


/* =========================
   PRICES
========================= */

.item-price {
  font-size: 11px !important;
  line-height: 1.2 !important;
}

.item-price .compare-at-price {
  font-size: 10px !important;
}

.item-price .final-price {
  font-size: 13px !important;
  font-weight: 600 !important;
}

.item-price .discount-percentage {
  font-size: 10px !important;
}


/* =========================
   PRODUCT DISCOUNT BOX
========================= */

.coupon-applied-area {
  margin-top: 3px !important;
  padding: 3px 5px !important;

  font-size: 9px !important;
  line-height: 1.1 !important;

  border-radius: 4px !important;
}

.coupon-applied-area .icon,
.coupon-applied-area svg {
  width: 10px !important;
  height: 10px !important;
}


/* =========================
   QUANTITY AREA
========================= */

.quantity-handler-wrapper,
.product-tile-wrapper .quantity-handler-wrapper {
  display: flex !important;
  align-items: center !important;

  gap: 4px !important;
  margin-top: 4px !important;
}


/* ACTUAL QUANTITY BOX */

.quantity-handler,
.product-tile-wrapper .quantity-handler {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 58px !important;
  min-width: 58px !important;
  max-width: 58px !important;

  height: 23px !important;
  min-height: 23px !important;
  max-height: 23px !important;

  padding: 0 !important;
  margin: 0 !important;

  border-radius: 5px !important;
  overflow: hidden !important;
}


/* MINUS AND PLUS */

.reduce-quantity,
.increase-quantity,
.quantity-handler .reduce-quantity,
.quantity-handler .increase-quantity {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;

  height: 23px !important;
  min-height: 23px !important;

  padding: 0 !important;
  margin: 0 !important;

  font-size: 11px !important;
  line-height: 23px !important;
}


/* QUANTITY NUMBER */

.item-quantity,
.quantity-handler .item-quantity {
  box-sizing: border-box !important;

  width: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;

  height: 21px !important;
  min-height: 21px !important;
  max-height: 21px !important;

  padding: 0 !important;
  margin: 0 !important;

  font-size: 10px !important;
  line-height: 21px !important;
  text-align: center !important;

  border: 0 !important;
  outline: 0 !important;

  appearance: textfield !important;
  -moz-appearance: textfield !important;
}

.item-quantity::-webkit-inner-spin-button,
.item-quantity::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}


/* REMOVE BUTTON */

.remove-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 20px !important;
  min-width: 20px !important;
  max-width: 20px !important;

  height: 20px !important;
  min-height: 20px !important;

  padding: 0 !important;
  margin: 0 !important;
}

.remove-btn svg {
  width: 11px !important;
  height: 11px !important;
}


/* =========================
   OFFER SECTION
========================= */

.offer-box {
  padding: 6px 10px !important;
}

.featured-offer {
  padding: 6px !important;
}

.offer-title p {
  font-size: 11px !important;
  line-height: 1.15 !important;
}

.applied-text,
.amount-saved {
  font-size: 9px !important;
}

.discount-input-area {
  height: 32px !important;
  min-height: 32px !important;
}

.discount-input-area input {
  font-size: 11px !important;
}


/* =========================
   UPSELL
========================= */

.upSell-container {
  padding: 6px 10px !important;
}

.upSell-container .title {
  font-size: 12px !important;
  font-weight: 600 !important;
}

.upSell-container .card {
  min-width: 145px !important;
  padding: 5px !important;
}

.upSell-container .product-image {
  width: 50px !important;
  height: 60px !important;
  object-fit: cover !important;
}

.upSell-container .product-name {
  font-size: 10px !important;
  line-height: 1.2 !important;
}

.upSell-container .price {
  font-size: 10px !important;
}

.upSell-container .price span {
  font-size: 12px !important;
}

.upSell-container .add-btn {
  font-size: 10px !important;
  padding: 4px 7px !important;
}


/* =========================
   CART FOOTER
========================= */

.sidecart-footer-wrapper {
  padding: 0 10px 8px !important;
}

.sidecart-footer {
  padding-top: 6px !important;
}

.footer-ribbon-text {
  font-size: 11px !important;
  padding: 5px 8px !important;
}


/* =========================
   TOTAL
========================= */

.estimated-total-section {
  gap: 4px !important;
}

.estimated-total-section svg {
  width: 16px !important;
  height: 16px !important;
}

.estimated-total {
  font-size: 14px !important;
  font-weight: 600 !important;
}

.estimated-total-container {
  font-size: 12px !important;
}

.estimated-total-container span {
  font-size: 16px !important;
  font-weight: 600 !important;
}

.estimated-total-container .discount-percentage {
  font-size: 10px !important;
}


/* =========================
   PRICE CHIPS
========================= */

.price-chips {
  gap: 4px !important;
  margin-top: 5px !important;
}

.price-chips .chip {
  font-size: 9px !important;
  padding: 4px 6px !important;
}


/* =========================
   CHECKOUT BUTTON
========================= */

.gokwik-checkout button {
  min-height: 44px !important;
  height: 44px !important;

  border-radius: 7px !important;
}

.gokwik-checkout .btn-text p {
  font-size: 15px !important;
  margin: 0 !important;
}

.payment-icons img {
  max-height: 24px !important;
}


/* =========================
   POWERED BY
========================= */

.main-footer {
  padding: 4px 0 !important;
}

.powered-by {
  font-size: 9px !important;
}

.powered-by img {
  max-height: 20px !important;
}


/* =========================================
   MOBILE - EXTRA COMPACT
========================================= */

@media screen and (max-width: 767px) {

  .sidecart,
  .side-cart-content-wrapper {
    font-size: 12px !important;
  }

  .product-tile-wrapper {
    padding: 7px 8px !important;
  }

  .product-main-content {
    gap: 7px !important;
  }

  .product-tile-wrapper .img {
    width: 62px !important;
    min-width: 62px !important;
    flex: 0 0 62px !important;
  }

  .product-tile-wrapper .img img {
    width: 62px !important;
    height: 76px !important;
  }


  /* PRODUCT NAME - MOBILE */

  .sidecart-product-title,
  .product-tile-wrapper .sidecart-product-title {
    width: 100px !important;
    min-width: 0 !important;
    max-width: 100px !important;

    height: 15px !important;
    min-height: 15px !important;
    max-height: 15px !important;

    font-size: 10px !important;
    line-height: 15px !important;

    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }


  /* SIZE */

  .variant-selector,
  .product-tile-wrapper .variant-selector,
  .variant-selector select,
  .product-tile-wrapper .variant-selector select {
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;

    height: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
  }

  .variant-selector select,
  .product-tile-wrapper .variant-selector select {
    padding: 1px 12px 1px 4px !important;
    font-size: 8px !important;
  }


  /* QUANTITY */

  .quantity-handler,
  .product-tile-wrapper .quantity-handler {
    width: 54px !important;
    min-width: 54px !important;
    max-width: 54px !important;

    height: 21px !important;
    min-height: 21px !important;
    max-height: 21px !important;
  }

  .reduce-quantity,
  .increase-quantity,
  .quantity-handler .reduce-quantity,
  .quantity-handler .increase-quantity {
    width: 17px !important;
    min-width: 17px !important;
    max-width: 17px !important;

    height: 21px !important;
    min-height: 21px !important;

    font-size: 10px !important;
    line-height: 21px !important;
  }

  .item-quantity,
  .quantity-handler .item-quantity {
    width: 16px !important;
    min-width: 16px !important;
    max-width: 16px !important;

    height: 19px !important;

    font-size: 9px !important;
    line-height: 19px !important;
  }

  .remove-btn {
    width: 18px !important;
    min-width: 18px !important;
    height: 18px !important;
  }

  .remove-btn svg {
    width: 10px !important;
    height: 10px !important;
  }


  /* OTHER MOBILE COMPACT */

  .item-price {
    font-size: 10px !important;
  }

  .item-price .final-price {
    font-size: 12px !important;
  }

  .coupon-applied-area {
    font-size: 8px !important;
    padding: 2px 4px !important;
  }

  .side-cart-header .header-text {
    font-size: 17px !important;
  }

  .next-milestone-text {
    font-size: 13px !important;
  }

  .estimated-total-container span {
    font-size: 15px !important;
  }

  .gokwik-checkout button {
    min-height: 42px !important;
    height: 42px !important;
  }

  .gokwik-checkout .btn-text p {
    font-size: 14px !important;
  }
}


.item.svelte-10zz03f .quantity-handler.svelte-10zz03f {
    background: var(--Gray-Neutral-100, #f3f4f6);
    border: 1px solid var(--Gray-Neutral-200, #e5e7eb);
    border-radius: 10px;
    font-weight: 600;
    padding: 2px 5px!important;
    white-space: nowrap;
    font-size: 11px!important;
    width: fit-content;
}
.item.svelte-10zz03f .quantity-handler input.item-quantity.svelte-10zz03f {
    border: none;
    background: transparent;
    font-weight: 600;
    font-size: 11px!important;
    text-align: center;
    width: 30px;
    padding: 0px 5px!important;
    -moz-appearance: textfield;
    appearance: textfield;
}
.item.svelte-10zz03f .variant-selector select.svelte-10zz03f {
    width: 90%!important;
    padding: 3px 3px 3px 3px!important;
    border-radius: 8px;
    background: var(--Gray-Neutral-100, #f3f4f6);
    font-size: 11px!important;
    font-weight: 500;
    margin-right: 0px;
    cursor: pointer;
    pointer-events: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ==========================================================
   JUDGE.ME - FINAL COMPACT REVIEW DESIGN
   Applies to all review cards
========================================================== */


/* ----------------------------------------------------------
   1. REVIEW CARD
---------------------------------------------------------- */

#judgeme_product_reviews .jdgm-review-card {
    position: relative !important;
    overflow: hidden !important;
}

#judgeme_product_reviews .jdgm-review-card__content {
    padding: 10px !important;
}


/* ----------------------------------------------------------
   2. GENERAL SPACING - ALL REVIEWS
---------------------------------------------------------- */

#judgeme_product_reviews .jdgm-review-card .jm-stack--space-400 {
    gap: 8px !important;
}

#judgeme_product_reviews .jdgm-review-card .jm-stack--space-200 {
    gap: 5px !important;
}

#judgeme_product_reviews .jdgm-review-card .jm-stack--space-100 {
    gap: 3px !important;
}

#judgeme_product_reviews .jdgm-review-card .jm-stack--space-50 {
    gap: 2px !important;
}


/* ----------------------------------------------------------
   3. STARS - ALL REVIEWS
---------------------------------------------------------- */

#judgeme_product_reviews
.jdgm-review-card
.jm-star-rating__font-icon {
    font-size: 1em !important;
}


/* ----------------------------------------------------------
   4. REVIEWER NAME - ALL REVIEWS
---------------------------------------------------------- */

#judgeme_product_reviews .jdgm-review-card__name {
    font-size: 12px !important;
    line-height: 1.2 !important;
    margin: 0 !important;
}


/* ----------------------------------------------------------
   5. IMAGE REVIEW CUSTOM HEADER
   Image + Name + Stars + Date
---------------------------------------------------------- */

#judgeme_product_reviews .custom-review-header {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 0 8px 0 !important;
}

#judgeme_product_reviews .custom-review-info {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 2px !important;
    min-width: 0 !important;
}


/* ----------------------------------------------------------
   6. REVIEW IMAGE / AVATAR
---------------------------------------------------------- */

#judgeme_product_reviews
.custom-review-header
.jdgm-review-card__media-cover {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    max-width: 44px !important;
    max-height: 44px !important;

    flex: 0 0 44px !important;

    margin: 0 !important;
    padding: 0 !important;

    border-radius: 50% !important;
    overflow: hidden !important;
    aspect-ratio: 1 / 1 !important;
}

#judgeme_product_reviews
.custom-review-header
.jdgm-review-card__highlight {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    max-width: 44px !important;
    max-height: 44px !important;

    margin: 0 !important;
    padding: 0 !important;

    border-radius: 50% !important;
    overflow: hidden !important;
    aspect-ratio: 1 / 1 !important;
}

#judgeme_product_reviews
.custom-review-header
.jdgm-review-card__highlight img {
    position: static !important;

    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    max-width: 44px !important;
    max-height: 44px !important;

    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: cover !important;
    object-position: center !important;

    border-radius: 50% !important;
}


/* ----------------------------------------------------------
   7. NAME / STARS / DATE INSIDE IMAGE HEADER
---------------------------------------------------------- */

#judgeme_product_reviews
.custom-review-info
.jdgm-review-card__name {
    font-size: 12px !important;
    line-height: 1.2 !important;
    margin: 0 !important;
}

#judgeme_product_reviews
.custom-review-info
.jm-star-rating {
    line-height: 1 !important;
    margin: 0 !important;
}

#judgeme_product_reviews
.custom-review-info
.jm-star-rating__font-icon {
    font-size: 1em !important;
}

#judgeme_product_reviews .custom-review-date {
    font-size: 10px !important;
    line-height: 1.2 !important;
    color: #777 !important;
    margin: 0 !important;
}


/* ----------------------------------------------------------
   8. REVIEW TITLE - ALL REVIEWS
---------------------------------------------------------- */

#judgeme_product_reviews .jdgm-review-card__title {
    font-size: 12px !important;
    line-height: 1.3 !important;

    margin: 2px 0 3px !important;
}


/* ----------------------------------------------------------
   9. REVIEW TEXT - ALL REVIEWS
---------------------------------------------------------- */

#judgeme_product_reviews .jdgm-review-card__body,
#judgeme_product_reviews .jdgm-review-card__body p {
    font-size: 11px !important;
    line-height: 1.35 !important;

    margin: 0 !important;
}


/* ----------------------------------------------------------
   10. COTTON CULTURE REPLY
---------------------------------------------------------- */

#judgeme_product_reviews .jdgm-review-card__reply-content,
#judgeme_product_reviews .jdgm-review-card__reply-content p {
    font-size: 10px !important;
    line-height: 1.35 !important;

    margin: 0 !important;
}


/* ----------------------------------------------------------
   11. PRODUCT INFO AT BOTTOM
---------------------------------------------------------- */

#judgeme_product_reviews
.jdgm-review-card__product-variant-card {
    padding: 6px 8px !important;
    margin-top: 3px !important;
}


/* ----------------------------------------------------------
   12. REMOVE UNNECESSARY PARAGRAPH MARGINS
---------------------------------------------------------- */

#judgeme_product_reviews .jdgm-review-card p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}


/* ----------------------------------------------------------
   13. MOBILE
---------------------------------------------------------- */

@media screen and (max-width: 749px) {

    #judgeme_product_reviews .jdgm-review-card__content {
        padding: 9px !important;
    }

    #judgeme_product_reviews .custom-review-header {
        gap: 8px !important;
        margin-bottom: 7px !important;
    }
}

/* Same header layout for reviews without customer image */
#judgeme_product_reviews
.custom-review-header:not(:has(.jdgm-review-card__media-cover)) {
    gap: 0 !important;
}

#judgeme_product_reviews
.custom-review-header:not(:has(.jdgm-review-card__media-cover))
.custom-review-info {
    width: 100% !important;
}

/* =========================================
   BLOG GRID - SAME IMAGE SIZE / ALIGNMENT
========================================= */

.grid__item.medium-up--one-third .article__grid-image .image-wrap {
    height: auto !important;
    padding-bottom: 75% !important;
    position: relative !important;
    overflow: hidden !important;
}

.grid__item.medium-up--one-third .article__grid-image .image-wrap image-element {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
}

.grid__item.medium-up--one-third .article__grid-image .image-wrap img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;

    width: 100% !important;
    height: 100% !important;

    object-fit: cover !important;
    object-position: center !important;

    display: block !important;
}


/* ==================================================
   GOKWIK CART - PROMOTION / ANNOUNCEMENT BANNER FIX
================================================== */

.sidecart .promotion-banner {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 34px !important;
    height: auto !important;

    display: grid !important;
    grid-template-columns: 26px minmax(0, 1fr) 26px !important;
    align-items: center !important;

    padding: 0 !important;
    margin: 0 !important;

    box-sizing: border-box !important;
    overflow: hidden !important;
}

/* Center promotional message */
.sidecart .promotion-banner .banner-content {
    width: 100% !important;
    min-width: 0 !important;

    height: 34px !important;
    min-height: 34px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 0 3px !important;
    margin: 0 !important;

    box-sizing: border-box !important;
    overflow: hidden !important;
}

/* GoKwik has nested P tags */
.sidecart .promotion-banner .banner-content p,
.sidecart .promotion-banner .banner-content p p {
    width: auto !important;
    max-width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    font-size: 11px !important;
    line-height: 1.2 !important;
    text-align: center !important;

    white-space: nowrap !important;
}

/* Left + right arrows get their own space */
.sidecart .promotion-banner .arrow {
    position: static !important;

    width: 26px !important;
    min-width: 26px !important;
    height: 34px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    background: transparent !important;
}

.sidecart .promotion-banner .arrow svg {
    width: 13px !important;
    height: 13px !important;
}

/* ==================================================
   GOKWIK CART - EMPTY STATE SPACING
================================================== */

.sidecart .sidecart-empty {
    min-height: auto !important;
    height: auto !important;

    padding: 70px 20px 40px !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;

    text-align: center !important;
}

.sidecart .sidecart-empty > p {
    margin: 0 0 18px !important;
}

.sidecart .sidecart-empty button {
    margin: 0 !important;
}

.wishlist-toast {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) translateY(10px);

  background: #d00;
  color: #fff;

  padding: 10px 16px;
  border-radius: 6px;

  font-size: 13px;
  white-space: nowrap;

  z-index: 99999;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.wishlist-toast.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.wishlist-button {
  -webkit-tap-highlight-color: transparent;
}

.wishlist-button .wishlist-icon {
  transition: fill 0.12s ease, transform 0.12s ease;
}

.wishlist-button.wishlist-added .wishlist-icon {
  fill: red;
}

.wishlist-button.wishlist-processing .wishlist-icon {
  transform: scale(1.12);
}



/* Deferred collection filters: the action footer stays visible in the drawer
   on mobile, tablet and desktop. */
#FilterDrawer .drawer__contents {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

#FilterDrawer .drawer__fixed-header,
#FilterDrawer .cc-filter-footer--drawer {
  flex: 0 0 auto;
}

#FilterDrawer .drawer__scrollable {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding-bottom: 20px;
}
/* Cotton Culture: scoped mobile homepage improvements, 2026-09-19 */
.cc-home-seo__summary, .cc-home-story__mobile-excerpt, .cc-home-category-links__mobile,
.cc-home-faq__all { display: none; }
.cc-home-story__fallback { display:none; }
@media screen and (max-width: 767px) {
  .cc-home-faq .cc-faq-entry--extra { display: none !important; }
  .cc-home-faq__all { display: block; padding: 12px 0 0; text-align: center; }
  .cc-home-faq__all .btn { min-height: 44px; display: inline-flex; align-items: center; justify-content:center; }
  .cc-home-faq .section-header__description { line-height: 1.45; }
  .cc-home-style-stories .grid--uniform { margin-left: 0; }
  .cc-home-style-stories .cc-home-story { width: 100% !important; padding-left: 0 !important; margin-bottom: 14px; text-align:left; }
  .cc-home-style-stories .cc-home-story > .grid { display: flex; align-items: flex-start; gap: 12px; margin-left: 0; padding: 12px; border: 1px solid #eae7e2; border-radius: 10px; }
  .cc-home-style-stories .cc-home-story > .grid > .grid__item { padding: 0 !important; width: auto !important; min-width: 0; }
  .cc-home-style-stories .cc-home-story > .grid > .grid__item:first-child { flex: 0 0 34%; }
  .cc-home-style-stories .cc-home-story > .grid > .grid__item:nth-child(2) { flex: 1 1 auto; }
  .cc-home-style-stories .article__grid-image, .cc-home-style-stories .cc-home-story__fallback { display: block; width:100%; }
  .cc-home-style-stories .article__grid-image > .image-wrap { height: auto !important; padding-bottom: 0 !important; aspect-ratio: 3 / 4; border-radius: 6px; overflow: hidden; }
  .cc-home-style-stories .article__grid-image img { width: 100% !important; height: 100% !important; object-fit: cover; }
  .cc-home-style-stories .cc-home-story__fallback { aspect-ratio: 3/4; border-radius: 6px; padding:8px; background:#fdf0e3; color:#121921; font-size:10px; align-content:center; text-align:center; }
  .cc-home-style-stories .cc-home-story__fallback strong { display:block; font-size:13px; line-height:1.3; }
  .cc-home-style-stories .cc-home-story__fallback + .article__grid-image { display:none; }
  .cc-home-style-stories .article__grid-meta { padding: 0 !important; }
  .cc-home-style-stories .article__title { display: -webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp: 3; overflow: hidden; font-size: 14px; line-height: 1.45; text-align:left; }
  .cc-home-style-stories .article__excerpt, .cc-home-style-stories .social-sharing { display:none !important; }
  .cc-home-style-stories .cc-home-story__mobile-excerpt { display: -webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp: 2; overflow: hidden; font-size:12px; line-height:1.5; margin:7px 0; }
  .cc-home-style-stories .article__readmore { display:inline-flex; min-height:44px; align-items:center; font-size:12px; margin-top: 2px; }
  .cc-home-seo__summary { display:block; line-height:1.55; margin:8px 0 12px; font-size:13px; }
  .cc-home-seo__summary--hidden { display:none; }
  .cc-home-category-links__desktop { display:none; }
  .cc-home-category-links__mobile { display:block; }
  .cc-home-category-links__group { border-bottom:1px solid #eae7e2; }
  .cc-home-category-links__group summary { min-height:48px; display:flex; align-items:center; justify-content:space-between; cursor:pointer; padding:10px 2px; font-size:14px; font-weight:600; list-style:none; }
  .cc-home-category-links__group summary::-webkit-details-marker { display:none; }
  .cc-home-category-links__group summary::after { content:'+'; font-size:20px; margin-left:8px; }
  .cc-home-category-links__group[open] summary::after { content:'−'; }
  .cc-home-category-links__list { display:grid; gap:3px; padding: 0 0 12px; }
  .cc-home-category-links__list a { display:flex; align-items:center; min-height:44px; padding:8px 12px; text-decoration:none; border-radius:6px; background:#fafafa; line-height:1.4; font-size:13px; }
  .cc-home-category-links__group :is(a,summary):focus-visible { outline:2px solid #1c1d1d; outline-offset: 2px; }
}
