:root{--ink:#102a43;--muted:#627d98;--line:#d9e2ec;--soft:#f5f7fa;--accent:#087f76;--max:1240px}*{box-sizing:border-box}body{margin:0;font:15px/1.55 system-ui,-apple-system,Segoe UI,sans-serif;color:var(--ink)}a{color:inherit;text-decoration:none}.wrap{width:min(var(--max),calc(100% - 32px));margin:auto}.top{background:#102a43;color:#fff;text-align:center;padding:9px}.head{border-bottom:1px solid var(--line);background:#fff}.headin{height:76px;display:flex;align-items:center;gap:28px}.logo{font-weight:900;letter-spacing:.08em;font-size:20px}.nav{display:flex;gap:22px;flex:1}.actions{display:flex;gap:14px}.hero{padding:76px 0;background:linear-gradient(110deg,#edf7f5,#faf5e9)}.heroGrid{display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:800;color:var(--accent)}h1{font-size:clamp(42px,6vw,72px);line-height:.98;letter-spacing:-.045em;margin:14px 0 20px}h2{font-size:clamp(28px,4vw,42px);letter-spacing:-.03em;margin:0 0 14px}.lead{font-size:18px;color:#486581}.btn{display:inline-block;background:var(--ink);color:#fff;padding:13px 20px;border-radius:6px;font-weight:800;border:0}.btn.alt{background:#fff;color:var(--ink);border:1px solid var(--ink)}.heroCard{background:#fff;padding:30px;border:1px solid var(--line);border-radius:18px;box-shadow:0 16px 50px #102a4314}.checks div{margin:12px 0}.trust{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line)}.trust div{text-align:center;padding:18px;border-right:1px solid var(--line);font-weight:750;font-size:13px}.section{padding:68px 0}.soft{background:var(--soft)}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.cat,.card{border:1px solid var(--line);border-radius:12px;background:#fff;overflow:hidden}.cat{padding:26px;min-height:150px}.cat strong{font-size:20px;display:block;margin-bottom:8px}.media{aspect-ratio:1;background:#eef2f5;display:grid;place-items:center;overflow:hidden}.media img{width:100%;height:100%;object-fit:contain}.info{padding:16px}.badge{display:inline-block;padding:5px 9px;border-radius:999px;background:#e6fffa;color:#086f68;font-size:11px;font-weight:800}.badge.out{background:#fff7ed;color:#9c4221}.price{font-size:18px;font-weight:850;margin-top:6px}.auth{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center}.panel{background:var(--ink);color:#fff;padding:38px;border-radius:16px}.footer{background:#0b1f33;color:#fff;padding:50px 0 24px}.footgrid{display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:30px}.footer p,.footer a{color:#bcccdc}.legal{border-top:1px solid #334e68;margin-top:30px;padding-top:18px;color:#9fb3c8;font-size:12px}.product{display:grid;grid-template-columns:1fr 1fr;gap:48px;padding:56px 0}.product h1{font-size:42px}.rte{max-width:850px;padding:55px 0}.collection{padding:50px 0}.cart{padding:55px 0}input,select{padding:12px;border:1px solid var(--line);border-radius:5px}@media(max-width:850px){.nav{display:none}.heroGrid,.auth,.product{grid-template-columns:1fr}.grid,.trust{grid-template-columns:repeat(2,1fr)}.footgrid{grid-template-columns:1fr 1fr}}@media(max-width:520px){.grid,.footgrid{grid-template-columns:1fr}}.product-v2{align-items:start}.product-gallery{min-width:0;position:sticky;top:20px}.product-main-media{position:relative;aspect-ratio:1/1;background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden}.product-media-slide{position:absolute;top:0;right:0;bottom:0;left:0;display:none;place-items:center;padding:12px}.product-media-slide.is-active{display:grid}.product-media-slide img,.product-media-slide video,.product-media-slide iframe{width:100%;height:100%;object-fit:contain}.product-thumbnails{display:flex;gap:10px;overflow-x:auto;padding:12px 2px 4px;scrollbar-width:thin}.product-thumb{flex:0 0 78px;width:78px;height:78px;padding:4px;background:#fff;border:1px solid var(--line);border-radius:9px;cursor:pointer}.product-thumb.is-active{border:2px solid var(--ink)}.product-thumb img{width:100%;height:100%;object-fit:contain}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:#ffffffeb;color:var(--ink);font-size:28px;line-height:1;cursor:pointer;z-index:3;box-shadow:0 3px 12px #102a4320}.gallery-prev{left:12px}.gallery-next{right:12px}.product-details h1{font-size:clamp(34px,4vw,50px);line-height:1.03;margin:14px 0 18px}.product-price{font-size:23px;margin:0 0 20px}.product-description{font-size:16px;line-height:1.55}.product-description ul{padding-left:22px}.product-description li{margin:6px 0}.product-form{display:flex;gap:0;margin:22px 0}.quantity-input{width:115px;border-radius:6px 0 0 6px}.product-add{border-radius:0 6px 6px 0;min-width:145px}.product-trust{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:24px}.product-trust>div{border:1px solid var(--line);border-radius:10px;padding:14px;background:var(--soft)}.product-trust strong{display:block;font-size:13px;margin-bottom:3px}.product-trust span{display:block;color:var(--muted);font-size:12px;line-height:1.4}.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}@media(max-width:850px){.product-gallery{position:static}.product{padding-top:24px}.product-main-media{aspect-ratio:1/1}.product-thumbnails{margin-bottom:10px}.product-details h1{font-size:34px}.product-trust{grid-template-columns:1fr 1fr}}@media(max-width:520px){.product-thumbnails{gap:7px}.product-thumb{flex-basis:64px;width:64px;height:64px}.gallery-arrow{width:36px;height:36px;font-size:24px}.product-trust{grid-template-columns:1fr}.product-form{width:100%}.quantity-input{width:86px}.product-add{flex:1}}.amazon-feedback{margin-top:16px;border:1px solid var(--line);border-radius:12px;padding:16px;display:flex;align-items:center;justify-content:space-between;gap:18px;background:#fff}.amazon-feedback-copy strong{display:block;font-size:14px;margin-bottom:4px}.amazon-feedback-copy span{display:block;color:var(--muted);font-size:13px;line-height:1.4}.amazon-feedback-btn{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;padding:11px 14px;border-radius:8px;background:#f3a847;color:#111!important;font-weight:700;font-size:13px;text-decoration:none}.amazon-feedback-btn:hover{filter:brightness(.97)}@media(max-width:620px){.amazon-feedback{align-items:stretch;flex-direction:column}.amazon-feedback-btn{width:100%}}.amazon-proof{margin-top:18px;border:1px solid #d8dee7;border-radius:14px;background:#fff;overflow:hidden}.amazon-proof__head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;border-bottom:1px solid #e7ebf0;background:#fafafa}.amazon-proof__kicker{font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#52657a;margin-bottom:5px}.amazon-proof__title{font-size:20px;font-weight:800;color:#102d49;line-height:1.2}.amazon-proof__badge{flex:0 0 auto;background:#f90;color:#111;padding:8px 11px;border-radius:999px;font-size:12px;font-weight:800}.amazon-proof__body{padding:20px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center}.amazon-proof__body p{margin:0;color:#52657a;line-height:1.55;max-width:680px}.amazon-proof__checks{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.amazon-proof__checks span{border:1px solid #d8dee7;background:#f8fafc;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:700;color:#102d49}.amazon-proof__button{display:inline-flex;align-items:center;justify-content:center;min-width:220px;padding:13px 17px;border-radius:9px;background:#f90;color:#111;text-decoration:none;font-weight:800;white-space:nowrap}.amazon-proof__button:hover{filter:brightness(.96)}.amazon-proof__foot{padding:12px 20px;background:#f8fafc;border-top:1px solid #e7ebf0;color:#6b7785;font-size:11px;line-height:1.45}@media(max-width:760px){.amazon-proof__head{align-items:flex-start}.amazon-proof__body{grid-template-columns:1fr}.amazon-proof__button{width:100%}.amazon-proof__badge{font-size:11px}.amazon-proof__title{font-size:18px}}:root{--ink:#0d2942;--ink2:#173f5f;--accent:#0a7b70;--cream:#f7f4ee;--soft:#f5f7f8;--line:#dce3e8;--muted:#64788a;--max:1320px}body{background:#fff;color:var(--ink);font-size:16px}.wrap{width:min(var(--max),calc(100% - 48px))}.topbar{background:#0d2942;color:#fff;font-size:12px}.topbar__inner{min-height:34px;display:flex;align-items:center;justify-content:center;gap:52px;letter-spacing:.02em}.site-header{background:#fff;border-bottom:1px solid var(--line);position:relative;z-index:20}.site-header__inner{height:82px;display:flex;align-items:center;gap:34px}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:900;letter-spacing:.075em}.brand__mark{display:grid;place-items:center;width:35px;height:35px;border-radius:10px;background:var(--ink);color:#fff;font-size:11px;letter-spacing:.02em}.brand__text{font-size:19px}.desktop-nav{display:flex;align-items:center;gap:26px;flex:1;margin-left:18px}.desktop-nav a,.header-actions a{font-size:14px;font-weight:650}.desktop-nav a:hover,.header-actions a:hover,.text-link:hover{text-decoration:underline;text-underline-offset:4px}.header-actions{display:flex;align-items:center;gap:16px}.cart-pill{border:1px solid var(--line);padding:9px 12px;border-radius:999px}.cart-pill span{display:inline-grid;place-items:center;background:var(--ink);color:#fff;width:20px;height:20px;border-radius:50%;font-size:11px;margin-left:4px}.mobile-menu{display:none}.home-hero{background:linear-gradient(135deg,#f5f8f7,#fff 52%,#f5efe5);padding:70px 0 78px}.home-hero__grid{display:grid;grid-template-columns:1.08fr .92fr;gap:72px;align-items:center}.home-hero h1{font-size:clamp(50px,5.8vw,82px);line-height:.94;letter-spacing:-.055em;margin:16px 0 24px}.home-hero .lead{max-width:700px;font-size:19px;line-height:1.65}.hero-actions{display:flex;align-items:center;gap:24px;margin-top:28px}.text-link{font-weight:750;color:var(--ink)}.hero-proof{display:flex;gap:28px;margin-top:42px;padding-top:26px;border-top:1px solid var(--line)}.hero-proof div{display:flex;flex-direction:column}.hero-proof strong{font-size:17px}.hero-proof span{font-size:12px;color:var(--muted)}.hero-showcase{min-width:0}.hero-product{display:block;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 24px 70px #0d294217;overflow:hidden}.hero-product__image{aspect-ratio:1.1;background:#fff;display:grid;place-items:center;padding:20px}.hero-product__image img{width:100%;height:100%;object-fit:contain}.hero-product__meta{padding:20px 24px;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr auto;gap:5px 20px}.hero-product__meta span{grid-column:1/-1;text-transform:uppercase;font-size:10px;letter-spacing:.13em;color:var(--accent);font-weight:800}.hero-product__meta strong{line-height:1.35}.hero-product__meta b{font-size:18px}.hero-placeholder{min-height:480px;border-radius:22px;background:var(--ink);color:#fff;padding:45px;display:flex;flex-direction:column;justify-content:flex-end}.hero-placeholder span{font-size:12px;letter-spacing:.14em}.hero-placeholder strong{font-size:36px;line-height:1.05;margin-top:10px}.trust-ribbon{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.trust-ribbon__grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-ribbon__grid>div{display:flex;align-items:center;gap:12px;padding:19px 18px;border-right:1px solid var(--line)}.trust-ribbon__grid>div:last-child{border-right:0}.trust-ribbon b{color:var(--accent);font-size:18px}.trust-ribbon span{font-size:12px;color:var(--muted);line-height:1.35}.trust-ribbon strong{display:block;color:var(--ink);font-size:13px}.section{padding:82px 0}.section--soft{background:#f6f8f9}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:30px}.section-head h2{margin-bottom:0}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.category-tile{position:relative;min-height:225px;padding:28px;border:1px solid var(--line);border-radius:16px;background:#fff;transition:.2s}.category-tile:hover{transform:translateY(-3px);box-shadow:0 15px 35px #0d294210}.category-tile>span{font-size:11px;color:var(--accent);font-weight:800}.category-tile strong{display:block;font-size:22px;margin:52px 0 8px}.category-tile p{margin:0;color:var(--muted);font-size:14px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;transition:.2s;min-width:0}.product-card:hover{transform:translateY(-3px);box-shadow:0 15px 35px #0d294210}.product-card__media{position:relative;aspect-ratio:1;background:#fff;display:grid;place-items:center;padding:12px}.product-card__media img{width:100%;height:100%;object-fit:contain}.stock-pill{position:absolute;top:12px;left:12px;background:#e9f8f4;color:#087064;padding:6px 9px;border-radius:999px;font-size:10px;font-weight:850}.stock-pill--out{background:#f5f5f5;color:#6d7780}.product-card__info{padding:16px;border-top:1px solid #edf0f2}.product-card__vendor{text-transform:uppercase;font-size:10px;letter-spacing:.12em;color:var(--accent);font-weight:800}.product-card__info>strong{display:block;margin:6px 0 15px;line-height:1.4;min-height:45px}.product-card__bottom{display:flex;align-items:center;justify-content:space-between;gap:10px}.product-card__bottom b{font-size:18px}.product-card__bottom span{font-size:11px;color:var(--muted)}.auth-story{background:var(--ink);color:#fff;padding:88px 0}.auth-story__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:center}.auth-story h2{font-size:48px}.auth-story p{color:#c7d4df;font-size:17px}.eyebrow--light{color:#7fe1d5}.btn--light{background:#fff;color:var(--ink)}.auth-steps{border-top:1px solid #35546d}.auth-steps>div{display:grid;grid-template-columns:50px 1fr;gap:18px;padding:24px 0;border-bottom:1px solid #35546d}.auth-steps>div>span{font-size:12px;color:#7fe1d5;font-weight:800}.auth-steps strong{font-size:18px}.auth-steps p{font-size:14px;margin:5px 0 0}.brand-cloud{display:grid;grid-template-columns:repeat(4,1fr);margin-top:32px;border-top:1px solid var(--line);border-left:1px solid var(--line)}.brand-cloud span{display:grid;place-items:center;min-height:105px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);font-weight:900;letter-spacing:.08em;color:#38546c;text-align:center;padding:12px}.microcopy{font-size:11px;color:var(--muted);margin-top:15px}.service-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}.service-steps{display:grid;grid-template-columns:1fr 1fr;gap:14px}.service-steps>div{background:#fff;border:1px solid var(--line);border-radius:14px;padding:22px;display:flex;gap:14px}.service-steps b{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#e9f8f4;color:var(--accent);flex:0 0 auto}.service-steps span{font-size:13px;color:var(--muted)}.service-steps strong{display:block;color:var(--ink);font-size:15px;margin-bottom:4px}.about-strip{display:grid;grid-template-columns:.7fr 1.3fr;gap:70px;align-items:start}.about-strip>div:last-child{font-size:18px;color:#486581}.support-cta{background:#0a766e;color:#fff;padding:58px 0}.support-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.support-cta h2{margin-bottom:8px}.support-cta p{margin:0;color:#d4efec}.footer-v5{background:#081d30;color:#fff;padding:64px 0 24px}.footer-v5__top{display:grid;grid-template-columns:2fr 1fr 1.2fr 1.5fr;gap:42px}.footer-v5 h4{font-size:12px;text-transform:uppercase;letter-spacing:.13em;color:#9fb3c8;margin:0 0 18px}.footer-v5 a{display:block;color:#d8e2ea;margin:10px 0;font-size:13px}.footer-v5 p{color:#9fb3c8;font-size:13px;line-height:1.6}.brand--footer .brand__mark{background:#fff;color:var(--ink)}.brand--footer .brand__text{color:#fff}.footer-brand>p{max-width:410px}.footer-contact a{font-size:15px;color:#fff}.footer-v5__bottom{border-top:1px solid #29445a;margin-top:44px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;color:#7890a4;font-size:11px}.collection-hero,.page-hero{padding:60px 0;background:linear-gradient(120deg,#f4f8f7,#fff)}.collection-hero h1,.page-hero h1{font-size:clamp(42px,5vw,64px);margin-bottom:12px}.collection-v5{padding:48px 0 80px}.page-content{max-width:980px;padding:58px 0 90px}.page-content>p,.page-content li{font-size:17px;color:#486581}.policy-intro{font-size:18px;color:#486581;max-width:820px}.policy-intro h2{color:var(--ink);margin-top:36px}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:34px}.info-grid>div{border:1px solid var(--line);border-radius:14px;padding:25px}.info-grid b{color:var(--accent);font-size:11px}.info-grid h3{margin:20px 0 8px}.info-grid p{color:var(--muted);margin:0}.company-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:35px}.company-facts>div{padding:22px;border:1px solid var(--line);border-radius:12px}.company-facts span{display:block;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px}.product{gap:64px;padding:58px 0 90px}.product-details h1{font-size:clamp(36px,4vw,52px)}.product-price{font-size:26px}.buy-confidence{margin:24px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr}.buy-confidence>div{display:flex;gap:10px;padding:15px 10px 15px 0}.confidence-icon{color:var(--accent);font-weight:900}.buy-confidence strong,.buy-confidence small{display:block}.buy-confidence strong{font-size:13px}.buy-confidence small{color:var(--muted);font-size:11px;margin-top:2px}.product-assurance{margin-top:18px;border-top:1px solid var(--line)}.product-assurance details{border-bottom:1px solid var(--line);padding:0}.product-assurance summary{cursor:pointer;list-style:none;padding:17px 0;font-weight:800;display:flex;justify-content:space-between}.product-assurance summary::-webkit-details-marker{display:none}.product-assurance details>div{padding:0 0 18px;color:var(--muted);font-size:14px;line-height:1.6}.product-assurance details[open] summary span{transform:rotate(45deg)}.amazon-proof__button{background:#111827;color:#fff!important}.amazon-proof__badge{background:#f3f4f6}.amazon-proof__head{background:#fbfcfc}@media(max-width:1000px){.desktop-nav{display:none}.mobile-menu{display:block;padding-bottom:12px}.mobile-menu summary{font-weight:800;cursor:pointer}.mobile-menu nav{display:grid;gap:10px;padding:15px 0}.home-hero__grid,.auth-story__grid,.service-grid,.about-strip{grid-template-columns:1fr}.home-hero__grid{gap:35px}.product-grid,.category-grid{grid-template-columns:repeat(2,1fr)}.trust-ribbon__grid{grid-template-columns:1fr 1fr}.brand-cloud{grid-template-columns:repeat(2,1fr)}.footer-v5__top{grid-template-columns:1.5fr 1fr 1fr}.footer-v5__top>div:last-child{grid-column:1/-1}.product{gap:34px}}@media(max-width:650px){.wrap{width:min(var(--max),calc(100% - 28px))}.topbar__inner{justify-content:flex-start;overflow-x:auto;gap:24px;white-space:nowrap}.topbar__inner span:nth-child(n+3){display:none}.site-header__inner{height:70px}.brand__text{font-size:15px}.header-actions>a:first-child{display:none}.home-hero{padding:45px 0}.home-hero h1{font-size:47px}.hero-actions{align-items:flex-start;flex-direction:column}.hero-proof{gap:15px}.hero-proof span{font-size:10px}.trust-ribbon__grid,.product-grid,.category-grid,.service-steps,.info-grid,.company-facts{grid-template-columns:1fr}.trust-ribbon__grid>div{border-right:0;border-bottom:1px solid var(--line)}.section{padding:58px 0}.section-head{align-items:flex-start;flex-direction:column}.auth-story{padding:60px 0}.auth-story h2{font-size:38px}.brand-cloud{grid-template-columns:1fr 1fr}.support-cta__inner,.footer-v5__bottom{align-items:flex-start;flex-direction:column}.footer-v5__top{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.buy-confidence{grid-template-columns:1fr}.product{padding-top:26px}.product-main-media{border-radius:10px}.amazon-proof__checks{display:none}}.page-cta{margin-top:32px;padding:28px;border:1px solid rgba(20,32,27,.14);border-radius:18px;background:#f7f5ef}.page-cta h3{margin-top:0}.page-cta .btn{display:inline-block;margin-top:8px;text-decoration:none}:root{--ink:#17324d;--muted:#65758b;--line:#e8e4e2;--soft:#fff8f5;--accent:#e75f72;--mint:#dff5ee;--peach:#ffe4d6;--lemon:#fff1b8;--lilac:#eee6ff;--sky:#e4f2ff}body{background:#fffdfc}.topbar{background:linear-gradient(90deg,#17324d,#244f6f 55%,#17324d)}.site-header{background:#fffdfcf0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand__mark{background:linear-gradient(135deg,#e75f72,#ff9c73)!important;box-shadow:0 7px 20px #e75f7230}.desktop-nav a{position:relative}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:3px;border-radius:3px;background:#e75f72;transition:.2s}.desktop-nav a:hover:after{right:0}.home-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 12% 15%,#ffe8df 0 13%,transparent 14%),radial-gradient(circle at 91% 18%,#dff5ee 0 15%,transparent 16%),linear-gradient(135deg,#fff9f5,#fff 58%,#f7fbff);padding:76px 0 82px}.home-hero:before,.home-hero:after{content:"";position:absolute;border-radius:999px;filter:blur(1px);opacity:.8;pointer-events:none}.home-hero:before{width:170px;height:170px;background:#fff1b8;right:-55px;bottom:-65px}.home-hero:after{width:75px;height:75px;background:#eee6ff;left:46%;top:22px}.home-hero h1{color:#17324d}.home-hero .lead{max-width:640px}.eyebrow{color:#d94c63}.btn{background:linear-gradient(135deg,#17324d,#254e70);border-radius:999px;padding:14px 24px;box-shadow:0 8px 20px #17324d1d;transition:.2s}.btn:hover{transform:translateY(-2px);box-shadow:0 12px 25px #17324d2b}.text-link{font-weight:800;color:#d94c63}.hero-product{border-radius:28px;transform:rotate(1deg);box-shadow:0 24px 65px #17324d20}.hero-product:hover{transform:rotate(0) translateY(-4px)}.hero-product__image{background:linear-gradient(145deg,#fff,#fff8f4)}.hero-product__meta span,.hero-product__meta b{color:#d94c63}.hero-proof>div{background:#ffffffb8;border:1px solid #fff;border-radius:14px;padding:10px 13px;box-shadow:0 8px 20px #17324d0b}.trust-ribbon{background:#fff}.trust-ribbon b{color:#e75f72}.trust-ribbon__grid>div:nth-child(1){background:#fff8f5}.trust-ribbon__grid>div:nth-child(2){background:#f3fbf8}.trust-ribbon__grid>div:nth-child(3){background:#fffcef}.trust-ribbon__grid>div:nth-child(4){background:#f8f5ff}.section--soft{background:linear-gradient(180deg,#fff9f6,#fffdfc)}.category-tile{border:0;border-radius:24px;min-height:235px;overflow:hidden;box-shadow:0 8px 24px #17324d0c}.category-tile:after{content:"";position:absolute;width:115px;height:115px;border-radius:50%;right:-28px;top:-25px;opacity:.75}.category-tile:nth-child(1){background:#fff0ea}.category-tile:nth-child(1):after{background:#ffcdbd}.category-tile:nth-child(2){background:#eaf8f3}.category-tile:nth-child(2):after{background:#bfe9dc}.category-tile:nth-child(3){background:#fff8d9}.category-tile:nth-child(3):after{background:#ffe99c}.category-tile:nth-child(4){background:#f1ebff}.category-tile:nth-child(4):after{background:#d9c8ff}.category-tile>span{color:#d94c63}.category-tile strong{position:relative;z-index:1}.category-tile:hover{transform:translateY(-7px) rotate(-.4deg);box-shadow:0 18px 42px #17324d16}.product-card{border:0;border-radius:22px;box-shadow:0 7px 22px #17324d0d}.product-card:hover{transform:translateY(-7px);box-shadow:0 18px 42px #17324d18}.product-card__media{background:linear-gradient(145deg,#fff,#fffaf8);padding:18px}.product-card__vendor{color:#d94c63}.product-card__bottom b{color:#17324d}.stock-pill{background:#e8f8f2;color:#16715f}.product-card__bottom span{border:1px solid #e8e4e2;border-radius:999px;padding:5px 8px;background:#fff}.auth-story{background:linear-gradient(135deg,#17324d,#204f67 65%,#17665f);position:relative;overflow:hidden}.auth-story:after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;background:#ffffff0a;right:-70px;top:-80px}.eyebrow--light{color:#ffb6c1}.auth-steps>div>span{color:#ffb6c1}.btn--light{background:#fff;color:#17324d}.brand-cloud{gap:12px;border:0;margin-top:34px}.brand-cloud span{border:0;border-radius:18px;min-height:95px;background:#fff;box-shadow:0 7px 20px #17324d0c}.brand-cloud span:nth-child(4n+1){background:#fff1ec}.brand-cloud span:nth-child(4n+2){background:#effaf6}.brand-cloud span:nth-child(4n+3){background:#fff9dd}.brand-cloud span:nth-child(4n){background:#f4efff}.service-steps>div{border:0;border-radius:20px;box-shadow:0 7px 20px #17324d0c}.service-steps>div:nth-child(1){background:#fff0ea}.service-steps>div:nth-child(2){background:#eef9f5}.service-steps>div:nth-child(3){background:#fff9df}.service-steps>div:nth-child(4){background:#f3edff}.service-steps b{background:#fff;color:#d94c63;box-shadow:0 4px 10px #17324d10}.about-strip{padding:38px;border-radius:26px;background:linear-gradient(120deg,#fff1ec,#fff 50%,#edf9f5)}.support-cta{background:linear-gradient(100deg,#e75f72,#ef7d6b 50%,#d94c63);position:relative;overflow:hidden}.support-cta:after{content:"";position:absolute;width:180px;height:180px;border:30px solid #ffffff12;border-radius:50%;right:6%;top:-65px}.footer-v5{background:#102a43}.collection-hero,.page-hero{background:linear-gradient(120deg,#fff0ea,#fff 48%,#edf9f5)}.product-main-media{background:linear-gradient(145deg,#fff,#fff8f5)!important}.buy-confidence>div:nth-child(1),.buy-confidence>div:nth-child(4){background:#fff8f5}.buy-confidence>div:nth-child(2){background:#f3fbf8}.buy-confidence>div:nth-child(3){background:#fffcef}.buy-confidence>div{padding:15px 12px;border-radius:12px}.confidence-icon{color:#e75f72}.amazon-proof__button{background:linear-gradient(135deg,#ffb347,#f59b23)!important;color:#2c2417!important;border-radius:999px!important}.page-cta{background:linear-gradient(120deg,#fff1ec,#fff 55%,#edf9f5);border:0;box-shadow:0 8px 25px #17324d0d}@media(max-width:650px){.home-hero:after{display:none}.category-tile{min-height:190px}.hero-product{transform:none}.about-strip{padding:25px}.trust-ribbon__grid>div{border-radius:0}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/theme.css.map */
