/** Shopify CDN: Minification failed

Line 54:125 Unexpected "*"
Line 846:119 Unexpected "/"
Line 3827:27 Unexpected "*"

**/
@font-face {
  font-family: 'Vonca';
  src: url('//www.wearsolavi.com/cdn/shop/t/93/assets/VoncaLight.woff2?v=24844612023871872201772467454') format('woff2'), url('//www.wearsolavi.com/cdn/shop/t/93/assets/VoncaLight.woff?v=43054515608362790011772467454') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vonca';
  src: url('//www.wearsolavi.com/cdn/shop/t/93/assets/VoncaRegular.woff2?v=181467550262350361811772467454') format('woff2'), url('//www.wearsolavi.com/cdn/shop/t/93/assets/VoncaRegular.woff?v=28375304147504344711772467454') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vonca';
  src: url('//www.wearsolavi.com/cdn/shop/t/93/assets/VoncaMedium.woff2?v=155258818797858150421772467454') format('woff2'), url('//www.wearsolavi.com/cdn/shop/t/93/assets/VoncaMedium.woff?v=34494803353966365621772467454') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* ══════════════════════════════════════
   SOLAVI Custom Styles — Dawn Theme
   Brand: Pecan #261D14, Brown #A3784D,
   Sage #8D958A, Tane #CEC4A0,
   Linen #ECE8DE, Cream #FAF9F6
   Fonts: Playfair Display, Outfit
   ══════════════════════════════════════ */


:root {
  --pecan: #261D14;
  --brown: #A3784D;
  --sage: #8D958A;
  --tane: #CEC4A0;
  --linen: #ECE8DE;
  --cream: #FAF9F6;
  --white: #FFF;
  --serif: 'Vonca', Georgia, serif;
  --sans: var(--font-body-family, 'Outfit', sans-serif);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { font-size: 16px; scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { font-family: var(--sans); color: var(--pecan); background: var(--cream); overflow-x: hidden; padding-top: 0; width: 100%; }
html, body { max-width: 100vw; overflow-x: hidden; }
.shopify-section, .shopify-section-group-header-group, .shopify-section-group-footer-group, #MainContent, .section-template--* { max-width: 100% !important; overflow-x: hidden; }
@media (max-width: 768px) {
  .page-width { padding: 0 16px !important; }
  .collection .page-width,
  .collection .collection-product-list,
  .collection main-collection-product-grid { padding-left: 16px !important; padding-right: 16px !important; max-width: 100% !important; }
  .collection-hero { width: 100% !important; margin: 0 !important; }
  .footer { padding-left: 20px !important; padding-right: 20px !important; }
}
body:not(.index) #MainContent { padding-top: 96px !important; }
img { display: block; }

/* ── Announcement ── */
.announce { background: var(--pecan); color: var(--tane); text-align: center; padding: 11px 20px; font-size: 10px; letter-spacing: 3px; text-transform: uppercase; font-weight: 300; position: fixed; top: 0; left: 0; right: 0; z-index: 101; transition: transform .3s; }

/* ── Header ── */
header { position: fixed; top: 36px; left: 0; right: 0; z-index: 100; transition: background .5s, box-shadow .5s, top .3s; }
header.scrolled { background: rgba(250,249,246,.97); box-shadow: 0 1px 0 rgba(0,0,0,.05); }
/* Non-homepage: dark header by default (no hero behind it) */
body:not(.index) header { background: rgba(250,249,246,.97); box-shadow: 0 1px 0 rgba(0,0,0,.05); }
body:not(.index) .nav-s a,
body:not(.index) .mega-trigger-link { color: var(--pecan) !important; }
body:not(.index) .mob-menu,
body:not(.index) .mob-bag,
body:not(.index) .nav-bag,
body:not(.index) .nav-search-btn,
body:not(.index) .mob-search-btn { color: var(--pecan) !important; }
body:not(.index) .logo-img { filter: brightness(0) !important; }
body:not(.index) .mob-bag-count { color: var(--white) !important; background: var(--pecan) !important; }
.hdr { display: flex; align-items: center; justify-content: center; padding: 22px 48px; position: relative; }
.nav-s { position: absolute; display: flex; align-items: center; gap: 32px; }
.nav-l { left: 48px; }
.nav-r { right: 48px; }
.nav-s a { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; color: var(--white); font-weight: 300; transition: opacity .3s; }
header.scrolled .nav-s a { color: var(--pecan); }
.nav-s a:hover { opacity: .5; }
.mob-menu, .mob-bag { display: none; color: var(--white); cursor: pointer; transition: color .5s; }
header.scrolled .mob-menu, header.scrolled .mob-bag { color: var(--pecan); }
.logo-img { height: 32px; width: auto; transition: filter .5s; }
header.scrolled .logo-img { filter: brightness(0); }

/* ── Hero ── */
.hero { height: 65vh; min-height: 450px; position: relative; overflow: hidden; display: flex; align-items: flex-end; }
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 15%; }
.hero-fade { position: absolute; inset: 0; background:
  linear-gradient(to top, rgba(38,29,20,.85) 0%, rgba(38,29,20,.4) 40%, transparent 70%),
  linear-gradient(to bottom, rgba(38,29,20,.5) 0%, transparent 30%),
  linear-gradient(to right, rgba(38,29,20,.45) 0%, transparent 35%),
  linear-gradient(to left, rgba(38,29,20,.3) 0%, transparent 25%),
  radial-gradient(ellipse at center, transparent 40%, rgba(38,29,20,.35) 100%); }
.hero-ct { position: relative; z-index: 2; padding: 0 48px 72px; max-width: 580px; }
.hero-ey { font-size: 11px; letter-spacing: 5px; text-transform: uppercase; color: var(--white); margin-bottom: 16px; font-weight: 400; opacity: 0; animation: fu 1s .4s ease forwards; text-shadow: 0 1px 8px rgba(0,0,0,.5); }
.hero-h { font-family: var(--serif) !important; font-size: clamp(46px,6.5vw,80px); font-weight: 300; line-height: 1.05; color: var(--white); margin-bottom: 28px; opacity: 0; animation: fu 1s .7s ease forwards; }
.hero-h em { font-style: italic; }
.hero-cta { display: inline-block; font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--white); text-decoration: none; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.35); font-weight: 300; transition: border-color .3s, letter-spacing .4s; opacity: 0; animation: fu 1s 1s ease forwards; }
.hero-cta:hover { border-color: var(--white); letter-spacing: 4px; }

/* ── Edits Grid ── */
.cats { padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.cat { position: relative; overflow: hidden; aspect-ratio: 1/1; cursor: pointer; text-decoration: none; }
.cat img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.16,1,.3,1); }
.cat:hover img { transform: scale(1.05); }
.cat-ov { position: absolute; inset: 0; background: linear-gradient(to top, rgba(38,29,20,.4) 0%, transparent 45%); display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 40px; }
.cat-ey { font-size: 10px; letter-spacing: 4px; text-transform: uppercase; color: rgba(255,255,255,.6); margin-bottom: 6px; font-weight: 300; }
.cat-name { font-family: var(--serif) !important; font-size: 34px; color: var(--white); font-weight: 300; margin-bottom: 8px; }
.cat-link { font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(255,255,255,.8); text-decoration: none; font-weight: 300; transition: opacity .3s; }
.cat:hover .cat-link { opacity: .6; }

/* ── Spacing ── */
.sp-xl { height: 160px; }
.sp-lg { height: 120px; }
.sp-md { height: 80px; }

/* ── Section Spacing (Shopify wraps each section in a <div>) ── */
.shopify-section + .shopify-section { margin-top: 0; }
.shopify-section:has(.sh) {
    padding-top: 50px;
    padding-bottom: 50px;
}
.shopify-section:has(.hero-prod) { padding-top: 48px; }
.shopify-section:has(.brand) { padding-top: 0; padding-bottom: 0; }
.shopify-section:has(.ugc) { padding-top: 0; }
.shopify-section:has(.trust) { padding-top: 100px; padding-bottom: 100px; }
.shopify-section:has(.insta) { padding-top: 100px; padding-bottom: 60px; }

/* ── Section Header ── */
.sh { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 0px; padding: 0 48px; }
.sh h2 { font-family: var(--serif) !important; font-size: 30px; font-weight: 300; color: var(--pecan); }
.sh a { font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--sage); text-decoration: none; font-weight: 300; transition: color .3s; }
.sh a:hover { color: var(--pecan); }

/* ── Products Grid ── */
.prods { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; padding: 0 48px; }
.pc { text-decoration: none; color: inherit; }
.pc-img { aspect-ratio: 3/4; overflow: hidden; background: var(--linen); margin-bottom: 16px; position: relative; }
.pc-img img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .8s cubic-bezier(.16,1,.3,1); }
.pc:hover .pc-img img { transform: scale(1.05); }
.pc-qa { position: absolute; bottom: 0; left: 0; right: 0; padding: 12px; background: rgba(255,255,255,.95); text-align: center; font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: var(--pecan); font-weight: 400; transform: translateY(100%); transition: transform .4s; }
.pc:hover .pc-qa { transform: translateY(0); }
.pc-n { font-size: 12px; font-weight: 300; text-align: center; margin-bottom: 4px; }
.pc-p { font-size: 11px; color: var(--brown); font-weight: 300; text-align: center; letter-spacing: .5px; }

/* ── Hero Product ── */
.hero-prod { display: grid; grid-template-columns: 1fr 1fr; min-height: 80vh; }
.hero-prod-img { position: relative; overflow: hidden; }
.hero-prod-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s cubic-bezier(.16,1,.3,1); }
.hero-prod:hover .hero-prod-img img { transform: scale(1.03); }
.hero-prod-ct { display: flex; flex-direction: column; justify-content: center; padding: 80px 72px; background: var(--pecan); }
.hero-prod-ey { font-size: 9px; letter-spacing: 5px; text-transform: uppercase; color: var(--brown); margin-bottom: 24px; font-weight: 400; }
.hero-prod-h { font-family: var(--serif) !important; font-size: clamp(32px,3.5vw,48px); font-weight: 300; line-height: 1.2; color: var(--linen); margin-bottom: 20px; }
.hero-prod-h em { font-style: italic; color: var(--tane); }
.hero-prod-body { font-size: 13px; line-height: 1.9; color: var(--sage); font-weight: 300; max-width: 380px; margin-bottom: 36px; }
.hero-prod-price { font-size: 14px; color: var(--tane); font-weight: 300; letter-spacing: 1px; margin-bottom: 32px; }
.hero-prod-cta { display: inline-block; font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: var(--linen); text-decoration: none; padding: 14px 32px; border: 1px solid var(--brown); transition: background .3s, color .3s; align-self: flex-start; }
.hero-prod-cta:hover { background: var(--brown); color: var(--white); }

/* ── Brand Story ── */
.brand { position: relative; display: flex; align-items: center; justify-content: center; padding: 120px 48px; background: var(--cream); }
.brand-ct { text-align: center; max-width: 560px; position: relative; }
.brand-watermark { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-family: var(--serif) !important; font-size: clamp(180px,22vw,300px); font-weight: 300; font-style: italic; color: var(--tane); opacity: .12; pointer-events: none; line-height: 1; }
.brand-ey { font-size: 9px; letter-spacing: 5px; text-transform: uppercase; color: var(--sage); margin-bottom: 28px; font-weight: 400; }
.brand-h { font-family: var(--serif) !important; font-size: clamp(30px,4vw,44px); font-weight: 300; line-height: 1.3; color: var(--pecan); margin-bottom: 24px; }
.brand-h em { font-style: italic; }
.brand-body { font-size: 13px; line-height: 1.9; color: var(--sage); font-weight: 300; max-width: 420px; margin: 0 auto 36px; }
.brand-cta { display: inline-block; font-size: 9px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--pecan); text-decoration: none; padding: 13px 28px; border: 1px solid var(--tane); transition: background .3s, color .3s; }
.brand-cta:hover { background: var(--pecan); color: var(--linen); }

