/** Shopify CDN: Minification failed

Line 174:2 Unexpected "100%"
Line 175:0 Unexpected "}"

**/


/* ===== COLLECTION SALE BANNER ===== */
.cro-collection-sale-banner {
  background: #f9f5ec;
  border-radius: 10px;
  margin: 12px auto 16px;
  max-width: 1200px;
  padding: 14px 16px;
  text-align: center;
}
.cro-sale-banner-inner {
  max-width: 520px;
  margin: 0 auto;
}
.cro-sale-banner-header {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #c9a96e;
  margin-bottom: 4px;
}
.cro-sale-banner-title {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 12px;
  line-height: 1.2;
}
.cro-sale-banner-tiers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 12px;
}
.cro-sale-tier {
  flex: 1;
  text-align: center;
}
.cro-sale-tier-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #c9a96e;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  margin: 0 auto 4px;
}
.cro-sale-tier-label {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #888;
  margin-bottom: 2px;
}
.cro-sale-tier-discount {
  font-size: 22px;
  font-weight: 700;
  color: #c9a96e;
  line-height: 1;
}
.cro-sale-tier-sub {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #888;
  margin-top: 1px;
}
.cro-sale-tier-divider {
  width: 1px;
  height: 42px;
  background: #e0d5c0;
  margin: 0 6px;
}
.cro-sale-banner-footer {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #c9a96e;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding: 6px 16px;
  border-radius: 50px;
}
@media (max-width: 640px) {
  .cro-collection-sale-banner {
    margin: 8px 8px 12px;
    padding: 12px 12px;
  }
  .cro-sale-banner-title {
    font-size: 16px;
  }
  .cro-sale-tier-discount {
    font-size: 18px;
  }
  .cro-sale-tier-divider {
    height: 36px;
    margin: 0 3px;
  }
}

