/** Shopify CDN: Minification failed

Line 246:0 All "@import" rules must come first

**/
/* === Ships-by urgency line above ATC === */
.craft-ships-by {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #888888;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}

.kg-multiselect-item.is-disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
}
 
.kg-multiselect-item.is-disabled .select-box-value span:first-child {
  text-decoration: line-through;
}

/* === Reputon widget: space above === */
.shopify-section:has([class*='reputon']),
.shopify-section:has([class*='rp-widget']),
.shopify-section:has([id*='reputon']) {
  margin-top: 60px !important;
  padding-top: 0 !important;
}

/* === Cart: Shop Pay button full width === */
.template-cart .additional-checkout-buttons,
.template-cart .additional-checkout-buttons > div,
.template-cart .additional-checkout-buttons iframe,
.template-cart .additional-checkout-buttons button,
.template-cart .shopify-cleanslate > div,
.template-cart [data-testid="Checkout-button"],
.template-cart .dynamic-checkout__content {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
}

/* === Cart: Space above checkout button === */
.template-cart input[name="checkout"] {
  margin-top: 24px !important;
}

/* === Footer: Section titles in Arial === */
.o_ft .h4,
.o_ft h4 {
  font-family: Arial, sans-serif !important;
}

/* === Cart: Subtotal price white === */
.template-cart .cart_total span:last-child {
  color: #ffffff !important;
}

/* === Search bar === */
#s_pop { background-color: #000000 !important; }
#s_pop .s_input { background: #000000 !important; color: #ffffff !important; }
#s_pop .s_input,
#s_pop .s_input::-webkit-input-placeholder,
#s_pop .s_input::placeholder { color: #ffffff !important; }
#s_pop .at, #s_pop .btn .at, #s_pop .closeSearch .at { color: #ffffff !important; }
#s_pop .s_submit, #s_pop .btn { color: #ffffff !important; }

/* === Cart: Remove empty space === */
.template-cart .bdr-box > div:empty,
.template-cart .bdr-box > p:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.template-cart .paymnet-img + * { margin-top: 0 !important; }