/* ── UGC Grid ── */
.ugc { background: var(--pecan); padding: 100px 48px; }
.ugc-head { text-align: center; margin-bottom: 56px; }
.ugc-ey { font-size: 9px; letter-spacing: 5px; text-transform: uppercase; color: var(--brown); margin-bottom: 12px; font-weight: 400; }
.ugc-h { font-family: var(--serif) !important; font-size: 30px; font-weight: 300; color: var(--linen); }
.ugc-h em { font-style: italic; color: var(--tane); }
.ugc-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; }
a.ugc-item, div.ugc-item { text-decoration: none; color: inherit; display: block; }
.ugc-item { position: relative; border-radius: 8px; overflow: hidden; aspect-ratio: 9/16; cursor: pointer; }
.ugc-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.16,1,.3,1); }
.ugc-item:hover img { transform: scale(1.05); }
.ugc-ov { position: absolute; inset: 0; background: linear-gradient(to top, rgba(38,29,20,.5) 0%, transparent 40%); opacity: 0; transition: opacity .3s; display: flex; align-items: flex-end; padding: 16px; }
.ugc-item:hover .ugc-ov { opacity: 1; }
.ugc-label { font-size: 10px; color: var(--white); font-weight: 300; }
.ugc-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255,255,255,.3); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity .3s; }
.ugc-item:hover .ugc-play { opacity: 1; }
.ugc-play svg { width: 12px; height: 12px; fill: white; margin-left: 2px; }

/* ── Trust Bar ── */
.trust { display: flex; justify-content: center; gap: 72px; padding: 0 48px; }
.trust-i { text-align: center; }
.trust-l { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--pecan); font-weight: 400; margin-bottom: 4px; }
.trust-d { font-size: 12px; color: var(--sage); font-weight: 300; }
.trust-div { width: 1px; height: 40px; background: var(--sage); align-self: center; opacity: .4; }

/* ── Instagram ── */
.insta { padding: 0 48px; }
.insta-head { display: flex; align-items: center; justify-content: center; gap: 20px; margin-bottom: 16px; }
.insta-underline { width: 100%; max-width: 200px; height: 1px; background: var(--tane); margin: 0 auto 48px; }
.insta-line { height: 1px; width: 50px; background: var(--tane); }
.insta-label { font-size: 10px; letter-spacing: 4px; text-transform: uppercase; color: var(--sage); font-weight: 300; white-space: nowrap; }
.insta-label a { color: var(--brown); text-decoration: none; }
.insta-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.insta-item { aspect-ratio: 1; overflow: hidden; position: relative; cursor: pointer; }
.insta-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.16,1,.3,1); }
.insta-item:hover img { transform: scale(1.05); }
.insta-hov { position: absolute; inset: 0; background: rgba(38,29,20,.25); opacity: 0; transition: opacity .3s; display: flex; align-items: center; justify-content: center; }
.insta-item:hover .insta-hov { opacity: 1; }
.insta-hov svg { width: 22px; height: 22px; stroke: white; fill: none; stroke-width: 1.5; }

/* ── Newsletter ── */
.nl { text-align: center; padding: 100px 48px; background: var(--linen); }
.nl h2 { font-family: var(--serif) !important; font-size: 26px; font-weight: 300; color: var(--pecan); margin-bottom: 8px; }
.nl p { font-size: 12px; color: var(--sage); font-weight: 300; margin-bottom: 32px; }
.nl-form { display: inline-flex; border: 1px solid var(--tane); }
.nl-input { padding: 14px 24px; border: none; outline: none; font-family: var(--sans); font-size: 11px; color: var(--pecan); background: var(--white); font-weight: 300; min-width: 260px; }
.nl-input::placeholder { color: var(--sage); }
.nl-btn { padding: 14px 28px; background: var(--pecan); color: var(--linen); border: none; font-family: var(--sans); font-size: 9px; letter-spacing: 2.5px; text-transform: uppercase; cursor: pointer; font-weight: 300; transition: background .3s; }
.nl-btn:hover { background: var(--brown); }

/* ── Footer ── */
footer { background: var(--pecan); padding: 64px 48px 32px; }
.ft-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 56px; }
.ft-logo { font-family: var(--sans); font-size: 14px; letter-spacing: 8px; text-transform: uppercase; color: var(--linen); font-weight: 300; margin-bottom: 12px; }
.ft-tag { font-size: 12px; color: var(--sage); font-weight: 300; line-height: 1.6; max-width: 260px; }
.ft-socials { display: flex; gap: 16px; margin-top: 20px; }
.ft-social { color: var(--sage); transition: color .3s; display: flex; align-items: center; }
.ft-social:hover { color: var(--linen); }
.ft-col-t { font-size: 9px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--tane); margin-bottom: 16px; font-weight: 400; }
.ft-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.ft-links a { font-size: 12px; color: var(--sage); text-decoration: none; font-weight: 300; transition: color .3s; }
.ft-links a:hover { color: var(--linen); }
.ft-bot { display: flex; justify-content: space-between; align-items: center; padding-top: 28px; border-top: 1px solid rgba(236,232,222,.08); }
.ft-copy { font-size: 10px; color: var(--sage); font-weight: 300; }

/* ── Search ── */
.nav-search-btn, .mob-search-btn {
  background: none; border: none; cursor: pointer; padding: 0;
  color: var(--white); transition: opacity .3s, color .5s;
  display: flex; align-items: center;
}
header.scrolled .nav-search-btn, header.scrolled .mob-search-btn { color: var(--pecan); }
.nav-search-btn:hover { opacity: .5; }
.mob-search-btn { display: none; }

.search-overlay {
  position: fixed; inset: 0; z-index: 202;
  pointer-events: none; visibility: hidden;
}
.search-overlay.is-open { pointer-events: auto; visibility: visible; }
.search-overlay-bg {
  position: absolute; inset: 0;
  background: rgba(38,29,20,.4); opacity: 0;
  transition: opacity .3s;
}
.search-overlay.is-open .search-overlay-bg { opacity: 1; }

.search-bar {
  position: absolute; top: 0; left: 0; right: 0;
  background: var(--cream);
  transform: translateY(-100%);
  transition: transform .35s cubic-bezier(.16,1,.3,1);
  padding: 0;
}
.search-overlay.is-open .search-bar { transform: translateY(0); }

.search-form {
  display: flex; align-items: center; gap: 16px;
  max-width: 800px; margin: 0 auto;
  padding: 24px 48px;
}
.search-form svg { flex-shrink: 0; color: var(--sage); }
.search-input {
  flex: 1; border: none; outline: none; background: none;
  font-family: var(--sans); font-size: 16px; font-weight: 300;
  color: var(--pecan); padding: 8px 0;
  border-bottom: 1px solid var(--tane);
}
.search-input::placeholder { color: var(--sage); }
.search-close { background: none; border: none; cursor: pointer; color: var(--pecan); padding: 4px; }
/* cart-drawer.drawer.animate.active .cart-drawer {
    visibility: visible;
} */
@media (max-width: 768px) {
  .nav-search-btn { display: none; }
  .mob-search-btn { display: block; position: absolute; right: 52px; z-index: 5; }
  .search-form { padding: 20px 20px; }
}

/* ── Cart Drawer ── */
.cart-drawer { position: fixed; inset: 0; z-index: 201; pointer-events: none; visibility: hidden; }
.cart-drawer.is-open { pointer-events: auto; visibility: visible; }
.cart-drawer-overlay { position: absolute; inset: 0; background: rgba(38,29,20,.4); opacity: 0; transition: opacity .35s; }
.cart-drawer.is-open .cart-drawer-overlay { opacity: 1; }

.cart-drawer-panel {
  position: absolute; top: 0; right: 0; bottom: 0;
  width: 420px; max-width: 90vw;
  background: var(--cream);
  transform: translateX(100%);
  transition: transform .4s cubic-bezier(.16,1,.3,1);
  display: flex; flex-direction: column;
}
.cart-drawer.is-open .cart-drawer-panel { transform: translateX(0); }

.cart-drawer-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 28px 28px 20px;
  border-bottom: 1px solid var(--linen);
}
.cart-drawer-title {
  font-family: var(--serif) !important; font-size: 20px; font-weight: 300; color: var(--pecan);
}
.cart-drawer-close { background: none; border: none; color: var(--pecan); cursor: pointer; padding: 4px; }

.cart-drawer-body {
  flex: 1; overflow-y: auto; padding: 20px 28px;
  -webkit-overflow-scrolling: touch;
}

/* Empty state */
.cart-drawer-empty { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; gap: 24px; }
.cart-drawer-empty p { font-size: 13px; color: var(--sage); font-weight: 300; }
.cart-drawer-shop-btn {
  font-size: 9px; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--pecan); text-decoration: none;
  padding: 13px 28px; border: 1px solid var(--tane);
  transition: background .3s, color .3s;
}
.cart-drawer-shop-btn:hover { background: var(--pecan); color: var(--linen); }

/* Cart item */
.cart-item {
  display: flex; gap: 16px; padding: 20px 0;
  border-bottom: 1px solid var(--linen);
  position: relative;
}
.cart-item:last-child { border-bottom: none; }
.cart-item-img { width: 80px; flex-shrink: 0; }
.cart-item-img img { width: 100%; aspect-ratio: 3/4; object-fit: cover; background: var(--linen); }
.cart-item-info { flex: 1; min-width: 0; }
.cart-item-title {
  font-size: 12px; font-weight: 400; color: var(--pecan);
  text-decoration: none; display: block; margin-bottom: 4px;
  line-height: 1.4;
}
.cart-item-title:hover { color: var(--brown); }
.cart-item-variant { font-size: 11px; color: var(--sage); font-weight: 300; margin-bottom: 8px; }
.cart-item-price { font-size: 12px; color: var(--brown); font-weight: 300; letter-spacing: .5px; margin-bottom: 12px; }

.cart-item-qty { display: inline-flex; align-items: center; border: 1px solid var(--linen); }
.cart-qty-btn {
  width: 32px; height: 32px;
  background: none; border: none;
  font-size: 14px; color: var(--pecan);
  cursor: pointer; display: flex;
  align-items: center; justify-content: center;
  transition: background .2s;
}
.cart-qty-btn:hover { background: var(--linen); }
.cart-qty-val { width: 32px; text-align: center; font-size: 12px; color: var(--pecan); font-weight: 300; }

.cart-item-remove {
  position: absolute; top: 20px; right: 0;
  background: none; border: none; color: var(--sage);
  cursor: pointer; padding: 4px;
  transition: color .2s;
}
.cart-item-remove:hover { color: var(--pecan); }

/* Footer */
.cart-drawer-footer { padding: 12px 28px 28px; border-top: 1px solid var(--linen); }
.cart-drawer__footer { display: none !important; }
.tax-note { display: none !important; }

.cart-shipping-msg { display: none !important; }
.cart-shipping-free { display: none !important; }

.cart-drawer-totals { display: none !important; }
div#shopify-section-template--21717539979506__bts {
    background: #261d14;
}
  .about-bts {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 70vh;
  overflow:hidden;
}
.about-bts__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(40px, 6vw, 80px);
	background: var(--pecan);
}
.cart-drawer-view { display: none !important; }

.cart-drawer-checkout {
  display: block; width: 100%; text-align: center;
  font-family: var(--sans);
  font-size: 9px; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--linen); background: var(--pecan); border: none;
  padding: 15px; cursor: pointer;
  transition: background .3s;
}
.cart-drawer-checkout:hover { background: var(--brown); }

