:root{--bg: var(--bg);--paper: #ffffff;--cream: #fbf2ea;--cream-2: #f8ede4;--ink: #25211f;--heading-color: #25211f;--muted: #6e625c;--line: #eaded5;--brand: #c98560;--brand-dark: #a86443;--gold: #f4a000;--shadow: 0 18px 45px rgba(96, 68, 50, .1);--radius: 16px;--page-width-max: 1360px;--site-max-width: var(--page-width-max);--logo-font: "Comfortaa", Inter, ui-sans-serif, system-ui, sans-serif;--serif: Georgia, "Times New Roman", serif;--sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--heading-font: var(--serif);--button-font: var(--sans);--primary-button-text: white;--secondary-button-bg: white;--secondary-button-text: #201b18;--soft-accent: #fff7f1;--media-bg: var(--media-bg);--dark-accent: var(--dark-accent);--success: #2f7a39;--success-bg: #edf8e9;--sale: #f05d74;--sale-bg: #ffe7eb;--error: #9b3329;--illustration-light: var(--illustration-light);--illustration-mid: var(--illustration-mid);--illustration-dark: var(--illustration-dark);--illustration-outline: var(--illustration-outline);--illustration-cool: var(--illustration-cool)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--bg);font-family:var(--sans);font-size:14px;line-height:1.55}h1,h2,h3,h4,h5,h6{color:var(--heading-color);font-family:var(--heading-font)}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}button,input{font:inherit}.full-width-section{width:100%}.page-width,.site-container{width:min(calc(100% - var(--page-gutter, 40px)),var(--site-max-width, var(--page-width-max, 1360px)));margin-inline:auto}.visually-hidden,.skip-link:not(:focus){position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.skip-link:focus{position:fixed;z-index:100;left:16px;top:16px;background:var(--ink);color:var(--paper);padding:10px 14px;border-radius:8px}.icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.icon-star svg{fill:currentColor;stroke:currentColor}.site-header-wrapper,.shopify-section:has(>.site-header){position:sticky;top:0;z-index:30}.site-header{position:relative;z-index:30;background:var(--header-bg, var(--paper));color:var(--header-text, var(--ink));opacity:1;visibility:visible}.announcement-strip{display:none;width:100%;height:42px;background:var(--announcement-bg, transparent);color:var(--announcement-text, var(--muted));font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;transition:height .2s ease,opacity .2s ease,transform .2s ease}.announcement-strip__inner{height:100%;display:flex;justify-content:center;gap:clamp(20px,8vw,150px);align-items:center}.announcement-strip span{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}.announcement-strip .icon svg{width:16px;height:16px;color:var(--announcement-icon, var(--brand))}.header-main{width:100%;background:var(--header-bg, var(--paper));border-bottom:1px solid var(--header-border, rgba(234, 222, 213, .72));box-shadow:0 1px 10px #60443209;transition:box-shadow .2s ease}.header-main__inner{min-height:82px;display:grid;grid-template-columns:minmax(220px,auto) minmax(0,1fr) minmax(160px,auto);align-items:center;gap:32px;transition:min-height .2s ease,gap .2s ease}.brand{display:inline-flex;align-items:center;gap:11px;transition:gap .2s ease}.brand-mark{color:var(--logo-icon, var(--brand));width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--logo-icon-bg, var(--soft-accent));flex:0 0 auto;transition:width .2s ease,height .2s ease}.brand-mark--image{width:var(--logo-width);height:auto;border-radius:0;background:transparent}.brand-mark--image img{display:block;width:100%;height:auto}.brand-mark .icon svg,.brand-mark svg{width:24px;height:24px;transition:width .2s ease,height .2s ease}.brand strong{display:block;font-family:var(--logo-font);font-size:31px;line-height:.98;letter-spacing:-.055em;font-weight:700;color:var(--logo-text, var(--heading-color));transition:font-size .2s ease}.brand small{display:block;color:var(--tagline-text, var(--muted));font-size:10px;margin-top:5px;font-weight:700;letter-spacing:0;text-transform:none;transition:opacity .2s ease,max-height .2s ease,margin .2s ease,transform .2s ease}.primary-nav{display:flex;justify-content:center;align-items:center;gap:clamp(18px,3vw,38px);font-family:var(--button-font);font-weight:700;font-size:13px}.primary-nav a{padding:12px 0;transition:color .2s ease}.primary-nav a:hover{color:var(--header-link-hover, var(--brand-dark))}.primary-nav em{font-style:normal;font-size:10px;color:var(--nav-badge-text, var(--primary-button-text));background:var(--nav-badge-bg, var(--brand));padding:3px 8px;border-radius:999px;margin-left:5px}.header-actions{display:flex;justify-self:end;align-items:center;gap:20px;color:var(--header-icon, var(--dark-accent))}.header-actions a{position:relative}.header-actions svg{width:26px;height:26px}.cart-count{position:absolute;top:-9px;right:-10px;min-width:20px;height:20px;display:grid;place-items:center;border-radius:999px;background:var(--cart-count-bg, var(--brand));color:var(--cart-count-text, var(--primary-button-text));font-size:11px;font-weight:800}.site-header.is-compact{opacity:1;visibility:visible}.site-header.is-compact .announcement-strip{height:1px;opacity:0;transform:translateY(-8px);overflow:hidden}.site-header.is-compact .header-main{opacity:1;visibility:visible;box-shadow:0 4px 20px #0000000f}.site-header.is-compact .header-main__inner{min-height:58px;display:grid;gap:20px}.site-header.is-compact .brand{gap:9px}.site-header.is-compact .brand-mark{width:32px;height:32px}.site-header.is-compact .brand-mark .icon svg,.site-header.is-compact .brand-mark svg{width:20px;height:20px}.site-header.is-compact .brand strong{font-size:25px}.site-header.is-compact .brand small{max-height:0;margin-top:0;opacity:0;transform:translateY(-4px);overflow:hidden}.site-header.is-compact .brand,.site-header.is-compact .primary-nav,.site-header.is-compact .header-actions,.site-header.is-compact .mobile-menu-button{opacity:1;visibility:visible}.mobile-menu-button,.mobile-nav{display:none}.hero{min-height:clamp(625px,37vw,var(--hero-min-height, 720px));display:block;position:relative;overflow:hidden;color:var(--section-text, var(--ink));background:var(--section-bg, #f8f1eb);border:0;border-radius:0;box-shadow:none}.hero__background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-image:var(--hero-background-desktop, none);background-size:cover;background-position:center center;background-repeat:no-repeat}.hero__mobile-image{display:none}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(255,250,246,.78) 0%,rgba(255,250,246,.42) 33%,rgba(255,250,246,.05) 58%,transparent 100%)}.hero__inner{position:relative;z-index:2;min-height:inherit;display:grid;grid-template-columns:minmax(420px,.9fr) minmax(0,1.35fr);align-items:center;gap:32px}.hero-copy{width:min(100%,640px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(34px,3.8vw,56px) 0 clamp(22px,2.8vw,30px)}.hero__copy-text--mobile{display:none}.hero h1{max-width:620px;margin:0;font-family:var(--serif);font-size:clamp(50px,4.8vw,72px);line-height:.92;letter-spacing:-.045em;color:var(--section-heading-color, var(--heading-color))}.hero h1 span{color:var(--section-accent, var(--brand))}.hero-copy>p,.hero__copy-text--desktop>p{max-width:470px;margin:18px 0 24px;color:var(--section-subheading-color, #403c39);font-size:clamp(16px,1.35vw,21px);line-height:1.35}.button-row{display:flex;gap:16px;flex-wrap:wrap;align-items:center}.btn{min-height:54px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;padding:0 36px;font-family:var(--button-font);font-size:15px;font-weight:900;text-transform:none;letter-spacing:0;border:1px solid transparent;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.btn:hover{transform:translateY(-1px);box-shadow:0 10px 22px #c9856038}.btn-primary{background:var(--brand);color:var(--primary-button-text)}.btn-primary:hover{background:var(--brand-dark)}.btn-secondary{background:var(--secondary-button-bg);color:var(--secondary-button-text);border-color:var(--line)}.hero-features{display:grid;grid-template-columns:repeat(4,88px);justify-content:start;gap:clamp(22px,3vw,38px);margin-top:clamp(24px,3vw,36px)}.hero-features>span{display:grid;justify-items:center;gap:10px;text-align:center;color:var(--block-text, var(--ink));font-size:13px;line-height:1.2}.hero-features .icon{width:62px;height:62px;display:grid;place-items:center;border:1px solid rgba(201,133,96,.45);border-radius:50%;color:var(--block-accent, var(--brand));background:#ffffff2e}.hero-features .icon svg{width:31px;height:31px;stroke-width:1.45}.hero-features small{color:inherit;font-size:13px;line-height:1.2}.hero-trust{display:flex;gap:0;margin-top:clamp(38px,4.2vw,52px)}.hero-trust>span{min-width:126px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;align-items:center;column-gap:9px;padding:0 20px;text-align:left;font-size:12px;color:var(--block-text, var(--ink));border-left:1px solid rgba(55,48,43,.16)}.hero-trust>span:first-child{padding-left:0;border-left:0}.hero-trust .icon{grid-row:1 / 3;color:var(--block-accent, var(--dark-accent))}.hero-trust .icon svg{width:22px;height:22px}.hero-trust b{font-size:12px;line-height:1.1}.hero-trust small{font-size:10px;color:var(--muted);line-height:1.15}.hero__product{position:relative;align-self:var(--hero-product-align, end);min-width:0;height:100%;display:flex;align-items:flex-end;justify-content:flex-end;transform:translate(var(--hero-product-offset-x, 0),var(--hero-product-offset-y, 0))}.hero__product-image{display:block;width:min(100%,var(--hero-product-width, 760px));height:auto;max-height:670px;object-fit:contain;object-position:right bottom}.hero__product-image--mobile{display:none}.hero-media{position:relative;z-index:1;min-height:680px;display:grid;place-items:center;border-radius:0;overflow:hidden;background:transparent;transform:translate(calc(var(--hero-overlap) * -1));width:calc(100% + var(--hero-overlap))}.hero-media:before{content:"";position:absolute;z-index:2;inset:-1px auto -1px 0;width:calc(var(--hero-overlap) + 96px);pointer-events:none;background:linear-gradient(90deg,var(--cream) 0%,var(--cream) 32%,color-mix(in srgb,var(--cream) 84%,transparent) 58%,color-mix(in srgb,var(--cream) 34%,transparent) 80%,transparent 100%)}.hero-photo{width:100%;height:100%;object-fit:cover;position:absolute;z-index:1;top:0;right:0;bottom:0;left:0}.hero-illustration{position:relative;z-index:1;width:min(90%,560px);height:455px}.bag-strap{position:absolute;top:10px;left:37%;width:150px;height:130px;border:22px solid var(--illustration-outline);border-bottom:0;border-radius:80px 80px 0 0;box-shadow:inset 0 0 0 6px #ffffff47}.bag-body{position:absolute;left:20%;bottom:12px;width:330px;height:330px;border-radius:38px;background:linear-gradient(145deg,var(--illustration-mid),var(--illustration-dark));border:8px solid var(--illustration-outline);box-shadow:inset 0 0 0 2px #ffffff59,0 24px 55px #5c3a2647;overflow:hidden}.bag-body:before{content:"";position:absolute;top:105px;right:25px;bottom:22px;left:25px;border-radius:22px;background:repeating-linear-gradient(45deg,rgba(255,255,255,.28) 0 18px,transparent 18px 36px),repeating-linear-gradient(-45deg,rgba(255,255,255,.2) 0 18px,transparent 18px 36px);border:4px solid rgba(157,91,54,.26)}.bag-label{position:absolute;top:70px;left:50%;transform:translate(-50%);background:#ffffffa6;border-radius:4px;padding:5px 13px;font-size:10px;color:var(--brand-dark)}.baby-bottle{position:absolute;left:42px;bottom:26px;width:62px;height:148px;border-radius:24px 24px 18px 18px;background:linear-gradient(var(--paper) 0 42%,var(--illustration-cool) 42% 60%,var(--paper) 60%);border:4px solid color-mix(in srgb,var(--illustration-outline) 55%,transparent);box-shadow:0 14px 20px #00000014}.teddy{position:absolute;left:93px;bottom:6px;width:78px;height:88px;border-radius:46% 46% 38% 38%;background:var(--illustration-light);box-shadow:-20px -28px 0 -19px var(--illustration-light),20px -28px 0 -19px var(--illustration-light)}@media(min-width:1700px){.hero{min-height:clamp(660px,37vw,var(--hero-min-height, 720px))}}.why-nevababy{color:var(--section-text, var(--ink));background:var(--section-bg, white);border:1px solid var(--section-border, var(--line));border-radius:var(--radius);padding:30px clamp(18px,4vw,52px) 34px;margin-block:14px 6px;text-align:center;box-shadow:0 12px 35px #6044320f}.why-nevababy .section-heading{margin-bottom:26px}.why-nevababy .section-heading h2{font-size:25px;letter-spacing:.16em}.why-nevababy .section-heading p{font-size:15px;color:var(--section-subheading-color, var(--muted))}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.why-grid article{padding:0 clamp(16px,3vw,38px);color:var(--block-text, inherit);border-left:1px solid var(--section-border, var(--line))}.why-grid article:first-child{border-left:0}.why-icon{width:72px;height:72px;display:inline-grid;place-items:center;margin-bottom:16px;border-radius:50%;background:var(--block-icon-bg, var(--soft-accent));color:var(--block-accent, var(--brand));box-shadow:inset 0 0 0 1px var(--block-icon-border, var(--line))}.why-icon .icon svg,.why-icon svg{width:34px;height:34px;stroke-width:1.7}.why-grid h3{margin:0 0 8px;font-size:16px;line-height:1.2}.why-grid p{max-width:240px;margin:0 auto;color:var(--block-muted, var(--muted));font-size:13px;line-height:1.45}.section-block{padding:38px 0;color:var(--section-text, var(--ink));background:var(--section-bg, transparent)}.section-heading{text-align:center;margin-bottom:25px}.section-heading--left{text-align:left}.section-heading h2{margin:0;text-transform:uppercase;letter-spacing:.04em;font-size:27px;line-height:1.1;color:var(--section-heading-color, inherit)}.section-heading p{margin:8px 0 0;color:var(--section-subheading-color, var(--muted));font-size:13px}.product-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.product-card{position:relative;flex:0 1 210px;display:flex;flex-direction:column;background:var(--card-bg, white);color:var(--card-text, var(--ink));border:1px solid var(--card-border, var(--line));border-radius:12px;padding:12px;min-width:0;box-shadow:0 8px 20px #4b31200a}.product-card h3{margin:12px 0 7px;min-height:35px;font-size:13px;line-height:1.25}.product-badge{position:absolute;z-index:2;top:8px;left:8px;background:var(--badge-bg, var(--brand));color:var(--badge-text, var(--primary-button-text));border-radius:999px;padding:4px 9px;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.product-image-wrap{position:relative;aspect-ratio:4 / 3;border-radius:8px;display:grid;place-items:center;background:var(--card-media-bg, var(--media-bg));overflow:hidden}.product-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.stars{color:var(--gold);font-size:15px;letter-spacing:.03em;font-weight:800}.stars small{color:var(--muted);font-size:11px;font-weight:600}.product-card-rating{display:flex;align-items:center;gap:5px;margin-bottom:6px}.product-card-rating .stars{font-size:13px}.product-card-rating small{color:var(--muted);font-size:10px;font-weight:700}.price{display:flex;align-items:baseline;gap:7px;margin:auto 0 10px;font-weight:900;color:var(--dark-accent)}.price s{color:var(--muted);font-size:11px;font-weight:700}.homepage-quick-add{margin:0}.mock-product{width:100px;height:118px;display:block;position:relative;filter:drop-shadow(0 8px 10px rgba(73,43,24,.16))}.mock-bag{border-radius:20px;background:linear-gradient(var(--illustration-mid),var(--illustration-dark))}.mock-bag:before{content:"";position:absolute;top:-18px;left:28px;width:44px;height:35px;border:9px solid var(--illustration-outline);border-bottom:0;border-radius:30px 30px 0 0}.mock-bag:after{content:"";position:absolute;top:48px;right:14px;bottom:12px;left:14px;border-radius:12px;background:repeating-linear-gradient(45deg,rgba(255,255,255,.25) 0 9px,transparent 9px 18px)}.mock-organizer{width:125px;height:72px;border-radius:6px 6px 20px 20px;background:linear-gradient(#d8d9d5,#a6a7a0);border-top:11px solid #333}.mock-warmer{width:55px;height:128px;border-radius:20px;background:linear-gradient(var(--paper),var(--cream-2));border:4px solid var(--line)}.mock-bear{width:112px;height:112px;border-radius:50%;background:var(--illustration-mid);box-shadow:-31px -20px 0 -19px var(--illustration-dark),31px -20px 0 -19px var(--illustration-dark)}.mock-bear:after{content:"";position:absolute;top:29px;right:29px;bottom:29px;left:29px;border-radius:50%;background:var(--illustration-light)}.mock-mat{width:122px;height:88px;border-radius:12px;transform:rotate(-11deg);background:linear-gradient(135deg,#fae2cf 0 48%,#eef3f4 48%);border:4px solid #e1b796}.mock-hooks{width:92px;height:112px;background:linear-gradient(90deg,var(--dark-accent) 0 24px,transparent 24px 68px,var(--dark-accent) 68px);border-radius:10px}.categories-section{padding:30px clamp(18px,4vw,52px) 34px;margin-block:14px 6px;background:var(--section-bg, white);border:1px solid var(--section-border, var(--line));border-radius:var(--radius);box-shadow:0 12px 35px #6044320f}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(142px,160px));justify-content:center;justify-items:center;gap:22px 24px}.category-card{width:100%;display:grid;justify-items:center;align-content:start;gap:13px;text-align:center;color:var(--block-text, inherit);font-size:15px;line-height:1.2;font-weight:800}.category-icon{width:130px;height:130px;border-radius:50%;display:block;position:relative;overflow:hidden;background:radial-gradient(circle at 34% 24%,rgba(255,255,255,.78),transparent 32%),var(--block-bg, var(--cream-2));box-shadow:inset 0 0 0 1px var(--block-border, rgba(255,255,255,.7)),0 14px 28px #60443214}.category-icon:before,.category-icon:after{content:"";position:absolute;display:block}.category-carryall:before{left:25%;right:25%;top:38%;bottom:23%;border-radius:18px 18px 22px 22px;background:linear-gradient(145deg,var(--illustration-light),var(--illustration-mid));border:3px solid color-mix(in srgb,var(--illustration-outline) 70%,transparent);box-shadow:inset 0 0 0 1px #ffffff6b}.category-carryall:after{left:35%;top:24%;width:30%;height:27%;border:6px solid var(--dark-accent);border-bottom:0;border-radius:32px 32px 0 0;opacity:.72}.category-travel:before{top:25%;right:25%;bottom:25%;left:25%;border-radius:50%;background:linear-gradient(145deg,var(--paper),var(--illustration-light));border:4px solid var(--dark-accent);box-shadow:inset 0 0 0 7px #ffffff85}.category-travel:after{left:41%;top:29%;width:20%;height:42%;background:var(--brand-dark);clip-path:polygon(50% 0,70% 45%,50% 100%,30% 45%);transform:rotate(38deg);transform-origin:center}.category-feeding:before{left:25%;right:24%;top:48%;bottom:25%;border-radius:0 0 38px 38px;background:linear-gradient(var(--paper),var(--illustration-light));border:4px solid var(--illustration-outline);border-top:0}.category-feeding:after{right:30%;top:25%;width:8%;height:43%;border-radius:999px;background:var(--dark-accent);box-shadow:-3px -14px 0 5px var(--dark-accent);transform:rotate(28deg)}.category-sleep:before{left:31%;top:25%;width:34%;height:48%;border-radius:50%;background:var(--brand-dark);box-shadow:15px -5px 0 0 var(--block-bg, var(--cream-2))}.category-sleep:after{right:28%;top:31%;width:15%;height:15%;background:var(--gold);clip-path:polygon(50% 0,63% 36%,100% 50%,63% 64%,50% 100%,37% 64%,0 50%,37% 36%)}.category-care:before{left:31%;right:31%;top:23%;bottom:23%;border-radius:24px 24px 30px 30px;background:linear-gradient(145deg,var(--paper),var(--illustration-light));border:4px solid var(--dark-accent);clip-path:polygon(50% 0,93% 16%,84% 69%,50% 100%,16% 69%,7% 16%)}.category-care:after{left:44%;top:38%;width:13%;height:28%;background:linear-gradient(var(--brand-dark),var(--brand-dark)) center / 100% 100% no-repeat,linear-gradient(var(--brand-dark),var(--brand-dark)) center / 250% 36% no-repeat;border-radius:2px}.category-play:before{left:26%;top:29%;width:25%;height:25%;border-radius:10px;background:var(--illustration-light);border:3px solid var(--illustration-outline);box-shadow:28px 18px 0 -3px var(--illustration-mid),2px 42px 0 -2px var(--paper)}.category-play:after{left:37%;bottom:22%;width:34%;height:5px;border-radius:999px;background:var(--dark-accent);opacity:.42}.category-icon:has(img):before,.category-icon:has(img):after{display:none}.category-icon img{width:100%;height:100%;border-radius:50%;object-fit:cover}.promo-panel{display:grid;grid-template-columns:.8fr 1.2fr;min-height:390px;color:var(--section-text, var(--ink));border-radius:14px;overflow:hidden;background:var(--section-bg, linear-gradient(90deg, #fffaf5, var(--cream-2)));margin-block:24px 38px;box-shadow:var(--shadow)}.promo-copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(34px,6vw,66px)}.promo-copy h2,.newsletter-copy h2{margin:0;font-family:var(--serif);font-size:clamp(27px,3.1vw,38px);line-height:1.05;letter-spacing:-.035em}.promo-copy p{margin:20px 0 24px;max-width:390px;color:var(--section-subheading-color, #403832);font-size:15px}.promo-image,.newsletter-image{min-height:330px}.promo-image img,.newsletter-image img{width:100%;height:100%;object-fit:cover}.lifestyle-placeholder{min-height:100%;height:100%;background:radial-gradient(circle at 52% 35%,#f5d9bf 0 9%,transparent 10%),radial-gradient(circle at 43% 43%,#f8e5d3 0 12%,transparent 13%),linear-gradient(135deg,var(--illustration-light),var(--illustration-mid));position:relative}.parent-baby:after{content:"";position:absolute;right:15%;bottom:0;width:260px;height:285px;border-radius:48% 48% 12px 12px;background:linear-gradient(#dfb18a,#b98562);box-shadow:-120px -50px 0 -80px #ffe0c7,-80px 35px 0 -28px #f8e1cf;opacity:.92}.review-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.review-grid article{background:var(--card-bg, white);color:var(--card-text, var(--ink));border-radius:12px;padding:24px;box-shadow:0 10px 25px #4832240f}.review-grid p{min-height:82px;margin:10px 0 14px;font-weight:700;font-size:13px;line-height:1.45}.review-grid footer{color:var(--card-muted, var(--muted));font-weight:700}.newsletter-panel{display:grid;grid-template-columns:.88fr 1.12fr;overflow:hidden;color:var(--section-text, var(--ink));border-radius:14px;background:var(--section-bg, linear-gradient(90deg, #fff, var(--cream-2)));box-shadow:var(--shadow);margin-bottom:54px}.newsletter-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(32px,5vw,58px)}.newsletter-copy p{color:var(--section-subheading-color, var(--muted));margin:15px 0 22px;max-width:430px}.newsletter-form{display:grid;grid-template-columns:1fr auto;gap:0;max-width:530px}.newsletter-form input{min-height:54px;border:1px solid var(--line);border-right:0;border-radius:6px 0 0 6px;padding:0 18px;background:var(--paper)}.newsletter-form button{border-radius:0 6px 6px 0;min-width:150px}.form-message{grid-column:1 / -1;margin:10px 0 0;font-weight:700}.form-error{color:var(--error)}.micro-trust{display:flex;gap:35px;margin-top:18px;color:var(--muted);font-size:12px}.playtime{background:radial-gradient(circle at 46% 22%,var(--illustration-mid) 0 12%,transparent 13%),linear-gradient(135deg,#fff8f0,var(--illustration-dark))}.playtime:after{content:"";position:absolute;left:22%;bottom:0;width:300px;height:165px;border-radius:150px 150px 0 0;background:#ffffff8c;box-shadow:150px -55px 0 -105px var(--illustration-dark)}.site-footer{background:var(--footer-bg, white);color:var(--footer-text, var(--ink));border-top:1px solid var(--footer-border, var(--line))}.footer-inner{display:grid;grid-template-columns:1fr 2.4fr;gap:55px;padding:47px 0}.footer-brand p{color:var(--footer-muted, var(--muted));max-width:210px;font-family:var(--sans);font-size:14px;font-weight:400;letter-spacing:0;margin-top:10px}.social-row{display:flex;gap:12px;flex-wrap:wrap}.social-row a{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;font-size:0}.social-row a .icon svg{width:16px;height:16px;fill:currentColor;stroke:none}.footer-columns{display:grid;grid-template-columns:repeat(4,1fr);gap:34px}.footer-columns h3{margin:0 0 13px;color:var(--footer-block-heading, var(--footer-text, var(--ink)));text-transform:uppercase;font-size:13px;letter-spacing:.04em}.footer-columns a{display:block;margin:9px 0;color:var(--footer-block-link, var(--muted));font-size:13px}.footer-bottom{border-top:1px solid var(--footer-border, var(--line));min-height:64px;display:flex;justify-content:space-between;align-items:center;gap:20px;color:var(--footer-bottom-text, var(--muted));font-size:12px}.payment-pills{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;align-items:center}.payment-pills .payment-icon{width:38px;height:24px;border-radius:4px;box-shadow:0 0 0 1px #d9d9d9;background:var(--paper)}.payment-pills span{background:#f8f8f8;border:1px solid #d9d9d9;border-radius:4px;padding:4px 9px;font-size:11px;font-weight:800;color:var(--muted)}@media(max-width:1040px){.header-main__inner{grid-template-columns:auto 1fr auto;gap:20px}.primary-nav{display:none}.brand{justify-self:start}.mobile-menu-button{order:-1}.mobile-menu-button{display:grid;gap:5px;width:42px;height:42px;border:1px solid var(--line);border-radius:8px;background:var(--paper);place-content:center}.mobile-menu-button span:not(.visually-hidden){width:22px;height:2px;background:var(--ink);display:block}.mobile-nav{display:none;padding:10px 20px 22px;background:var(--paper);border-top:1px solid var(--line)}.mobile-nav.is-open{display:grid;gap:8px}.mobile-nav a{padding:13px 0;border-bottom:1px solid var(--line);font-weight:800}.hero{min-height:510px}.hero__inner{grid-template-columns:minmax(360px,.9fr) minmax(0,1fr);gap:20px}.hero-media{border-radius:0;width:100%;transform:none}.hero-media:before{content:none}.hero-copy{width:min(100%,500px);text-align:left}.hero-copy>p{margin-inline:0}.product-grid{grid-template-columns:repeat(auto-fit,minmax(180px,210px))}.category-grid{grid-template-columns:repeat(auto-fit,minmax(136px,160px))}.review-grid{grid-template-columns:repeat(2,1fr)}.promo-panel,.newsletter-panel{grid-template-columns:1fr}.promo-image{order:-1}}@media(min-width:821px)and (max-width:1040px){.header-main__inner{grid-template-columns:210px minmax(0,1fr) auto;gap:18px}.primary-nav{display:flex;gap:clamp(14px,2vw,26px);font-size:12px}.mobile-menu-button{display:none}}@media(max-width:700px){:root{--page-gutter: var(--page-gutter-mobile, 28px)}.announcement-strip__inner{position:relative;display:grid;place-items:center;justify-content:stretch;overflow:hidden;gap:0;scrollbar-width:none;-ms-overflow-style:none}.announcement-strip__inner::-webkit-scrollbar{display:none}.announcement-strip__inner>span{position:absolute;top:0;right:0;bottom:0;left:0;justify-content:center;opacity:0;transform:translateY(8px);animation:announcement-rotate 9s infinite}.announcement-strip__inner>span:nth-child(1){animation-delay:0s}.announcement-strip__inner>span:nth-child(2){animation-delay:3s}.announcement-strip__inner>span:nth-child(3){animation-delay:6s}.header-main__inner{min-height:72px;grid-template-columns:minmax(64px,1fr) auto minmax(64px,1fr);gap:8px}.site-header.is-compact .header-main__inner{min-height:54px;gap:10px}.mobile-menu-button{justify-self:start}.brand{justify-self:center}.brand strong{font-size:23px}.brand small,.header-actions a[aria-label=Account]{display:none}.header-actions{gap:14px}.brand-mark{width:34px;height:34px}.brand-mark .icon svg,.brand-mark svg{width:22px;height:22px}.site-header.is-compact .brand strong{font-size:20px}.site-header.is-compact .brand-mark{width:30px;height:30px}.site-header.is-compact .brand-mark .icon svg,.site-header.is-compact .brand-mark svg{width:19px;height:19px}.hero{min-height:0;overflow:hidden;background:var(--section-bg, #f8f1eb);padding:0}.hero__background,.hero__product{display:none}.hero__mobile-image{display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;min-height:100%;background-image:var(--hero-mobile-combined-image, var(--hero-background-mobile, none));background-size:100% auto;background-position:center top;background-repeat:no-repeat;pointer-events:none}.hero:before{content:none}.hero__inner{position:relative;z-index:1;display:block;min-height:0;padding-top:min(var(--hero-mobile-image-height, 520px),calc(100vw * 1.3333));padding-bottom:32px}.hero__content{width:100%}.hero-copy{width:100%;align-items:center;padding:0}.hero__copy-text--desktop{display:none}.hero__copy-text--mobile{display:grid;width:100%;justify-items:center;padding-top:var(--hero-mobile-content-top-spacing, 24px);text-align:center}.hero h1{max-width:330px;margin:0 auto 14px;font-size:clamp(38px,10vw,var(--hero-mobile-heading-size, 44px));line-height:.92;letter-spacing:-.03em;text-align:center}.hero__copy-text--mobile>p{max-width:320px;margin:0 auto 18px;font-size:14px;line-height:1.5;text-align:center}.hero__copy-text--mobile .button-row{justify-content:center}.hero__copy-text--mobile .btn{width:fit-content;min-width:142px;min-height:48px;padding-inline:24px}.hero-features{grid-template-columns:repeat(2,minmax(0,1fr));width:min(100%,270px);max-width:270px;justify-content:center;gap:18px 12px;margin:28px auto 0}.hero-features .icon{width:43px;height:43px}.hero-features .icon svg{width:22px;height:22px}.hero-features small{font-size:11px}.hero-trust{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));justify-items:center;gap:8px;margin:28px auto 0;padding-top:18px;border-top:1px solid rgba(46,35,30,.12);text-align:center}.hero-trust>span{min-width:0;width:100%;max-width:108px;grid-template-columns:1fr;justify-items:center;row-gap:4px;padding-inline:0;text-align:center;border-left:0}.hero-trust>span:first-child{padding-left:0}.hero-trust .icon{grid-row:auto}.hero-media{min-height:380px;width:100%;transform:none}.hero-illustration{transform:scale(.78)}.why-grid{grid-template-columns:1fr 1fr;row-gap:28px}.why-grid article{border-left:0;padding-inline:16px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card{flex-basis:calc((100% - 12px)/2)}.category-grid{grid-template-columns:repeat(2,minmax(0,160px))}.review-grid,.footer-columns{grid-template-columns:1fr 1fr}.category-icon{width:106px;height:106px}.newsletter-form{grid-template-columns:1fr;gap:10px}.newsletter-form input,.newsletter-form button{border-radius:6px;border:1px solid var(--line);width:100%}.footer-inner{grid-template-columns:1fr;gap:28px}.footer-bottom{flex-direction:column;align-items:flex-start;padding:18px 0}}@keyframes announcement-rotate{0%{opacity:0;transform:translateY(8px)}8%,28%{opacity:1;transform:translateY(0)}36%,to{opacity:0;transform:translateY(-8px)}}@media(max-width:700px)and (prefers-reduced-motion:reduce){.announcement-strip__inner>span{animation:none;opacity:0;transform:none}.announcement-strip__inner>span:first-child{opacity:1}}@media(max-width:430px){.product-grid,.review-grid,.footer-columns{grid-template-columns:1fr}.category-grid{grid-template-columns:minmax(0,160px)}.product-card,.collection-card,.all-product-card,.bundle-card{flex-basis:100%}.hero-features,.hero-trust{display:grid}.promo-copy,.newsletter-copy{padding:28px 22px}}@media(max-width:360px){.hero-trust{grid-template-columns:1fr;justify-items:start}.hero-trust>span{max-width:none;grid-template-columns:auto 1fr;justify-items:start;text-align:left;column-gap:8px}.hero-trust .icon{grid-row:1 / 3}}.simple-template{padding:64px 0 78px}.simple-template h1{margin:0 0 20px;font-family:var(--serif);font-size:clamp(36px,5vw,58px);line-height:1;letter-spacing:-.04em}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:clamp(30px,6vw,78px);align-items:start}.product-gallery{background:linear-gradient(135deg,var(--paper),var(--cream-2));border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--shadow);min-height:460px;display:grid;place-items:center}.product-gallery img{width:100%;height:100%;object-fit:cover}.template-placeholder{width:70%;aspect-ratio:1;border-radius:22px;background:linear-gradient(135deg,var(--illustration-mid),var(--illustration-dark))}.product-info{background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:clamp(26px,5vw,48px);box-shadow:var(--shadow)}.eyebrow{margin:0 0 10px;color:var(--brand);text-transform:uppercase;letter-spacing:.12em;font-weight:900;font-size:12px}.product-template-price{font-size:25px;font-weight:900;margin:18px 0}.rte{color:var(--muted)}.rte p,.rte li{margin-block:0 12px}.product-form{display:grid;gap:14px;margin-top:26px}.product-form select,.cart-item input,.search-form input{min-height:48px;border:1px solid var(--line);border-radius:7px;padding:0 13px;background:var(--paper)}.collection-product-grid{padding-top:18px}.empty-state{grid-column:1 / -1;text-align:center;background:var(--paper);border:1px solid var(--line);border-radius:14px;padding:34px}.cart-template{padding:34px 0 58px}.cart-header{margin-bottom:22px}.cart-header h1{margin:0;font-family:var(--serif);font-size:clamp(38px,5vw,58px);line-height:1;letter-spacing:-.04em}.cart-header p:not(.eyebrow){max-width:520px;margin:12px 0 0;color:var(--muted);font-size:15px}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:34px;align-items:start}.cart-main-column{display:grid;gap:18px;min-width:0}.cart-benefit-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.cart-benefit-row article{display:flex;align-items:center;gap:11px;min-width:0}.cart-benefit-row .icon,.cart-gift-note .icon,.cart-reassurance-list .icon{flex:0 0 auto;color:var(--brand-dark)}.cart-benefit-row .icon{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:var(--soft-accent)}.cart-benefit-row .icon svg{width:19px;height:19px}.cart-benefit-row strong,.cart-benefit-row small{display:block;line-height:1.2}.cart-benefit-row strong{font-size:12px}.cart-benefit-row small{color:var(--muted);font-size:11px}.cart-form{display:grid;gap:14px}.cart-item{display:grid;grid-template-columns:132px minmax(0,1fr) auto;gap:20px;align-items:center;background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:18px;box-shadow:0 8px 24px #4b31200b}.cart-item-image{width:132px;height:132px;display:grid;place-items:center;overflow:hidden;border-radius:9px;background:var(--cream)}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-details{min-width:0}.cart-item h2{margin:0 0 6px;font-size:17px;line-height:1.2}.cart-item p{margin:3px 0;color:var(--muted)}.cart-item-options{display:flex;flex-wrap:wrap;gap:6px;margin:4px 0 0;color:var(--muted);font-size:12px}.cart-item-options span{display:inline-flex;align-items:center;gap:3px;min-height:24px;padding:0 8px;border:1px solid var(--line);border-radius:999px;background:var(--cream)}.cart-item-options strong{color:var(--ink)}.cart-stock-pill{display:inline-flex;align-items:center;min-height:24px;margin:8px 0 12px;padding:0 9px;border-radius:999px;background:var(--success-bg);color:var(--success);font-size:11px;font-weight:900}.cart-item input{width:86px;min-height:40px;text-align:center;font-weight:900}.cart-item-price{display:grid;justify-items:end;gap:46px;align-self:stretch}.cart-item-price strong{font-size:16px}.cart-item-price a{color:var(--muted);font-size:11px;font-weight:800;text-decoration:underline;text-underline-offset:2px}.cart-summary-card,.cart-support-card{background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:22px;box-shadow:0 12px 30px #4832240e}.cart-summary-card{position:sticky;top:145px}.cart-summary-card h2{margin:0 0 16px;font-size:18px}.cart-summary-line,.cart-summary-total,.cart-delivery-row{display:flex;justify-content:space-between;align-items:center;gap:18px}.cart-summary-line{margin-bottom:10px;font-size:13px}.cart-summary-line strong:last-child{color:var(--success)}.cart-free-shipping{margin:18px 0;padding:14px;border-radius:8px;background:var(--success-bg);color:var(--success);font-size:12px;font-weight:800}.cart-free-shipping p{margin:0 0 10px}.cart-progress-track{height:8px;display:block;overflow:hidden;border-radius:999px;background:color-mix(in srgb,var(--success-bg) 70%,var(--line))}.cart-progress-track span{height:100%;display:block;border-radius:inherit;background:var(--success)}.cart-summary-total{padding-top:16px;border-top:1px solid var(--line);font-size:14px}.cart-summary-total strong{font-size:22px}.cart-tax-note{margin:6px 0 18px;color:var(--muted);font-size:11px}.cart-delivery-row{margin-bottom:18px;padding:13px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:12px}.cart-checkout-button{width:100%;min-height:50px}.cart-reassurance-list{display:grid;gap:12px;margin-top:18px;color:var(--ink);font-size:12px;font-weight:800}.cart-reassurance-list span{display:flex;align-items:center;gap:9px}.cart-reassurance-list .icon svg{width:18px;height:18px}.cart-upsell-panel{display:grid;gap:16px;padding:18px;border:1px solid var(--line);border-radius:12px;background:linear-gradient(90deg,var(--paper),var(--cream));box-shadow:0 10px 25px #4832240b}.cart-upsell-panel .eyebrow{margin-bottom:5px;color:var(--brand-dark);font-size:10px}.cart-upsell-panel h2{margin:0 0 5px;font-size:18px}.cart-upsell-panel p{margin:0;color:var(--muted);font-size:12px}.cart-upsell-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.cart-upsell-card{min-width:0;display:grid;grid-template-columns:82px minmax(0,1fr);gap:12px;padding:10px;border:1px solid color-mix(in srgb,var(--line) 82%,transparent);border-radius:8px;background:#ffffff9e}.cart-upsell-card-image{width:82px;aspect-ratio:1;display:grid;place-items:center;overflow:hidden;border-radius:6px;background:var(--media-bg)}.cart-upsell-card-image img{width:100%;height:100%;object-fit:cover}.cart-upsell-card-body{min-width:0;display:grid;gap:7px;align-content:start}.cart-upsell-card h3{margin:0;font-size:12px;line-height:1.25}.cart-upsell-card p{color:var(--ink);font-size:12px;font-weight:900}.cart-upsell-form{display:grid;gap:7px}.cart-upsell-form select{width:100%;min-height:34px;border:1px solid var(--line);border-radius:5px;background:var(--paper);padding:0 8px;color:var(--ink);font-size:11px;font-weight:800}.cart-upsell-form button{min-height:36px;border:1px solid var(--brand-dark);border-radius:5px;background:transparent;color:var(--brand-dark);padding:0 12px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;cursor:pointer}.cart-upsell-form button:hover{background:var(--brand-dark);color:var(--primary-button-text)}.cart-gift-note{display:flex;align-items:center;gap:14px;padding:18px;border:1px solid var(--line);border-radius:12px;background:linear-gradient(90deg,var(--soft-accent),var(--cream))}.cart-gift-note .icon{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:var(--soft-accent)}.cart-gift-note .icon svg{width:24px;height:24px}.cart-gift-note strong,.cart-gift-note small{display:block;line-height:1.25}.cart-gift-note small{margin-top:3px;color:var(--muted);font-size:12px}.search-form{display:grid;grid-template-columns:1fr auto;gap:10px;max-width:700px;margin:0 auto 30px}.rte-template{max-width:850px}.not-found-template{text-align:center;min-height:50vh;display:grid;place-content:center;justify-items:center}.not-found-template p{color:var(--muted);margin-top:0}.not-found-visual{width:min(220px,65vw);margin-bottom:18px}.not-found-visual img{width:100%;height:auto;display:block;border-radius:12px}.not-found-icon{width:58px;height:58px;display:grid;place-items:center;margin-bottom:16px;border-radius:50%;background:var(--soft-accent);color:var(--brand)}.not-found-icon .icon,.not-found-icon svg{width:28px;height:28px}.not-found-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.not-found-suggestions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;width:min(760px,100%);margin-top:24px}.not-found-suggestion{min-width:0;display:flex;gap:12px;align-items:flex-start;text-align:left;padding:15px;border:1px solid var(--line);border-radius:12px;background:var(--paper);box-shadow:0 10px 25px #4832240d}.not-found-suggestion .icon{width:36px;height:36px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:var(--soft-accent);color:var(--brand)}.not-found-suggestion .icon svg{width:19px;height:19px}.not-found-suggestion strong,.not-found-suggestion small{display:block}.not-found-suggestion strong{margin-bottom:3px;font-size:13px;line-height:1.2}.not-found-suggestion small{color:var(--muted);font-size:11px;line-height:1.4}.collection-page{padding:28px 0 36px}.collection-hero-row{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:26px}.collection-hero-row h1{margin:0 0 8px;font-family:var(--serif);font-size:clamp(34px,4vw,48px);line-height:1;letter-spacing:-.035em}.collection-hero-row p{margin:0;color:var(--ink);font-size:14px;line-height:1.45}.collection-banner-image{margin:-8px 0 26px;height:clamp(190px,28vw,340px);overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--media-bg)}.collection-banner-image img{width:100%;height:100%;object-fit:cover;display:block}.collection-social-proof{display:flex;align-items:center;gap:8px;white-space:nowrap;font-weight:800}.collection-social-proof small{color:var(--ink)}.collection-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:18px}.collection-card{position:relative;flex:0 1 205px;min-width:0;display:flex;flex-direction:column;background:var(--paper);border:1px solid var(--line);border-radius:8px;overflow:hidden;box-shadow:0 8px 24px #4b31200d;transition:transform .18s ease,box-shadow .18s ease}.collection-card:hover{transform:translateY(-2px);box-shadow:0 16px 34px #4b31201a}.collection-wishlist{position:absolute;z-index:3;top:11px;right:11px;width:30px;height:30px;border:0;border-radius:50%;display:grid;place-items:center;background:#ffffffe0;color:var(--brand);font-size:19px;cursor:pointer}.collection-card-image{position:relative;aspect-ratio:4 / 3;display:grid;place-items:center;background:var(--media-bg);overflow:hidden}.collection-card-image img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.collection-card-image .mock-product{transform:scale(1.1)}.collection-card-badge{position:absolute;z-index:2;top:10px;left:10px;padding:5px 10px;border-radius:999px;background:var(--brand);color:var(--primary-button-text);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.collection-card-body{flex:1;display:flex;flex-direction:column;padding:12px 12px 14px}.collection-card h2{margin:0 0 8px;min-height:34px;font-size:13px;line-height:1.25}.collection-card-rating{display:flex;align-items:center;gap:5px;margin-bottom:6px}.collection-card-rating .stars{font-size:13px}.collection-card-rating small{color:var(--muted);font-size:10px;font-weight:700}.collection-card-price{display:flex;align-items:baseline;gap:8px;margin-top:auto;margin-bottom:10px}.collection-card-price strong{font-size:14px;font-weight:900;color:var(--dark-accent)}.collection-card-price s{color:var(--muted);font-size:12px;font-weight:700}.collection-quick-add button{width:100%;min-height:42px;border:0;border-radius:5px;background:var(--card-button-bg, var(--brand-dark));color:var(--card-button-text, var(--primary-button-text));font-family:var(--button-font);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.025em;cursor:pointer;transition:background .18s ease,transform .18s ease}.collection-quick-add button:hover{background:var(--card-button-hover-bg, var(--brand));transform:translateY(-1px)}.collection-quick-add button[disabled]{opacity:.55;cursor:not-allowed;transform:none}.choose-options-button{width:100%;min-height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:5px;background:var(--card-button-bg, var(--brand-dark));color:var(--card-button-text, var(--primary-button-text));font-family:var(--button-font);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.025em;transition:background .18s ease,transform .18s ease}.choose-options-button:hover{background:var(--card-button-hover-bg, var(--brand));transform:translateY(-1px)}.choose-options-button.is-disabled{opacity:.55;cursor:not-allowed;pointer-events:none;transform:none}.collection-trust-strip{margin-top:32px;padding:24px 20px;display:grid;grid-template-columns:repeat(4,1fr);gap:18px;background:linear-gradient(90deg,var(--paper),var(--cream));border:1px solid var(--line);border-radius:10px}.collection-trust-strip article{display:flex;align-items:center;justify-content:center;gap:12px;text-align:left}.collection-trust-strip .icon{color:var(--dark-accent)}.collection-trust-strip .icon svg{width:28px;height:28px}.collection-trust-strip strong,.collection-trust-strip small{display:block;line-height:1.2}.collection-trust-strip strong{font-size:12px}.collection-trust-strip small{color:var(--muted);font-size:11px}.collection-pagination{margin-top:28px;display:flex;justify-content:center;align-items:center;gap:18px;font-weight:800}.collection-pagination a{color:var(--brand-dark)}.all-products-page{padding:28px 0 52px}.all-products-header{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px}.all-products-header h1{margin:0 0 8px;font-family:var(--serif);font-size:clamp(32px,4vw,44px);line-height:1;letter-spacing:-.035em}.all-products-header p{margin:0;color:var(--muted);font-size:14px}.collection-sort-form{display:flex;align-items:center;gap:8px;font-weight:800;font-size:12px}.collection-sort-form select{border:0;background:transparent;color:var(--dark-accent);font-weight:800;padding:4px 18px 4px 4px}.all-products-layout{display:grid;grid-template-columns:220px 1fr;gap:28px;align-items:start}.products-sidebar{position:sticky;top:145px;padding:18px;background:#ffffff9e;border:1px solid var(--line);border-radius:12px;box-shadow:0 10px 28px #4832240b}.filter-block{padding:0 0 20px;margin-bottom:18px;border-bottom:1px solid var(--line)}.filter-block:last-child{border-bottom:0}.filter-block h2{margin:0 0 13px;font-family:var(--sans);font-size:12px;font-weight:900;line-height:1.2;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.filter-heading-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.filter-heading-row h2{margin-bottom:0}.filter-heading-row a{color:var(--brand-dark);font-size:11px;font-weight:900}.category-filter-list{display:grid;gap:10px}.category-filter-list a{color:var(--ink);font-size:12px;font-weight:700}.category-filter-list a.is-active{color:var(--brand-dark)}.price-range-labels{display:flex;justify-content:space-between;margin-top:8px;color:var(--muted)}.facets-form{display:block}.active-filter-list{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}.active-filter-list a{display:inline-flex;align-items:center;min-height:26px;border-radius:999px;padding:0 9px;background:var(--soft-accent);color:var(--brand-dark);font-size:10px;font-weight:900}.price-filter-fields{display:grid;grid-template-columns:1fr 1fr;gap:9px}.price-filter-fields label{display:grid;gap:5px;margin:0;font-size:10px;font-weight:900;text-transform:uppercase;color:var(--muted)}.price-filter-fields input{width:100%;min-height:40px;border:1px solid var(--line);border-radius:6px;background:var(--paper);padding:0 10px;color:var(--ink);font-weight:800}.filter-apply-button{width:100%;min-height:36px;margin-top:12px;border:0;border-radius:5px;background:var(--cream-2);color:var(--ink);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;cursor:pointer}.filter-option-list{display:grid;gap:9px}.filter-option{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;margin:0;padding:7px 8px;border-radius:8px;color:var(--ink);font-size:12px;transition:background .18s ease}.filter-option:hover,.filter-option.is-active{background:var(--soft-accent)}.filter-option.is-disabled{opacity:.45}.filter-option small{color:var(--muted);font-size:10px;font-weight:800}.filter-color-list .filter-option{grid-template-columns:auto auto minmax(0,1fr) auto}.filter-swatch{width:18px;height:18px;border-radius:50%;background:#eac5a8;border:1px solid rgba(0,0,0,.08);box-shadow:inset 0 0 0 2px #ffffff61}.filter-swatch-white,.filter-swatch-cream,.filter-swatch-beige{background:#f4eee6}.filter-swatch-black{background:#111}.filter-swatch-grey,.filter-swatch-gray{background:#b8b8b8}.filter-swatch-pink{background:#f1a7aa}.filter-swatch-blue{background:#bddbe6}.filter-helper-block p{margin:0;color:var(--muted);font-size:12px;line-height:1.45}.filter-block label{display:flex;align-items:center;gap:7px;margin:9px 0;font-size:12px;color:var(--ink)}.filter-block input{accent-color:var(--brand)}.all-products-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:18px}.all-product-card{position:relative;flex:0 1 240px;min-width:0;display:flex;flex-direction:column;background:var(--paper);border:1px solid var(--line);border-radius:10px;overflow:hidden;box-shadow:0 8px 24px #4b31200b;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.all-product-card:hover{transform:translateY(-3px);border-color:var(--line);box-shadow:0 18px 38px #4b31201a}.all-product-image{position:relative;aspect-ratio:4 / 3;display:grid;place-items:center;overflow:hidden;background:radial-gradient(circle at 50% 42%,rgba(255,255,255,.72),transparent 35%),var(--media-bg);border-bottom:1px solid rgba(234,222,213,.64)}.all-product-image img{width:100%;height:100%;object-fit:cover}.all-product-card-body{flex:1;display:flex;flex-direction:column;padding:13px 14px 15px}.all-product-card h2{margin:0 0 8px;min-height:34px;font-size:13px;line-height:1.25}.all-product-card h2 a:hover{color:var(--brand-dark)}.all-product-card .collection-card-price{margin-top:auto}.all-product-card .collection-quick-add{margin-top:2px}.best-sellers-page{padding:22px 0 46px}.best-sellers-hero{min-height:310px;display:grid;grid-template-columns:.88fr 1.12fr;overflow:hidden;border:1px solid rgba(234,222,213,.72);border-radius:var(--radius);background:radial-gradient(circle at 87% 18%,rgba(255,255,255,.46),transparent 20%),linear-gradient(90deg,var(--bg) 0%,var(--cream) 42%,var(--illustration-mid) 100%);box-shadow:0 14px 34px #6044320b}.best-sellers-copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(34px,5.6vw,66px)}.best-sellers-copy .eyebrow{margin-bottom:13px;color:var(--ink);font-size:11px;letter-spacing:.07em}.best-sellers-copy h1{margin:0;font-family:var(--serif);font-size:clamp(38px,4.9vw,57px);line-height:1;letter-spacing:-.047em;color:var(--heading-color)}.best-sellers-copy h1 span{color:var(--brand-dark)}.best-sellers-copy>p:not(.eyebrow){max-width:455px;margin:20px 0 18px;color:var(--muted);font-size:14px;line-height:1.55}.best-sellers-art{position:relative;min-height:310px}.best-sellers-art>span{position:absolute;display:block}.best-sellers-art.has-uploaded-image,.bundles-hero-art.has-uploaded-image{display:grid;place-items:stretch}.collection-hero-image{width:100%;height:100%;min-height:inherit;object-fit:cover;display:block}.best-art-bag{right:21%;bottom:34px;width:255px;height:245px;border-radius:34px;background:linear-gradient(145deg,var(--illustration-mid),var(--illustration-dark));box-shadow:0 28px 55px #6b462d2e,inset 0 0 0 3px #ffffff3d}.best-art-bag:before{content:"";position:absolute;left:70px;top:-55px;width:112px;height:88px;border:18px solid var(--illustration-outline);border-bottom:0;border-radius:70px 70px 0 0}.best-art-bag:after{content:"";position:absolute;top:100px;right:26px;bottom:24px;left:26px;border-radius:18px;background:repeating-linear-gradient(45deg,rgba(255,255,255,.23) 0 14px,transparent 14px 28px);border:3px solid rgba(157,91,54,.18)}.best-art-bottle{right:53%;bottom:36px;width:52px;height:128px;border-radius:18px 18px 14px 14px;background:linear-gradient(#fff 0 36%,var(--illustration-cool) 37% 56%,#fff7ef 57%);border:4px solid rgba(209,158,119,.38);transform:rotate(-8deg);box-shadow:0 12px 20px #5a3a2614}.best-art-bear{right:12%;bottom:22px;width:104px;height:104px;border-radius:50%;background:var(--illustration-light);box-shadow:-28px -24px 0 -15px var(--illustration-light),28px -24px 0 -15px var(--illustration-light),0 16px 28px #5a3a2614}.best-art-bear:after{content:"";position:absolute;left:31px;top:42px;width:7px;height:7px;border-radius:50%;background:#8a6046;box-shadow:35px 0 #8a6046,18px 23px 0 4px #d6a17b}.best-sellers-trust{margin-top:24px}.best-sellers-grid{margin-top:28px}.load-more-wrap{margin-top:30px;text-align:center}.load-more-button{min-width:170px;min-height:48px;display:inline-flex;align-items:center;justify-content:center;border-radius:5px;background:var(--cream-2);color:var(--ink);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.load-more-button[aria-busy=true]{opacity:.72;cursor:wait}.bundles-page{padding:22px 0 46px}.bundles-hero{min-height:286px;display:grid;grid-template-columns:.9fr 1.1fr;overflow:hidden;background:radial-gradient(circle at 87% 18%,rgba(255,255,255,.42),transparent 20%),linear-gradient(90deg,var(--bg) 0%,var(--cream) 42%,var(--illustration-mid) 100%);border:1px solid rgba(234,222,213,.72);border-radius:var(--radius);box-shadow:0 14px 34px #6044320b}.bundles-hero-copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(32px,5.6vw,62px)}.bundles-hero-copy .eyebrow{margin-bottom:13px;color:var(--ink);font-size:11px;letter-spacing:.07em}.bundles-hero-copy h1{margin:0;font-family:var(--serif);font-size:clamp(38px,4.9vw,57px);line-height:1;letter-spacing:-.047em;color:var(--heading-color)}.bundles-hero-copy h1 span{color:var(--brand-dark)}.bundles-hero-copy>p:not(.eyebrow){max-width:430px;margin:20px 0 0;color:var(--muted);font-size:14px;line-height:1.55}.bundles-hero-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.bundles-hero-points span{min-height:34px;display:inline-flex;align-items:center;gap:7px;padding:0 12px;border:1px solid rgba(201,133,96,.18);border-radius:999px;background:#ffffffa3;color:var(--ink);font-size:11px;font-weight:900}.bundles-hero-points .icon svg{width:15px;height:15px;color:var(--brand-dark)}.bundles-hero-art{position:relative;min-height:288px}.bundles-hero-art>span{position:absolute;display:block}.bundle-gift-box{right:20%;bottom:38px;width:345px;height:172px;border-radius:9px 13px 15px;background:linear-gradient(145deg,var(--illustration-mid) 0%,#e3ad83 58%,#cc865d 100%);transform:rotate(-7deg) skew(-3deg);box-shadow:0 30px 56px #6b462d30,inset 0 0 0 2px #ffffff3d}.bundle-gift-box:before{content:"";position:absolute;top:0;right:44%;bottom:0;left:41%;background:#fff6ec6b}.bundle-gift-lid{right:18%;top:48px;width:370px;height:78px;border-radius:9px;background:linear-gradient(145deg,#f8ddc5,#d89467);transform:rotate(-7deg);box-shadow:0 14px 28px #6b462d21}.bundle-gift-bear{right:49%;top:91px;width:74px;height:82px;border-radius:48% 48% 38% 38%;background:var(--illustration-light);box-shadow:-18px -19px 0 -10px var(--illustration-light),18px -19px 0 -10px var(--illustration-light),inset 0 -9px #c98f6414;transform:rotate(-8deg)}.bundle-gift-bear:after{content:"";position:absolute;left:21px;top:31px;width:6px;height:6px;border-radius:50%;background:#8a6046;box-shadow:26px 0 #8a6046,13px 17px 0 2px #d6a17b}.bundle-gift-bottle{right:38%;top:78px;width:48px;height:110px;border-radius:16px 16px 13px 13px;background:linear-gradient(#fff 0 33%,var(--illustration-cool) 34% 55%,#fff7ef 56%);border:4px solid rgba(209,158,119,.4);transform:rotate(-11deg);box-shadow:0 12px 20px #5a3a2614}.bundle-gift-bottle:before{content:"";position:absolute;left:11px;top:-18px;width:18px;height:18px;border-radius:9px 9px 4px 4px;background:#fff6ee;border:3px solid rgba(209,158,119,.35)}.bundle-gift-ball{right:26%;top:106px;width:70px;height:70px;border-radius:50%;background:radial-gradient(circle at 34% 28%,#fff,#f6eadf 58%,#e7b98f);box-shadow:0 13px 22px #5a3a2617}.bundle-gift-bow{right:1%;top:40px;width:220px;height:230px;background:linear-gradient(135deg,#fff4e8c2,#cc84582b);clip-path:polygon(47% 38%,100% 4%,80% 48%,100% 95%,48% 62%,5% 96%,26% 51%,3% 5%);filter:drop-shadow(0 12px 18px rgba(101,62,39,.08))}.bundles-value-strip{margin-top:22px;padding:22px 20px;display:grid;grid-template-columns:repeat(4,1fr);gap:16px;background:linear-gradient(90deg,#fff,var(--cream));border:1px solid var(--line);border-radius:12px;box-shadow:0 12px 28px #4832240b}.bundles-value-strip article{display:flex;align-items:center;justify-content:center;gap:11px;text-align:left}.bundles-value-strip .icon{color:var(--dark-accent)}.bundles-value-strip .icon svg{width:26px;height:26px}.bundles-value-strip strong,.bundles-value-strip small{display:block;line-height:1.2}.bundles-value-strip strong{font-size:12px}.bundles-value-strip small{color:var(--muted);font-size:11px}.bundles-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:22px;padding-top:28px}.bundle-card{flex:0 1 255px;min-width:0;display:flex;flex-direction:column;background:var(--paper);border:1px solid var(--line);border-radius:10px;overflow:hidden;box-shadow:0 8px 24px #4b31200b;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.bundle-card:hover{transform:translateY(-3px);border-color:var(--line);box-shadow:0 18px 38px #4b31201a}.bundle-image{height:198px;display:grid;place-items:center;background:radial-gradient(circle at 50% 42%,rgba(255,255,255,.72),transparent 35%),var(--media-bg);overflow:hidden;border-bottom:1px solid rgba(234,222,213,.64)}.bundle-image img{width:100%;height:100%;object-fit:cover}.bundle-card-body{flex:1;display:flex;flex-direction:column;padding:13px 14px 15px}.bundle-meta{display:inline-flex;align-self:flex-start;margin-bottom:8px;padding:4px 8px;border-radius:999px;background:var(--soft-accent);color:var(--brand-dark);font-size:9px;line-height:1;font-weight:900;text-transform:uppercase;letter-spacing:.045em}.bundle-card h2{margin:0 0 7px;min-height:31px;font-size:13px;line-height:1.22;letter-spacing:-.01em}.bundle-card h2 a:hover{color:var(--brand-dark)}.bundle-card p{margin:0 0 15px;min-height:40px;color:var(--muted);font-size:11px;line-height:1.45}.bundle-price-row{display:flex;align-items:baseline;gap:8px;margin:auto 0 13px;flex-wrap:wrap}.bundle-price-row strong{font-size:14px;font-weight:900;color:var(--dark-accent)}.bundle-price-row s{color:var(--muted);font-size:11px;font-weight:800}.bundle-price-row span{color:var(--sale);background:var(--sale-bg);padding:3px 7px;border-radius:4px;font-size:10px;line-height:1.2;font-weight:900}.bundle-add-form,.bundle-fallback-button{margin:0;display:block}.bundle-add-form button,.bundle-fallback-button{width:100%;min-height:39px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:4px;background:var(--brand-dark);color:var(--primary-button-text);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.045em;cursor:pointer;transition:background .18s ease,transform .18s ease}.bundle-add-form button:hover,.bundle-fallback-button:hover{background:var(--brand-dark);transform:translateY(-1px)}.bundle-add-form button[disabled],.bundle-fallback-button.is-disabled{opacity:.55;cursor:not-allowed;pointer-events:none;transform:none}.bundle-placeholder{width:88%;height:168px;display:block;position:relative;filter:drop-shadow(0 10px 12px rgba(73,43,24,.11))}.bundle-placeholder:before,.bundle-placeholder:after{content:"";position:absolute;display:block}.bundle-placeholder-feeding:before{left:20px;bottom:12px;width:46px;height:128px;border-radius:17px 17px 13px 13px;background:linear-gradient(#fff 0 36%,var(--illustration-mid) 37%);border:4px solid var(--illustration-outline)}.bundle-placeholder-feeding:after{right:20px;bottom:18px;width:92px;height:78px;border-radius:52% 48% 22px 22px;background:linear-gradient(#fff9f1,var(--illustration-mid));box-shadow:-12px -30px 0 -18px #fff,inset 0 0 0 4px #ffffff4d}.bundle-placeholder-nursery:before{left:15px;bottom:15px;width:72px;height:118px;border-radius:10px 10px 16px 16px;background:linear-gradient(#f6d7bd,var(--illustration-dark));box-shadow:86px 38px 0 -18px var(--illustration-light),144px 30px 0 -25px #e5c0a1}.bundle-placeholder-nursery:after{left:45px;top:9px;width:52px;height:54px;border:9px solid var(--illustration-outline);border-bottom:0;border-radius:42px 42px 0 0}.bundle-placeholder-travel:before,.bundle-placeholder-bag:before,.bundle-placeholder-starter:before,.bundle-placeholder-gift:before{left:26px;bottom:13px;width:88px;height:118px;border-radius:18px;background:linear-gradient(var(--illustration-mid),var(--illustration-dark));box-shadow:inset 0 0 0 2px #ffffff47}.bundle-placeholder-travel:after,.bundle-placeholder-bag:after,.bundle-placeholder-starter:after,.bundle-placeholder-gift:after{left:47px;top:6px;width:48px;height:46px;border:9px solid var(--illustration-outline);border-bottom:0;border-radius:36px 36px 0 0;box-shadow:105px 80px 0 -14px var(--illustration-light),82px 38px 0 -22px #e1b28c}.bundle-placeholder-bear:before{left:38px;bottom:14px;width:86px;height:86px;border-radius:50%;background:var(--illustration-mid);box-shadow:-22px -24px 0 -14px var(--illustration-dark),22px -24px 0 -14px var(--illustration-dark),93px 2px 0 -12px var(--illustration-light)}.bundle-placeholder-bear:after{left:67px;bottom:42px;width:31px;height:31px;border-radius:50%;background:var(--illustration-light);box-shadow:105px -9px 0 8px var(--illustration-outline)}.bundle-placeholder-hooks:before{left:43px;top:24px;width:34px;height:98px;border-radius:16px;background:var(--dark-accent);box-shadow:62px 0 0 var(--dark-accent)}.bundle-placeholder-hooks:after{left:51px;top:41px;width:18px;height:40px;border-radius:0 0 22px 22px;border:7px solid var(--media-bg);border-top:0;box-shadow:62px 0 0 -1px var(--media-bg)}.bundle-placeholder-starter:before{left:78px;width:82px;height:112px}.bundle-placeholder-starter:after{left:98px;box-shadow:-74px 68px 0 -17px #e2c19d,-36px 18px 0 -20px var(--illustration-light)}.bundle-placeholder-gift:before{width:102px;height:112px;border-radius:20px}.bundles-bottom-panel{margin-top:30px;padding:clamp(24px,4vw,36px);display:grid;grid-template-columns:.85fr 1.15fr;gap:24px;align-items:center;border-radius:12px;background:linear-gradient(90deg,#fff,var(--cream));border:1px solid var(--line);box-shadow:0 12px 30px #4832240d}.bundles-bottom-panel .eyebrow{margin-bottom:10px;color:var(--brand-dark)}.bundles-bottom-panel h2{margin:0;font-family:var(--serif);font-size:clamp(25px,3vw,36px);line-height:1.05;letter-spacing:-.035em}.bundles-bottom-panel>p{margin:0;max-width:640px;color:var(--muted);font-size:14px;line-height:1.6}@media(max-width:820px){.product-layout{grid-template-columns:1fr}.product-gallery{min-height:340px}.cart-layout{grid-template-columns:1fr}.cart-summary-card{position:static;order:-1}.cart-benefit-row{grid-template-columns:1fr}.cart-item{grid-template-columns:96px minmax(0,1fr);align-items:start}.cart-item-image{width:96px;height:96px}.cart-item-price{grid-column:2;justify-items:start;gap:8px;align-self:auto}.cart-item input{width:90px}.cart-upsell-grid{grid-template-columns:1fr}.search-form{flex-direction:column;display:grid;grid-template-columns:1fr}.not-found-suggestions{grid-template-columns:1fr}.collection-grid{grid-template-columns:repeat(2,1fr)}.collection-card{flex-basis:calc((100% - 18px)/2)}.collection-card-image{aspect-ratio:4 / 3}.collection-trust-strip{grid-template-columns:repeat(2,1fr)}.collection-hero-row{align-items:flex-start;flex-direction:column}.all-products-layout{grid-template-columns:1fr}.products-sidebar{position:static;border-right:0;padding-right:0;display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.filter-block{margin-bottom:0}.all-products-grid{grid-template-columns:repeat(2,1fr)}.all-product-card{flex-basis:calc((100% - 18px)/2)}.all-products-header{flex-direction:column}.bundles-hero,.bundles-grid{grid-template-columns:1fr}.bundle-card{flex-basis:min(100%,360px)}.bundles-hero-art{order:-1;min-height:220px}.bundles-value-strip{grid-template-columns:repeat(2,1fr)}.bundles-value-strip article{justify-content:flex-start}.bundles-bottom-panel,.best-sellers-hero{grid-template-columns:1fr}.best-sellers-art{order:-1;min-height:240px}}@media(max-width:430px){.collection-card,.all-product-card,.bundle-card{flex-basis:100%}}.nevababy-page{background:var(--bg)}.nevababy-page .eyebrow{margin:0 0 12px;color:var(--ink);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.about-hero{display:grid;grid-template-columns:.78fr 1.22fr;align-items:stretch;min-height:430px;margin-top:22px;border-radius:var(--radius);background:var(--paper);overflow:hidden;box-shadow:0 14px 34px #6044320b}.about-hero-copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(38px,6vw,74px)}.about-hero-copy h1,.contact-info h1{margin:0;font-family:var(--serif);font-size:clamp(35px,4.4vw,56px);line-height:1.04;letter-spacing:-.035em}.about-hero-copy h1 span,.story-copy h2 span,.contact-info h1 span{color:var(--brand)}.about-hero-copy>p,.contact-info>p{margin:20px 0 26px;max-width:430px;color:var(--muted);font-size:15px}.about-hero-image{min-height:430px;background:linear-gradient(90deg,var(--illustration-light),#f0d8c4)}.about-hero-image img,.story-image img,.contact-image-wrap img{width:100%;height:100%;object-fit:cover}.about-hero-placeholder,.story-placeholder,.contact-placeholder{min-height:100%;height:100%;position:relative;background:linear-gradient(135deg,var(--illustration-light),#e6bf9d);overflow:hidden}.about-hero-placeholder:after{content:"";position:absolute;right:18%;bottom:0;width:250px;height:320px;border-radius:45% 45% 0 0;background:linear-gradient(#efc09e,#bc825d);box-shadow:-88px 18px 0 -35px #ffe0c8,140px 88px 0 -45px #d49a74}.about-promise{margin-block:0 14px;padding:28px clamp(18px,4vw,48px);background:var(--paper);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.compact-heading{margin-bottom:18px}.compact-heading h2{font-size:14px;letter-spacing:.12em}.promise-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.promise-grid article{text-align:center;padding:8px clamp(14px,3vw,36px);border-left:1px solid var(--line)}.promise-grid article:first-child{border-left:0}.promise-grid .icon{display:inline-grid;place-items:center;color:var(--brand);margin-bottom:8px}.promise-grid .icon svg{width:30px;height:30px}.promise-grid h3{margin:0 0 6px;font-size:13px}.promise-grid p{margin:0 auto;max-width:190px;color:var(--muted);font-size:11px;line-height:1.45}.about-story{display:grid;grid-template-columns:.95fr .95fr .7fr;gap:28px;align-items:stretch;padding-bottom:36px}.story-image,.story-copy,.story-values{background:var(--paper);border-radius:10px;overflow:hidden}.story-image{min-height:300px}.story-placeholder:before{content:"";position:absolute;left:16%;bottom:28px;width:190px;height:215px;border-radius:30px;background:linear-gradient(var(--illustration-mid),var(--illustration-dark));box-shadow:155px 35px 0 -58px #fff4e9,95px -20px 0 -70px var(--illustration-mid)}.story-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(28px,4vw,48px)}.story-copy h2{margin:0 0 20px;font-family:var(--serif);font-size:clamp(30px,3.4vw,43px);line-height:1.05;letter-spacing:-.035em}.story-copy p{margin:0 0 12px;color:var(--muted);font-size:13px}.story-values{display:grid;align-content:center;gap:18px;padding:28px}.story-values article,.contact-methods article,.faq-card,.privacy-note{display:flex;gap:13px;align-items:flex-start}.story-values .icon,.contact-methods .icon,.faq-card .icon{color:var(--brand);width:36px;height:36px;border-radius:50%;background:var(--soft-accent);display:grid;place-items:center;flex:0 0 auto}.story-values .icon svg,.contact-methods .icon svg,.faq-card .icon svg{width:19px;height:19px}.story-values h3,.contact-methods h3,.faq-card h3{margin:0 0 3px;font-size:13px;line-height:1.2}.story-values p,.contact-methods p,.faq-card p{margin:0;color:var(--muted);font-size:11px;line-height:1.4}.contact-page{padding:34px 0 46px}.contact-layout{display:grid;grid-template-columns:.74fr 1.08fr .88fr;gap:24px;align-items:start}.contact-info{padding:28px 0 0}.contact-methods{display:grid;gap:18px;margin-top:30px}.contact-methods a{color:inherit;font-weight:800}.contact-card{background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:26px;box-shadow:var(--shadow)}.contact-form{display:grid;gap:14px}.contact-fields-two{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-form input,.contact-form textarea{width:100%;border:1px solid var(--line);border-radius:5px;background:var(--paper);padding:14px 16px;color:var(--ink)}.contact-form input{min-height:48px}.contact-form textarea{min-height:190px;resize:vertical}.contact-form .btn{width:100%}.privacy-note{align-items:center;margin:0;color:#5f6d7b;font-size:12px}.privacy-note .icon{color:#67a6d9}.privacy-note .icon svg{width:16px;height:16px}.contact-visual{display:grid;gap:18px}.contact-image-wrap{min-height:290px;border-radius:0 0 12px 12px;overflow:hidden;background:var(--cream-2)}.contact-placeholder:before{content:"";position:absolute;left:20%;bottom:22px;width:180px;height:220px;border-radius:28px;background:linear-gradient(var(--illustration-mid),var(--illustration-dark));box-shadow:-58px 56px 0 -44px #f7fbfb,112px 70px 0 -52px var(--illustration-light)}.faq-card{background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:22px;box-shadow:0 10px 25px #4832240d}.faq-card .btn{margin-top:12px;min-height:36px;padding-inline:18px;font-size:10px}.faq-page{padding:22px 0 52px}.faq-hero{min-height:340px;display:grid;grid-template-columns:.86fr 1.14fr;overflow:hidden;border:1px solid rgba(234,222,213,.72);border-radius:var(--radius);background:radial-gradient(circle at 88% 18%,rgba(255,255,255,.48),transparent 21%),linear-gradient(90deg,var(--bg) 0%,var(--cream) 44%,var(--illustration-mid) 100%);box-shadow:0 14px 34px #6044320b}.faq-hero-copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(36px,5.8vw,68px)}.faq-hero-copy h1{margin:0;font-family:var(--serif);font-size:clamp(38px,5vw,58px);line-height:1;letter-spacing:-.047em;color:var(--heading-color)}.faq-hero-copy h1 span{color:var(--brand-dark)}.faq-hero-copy>p:not(.eyebrow){max-width:485px;margin:20px 0 0;color:var(--muted);font-size:15px;line-height:1.58}.faq-hero-art{position:relative;min-height:340px}.faq-hero-image{position:absolute;top:34px;right:42px;bottom:34px;left:42px;width:calc(100% - 84px);height:calc(100% - 68px);object-fit:cover;border-radius:26px;box-shadow:0 24px 55px #6b462d24}.faq-hero-art>span{position:absolute;display:block}.faq-card-stack{right:18%;bottom:46px;width:270px;height:205px;border-radius:26px;background:linear-gradient(145deg,var(--illustration-light),#f1d2ba);border:1px solid rgba(157,91,54,.14);box-shadow:0 24px 55px #6b462d24}.faq-card-stack:before{content:"";position:absolute;inset:42px 30px auto;height:13px;border-radius:999px;background:#d9a07a;box-shadow:0 38px #ead8ca,0 76px #ead8ca}.faq-card-stack:after{content:"?";position:absolute;right:28px;bottom:24px;width:64px;height:64px;display:grid;place-items:center;border-radius:50%;background:var(--brand);color:var(--primary-button-text);font-family:var(--serif);font-size:44px;line-height:1}.faq-bottle{right:52%;bottom:42px;width:54px;height:126px;border-radius:18px 18px 14px 14px;background:linear-gradient(#fff 0 36%,var(--illustration-cool) 37% 56%,#fff7ef 57%);border:4px solid rgba(209,158,119,.38);transform:rotate(-7deg);box-shadow:0 12px 20px #5a3a2614}.faq-pacifier{right:12%;bottom:65px;width:100px;height:78px;border-radius:50%;background:#fff3e8;box-shadow:inset 0 0 0 18px #e4b38d,0 14px 26px #5a3a2614}.faq-pacifier:after{content:"";position:absolute;left:36px;top:25px;width:28px;height:28px;border-radius:50%;background:var(--bg)}.faq-topic-strip{margin-top:24px;padding:22px 20px;display:grid;grid-template-columns:repeat(4,1fr);gap:16px;background:linear-gradient(90deg,#fff,var(--cream));border:1px solid var(--line);border-radius:12px;box-shadow:0 12px 28px #4832240b}.faq-topic-strip article{display:flex;align-items:center;justify-content:center;gap:11px;text-align:left}.faq-topic-strip .icon{color:var(--dark-accent)}.faq-topic-strip .icon svg{width:26px;height:26px}.faq-topic-strip strong,.faq-topic-strip small{display:block;line-height:1.2}.faq-topic-strip strong{font-size:12px}.faq-topic-strip small{color:var(--muted);font-size:11px}.faq-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:28px;align-items:start;padding-top:32px}.faq-list{background:var(--paper);border:1px solid var(--line);border-radius:12px;overflow:hidden;box-shadow:0 12px 30px #4832240d}.faq-list details{border-bottom:1px solid var(--line)}.faq-list details:last-child{border-bottom:0}.faq-list summary{list-style:none;cursor:pointer;padding:20px 24px;display:flex;justify-content:space-between;gap:24px;color:var(--ink);font-size:15px;font-weight:900}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";color:var(--brand-dark);font-size:24px;line-height:1;font-weight:700}.faq-list details[open] summary:after{content:"-"}.faq-list details p{margin:0;padding:0 24px 22px;max-width:780px;color:var(--muted);font-size:13px;line-height:1.65}.faq-support-panel{display:grid;gap:18px;position:sticky;top:145px}.faq-support-card,.faq-note-card{background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:24px;box-shadow:0 10px 25px #4832240d}.faq-support-card .icon{width:42px;height:42px;display:grid;place-items:center;margin-bottom:14px;border-radius:50%;background:var(--soft-accent);color:var(--brand)}.faq-support-card h2,.faq-note-card h2{margin:0 0 10px;font-family:var(--serif);font-size:25px;line-height:1.08;letter-spacing:-.03em}.faq-support-card p,.faq-note-card p{margin:0 0 16px;color:var(--muted);font-size:13px;line-height:1.5}.faq-note-card{background:linear-gradient(135deg,#fff,var(--cream))}.policy-page{padding:22px 0 52px}.policy-hero{min-height:340px;display:grid;grid-template-columns:.86fr 1.14fr;overflow:hidden;border:1px solid rgba(234,222,213,.72);border-radius:var(--radius);background:radial-gradient(circle at 88% 18%,rgba(255,255,255,.48),transparent 21%),linear-gradient(90deg,var(--bg) 0%,var(--cream) 44%,var(--illustration-mid) 100%);box-shadow:0 14px 34px #6044320b}.policy-hero-copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(36px,5.8vw,68px)}.policy-hero-copy h1{margin:0;font-family:var(--serif);font-size:clamp(38px,5vw,58px);line-height:1;letter-spacing:-.047em;color:var(--heading-color)}.policy-hero-copy h1 span{color:var(--brand-dark)}.policy-hero-copy>p:not(.eyebrow){max-width:500px;margin:20px 0 0;color:var(--muted);font-size:15px;line-height:1.58}.policy-hero-art{position:relative;min-height:340px}.policy-hero-art>span{position:absolute;display:block}.policy-box{right:19%;bottom:52px;width:245px;height:190px;border-radius:22px;background:linear-gradient(145deg,#f7dcc6,#d8986d);box-shadow:0 24px 55px #6b462d24,inset 0 0 0 3px #ffffff38}.policy-box:before{content:"";position:absolute;top:0;right:43%;bottom:0;left:41%;background:#fff6ec5c}.policy-truck-line{right:47%;bottom:78px;width:150px;height:62px;border-radius:18px;background:var(--illustration-light);box-shadow:inset 0 0 0 4px #e1b48f,0 13px 22px #5a3a2614}.policy-truck-line:after{content:"";position:absolute;left:24px;bottom:-12px;width:24px;height:24px;border-radius:50%;background:#8a6046;box-shadow:78px 0 #8a6046}.policy-pin-dot{right:12%;top:78px;width:84px;height:84px;border-radius:50%;background:#fff3e8;box-shadow:inset 0 0 0 18px #e4b38d,0 14px 26px #5a3a2614}.policy-pin-dot:after{content:"";position:absolute;left:32px;top:30px;width:20px;height:20px;border-radius:50%;background:var(--bg)}.policy-hero-image{width:100%;height:100%;object-fit:cover;display:block}.policy-return-card{right:18%;bottom:46px;width:270px;height:205px;border-radius:26px;background:linear-gradient(145deg,var(--illustration-light),#f1d2ba);border:1px solid rgba(157,91,54,.14);box-shadow:0 24px 55px #6b462d24}.policy-return-card:before{content:"";position:absolute;inset:48px 34px auto;height:14px;border-radius:999px;background:#d9a07a;box-shadow:0 42px #ead8ca,0 84px #ead8ca}.policy-return-loop{right:46%;bottom:84px;width:118px;height:118px;border-radius:50%;border:18px solid #d99a75;border-left-color:transparent;transform:rotate(-25deg);filter:drop-shadow(0 12px 18px rgba(90,58,38,.08))}.policy-return-loop:after{content:"";position:absolute;left:-16px;top:4px;width:34px;height:34px;background:#d99a75;clip-path:polygon(0 50%,100% 0,100% 100%);transform:rotate(18deg)}.policy-heart-dot{right:12%;top:80px;width:88px;height:88px;border-radius:50%;background:#fff3e8;box-shadow:0 14px 26px #5a3a2614}.policy-heart-dot:after{content:"\2661";position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:var(--brand-dark);font-size:44px;font-weight:900}.policy-topic-strip{margin-top:24px;padding:22px 20px;display:grid;grid-template-columns:repeat(4,1fr);gap:16px;background:linear-gradient(90deg,#fff,var(--cream));border:1px solid var(--line);border-radius:12px;box-shadow:0 12px 28px #4832240b}.policy-topic-strip article{display:flex;align-items:center;justify-content:center;gap:11px;text-align:left}.policy-topic-strip .icon{color:var(--dark-accent)}.policy-topic-strip .icon svg{width:26px;height:26px}.policy-topic-strip strong,.policy-topic-strip small{display:block;line-height:1.2}.policy-topic-strip strong{font-size:12px}.policy-topic-strip small{color:var(--muted);font-size:11px}.policy-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:28px;align-items:start;padding-top:32px}.policy-list{display:grid;gap:14px}.policy-list article{background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:22px 24px;box-shadow:0 10px 25px #4832240b}.policy-list h2{margin:0 0 8px;font-size:17px;line-height:1.2}.policy-list p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}.policy-support-panel{display:grid;gap:18px;position:sticky;top:145px}.policy-support-card,.policy-note-card{background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:24px;box-shadow:0 10px 25px #4832240d}.policy-support-card .icon{width:42px;height:42px;display:grid;place-items:center;margin-bottom:14px;border-radius:50%;background:var(--soft-accent);color:var(--brand)}.policy-support-card h2,.policy-note-card h2{margin:0 0 10px;font-family:var(--serif);font-size:25px;line-height:1.08;letter-spacing:-.03em}.policy-support-card p,.policy-note-card p{margin:0 0 16px;color:var(--muted);font-size:13px;line-height:1.5}.policy-note-card{background:linear-gradient(135deg,#fff,var(--cream))}.customer-page{padding:28px 0 52px}.customer-hero{margin-bottom:24px;padding:clamp(30px,5vw,54px);border:1px solid rgba(234,222,213,.72);border-radius:var(--radius);background:radial-gradient(circle at 88% 18%,rgba(255,255,255,.48),transparent 21%),linear-gradient(90deg,var(--bg) 0%,var(--cream) 48%,var(--illustration-mid) 100%);box-shadow:0 14px 34px #6044320b}.customer-hero-row{display:flex;justify-content:space-between;align-items:center;gap:24px}.customer-hero h1,.customer-card>h1{margin:0;font-family:var(--serif);font-size:clamp(36px,4.8vw,56px);line-height:1;letter-spacing:-.047em;color:var(--heading-color)}.customer-hero p:not(.eyebrow),.customer-card>p{max-width:560px;margin:18px 0 0;color:var(--muted);font-size:15px;line-height:1.58}.customer-auth-grid,.customer-account-layout,.customer-address-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px;align-items:start}.customer-auth-grid-single{grid-template-columns:minmax(0,720px) minmax(260px,360px);justify-content:center}.customer-card{background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:26px;box-shadow:var(--shadow)}.customer-card-soft{background:linear-gradient(135deg,#fff,var(--cream))}.customer-card h2{margin:0 0 16px;font-family:var(--serif);font-size:25px;line-height:1.08;letter-spacing:-.03em}.customer-card p{color:var(--muted)}.customer-card .icon{width:42px;height:42px;display:grid;place-items:center;margin-bottom:14px;border-radius:50%;background:var(--soft-accent);color:var(--brand)}.customer-form{display:grid;gap:13px}.customer-form label{color:var(--ink);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.customer-form input,.customer-form select{width:100%;min-height:48px;border:1px solid var(--line);border-radius:5px;background:var(--paper);padding:12px 14px;color:var(--ink)}.customer-form .btn{width:100%;margin-top:4px}.customer-fields-two{display:grid;grid-template-columns:1fr 1fr;gap:13px}.customer-text-link{color:var(--brand-dark);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.customer-bottom-panel{margin-top:24px;padding:24px;display:flex;justify-content:space-between;align-items:center;gap:24px;border:1px solid var(--line);border-radius:12px;background:linear-gradient(90deg,#fff,var(--cream));box-shadow:0 12px 28px #4832240b}.customer-bottom-panel .icon{color:var(--brand);margin-bottom:10px}.customer-bottom-panel h2{margin:0 0 6px;font-family:var(--serif);font-size:25px;line-height:1.08;letter-spacing:-.03em}.customer-bottom-panel p{margin:0;color:var(--muted)}.customer-card-heading{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:14px}.customer-table-wrap{overflow-x:auto}.customer-table{width:100%;border-collapse:collapse;font-size:13px}.customer-table th,.customer-table td{padding:14px 12px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.customer-table th{color:var(--ink);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.customer-table a{color:var(--brand-dark);font-weight:900}.customer-table tfoot td{border-bottom:0}.customer-empty-state{display:grid;justify-items:center;text-align:center;gap:10px}.customer-empty-state .icon{margin-bottom:2px}.customer-empty-state h2{margin-bottom:0}.customer-empty-state p{margin:0 0 8px;max-width:360px}.customer-account-summary{position:sticky;top:145px}.customer-account-summary .btn{width:100%;margin-top:12px}.customer-address-block{color:var(--muted);font-size:13px;line-height:1.6}.customer-address-block p{margin:0;color:inherit}.customer-address-list{display:grid;gap:16px}.customer-address-card{position:relative}.customer-badge{display:inline-flex;margin-bottom:12px;border-radius:999px;background:var(--soft-accent);color:var(--brand-dark);padding:5px 10px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.customer-checkbox{display:flex;align-items:center;gap:9px;text-transform:none;letter-spacing:0}.customer-checkbox input{width:auto;min-height:auto}.customer-pagination{margin-top:18px}.form-success{margin:0;padding:12px 14px;border-radius:6px;background:var(--success-bg);color:var(--success);font-weight:800}@media(max-width:1100px){.about-story,.contact-layout,.customer-auth-grid,.customer-account-layout,.customer-address-layout{grid-template-columns:1fr}.story-values{grid-template-columns:repeat(2,1fr)}.contact-info{padding-top:0}.customer-account-summary{position:static}}@media(max-width:820px){.about-hero{grid-template-columns:1fr}.about-hero-image{order:-1;min-height:320px}.promise-grid{grid-template-columns:repeat(2,1fr);row-gap:22px}.promise-grid article{border-left:0}.contact-fields-two,.faq-hero,.faq-layout,.policy-hero,.policy-layout{grid-template-columns:1fr}.faq-hero-art,.policy-hero-art{order:-1;min-height:250px}.faq-topic-strip,.policy-topic-strip{grid-template-columns:repeat(2,1fr)}.faq-topic-strip article,.policy-topic-strip article{justify-content:flex-start}.faq-support-panel,.policy-support-panel{position:static;grid-template-columns:1fr 1fr}.customer-hero-row,.customer-bottom-panel{align-items:flex-start;flex-direction:column}}@media(max-width:520px){.about-hero-copy,.story-copy,.contact-card,.customer-card{padding:24px}.story-values,.promise-grid{grid-template-columns:1fr}.customer-page{padding-top:20px;padding-bottom:34px}.customer-hero{padding:30px 32px 34px}.customer-hero h1,.customer-card>h1{font-size:38px}.customer-fields-two{grid-template-columns:1fr}.contact-page{padding-top:20px}.bundles-page{padding-top:18px;padding-bottom:34px}.bundles-hero-copy{padding:28px 32px 32px}.bundles-hero-copy h1{font-size:38px}.bundles-hero-copy>p:not(.eyebrow){font-size:14px}.bundles-hero-points{gap:8px;margin-top:18px}.bundles-hero-points span{min-height:32px;padding-inline:10px;font-size:10px}.bundles-hero-art{min-height:205px}.bundle-gift-box{right:19%;bottom:26px;width:310px;height:150px}.bundle-gift-lid{right:16%;top:33px;width:330px;height:68px}.bundle-gift-bow{right:-13%;top:28px;width:195px;height:205px}.bundle-gift-bear{right:50%;top:72px}.bundle-gift-bottle{right:37%;top:62px;transform:rotate(-11deg) scale(.9)}.bundle-gift-ball{right:23%;top:91px;transform:scale(.92)}.bundles-value-strip{grid-template-columns:1fr;gap:14px;padding:18px;margin-top:20px}.bundles-grid{gap:20px;padding-top:22px}.bundle-image{height:202px}.bundle-card-body{padding:14px}.bundle-card h2{min-height:0;font-size:14px}.bundle-card p{min-height:0;font-size:12px}.bundle-add-form button,.bundle-fallback-button{min-height:41px}.bundles-bottom-panel{margin-top:24px;padding:24px}.best-sellers-page{padding-top:18px;padding-bottom:34px}.best-sellers-copy{padding:30px 32px 34px}.best-sellers-copy h1{font-size:38px}.best-sellers-art{min-height:220px}.best-art-bag{right:25%;bottom:22px;width:205px;height:190px;border-radius:28px}.best-art-bag:before{left:57px;top:-44px;width:86px;height:70px;border-width:14px}.best-art-bag:after{top:80px;right:22px;bottom:20px;left:22px}.best-art-bottle{right:60%;bottom:24px;transform:rotate(-8deg) scale(.82)}.best-art-bear{right:8%;bottom:16px;transform:scale(.82)}.faq-page,.policy-page{padding-top:18px;padding-bottom:34px}.faq-hero-copy,.policy-hero-copy{padding:30px 32px 34px}.faq-hero-copy h1,.policy-hero-copy h1{font-size:38px}.faq-hero-art{min-height:220px}.faq-hero-image{top:24px;right:28px;bottom:24px;left:28px;width:calc(100% - 56px);height:calc(100% - 48px)}.policy-hero-art{min-height:220px}.faq-card-stack{right:20%;bottom:28px;width:220px;height:168px}.faq-card-stack:after{width:54px;height:54px;font-size:36px}.faq-bottle{right:61%;bottom:24px;transform:rotate(-7deg) scale(.84)}.faq-pacifier{right:6%;bottom:42px;transform:scale(.78)}.policy-box,.policy-return-card{right:18%;bottom:28px;transform:scale(.82);transform-origin:bottom right}.policy-truck-line,.policy-return-loop{right:51%;bottom:55px;transform:scale(.75);transform-origin:bottom right}.policy-pin-dot,.policy-heart-dot{right:7%;top:44px;transform:scale(.78)}.faq-topic-strip,.faq-support-panel,.policy-topic-strip,.policy-support-panel{grid-template-columns:1fr}.faq-list summary{padding:18px;font-size:14px}.faq-list details p{padding:0 18px 18px}}.product-page{padding:28px 0 58px}.product-showcase{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(340px,.82fr);gap:48px;align-items:stretch}.product-media-column{display:grid;grid-template-columns:74px 1fr;gap:16px;align-self:stretch;min-height:0}.product-thumbs{max-height:590px;display:flex;flex-direction:column;gap:12px;overflow-y:auto;overscroll-behavior:contain;padding-right:4px;scrollbar-width:none;-ms-overflow-style:none}.product-thumbs::-webkit-scrollbar{display:none}.product-thumb{position:relative;flex:0 0 88px;height:88px;border:2px solid transparent;border-radius:8px;overflow:hidden;background:var(--media-bg);display:grid;place-items:center;box-shadow:0 6px 16px #4a30220f;cursor:pointer;padding:0}.product-thumb:not(.is-active){opacity:.42;filter:grayscale(.72)}.product-thumb.is-active{border-color:var(--brand);opacity:1;filter:none}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-thumb-media-icon{position:absolute;left:50%;top:50%;min-width:28px;height:28px;display:inline-grid;place-items:center;transform:translate(-50%,-50%);border-radius:999px;background:#191411c2;color:var(--primary-button-text);padding:0 8px;font-size:11px;font-weight:900;line-height:1}.product-thumb-placeholder:before{content:"";width:42px;height:54px;border-radius:10px;background:linear-gradient(var(--illustration-mid),var(--illustration-dark))}.product-main-media{position:relative;min-height:590px;height:100%;display:grid;place-items:center;overflow:hidden;border-radius:8px;background:linear-gradient(135deg,#fbefe5,#d5b08f)}.product-media-panel{width:100%;height:100%;min-height:inherit;display:grid;place-items:stretch}.product-media-panel[hidden]{display:none}.product-main-media .product-main-image,.product-main-media video,.product-main-media iframe,.product-main-media model-viewer,.product-main-media .shopify-model-viewer-ui{width:100%;height:100%;min-height:inherit;object-fit:cover;border-radius:8px}.product-main-media .product-main-image{cursor:zoom-in}.product-media-placeholder{width:100%;height:100%;min-height:590px;display:grid;place-items:center;background:radial-gradient(circle at 20% 80%,rgba(255,255,255,.55),transparent 30%),linear-gradient(135deg,#f9eadf,#d2a27b)}.product-media-placeholder .mock-product{transform:scale(2.4)}.product-heart{position:absolute;z-index:2;top:18px;right:18px;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#ffffffe0;color:var(--brand);font-size:24px}.media-sale-badge{position:absolute;z-index:2;top:62px;right:18px;border-radius:8px;background:var(--paper);color:var(--brand);padding:8px 10px;font-size:10px;line-height:1.1;text-align:center;font-weight:900;text-transform:uppercase;box-shadow:0 8px 22px #472a1a1f}.product-gallery-arrow{position:absolute;z-index:3;top:50%;width:34px;height:44px;transform:translateY(-50%);border:0;border-radius:999px;background:#ffffff75;color:var(--ink);box-shadow:0 8px 20px #37261d1f;cursor:pointer;font-size:28px;line-height:1;display:grid;place-items:center;transition:background .18s ease,transform .18s ease}.product-gallery-arrow:hover{background:#ffffffb8;transform:translateY(-50%) scale(1.04)}.product-gallery-arrow-prev{left:12px}.product-gallery-arrow-next{right:12px}.product-gallery-counter{position:absolute;z-index:3;left:50%;bottom:16px;transform:translate(-50%);min-width:54px;min-height:30px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#ffffffe6;color:var(--ink);box-shadow:0 8px 22px #37261d1f;font-size:13px;font-weight:900}.product-media-modal[hidden]{display:none}.product-media-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:grid;place-items:center;padding:28px}.product-media-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#12100fd1}.product-media-modal-frame{position:relative;z-index:1;margin:0;display:grid;place-items:center;max-width:calc(100vw - 56px);max-height:calc(100vh - 56px)}.product-media-modal-frame img{display:block;width:auto;height:auto;max-width:calc(100vw - 56px);max-height:calc(100vh - 56px);object-fit:contain;border-radius:8px;box-shadow:0 20px 60px #00000059}.product-media-modal-close{position:fixed;z-index:2;top:18px;right:18px;width:44px;height:44px;border:0;border-radius:999px;background:var(--paper);color:var(--ink);cursor:pointer;font-size:28px;line-height:1;display:grid;place-items:center;box-shadow:0 12px 30px #00000038}.product-media-modal-arrow{position:fixed;z-index:2;top:50%;width:38px;height:52px;transform:translateY(-50%);border:0;border-radius:999px;background:#ffffff75;color:var(--ink);cursor:pointer;font-size:34px;line-height:1;display:grid;place-items:center;box-shadow:0 12px 30px #0003;transition:background .18s ease,transform .18s ease}.product-media-modal-arrow:hover{background:#ffffffb8;transform:translateY(-50%) scale(1.04)}.product-media-modal-prev{left:18px}.product-media-modal-next{right:18px}.product-media-modal-counter{position:fixed;z-index:2;left:50%;bottom:20px;min-width:58px;min-height:32px;transform:translate(-50%);display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#ffffffc7;color:var(--ink);font-size:13px;font-weight:900;box-shadow:0 12px 30px #0003}body.media-modal-open{overflow:hidden}.play-button{position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%);width:74px;height:74px;border-radius:50%;border:0;background:#191411c7;color:var(--primary-button-text);font-size:28px;display:grid;place-items:center;padding-left:5px}.product-buy-box{padding-top:20px}.product-buy-box h1{margin:0 0 10px;font-size:clamp(32px,4vw,46px);line-height:1.05;letter-spacing:-.04em}.product-short-copy{max-width:480px;color:#4e443e;margin:0 0 20px;font-size:15px;line-height:1.55}.product-rating{display:flex;align-items:center;gap:8px;margin-bottom:10px}.product-rating small{color:#463d37;font-weight:700}.product-price-row{display:flex;align-items:center;gap:12px;margin-bottom:10px}.product-current-price{font-size:28px;font-weight:900;color:var(--dark-accent)}.product-price-row s{color:var(--muted);font-weight:700}.save-pill{background:var(--sale-bg);color:var(--sale);border-radius:5px;padding:6px 10px;font-size:12px;font-weight:900}.product-trust-list{display:grid;gap:14px;margin:20px 0 24px;font-weight:800;color:#2f2925}.product-trust-list span{display:flex;align-items:center;gap:10px}.product-trust-list .icon svg{width:20px;height:20px}.product-option-fieldset{border:0;padding:0;margin:0 0 16px}.product-option-fieldset legend{margin-bottom:10px;font-size:12px;font-weight:900;text-transform:uppercase}.product-option-fieldset legend span{color:var(--muted);text-transform:none}.option-pills{display:flex;flex-wrap:wrap;gap:9px}.option-pill input{position:absolute;opacity:0;pointer-events:none}.option-pill span{min-width:42px;min-height:42px;display:grid;place-items:center;border:1px solid var(--option-swatch-border, var(--line));border-radius:999px;background:var(--option-swatch-bg, #f4dfcc);color:var(--option-swatch-text, #25211f);padding:0 13px;cursor:pointer;font-size:12px;font-weight:800}.option-pill-captain span,.option-pill-navy span{--option-swatch-bg: #1f2f46;--option-swatch-text: var(--primary-button-text);--option-swatch-border: #1f2f46}.option-pill-blue span{--option-swatch-bg: #1d73d8;--option-swatch-text: #ffffff;--option-swatch-border: #1558a8}.option-pill-green span{--option-swatch-bg: #55a85c;--option-swatch-text: #ffffff;--option-swatch-border: #3d8543}.option-pill-light-blue span{--option-swatch-bg: #9ed9f4;--option-swatch-text: #183849;--option-swatch-border: #67bde4}.option-pill-orange span{--option-swatch-bg: #f47a22;--option-swatch-text: #ffffff;--option-swatch-border: #c95a10}.option-pill-turquoise span{--option-swatch-bg: #19b9bd;--option-swatch-text: #ffffff;--option-swatch-border: #0f8f93}.option-pill-yellow span{--option-swatch-bg: #ffd84a;--option-swatch-text: #3d2e00;--option-swatch-border: #d9ad13}.option-pill-red span{--option-swatch-bg: #e33b3f;--option-swatch-text: #ffffff;--option-swatch-border: #b92329}.option-pill-coffee span{--option-swatch-bg: #8a5a3c;--option-swatch-text: #ffffff;--option-swatch-border: #684129}.option-pill-pink span{--option-swatch-bg: #f5a6bd;--option-swatch-text: #4c1f2d;--option-swatch-border: #dc7895}.option-pill-strawberry span{--option-swatch-bg: #df4f61;--option-swatch-text: #ffffff;--option-swatch-border: #b93948}.option-pill-grey span,.option-pill-gray span{--option-swatch-bg: #9e9e9e;--option-swatch-text: #1f1f1f;--option-swatch-border: #7f7f7f}.option-pill-black span{--option-swatch-bg: #181818;--option-swatch-text: var(--primary-button-text);--option-swatch-border: #181818}.option-pill-white span{--option-swatch-bg: var(--paper);--option-swatch-text: #2f2925;--option-swatch-border: #d9d0c8}.option-pill-beige span,.option-pill-cream span{--option-swatch-bg: #ead7c5;--option-swatch-text: #3b2b22;--option-swatch-border: #dec5b0}.option-pill.is-selected span{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--brand)}.variant-select{display:none}.product-form-enhanced{gap:12px;margin-top:0}.product-urgency-note{min-height:46px;display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid #f0d8c8;border-radius:6px;background:linear-gradient(90deg,#fff8f2,#fbe9dc);color:#6f3c28;font-size:13px;font-weight:800;line-height:1.3}.product-urgency-note span{font-size:18px;line-height:1}.add-to-cart-button{width:100%;min-height:58px;border:0;border-radius:3px;background:var(--brand-dark);color:var(--primary-button-text);font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;transition:background .18s ease,transform .18s ease}.add-to-cart-button:hover{background:var(--brand-dark);transform:translateY(-1px)}.add-to-cart-button[disabled]{opacity:.55;cursor:not-allowed}.product-benefits{margin-top:42px;padding:36px 24px;border-radius:5px;background:linear-gradient(90deg,#fff,var(--cream));display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-benefits article{text-align:center;padding:0 16px}.product-benefits .icon{display:inline-grid;place-items:center;margin-bottom:12px;color:var(--dark-accent)}.product-benefits .icon svg{width:30px;height:30px}.product-benefits h3{margin:0 0 7px;font-size:12px;text-transform:uppercase;letter-spacing:.04em}.product-benefits p{margin:0 auto;max-width:190px;color:#514842;font-size:12px}.product-moments,.product-drawers{margin-top:38px}.product-upsell-collections{padding-top:42px;padding-bottom:54px}.product-moments h2,.product-upsell-collections h2{margin:0 0 18px;font-size:22px;line-height:1.2}.moments-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.moments-grid article{text-align:center}.moment-img{height:210px;display:block;border-radius:5px;margin-bottom:10px;background:linear-gradient(135deg,#f4e0cf,#bd8b68);position:relative;overflow:hidden}.moment-img:after{content:"";position:absolute;inset:auto 22% 0;height:74%;border-radius:48% 48% 0 0;background:linear-gradient(#f2c9ad,#b87d58);opacity:.9}.moment-2:after{inset:auto 18% 18px;height:58%;border-radius:16px;background:#d5a277;box-shadow:inset 0 38px #f7e1cf}.moment-3{background:linear-gradient(135deg,#d3dfcb,#c49672)}.moment-4{background:linear-gradient(135deg,#2b2b2b,#d4a17d)}.moments-grid h3{margin:0;font-size:14px}.moments-grid p{margin:4px auto 0;max-width:180px;color:var(--muted);font-size:12px}.product-lifestyle-banner{margin-top:34px;min-height:310px;display:grid;grid-template-columns:.55fr 1.45fr;border-radius:5px;overflow:hidden;background:linear-gradient(90deg,#fff5ed,#efd7c4)}.product-lifestyle-banner>div{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(28px,5vw,48px)}.product-lifestyle-banner h2{margin:0 0 14px;font-size:clamp(28px,3.5vw,40px);line-height:1.05}.product-lifestyle-banner p{margin:0 0 20px;color:#4b423c}.product-lifestyle-banner .btn{background:#111}.lifestyle-wide-img{min-height:310px;background:linear-gradient(135deg,rgba(255,255,255,.25),transparent),linear-gradient(135deg,#d7e0c7,#b98a65);position:relative}.lifestyle-wide-img:after{content:"";position:absolute;right:22%;bottom:0;width:250px;height:285px;border-radius:46% 46% 0 0;background:#d39b75;box-shadow:-105px 80px 0 -48px #f4d1b8}.product-drawers{display:grid;gap:12px}.product-drawer{border:1px solid var(--line);border-radius:8px;background:var(--paper);overflow:hidden;box-shadow:0 10px 26px #4832240b}.product-drawer summary{min-height:58px;list-style:none;cursor:pointer;padding:0 22px;font-size:14px;font-weight:900;display:flex;align-items:center;justify-content:space-between;gap:20px}.product-drawer summary::-webkit-details-marker{display:none}.product-drawer summary:after{content:"+";width:28px;height:28px;flex:0 0 auto;border-radius:50%;display:grid;place-items:center;background:var(--soft-accent);color:var(--brand-dark);font-size:18px;line-height:1}.product-drawer[open] summary:after{content:"-"}.product-drawer-content{padding:0 22px 24px;color:var(--muted);font-size:14px;line-height:1.65}.product-drawer-content h2{margin:0 0 14px;color:var(--ink);font-size:22px;line-height:1.2}.product-drawer-content h3{margin:22px 0 8px;color:var(--ink);font-size:15px;line-height:1.25}.product-drawer-content p,.product-drawer-content ul{margin:0 0 12px}.product-drawer-content ul{padding-left:20px}.product-drawer-content hr{margin:20px 0;border:0;border-top:1px solid var(--line)}.product-drawer-content a{color:var(--brand-dark);font-weight:800}.product-upsell-heading{margin-bottom:24px}.product-upsell-heading h2{font-size:clamp(28px,3vw,42px);letter-spacing:0}.product-upsell-carousel{position:relative}.product-upsell-track{justify-content:center;flex-wrap:nowrap;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;padding:4px 2px 18px;scrollbar-width:none}.product-upsell-track::-webkit-scrollbar{display:none}.product-upsell-track .product-card{flex:0 0 210px;scroll-snap-align:start}.product-upsell-arrow{position:absolute;z-index:2;top:50%;width:42px;height:52px;transform:translateY(-50%);border:0;border-radius:999px;background:#ffffffeb;color:var(--ink);box-shadow:0 12px 30px #48322424;cursor:pointer;font-size:34px;line-height:1;display:grid;place-items:center;transition:transform .18s ease,background .18s ease}.product-upsell-arrow:hover{background:var(--paper);transform:translateY(-50%) scale(1.04)}.product-upsell-arrow-prev{left:-18px}.product-upsell-arrow-next{right:-18px}@media(max-width:1100px){.product-showcase{grid-template-columns:1fr;gap:28px}.product-buy-box{padding-top:0}}@media(max-width:820px){.product-media-column{grid-template-columns:1fr}.product-thumbs{max-height:none;display:flex;flex-direction:row;order:2;overflow-x:auto;overflow-y:hidden;padding:0 0 6px}.product-thumb{flex:0 0 72px;height:72px}.product-main-media{min-height:420px}.product-benefits,.moments-grid{grid-template-columns:repeat(2,1fr)}.product-lifestyle-banner{grid-template-columns:1fr}.lifestyle-wide-img{order:-1}}@media(max-width:520px){.product-page{padding-top:18px}.product-main-media{min-height:300px;height:300px;background:var(--paper)}.product-main-media .product-main-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%!important;object-fit:contain;padding:8px}.product-media-placeholder{min-height:300px}.product-thumbs{gap:8px}.product-thumb{height:62px}.product-buy-box h1{font-size:30px}.product-benefits{grid-template-columns:repeat(2,1fr);gap:18px 8px;padding:24px 12px}.moments-grid{grid-template-columns:1fr;gap:14px}.product-drawer summary{padding-inline:16px}.product-drawer-content{padding:0 16px 20px}.product-upsell-collections{padding-top:34px;padding-bottom:42px}.product-upsell-track .product-card{flex-basis:calc((100vw - 56px)/2)}.product-upsell-arrow{width:34px;height:44px;font-size:28px}.product-upsell-arrow-prev{left:-8px}.product-upsell-arrow-next{right:-8px}.moment-img{height:140px}.product-lifestyle-banner{min-height:0}.lifestyle-wide-img{min-height:210px}.lifestyle-wide-img:after{width:170px;height:210px;right:12%;box-shadow:-70px 62px 0 -36px #f4d1b8}.play-button{width:58px;height:58px;font-size:22px}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/theme.css.map */