/* ===== TRUST BULLETS ===== */
.cro-trust-bullets {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0;
  max-width: 440px;
  margin: -8px 0 -12px;
}
.cro-trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #333;
}
.cro-trust-item .cro-icon-wrap {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cro-trust-item .cro-icon-wrap img,
.cro-trust-item .cro-icon-wrap svg {
  width: 100%;
  height: 100%;
  max-width: 28px;
  max-height: 28px;
  object-fit: contain;
  display: block;
}

/* ===== PAYMENT LOGOS ===== */
.cro-payment-logos-wrap {
  overflow: hidden;
  width: 100%;
  padding: 16px 0;
}
.cro-payment-logos-track {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.cro-payment-logos-track:hover {
  animation-play-state: paused;
}
.cro-payment-logos-track img {
  height: 24px;
  width: auto;
  max-width: 60px;
  border-radius: 3px;
  display: inline-block;
  object-fit: contain;
  flex-shrink: 0;
}
  100% { transform: translateX(-50%); }
}
.cro-payment-label {
  text-align: center;
  font-size: 11px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}


/* ===== READ MORE / LESS ===== */
.cro-description-wrap {
  position: relative;
}
.cro-description-text {
  overflow: hidden;
  transition: max-height 0.4s ease;
  line-height: 1.6;
}
.cro-description-text.is-truncated {
  max-height: 9.6em;
}
.cro-description-text.is-expanded {
  max-height: 2000px;
}
.cro-read-more-btn,
.cro-read-less-btn {
  color: #000;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  display: inline-block;
}
.cro-read-more-btn {
  margin-top: 4px;
}
.cro-read-less-btn {
  margin-top: 12px;
}

/* ===== SCARCITY BAR ===== */
.cro-scarcity {
  margin: 12px 0;
}
.cro-scarcity-text {
  font-size: 14px;
  color: #c62828;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}
.cro-scarcity-dot {
  width: 8px;
  height: 8px;
  background: #c62828;
  border-radius: 50%;
  animation: pulse-dot 1.5s infinite;
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}
.cro-scarcity-bar-track {
  height: 6px;
  background: #eee;
  border-radius: 3px;
  margin-top: 6px;
  overflow: hidden;
}
.cro-scarcity-fill {
  height: 100%;
  background: #c62828;
  border-radius: 3px;
  transition: width 0.5s ease;
}

/* ===== COUNTDOWN ===== */
.cro-countdown-wrap {
  background: #c62828;
  color: #fff;
  padding: 10px 16px;
  border-radius: 6px;
  text-align: center;
  margin: 12px 0;
}
.cro-countdown-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.cro-countdown {
  font-size: 24px;
  font-weight: 700;
  font-family: monospace;
}

/* ===== SALE BANNER ===== */
.cro-sale-banner {
  background: #fff0f0;
  border: 2px solid #c62828;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  margin: 16px 0;
}
.cro-sale-banner h3 {
  color: #c62828;
  font-size: 22px;
  margin: 0 0 8px;
}
.cro-sale-banner p {
  color: #c62828;
  margin: 0;
}

/* ===== STICKY ATC (MOBILE) ===== */
.sticky-atc-bar {
  position: fixed;
  bottom: 12px;
  left: 12px;
  right: 12px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 8px 10px 8px 18px;
  border-radius: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  z-index: 999;
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.sticky-atc-countdown {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  line-height: 1.1;
  text-align: left;
}
.sticky-atc-countdown .sticky-atc-label {
  font-size: 8px;
  color: #666;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.sticky-atc-countdown #sticky-countdown {
  font-family: monospace;
  font-size: 14px;
  font-weight: 700;
  color: #c62828;
}
.sticky-atc-btn {
  background: linear-gradient(135deg, #c9a96e 0%, #b8975a 100%);
  color: #fff;
  border: none;
  padding: 11px 22px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(201, 169, 110, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
}
.sticky-atc-btn:active {
  transform: scale(0.97);
  box-shadow: 0 2px 5px rgba(201, 169, 110, 0.2);
}

/* ===== MARQUEE ===== */
.announcement-bar__slide .marquee-text {
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.announcement-bar__slide .marquee-inner {
  display: inline-block;
  animation: marqueeScroll 25s linear infinite;
}
@keyframes marqueeScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ===== REVIEWS SECTION ===== */
.cro-reviews {
  padding: 48px 20px;
  text-align: center;
}
.cro-reviews-header {
  margin-bottom: 32px;
}
.cro-reviews-header h2 {
  font-size: 28px;
  margin: 0 0 8px;
}
.cro-reviews-stars {
  color: #ffc107;
  font-size: 20px;
}
.cro-reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}
.cro-review-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  text-align: left;
}
.cro-review-card .stars {
  color: #ffc107;
  margin-bottom: 12px;
}
.cro-review-card .text {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 16px;
}
.cro-review-card .author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cro-review-card .author img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}
.cro-review-card .author-name {
  font-weight: 600;
  font-size: 14px;
}
.cro-review-card .author-date {
  font-size: 12px;
  color: #888;
}

/* ===== ANIMATIONS ===== */
.cro-animate {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.cro-animate.cro-visible {
  opacity: 1;
  transform: translateY(0);
}







/* ===== BANNER RESET ===== */
.announcement-bar,
[class*="s-sale-announcement-1--"] {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  z-index: auto !important;
}

/* ===== STICKY TOP ANNOUNCEMENT BAR ===== */
#header-group > :first-child,
#header-group > :first-child .announcement-bar {
  position: sticky !important;
  top: 0 !important;
  z-index: 1001 !important;
}

#header-group > :nth-child(2),
#header-group > .header-section {
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

#header-group.is-scrolling-up > :nth-child(2),
#header-group.is-scrolling-up > .header-section {
  position: sticky !important;
  top: 46px !important;
  top: var(--announcement-bar-height, 46px) !important;
  z-index: 1000 !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
}

#header-group.is-scrolling-down > :nth-child(2),
#header-group.is-scrolling-down > .header-section {
  position: sticky !important;
  top: 46px !important;
  top: var(--announcement-bar-height, 46px) !important;
  z-index: 999 !important;
  opacity: 0 !important;
  transform: translateY(-100%) !important;
  pointer-events: none !important;
}

@media screen and (max-width: 749px) {
  #header-group.is-scrolling-up > :nth-child(2),
  #header-group.is-scrolling-up > .header-section,
  #header-group.is-scrolling-down > :nth-child(2),
  #header-group.is-scrolling-down > .header-section {
    top: 68px !important;
    top: var(--announcement-bar-height, 68px) !important;
  }
}