/* ── Animations ── */
@keyframes fu { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

/* ── Responsive ── */
@media (max-width: 768px) {
  .about-bts {
    grid-template-columns: 1fr;
}
  .hdr { padding: 16px 20px; }
  .nav-s { display: none; }
  .mob-menu { display: block; position: absolute; left: 20px; }
  .mob-bag { display: block; position: absolute; right: 20px; z-index: 5; }
  .logo-img { height: 28px; }
  .hero-ct { padding: 0 24px 48px; }
  .cats { grid-template-columns: 1fr; }
  .sp-xl { height: 80px; }
  .sp-lg { height: 60px; }
  .shopify-section:has(.sh) { padding-top: 24px; }
  .shopify-section:has(.hero-prod) { padding-top: 32px; }
  .shopify-section:has(.brand) { padding-top: 0; padding-bottom: 0; }
  .shopify-section:has(.ugc) { padding-top: 0; }
  .shopify-section:has(.trust) { padding-top: 56px; padding-bottom: 56px; }
  .shopify-section:has(.insta) { padding-top: 56px; padding-bottom: 32px; }
  .sh { padding: 0 20px; flex-direction: column; gap: 8px; }
  .prods { display: flex !important; flex-wrap: nowrap !important; overflow-x: auto !important; scroll-snap-type: x mandatory; gap: 12px; padding: 0 20px; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .prods::-webkit-scrollbar { display: none; }
  .prods .pc { min-width: 60% !important; max-width: 60% !important; scroll-snap-align: start; flex-shrink: 0 !important; }
  .prods .pc .pc-img { aspect-ratio: 4/5 !important; }
  .hero-prod { grid-template-columns: 1fr; min-height: auto; }
  .hero-prod-img { aspect-ratio: 3/4; }
  .hero-prod-ct { padding: 48px 24px; }
  .ugc { padding: 64px 20px; }
  .ugc-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 8px; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .ugc-grid::-webkit-scrollbar { display: none; }
  .ugc-grid .ugc-item { min-width: 60% !important; max-width: 60% !important; scroll-snap-align: start; flex-shrink: 0 !important; }
  .trust { flex-wrap: wrap; gap: 20px 40px; padding: 0 20px; justify-content: center; }
  .trust-div { display: none; }
  .trust-i { width: calc(50% - 24px); padding-bottom: 20px; border-bottom: 1px solid var(--tane); }
  .insta { padding: 0 20px; }
  .insta-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 8px; padding: 0; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .insta-grid::-webkit-scrollbar { display: none; }
  .insta-grid .insta-item { min-width: 60% !important; max-width: 60% !important; scroll-snap-align: start; flex-shrink: 0 !important; }
  .nl { padding: 64px 20px; }
  .nl-form { flex-direction: column; width: 100%; max-width: 320px; }
  .nl-input { min-width: auto; text-align: center; }
  .ft-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  footer { padding: 40px 20px 20px; }
}

@media (max-width: 480px) {
  .ft-grid { grid-template-columns: 1fr; }
}

/* ── Brand Story Video ── */
.brand--video { position: relative; overflow: hidden; }
.brand-video-bg { position: absolute; inset: 0; z-index: 0; }
.brand-video-bg video, .brand-video-bg iframe { width: 100%; height: 100%; object-fit: cover; }
.brand--video .brand-ct { position: relative; z-index: 2; }
.brand--video::after { content: ''; position: absolute; inset: 0; background: rgba(38,29,20,.55); z-index: 1; }
.brand--video .brand-ey { color: var(--tane); }
.brand--video .brand-h { color: var(--white); }
.brand--video .brand-h em { color: var(--tane); }
.brand--video .brand-body { color: var(--linen); }
.brand--video .brand-cta { color: var(--linen); border-color: var(--brown); }
.brand--video .brand-cta:hover { background: var(--brown); color: var(--white); }
.brand--video .brand-watermark { color: var(--linen); opacity: .08; }

/* ── UGC Video ── */
.ugc-item video { width: 100%; height: 100%; object-fit: cover; }
/* ══════════════════════════════════════
   SOLAVI Mega Menu & Mobile Drawer
   Append to solavi-custom.css.liquid
   ══════════════════════════════════════ */

/* ── Mega Trigger Links ── */
.mega-trigger-link {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--white);
  font-weight: 300;
  transition: opacity .3s;
}
header.scrolled .mega-trigger-link { color: var(--pecan); }
.mega-trigger-link:hover, .mega-trigger-link.is-active { opacity: .5; }

/* ── Mega Menu Overlay Panel ── */
.mega-overlay {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 98;
  background: var(--cream);
  box-shadow: 0 8px 40px rgba(38,29,20,.08);
  padding: 40px 0;
  margin-top: -2px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, visibility .25s;
  pointer-events: none;
}
.mega-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mega-inner {
  display: flex;
  gap: 56px;
  padding: 48px 48px 0;
  max-width: 1400px;
  margin: 0 auto;
}

/* ── Columns (auto from linklist) ── */
.mega-columns {
  display: flex;
  gap: 48px;
  flex: 1;
  min-width: 0;
}
.mega-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 110px;
}
.mega-col-heading {
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--pecan);
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 4px;
  transition: color .3s;
}
.mega-col-heading:hover { color: var(--brown); }
.mega-col-link {
  font-size: 13px;
  color: var(--sage);
  text-decoration: none;
  font-weight: 300;
  line-height: 1.7;
  transition: color .3s;
}
.mega-col-link:hover { color: var(--pecan); }

/* ── Featured Images ── */
.mega-featured {
  display: flex;
  gap: 16px;
  flex-shrink: 0;
}
.mega-feat-card {
  position: relative;
  display: block;
  width: 220px;
  aspect-ratio: 3/4;
  overflow: hidden;
  text-decoration: none;
}
.mega-feat-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.16,1,.3,1);
}
.mega-feat-card:hover img { transform: scale(1.05); }
.mega-feat-placeholder {
  width: 100%;
  height: 100%;
  background: var(--linen);
}
.mega-feat-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(38,29,20,.45) 0%, transparent 50%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 20px;
}
.mega-feat-label {
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--white);
  font-weight: 300;
  border-bottom: 1px solid rgba(255,255,255,.4);
  padding-bottom: 4px;
  transition: border-color .3s;
}
.mega-feat-card:hover .mega-feat-label { border-color: var(--white); }

/* ── Shop All ── */
.mega-bottom {
  padding: 24px 48px 40px;
  max-width: 1400px;
  margin: 0 auto;
}
.mega-shop-all {
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--brown);
  text-decoration: none;
  font-weight: 300;
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  transition: border-color .3s, color .3s;
}
.mega-shop-all:hover {
  border-color: var(--brown);
  color: var(--pecan);
}

/* ── Bag icon (desktop right nav) ── */
.nav-bag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: var(--white);
  transition: opacity .3s, color .5s;
}
header.scrolled .nav-bag { color: var(--pecan); }
.nav-bag:hover { opacity: .5; }
.bag-icon { display: block; }
.bag-count {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 300;
}

/* ── Mobile bag count dot ── */
.mob-bag-count {
  position: absolute;
  top: -4px;
  right: -8px;
  font-size: 9px;
  font-weight: 400;
  color: var(--white);
  background: var(--brown);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
header.scrolled .mob-bag-count { color: var(--white); background: var(--pecan); }

/* ══════════════════════════════════════
   Mobile Drawer
   ══════════════════════════════════════ */

.mob-drawer {
  position: fixed;
  inset: 0;
  z-index: 200;
  pointer-events: none;
  visibility: hidden;
}
.mob-drawer.is-open {
  pointer-events: auto;
  visibility: visible;
}
.mob-drawer-overlay {
  position: absolute;
  inset: 0;
  background: rgba(38,29,20,.4);
  opacity: 0;
  transition: opacity .35s;
}
.mob-drawer.is-open .mob-drawer-overlay { opacity: 1; }

.mob-drawer-panel {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 320px;
  max-width: 85vw;
  background: var(--cream);
  transform: translateX(-100%);
  transition: transform .4s cubic-bezier(.16,1,.3,1);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 72px 28px 40px;
}
.mob-drawer.is-open .mob-drawer-panel { transform: translateX(0); }

.mob-drawer-close {
  position: absolute;
  top: 24px;
  right: 24px;
  background: none;
  border: none;
  color: var(--pecan);
  cursor: pointer;
  padding: 4px;
}

.mob-drawer-nav {
  display: flex;
  flex-direction: column;
}
.mob-drawer-link {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--pecan);
  font-weight: 300;
  padding: 14px 0;
  border-bottom: 1px solid var(--linen);
}

/* ── Mobile Accordion ── */
.mob-accordion { border-bottom: 1px solid var(--linen); }
.mob-accordion-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--pecan);
  font-weight: 300;
  padding: 14px 0;
  cursor: pointer;
}
.mob-accordion-btn svg {
  transition: transform .3s;
  flex-shrink: 0;
}
.mob-accordion.is-open .mob-accordion-btn svg { transform: rotate(180deg); }

.mob-accordion-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s cubic-bezier(.16,1,.3,1), padding .3s;
  padding: 0;
}
.mob-accordion.is-open .mob-accordion-content {
  max-height: 800px;
  padding: 4px 0 20px;
}

.mob-mega-heading {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--pecan);
  font-weight: 400;
  text-decoration: none;
  margin-top: 8px;
  margin-bottom: 2px;
}
.mob-mega-heading:first-child { margin-top: 0; }
.mob-mega-link {
  font-size: 13px;
  color: var(--sage);
  text-decoration: none;
  font-weight: 300;
  padding: 3px 0 3px 12px;
}
.mob-mega-link:hover { color: var(--pecan); }

.mob-mega-featured {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  margin-top: 12px;
}
.mob-mega-featured img {
  width: 80px;
  height: 100px;
  object-fit: cover;
}
.mob-mega-featured span {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--brown);
  font-weight: 300;
}

.mob-mega-shop-all {
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--brown);
  text-decoration: none;
  font-weight: 300;
  margin-top: 16px;
  padding-bottom: 2px;
  border-bottom: 1px solid var(--tane);
  align-self: flex-start;
}

/* ── Responsive overrides ── */
@media (max-width: 768px) {
  .mega-overlay { display: none !important; }
}
@media (min-width: 769px) {
  .mob-drawer { display: none; }
}
/* ══════════════════════════════════════
   SOLAVI PDP + Collection + About Us Styles
   ══════════════════════════════════════ */
   SOLAVI Product Page — CSS Overlay
   DO NOT modify main-product.liquid
   All styling via CSS selectors
   ══════════════════════════════════════ */

/* ── Breadcrumb ── */
.breadcrumb { 
  padding: 16px 48px; 
  font-size: 10px; 
  letter-spacing: 2px; 
  text-transform: uppercase; 
  color: var(--sage); 
  font-weight: 300; 
}
.breadcrumb a { 
  color: var(--sage); 
  text-decoration: none; 
  transition: color .3s;
}
.breadcrumb a:hover { color: var(--pecan); }
.breadcrumb ol { 
  list-style: none; 
  display: flex; 
  gap: 6px; 
  flex-wrap: wrap;
}
.breadcrumb li:not(:last-child)::after {
  content: '/';
  margin-left: 6px;
  color: var(--tane);
}

/* ── Product Grid Layout ── */
.product.grid {
  grid-template-columns: 58% 42% !important;
  gap: 0 !important;
}