/* === Search results banner === */
.template-search .cl_bnr { background-color: #000000 !important; }
.template-search .cl_bnr .cl_ttl,
.template-search .cl_ttl {
  color: #ffffff !important;
  font-family: Arial, sans-serif !important;
}

/* === Product page: hide empty delivery widget === */
.template-product .delivery-widget__manual:empty { display: none !important; }

/* === Product page: collapse topSpace / breadcrumb gap === */
.template-product .topSpace,
.template-product .cl_bnr {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  height: 0 !important;
}

/* === Product page: shipping message container === */
.template-product .shippingMsg {
  display: block !important;
  margin-bottom: 24px !important;
}

/* === First line — white, not bold === */
.template-product .shippingMsg p:first-child {
  font-size: 13px !important;
  color: #ffffff !important;
  font-weight: 400 !important;
  margin: 0 0 10px 0 !important;
}
.template-product .shippingMsg p:first-child b,
.template-product .shippingMsg p:first-child strong {
  color: #ffffff !important;
  font-weight: 400 !important;
}

/* === Estimated delivery line — clean, no box === */
.template-product .shippingMsg p:last-child {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 13px !important;
  color: #ffffff !important;
  font-family: Arial, sans-serif !important;
}
.template-product .shippingMsg p:last-child::before {
  content: '';
  display: inline-block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23ffbd5f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12 6 12 12 16 14'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.template-product .shippingMsg p:last-child b,
.template-product .shippingMsg p:last-child time {
  color: #ffbd5f !important;
  font-weight: 400 !important;
}

/* === Rating badge spacing === */
#craft-rating-anchor {
  margin-bottom: 16px !important;
}

/* === Installment line — below Shop Pay, always visible === */
.craft-installment-line {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  width: 100% !important;
  font-family: Arial, sans-serif !important;
  font-size: 11px !important;
  color: #ffffff !important;
  margin-top: 10px !important;
  text-align: center !important;
}
.craft-installment-line strong {
  color: #ffffff !important;
  font-weight: 600 !important;
}

/* === Shop Pay installment form — space above === */
.template-product form.installment {
  margin-top: 14px !important;
  display: block !important;
}

/* === Hide sticky cart bar === */
.stickyCart,
.template-product .stickyCart,
body.template-product .stickyCart {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* === Product page: Shop Pay button margin === */
.template-product .shopify-payment-button__button { margin-bottom: 0 !important; }
.template-product .shopify-payment-button { margin-bottom: 0 !important; }

/* === CRAFT PICKER: mobile base — vertical stacked === */
.template-product .kg-product-forms.product-form,
.template-product div.kg-product-forms {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: wrap !important;
  width: 100% !important;
  align-items: stretch !important;
  row-gap: 0 !important;
  gap: 0 !important;
}

.template-product .kg-craft-picker,
.template-product .kg-custom-swatch-dropdown {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  float: none !important;
  flex: 0 0 100% !important;
}

.grid .grid__item .wrap-product-info form.productForm .kg-product-forms.product-form {
  flex-direction: column !important;
  flex-wrap: wrap !important;
}
.grid .grid__item .wrap-product-info form.productForm .kg-product-forms.product-form .kg-custom-swatch-dropdown {
  width: 100% !important;
  max-width: 100% !important;
}

/* === Chain picker: no bottom gap === */
.template-product .kg-craft-picker--text {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* === Gold disclaimer === */
.craft-chain-disclaimer {
  margin-top: 6px !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  flex: 0 0 100% !important;
  width: 100% !important;
  justify-content: center !important;
}

/* === Material picker: space above (mobile) === */
.template-product .kg-craft-picker--material {
  margin-top: 32px !important;
}

/* === Product title === */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600&display=swap');

.template-product h1.pr_title {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-weight: 300 !important;
  font-size: 1.8em !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.sec-ttl h3.h3, .sec-ttl h3 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-weight: 300 !important;
  font-size: 1.8em !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.pr_thumbs .slick-track { cursor: grab; }
.pr_thumbs .slick-track:active { cursor: grabbing; }
.pr_thumbs.slick-slider.dragging .pr_thumb { pointer-events: none !important; }

.template-product .pr_price_sale,
.template-product .pr_price_sale .pr_price,
.template-product .pr_price_sale span,
.template-product .pr_price_sale_single,
.template-product .pr_price_sale_single .pr_price,
.template-product .pr_price_sale_single span { color: #ffffff !important; }

.template-product .discount-badge,
.template-product .discount-badge span {
  color: #9e9e9e !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  border-bottom: none !important;
  text-decoration: none !important;
}

.template-product .kg-craft-picker--text .kg-craft-picker__item .kg-craft-picker__price,
.template-product .kg-craft-picker--text .kg-craft-picker__item span.kg-craft-picker__price,
.template-product .kg-craft-picker--text .kg-craft-picker__item div.kg-craft-picker__price { color: #555555 !important; }
.template-product .kg-craft-picker--text .kg-craft-picker__item.active .kg-craft-picker__price,
.template-product .kg-craft-picker--text .kg-craft-picker__item.active span.kg-craft-picker__price,
.template-product .kg-craft-picker--text .kg-craft-picker__item.active div.kg-craft-picker__price { color: #ffbd5f !important; }

/* ============================================================
   DESKTOP ONLY — min-width: 768px
   Mobile 100% untouched.
   ============================================================ */
@media (min-width: 768px) {

  /* Make the whole product form area a flex column so we can reorder */
  .template-product .kg-product-forms.product-form,
  .template-product div.kg-product-forms {
    display: flex !important;
    flex-direction: column !important;
  }

  /* Chain picker: order 2 (after ATC) */
  .template-product .kg-craft-picker--text {
    order: 2 !important;
  }

  /* Disclaimer: order 3 */
  .craft-chain-disclaimer {
    order: 3 !important;
  }

  /* Material picker: order 4 */
  .template-product .kg-craft-picker--material {
    order: 4 !important;
    margin-top: 16px !important;
  }

  /* Recap: order 1 (first, above ATC) */
  .craft-variant-recap {
    order: 1 !important;
    margin-bottom: 10px !important;
  }

  /* ATC wrap: order 0 (very first) */
  .craft-atc-wrap {
    order: 0 !important;
    margin-bottom: 16px !important;
  }

  /* Shipping message --- */
  .template-product .shippingMsg { margin-bottom: 12px !important; }
  .template-product .shippingMsg p:first-child { font-size: 11px !important; margin: 0 0 4px 0 !important; }
  .template-product .shippingMsg p:last-child { font-size: 11px !important; }
  .template-product .shippingMsg p:last-child::before { width: 13px !important; height: 13px !important; }

  /* Rating bar */
  .craft-rating-bar { margin-bottom: 8px !important; }

  /* Price block */
  .template-product .pr_price_single { margin-bottom: 6px !important; }

  /* Picker labels */
  .template-product .kg-craft-picker__label {
    font-size: 10px !important;
    letter-spacing: 0.14em !important;
    margin-bottom: 8px !important;
  }

  /* Chain rows: compact */
  .template-product .kg-craft-picker--text .kg-craft-picker__grid { gap: 5px !important; }
  .template-product .kg-craft-picker--text .kg-craft-picker__item { height: 34px !important; padding: 0 12px !important; }
  .template-product .kg-craft-picker--text .kg-craft-picker__value { font-size: 9px !important; }
  .template-product .kg-craft-picker--text .kg-craft-picker__price { font-size: 9px !important; }

  /* Material swatches: same style as chain rows */
  .template-product .kg-craft-picker--material .kg-craft-picker__grid {
    display: flex !important; flex-direction: column !important; gap: 5px !important;
  }
  .template-product .kg-craft-picker--material .kg-craft-picker__item {
    flex-direction: row !important; align-items: center !important;
    justify-content: center !important; width: 100% !important;
    height: 34px !important; padding: 0 16px !important;
    gap: 10px !important; border: 1.5px solid #3a3a3a !important; background: #000000 !important;
  }
  .template-product .kg-craft-picker--material .kg-craft-picker__item.active {
    background: #1a1a1a !important; border-color: #aaaaaa !important;
  }
  .template-product .kg-craft-picker--material .kg-craft-picker__item::before { display: none !important; }
  .template-product .kg-craft-picker__swatch-wrap { width: 14px !important; height: 14px !important; margin-bottom: 0 !important; flex-shrink: 0 !important; }
  .template-product .kg-craft-picker__swatch { width: 14px !important; height: 14px !important; }
  .template-product .kg-craft-badge { display: none !important; }
  .template-product .kg-craft-picker--material .kg-craft-picker__value { flex-direction: row !important; align-items: center !important; gap: 5px !important; width: auto !important; }
  .template-product .kg-craft-picker--material .kg-craft-picker__value span:first-child { font-size: 9px !important; font-weight: 600 !important; color: #ffffff !important; letter-spacing: 0.1em !important; margin-bottom: 0 !important; line-height: 1 !important; }
  .template-product .kg-craft-picker--material .kg-craft-picker__value span { font-size: 9px !important; color: #c5c5c5 !important; white-space: nowrap !important; line-height: 1 !important; }
  .template-product .kg-craft-picker--material .kg-craft-picker__price { font-size: 9px !important; margin-top: 0 !important; margin-left: 4px !important; color: #555555 !important; }
  .template-product .kg-craft-picker--material .kg-craft-picker__item.active .kg-craft-picker__price { color: #ffbd5f !important; }

  /* Return badge */
  .craft-return-badge { height: 54px !important; margin-top: 8px !important; margin-bottom: 8px !important; }

  /* Trust signals */
  .product-trust-signals { padding: 16px 0 6px !important; gap: 7px !important; }

}