/* ===== QUICK ADD OVERLAY & APP COLLISION FIXES ===== */

/* Hide floating trust badge when quick add modal is open */
body:has(dialog.quick-add-modal[open]) .trust-badge-overlay,
body:has(#quick-add-dialog[open]) .trust-badge-overlay,
body:has(quick-add-dialog[open]) .trust-badge-overlay {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Hide third-party app integrations inside the quick add modal/component to prevent overlap and styling issues */
.quick-add-modal .kaching-bundles__container,
.quick-add-modal [class*="kaching"],
.quick-add-modal [id*="kaching"],
.quick-add-modal kaching-bundle,
.quick-add-modal .shopify-app-block:not([class*="swatch-king"]):not(.swatch-king):not(.bk-swatch-king),
.quick-add-modal [data-shopify-app-block]:not([class*="swatch-king"]):not(.swatch-king):not(.bk-swatch-king),
.quick-add-modal .shopify-payment-button,
.quick-add-modal pickup-availability,
.quick-add-modal .pickup-availability,
.quick-add-modal .upcart-cart-drawer,
.quick-add-modal .trust-badge-overlay,
.quick-add-modal #dummy-chat-button-iframe,
.quick-add-modal .dummy-chat-button-iframe,
.quick-add-modal #shopify-chat {
  display: none !important;
}

.quick-add .kaching-bundles__container,
.quick-add [class*="kaching"],
.quick-add [id*="kaching"],
.quick-add kaching-bundle,
.quick-add .swatch-king,
.quick-add [class*="swatch-king"],
.quick-add [class*="starapps"],
.quick-add .bk-swatch-king,
.quick-add .shopify-app-block,
.quick-add [data-shopify-app-block],
.quick-add .shopify-payment-button,
.quick-add pickup-availability,
.quick-add .pickup-availability,
.quick-add .upcart-cart-drawer,
.quick-add .trust-badge-overlay,
.quick-add #dummy-chat-button-iframe,
.quick-add .dummy-chat-button-iframe,
.quick-add #shopify-chat {
  display: none !important;
}

/* Ensure the native theme swatches and buttons look clean inside the quick add */
.quick-add-modal .product-form-component {
  display: block !important;
}