/* ── Product Gallery ── */
.product__media-wrapper {
  position: relative;
}
.product__media-list {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 3px !important;
  background: var(--linen);
}
.product__media-item {
  aspect-ratio: 3/4 !important;
  overflow: hidden;
}
.product__media-item img,
.product__media-item model-viewer,
.product__media-item video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}
.product__media-item .media,
.product__media-item .product-media-container,
.product__media-item .global-media-settings,
.product__media-item > div {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
}
.product__media-item .global-media-settings--no-shadow {
  overflow: hidden !important;
}
/* Force all media wrappers to fill — aggressive overrides for Dawn */
.product__media-item .product__media,
.product__media-item .media--transparent,
.product__media-item .product__modal-opener,
.product__media-item .product__modal-opener--image,
.product__media-item .deferred-media,
.product__media-item modal-opener {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
}
.product__media-item .media--transparent img {
  position: absolute !important;
  top: 0; left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.product__media-item { position: relative !important; }

/* ── Tighten block spacing in product info ── */
.product__info-wrapper .product-form__input {
  margin-bottom: 8px !important;
}
.product__info-wrapper .product__accordion {
  margin: 0 !important;
}
.product__info-wrapper .accordion__title,
.product__info-wrapper .accordion__title.h4,
.product__info-wrapper .product__accordion h2 {
  font-family: var(--sans), 'Outfit', sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  color: var(--pecan) !important;
}
.product__info-wrapper .accordion__content,
.product__info-wrapper .accordion__content.rte {
  font-family: var(--sans), 'Outfit', sans-serif !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  color: rgba(38,29,20,.65) !important;
  line-height: 1.7 !important;
}
.product__info-wrapper .accordion__content h2,
.product__info-wrapper .accordion__content h3 {
  font-family: var(--sans), 'Outfit', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  margin-top: 12px !important;
}
.product__info-wrapper details summary .icon-caret {
  width: 14px !important;
  height: 14px !important;
  color: rgba(38,29,20,.4) !important;
}

/* ── Product Info ── */
.product__info-wrapper {
  padding: 40px 56px 80px !important;
  position: sticky !important;
  top: 0;
  height: fit-content;
  max-height: 100vh;
  overflow-y: auto;
}
.product__info-wrapper::-webkit-scrollbar { width: 0; }

/* ── Product Title ── */
.hero-heading p,.product__title p{
  font-family: var(--serif) !important;
}
.product__title {
  font-family: var(--serif) !important;
  font-size: 32px !important;
  font-weight: 300 !important;
  color: var(--pecan) !important;
  line-height: 1.2 !important;
  margin-bottom: 4px !important;
  letter-spacing: .5px !important;
}

/* ── Product Price ── */
.price {
  font-size: 15px !important;
  font-weight: 300 !important;
  color: var(--brown) !important;
  letter-spacing: 1px !important;
  margin-bottom: 16px !important;
}
.price__regular,
.price__sale {
  color: var(--brown) !important;
}

/* ── Color Label (custom liquid block) ── */
.color_text {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--pecan);
  font-weight: 300;
  margin-bottom: 12px;
}
.color_text #color-name {
  font-style: normal;
  color: var(--brown);
}

/* ── Color Swatches ── */
.color-swatch-wrapper {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}
.color-swatch-item {
  width: 56px;
  height: 72px;
  border: 1px solid var(--linen);
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transition: border-color .3s;
  display: block;
  text-decoration: none;
}
.color-swatch-item.active {
  border-color: var(--pecan);
}
.color-swatch-item:hover {
  border-color: var(--sage);
}
.color-swatch-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.color-swatch-item .prd-Colours_Selected {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  display: none;
}
.color-swatch-item.active .prd-Colours_Selected {
  display: block;
}

/* ── Size Selector ── */
.product-form__input label {
  font-size: 11px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: var(--pecan) !important;
  font-weight: 400 !important;
  margin-bottom: 12px !important;
}
fieldset.product-form__input {
  margin-bottom: 12px;
}
.product-form__input input[type="radio"] + label {
  width: 48px !important;
  height: 48px !important;
  border: 1px solid var(--tane) !important;
  background: transparent !important;
  font-family: var(--sans) !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  color: var(--pecan) !important;
  cursor: pointer;
  transition: all .3s;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  letter-spacing: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.product-form__input input[type="radio"] + label:hover {
  border-color: var(--pecan) !important;
}
.product-form__input input[type="radio"]:checked + label {
  background: var(--pecan) !important;
  color: var(--linen) !important;
  border-color: var(--pecan) !important;
}
.product-form__input--pill {
  display: flex;
  gap: 8px !important;
}

/* ── Size/Fit Note ── */
.size-fit-note {
  font-size: 12px;
  color: var(--sage);
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.5;
}
.size-fit-note a {
  color: var(--brown);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 300;
  letter-spacing: 1.5px;
  font-size: 10px;
  transition: color .3s;
}
.size-fit-note a:hover {
  color: var(--pecan);
}

/* ── Delivery Estimate ── */
#delivery-estimate {
  font-size: 12px;
  color: var(--pecan);
  font-weight: 300;
  padding: 14px 0;
  border-top: 1px solid var(--linen);
  margin-bottom: 20px;
}
#delivery-estimate strong {
  font-weight: 400;
}

/* ── Add to Cart + Buy Now Buttons ── */
.product-form__submit {
  width: 100% !important;
  padding: 18px !important;
  background: transparent !important;
  color: var(--pecan) !important;
  border: 1px solid var(--pecan) !important;
  font-family: var(--sans) !important;
  font-size: 10px !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  font-weight: 300 !important;
  cursor: pointer;
  transition: all .3s;
  margin-bottom: 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px;
}
.product-form__submit:hover {
  background: var(--pecan) !important;
  color: var(--linen) !important;
}
.product-form__submit svg {
  width: 16px;
  height: 16px;
}

/* ── Dynamic Checkout Button (Buy Now) ── */
.shopify-payment-button__button {
  width: 100% !important;
  padding: 18px !important;
  background: var(--pecan) !important;
  color: var(--linen) !important;
  border: none !important;
  font-family: var(--sans) !important;
  font-size: 10px !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  font-weight: 300 !important;
  cursor: pointer;
  transition: background .3s;
  margin-bottom: 16px !important;
  border-radius: 0 !important;
}
.shopify-payment-button__button:hover {
  background: var(--brown) !important;
}
.shopify-payment-button__more-options {
  display: none !important;
}

/* ── Tabby Bar ── */
.tabby-card {
  font-size: 12px !important;
  color: var(--sage) !important;
  font-weight: 300 !important;
  padding: 14px 16px !important;
  border: 1px solid var(--linen) !important;
  margin-bottom: 8px !important;
  background: transparent !important;
}
.tabby-card strong {
  color: var(--pecan) !important;
  font-weight: 400 !important;
}

/* ── Payment Icons ── */
.payment-option {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 20px;
  justify-content: center;
}
.payment-option span {
  font-size: 10px;
  color: var(--sage);
  letter-spacing: 1px;
}

/* ── Trust Icons ── */
.relaxed_icon {
  display: flex !important;
  justify-content: space-between !important;
  padding: 16px 0 !important;
  border-top: 1px solid var(--linen) !important;
  border-bottom: 1px solid var(--linen) !important;
  margin-bottom: 24px !important;
  gap: 12px !important;
}
.relaxed_icon .icon-with-text__item {
  text-align: center !important;
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}
.relaxed_icon .icon-with-text__item svg,
.relaxed_icon .icon-with-text__item img {
  margin-bottom: 6px !important;
  width: 20px !important;
  height: 20px !important;
}
.relaxed_icon .icon-with-text__heading {
  font-size: 9px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: var(--pecan) !important;
  font-weight: 400 !important;
  margin: 0 !important;
}

/* ── Custom Accordions ── */
.custom-accordion {
  border-top: none;
}
.accordion-item {
  border-bottom: 1px solid var(--linen);
}
.accordion-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--pecan);
  font-weight: 400;
  text-align: left;
}
.accordion-icon {
  color: var(--sage);
  transition: transform .3s;
  display: flex;
  align-items: center;
}
.accordion-svg {
  stroke: var(--sage);
  transition: transform .3s;
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease;
  font-size: 13px;
  line-height: 1.8;
  color: var(--sage);
  font-weight: 300;
}
.accordion-item.open .accordion-content {
  max-height: 500px;
  padding-bottom: 20px;
}
.accordion-item.open .accordion-svg {
  transform: rotate(90deg);
}
.accordion-content h2,
.accordion-content h3 {
  font-size: 12px;
  font-weight: 400;
  color: var(--pecan);
  margin: 16px 0 8px;
}
.accordion-content h2:first-child,
.accordion-content h3:first-child {
  margin-top: 0;
}
.accordion-content ul {
  padding-left: 20px;
  margin: 12px 0;
}
.accordion-content li {
  margin-bottom: 6px;
}
.accordion-content a {
  color: var(--brown);
  text-decoration: underline;
}

