:root{--navy:#071E3D;--orange:#C9A227;--green:#174B3A;--ink:#14213d;--muted:#667085;--line:#e7e9ee;--soft:#f6f8fb;--radius:14px;--page:1380px}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.page-width{width:min(calc(100% - 40px),var(--page));margin:auto}.section{padding:56px 0}.section--soft{background:var(--soft)}.eyebrow{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--orange);font-weight:800}.section-title{text-align:center;font-size:30px;margin:0 0 28px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border-radius:8px;font-weight:800;border:2px solid transparent}.btn--primary{background:var(--orange);color:#fff}.btn--secondary{border-color:var(--navy);color:var(--navy);background:#fff}.announcement{background:var(--navy);color:#fff;font-size:12px}.announcement__row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;text-align:center;padding:9px 0}.site-header{position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid var(--line)}.header-row{height:76px;display:grid;grid-template-columns:220px 1fr 220px;align-items:center}.brand{font-size:30px;font-weight:900;font-style:italic;color:var(--navy)}.brand b{color:var(--orange)}.nav{display:flex;justify-content:center;gap:30px;font-size:14px}.header-icons{display:flex;justify-content:flex-end;gap:18px;font-size:20px}.hero{min-height:520px;background:linear-gradient(90deg,#fff 0 45%,#f2f0eb 45% 100%);position:relative;overflow:hidden}.hero__inner{min-height:520px;display:grid;grid-template-columns:1fr 1fr;align-items:center}.hero__content{max-width:570px;padding:54px 0}.hero h1{font-size:60px;line-height:1.03;margin:0 0 20px;color:var(--navy)}.hero h1 em{color:var(--orange);font-style:normal}.hero p{font-size:20px;line-height:1.6;color:var(--muted);max-width:520px}.hero__actions{display:flex;gap:14px;margin-top:28px}.hero__media{height:100%;min-height:520px;background:linear-gradient(135deg,#ebe7df,#d9cfc2);display:grid;place-items:center;color:#8b7f72;font-weight:700}.trust{border-block:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(5,1fr)}.trust-item{display:flex;gap:12px;padding:22px 16px;align-items:center;border-right:1px solid var(--line)}.trust-item:last-child{border:0}.trust-icon{width:42px;height:42px;border:2px solid #ffd0ad;border-radius:50%;display:grid;place-items:center;color:var(--orange)}.trust-item b{font-size:13px}.trust-item span{display:block;color:var(--muted);font-size:12px;margin-top:3px}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.category-card{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff;text-align:center}.category-card__media{aspect-ratio:1/1;background:linear-gradient(145deg,#ece8e2,#dcd4c8);display:grid;place-items:center;color:#8a8178}.category-card h3{font-size:16px;margin:14px 8px 18px}.products-row{display:grid;grid-template-columns:repeat(8,1fr);gap:14px}.product-card{min-width:0}.product-card__media{aspect-ratio:1/1;background:#f1f2f4;border-radius:10px;border:1px solid var(--line);overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:cover}.product-card h3{font-size:13px;line-height:1.35;margin:10px 0 4px}.stars{color:#ff9b29;font-size:11px}.price{font-size:14px;font-weight:800;margin-top:4px}.banner{min-height:330px;border-radius:16px;background:linear-gradient(110deg,var(--navy) 0 42%,#d9d1c6 42%);display:grid;grid-template-columns:42% 58%;overflow:hidden;color:#fff}.banner__content{padding:58px}.banner h2{font-size:42px;margin:0 0 14px}.banner h2 em{color:var(--orange);font-style:normal}.banner p{line-height:1.6;color:#dbe5f4}.why-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:26px;text-align:center}.why-icon{width:52px;height:52px;border:2px solid #ffd0ad;border-radius:50%;display:grid;place-items:center;color:var(--orange);margin:0 auto 12px}.reviews{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.review{border:1px solid var(--line);border-radius:12px;padding:22px;background:#fff}.review p{color:var(--muted);line-height:1.6}.social-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}.social-tile{aspect-ratio:1;background:linear-gradient(145deg,#ede9e3,#d7cec1);border-radius:8px}.newsletter{background:var(--navy);color:#fff}.newsletter-row{min-height:120px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:30px}.newsletter h2{margin:0}.newsletter-form{display:flex}.newsletter input{flex:1;min-height:48px;border:0;border-radius:7px 0 0 7px;padding:0 16px}.newsletter button{border:0;border-radius:0 7px 7px 0;background:var(--orange);color:#fff;padding:0 25px;font-weight:800}.footer{padding:52px 0 30px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr) 1.2fr;gap:36px}.footer h3{font-size:13px;text-transform:uppercase}.footer ul{list-style:none;padding:0;margin:0}.footer li{margin:10px 0;color:var(--muted);font-size:13px}@media(max-width:990px){.nav{display:none}.header-row{grid-template-columns:1fr auto}.header-icons{grid-column:2}.hero__inner{grid-template-columns:1fr}.hero__media{min-height:320px}.hero h1{font-size:44px}.trust-grid{grid-template-columns:repeat(2,1fr)}.category-grid{grid-template-columns:repeat(3,1fr)}.products-row{grid-template-columns:repeat(4,1fr)}.why-grid,.reviews,.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.page-width{width:min(calc(100% - 24px),var(--page))}.announcement__row{grid-template-columns:1fr}.announcement__row span:nth-child(n+2){display:none}.hero h1{font-size:38px}.hero__actions{flex-direction:column}.category-grid,.products-row{grid-template-columns:repeat(2,1fr)}.banner{grid-template-columns:1fr;background:var(--navy)}.banner__content{padding:38px 24px}.why-grid,.reviews{grid-template-columns:1fr}.social-grid{grid-template-columns:repeat(3,1fr)}.newsletter-row{grid-template-columns:1fr;padding:28px 0}.footer-grid{grid-template-columns:1fr}}.announcement{height:24px;background:#071e3d;color:#fff;font-size:8px;font-weight:800;letter-spacing:.035em;overflow:hidden}.announcement__row{height:24px;display:grid;grid-template-columns:repeat(3,1fr);align-items:center;gap:20px;padding:0;text-align:center}.announcement__item{display:flex;align-items:center;justify-content:center;gap:5px;white-space:nowrap}.announcement__icon{font-size:9px;line-height:1}.site-header{position:sticky;top:0;z-index:30;background:#fff;border-bottom:1px solid #eceef2;box-shadow:0 1px #071e3d08}.header-row{height:61px;display:grid;grid-template-columns:170px minmax(0,1fr) 170px;align-items:center}.brand{display:inline-flex;flex-direction:column;align-items:flex-start;justify-content:center;width:max-content;line-height:1}.brand__image{display:block;max-height:42px;object-fit:contain;object-position:left center}.brand__wordmark{font-size:20px;line-height:.9;font-weight:950;font-style:italic;letter-spacing:-.055em;color:var(--navy)}.brand__wordmark span{color:var(--orange)}.brand small{font-size:4.9px;margin-top:4px;font-weight:900;letter-spacing:.03em;color:var(--navy)}.nav{display:flex;justify-content:center;align-items:center;gap:25px;font-size:9px;font-weight:600;color:#1d2939}.nav__link{display:inline-flex;align-items:center;gap:4px;height:61px;white-space:nowrap;transition:color .2s ease}.nav__link:hover{color:var(--orange)}.nav__chevron{font-size:10px;transform:translateY(-1px)}.header-icons{display:flex;justify-content:flex-end;align-items:center;gap:14px}.header-icon{width:18px;height:18px;position:relative;display:grid;place-items:center;color:#101828}.header-icon svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.header-icon__dot{position:absolute;right:-1px;top:-2px;width:4px;height:4px;border-radius:50%;background:var(--orange)}.cart-count{position:absolute;right:-6px;top:-7px;min-width:12px;height:12px;padding:0 3px;border-radius:8px;background:var(--orange);color:#fff;font-size:7px;font-weight:800;display:grid;place-items:center;border:1px solid #fff}@media(max-width:990px){.header-row{height:58px;grid-template-columns:1fr auto}.nav{display:none}.brand__wordmark{font-size:22px}.header-icons{grid-column:2}.announcement__row{grid-template-columns:1fr}.announcement__item:nth-child(n+2){display:none}}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.newsletter{background:var(--newsletter-bg);color:var(--newsletter-text);border-top:1px solid rgba(255,255,255,.08)}.newsletter-row{min-height:112px;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:54px}.newsletter-copy{display:flex;align-items:center;gap:20px}.newsletter-icon{width:52px;height:52px;flex:0 0 52px;color:#fff}.newsletter-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.newsletter h2{font-size:20px;line-height:1.2;letter-spacing:.01em;margin:0 0 5px;color:inherit}.newsletter p{font-size:12px;line-height:1.5;margin:0;color:#ffffffc7}.newsletter-form{display:grid;grid-template-columns:minmax(0,1fr) auto;position:relative;align-items:center}.newsletter input{width:100%;min-width:0;height:44px;min-height:44px;border-radius:5px 0 0 5px;background:#fff;color:#14213d;font-size:13px}.newsletter button{height:44px;border-radius:0 5px 5px 0;background:var(--newsletter-accent);padding:0 28px;font-size:12px;letter-spacing:.03em;cursor:pointer}.newsletter-message{position:absolute;top:50px;left:0;font-size:11px!important}.footer{padding:36px 0 16px;background:var(--footer-bg);color:var(--footer-text)}.footer-grid{grid-template-columns:1.45fr repeat(3,minmax(120px,1fr)) 1.15fr;gap:42px;align-items:start}.footer-logo-image{display:block;max-width:150px;margin-bottom:13px}.footer-logo-image img{width:100%;height:auto}.footer-brand{display:inline-block;font-size:26px;margin-bottom:10px}.footer-blurb{max-width:260px;color:var(--footer-muted);font-size:11px;line-height:1.55}.footer-blurb p{margin:0}.footer h3{font-size:10px;letter-spacing:.05em;margin:2px 0 13px;color:var(--footer-text)}.footer ul{margin:0}.footer li{margin:0 0 7px;font-size:10px;color:var(--footer-muted)}.footer li a:hover{color:var(--orange)}.footer-socials{display:flex;gap:9px;flex-wrap:wrap;margin-top:14px}.footer-socials a{width:24px;height:24px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;font-size:11px;font-weight:800;color:var(--footer-text);transition:.2s ease}.footer-socials a:hover{background:var(--navy);border-color:var(--navy);color:#fff}.footer-payments{display:flex;flex-wrap:wrap;gap:6px;max-width:210px}.footer-payments span{display:flex;width:38px;height:24px;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:3px;background:#fff;padding:2px}.footer-payments svg{width:100%;height:100%}.footer-bottom{margin-top:26px;padding-top:14px;border-top:1px solid var(--line)}.footer-bottom p{font-size:9px;color:var(--footer-muted);margin:0}@media(max-width:990px){.newsletter-row{grid-template-columns:1fr;gap:20px;padding:28px 0}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px}.footer-brand-column,.footer-payments-column{grid-column:auto}}@media(max-width:600px){.newsletter-copy{align-items:flex-start}.newsletter-icon{width:42px;height:42px;flex-basis:42px}.newsletter h2{font-size:17px}.newsletter-form{grid-template-columns:1fr}.newsletter input{border-radius:5px;height:46px}.newsletter button{border-radius:5px;height:46px;margin-top:9px}.newsletter-message{position:static;grid-column:1;margin-top:8px!important}.footer{padding-top:32px}.footer-grid{grid-template-columns:1fr 1fr;gap:28px 22px}.footer-brand-column,.footer-payments-column{grid-column:1/-1}.footer-logo-image{max-width:140px}}:root{--page:1600px}.announcement{height:32px;font-size:10px}.announcement__row{height:32px;width:min(calc(100% - 64px),1600px)}.site-header{width:100%}.header-row{width:min(calc(100% - 64px),1600px);height:88px;grid-template-columns:minmax(230px,280px) minmax(0,1fr) minmax(230px,280px)}.brand__image{max-height:62px}.brand__wordmark{font-size:34px}.brand small{font-size:7px;margin-top:6px}.nav{gap:34px;font-size:14px}.nav__link{height:88px}.header-icons{gap:22px}.header-icon{width:26px;height:26px}.header-icon svg{width:23px;height:23px;stroke-width:1.65}.header-icon__dot{width:6px;height:6px;right:-1px;top:-2px}.cart-count{right:-8px;top:-9px;min-width:18px;height:18px;font-size:10px;border-width:2px}.newsletter-row{width:min(calc(100% - 64px),1600px);min-height:150px;grid-template-columns:minmax(0,1.1fr) minmax(500px,.9fr);gap:80px}.newsletter-icon{width:66px;height:66px;flex-basis:66px}.newsletter h2{font-size:28px}.newsletter p{font-size:14px}.newsletter input,.newsletter button{height:54px;min-height:54px}.newsletter input{font-size:15px;padding-inline:20px}.newsletter button{font-size:13px;padding-inline:34px}.footer{padding:64px 0 28px}.footer-grid,.footer-bottom{width:min(calc(100% - 64px),1600px)}.footer-grid{grid-template-columns:1.6fr repeat(3,minmax(160px,1fr)) 1.2fr;gap:64px}.footer-logo-image{max-width:210px;margin-bottom:18px}.footer-brand{font-size:34px}.footer-blurb{max-width:340px;font-size:14px;line-height:1.7}.footer h3{font-size:13px;margin-bottom:18px}.footer li{font-size:13px;margin-bottom:11px}.footer-socials{gap:12px;margin-top:20px}.footer-socials a{width:32px;height:32px;font-size:13px}.footer-payments{max-width:270px;gap:8px}.footer-payments span{width:46px;height:29px}.footer-bottom{margin-top:42px;padding-top:20px}.footer-bottom p{font-size:11px}@media(max-width:1200px){.header-row{grid-template-columns:210px minmax(0,1fr) 210px}.nav{gap:22px;font-size:12px}.newsletter-row{grid-template-columns:1fr 1fr;gap:42px}.footer-grid{gap:36px}}@media(max-width:990px){.announcement{height:28px}.announcement__row{height:28px;width:min(calc(100% - 32px),1600px)}.header-row{width:min(calc(100% - 32px),1600px);height:72px;grid-template-columns:1fr auto}.brand__image{max-height:50px}.brand__wordmark{font-size:30px}.nav{display:none}.header-icons{gap:16px}.newsletter-row{width:min(calc(100% - 32px),1600px);grid-template-columns:1fr;min-height:auto;padding:38px 0}.footer-grid,.footer-bottom{width:min(calc(100% - 32px),1600px)}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:36px 28px}}@media(max-width:600px){.announcement__row,.header-row,.newsletter-row,.footer-grid,.footer-bottom{width:min(calc(100% - 24px),1600px)}.header-row{height:66px}.brand__image{max-height:44px}.brand__wordmark{font-size:27px}.header-icons{gap:12px}.header-icon{width:22px;height:22px}.header-icon svg{width:20px;height:20px}.newsletter-copy{gap:14px}.newsletter-icon{width:48px;height:48px;flex-basis:48px}.newsletter h2{font-size:21px}.newsletter p{font-size:12px}.footer{padding-top:46px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand-column,.footer-payments-column{grid-column:1/-1}.footer-logo-image{max-width:180px}.footer-blurb{font-size:13px}.footer h3,.footer li{font-size:12px}}:root{--page:1480px;--shadow-sm:0 8px 24px rgba(7,30,61,.07);--shadow-md:0 16px 42px rgba(7,30,61,.11)}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;-webkit-font-smoothing:antialiased;line-height:1.5;color:#172033}button,input,a{transition:color .2s ease,background-color .2s ease,border-color .2s ease,opacity .2s ease,transform .2s ease,box-shadow .2s ease}.page-width{width:min(calc(100% - 64px),var(--page))}.section{padding:68px 0}.section-title{font-size:27px;letter-spacing:.015em;font-weight:800;margin-bottom:32px}.btn{min-height:50px;border-radius:6px;font-size:12px;letter-spacing:.035em;padding-inline:30px;box-shadow:none}.btn:hover{transform:translateY(-2px);box-shadow:0 10px 22px #071e3d21}.btn--primary:hover{background:#e95f00}.btn--secondary:hover{background:var(--navy);color:#fff}.announcement{height:30px}.announcement__row{height:30px;font-size:10px;max-width:1420px}.site-header{top:0;box-shadow:0 4px 16px #071e3d0b}.header-row{height:78px;grid-template-columns:240px minmax(0,1fr) 240px}.brand{height:70px;overflow:hidden}.brand__image{width:auto!important;max-width:205px;max-height:68px;object-fit:contain}.brand__image--default{transform:scale(1.42);transform-origin:left center;margin-left:-17px}.nav{gap:31px;font-size:13px}.nav__link{height:78px;position:relative}.nav__link:after{content:"";position:absolute;left:0;right:100%;bottom:19px;height:2px;background:var(--orange);transition:right .2s ease}.nav__link:hover:after{right:0}.header-icons{gap:20px}.header-icon:hover{color:var(--orange);transform:translateY(-1px)}.mobile-menu-toggle{display:none;background:none;border:0;padding:0}.mobile-menu{display:none}.hero{min-height:510px;background:linear-gradient(90deg,#fff 0 49%,#f6f3ef 49% 100%)}.hero__inner{min-height:510px}.hero__content{max-width:620px;padding:62px 32px 62px 26px}.hero .eyebrow{display:none}.hero h1{font-size:58px;line-height:1.05;letter-spacing:-.035em;margin-bottom:18px}.hero p{font-size:18px;line-height:1.6;max-width:475px}.hero__media{min-height:510px;color:#8b8178;background:linear-gradient(135deg,#f1ede7,#ddd4c9);border-left:1px solid #eee8e1}.hero__media img{width:100%;height:100%;object-fit:cover}.hero__actions{margin-top:30px}.trust{background:#fff}.trust-grid{max-width:1420px;margin:auto}.trust-item{padding:20px 19px}.trust-icon{width:40px;height:40px}.trust-item b{font-size:12px}.trust-item span{font-size:11px}.category-grid{gap:18px}.category-card{border-radius:9px;box-shadow:0 2px 8px #071e3d08}.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm)}.category-card__media{background:#f3f1ed}.category-card h3{font-size:15px;line-height:1.25;margin:15px 8px 17px}.products-row{gap:16px}.product-card{position:relative}.product-card__media{border-radius:8px;background:#f7f7f7}.product-card:hover .product-card__media{box-shadow:var(--shadow-sm)}.product-card h3{font-size:12px;color:#252b36}.banner{border-radius:10px;min-height:320px;box-shadow:var(--shadow-sm)}.banner__content{padding:58px 62px}.banner h2{font-size:38px}.why-grid{padding-top:2px}.review{border-radius:9px;box-shadow:0 3px 12px #071e3d0a}.review:hover{transform:translateY(-3px);box-shadow:var(--shadow-sm)}.social-tile{border-radius:7px}.social-tile:hover{transform:translateY(-3px)}.newsletter-row{min-height:128px;max-width:1420px}.newsletter h2{font-size:23px}.newsletter-icon{width:56px;height:56px;flex-basis:56px}.newsletter input,.newsletter button{height:48px;min-height:48px}.footer{padding:48px 0 24px}.footer-grid,.footer-bottom{max-width:1420px}.footer-grid{grid-template-columns:1.45fr repeat(3,minmax(150px,1fr)) 1.05fr;gap:48px}.footer-logo-image{display:block;width:180px;height:72px;overflow:hidden;margin-bottom:12px}.footer-logo-image img{width:100%;height:100%;object-fit:contain}.footer-logo-image--default img{transform:scale(1.45)}.footer h3{font-size:11px;letter-spacing:.06em}.footer li{font-size:12px}.footer li a:hover{color:var(--orange);padding-left:3px}.footer-blurb{font-size:12px;max-width:280px}.footer-socials a:hover{background:var(--orange);color:#fff;border-color:var(--orange);transform:translateY(-2px)}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;background:#0918306b;opacity:0;pointer-events:none;transition:opacity .25s ease}.mobile-menu.is-open{opacity:1;pointer-events:auto}.mobile-menu__panel{height:100%;width:min(360px,88vw);background:#fff;padding:72px 28px 30px;transform:translate(-100%);transition:transform .3s ease;box-shadow:20px 0 50px #00000029}.mobile-menu.is-open .mobile-menu__panel{transform:none}.mobile-menu__close{position:absolute;left:305px;top:22px;border:0;background:none;font-size:32px;color:var(--navy)}.mobile-menu nav{display:grid}.mobile-menu nav a{padding:16px 0;border-bottom:1px solid var(--line);font-weight:700}@media(max-width:990px){.page-width{width:min(calc(100% - 34px),var(--page))}.header-row{height:68px;grid-template-columns:1fr auto}.brand{height:62px}.brand__image{max-height:60px}.brand__image--default{transform:scale(1.3);margin-left:-13px}.header-icons .header-icon:nth-of-type(2),.header-icons .header-icon:nth-of-type(3){display:none}.mobile-menu-toggle{display:grid;order:-1}.header-icons{gap:13px}.hero__inner{grid-template-columns:1fr}.hero__content{padding:54px 10px}.hero h1{font-size:48px}.hero__media{min-height:360px}.products-row{grid-template-columns:repeat(4,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.page-width{width:min(calc(100% - 24px),var(--page))}.section{padding:48px 0}.announcement,.announcement__row{height:27px}.header-row{height:62px}.brand{height:58px}.brand__image{max-width:155px;max-height:54px}.hero,.hero__inner{min-height:auto}.hero__content{padding:44px 4px}.hero h1{font-size:39px}.hero p{font-size:16px}.hero__media{min-height:285px}.trust-grid{grid-template-columns:1fr 1fr}.trust-item{padding:15px 8px}.category-grid,.products-row{gap:12px}.newsletter-row{padding:30px 0}.footer-grid{grid-template-columns:1fr 1fr;gap:30px 20px}.footer-brand-column,.footer-payments-column{grid-column:1/-1}.mobile-menu__close{left:auto;right:20px}}:root{--page:1500px}.site-header{z-index:80}.header-row{width:min(calc(100% - 72px),1640px);height:96px;grid-template-columns:minmax(260px,320px) minmax(0,1fr) minmax(200px,260px);gap:22px}.brand{height:88px;display:flex;align-items:center;overflow:visible}.brand__image{max-width:260px;max-height:84px;object-fit:contain;transform:none!important;margin:0!important}.nav{gap:38px;font-size:17px;font-weight:600;align-items:stretch;height:100%}.nav__item{position:relative;display:flex;align-items:center}.nav__link{height:96px;display:flex;align-items:center;white-space:nowrap;color:#182230;letter-spacing:-.01em}.nav__link:after{bottom:25px}.nav__chevron{font-size:17px;margin-left:7px;transform:translateY(-1px)}.nav__dropdown{position:absolute;top:calc(100% - 10px);left:50%;transform:translate(-50%,10px);min-width:220px;background:#fff;border:1px solid var(--line);box-shadow:0 18px 50px #071e3d24;border-radius:12px;padding:10px;opacity:0;visibility:hidden;transition:.2s ease;z-index:10}.nav__dropdown a{display:block;padding:11px 13px;border-radius:8px;font-size:14px}.nav__dropdown a:hover{background:var(--soft);color:var(--orange)}.nav__item:hover .nav__dropdown{opacity:1;visibility:visible;transform:translate(-50%)}.header-icons{gap:24px}.header-icon{border:0;background:transparent;padding:0;cursor:pointer;width:28px;height:28px}.header-icon svg{width:24px;height:24px}.cart-count{position:absolute;right:-9px;top:-9px;min-width:19px;height:19px;padding:0 5px;background:var(--orange);color:#fff;border:2px solid #fff;border-radius:999px;font-size:10px;font-weight:800;display:grid;place-items:center}.cart-count.is-empty{display:none}.overlay-close{border:0;background:transparent;font-size:34px;line-height:1;cursor:pointer;color:var(--ink);padding:4px 8px}.search-overlay,.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;visibility:hidden;pointer-events:none}.search-overlay.is-open,.cart-drawer.is-open{visibility:visible;pointer-events:auto}.search-overlay__backdrop,.cart-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0813297a;opacity:0;transition:opacity .25s ease}.search-overlay.is-open .search-overlay__backdrop,.cart-drawer.is-open .cart-drawer__backdrop{opacity:1}.search-overlay__panel{position:relative;background:#fff;transform:translateY(-24px);opacity:0;transition:.28s ease;box-shadow:0 20px 70px #071e3d2e;padding:26px 0 34px;max-height:78vh;overflow:auto}.search-overlay.is-open .search-overlay__panel{transform:none;opacity:1}.search-overlay__top{display:flex;gap:22px;align-items:center}.search-overlay__form{flex:1;display:grid;grid-template-columns:auto 1fr auto;align-items:center;border:1px solid #dfe3ea;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 8px 30px #071e3d0f}.search-overlay__form svg{width:22px;height:22px;margin-left:18px;fill:none;stroke:currentColor;stroke-width:1.7}.search-overlay__form input{height:58px;border:0;outline:0;padding:0 15px;font-size:18px;min-width:0}.search-overlay__form button{height:58px;border:0;background:var(--orange);color:#fff;font-weight:800;padding:0 30px;cursor:pointer}.search-results{padding-top:26px}.search-results__hint{text-align:center;color:var(--muted);padding:24px}.predictive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.predictive-product{display:grid;grid-template-columns:74px 1fr;align-items:center;gap:14px;border:1px solid var(--line);border-radius:12px;padding:10px;transition:.2s ease}.predictive-product:hover{border-color:#ffc79e;transform:translateY(-2px);box-shadow:0 8px 25px #071e3d12}.predictive-product__image{width:74px;aspect-ratio:1;background:var(--soft);border-radius:8px;overflow:hidden}.predictive-product__image img{width:100%;height:100%;object-fit:cover}.predictive-product strong{font-size:14px;display:block}.predictive-product small{display:block;margin-top:6px;color:var(--orange);font-weight:800}.search-view-all{display:block;text-align:center;margin:22px auto 0;font-weight:800;color:var(--navy)}.cart-drawer__panel{position:absolute;right:0;top:0;height:100%;width:min(470px,100%);background:#fff;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s cubic-bezier(.22,.61,.36,1);box-shadow:-20px 0 60px #071e3d29}.cart-drawer.is-open .cart-drawer__panel{transform:none}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:26px 26px 20px;border-bottom:1px solid var(--line)}.cart-drawer__header h2{margin:4px 0 0;font-size:28px;color:var(--navy)}.cart-drawer__shipping{padding:16px 26px;background:#f5f8fc;border-bottom:1px solid var(--line)}.cart-drawer__shipping strong,.cart-drawer__shipping span{display:block}.cart-drawer__shipping strong{font-size:13px;color:var(--navy)}.cart-drawer__shipping span{font-size:12px;color:var(--muted);margin-top:3px}.cart-drawer__items{flex:1;overflow:auto;padding:10px 26px}.cart-drawer__loading,.cart-empty{text-align:center;padding:70px 15px;color:var(--muted)}.cart-empty__icon{font-size:42px}.cart-empty h3{color:var(--navy);font-size:23px;margin:12px 0 6px}.cart-empty .btn{margin-top:18px}.cart-line{display:grid;grid-template-columns:96px 1fr;gap:16px;padding:18px 0;border-bottom:1px solid var(--line)}.cart-line__image{width:96px;aspect-ratio:1;border-radius:10px;background:var(--soft);overflow:hidden}.cart-line__image img{width:100%;height:100%;object-fit:cover}.cart-line__content{min-width:0}.cart-line__title{font-weight:800;font-size:15px;line-height:1.35;display:block;color:var(--navy)}.cart-line__variant{display:block;font-size:12px;color:var(--muted);margin:5px 0}.cart-line__content strong{display:block;margin-top:7px}.cart-line__controls{display:flex;align-items:center;gap:0;margin-top:12px}.cart-line__controls button:not(.cart-line__remove),.cart-line__controls span{width:31px;height:31px;border:1px solid var(--line);display:grid;place-items:center;background:#fff}.cart-line__controls button{cursor:pointer}.cart-line__controls span{border-inline:0}.cart-line__remove{border:0;background:none;color:var(--muted);text-decoration:underline;margin-left:12px;font-size:12px}.cart-drawer__footer{padding:20px 26px 26px;border-top:1px solid var(--line);background:#fff}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-size:18px}.cart-drawer__footer p{font-size:12px;color:var(--muted);margin:8px 0 17px}.cart-drawer__footer .btn{width:100%;margin-top:9px}.cart-view-button{min-height:44px}.cart-checkout-button{min-height:52px}.mobile-menu__child{padding-left:28px!important;font-size:14px!important;color:var(--muted)!important}@media(max-width:1250px){.header-row{width:min(calc(100% - 44px),1640px);grid-template-columns:230px minmax(0,1fr) 180px}.nav{gap:23px;font-size:15px}.brand__image{max-width:220px}.header-icons{gap:18px}}@media(max-width:990px){.header-row{height:74px;grid-template-columns:1fr auto}.brand{height:70px}.brand__image{max-width:190px;max-height:66px}.header-account-icon{display:none!important}.mobile-menu-toggle{display:grid}.header-icons{gap:16px}.predictive-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.header-row{width:min(calc(100% - 24px),1640px);height:68px}.brand{height:64px}.brand__image{max-width:155px;max-height:60px}.header-icons{gap:12px}.header-icon{width:24px;height:24px}.header-icon svg{width:21px;height:21px}.search-overlay__panel{padding-top:16px}.search-overlay__top{gap:8px}.search-overlay__form input{height:50px;font-size:16px}.search-overlay__form button{height:50px;padding:0 15px}.search-overlay__form svg{margin-left:12px}.predictive-grid{grid-template-columns:1fr}.cart-drawer__header,.cart-drawer__items,.cart-drawer__footer{padding-left:20px;padding-right:20px}.cart-line{grid-template-columns:82px 1fr}.cart-line__image{width:82px}}@media(min-width:991px){.hero{min-height:auto;background:#fff;padding:42px 0 46px;overflow:visible}.hero__inner{min-height:auto;grid-template-columns:minmax(0,1fr) minmax(460px,620px);gap:54px;align-items:center}.hero__content{padding:34px 0;max-width:610px}.hero__media{width:100%;min-height:0;height:auto;aspect-ratio:1/1;border-left:0;border-radius:18px;overflow:hidden;box-shadow:0 18px 48px #071e3d1a}.hero__media img{width:100%;height:100%;object-fit:cover;object-position:center}}@media(max-width:990px){.hero__media{width:100%;min-height:0;height:auto;aspect-ratio:1/1;border-left:0;border-radius:14px;overflow:hidden}.hero__media img{width:100%;height:100%;object-fit:cover;object-position:center}}.search-page,.cart-page{background:linear-gradient(180deg,#f8fafc 0,#fff 260px)}.search-page__inner{max-width:1320px}.search-page__header,.cart-page__header{text-align:center;max-width:760px;margin:0 auto 34px}.search-page__header h1,.cart-page__header h1{font-size:clamp(38px,5vw,58px);line-height:1.05;color:var(--navy);margin:8px 0 12px;letter-spacing:-.035em}.search-page__header p,.cart-page__header p{font-size:17px;color:var(--muted);margin:0;line-height:1.6}.search-page__form{max-width:900px;margin:0 auto 34px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;background:#fff;border:1px solid #dde3ec;border-radius:16px;box-shadow:0 14px 45px #071e3d14;overflow:hidden}.search-page__form svg{width:23px;height:23px;margin-left:20px;fill:none;stroke:var(--navy);stroke-width:1.8}.search-page__form input{height:64px;border:0;outline:0;padding:0 17px;font-size:17px;min-width:0;color:var(--ink)}.search-page__form button{height:64px;border:0;padding:0 34px;background:var(--orange);color:#fff;font-weight:800;font-size:15px;cursor:pointer;transition:.2s ease}.search-page__form button:hover{background:#a98417}.search-page__meta{display:flex;justify-content:space-between;align-items:center;margin:0 0 22px;padding-bottom:16px;border-bottom:1px solid var(--line);font-size:14px;color:var(--muted)}.search-page__meta a{color:var(--navy);font-weight:800}.search-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 20px}.search-product-grid .product-card__media{border-radius:14px;transition:.25s ease}.search-product-grid .product-card:hover .product-card__media{transform:translateY(-4px);box-shadow:0 14px 35px #071e3d1a;border-color:#ffc79e}.search-product-grid .product-card h3{font-size:15px;margin-top:13px}.search-product-grid .price{font-size:16px;color:var(--navy)}.search-empty,.cart-page-empty{max-width:720px;margin:40px auto 10px;text-align:center;background:#fff;border:1px solid var(--line);border-radius:20px;padding:64px 30px;box-shadow:0 15px 45px #071e3d0f}.search-empty__icon,.cart-page-empty__icon{width:76px;height:76px;border-radius:50%;display:grid;place-items:center;margin:0 auto 18px;background:#fff3ea;color:var(--orange);font-size:36px}.search-empty h2,.cart-page-empty h2{font-size:30px;color:var(--navy);margin:0 0 10px}.search-empty p,.cart-page-empty p{color:var(--muted);line-height:1.6;margin:0 auto 22px;max-width:470px}.pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:46px}.pagination a,.pagination span{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--line);background:#fff;font-weight:700;color:var(--navy)}.pagination .is-current{background:var(--navy);color:#fff;border-color:var(--navy)}.cart-page__layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(330px,.65fr);gap:34px;align-items:start}.cart-page__items,.cart-summary{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 14px 45px #071e3d0f}.cart-page__items{padding:0 28px}.cart-page__items-head{display:grid;grid-template-columns:minmax(0,1fr) 170px 100px;gap:20px;padding:21px 0 17px;border-bottom:1px solid var(--line);text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:800;color:var(--muted)}.cart-page__items-head span:nth-child(2),.cart-page__items-head span:nth-child(3){text-align:center}.cart-page-line{display:grid;grid-template-columns:126px minmax(0,1fr) 170px 100px;gap:20px;align-items:center;padding:26px 0;border-bottom:1px solid var(--line)}.cart-page-line__image{width:126px;aspect-ratio:1;border-radius:13px;overflow:hidden;background:var(--soft);border:1px solid var(--line)}.cart-page-line__image img{width:100%;height:100%;object-fit:cover}.cart-page-line__info{min-width:0}.cart-page-line__vendor{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--orange);font-weight:800;margin-bottom:7px}.cart-page-line__title{font-size:17px;font-weight:800;color:var(--navy);line-height:1.35}.cart-page-line__variant{display:block;color:var(--muted);font-size:13px;margin-top:6px}.cart-page-line__price{display:block;margin-top:9px;font-weight:800}.cart-page-line__quantity{text-align:center}.cart-qty{display:inline-grid;grid-template-columns:36px 44px 36px;border:1px solid var(--line);border-radius:9px;overflow:hidden;background:#fff}.cart-qty button,.cart-qty input{height:38px;border:0;background:#fff;text-align:center;font-size:15px}.cart-qty button{cursor:pointer}.cart-qty button:hover{background:var(--soft)}.cart-qty input{width:44px;border-inline:1px solid var(--line);-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.cart-qty input::-webkit-outer-spin-button,.cart-qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-page-line__remove{display:block;margin-top:9px;color:var(--muted);font-size:12px;text-decoration:underline}.cart-page-line__total{text-align:center;font-size:17px;color:var(--navy)}.cart-page__update-row{display:flex;justify-content:space-between;align-items:center;padding:22px 0 28px}.cart-page__continue{font-weight:800;color:var(--navy)}.cart-summary{position:sticky;top:130px;padding:28px}.cart-summary h2{font-size:25px;color:var(--navy);margin:0 0 24px}.cart-summary__row,.cart-summary__total{display:flex;justify-content:space-between;align-items:center;margin:14px 0}.cart-summary__row{color:var(--muted)}.cart-summary__row strong{color:var(--ink)}.cart-summary__divider{height:1px;background:var(--line);margin:20px 0}.cart-summary__total{font-size:21px;color:var(--navy)}.cart-summary p{font-size:12px;color:var(--muted);line-height:1.5}.cart-summary__checkout{width:100%;min-height:54px;margin-top:8px}.cart-summary__trust{display:grid;gap:9px;margin-top:20px;padding-top:18px;border-top:1px solid var(--line);font-size:12px;color:var(--muted)}.cart-summary__additional{margin-top:16px}@media(max-width:990px){.search-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.cart-page__layout{grid-template-columns:1fr}.cart-summary{position:static}.cart-page-line{grid-template-columns:105px minmax(0,1fr) 145px 84px}.cart-page-line__image{width:105px}.cart-page__items-head{grid-template-columns:minmax(0,1fr) 145px 84px}}@media(max-width:700px){.search-page,.cart-page{padding-top:38px}.search-page__form{grid-template-columns:auto minmax(0,1fr)}.search-page__form button{grid-column:1/-1;width:100%;height:52px}.search-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 12px}.search-page__meta{align-items:flex-start;gap:12px}.cart-page__items{padding:0 18px}.cart-page__items-head{display:none}.cart-page-line{grid-template-columns:92px minmax(0,1fr);gap:15px;align-items:start;padding:20px 0}.cart-page-line__image{width:92px}.cart-page-line__quantity{grid-column:2;text-align:left;margin-top:-3px}.cart-page-line__total{grid-column:2;text-align:left;margin-top:-5px}.cart-page__update-row{align-items:stretch;gap:16px;flex-direction:column}.cart-page__continue{text-align:center}.cart-summary{padding:23px}.search-empty,.cart-page-empty{padding:45px 20px}}.trust{background:#fff;border-top:1px solid rgba(7,30,61,.08);border-bottom:1px solid rgba(7,30,61,.08)}.trust-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));max-width:1500px}.trust-item{position:relative;display:flex;align-items:center;justify-content:center;gap:13px;min-height:92px;padding:18px 20px;border-right:1px solid rgba(7,30,61,.08);transition:background-color .22s ease,transform .22s ease}.trust-item:last-child{border-right:0}.trust-item:hover{background:#fbfcfe}.trust-icon{flex:0 0 44px;width:44px;height:44px;border:1px solid rgba(255,106,0,.34);background:#fff8f3;border-radius:999px;display:grid;place-items:center;color:var(--orange);box-shadow:0 4px 12px #ff6a0014}.trust-icon svg{width:23px;height:23px;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.trust-copy{min-width:0;line-height:1.25}.trust-copy strong{display:block;font-size:12px;letter-spacing:.045em;color:var(--navy);font-weight:800}.trust-copy span{display:block;margin-top:5px;color:var(--muted);font-size:11.5px;line-height:1.35}@media(max-width:1100px){.trust-grid{grid-template-columns:repeat(3,1fr)}.trust-item:nth-child(3){border-right:0}.trust-item:nth-child(n+4){border-top:1px solid rgba(7,30,61,.08)}.trust-item:nth-child(4){grid-column:1/2}.trust-item:nth-child(5){grid-column:2/4}.trust-item{justify-content:flex-start}}@media(max-width:700px){.trust-grid{grid-template-columns:1fr 1fr}.trust-item{min-height:84px;padding:14px 10px;gap:10px}.trust-item:nth-child(odd){border-right:1px solid rgba(7,30,61,.08)}.trust-item:nth-child(2n){border-right:0}.trust-item:nth-child(n+3){border-top:1px solid rgba(7,30,61,.08)}.trust-item:nth-child(5){grid-column:1/-1;justify-content:center}.trust-icon{width:38px;height:38px;flex-basis:38px}.trust-icon svg{width:20px;height:20px}.trust-copy strong{font-size:10.5px}.trust-copy span{font-size:10.5px;margin-top:3px}}.collection-page{padding:34px 0 64px;background:#fff}.collection-page__inner{max-width:1520px}.collection-breadcrumbs{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--navy);margin-bottom:24px}.collection-breadcrumbs span:last-child{font-weight:600}.collection-page__head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:40px;margin-bottom:28px}.collection-page__head h1{font-size:clamp(40px,4.2vw,58px);line-height:1.02;letter-spacing:-.035em;color:var(--navy);margin:0 0 10px}.collection-page__description{max-width:520px;color:var(--ink);font-size:16px;line-height:1.55;margin:0}.collection-page__tools{display:flex;align-items:center;gap:30px;padding-bottom:5px;font-size:13px;color:var(--muted)}.collection-sort{height:50px;min-width:255px;border:1px solid #d8dde6;border-radius:8px;display:flex;align-items:center;background:#fff;padding-left:16px;color:var(--ink)}.collection-sort label{white-space:nowrap}.collection-sort select{height:100%;flex:1;border:0;background:transparent;padding:0 38px 0 8px;font:inherit;outline:0;color:var(--ink)}.collection-layout{display:grid;grid-template-columns:245px minmax(0,1fr);gap:38px;align-items:start}.collection-sidebar{position:sticky;top:128px}.collection-filters{font-size:13px;color:var(--navy)}.collection-filter__top{display:flex;justify-content:space-between;align-items:center;padding:0 0 14px;border-bottom:1px solid #dfe3e9;font-size:12px}.collection-filter__top strong{font-size:12px;letter-spacing:.04em}.collection-filter__top a{font-size:11px;font-weight:700}.collection-filter{border-bottom:1px solid #dfe3e9;padding:0}.collection-filter summary{list-style:none;display:flex;justify-content:space-between;align-items:center;padding:18px 0;cursor:pointer;font-weight:800;font-size:14px}.collection-filter summary::-webkit-details-marker{display:none}.collection-filter__chevron{font-size:17px;line-height:1;transition:transform .2s ease}.collection-filter__body{display:grid;gap:10px;padding:0 0 18px}.collection-filter__choice{display:flex;align-items:center;gap:10px;color:#40506a;font-size:12.5px;line-height:1.3;cursor:pointer}.collection-filter__choice input,.filter-faux-box{width:14px;height:14px;border:1px solid #aeb7c5;border-radius:2px;background:#fff;flex:0 0 14px;accent-color:var(--navy)}.collection-filter__choice.is-disabled{opacity:.45;cursor:not-allowed}.collection-price-range{display:grid;grid-template-columns:1fr 1fr;gap:8px}.collection-price-range label span{display:block;font-size:11px;margin-bottom:5px;color:var(--muted)}.collection-price-range input{width:100%;height:38px;border:1px solid #d8dde6;border-radius:6px;padding:0 8px}.collection-filter__apply{height:38px;border:0;border-radius:6px;background:var(--navy);color:#fff;font-weight:800}.collection-clear-button{display:flex;align-items:center;justify-content:center;height:52px;border:1.5px solid var(--navy);border-radius:6px;margin-top:18px;font-weight:800;font-size:12px;letter-spacing:.02em;background:#fff;transition:.2s ease}.collection-clear-button:hover{background:var(--navy);color:#fff}.collection-product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px 16px}.collection-product-grid .product-card{border:1px solid #e1e4e9;border-radius:10px;overflow:hidden;background:#fff;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.collection-product-grid .product-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px #071e3d17;border-color:#ced5df}.collection-product-grid .product-card>a{display:block}.collection-product-grid .product-card__media{border:0;border-bottom:1px solid #eceef2;border-radius:0;background:#f7f7f7}.collection-product-grid .product-card h3{font-size:13px;line-height:1.35;margin:10px 10px 6px;color:#111827;font-weight:600;min-height:35px}.collection-product-grid .stars{margin:0 10px;color:var(--orange);font-size:12px;white-space:nowrap}.collection-product-grid .price{font-size:17px;color:#111;margin:6px 10px 12px;font-weight:800}.collection-pagination{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:34px}.collection-pagination a,.collection-pagination span{width:38px;height:38px;border:1px solid #d7dce4;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--navy);font-size:13px}.collection-pagination .is-current{background:var(--navy);border-color:var(--navy);color:#fff}.collection-pagination .is-gap{border:0;width:28px}.collection-pagination__next{font-size:22px!important}.collection-empty{text-align:center;padding:70px 20px;border:1px solid var(--line);border-radius:14px}@media(max-width:1250px){.collection-layout{grid-template-columns:220px minmax(0,1fr);gap:25px}.collection-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:990px){.collection-page__head{grid-template-columns:1fr}.collection-page__tools{justify-content:space-between}.collection-layout{grid-template-columns:1fr}.collection-sidebar{position:static}.collection-filters{display:grid;grid-template-columns:repeat(2,1fr);gap:0 24px}.collection-filter__top,.collection-clear-button{grid-column:1/-1}.collection-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:700px){.collection-page{padding-top:24px}.collection-page__head h1{font-size:38px}.collection-page__tools{align-items:stretch;flex-direction:column;gap:12px}.collection-sort{min-width:0;width:100%}.collection-filters{display:block}.collection-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 10px}.collection-product-grid .product-card h3{font-size:12px}.collection-product-grid .price{font-size:15px}.collection-pagination{gap:6px}.collection-pagination a,.collection-pagination span{width:34px;height:34px}}.hero{position:relative;min-height:620px;padding:0;overflow:hidden;background:#fff}.hero .hero__inner.page-width{width:100%;max-width:none;min-height:620px;display:grid;grid-template-columns:minmax(440px,42%) minmax(0,58%);gap:0;align-items:stretch}.hero__content{position:relative;z-index:3;display:flex;flex-direction:column;justify-content:center;max-width:none;padding:76px 54px 76px max(38px,calc((100vw - 1520px)/2 + 20px));background:#fff}.hero__content:after{content:"";position:absolute;z-index:-1;top:0;right:-190px;width:240px;height:100%;pointer-events:none;background:linear-gradient(90deg,#fff,#fffffffa 24%,#ffffffb8 58%,#fff0)}.hero__media{position:relative;min-height:620px;height:auto;width:100%;aspect-ratio:auto;border:0;border-radius:0;box-shadow:none;overflow:hidden;background:#efe9e1}.hero__media:before{content:"";position:absolute;z-index:2;inset:0 auto 0 0;width:185px;pointer-events:none;background:linear-gradient(90deg,#fff,#ffffffd1 30%,#ffffff57 68%,#fff0)}.hero__media img{width:100%;height:100%;min-height:620px;object-fit:cover;object-position:center}.hero h1{max-width:640px}.hero p{max-width:520px}@media(max-width:1100px){.hero .hero__inner.page-width{grid-template-columns:minmax(390px,46%) minmax(0,54%)}.hero__content{padding-left:34px;padding-right:32px}.hero__content:after{right:-135px;width:175px}.hero__media:before{width:135px}}@media(max-width:990px){.hero{min-height:auto}.hero .hero__inner.page-width{display:grid;grid-template-columns:1fr;min-height:auto}.hero__content{padding:54px 28px 46px;order:1}.hero__content:after{display:none}.hero__media{order:2;min-height:0;height:auto;aspect-ratio:16/10;border-radius:0}.hero__media:before{display:none}.hero__media img{min-height:0;height:100%;object-position:center}}@media(max-width:600px){.hero__content{padding:42px 20px 38px}.hero__media{aspect-ratio:4/3}}nn .hero{min-height:535px;background:#fff}.hero .hero__inner.page-width{min-height:535px;grid-template-columns:minmax(520px,46%) minmax(0,54%)}.hero__content{padding:64px 54px 64px max(52px,calc((100vw - 1480px)/2 + 34px))}.hero__content:after{right:-150px;width:210px;background:linear-gradient(90deg,#fff,#fffffffa 30%,#ffffffbd 62%,#fff0)}.hero h1{display:flex;flex-direction:column;max-width:610px;margin:0 0 22px;font-size:57px;line-height:1.06;letter-spacing:-.042em;color:var(--navy)}.hero h1 span:last-child{color:var(--navy)}.hero h1 span:last-child:first-line{color:var(--navy)}.hero h1 span:last-child:after{content:""}.hero h1 span:last-child{background:linear-gradient(90deg,var(--navy) 0 38%,var(--orange) 38% 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.hero p{max-width:465px;margin:0;font-size:18px;line-height:1.55;color:#465166}.hero__actions{gap:18px;margin-top:32px}.hero__actions .btn{min-width:172px;min-height:52px;border-radius:6px;font-size:13px;letter-spacing:.015em}.hero__media{min-height:535px}.hero__media:before{width:155px;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.8) 30%,rgba(255,255,255,.26) 72%,transparent 100%)}.hero__media img{min-height:535px;object-position:center center}@media(max-width:1180px){.hero .hero__inner.page-width{grid-template-columns:minmax(430px,47%) minmax(0,53%)}.hero h1{font-size:49px}.hero__content{padding-left:36px;padding-right:28px}}@media(max-width:990px){.hero .hero__inner.page-width{grid-template-columns:1fr}.hero__content{padding:48px 28px 42px}.hero h1{font-size:46px}.hero__media{min-height:0;aspect-ratio:16/10}.hero__media img{min-height:0}}@media(max-width:600px){.hero h1{font-size:39px}.hero__actions .btn{width:100%}}.product-page{padding:26px 0 64px;background:#fff}.product-breadcrumbs{display:flex;align-items:center;gap:9px;font-size:12px;color:#5c6676;margin:0 0 20px}.product-breadcrumbs a:hover{color:var(--orange)}.product-main-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);gap:48px;align-items:start}.product-gallery{position:sticky;top:126px}.product-gallery__stage{position:relative;aspect-ratio:1/1;background:#f5f1eb;border-radius:11px;overflow:hidden}.product-gallery__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none;transition:opacity .25s ease}.product-gallery__slide.is-active{opacity:1;pointer-events:auto}.product-gallery__slide img,.product-gallery__slide video,.product-gallery__slide model-viewer{width:100%;height:100%;object-fit:cover}.product-gallery__placeholder svg{width:100%;height:100%}.product-gallery__arrow,.product-gallery__zoom{position:absolute;z-index:2;border:1px solid #e1e5ea;background:#fffffff2;color:var(--navy);display:grid;place-items:center;box-shadow:0 4px 14px #071e3d1a}.product-gallery__arrow{width:42px;height:42px;border-radius:50%;top:50%;transform:translateY(-50%);font-size:29px}.product-gallery__arrow--prev{left:16px}.product-gallery__arrow--next{right:16px}.product-gallery__zoom{right:16px;top:16px;width:38px;height:38px;border-radius:50%;font-size:22px}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(5,82px);gap:12px;margin-top:16px}.product-gallery__thumb{padding:0;border:1px solid #dfe3e9;border-radius:7px;overflow:hidden;background:#fff;aspect-ratio:1;cursor:pointer}.product-gallery__thumb.is-active{border:2px solid #3977ff}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info{padding-top:2px}.product-badge{display:inline-flex;background:var(--navy);color:#fff;padding:6px 13px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.03em}.product-info h1{font-size:39px;line-height:1.08;color:#071c3e;margin:13px 0 8px}.product-rating{display:flex;align-items:center;gap:9px;font-size:13px}.product-rating span{color:var(--orange);letter-spacing:1px}.product-rating a{color:#d45e00}.product-activity{font-size:13px;font-weight:700;color:#1d63d7;margin:13px 0 18px}.product-price-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.product-price{font-size:31px;color:#111827}.product-price-row s{color:#89909c;font-size:17px}.product-sale{background:#fff0e7;color:#ff5b13;padding:6px 10px;border-radius:7px;font-size:12px;font-weight:800}.product-summary{font-size:15px;line-height:1.55;color:#333b49;margin:20px 0 15px}.product-highlights{list-style:none;margin:0 0 22px;padding:0;display:grid;gap:9px;font-size:14px}.product-highlights li{display:flex;gap:9px}.product-highlights span{color:#4f7890}.product-form{display:grid;gap:14px}.product-label{font-size:13px;font-weight:800;color:#17233b}.product-select{width:100%;min-height:46px;padding:0 13px;border:1px solid #d9dee6;border-radius:7px;background:#fff;font-size:14px}.product-quantity-wrap{display:flex;align-items:center;gap:18px;margin-top:2px}.product-quantity{display:grid;grid-template-columns:38px 48px 38px;border:1px solid #d9dee6;border-radius:7px;overflow:hidden}.product-quantity button,.product-quantity input{height:40px;border:0;background:#fff;text-align:center}.product-quantity button{font-size:18px;color:#657085}.product-quantity input{border-inline:1px solid #e1e5ea;width:100%;-webkit-appearance:textfield;appearance:textfield}.product-add-button{min-height:54px;background:#174b3a;color:#fff;border:0;border-radius:7px;font-weight:800;font-size:15px;letter-spacing:.02em}.product-add-button:hover{background:#295b27}.product-add-button:disabled{opacity:.5}.product-form .shopify-payment-button__button{min-height:52px!important;border-radius:7px!important;background:#fff!important;color:#174b3a!important;border:1px solid #174B3A!important;font-weight:800!important}.product-payments{display:flex;gap:10px;align-items:center;justify-content:center;flex-wrap:wrap;margin-top:14px}.product-payments svg{height:24px;width:auto}.product-lower{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);gap:52px;margin-top:46px;padding-top:30px;border-top:1px solid #e5e8ed}.product-tabs__nav{display:flex;gap:42px;border-bottom:1px solid #e5e8ed}.product-tabs__nav button{padding:0 0 13px;background:none;border:0;color:#313b4c;font-size:12px;font-weight:800;cursor:pointer;border-bottom:2px solid transparent}.product-tabs__nav button.is-active{color:var(--navy);border-bottom-color:var(--navy)}.product-tab-panel{display:none;padding-top:20px;font-size:14px;line-height:1.65;color:#303846}.product-tab-panel.is-active{display:block}.product-tab-panel ul{padding-left:20px}.product-service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:25px 32px;align-content:start;padding-top:43px}.product-service-grid>div{display:flex;gap:13px;align-items:center}.product-service-grid>div>span{width:42px;height:42px;display:grid;place-items:center;color:#0e3c72;font-size:25px}.product-service-grid p{margin:0}.product-service-grid b{font-size:12px;display:block;color:#174532}.product-service-grid small{font-size:11px;color:#4f5b6b;display:block;margin-top:3px}.product-related{margin-top:36px;padding-top:28px;border-top:1px solid #e5e8ed}.product-related h2{text-align:center;color:var(--navy);font-size:23px;margin:0 0 25px}.product-related__row{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:13px}.product-related__row .product-card h3{font-size:11px;min-height:31px}.product-related__row .price{font-size:13px}.product-related__row .product-card__media{border-radius:8px}.product-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#000000db;display:none;align-items:center;justify-content:center;padding:50px}.product-lightbox.is-open{display:flex}.product-lightbox img{max-height:90vh;max-width:90vw;object-fit:contain}.product-lightbox button{position:absolute;right:25px;top:20px;background:transparent;border:0;color:#fff;font-size:42px}@media(max-width:1050px){.product-main-grid{grid-template-columns:1fr 1fr;gap:28px}.product-info h1{font-size:32px}.product-gallery__thumbs{grid-template-columns:repeat(5,64px)}.product-lower{grid-template-columns:1fr}.product-service-grid{padding-top:0}.product-related__row{grid-template-columns:repeat(4,1fr)}}@media(max-width:760px){.product-page{padding-top:18px}.product-main-grid{grid-template-columns:1fr}.product-gallery{position:static}.product-gallery__thumbs{grid-template-columns:repeat(5,1fr);gap:8px}.product-info h1{font-size:30px}.product-lower{margin-top:34px;gap:28px}.product-tabs__nav{gap:23px;overflow-x:auto}.product-service-grid{grid-template-columns:1fr 1fr;gap:17px}.product-related__row{grid-template-columns:repeat(2,1fr)}.product-lightbox{padding:20px}}.product-gallery__thumbs{display:flex;gap:12px;overflow-x:auto;padding:4px 2px 8px;scrollbar-width:thin;scroll-behavior:smooth}.product-gallery__thumb{flex:0 0 88px}.product-gallery__thumb.is-active{border-color:var(--navy, #071e3d);box-shadow:0 0 0 2px #071e3d1f}@media(max-width:749px){.product-gallery__thumb{flex-basis:74px}}.product-activity{display:flex;align-items:center;gap:5px;font-size:14px;font-weight:700;color:#1d63d7;margin:10px 0 19px}.product-activity strong{font-weight:900}.product-related{position:relative}.product-related__heading{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:14px;margin-bottom:24px}.product-related__heading h2{margin:0;text-align:center}.product-related__arrow{width:40px;height:40px;border:1px solid #dce1e8;border-radius:50%;background:#fff;color:var(--navy);font-size:26px;line-height:1;display:grid;place-items:center;cursor:pointer;transition:.2s ease}.product-related__arrow:hover{background:var(--navy);color:#fff;border-color:var(--navy)}.product-related__arrow:disabled{opacity:.35;cursor:not-allowed;background:#fff;color:#9aa3af}.product-related__viewport{overflow:hidden}.product-related__track{display:flex;gap:13px;transition:transform .4s cubic-bezier(.22,.61,.36,1);will-change:transform}.product-related__item{flex:0 0 calc((100% - 91px)/8);min-width:0}.product-related__item .product-card h3{font-size:11px;min-height:31px}.product-related__item .price{font-size:13px}.product-related__item .product-card__media{border-radius:8px}@media(max-width:1050px){.product-related__item{flex-basis:calc((100% - 39px)/4)}}@media(max-width:760px){.product-related__heading{grid-template-columns:38px 1fr 38px}.product-related__arrow{width:36px;height:36px}.product-related__item{flex-basis:calc((100% - 13px)/2)}}.product-lower{grid-template-columns:minmax(0,1.28fr) minmax(360px,.72fr);gap:0;margin-top:34px;padding-top:26px;padding-bottom:10px;border-top:1px solid #e4e8ee;border-bottom:1px solid #e4e8ee;align-items:start}.product-tabs{padding-right:48px;min-width:0}.product-tabs__nav{gap:54px;border-bottom:1px solid #e3e7ec}.product-tabs__nav button{padding-bottom:14px;font-size:12px;letter-spacing:.025em}.product-tab-panel{padding:18px 0 26px;font-size:13px;line-height:1.62;min-height:170px}.product-tab-panel p:first-child{margin-top:0}.product-tab-panel p:last-child{margin-bottom:0}.product-service-grid{border-left:1px solid #e3e7ec;padding:43px 0 24px 44px;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 34px}.product-service-item{display:flex;align-items:center;gap:13px;min-width:0}.product-service-icon{width:40px;height:40px;display:grid;place-items:center;color:#0b3a70;flex:0 0 40px}.product-service-icon svg{width:32px;height:32px;display:block}.product-service-item p{margin:0;min-width:0}.product-service-item b{font-size:11px;line-height:1.25;display:block;color:#174532;letter-spacing:.015em}.product-service-item small{font-size:10.5px;line-height:1.35;color:#4f5b6b;display:block;margin-top:3px}@media(max-width:1050px){.product-lower{grid-template-columns:1fr;gap:0}.product-tabs{padding-right:0}.product-service-grid{border-left:0;border-top:1px solid #e3e7ec;padding:26px 0 24px;grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:760px){.product-lower{margin-top:28px;padding-top:22px}.product-tabs__nav{gap:26px}.product-tab-panel{min-height:0;padding-bottom:22px}.product-service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 16px}}.product-form{display:grid;gap:14px;margin-top:20px}.product-label{display:block;font-size:14px;font-weight:800;color:var(--navy);margin:0 0 8px}.product-select{width:100%;min-height:48px;border:1px solid #cfd7df;border-radius:8px;background:#fff;color:var(--navy);font-size:14px;font-weight:700;padding:0 44px 0 14px;box-shadow:none;cursor:pointer}.product-select:focus{outline:2px solid rgba(23,75,58,.2);outline-offset:1px;border-color:#174b3a}.product-quantity-wrap{display:flex;align-items:center;gap:20px;margin:2px 0 4px}.product-quantity-wrap .product-label{margin:0;min-width:72px}.product-quantity{display:grid;grid-template-columns:48px 62px 48px;border:1px solid #d5dce4;border-radius:8px;overflow:hidden;background:#fff}.product-quantity button,.product-quantity input{height:46px;border:0;background:#fff;text-align:center;color:var(--navy)}.product-quantity button{font-size:20px;cursor:pointer;transition:background .2s ease,color .2s ease}.product-quantity button:hover{background:#f3f6f4;color:#174b3a}.product-quantity input{border-inline:1px solid #e2e7ec;width:100%;font-weight:800;font-size:15px;-webkit-appearance:textfield;appearance:textfield}.product-add-button{width:100%;min-height:58px;background:#174b3a;color:#fff;border:0;border-radius:8px;font-weight:900;font-size:16px;letter-spacing:.025em;display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 4px 12px #174b3a26;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.product-add-button:hover{background:#10382c;transform:translateY(-1px);box-shadow:0 7px 16px #174b3a33}.product-form .shopify-payment-button{margin-top:0}.product-form .shopify-payment-button__button,.product-form .shopify-payment-button__button--unbranded{width:100%!important;min-height:56px!important;border-radius:8px!important;background:#fff!important;color:#174b3a!important;border:1.5px solid #174B3A!important;font-weight:900!important;font-size:15px!important;letter-spacing:.02em!important;box-shadow:none!important;transition:background .2s ease,color .2s ease!important}.product-form .shopify-payment-button__button:hover,.product-form .shopify-payment-button__button--unbranded:hover{background:#f3f8f2!important;color:#10382c!important}.product-recommendations{display:block}.product-recommendations:empty{display:none}@media(max-width:760px){.product-quantity-wrap{justify-content:space-between}.product-quantity{grid-template-columns:44px 56px 44px}.product-add-button,.product-form .shopify-payment-button__button,.product-form .shopify-payment-button__button--unbranded{min-height:54px!important}}.product-quantity input[type=number]{display:block;margin:0;padding:0;text-align:center!important;text-align-last:center;line-height:46px;font-size:16px;font-weight:800;color:var(--navy);-moz-appearance:textfield}.product-quantity input[type=number]::-webkit-outer-spin-button,.product-quantity input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-tab-panel{font-size:15.5px;line-height:1.72;color:#273244}.product-tab-panel p,.product-tab-panel li{font-size:15.5px;line-height:1.72}.product-tabs__nav button{font-size:13px}.product-service-grid b{font-size:13px;line-height:1.25}.product-service-grid small{font-size:12px;line-height:1.4;margin-top:4px}.product-service-grid>div>span,.product-service-icon{width:44px;height:44px;flex:0 0 44px}.product-service-icon svg{width:28px;height:28px}@media(max-width:760px){.product-tab-panel,.product-tab-panel p,.product-tab-panel li{font-size:14.5px}.product-service-grid b{font-size:12px}.product-service-grid small{font-size:11.5px}}.nav__chevron{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;margin-left:8px;flex:0 0 14px;transform:none;transition:transform .22s ease}.nav__chevron svg{display:block;width:11px;height:7px;overflow:visible}.nav__chevron path{fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.nav__item:hover .nav__chevron,.nav__item:focus-within .nav__chevron{transform:rotate(180deg)}.collection-sort{position:relative}.collection-sort select{-webkit-appearance:none;appearance:none;padding-right:46px!important;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1.25 1.5 6 6.25 10.75 1.5' fill='none' stroke='%230b2e63' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 17px center;background-size:12px 8px;line-height:1.25}.collection-sort select::-ms-expand{display:none}.collection-filter__chevron{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;flex:0 0 18px;font-size:0;line-height:1;transition:transform .22s ease}.collection-filter__chevron svg{display:block;width:11px;height:7px;overflow:visible}.collection-filter__chevron path{fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.collection-filter:not([open]) .collection-filter__chevron{transform:rotate(180deg)}.collection-pagination__next,.pagination__arrow{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0!important;line-height:0!important;font-size:0!important}.collection-pagination__next svg,.pagination__arrow svg{display:block;width:13px;height:13px;margin:0;overflow:visible}.collection-pagination__next path,.pagination__arrow path{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.collection-pagination__next:hover svg,.pagination__arrow:hover svg{transform:translate(1px)}.pagination__arrow[aria-label="Previous page"]:hover svg{transform:translate(-1px)}.collection-pagination__next svg,.pagination__arrow svg{transition:transform .18s ease}.product-page{padding-bottom:18px}.product-recommendations{display:block;padding:0 0 56px}.product-recommendations .product-related{margin-top:18px;padding-top:24px}@media(max-width:760px){.product-page{padding-bottom:10px}.product-recommendations{padding-bottom:42px}.product-recommendations .product-related{margin-top:12px;padding-top:22px}}.editorial-banner{position:relative;display:grid;grid-template-columns:minmax(360px,42%) minmax(0,58%);min-height:330px;overflow:hidden;background:#071e3d;isolation:isolate}.editorial-banner__content{position:relative;z-index:3;display:flex;flex-direction:column;justify-content:center;background:#071e3d}.editorial-banner__media{position:relative;min-width:0;min-height:330px;overflow:hidden}.editorial-banner__media:before{content:"";position:absolute;inset:0 auto 0 0;z-index:2;width:32%;pointer-events:none;background:linear-gradient(90deg,#071e3d,#071e3df5 18%,#071e3dad 48%,#071e3d38 76%,#071e3d00)}.editorial-banner__image{width:100%;height:100%;min-height:330px;object-fit:cover;object-position:center}@media(min-width:1200px){.editorial-banner{min-height:350px;grid-template-columns:minmax(420px,40%) minmax(0,60%)}.editorial-banner__media,.editorial-banner__image{min-height:350px}.editorial-banner__media:before{width:36%}}@media(max-width:989px){.editorial-banner{grid-template-columns:1fr;min-height:0}.editorial-banner__content{padding:42px 32px 34px}.editorial-banner__media,.editorial-banner__image{min-height:320px}.editorial-banner__media:before{inset:0 0 auto 0;width:100%;height:30%;background:linear-gradient(180deg,#071e3d,#071e3db8 40%,#071e3d00)}}@media(max-width:600px){.editorial-banner__content{padding:34px 24px 28px}.editorial-banner__media,.editorial-banner__image{min-height:250px}}.hero{margin-bottom:0!important}.trust{margin-top:0!important;padding-top:0!important}main>.shopify-section:has(.hero){margin-bottom:0!important;padding-bottom:0!important}main>.shopify-section:has(.hero)+.shopify-section:has(.trust){margin-top:0!important;padding-top:0!important}.hero+.trust{margin-top:0!important}@media(min-width:991px){.trust-grid{margin-top:0!important}}.nav__link--dropdown{appearance:none;-webkit-appearance:none;background:transparent;border:0;color:inherit;font:inherit;cursor:pointer;padding:0;display:inline-flex;align-items:center;gap:7px}.nav__link--dropdown:focus-visible{outline:2px solid var(--orange);outline-offset:5px;border-radius:4px}.nav__item.is-open .nav__dropdown{opacity:1;visibility:visible;transform:translate(-50%)}.nav__item.is-open .nav__chevron{transform:rotate(180deg)}.mobile-menu__parent{width:100%;padding:16px 0;border:0;border-bottom:1px solid var(--line);background:transparent;color:var(--navy);font:inherit;font-weight:700;display:flex;align-items:center;justify-content:space-between;text-align:left;cursor:pointer}.mobile-menu__chevron{width:14px;height:10px;display:grid;place-items:center;transition:transform .2s ease}.mobile-menu__chevron svg{width:12px;height:8px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.mobile-menu__parent[aria-expanded=true] .mobile-menu__chevron{transform:rotate(180deg)}.mobile-menu__submenu{display:grid}.mobile-menu__submenu[hidden]{display:none}.category-card__media{position:relative;width:100%;aspect-ratio:1 / 1;height:auto;min-height:0;overflow:hidden;display:block;background:#f3f1ed}.category-card__media img,.category-card__media picture,.category-card__media picture img{width:100%;height:100%;max-width:none;display:block;object-fit:cover;object-position:center center}.category-card{display:flex;flex-direction:column;min-width:0}.category-card h3{flex:0 0 auto}@supports not (aspect-ratio: 1 / 1){.category-card__media{height:0;padding-bottom:100%}.category-card__media img,.category-card__media picture,.category-card__media picture img{position:absolute;top:0;right:0;bottom:0;left:0}}.contact-page{padding:72px 0 96px;background:#f8f9fb}.contact-page__inner{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:72px;align-items:start}.contact-page__intro{padding-top:14px}.contact-page__eyebrow{margin:0 0 12px;color:#c9a227;font-size:13px;font-weight:800;letter-spacing:.14em}.contact-page__intro h1{margin:0 0 18px;color:#071e3d;font-size:clamp(38px,5vw,58px);line-height:1.05}.contact-page__intro>p:not(.contact-page__eyebrow){max-width:520px;margin:0;color:#48546a;font-size:17px;line-height:1.75}.contact-page__support-card{display:flex;flex-direction:column;gap:4px;margin-top:34px;padding:22px 24px;border:1px solid #dce2eb;border-radius:14px;background:#fff}.contact-page__support-card strong{color:#071e3d;font-size:15px}.contact-page__support-card span{color:#596579;font-size:14px}.contact-page__form-wrap{padding:36px;border:1px solid #e0e5ec;border-radius:18px;background:#fff;box-shadow:0 12px 34px #071e3d12}.contact-form{display:grid;gap:20px}.contact-form__row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.contact-form__field{display:grid;gap:8px}.contact-form__field label{color:#071e3d;font-size:14px;font-weight:700}.contact-form__field label span{color:#7a8495;font-weight:500}.contact-form__field input,.contact-form__field select,.contact-form__field textarea{width:100%;min-height:52px;padding:13px 15px;border:1px solid #cfd6e1;border-radius:10px;background:#fff;color:#1f2937;font:inherit;transition:border-color .2s ease,box-shadow .2s ease}.contact-form__field textarea{min-height:170px;resize:vertical}.contact-form__field input:focus,.contact-form__field select:focus,.contact-form__field textarea:focus{outline:none;border-color:#071e3d;box-shadow:0 0 0 3px #071e3d1a}.contact-form__submit{min-height:54px;border:0;border-radius:10px;background:#c9a227;color:#fff;font-size:15px;font-weight:800;letter-spacing:.03em;cursor:pointer}.contact-form__submit:hover{background:#a98417}.contact-form__message{padding:14px 16px;border-radius:10px;font-size:14px;line-height:1.5}.contact-form__message--success{background:#edf8ef;color:#1f6a35}.contact-form__message--error{background:#fff1f0;color:#9b2c2c}@media(max-width:900px){.contact-page{padding:48px 0 72px}.contact-page__inner{grid-template-columns:1fr;gap:36px}}@media(max-width:620px){.contact-page__form-wrap{padding:24px 18px;border-radius:14px}.contact-form__row{grid-template-columns:1fr}}:root{--green:#174B3A;--gold:#C9A227}.btn--primary{background:var(--green);color:#fff;border-color:var(--green)}.btn--primary:hover{background:#10382c;border-color:#10382c}.btn--secondary{border-color:var(--gold);color:var(--navy);background:#fff}.btn--secondary:hover{background:var(--gold);color:var(--navy)}.eyebrow,.nav__link:hover,.footer li a:hover{color:var(--gold)}.trust-icon,.why-icon{border-color:#c9a2276b;color:var(--green)}.cart-count,.header-icon__dot{background:var(--gold);color:var(--navy)}.hero{background:linear-gradient(90deg,#fff 0 42%,#eef2ef 42% 100%)}.hero h1{color:var(--navy)}.hero h1 span:last-child,.hero h1 em{color:var(--green)}.banner{background:linear-gradient(110deg,var(--navy) 0 42%,#e7e4dc 42%)}.banner h2 em{color:var(--gold)}.category-card:hover{border-color:var(--gold);box-shadow:0 10px 28px #071e3d1a;transform:translateY(-2px)}.category-card{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.newsletter{background:var(--navy)}.newsletter button{background:var(--gold);color:var(--navy)}.product-add-button{background:var(--green)}.product-add-button:hover{background:#10382c}.site-header{border-bottom-color:#c9a2274d}.brand__image--default{max-height:72px}.category-grid{grid-template-columns:repeat(7,minmax(0,1fr))}.category-card__media{position:relative;overflow:hidden}.category-card__image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .35s ease}.category-card:hover .category-card__image{transform:scale(1.035)}.customer-favorites-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.customer-favorite-card{position:relative;min-height:235px;border-radius:12px;overflow:hidden;background:#f3f1ed;box-shadow:0 4px 18px #071e3d14}.customer-favorite-card__media,.customer-favorite-card__media img{width:100%;height:100%}.customer-favorite-card__media{position:absolute;top:0;right:0;bottom:0;left:0}.customer-favorite-card__media img{object-fit:cover;object-position:center;transition:transform .4s ease}.customer-favorite-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 36%,rgba(7,30,61,.82) 100%)}.customer-favorite-card__overlay{position:absolute;z-index:2;left:18px;right:18px;bottom:16px;color:#fff}.customer-favorite-card__overlay h3{margin:0 0 5px;font-size:18px}.customer-favorite-card__overlay span{font-size:11px;font-weight:800;letter-spacing:.12em;color:var(--gold,var(--orange))}.customer-favorite-card:hover .customer-favorite-card__media img{transform:scale(1.04)}@media(max-width:1100px){.category-grid{grid-template-columns:repeat(4,1fr)}.customer-favorites-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.category-grid,.customer-favorites-grid{grid-template-columns:repeat(2,1fr)}.customer-favorite-card{min-height:210px}}@media(min-width:991px){.hero,.hero .hero__inner.page-width{min-height:535px!important;height:535px!important;margin-bottom:0!important;padding-bottom:0!important}.hero .hero__inner.page-width{align-items:stretch!important}.hero__content,.hero__media{min-height:535px!important;height:535px!important}.hero__media{position:relative!important;overflow:hidden!important}.hero__media img,.hero__media picture,.hero__media picture img{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;object-fit:cover!important;object-position:center center!important}}main>.shopify-section:has(.hero),main>.shopify-section:has(.trust){margin-block:0!important;padding-block:0!important}main>.shopify-section:has(.hero)+.shopify-section:has(.trust),.hero+.trust{margin-top:0!important;padding-top:0!important}.trust{position:relative;z-index:2;margin:0!important}main>.shopify-section:has(.trust)+.shopify-section .section{padding-top:46px}main>.shopify-section .section{padding-block:50px}@media(max-width:990px){.hero,.hero .hero__inner.page-width,.hero__content{height:auto!important;min-height:0!important}.hero__media{height:auto!important;min-height:0!important;aspect-ratio:16/10!important}.hero__media img{position:static!important;width:100%!important;height:100%!important;min-height:0!important;object-fit:cover!important}}@media(max-width:600px){main>.shopify-section .section{padding-block:42px}.hero__media{aspect-ratio:4/3!important}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme.css.map */