/* ===== CART DRAWER TRUST WIDGET ===== */
.cro-cart-footer-trust {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: 14px 16px 14px;
  padding: 12px;
  background: #fbf9f4;
  border-radius: 8px;
  border: 1px dashed #e2d7c0;
}
@media screen and (min-width: 750px) {
  .cro-cart-footer-trust {
    margin-inline: 24px;
  }
}
.cro-cart-trust-line {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cro-cart-stars {
  display: flex;
  align-items: center;
  gap: 2px;
}
.cro-star-icon {
  width: 14px;
  height: 14px;
  fill: #ffb300;
}
.cro-cart-rating-text {
  font-size: 11px;
  color: #333;
}
.cro-cart-secure-line {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.cro-lock-icon {
  width: 12px;
  height: 12px;
  color: #666;
}


/* ===== FIX: REMOVE GOLD BLOCKS ON PRODUCT PAGE ===== */
/* Force full width on the Add to Cart button container to prevent wrapping and squishing */
body.template-product .product-form-buttons > span:has(add-to-cart-component),
body.template-product .product-form-buttons > span:has(.add-to-cart-button),
body.template-product .product-form-buttons > add-to-cart-component,
body.template-product .product-form-buttons .add-to-cart-button {
  flex: 1 1 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
}

/* Hide any other sibling elements (like quantity selectors, accelerated checkouts, etc.) */
body.template-product .product-form-buttons > *:not(span:has(add-to-cart-component)):not(span:has(.add-to-cart-button)):not(add-to-cart-component):not(.product-form-text__error) {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  height: 0 !important;
  width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Target quantity selectors and accelerated checkouts that are NOT inside the cart drawer/items */
quantity-selector-component:not(cart-drawer *):not(.cart-items *):not(.cart-drawer *):not(#cart-drawer *),
.quantity-selector:not(cart-drawer *):not(.cart-items *):not(.cart-drawer *):not(#cart-drawer *),
.accelerated-checkout-block:not(cart-drawer *):not(.cart-items *):not(.cart-drawer *):not(#cart-drawer *),
.shopify-payment-button:not(cart-drawer *):not(.cart-items *):not(.cart-drawer *):not(#cart-drawer *),
[data-block-type="quantity"]:not(cart-drawer *):not(.cart-items *):not(.cart-drawer *):not(#cart-drawer *),
[data-block-type="accelerated-checkout"]:not(cart-drawer *):not(.cart-items *):not(.cart-drawer *):not(#cart-drawer *),
body.template-product quantity-selector-component,
body.template-product .quantity-selector,
body.template-product [data-block-type="quantity"],
body.template-product [data-block-type="quantity-selector"] {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  height: 0 !important;
  width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Also fix the buttons if they do render: reset gold background */
.template-product quantity-selector-component button,
.template-product .quantity-selector button,
.template-product .quantity-selector .quantity-minus,
.template-product .quantity-selector .quantity-plus {
  background-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #333333 !important;
  border: none !important;
  --button-background-color: transparent !important;
}

.template-product quantity-selector-component,
.template-product .quantity-selector {
  background-color: #ffffff !important;
}

/* Fix accelerated checkout button gold background */
.template-product button.shopify-payment-button__button--unbranded {
  background-color: #f5f5f5 !important;
  color: #000000 !important;
  --button-background-color: #f5f5f5 !important;
}

/* ===== SIZE CHART MODAL ===== */
.cro-size-chart-trigger {
  position: absolute !important;
  right: 0 !important;
  top: 4px !important;
  z-index: 100 !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  font-family: inherit !important;
  font-size: 13px !important;
  color: #1a1a1a !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  text-decoration: underline !important;
  gap: 4px !important;
  font-weight: 500 !important;
  transition: opacity 0.2s ease, color 0.2s ease !important;
}
.cro-size-chart-trigger:hover {
  opacity: 0.8 !important;
  color: #c9a96e !important;
}
.cro-ruler-icon {
  width: 14px !important;
  height: 14px !important;
  display: inline-block !important;
  vertical-align: middle !important;
}

/* Modal styling */
.cro-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.3s;
}
.cro-modal.is-open {
  opacity: 1;
  visibility: visible;
}
.cro-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.cro-modal-container {
  position: relative;
  background: #fff;
  border-radius: 12px;
  width: 90%;
  max-width: 650px;
  max-height: 85vh;
  overflow-y: auto;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  transform: translateY(20px);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  border: 1px solid #ebdcb9;
}
.cro-modal.is-open .cro-modal-container {
  transform: translateY(0);
}
.cro-modal-header {
  padding: 20px 24px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f5ece0;
}
.cro-modal-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #1a1a1a;
  font-family: inherit;
}
.cro-modal-close {
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s;
}
.cro-modal-close:hover {
  background-color: #faf7f0;
  color: #1a1a1a;
}
.cro-modal-close svg {
  width: 20px;
  height: 20px;
}
.cro-modal-content {
  padding: 24px;
  flex-grow: 1;
}
.cro-modal-subtitle {
  font-size: 14px;
  color: #666;
  margin: 0 0 20px 0;
  line-height: 1.5;
}
.cro-table-wrapper {
  overflow-x: auto;
  border: 1px solid #ebdcb9;
  border-radius: 8px;
  background-color: #fcfbfa;
  margin-bottom: 24px;
}
.cro-size-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 14px;
}
.cro-size-table th {
  background-color: #f9f5ec;
  color: #8f723b;
  font-weight: 600;
  padding: 12px 16px;
  border-bottom: 1px solid #ebdcb9;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.cro-size-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #f5ece0;
  color: #333;
}
.cro-size-table tr:last-child td {
  border-bottom: none;
}
.cro-size-table tr:hover {
  background-color: #fdfcf9;
}
.cro-size-table td.maat-label {
  font-weight: 600;
  color: #1a1a1a;
}
.cro-modal-tips-details {
  border: 1px solid #ebdcb9;
  border-radius: 6px;
  margin-top: 16px;
  background-color: #faf7f0;
  overflow: hidden;
}
.cro-modal-tips-summary {
  font-size: 13px;
  font-weight: 600;
  color: #8f723b;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 12px 16px;
  user-select: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background-color: #fbf9f3;
  transition: background-color 0.2s;
}
.cro-modal-tips-summary:hover {
  background-color: #faf7f0;
}
.cro-modal-tips-summary::-webkit-details-marker {
  display: none;
}
.cro-modal-tips-summary::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #8f723b;
  border-bottom: 2px solid #8f723b;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  margin-left: auto;
}
.cro-modal-tips-details[open] .cro-modal-tips-summary {
  border-bottom: 1px solid #ebdcb9;
  background-color: #faf7f0;
}
.cro-modal-tips-details[open] .cro-modal-tips-summary::after {
  transform: rotate(-135deg);
}
.cro-modal-tips {
  background-color: #fff;
  padding: 16px;
  border-radius: 0;
}
.cro-modal-tips ul {
  margin: 0;
  padding-left: 20px;
  font-size: 13px;
  color: #555;
}
.cro-modal-tips li {
  margin-bottom: 6px;
  line-height: 1.4;
}
.cro-modal-tips li:last-child {
  margin-bottom: 0;
}

body.cro-modal-open {
  overflow: hidden !important;
}

@media screen and (max-width: 749px) {
  .cro-modal-container {
    width: 92%;
    max-height: 80vh;
    border-radius: 8px;
  }
  .cro-modal-header {
    padding: 12px 16px;
  }
  .cro-modal-title {
    font-size: 15px;
  }
  .cro-modal-content {
    padding: 16px 16px 12px 16px;
  }
  .cro-modal-subtitle {
    font-size: 12px;
    margin-bottom: 12px;
    line-height: 1.4;
  }
  .cro-table-wrapper {
    margin-bottom: 0px;
  }
  .cro-size-table th {
    padding: 8px 10px;
    font-size: 11px;
  }
  .cro-size-table td {
    padding: 8px 10px;
    font-size: 12px;
  }
  .cro-modal-close svg {
    width: 18px;
    height: 18px;
  }
  .cro-modal-tips-details {
    margin-top: 12px;
    padding-top: 8px;
  }
}

/* Prevent flash of native variant picker before Swatch King loads */
variant-picker[data-product-id="10637215170899"] {
  opacity: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  margin: 0 !important;
  padding: 0 !important;
}




/* ===== FIX: Remove app-injected quantity/checkout elements from product form ===== */
/*
 * The real ATC button wrapper is always rendered by the theme as:
 *   <span style="--add-to-cart-font-case: ;">
 * Everything else in .product-form-buttons that is NOT the error span = app-injected junk.
 * CSS applies before any app JS, so this is instant and race-condition-free.
 */

/* Hide all app-injected siblings — anything that does NOT have --add-to-cart-font-case in its style */
.template-product .product-form-buttons > *:not(.product-form-text__error):not([style*="--add-to-cart-font-case"]),
.quick-add-modal .product-form-buttons > *:not(.product-form-text__error):not([style*="--add-to-cart-font-case"]) {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  pointer-events: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Force the real ATC wrapper to full width */
.template-product .product-form-buttons > [style*="--add-to-cart-font-case"],
.quick-add-modal .product-form-buttons > [style*="--add-to-cart-font-case"] {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
}

/* add-to-cart-component custom element: full width block */
.template-product .product-form-buttons > [style*="--add-to-cart-font-case"] add-to-cart-component,
.quick-add-modal .product-form-buttons > [style*="--add-to-cart-font-case"] add-to-cart-component {
  display: block !important;
  width: 100% !important;
}

/* The button itself: full width, do NOT change display so flex icon+text layout stays intact */
.template-product .product-form-buttons > [style*="--add-to-cart-font-case"] .add-to-cart-button,
.quick-add-modal .product-form-buttons > [style*="--add-to-cart-font-case"] .add-to-cart-button {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* ===== CUSTOM QUICK ADD BUTTON STYLING ===== */
.quick-add {
  pointer-events: none !important;
  z-index: 10 !important;
}

.quick-add__button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  padding: 0 !important;
  background-color: #ffffff !important;
  color: #8f723b !important;
  border: 1px solid #ebdcb9 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
  pointer-events: all !important;
  position: absolute !important;
  bottom: 8px !important;
  right: 8px !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  z-index: 10 !important;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease !important;
}

/* On desktop, hide button by default and show on hover */
@media screen and (min-width: 750px) {
  .quick-add__button {
    display: none !important;
    bottom: 12px !important;
    right: 12px !important;
  }
  .card-gallery:hover .quick-add__button,
  product-card:focus-within .quick-add__button {
    display: flex !important;
    animation: croElementFadeIn 0.25s cubic-bezier(0.16, 1, 0.3, 1) forwards !important;
  }
}

/* Ensure the text is completely hidden so it only shows the plus or cart icon */
.quick-add__button .add-to-cart-text__content,
.quick-add__button .add-to-cart-text--added span {
  display: none !important;
  width: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/* Style the icons inside the button */
.quick-add__button svg {
  width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
  fill: currentColor !important;
  display: inline-block !important;
}

.quick-add__button:hover {
  background-color: #8f723b !important;
  color: #ffffff !important;
  border-color: #8f723b !important;
  transform: scale(1.08) !important;
}

.quick-add__button.atc-added {
  background-color: #8f723b !important;
  color: #ffffff !important;
  border-color: #8f723b !important;
}

.quick-add__button .add-to-cart-text--added::before {
  content: '';
  display: block;
  width: 5px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  margin: -2px auto 0 auto;
}

@keyframes croElementFadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== QUICK ADD MODAL CRO CLEANUP ===== */
/* Hide product images inside the quick add modal */
.quick-add-modal .product-information__media,
.quick-add-modal .product-media,
.quick-add-modal slideshow-component {
  display: none !important;
}

/* Force details column to take full width and remove borders/padding */
.quick-add-modal .product-information__grid {
  display: block !important;
  width: 100% !important;
}

.quick-add-modal .product-details {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}

.quick-add-modal .product-details > .group-block {
  padding: 16px !important;
  width: 100% !important;
  max-width: 100% !important;
}

/* Hide everything except swatches (variant selector) and buy buttons */
.quick-add-modal [data-block-type="title"],
.quick-add-modal [data-block-type="price"],
.quick-add-modal [data-block-type="s-price-layout"],
.quick-add-modal [data-block-type="s-stars-1"],
.quick-add-modal [data-block-type="s-pulse-1"],
.quick-add-modal [data-block-type="s-shipping-1"],
.quick-add-modal [data-block-type="s-customer-block"],
.quick-add-modal [data-block-type="accordion"],
.quick-add-modal [data-block-type="_accordion-row"],
.quick-add-modal [data-block-type="text"],
.quick-add-modal [data-block-type="divider"],
.quick-add-modal [data-block-type="_divider"],
.quick-add-modal [data-block-type="custom-liquid"],
.quick-add-modal [data-block-type="quantity"],
.quick-add-modal [data-block-type="quantity-selector"],
.quick-add-modal .view-product-title,
.quick-add-modal .rating,
.quick-add-modal .socialprooftesti,
.quick-add-modal .social-proof,
.quick-add-modal .cro-product-trust,
.quick-add-modal .shipping-info,
.quick-add-modal h1,
.quick-add-modal h2,
.quick-add-modal h3,
.quick-add-modal h4,
.quick-add-modal h5,
.quick-add-modal h6,
.quick-add-modal .price,
.quick-add-modal .product__title,
.quick-add-modal .product-title,
.quick-add-modal [id^="s-"],
.quick-add-modal .product-header,
.quick-add-modal quantity-selector-component,
.quick-add-modal .quantity-selector,
.quick-add-modal .quantity-rules,
.quick-add-modal .quantity-label,
.quick-add-modal .view-more-details__wrapper,
.quick-add-modal .cro-scarcity,
.quick-add-modal .cro-countdown-wrap,
.quick-add-modal .cro-sale-banner,
.quick-add-modal .cro-trust-bullets,
.quick-add-modal .cro-payment-logos-wrap,
.quick-add-modal .cro-payment-label,
.quick-add-modal .cro-description-wrap,
.quick-add-modal .cro-description-text,
.quick-add-modal .cro-read-more-btn,
.quick-add-modal .cro-read-less-btn,
.quick-add-modal .cro-reviews,
.quick-add-modal .cro-reviews-grid,
.quick-add-modal .cro-review-card,
.quick-add-modal .cro-trust-item {
  display: none !important;
}

/* Ensure Swatch King and variant picker are fully visible and formatted nicely */
.quick-add-modal variant-swatch-king,
.quick-add-modal .swatches,
.quick-add-modal .swatch-king {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  margin-bottom: 16px !important;
}

/* Hide native variant picker in quick add modal if Swatch King is present */
.quick-add-modal:has(variant-swatch-king) variant-picker,
.quick-add-modal:has(.swatches) variant-picker,
.quick-add-modal:has(.swatch-king) variant-picker,
.quick-add-modal:has([class*="starapps"]) variant-picker {
  display: none !important;
}

/* Force all app blocks and variant pickers to take full width and stack vertically inside the quick add modal */
.quick-add-modal variant-picker,
.quick-add-modal product-form-component,
.quick-add-modal variant-swatch-king,
.quick-add-modal .swatches,
.quick-add-modal .swatch-king,
.quick-add-modal .bk-swatch-king,
.quick-add-modal .shopify-app-block,
.quick-add-modal [data-shopify-app-block],
.quick-add-modal .product-form-buttons {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
}

/* Hide all unwanted siblings of the Add to Cart button container inside the modal */
.quick-add-modal .product-form-buttons > :not(:has(add-to-cart-component)):not(:has(.add-to-cart-button)):not(.product-form-text__error) {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  pointer-events: none !important;
}

/* Ensure the Add to Cart button container takes full width */
.quick-add-modal .product-form-buttons > :has(add-to-cart-component),
.quick-add-modal .product-form-buttons > :has(.add-to-cart-button) {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  flex: 1 1 100% !important;
}

.quick-add-modal add-to-cart-component,
.quick-add-modal .add-to-cart-button {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
}


/* Set appropriate modal size for this simplified layout */
@media screen and (min-width: 750px) {
  dialog.quick-add-modal {
    max-width: 450px !important;
    min-height: unset !important;
    height: auto !important;
  }
}

/* ===== CARD GALLERY ALIGNMENT ===== */
/* Force all product grid images to have a consistent portrait aspect ratio (0.8) so the Quick Add buttons align horizontally */
.card-gallery,
.product-media-container {
  --gallery-aspect-ratio: 0.8 !important;
  aspect-ratio: 0.8 !important;
}

.card-gallery img,
.product-media-container img {
  object-fit: cover !important;
  height: 100% !important;
  width: 100% !important;
}