/* ── Product Feature Icons ── */
.product-feature-icons {
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product-feature-icon {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.product-feature-icon__image {
  width: 36px;
  height: 36px;
  background: var(--linen);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.product-feature-icon__image img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.product-feature-icon__content h4 {
  font-size: 12px;
  font-weight: 400;
  color: var(--pecan);
  margin-bottom: 2px;
}
.product-feature-icon__content p {
  font-size: 12px;
  color: var(--sage);
  font-weight: 300;
  line-height: 1.5;
}

/* ── Share ── */
.share-button {
  display: flex;
  gap: 24px;
  padding: 20px 0;
  border-top: 1px solid var(--linen);
  margin-top: 20px;
}
.share-button summary,
.share-button a {
  font-size: 11px !important;
  color: var(--sage) !important;
  text-decoration: none;
  font-weight: 300;
  letter-spacing: 1px;
  transition: color .3s;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  list-style: none;
}
.share-button summary:hover,
.share-button a:hover {
  color: var(--pecan) !important;
}
.share-button svg {
  width: 14px !important;
  height: 14px !important;
}

/* ── Sticky Add to Cart ── */
/* Hide sticky ATC when any cart drawer is open */
cart-drawer.active .solavi-sticky-atc,
cart-drawer[open] ~ .solavi-sticky-atc,
.cart-drawer.is-open ~ .solavi-sticky-atc { display: none !important; }
body[style*="overflow: hidden"] .solavi-sticky-atc,
body[style*="overflow:hidden"] .solavi-sticky-atc { display: none !important; }

.sticky-atc-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: var(--cream);
  border-top: 1px solid var(--linen);
  padding: 12px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(100%);
  transition: transform .35s cubic-bezier(.16,1,.3,1);
  box-shadow: 0 -4px 20px rgba(38,29,20,.04);
}
.sticky-atc-bar.visible {
  transform: translateY(0);
}
.sticky-atc-info {
  display: flex;
  align-items: center;
  gap: 16px;
}
.sticky-atc-title {
  font-size: 14px;
  font-weight: 300;
  color: var(--pecan);
}
.sticky-atc-price {
  font-size: 13px;
  color: var(--brown);
  font-weight: 300;
}
.sticky-atc-btn {
  padding: 14px 40px;
  background: var(--pecan);
  color: var(--linen);
  border: none;
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 300;
  cursor: pointer;
  transition: background .3s;
}
.sticky-atc-btn:hover {
  background: var(--brown);
}

/* ── Size Guide Modal Restyle ── */
.size-guide-modal {
  background: var(--cream) !important;
}
.size-guide-modal__header h2 {
  font-family: var(--serif) !important;
  font-size: 24px !important;
  font-weight: 300 !important;
  color: var(--pecan) !important;
}
.size-guide-modal__table {
  border-collapse: collapse;
  width: 100%;
}
.size-guide-modal__table th {
  font-size: 10px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: var(--pecan) !important;
  font-weight: 400 !important;
  border-bottom: 1px solid var(--linen) !important;
  padding: 12px 8px !important;
  background: transparent !important;
}
.size-guide-modal__table td {
  font-size: 12px !important;
  color: var(--sage) !important;
  font-weight: 300 !important;
  padding: 12px 8px !important;
  border-bottom: 1px solid var(--linen) !important;
  text-align: center !important;
}

/* ── Mobile Adjustments ── */
@media (max-width: 768px) {
  .breadcrumb {
    padding: 12px 20px;
  }
  
  .product.grid {
    grid-template-columns: 1fr !important;
  }
  
  /* Mobile carousel for product images */
  .product__media-list {
    display: flex !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    gap: 4px !important;
    grid-template-columns: none !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .product__media-list::-webkit-scrollbar {
    display: none;
  }
  .product__media-item {
    min-width: 85% !important;
    max-width: 85% !important;
    scroll-snap-align: start !important;
    aspect-ratio: 3/4 !important;
  }
  
  /* Zoom icon for mobile */
  .product__media-wrapper::before {
    content: '';
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 5;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,.85);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='7' stroke='%23261D14' stroke-width='1.5' fill='none'/%3E%3Cline x1='16.5' y1='16.5' x2='21' y2='21' stroke='%23261D14' stroke-width='1.5'/%3E%3Cline x1='8' y1='11' x2='14' y2='11' stroke='%23261D14' stroke-width='1.5'/%3E%3Cline x1='11' y1='8' x2='11' y2='14' stroke='%23261D14' stroke-width='1.5'/%3E%3C/svg%3E");
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .product__info-wrapper {
    padding: 24px 20px 40px !important;
    position: static !important;
    max-height: none !important;
    overflow: visible !important;
  }
  
  .product__title {
    font-size: 26px !important;
  }
  
  .sticky-atc-bar {
    padding: 12px 20px;
  }
  .sticky-atc-info {
    gap: 10px;
  }
  .sticky-atc-title {
    font-size: 13px;
  }
  
  .relaxed_icon {
    flex-wrap: wrap;
  }
}

/* ══════════════════════════════════════
   SOLAVI Collection Page Styles
   Append to existing solavi-custom.css.liquid
   ══════════════════════════════════════ */

/* ── Collection Hero — Editorial Split ── */
/* ── Collection Hero — Full-width horizontal with overlay + dark gradient ── */
.collection-hero {
  margin: 0;
  padding: 0;

}
.collection-hero-banner {
  position: relative;
  width: 100%;
  height: 50vh;
  overflow: hidden;
}
.collection-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.collection-hero-placeholder {
  width: 100%;
  height: 100%;
  background: var(--linen);
  display: flex;
  align-items: center;
  justify-content: center;
}
.collection-hero-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(38, 29, 20, .75) 0%,
    rgba(38, 29, 20, .45) 50%,
    transparent 100%
  );
  pointer-events: none;
  display:block !important;
}
.collection-hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 64px;
  max-width: 560px;
}
.collection-hero-eyebrow {
  font-size: 9px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--tane);
  font-weight: 400;
  margin-bottom: 16px;
}
.collection-hero-heading {
  font-family: var(--serif);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 300;
  color: var(--cream);
  line-height: 1.15;
  margin-bottom: 16px;
}
.collection-hero-heading em {
  font-style: italic;
  color: var(--tane);
}
.collection-hero-description {
  font-size: 14px;
  font-weight: 300;
  color: rgba(236, 232, 222, .85);
  line-height: 1.7;
  max-width: 380px;
  margin-bottom: 32px;
}
.collection-hero-cta {
  display: inline-block;
  font-size: 9px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--cream);
  padding: 13px 28px;
  border: 1px solid rgba(236, 232, 222, .5);
  transition: all .3s;
  align-self: flex-start;
  text-decoration: none;
}
.collection-hero-cta:hover {
  background: var(--cream);
  color: var(--pecan);
}

/* ── Collection Filters — Pill Bar ── */
.collection-filters-wrapper {
  background: var(--cream);
}
.collection-filters-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 24px 48px;
  border-bottom: 1px solid var(--linen);
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.collection-filters-bar::-webkit-scrollbar {
  display: none;
}
.collection-filters-pills {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
}
.collection-filter-pill {
  padding: 8px 20px;
  border: 1px solid var(--tane);
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 300;
  color: var(--sage);
  cursor: pointer;
  transition: all .3s;
  white-space: nowrap;
  background: transparent;
}
.collection-filter-pill:hover {
  border-color: var(--pecan);
  color: var(--pecan);
}
.collection-filter-pill.active {
  background: var(--pecan);
  color: var(--cream);
  border-color: var(--pecan);
}
.collection-filters-sort {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.collection-filters-sort label {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--sage);
  font-weight: 300;
}
.collection-sort-select {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 300;
  color: var(--pecan);
  border: none;
  background: transparent;
  cursor: pointer;
  outline: none;
}

/* ── Collection Product Grid Overlay ── */
/* Restyle Dawn's main-collection-product-grid section */

/* Collection container */
/* .collection {
  padding: 40px 48px 80px;
} */

/* Product grid layout */
.collection .grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px !important;
}

/* Product card wrapper */
.collection .grid__item {
  margin: 0 !important;
      width: 100% !important;
    max-width: 100%;
}

/* Product card */
.collection .card-wrapper {
  text-decoration: none;
  color: inherit;
}

/* Product image container */
.collection .card__media {
  position: relative;
  aspect-ratio: 3/4 !important;
  overflow: hidden;
  background: var(--linen);
  margin-bottom: 14px;
}
.collection .card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.16, 1, .3, 1);
}
.collection .card-wrapper:hover .card__media img {
  transform: scale(1.05);
}

/* Product badges */
.collection .card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: var(--pecan) !important;
  color: var(--cream) !important;
  padding: 5px 12px;
  font-weight: 300;
  border-radius: 0;
}

/* Product info */
.collection .card__content {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

/* Product title */
.collection .card__heading,
.collection .card__information .card__heading {
  font-family: var(--serif);
  font-size: 13px;
  font-weight: 300;
  color: var(--pecan);
  margin: 0;
  line-height: 1.3;
}
.collection .card__heading a,
.collection .full-unstyled-link {
  text-decoration: none;
  color: var(--pecan);
}

/* Product price */
.collection .price,
.collection .price__container {
  font-size: 12px;
  font-weight: 300;
  color: var(--brown) !important;
  letter-spacing: .5px;
}
.collection .price__regular,
.collection .price__sale {
  color: var(--brown) !important;
}

/* Remove Dawn's default spacing */
.collection .card,
.collection .card--card,
.collection .card--standard {
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.collection .card__inner {
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
}
.collection .card__content {
  padding: 0 !important;
}
.collection .card__media {
  border-radius: 0 !important;
}
.collection .card__information {
  padding: 14px 0 0 !important;
}
.collection .card-information {
  display: flex !important;
  justify-content: space-between !important;
  align-items: baseline !important;
}
.collection .grid__item {
  margin: 0 !important;
  padding: 0 !important;
}

/* Pagination / Load More */
.collection .pagination-wrapper {
  text-align: center;
  padding: 40px 0 0;
  margin-top: 40px;
}
.collection .pagination__list {
  display: flex;
  justify-content: center;
  gap: 12px;
  list-style: none;
  padding: 0;
}
.collection .pagination__item a,
.collection .pagination__item span {
  display: inline-block;
  padding: 12px 20px;
  border: 1px solid var(--tane);
  background: transparent;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 300;
  color: var(--pecan);
  cursor: pointer;
  transition: all .3s;
  text-decoration: none;
}
.collection .pagination__item a:hover {
  background: var(--pecan);
  color: var(--cream);
  border-color: var(--pecan);
}
.collection .pagination__item--current span {
  background: var(--pecan);
  color: var(--cream);
  border-color: var(--pecan);
}

/* Load more button (if using infinite scroll) */
.collection button.button,
.collection .load-more-btn {
  display: inline-block;
  padding: 16px 48px;
  border: 1px solid var(--pecan) !important;
  background: transparent !important;
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 300;
  color: var(--pecan) !important;
  cursor: pointer;
  transition: all .3s;
}
.collection button.button:hover,
.collection .load-more-btn:hover {
  background: var(--pecan) !important;
  color: var(--cream) !important;
}

/* Collection header (title, description) */
.collection-hero {
  margin-bottom: 0;
}
.collection__title {
  font-family: var(--serif);
  font-size: 36px;
  font-weight: 300;
  color: var(--pecan);
  text-align: center;
  margin-bottom: 12px;
}
.collection__description {
  font-size: 14px;
  font-weight: 300;
  color: var(--sage);
  text-align: center;
  max-width: 600px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

/* ── Collection Quote — Editorial Break ── */
.collection-quote {
  text-align: center;
  padding: 80px 48px;
  background: var(--pecan);
  margin: 40px 0;
}
.collection-quote-text {
  font-family: var(--serif);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 300;
  color: var(--cream);
  font-style: italic;
  line-height: 1.4;
  max-width: 600px;
  margin: 0 auto 16px;
}
.collection-quote-attribution {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--sage);
  font-weight: 300;
}

/* ── Quick Add to Cart (if enabled) ── */
.collection .quick-add {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px;
  background: rgba(255, 255, 255, .95);
  text-align: center;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--pecan);
  font-weight: 400;
  transform: translateY(100%);
  transition: transform .4s;
}
.collection .card-wrapper:hover .quick-add {
  transform: translateY(0);
}

/* ── Mobile Responsive ── */
@media (max-width: 768px) {
  /* Collection Hero */
  .collection-hero-banner {
    height: 45vh;
  }
  .collection-hero-gradient {
    background: linear-gradient(
      to top,
      rgba(38, 29, 20, .8) 0%,
      rgba(38, 29, 20, .35) 60%,
      transparent 100%
    );
  }
  .collection-hero-overlay {
    justify-content: flex-end;
    padding: 32px 20px;
    max-width: 100%;
  }
  .collection-hero-heading {
    font-size: 28px;
  }
  
  /* Filters */
  .collection-filters-bar {
    padding: 16px 20px;
    gap: 8px;
  }
  
  /* Product Grid */
  .collection {
    padding: 0px;
  }
  .collection .grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
  }
  
  /* Quote */
  .collection-quote {
    padding: 48px 20px;
  }
  
  /* Pagination */
  .collection .pagination-wrapper {
    padding: 20px 0 0;
    margin-top: 20px;
  }
}

/* ══════════════════════════════════════
   SOLAVI About Us Page — 9 Sections
   Append to solavi-custom.css.liquid
   ══════════════════════════════════════ */

/* ── Global About Us Styles ── */
.fade-up {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .8s ease, transform .8s ease;
}
.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── Section 1: Hero Video ── */
.solavi-about-hero {
    position: relative;
    height: 100vh;
    min-height: 600px;
    max-height: 1000px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0 clamp(24px, 5vw, 0px) clamp(48px, 8vh, 100px);
}
.hero-video,
.hero-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(38,29,20,.65) 0%,
    rgba(38,29,20,.25) 40%,
    transparent 70%
  );
  display:block !important;
}
.hero-content {
  position: relative;
  z-index: 2;
  text-align: left;
  max-width: 800px;
  padding: 0 48px;
}
.hero-eyebrow {
  font-size: 10px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--tane);
  font-weight: 400;
  margin-bottom: 20px;
}
.hero-heading {
  font-family: var(--serif) !important;
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 300;
  line-height: 1.1;
  color: var(--cream);
}
.hero-heading em {
  font-style: italic;
  color: var(--tane);
}

/* ── Section 2: Origin Split ── */
.solavi-about-origin {
  background: var(--cream);
}
.origin-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 80vh;
}
.origin-image {
  position: relative;
  overflow: hidden;
}
.origin-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.origin-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 72px;
}
.origin-eyebrow {
  font-size: 9px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--sage);
  font-weight: 400;
  margin-bottom: 24px;
}
.origin-heading {
  font-family: var(--serif) !important;
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 300;
  line-height: 1.2;
  color: var(--pecan);
  margin-bottom: 28px;
}
.origin-heading em {
  font-style: italic;
  color: var(--brown);
}
.origin-body {
  font-size: 14px;
  line-height: 1.9;
  color: var(--sage);
  font-weight: 300;
}
.origin-body p {
  margin-bottom: 20px;
}
.origin-body p:last-child {
  margin-bottom: 0;
}
.placeholder-image {
  width: 100%;
  height: 100%;
  background: var(--linen);
}

