/** Shopify CDN: Minification failed

Line 17:13 Expected identifier but found "{"
Line 17:14 Unexpected "{"
Line 17:24 Expected ":"
Line 17:51 Expected identifier but found "{"
Line 17:52 Unexpected "{"
Line 17:62 Expected ":"
Line 17:86 Expected identifier but found "{"
Line 17:87 Unexpected "{"
Line 17:97 Expected ":"
Line 17:117 Expected identifier but found "{"
... and 5 more hidden warnings

**/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@600;700;800&display=swap');
:root{--blue:{{ settings.primary_color }};--orange:{{ settings.accent_color }};--text:{{ settings.text_color }};--bg:{{ settings.background_color }};--soft:{{ settings.soft_background }};--radius:18px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:var(--bg);line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.page-width{width:min(1200px,calc(100% - 40px));margin:0 auto}.button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:14px 24px;font-weight:700;cursor:pointer;transition:.2s;background:var(--orange);color:#fff}.button:hover{transform:translateY(-1px);filter:brightness(.96)}.button.secondary{background:var(--blue)}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;font-weight:800;color:var(--orange)}h1,h2,h3{font-family:Poppins,Arial,sans-serif;line-height:1.12;margin:0 0 16px;color:var(--blue)}h1{font-size:clamp(2.5rem,6vw,5rem)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:1.25rem}.section{padding:76px 0}.section--soft{background:var(--soft)}.section-head{text-align:center;max-width:700px;margin:0 auto 38px}.section-head p{margin:0;color:#566174}.announcement{background:var(--blue);color:#fff;text-align:center;padding:9px 16px;font-size:.85rem;font-weight:600}.site-header{border-bottom:1px solid #e8edf5;background:#fff;position:sticky;top:0;z-index:20}.header-inner{min-height:78px;display:flex;align-items:center;gap:28px}.brand{font-family:Poppins;font-weight:800;font-size:1.25rem;color:var(--blue);white-space:nowrap}.brand span{color:var(--orange)}.nav{display:flex;gap:22px;align-items:center;margin-left:auto;font-weight:600;font-size:.92rem}.nav a:hover{color:var(--orange)}.hero{background:linear-gradient(135deg,#f7f9fd 0%,#eef4ff 100%);padding:80px 0}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:50px}.hero-copy p{font-size:1.1rem;max-width:600px;color:#566174;margin:0 0 28px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-media{min-height:430px;border-radius:28px;background:#dce7fa;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-media img{width:100%;height:100%;object-fit:cover}.placeholder{color:#60708a;padding:30px;text-align:center}.grid{display:grid;gap:22px}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}.card{background:#fff;border:1px solid #e6ebf3;border-radius:var(--radius);overflow:hidden}.card-body{padding:20px}.category-card{min-height:170px;padding:24px;display:flex;flex-direction:column;justify-content:flex-end;background:var(--soft)}.category-card strong{font-family:Poppins;color:var(--blue);font-size:1.15rem}.product-card img{aspect-ratio:1/1;object-fit:cover;background:#f4f6f9}.price{font-weight:800;color:var(--blue);font-size:1.1rem}.stars{color:#f6a700;letter-spacing:2px}.split{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.split-media{border-radius:24px;overflow:hidden;background:var(--soft);min-height:360px}.split-media img{width:100%;height:100%;object-fit:cover}.article-card img{aspect-ratio:16/10;object-fit:cover;background:var(--soft)}.newsletter{background:var(--blue);color:#fff;border-radius:28px;padding:50px}.newsletter h2{color:#fff}.newsletter p{color:#dce7fa}.newsletter form{display:flex;gap:10px;max-width:650px}.newsletter input{flex:1;border:0;border-radius:999px;padding:15px 18px}.footer{background:#10192b;color:#dce4f3;padding:60px 0 30px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px}.footer h3{color:#fff}.footer-bottom{border-top:1px solid #29354b;margin-top:40px;padding-top:20px;font-size:.85rem}.footer-brand{font-family:Poppins;color:#fff;font-size:1.3rem;font-weight:800}.footer-brand span{color:var(--orange)}.collection-head{padding:55px 0 25px}.collection-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;padding-bottom:70px}.product-page{padding:60px 0}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:55px}.product-main-image{background:var(--soft);border-radius:22px;overflow:hidden}.product-info h1{font-size:clamp(2rem,4vw,3.5rem)}.product-description{color:#566174}.quantity{display:flex;gap:10px;align-items:center;margin:20px 0}.quantity input{width:70px;padding:12px;border:1px solid #dce3ee;border-radius:10px}.article-page{max-width:850px;margin:0 auto;padding:60px 0}.article-page .article-image{border-radius:24px;margin:30px 0}.article-content h2{margin-top:40px}.mobile-menu{display:none}
@media(max-width:900px){.hero-grid,.split,.product-layout{grid-template-columns:1fr}.grid-4,.collection-grid{grid-template-columns:repeat(2,1fr)}.nav{display:none}.mobile-menu{display:block;margin-left:auto}.hero{padding:55px 0}.hero-media{min-height:300px}.footer-grid{grid-template-columns:1fr}.newsletter form{flex-direction:column}}
@media(max-width:560px){.page-width{width:min(100% - 28px,1200px)}.section{padding:55px 0}.grid-4,.grid-3,.grid-2,.collection-grid{grid-template-columns:1fr}.hero h1{font-size:2.65rem}.header-inner{min-height:66px}.button{width:100%}.hero-actions{flex-direction:column}.newsletter{padding:32px 22px}}

/* V2 refinements */
.site-header{box-shadow:0 1px 0 rgba(18,58,140,.04)}
.nav-item{position:relative}
.nav-toggle{background:none;border:0;padding:0;font:inherit;font-weight:600;color:var(--text);cursor:pointer}
.dropdown{position:absolute;top:calc(100% + 14px);left:50%;transform:translateX(-50%);min-width:210px;background:#fff;border:1px solid #e6ebf3;border-radius:16px;padding:10px;box-shadow:0 18px 40px rgba(16,25,43,.12);display:none;z-index:50}
.nav-item:hover .dropdown,.nav-item:focus-within .dropdown{display:block}
.dropdown a{display:block;padding:10px 12px;border-radius:10px;white-space:nowrap}
.dropdown a:hover{background:var(--soft);color:var(--blue)}
.newsletter{background:var(--blue)!important;color:#fff}
.newsletter .section-head p{color:#dce7fa}
.newsletter input{border:2px solid transparent;outline:none;min-height:50px}
.newsletter input:focus{border-color:var(--orange)}
.category-card{min-height:190px;justify-content:flex-start;align-items:flex-start}
.category-card>div{width:100%}
.category-card .eyebrow{margin-bottom:10px}
.category-card strong{display:block;min-height:28px;margin-bottom:8px}
.category-card p{margin:0;color:#566174}
.mobile-menu{background:none;border:0;font-size:1.5rem;cursor:pointer;color:var(--blue)}
.mobile-nav{display:none;background:#fff;border-top:1px solid #e8edf5;padding:10px 0 18px}
.mobile-nav.open{display:block}
.mobile-nav a,.mobile-nav summary{display:block;padding:11px 6px;font-weight:650}
.mobile-nav details{border-bottom:1px solid #eef1f6}
.mobile-nav details a{padding-left:18px;font-weight:500}
@media(max-width:900px){
 .site-header{position:sticky}
 .mobile-nav{position:absolute;left:0;right:0;box-shadow:0 15px 25px rgba(16,25,43,.08)}
 .dropdown{display:none!important}
}

/* V3 newsletter visibility fix */
.newsletter-section{display:block!important;visibility:visible!important;opacity:1!important;padding:76px 0}
.newsletter-box{display:block!important;background:var(--blue)!important;color:#fff!important;border-radius:30px!important;padding:54px 58px!important;min-height:250px!important}
.newsletter-copy{max-width:720px!important}
.newsletter-copy h2{color:#fff!important;font-family:Poppins,Arial,sans-serif!important;font-size:clamp(2rem,4vw,3rem)!important;margin:8px 0 12px!important}
.newsletter-copy p{color:#e7eefb!important;margin:0 0 26px!important;font-size:1rem!important}
.newsletter-form-row{display:flex!important;gap:12px!important;align-items:center!important;max-width:720px!important}
.newsletter-email{flex:1!important;min-height:54px!important;border-radius:999px!important;border:2px solid #fff!important;background:#fff!important;color:#172033!important;padding:0 20px!important;font:inherit!important;outline:none!important}
.newsletter-email::placeholder{color:#68758a!important;opacity:1!important}
.newsletter-email:focus{border-color:var(--orange)!important;box-shadow:0 0 0 3px rgba(255,138,0,.2)!important}
.newsletter-button{min-height:54px!important;white-space:nowrap!important}
.newsletter-message{background:#fff;color:var(--blue);border-radius:12px;padding:12px 16px;margin-bottom:14px;font-weight:700}
@media(max-width:560px){
 .newsletter-box{padding:36px 24px!important}
 .newsletter-form-row{flex-direction:column!important;align-items:stretch!important}
 .newsletter-email,.newsletter-button{width:100%!important}
}

/* V4 newsletter: white card, black text, clearly bordered email box */
.newsletter-section{display:block!important;background:#fff!important;padding:70px 0!important}
.newsletter-box{display:block!important;background:#fff!important;color:#111827!important;border:1px solid #e4e8ef!important;border-radius:28px!important;padding:50px 56px!important;box-shadow:0 10px 30px rgba(16,25,43,.06)!important}
.newsletter-copy h2{color:#111827!important;font-family:Poppins,Arial,sans-serif!important;font-size:clamp(2rem,4vw,3rem)!important;margin:8px 0 12px!important}
.newsletter-copy p{color:#111827!important;margin:0 0 25px!important;font-size:1rem!important}
.newsletter-form-row{display:flex!important;gap:12px!important;align-items:center!important;max-width:760px!important}
.newsletter-email{display:block!important;flex:1 1 auto!important;width:auto!important;min-height:56px!important;border:2px solid #111827!important;border-radius:14px!important;background:#fff!important;color:#111827!important;padding:0 20px!important;font:inherit!important;outline:none!important;box-shadow:none!important}
.newsletter-email::placeholder{color:#5b6472!important;opacity:1!important}
.newsletter-email:focus{border-color:var(--blue)!important;box-shadow:0 0 0 3px rgba(18,58,140,.15)!important}
.newsletter-button{min-height:56px!important;white-space:nowrap!important}
.newsletter-message{color:#111827!important;background:#f4f7fc!important;border-radius:10px!important;padding:10px 14px!important;margin:14px 0 0!important;font-weight:600!important}
@media(max-width:560px){
 .newsletter-box{padding:34px 22px!important}
 .newsletter-form-row{display:block!important}
 .newsletter-email{width:100%!important;margin-bottom:12px!important}
 .newsletter-button{width:100%!important}
}

/* V5 brand refinements */
.site-logo{display:block;width:auto;height:auto;max-width:280px;max-height:58px}
.brand{font-size:1.35rem;color:var(--blue)}
.hero-eyebrow{font-size:1.05rem!important;letter-spacing:.09em!important;color:var(--blue)!important;font-weight:800!important}
.footer a{color:#6E96E6}
.footer a:hover{color:var(--orange)}
.footer-bottom{color:#6E96E6}
@media(max-width:900px){.site-logo{max-width:230px;max-height:48px}}
@media(max-width:560px){.site-logo{max-width:205px;max-height:44px}}

/* V6: royal-blue foreground text + guaranteed logo visibility */
.hero{position:relative;z-index:1}
.hero-grid{position:relative;z-index:2}
.hero-copy{position:relative;z-index:5}
.hero-actions{position:relative;z-index:10}
.hero-button-primary,.hero-button-secondary{color:var(--blue)!important;background:transparent!important;border:2px solid var(--blue)!important;position:relative;z-index:20}
.hero-button-primary:hover,.hero-button-secondary:hover{background:var(--blue)!important;color:#fff!important}
.site-logo-svg{display:block;width:280px;height:auto;max-height:58px;overflow:visible}
.site-header .site-logo{position:relative;z-index:30}
.site-header .brand{position:relative;z-index:30}
@media(max-width:900px){.site-logo-svg{width:230px;max-height:48px}}
@media(max-width:560px){.site-logo-svg{width:205px;max-height:44px}}

/* V7: use the supplied brand logo image */
.site-logo-image{display:block;width:auto;height:58px;max-width:310px;object-fit:contain;object-position:left center}
@media(max-width:900px){.site-logo-image{height:48px;max-width:260px}}
@media(max-width:560px){.site-logo-image{height:44px;max-width:235px}}
.announcement{color:var(--blue)!important;background:#fff!important}

/* V8: larger, balanced header logo */
.header-inner{min-height:94px;gap:32px}
.site-logo-image{height:76px!important;width:auto!important;max-width:380px!important;object-fit:contain;object-position:left center}
.site-header .brand{display:flex;align-items:center;min-width:300px}
.nav{gap:24px}
@media(max-width:1100px){
  .header-inner{gap:20px}
  .site-logo-image{height:68px!important;max-width:330px!important}
  .site-header .brand{min-width:250px}
  .nav{gap:16px;font-size:.88rem}
}
@media(max-width:900px){
  .header-inner{min-height:76px}
  .site-logo-image{height:58px!important;max-width:290px!important}
  .site-header .brand{min-width:0}
}
@media(max-width:560px){
  .header-inner{min-height:70px}
  .site-logo-image{height:54px!important;max-width:260px!important}
}

/* V9: final proportional header logo sizing */
.header-inner{min-height:82px;gap:28px}
.site-header .brand{display:flex;align-items:center;min-width:250px;height:100%}
.site-logo-image{height:54px!important;width:auto!important;max-width:270px!important;object-fit:contain;object-position:left center}
.nav{gap:22px}
@media(max-width:1100px){
  .header-inner{min-height:78px;gap:18px}
  .site-header .brand{min-width:220px}
  .site-logo-image{height:50px!important;max-width:250px!important}
  .nav{gap:15px;font-size:.86rem}
}
@media(max-width:900px){
  .header-inner{min-height:72px}
  .site-logo-image{height:48px!important;max-width:240px!important}
}
@media(max-width:560px){
  .header-inner{min-height:66px}
  .site-logo-image{height:44px!important;max-width:220px!important}
}

/* V10: exact supplied logo, cropped and proportioned for the header */
.site-logo-image{height:58px!important;width:auto!important;max-width:300px!important;display:block;object-fit:contain;object-position:left center}
.header-inner{min-height:84px}
@media(max-width:1100px){.site-logo-image{height:54px!important;max-width:280px!important}}
@media(max-width:900px){.header-inner{min-height:74px}.site-logo-image{height:50px!important;max-width:260px!important}}
@media(max-width:560px){.header-inner{min-height:68px}.site-logo-image{height:46px!important;max-width:240px!important}}