/* ── Section 3: Craft Cards with Horizontal Scroll ── */
.solavi-about-craft {
  background: var(--pecan);
  padding: 80px 0 100px;
}
.craft-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 56px;
  padding: 0 48px;
}
.craft-heading {
  font-family: var(--serif) !important;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 300;
  color: var(--linen);
  margin-bottom: 12px;
}
.craft-heading em {
  font-style: italic;
  color: var(--tane);
}
.craft-subtitle {
  font-size: 14px;
  color: var(--sage);
  font-weight: 300;
  line-height: 1.7;
}
.craft-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0 48px 20px;
}
.craft-scroll::-webkit-scrollbar {
  display: none;
}
.craft-track {
  display: flex;
  gap: 16px;
}
.craft-card {
  position: relative;
  width: 320px;
  flex-shrink: 0;
  cursor: pointer;
  overflow: hidden;
}
.craft-card img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
  transition: transform .6s ease;
}
.craft-card:hover img {
  transform: scale(1.05);
}
.craft-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(
    to top,
    rgba(38,29,20,.7) 0%,
    rgba(38,29,20,.4) 50%,
    transparent 100%
  );
}
.craft-label span {
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--cream);
  font-weight: 300;
}

/* Lightbox */
.craft-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(38,29,20,.95);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.craft-lightbox.active {
  display: flex;
}
.craft-lightbox img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
}
.lightbox-close {
  position: absolute;
  top: 32px;
  right: 32px;
  background: none;
  border: none;
  color: var(--cream);
  font-size: 48px;
  line-height: 1;
  cursor: pointer;
  font-weight: 300;
  transition: opacity .3s;
}
.lightbox-close:hover {
  opacity: .6;
}

/* ── Section 4: Quote ── */
.solavi-about-quote {
  background: var(--linen);
  padding: 100px 48px;
}
.quote-container {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.quote-accent {
  width: 48px;
  height: 2px;
  background: var(--brown);
  margin: 0 auto 32px;
}
.quote-text {
  font-family: var(--serif) !important;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 300;
  font-style: italic;
  color: var(--pecan);
  line-height: 1.5;
  margin-bottom: 20px;
}
.quote-attribution {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--sage);
  font-weight: 300;
}

/* ── Section 5: Launch Editorial Grid ── */
.solavi-about-launch {
  background: var(--cream);
  padding: 100px 48px;
}
.launch-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 56px;
}
.launch-eyebrow {
  font-size: 9px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--sage);
  font-weight: 400;
  margin-bottom: 16px;
}
.launch-heading {
  font-family: var(--serif) !important;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 300;
  color: var(--pecan);
}
.launch-heading em {
  font-style: italic;
  color: var(--brown);
}
.launch-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
  max-width: 1400px;
  margin: 0 auto;
}
.launch-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.launch-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.16,1,.3,1);
}
.launch-item:hover img {
  transform: scale(1.05);
}
.launch-caption {
  position: absolute;
  inset: 0;
  background: rgba(38,29,20,.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .4s;
}
.launch-item:hover .launch-caption {
  opacity: 1;
}
.launch-caption span {
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--cream);
  font-weight: 300;
}
.launch-hero {
  grid-column: span 12;
  aspect-ratio: 21/9;
}
.launch-pair {
  grid-column: span 6;
  aspect-ratio: 3/2;
}
.launch-trio {
  grid-column: span 4;
  aspect-ratio: 4/5;
}

/* ── Section 6: Yacht Reverse Split ── */
.solavi-about-yacht {
  background: var(--linen);
}
.yacht-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 80vh;
}
.yacht-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 72px;
  order: 1;
}
.yacht-eyebrow {
  font-size: 9px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--sage);
  font-weight: 400;
  margin-bottom: 24px;
}
.yacht-heading {
  font-family: var(--serif) !important;
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 300;
  line-height: 1.2;
  color: var(--pecan);
  margin-bottom: 28px;
}
.yacht-heading em {
  font-style: italic;
  color: var(--brown);
}
.yacht-body {
  font-size: 14px;
  line-height: 1.9;
  color: var(--sage);
  font-weight: 300;
}
.yacht-body p {
  margin-bottom: 20px;
}
.yacht-body p:last-child {
  margin-bottom: 0;
}
.yacht-image {
  position: relative;
  overflow: hidden;
  order: 2;
}
.yacht-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ── Section 7: Values Grid ── */
.solavi-about-values {
  background: var(--pecan);
  padding: 100px 48px;
}
.values-header {
  text-align: center;
  margin-bottom: 72px;
}
.values-heading {
  font-family: var(--serif) !important;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 300;
  color: var(--linen);
}
.values-heading em {
  font-style: italic;
  color: var(--tane);
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
  max-width: 1200px;
  margin: 0 auto;
}
.value-item {
  text-align: center;
}
.value-number {
  font-family: var(--serif) !important;
  font-size: 48px;
  font-weight: 300;
  font-style: italic;
  color: var(--brown);
  margin-bottom: 16px;
  line-height: 1;
}
.value-title {
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--linen);
  font-weight: 400;
  margin-bottom: 16px;
}
.value-description {
  font-size: 13px;
  line-height: 1.8;
  color: var(--sage);
  font-weight: 300;
  max-width: 320px;
  margin: 0 auto;
}

/* ── Section 8: Behind the Scenes ── */
.solavi-about-bts {
  position: relative;
  min-height: 160vh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.bts-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bts-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(38,29,20,.7) 0%,
    rgba(38,29,20,.35) 40%,
    transparent 70%
  );
}
.bts-content {
  position: relative;
  z-index: 2;
  padding: 0 48px 80px;
  max-width: 600px;
}
.bts-eyebrow {
  font-size: 9px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--tane);
  font-weight: 400;
  margin-bottom: 16px;
}
.bts-heading {
  font-family: var(--serif) !important;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 300;
  color: var(--cream);
  margin-bottom: 20px;
}
.bts-heading em {
  font-style: italic;
  color: var(--tane);
}
.bts-body {
  font-size: 14px;
  line-height: 1.9;
  color: var(--linen);
  font-weight: 300;
}
.bts-body p {
  margin-bottom: 20px;
}
.bts-body p:last-child {
  margin-bottom: 0;
}

/* ── Section 9: Community Stats + CTA ── */
.solavi-about-community {
  background: var(--cream);
  padding: 100px 48px;
}
.community-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 56px;
}
.community-heading {
  font-family: var(--serif) !important;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 300;
  color: var(--pecan);
  margin-bottom: 12px;
}
.community-heading em {
  font-style: italic;
  color: var(--brown);
}
.community-subtitle {
  font-size: 14px;
  color: var(--sage);
  font-weight: 300;
}
.community-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  max-width: 900px;
  margin: 0 auto 48px;
}
.stat-item {
  text-align: center;
}
.stat-number {
  font-family: var(--serif) !important;
  font-size: 56px;
  font-weight: 300;
  color: var(--pecan);
  margin-bottom: 8px;
  line-height: 1;
}
.stat-label {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--sage);
  font-weight: 300;
}
.community-cta {
  text-align: center;
}
.cta-button {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--pecan);
  text-decoration: none;
  padding: 16px 40px;
  border: 1px solid var(--pecan);
  transition: all .3s;
}
.cta-button:hover {
  background: var(--pecan);
  color: var(--cream);
}

/* ── Mobile Responsive Styles ── */
@media (max-width: 768px) {
  /* Hero */
  .solavi-about-hero {
    min-height: 500px;
    max-height: 700px;
  }
  .hero-content {
    padding: 0 24px;
  }
  
  /* Origin */
  .origin-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .origin-image {
    aspect-ratio: 3/4;
  }
  .origin-content {
    padding: 48px 24px;
  }
  
  /* Craft */
  .solavi-about-craft {
    padding: 60px 0 80px;
  }
  .craft-header {
    margin-bottom: 40px;
    padding: 0 24px;
  }
  .craft-scroll {
    padding: 0 24px 20px;
  }
  .craft-card {
    width: 260px;
  }
  .craft-card img {
    height: 340px;
  }
  .lightbox-close {
    top: 16px;
    right: 16px;
    font-size: 36px;
  }
  
  /* Quote */
  .solavi-about-quote {
    padding: 60px 24px;
  }
  .quote-text {
    font-size: 20px;
  }
  
  /* Launch */
  .solavi-about-launch {
    padding: 60px 24px;
  }
  .launch-header {
    margin-bottom: 40px;
  }
  .launch-grid {
    gap: 8px;
  }
  .launch-hero {
    grid-column: span 12;
    aspect-ratio: 16/10;
  }
  .launch-pair {
    grid-column: span 12;
    aspect-ratio: 16/10;
  }
  .launch-trio {
    grid-column: span 6;
    aspect-ratio: 3/4;
  }
  
  /* Yacht */
  .yacht-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .yacht-content {
    padding: 48px 24px;
    order: 2;
  }
  .yacht-image {
    aspect-ratio: 4/3;
    order: 1;
  }
  
  /* Values */
  .solavi-about-values {
    padding: 60px 24px;
  }
  .values-header {
    margin-bottom: 56px;
  }
  .values-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  /* BTS */
  .solavi-about-bts {
    min-height: 60vh;
  }
  .bts-content {
    padding: 48px 24px 48px;
  }
  
  /* Community */
  .solavi-about-community {
    padding: 60px 24px;
  }
  .community-header {
    margin-bottom: 40px;
  }
  .community-stats {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 40px;
  }
  .stat-number {
    font-size: 44px;
  }
}

/* ══════════════════════════════════════
   SOLAVI PDP — Mockup-Matched Overlay
   ══════════════════════════════════════ */

/* Product title — serif display font */
.product__info-wrapper .product__title h1,
.product__info-wrapper .product__title,
.product__info-container .product__title h1 {
  font-family: var(--serif) !important, 'Playfair Display', Georgia, serif !important;
  font-size: clamp(28px, 3vw, 36px) !important;
  font-weight: 400 !important;
  color: var(--pecan) !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

/* Price — brown */
.product__info-wrapper .price-item,
.product__info-wrapper .price__regular .price-item--regular,
.product__info-wrapper .price .money,
.product__info-container .price-item {
  font-family: var(--sans), 'Outfit', sans-serif !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  color: var(--brown) !important;
  letter-spacing: 1px !important;
}

/* Color label */
.product__info-wrapper .color_text,
.product__info-container .color_text {
  font-family: var(--sans), 'Outfit', sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: var(--pecan) !important;
  font-weight: 400 !important;
}
.product__info-wrapper .color_text span {
  color: var(--brown) !important;
}

/* Size label and size guide link — inline row */
.product__info-wrapper .variant-label,
.product__info-wrapper label[for*="size"],
.product__info-wrapper .product-form__group-label,
.product__info-wrapper .product-form__input legend,
.product__info-wrapper .product-form__input .form__label {
  font-family: var(--sans), 'Outfit', sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  color: var(--pecan) !important;
}
/* Size guide link next to SIZE label */
.product__info-wrapper a[href*="size-guide"],
.product__info-wrapper a[href*="size_guide"],
.product__info-wrapper .size-guide-link,
.product__info-wrapper a[data-fitsguide],
.product__info-wrapper .product-form__input a,
.product__info-wrapper .pdp-size-fit-note a,
.product__info-wrapper .size_fit_note a,
.product__info-wrapper [class*="size"] a {
  font-family: var(--sans), 'Outfit', sans-serif !important;
  font-size: 10px !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  color: var(--brown) !important;
  text-decoration: none !important;
  font-weight: 300 !important;
  margin-left: 12px !important;
}
.product__info-wrapper .pdp-size-fit-note a strong,
.product__info-wrapper [class*="size"] a strong {
  font-weight: 400 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}
/* Keep SIZE + link on same line */
.product__info-wrapper .product-form__input .variant-picker__label,
.product__info-wrapper .product-form__input > legend,
.product__info-wrapper .product-form__input .form__label-row {
  display: flex !important;
  align-items: baseline !important;
  gap: 12px !important;
}

/* Size buttons — clean square outline */
.product-form__input input[type="radio"] + label,
.product-form__input .swatch-element label {
  font-family: var(--sans), 'Outfit', sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  min-width: 44px !important;
  min-height: 44px !important;
  border: 1px solid var(--pecan) !important;
  border-radius: 0 !important;
  color: var(--pecan) !important;
  background: transparent !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.product-form__input input[type="radio"]:checked + label {
  background: var(--pecan) !important;
  color: var(--cream) !important;
}

/* Size fit note */
.product__info-wrapper .size-fit-note,
.product__info-wrapper [class*="size_fit"] {
  font-size: 12px !important;
  color: rgba(38, 29, 20, 0.6) !important;
  font-weight: 300 !important;
  line-height: 1.6 !important;
}

/* Delivery estimate */
#delivery-estimate {
  font-size: 13px !important;
  color: var(--pecan) !important;
  font-weight: 400 !important;
  padding: 12px 0 !important;
}
#delivery-estimate strong {
  font-weight: 500 !important;
}

/* ATC button — outline */
.product-form__submit,
.product__info-wrapper .product-form__submit {
  font-family: var(--sans), 'Outfit', sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  background: transparent !important;
  color: var(--pecan) !important;
  border: 1px solid var(--pecan) !important;
  border-radius: 0 !important;
  padding: 14px 32px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  transition: all 0.3s !important;
}
.shopify-payment-button .shopify-payment-button__button {
  min-height: 48px !important;
  max-height: 48px !important;
}
.product-form__submit:hover {
  background: var(--pecan) !important;
  color: var(--cream) !important;
}

/* Buy Now — solid dark */
.shopify-payment-button .shopify-payment-button__button,
.shopify-payment-button__button--unbranded {
  font-family: var(--sans), 'Outfit', sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  background: var(--pecan) !important;
  color: var(--cream) !important;
  border-radius: 0 !important;
  padding: 18px 32px !important;
  border: none !important;
}
.shopify-payment-button .shopify-payment-button__button:hover {
  background: var(--brown) !important;
}
/* Hide GPay/dynamic buttons — show only Buy Now */
.shopify-payment-button__button--branded {
  display: none !important;
}
.shopify-payment-button__button--unbranded {
  display: block !important;
}

/* Trust badges — clean horizontal row */
.product__info-wrapper .icon-with-text,
.product__info-container .icon-with-text {
  display: flex !important;
  justify-content: space-between !important;
  gap: 0 !important;
  padding: 20px 0 !important;
  border-top: 1px solid var(--linen) !important;
  border-bottom: 1px solid var(--linen) !important;
  margin: 16px 0 !important;
}
.product__info-wrapper .icon-with-text .icon-with-text__item,
.product__info-wrapper .icon-with-text-item {
  text-align: center !important;
  flex: 1 !important;
}
.product__info-wrapper .icon-with-text .icon-with-text__item h3,
.product__info-wrapper .icon-with-text-item h3,
.product__info-wrapper .icon-with-text__heading {
  font-family: var(--sans), 'Outfit', sans-serif !important;
  font-size: 9px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  color: var(--pecan) !important;
  margin-top: 8px !important;
}
.product__info-wrapper .icon-with-text svg,
.product__info-wrapper .icon-with-text img {
  width: 24px !important;
  height: 24px !important;
  opacity: 0.7 !important;
}

/* Accordions — clean dividers, uppercase */
.product__info-wrapper .custom-accordion .accordion-header,
.product__info-wrapper .accordion__header {
  font-family: var(--sans), 'Outfit', sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  color: var(--pecan) !important;
  padding: 20px 0 !important;
  border: none !important;
  border-bottom: 1px solid var(--linen) !important;
  background: transparent !important;
  width: 100% !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  cursor: pointer !important;
}
.product__info-wrapper .accordion-content {
  font-size: 13px !important;
  line-height: 1.7 !important;
  color: rgba(38, 29, 20, 0.7) !important;
  font-weight: 300 !important;
  padding: 16px 0 24px !important;
}

/* Breadcrumb */
.breadcrumbs,
.breadcrumb,
nav.breadcrumb {
  font-family: var(--sans), 'Outfit', sans-serif !important;
  font-size: 10px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: var(--sage) !important;
  font-weight: 300 !important;
  padding: 16px 48px !important;
}
.breadcrumbs a, .breadcrumb a {
  color: var(--sage) !important;
  text-decoration: none !important;
}

/* Product page background */
.product, .product-template {
  background: var(--cream) !important;
}

/* Product info wrapper spacing */
.product__info-wrapper,
.product__info-container {
  padding: 24px 48px 48px !important;
}

/* Separator lines between blocks */
.product__info-wrapper .product-form,
.product__info-wrapper .product-form__buttons {
  padding-top: 16px !important;
}

/* PDP Feature block */
.product__info-wrapper .product-feature-icons {
  padding: 16px 0 !important;
}
.product__info-wrapper .product-feature-icons h3 {
  font-size: 12px !important;
  font-weight: 500 !important;
  color: var(--pecan) !important;
}
.product__info-wrapper .product-feature-icons p {
  font-size: 12px !important;
  color: rgba(38, 29, 20, 0.6) !important;
  font-weight: 300 !important;
  line-height: 1.6 !important;
}

/* Hide payment option radio list */
.product__info-wrapper .payment-option,
.product__info-wrapper [class*="payment_option"],
.product__info-wrapper [class*="payment-option"] {
  display: none !important;
}

/* Gallery — stacked 2-column layout */
.product__media-list {
  gap: 4px !important;
}
.product__media-item img,
.product__media-item video {
  border-radius: 0 !important;
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}

/* Mobile PDP adjustments */
@media (max-width: 768px) {
  .product__info-wrapper,
  .product__info-container {
    padding: 20px !important;
  }
  .breadcrumbs, .breadcrumb, nav.breadcrumb {
    padding: 12px 20px !important;
  }
  .product__title h1 {
    font-size: 24px !important;
  }
}

/* ══════════════════════════════════════════════════════
   SOLAVI PDP LAYOUT — v11M (consolidated)
   Font/spacing/accordion overrides now in solavi-pdp-overrides.liquid
   ══════════════════════════════════════════════════════ */

/* ── Desktop: images fill 2-col grid ── */
@media (min-width: 750px) {
  .product__media-list.grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 3px !important;
    padding: 0 !important;
  }
  .product__media-item.grid__item {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    aspect-ratio: 3/4 !important;
    overflow: hidden !important;
    position: relative !important;
  }
  .product__media-item .product-media-container {
    position: absolute !important;
    inset: 0 !important;
    max-width: 100% !important;
  }
  .product__media-item .product-media-container .media {
    padding-top: 0 !important;
    position: absolute !important;
    inset: 0 !important;
  }
  .product__media-item .product-media-container .media img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    max-width: none !important;
  }
  .product__media-item modal-opener,
  .product__media-item .product__modal-opener {
    width: 100% !important;
    height: 100% !important;
  }
}

/* ── Mobile: swipe carousel — 85% width, peek next ── */
@media (max-width: 749px) {
  .product__media-list {
    display: flex !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    gap: 4px !important;
    grid-template-columns: none !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-left: 0 !important;
  }
  .product__media-list::-webkit-scrollbar { display: none; }
  .product__media-item {
    min-width: 85% !important;
    max-width: 85% !important;
    scroll-snap-align: start !important;
    flex-shrink: 0 !important;
    aspect-ratio: 3/4 !important;
    position: relative !important;
    overflow: hidden !important;
  }
  .product__media-item .product-media-container {
    position: absolute !important;
    inset: 0 !important;
    max-width: 100% !important;
  }
  .product__media-item .product-media-container .media {
    padding-top: 0 !important;
    position: absolute !important;
    inset: 0 !important;
  }
  .product__media-item .product-media-container .media img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
}

/* ── Gallery background — uniform linen ── */
.product__media-list,
.product__media-wrapper,
.product__media-item,
.product__media-item .product-media-container,
.product__media-item .media {
  background: var(--linen) !important;
}

/* ── Trust icons ── */
.solavi-trust-icons {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  padding: 16px 0;
  border-top: 1px solid rgba(38,29,20,.08);
  margin: 4px 0 !important;
}
.solavi-trust-icon {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}
.solavi-trust-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--pecan);
  fill: none;
  stroke-width: 1.2;
}
.solavi-trust-icon span {
  font-family: var(--sans), 'Outfit', sans-serif;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--pecan);
  font-weight: 400;
}

/* ── Feature points ── */
.solavi-features { padding: 4px 0 8px; }
.solavi-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(38,29,20,.06);
}
.solavi-feature-item:last-child { border-bottom: none; }
.solavi-feature-icon { flex-shrink: 0; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; }
.solavi-feature-icon svg { width: 22px; height: 22px; stroke: var(--pecan); fill: none; stroke-width: 1; opacity: .5; }
.solavi-feature-text strong { font-family: var(--sans), 'Outfit', sans-serif; font-size: 12px; font-weight: 500; color: var(--pecan); display: block; margin-bottom: 2px; }
.solavi-feature-text p { font-family: var(--sans), 'Outfit', sans-serif; font-size: 12px; font-weight: 300; color: rgba(38,29,20,.5); line-height: 1.5; margin: 0; }

/* ── Hide OLD Dawn sticky ATC ── */
.sticky_bar_main, .floating-atc, #floatingATC, .bottom_sticky_bar {
  display: none !important;
}

/* ── SOLAVI sticky ATC ── */
.solavi-sticky-atc {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: var(--cream);
  border-top: 1px solid rgba(38,29,20,.1);
  padding: 10px 16px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transform: translateY(100%);
  transition: transform .3s ease;
  display: none;
}
.solavi-sticky-atc.visible {
  display: flex !important;
  transform: translateY(0);
}
.solavi-sticky-atc__info { flex: 1; min-width: 0; }
.solavi-sticky-atc__title { font-family: var(--sans), 'Outfit', sans-serif; font-size: 13px; font-weight: 400; color: var(--pecan); }
.solavi-sticky-atc__price { font-size: 12px; color: var(--brown); font-weight: 300; }
.solavi-sticky-atc__btn {
  font-family: var(--sans), 'Outfit', sans-serif;
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  background: var(--pecan);
  color: var(--cream);
  border: none;
  padding: 14px 24px;
  cursor: pointer;
  white-space: nowrap;
}
body.product main { padding-bottom: 60px; }

/* ── Carousel dots ── */
.slider-counter {
  display: flex !important;
  justify-content: center;
  gap: 8px;
  padding: 12px 0;
}
.slider-counter .slider-counter__link,
.slider-counter button {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: rgba(38,29,20,.2) !important;
  border: none !important;
  padding: 0 !important;
  min-width: unset !important;
  font-size: 0 !important;
}
.slider-counter .slider-counter__link--active,
.slider-counter button[aria-current="true"] {
  background: var(--pecan) !important;
}

/* ── You May Also Like (Related Products) ── */
.related-products .related-slider,
.related-products .grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px !important;
}
.related-products .card,
.related-products .card--card,
.related-products .card--standard {
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.related-products .card__inner {
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
}
.related-products .card__media {
  aspect-ratio: 3/4 !important;
  overflow: hidden;
  border-radius: 0 !important;
}
.related-products .card__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.related-products .card__content {
  padding: 0 !important;
}
.related-products .card__information {
  padding: 14px 0 0 !important;
}
.related-products .card__heading,
.related-products .card__heading a {
  font-family: var(--serif) !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  color: var(--pecan) !important;
  text-decoration: none !important;
}
.related-products .price,
.related-products .price__container {
  font-size: 12px !important;
  font-weight: 300 !important;
  color: var(--brown) !important;
}
.related-products h2 {
  font-size: 9px !important;
  letter-spacing: 5px !important;
  text-transform: uppercase !important;
  color: var(--sage) !important;
  font-weight: 400 !important;
  font-family: var(--sans) !important;
  font-style: normal !important;
  margin-bottom: 32px !important;
}
.related-products .quick-add {
  display: none !important;
}
@media (max-width: 768px) {
  .related-products .related-slider,
  .related-products .grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
  }
}

/* ══════════════════════════════════════
   COLLECTION PAGE — AGGRESSIVE OVERRIDES
   These override Dawn's card component styles
   ══════════════════════════════════════ */

/* Force 3:4 aspect on all collection images */
.collection .card__media .media,
.collection .media--adapt,
.collection .media--square,
.collection .media--portrait,
.collection .media--landscape,
.collection .card .media {
  padding-top: 0 !important;
  position: relative !important;
  aspect-ratio: 3/4 !important;
  overflow: hidden !important;
  height: 100% !important;
}
.collection .card__media img,
.collection .card .media img,
.collection .card__media .media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}

/* Product info — title left, price right on same line */
.collection .card__information,
.collection .card-information {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  flex-wrap: nowrap !important;
  gap: 12px !important;
  padding: 12px 0 0 !important;
  width: 100% !important;
}
/* Title takes remaining space, price stays right */
.collection .card-information__wrapper {
  flex: 1 !important;
  min-width: 0 !important;
}
.collection .card__information .price-wrapper,
.collection .card-information .price-wrapper,
.collection .card__information .price,
.collection .card-information .price {
  flex-shrink: 0 !important;
  margin-left: auto !important;
  text-align: right !important;
}
.collection .card__heading,
.collection .card__heading a,
.collection .card-information__wrapper .card__heading {
  font-family: var(--serif) !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  color: var(--pecan) !important;
  text-decoration: none !important;
  margin: 0 !important;
  line-height: 1.3 !important;
}
.collection .price-item,
.collection .price,
.collection .price__container {
  font-size: 12px !important;
  font-weight: 300 !important;
  color: var(--brown) !important;
  letter-spacing: .5px !important;
  white-space: nowrap !important;
}

/* Quick add — hidden by default, show on hover */
.collection .quick-add {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  padding: 12px !important;
  background: rgba(255,255,255,.95) !important;
  text-align: center !important;
  font-size: 9px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: var(--pecan) !important;
  font-weight: 400 !important;
  transform: translateY(100%) !important;
  transition: transform .4s !important;
  opacity: 1 !important;
  z-index: 5 !important;
}
.collection .card-wrapper:hover .quick-add,
.collection .grid__item:hover .quick-add {
  transform: translateY(0) !important;
}
/* Hide the bulk quick add buttons */
.collection .quick-add__submit,
.collection .quick-add-bulk {
  background: transparent !important;
  border: none !important;
  font-family: var(--sans) !important;
  font-size: 9px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: var(--pecan) !important;
  cursor: pointer !important;
}

/* Color swatches — hidden on collection */
.collection .color-swatch,
.collection .swatch,
.collection .card__badge-list + ul li,
.collection ul.list-unstyled li input[type="radio"] + label,
.collection .card__content .color-swatch-wrapper,
.collection .card .variant-option,
.collection .card .option-values,
.collection product-form,
.collection .card__content ul.list-unstyled {
  display: none !important;
}

/* Hide "20 products" count */
.collection .collection-product-count,
.collection .facets__product-count {
  display: none !important;
}

/* Filter bar — restyle dropdowns to match brand */
.collection .facets-container,
.collection .facets__wrapper {
  border-bottom: 1px solid var(--linen) !important;
  padding: 24px 0 !important;
}
.collection .facets__disclosure button,
.collection .facets__summary {
  font-family: var(--sans) !important;
  font-size: 11px !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  font-weight: 300 !important;
  color: var(--pecan) !important;
}
.collection .facets__label,
.collection .facets__heading {
  font-family: var(--sans) !important;
  font-size: 11px !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  font-weight: 300 !important;
  color: var(--pecan) !important;
}
.collection .facet-filters__sort select,
.collection .facets__sort select {
  font-family: var(--sans) !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  color: var(--pecan) !important;
  border: none !important;
  background: transparent !important;
}

/* Rating stars — smaller and brown */
.collection .rating,
.collection .judge-star {
  color: var(--brown) !important;
}
.collection .rating-count {
  display: none !important;
}

/* ── Hide Quick Add buttons on collection — show on hover only ── */
.collection .quick-add,
.collection .card__content .quick-add,
.collection quick-add-bulk,
.collection .quick-add-bulk,
.collection .card-wrapper > .quick-add,
.collection .grid__item .quick-add {
  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity .3s, visibility .3s !important;
  position: relative !important;
  margin-top: -48px !important;
  z-index: 5 !important;
}
.collection .card-wrapper:hover .quick-add,
.collection .card-wrapper:hover quick-add-bulk,
.collection .card-wrapper:hover .quick-add-bulk,
.collection .grid__item:hover .quick-add,
.collection .grid__item:hover quick-add-bulk {
  opacity: 1 !important;
  visibility: visible !important;
}
/* Style the button itself */
.collection .quick-add__submit,
.collection .quick-add button,
.collection quick-add-bulk button {
  background: rgba(255,255,255,.95) !important;
  border: 1px solid var(--linen) !important;
  font-family: var(--sans) !important;
  font-size: 9px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: var(--pecan) !important;
  cursor: pointer !important;
  border-radius: 0 !important;
  padding: 12px !important;
  width: 100% !important;
}

/* ── Hide Dawn's default filters when SOLAVI filter pills are used ── */
.collection .facets-container,
.collection .active-facets,
.collection .facets__wrapper,
.collection .facet-filters,
.collection .collection-product-count,
.collection .facets__product-count {
  display: none !important;
}

/* ── SOLAVI Custom Badges (tag-based) ── */
.solavi-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 12px;
  font-weight: 400;
  background: var(--pecan, #261D14) !important;
  color: var(--cream, #FAF9F6) !important;
  border-radius: 0;
  z-index: 5;
  font-family: 'Outfit', sans-serif;
}

/* ── Cart page styling (fallback) ── */
.cart__items, .cart-items, [id="main-cart-items"] {
  font-family: var(--sans) !important;
}
.cart .cart__items h1,
.cart h1, [id="main-cart-items"] h1 {
  font-family: var(--serif) !important;
  font-weight: 300 !important;
  font-size: 28px !important;
  color: var(--pecan) !important;
  letter-spacing: 1px !important;
}
.cart .button, .cart__checkout-button, .cart__ctas .button {
  background: var(--pecan) !important;
  color: var(--cream) !important;
  font-family: var(--sans) !important;
  font-size: 10px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 16px 32px !important;
}
.cart .quantity__button, .cart .quantity__input {
  border-color: var(--tane) !important;
}
.cart a { color: var(--pecan) !important; }
.cart .price .money, .cart .cart-item__price .money {
  color: var(--brown) !important;
}

/* ── Hide Dawn's built-in cart drawer — we use SOLAVI custom drawer in header ── */
cart-drawer.drawer, cart-drawer {
  position: fixed !important;
  width: 0 !important; height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* ── Generic pages (Contact, Policies, etc.) ── */
.page-header h1,
.shopify-policy__title,
.contact h1,
.template-page h1,
.rte h1, .rte h2, .rte h3,
h1.page-title,
.main-page-title {
  font-family: var(--sans) !important;
  font-weight: 300 !important;
  font-size: 24px !important;
  color: var(--pecan) !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
}
/* Also override Dawn's heading font variable on non-homepage */
/* Override Dawn heading font on content pages only — NOT hero sections */
.page-width h1,
.page-width h2,
.main-page-title,
#MainContent .page-width h1 {
  font-family: var(--sans) !important;
  font-weight: 300 !important;
  color: var(--pecan) !important;
}
.rte h2, .rte h3 {
  font-size: 16px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  margin-top: 32px !important;
  margin-bottom: 12px !important;
}
.rte, .rte p, .rte li {
  font-family: var(--sans) !important;
  font-weight: 300 !important;
  color: var(--pecan) !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
}
/* Contact form inputs */
.contact .field,
.contact .form__comment {
  background: var(--cream, #FAF9F6) !important;
}
.contact input[type="text"],
.contact input[type="email"],
.contact input[type="tel"],
.contact textarea,
.contact .field__input {
  font-family: var(--sans) !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  color: var(--pecan) !important;
  border: 1px solid var(--tane) !important;
  border-radius: 0 !important;
  padding: 14px 16px !important;
  height: auto !important;
  min-height: 48px !important;
  background: var(--cream, #FAF9F6) !important;
  box-shadow: none !important;
}
.contact textarea,
.contact .field__input[aria-multiline="true"],
.contact textarea.field__input {
  min-height: 100px !important;
  height: auto !important;
}
.contact input:focus,
.contact textarea:focus,
.contact .field__input:focus {
  border-color: var(--brown) !important;
  box-shadow: none !important;
  outline: none !important;
}
.contact .field__label {
  font-family: var(--sans) !important;
  font-size: 10px !important;
  font-weight: 300 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  color: var(--sage) !important;
}
.contact .button,
.form__submit,
.contact input[type="submit"],
.contact button[type="submit"] {
  background: var(--pecan) !important;
  color: var(--cream) !important;
  font-family: var(--sans) !important;
  font-size: 10px !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 16px 40px !important;
  font-weight: 400 !important;
  cursor: pointer !important;
  min-height: auto !important;
  height: auto !important;
}
/* Remove Dawn's field background colors */
.contact .field::after,
.contact .field::before {
  display: none !important;
}

/* ── Cart page styling (fallback) ── */
.cart .cart__items h1,
.cart h1, [id="main-cart-items"] h1 {
  font-family: var(--serif) !important;
  font-weight: 300 !important;
  font-size: 28px !important;
  color: var(--pecan) !important;
  letter-spacing: 1px !important;
}
.cart .button, .cart__checkout-button, .cart__ctas .button {
  background: var(--pecan) !important;
  color: var(--cream) !important;
  font-family: var(--sans) !important;
  font-size: 10px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 16px 32px !important;
}
.cart a { color: var(--pecan) !important; }
.cart .price .money, .cart .cart-item__price .money {
  color: var(--brown) !important;
}

/* ── Hide Tabby's default app widget (replaced by SOLAVI BNPL section) ── */
#TabbyPromo, .tabby-promo, [id*="tabby"], .tabby-product-widget,
shopify-payment-terms, .shopify-payment-terms {
  display: none !important;
}

/* ── Dawn featured-collection / Best Sellers heading fix ── */
.featured-collection h2,
.collection-list h2,
.title--primary,
.section-header__title,
#shopify-section-template--* h2,
.shopify-section h2.title {
  font-family: var(--sans) !important;
  font-weight: 300 !important;
  font-size: 14px !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  color: var(--pecan) !important;
  margin-bottom: 24px !important;
  padding-bottom: 0 !important;
}

/* ── Homepage section spacing ── */
.spaced-section,
.spaced-section--full-width {
  margin-top: 40px !important;
  margin-bottom: 0 !important;
}
