
:root{
  --ink:#151411;--soft-ink:#29251f;--muted:#6d675f;--line:#e8e1d8;--paper:#fffdf8;--bg:#f5f2ea;--wash:#eef0e8;--cream:#f7efe3;--sage:#dfe6d7;--moss:#7b856c;--clay:#a06d51;--gold:#ffcd2f;--plum:#6b4350;--shadow:0 20px 55px rgba(27,23,16,.12);--r:18px;--max:1380px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:15px}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select{font:inherit}.top-promos{height:30px;background:#111;color:#fff;display:grid;grid-template-columns:repeat(3,1fr);align-items:center;text-align:center;font-size:13px;text-decoration:underline}.top-promos a{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 14px}.header{position:sticky;top:0;z-index:50;background:rgba(255,253,248,.94);backdrop-filter:blur(14px);box-shadow:0 2px 18px rgba(0,0,0,.08)}.nav{height:54px;max-width:var(--max);margin:auto;display:grid;grid-template-columns:260px 1fr 190px;align-items:center;padding:0 28px;gap:18px}.brand-left{display:flex;align-items:center;gap:14px}.hamburger{border:0;background:transparent;padding:8px;cursor:pointer;display:flex;align-items:center}.hamburger i,.hamburger i:before,.hamburger i:after{display:block;width:22px;height:1.5px;background:#292521;content:""}.hamburger i:before{transform:translateY(-7px)}.hamburger i:after{transform:translateY(5.5px)}.logo img{height:34px;width:auto}.main-links{display:flex;justify-content:center;align-items:center;gap:42px;font-size:14px;letter-spacing:.08em}.nav-item{position:relative;height:54px;display:flex;align-items:center}.nav-link{border:0;background:transparent;display:flex;align-items:center;gap:6px;cursor:pointer;letter-spacing:.08em}.nav-link:after{content:'⌄';font-size:12px;transform:translateY(-1px)}.nav-link.no-caret:after{content:''}.mega{position:absolute;top:54px;left:50%;transform:translateX(-50%) translateY(8px);min-width:360px;background:#fff;box-shadow:0 22px 35px rgba(0,0,0,.22);padding:24px 34px;opacity:0;visibility:hidden;pointer-events:none;transition:.18s;z-index:60}.nav-item:hover .mega,.nav-item:focus-within .mega{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}.mega a{display:block;font-size:17px;line-height:1.9;letter-spacing:0;color:#28231f}.mega small{display:block;color:var(--muted);margin-bottom:10px;text-transform:uppercase;letter-spacing:.16em}.nav-icons{display:flex;justify-content:flex-end;align-items:center;gap:18px}.icon-btn{border:0;background:transparent;cursor:pointer;padding:7px;display:inline-flex;align-items:center;gap:4px}.icon{width:23px;height:23px;display:inline-block;stroke:currentColor;fill:none;stroke-width:1.7}.cart-count{font-size:12px;background:var(--gold);border-radius:50%;min-width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;margin-left:-7px;margin-top:-12px}.mobile-logo{display:none}.hero-slider{position:relative;background:#ddd;min-height:650px;height:calc(100vh - 84px);overflow:hidden}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .7s ease}.hero-slide.is-active{opacity:1}.hero-slide img{width:100%;height:100%;object-fit:cover}.hero-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.58) 72%,rgba(0,0,0,.72))}.hero-copy{position:absolute;z-index:3;left:50%;bottom:88px;transform:translateX(-50%);width:min(900px,92vw);text-align:center;color:#fff}.hero-copy .kicker{font-size:16px;text-transform:uppercase;letter-spacing:.2em;margin-bottom:10px}.hero-copy h1{font-size:72px;line-height:.95;letter-spacing:.02em;font-weight:600;margin:0 0 18px;text-transform:uppercase}.hero-copy p{font-size:19px;line-height:1.55;margin:0 auto 28px;max-width:720px}.hero-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--gold);color:#fff;border:0;border-radius:999px;padding:19px 58px;font-weight:900;font-size:26px;box-shadow:0 10px 25px rgba(0,0,0,.2);text-transform:uppercase}.hero-dots{position:absolute;z-index:5;left:0;right:0;bottom:24px;display:flex;gap:13px;justify-content:center}.hero-dot{width:8px;height:8px;border-radius:50%;border:0;background:#aaa;cursor:pointer;padding:0}.hero-dot.is-active{background:#fff}.section{max-width:var(--max);margin:78px auto;padding:0 24px}.section-title{text-align:center;margin-bottom:28px}.section-title h2{margin:0;font-size:26px;line-height:1.1;font-weight:700}.section-title p{margin:6px 0 0;color:#26211d}.category-row{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.cat-card{background:#fff;position:relative;overflow:hidden;min-height:410px;border:1px solid #eee}.cat-card img{height:350px;width:100%;object-fit:cover;transition:.35s}.cat-card:hover img{transform:scale(1.04)}.cat-title{height:60px;display:flex;align-items:center;justify-content:center;font-weight:700}.cat-arrow{position:absolute;right:28px;bottom:76px;width:58px;height:58px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:35px;box-shadow:0 5px 14px rgba(0,0,0,.12)}.launch-grid{display:grid;grid-template-columns:1.05fr 1fr 1.05fr;gap:18px}.story-banner{margin:85px auto;max-width:950px;min-height:310px;position:relative;overflow:hidden}.story-banner img{height:310px;width:100%;object-fit:cover}.story-banner:after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.24)}.story-banner .story-text{position:absolute;inset:0;z-index:2;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.story-text h2{font-family:Georgia,serif;font-size:112px;line-height:.8;margin:0 0 20px;font-weight:500}.story-text p{font-size:28px;margin:0 0 24px}.story-text b{font-size:36px;letter-spacing:.04em}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.product-card{background:#fff;border:1px solid #e8e8e8;overflow:hidden;position:relative;display:flex;flex-direction:column;min-width:0}.product-card:hover{box-shadow:var(--shadow)}.pc-img{position:relative;aspect-ratio:1/1;background:#f3eee5;overflow:hidden}.pc-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.3s}.pc-img img+img{opacity:0}.product-card:hover .pc-img img:first-child{opacity:0}.product-card:hover .pc-img img+img{opacity:1}.badge{position:absolute;right:7px;top:7px;background:#111;color:#fff;font-size:10px;font-weight:800;padding:4px 8px;z-index:2;text-transform:uppercase}.discount{position:absolute;right:0;bottom:72px;background:var(--gold);font-size:13px;font-weight:900;padding:8px 9px}.pc-body{padding:14px 12px 16px;display:flex;flex-direction:column;gap:10px;flex:1}.pc-body h3{font-size:16px;line-height:1.28;margin:0;font-weight:600;min-height:42px}.price{display:flex;align-items:baseline;gap:7px;flex-wrap:wrap}.price b{font-size:16px}.price s{color:#888;font-size:12px}.stars{font-size:13px;color:#333}.stars i{color:#f5a600;font-style:normal}.add{margin-top:auto;border:0;background:#242321;color:#fff;border-radius:999px;padding:12px;font-size:12px;font-weight:900;cursor:pointer;text-transform:uppercase}.promise{background:#fff;padding:70px 24px}.promise-inner{max-width:var(--max);margin:auto;display:grid;grid-template-columns:1fr 1px 1fr;gap:70px;align-items:center}.promise-line{background:#777;height:420px}.promise-copy{text-align:center}.promise-copy h2,.standard h2{font-size:40px;letter-spacing:.18em;margin:0 0 70px;text-transform:uppercase}.promise-copy p{font-size:28px;line-height:1.32;margin:0 0 24px}.standard{text-align:center}.standard-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:56px 46px}.standard-item svg{width:58px;height:58px;stroke:#111;fill:none;stroke-width:1.5;margin:auto auto 18px;display:block}.standard-item b{font-size:22px;line-height:1.05;font-weight:500;display:block}.newsletter{background:var(--wash);padding:80px 24px 55px;position:relative;overflow:hidden}.newsletter:before{content:"";position:absolute;left:-10%;top:-60px;width:120%;height:120px;background:rgba(255,255,255,.78);border-radius:0 0 50% 50%;transform:rotate(4deg)}.newsletter-inner{max-width:950px;margin:auto;text-align:center;position:relative}.newsletter h2{font-size:28px;margin:0 0 8px}.email-box{margin:18px auto 55px;width:min(320px,90%);height:48px;background:#fff;box-shadow:0 6px 16px rgba(0,0,0,.1);display:flex;align-items:center}.email-box input{flex:1;height:100%;border:0;padding:0 18px;background:transparent}.email-box button{width:54px;height:100%;border:0;background:transparent;cursor:pointer}.footer-links{max-width:980px;margin:0 auto 70px;display:grid;grid-template-columns:repeat(4,1fr);text-align:left;gap:52px}.footer-links h4{margin:0 0 16px}.footer-links a{display:block;line-height:1.9}.footer-logo img{width:250px;margin:0 auto}.footer-bottom{max-width:980px;margin:60px auto 0;display:flex;justify-content:space-between;font-size:13px}.socials{display:flex;gap:18px}.drawer-shell{position:fixed;inset:0;z-index:100;pointer-events:none}.drawer-bg{position:absolute;inset:0;background:rgba(0,0,0,.38);opacity:0;transition:.24s}.side-drawer,.search-drawer,.cart-panel{position:absolute;top:0;height:100%;background:#fff;transition:.28s ease;box-shadow:20px 0 50px rgba(0,0,0,.18);overflow:auto}.side-drawer{left:0;width:min(410px,92vw);transform:translateX(-105%);padding:22px}.search-drawer{left:0;width:min(430px,94vw);transform:translateX(-105%);padding:18px 12px}.cart-panel{right:0;width:min(440px,92vw);transform:translateX(105%);padding:22px;background:var(--paper);box-shadow:-20px 0 50px rgba(0,0,0,.18);display:flex;flex-direction:column}.menu-open .menu-shell,.search-open .search-shell,.cart-open .cart-shell{pointer-events:auto}.menu-open .menu-shell .drawer-bg,.search-open .search-shell .drawer-bg,.cart-open .cart-shell .drawer-bg{opacity:1}.menu-open .side-drawer,.search-open .search-drawer,.cart-open .cart-panel{transform:none}.x{border:0;background:transparent;font-size:28px;cursor:pointer}.range-title{font-size:26px;margin:38px 0 28px}.drawer-tabs{display:grid;grid-template-columns:repeat(3,1fr);text-align:center;font-size:13px;text-decoration:underline;margin-bottom:28px}.drawer-range{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;text-align:center;font-size:12px;margin-bottom:30px}.drawer-range img{aspect-ratio:1/1;object-fit:cover;margin-bottom:8px}.drawer-dots{display:flex;justify-content:center;gap:14px;margin:6px 0 34px}.drawer-dots i{width:6px;height:6px;border-radius:50%;background:#bdbdbd}.drawer-menu a,.drawer-menu button{display:flex;justify-content:space-between;align-items:center;width:100%;padding:16px 10px;border:0;border-bottom:1px solid transparent;background:transparent;text-align:left;cursor:pointer}.drawer-menu a:hover,.drawer-menu button:hover{background:#f7f4ef}.search-box{height:56px;border:2px solid #3067ff;border-radius:8px;display:flex;align-items:center;padding:0 12px;margin:10px 0 28px}.search-box input{flex:1;border:0;outline:0;height:100%;text-transform:uppercase}.search-drawer h3{font-size:22px;margin:26px 0}.search-list{display:grid;gap:22px;text-transform:uppercase;font-size:13px}.search-rule{height:1px;background:#ddd;margin:30px 0}.drawer-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:16px}.cart-line{display:grid;grid-template-columns:82px 1fr auto;gap:12px;padding:16px 0;border-bottom:1px solid var(--line)}.cart-line img{width:82px;height:82px;border-radius:6px;object-fit:cover}.cart-line strong{display:block;font-size:14px;line-height:1.35}.cart-line span{display:block;font-size:12px;color:var(--muted);margin:5px 0}.qty button{width:26px;height:26px;border:1px solid var(--line);background:#fff;border-radius:50%;cursor:pointer}.qty b{margin:0 8px}.cart-foot{margin-top:auto;border-top:1px solid var(--line);padding-top:16px}.ship-bar{height:8px;background:#eadfd4;border-radius:99px;overflow:hidden;margin:10px 0}.ship-bar i{display:block;height:100%;width:0;background:var(--moss)}.subtotal{display:flex;justify-content:space-between;font-weight:800;font-size:18px;margin:14px 0}.checkout{display:block;text-align:center;background:var(--ink);color:#fff;border-radius:999px;padding:15px;font-weight:800}.mini-note{font-size:12px;color:var(--muted);text-align:center;margin-top:10px}.float-help{position:fixed;right:24px;bottom:26px;z-index:40;width:52px;height:52px;border-radius:50%;background:#20b45b;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;box-shadow:0 8px 22px rgba(0,0,0,.2)}.collection-banner{height:390px;position:relative;overflow:hidden;background:#ddd}.collection-banner img{width:100%;height:100%;object-fit:cover}.collection-banner:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.55),rgba(0,0,0,.12))}.collection-banner-text{position:absolute;z-index:2;left:8%;top:50%;transform:translateY(-50%);color:#fff}.collection-banner-text h1{font-size:72px;line-height:.9;margin:0 0 14px;font-family:Georgia,serif;font-weight:500}.collection-banner-text p{font-size:20px;max-width:560px;line-height:1.55}.shop-layout{max-width:var(--max);margin:32px auto 80px;padding:0 24px;display:grid;grid-template-columns:250px 1fr;gap:30px}.toolbar{grid-column:1/-1;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #ddd;padding-bottom:18px}.toolbar-actions{display:flex;align-items:center;gap:12px}.select{border:1px solid #ddd;background:#fff;padding:10px 14px}.filter-panel{background:#fff;border:1px solid #e8e8e8;padding:20px;height:max-content;position:sticky;top:86px}.filter-block{border-top:1px solid #e8e8e8;padding:18px 0}.filter-block b{display:block;margin-bottom:10px}.check{display:block;color:#4d4a45;margin:10px 0}.check input{margin-right:9px}.mobile-filter-btn{display:none;border:1px solid #ddd;background:#fff;padding:10px 14px}.product-page{max-width:var(--max);margin:54px auto 90px;padding:0 24px;display:grid;grid-template-columns:1.05fr .95fr;gap:44px}.gallery{display:grid;grid-template-columns:1fr 1fr;gap:14px}.gallery img{background:#f3eee5;border:1px solid #e8e8e8}.product-info{position:sticky;top:94px;height:max-content}.product-info h1{font-size:42px;line-height:1.08;margin:10px 0 14px}.pdesc{color:var(--muted);line-height:1.7}.option-row{display:flex;gap:10px;flex-wrap:wrap;margin:14px 0 24px}.pill{border:1px solid #ddd;background:#fff;border-radius:999px;padding:10px 13px}.full-add{width:100%;padding:15px;border:0;border-radius:999px;background:#222;color:#fff;font-weight:900}.accordion{margin-top:24px;border-top:1px solid #ddd}.acc{padding:18px 0;border-bottom:1px solid #ddd}.acc p{color:var(--muted);line-height:1.6}.filter-panel-mobile{display:none}.no-scroll{overflow:hidden}
@media(max-width:1050px){.nav{grid-template-columns:210px 1fr 150px}.main-links{gap:22px}.hero-copy h1{font-size:54px}.category-row,.product-grid{grid-template-columns:repeat(2,1fr)}.launch-grid{grid-template-columns:1fr 1fr}.promise-inner{grid-template-columns:1fr;gap:35px}.promise-line{display:none}.promise-copy h2,.standard h2{margin-bottom:32px}.promise-copy p{font-size:21px}.footer-links{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.top-promos{grid-template-columns:1fr;height:32px}.top-promos a:nth-child(n+2){display:none}.nav{height:58px;grid-template-columns:48px 1fr 96px;padding:0 14px}.brand-left .logo{display:none}.mobile-logo{display:block;justify-self:center}.mobile-logo img{height:32px;margin:auto}.main-links{display:none}.nav-icons{gap:8px}.nav-icons .account{display:none}.hero-slider{height:560px;min-height:520px}.hero-copy{bottom:60px}.hero-copy h1{font-size:42px}.hero-copy p{font-size:16px}.hero-btn{font-size:18px;padding:15px 34px}.section{margin:54px auto;padding:0 12px}.category-row,.product-grid,.launch-grid{grid-template-columns:1fr}.cat-card{min-height:320px}.cat-card img{height:270px}.story-text h2{font-size:64px}.story-text p{font-size:22px}.story-text b{font-size:26px}.standard-grid{grid-template-columns:repeat(2,1fr);gap:36px 22px}.promise{padding:52px 12px}.promise-copy h2,.standard h2{font-size:25px}.footer-links{grid-template-columns:1fr 1fr;gap:28px}.footer-bottom{display:block;text-align:center}.socials{justify-content:center;margin-bottom:20px}.collection-banner{height:320px}.collection-banner-text{left:24px;right:24px}.collection-banner-text h1{font-size:46px}.shop-layout{display:block;padding:0 12px}.filter-panel{display:none}.mobile-filter-btn{display:inline-block}.toolbar{gap:12px}.product-page{display:block;padding:0 12px}.gallery{grid-template-columns:1fr}.product-info{position:static;margin-top:26px}.filter-panel-mobile{display:block;position:fixed;inset:0 0 0 auto;width:min(360px,90vw);background:#fff;z-index:120;padding:22px;transform:translateX(105%);transition:.25s;box-shadow:-20px 0 60px rgba(0,0,0,.15);overflow:auto}.filter-open .filter-panel-mobile{transform:none}.filter-open .filter-shell{pointer-events:auto}.filter-shell{position:fixed;inset:0;z-index:110;pointer-events:none}.filter-shell .drawer-bg{opacity:0}.filter-open .filter-shell .drawer-bg{opacity:1}.float-help{right:14px;bottom:18px}}
@media(max-width:460px){.logo img{height:28px}.nav-icons{font-size:0}.hero-copy h1{font-size:36px}.section-title h2{font-size:23px}.footer-links{grid-template-columns:1fr}.standard-grid{grid-template-columns:1fr}.drawer-range{grid-template-columns:repeat(2,1fr)}.collection-banner-text h1{font-size:38px}.pc-body h3{min-height:0}}

/* ===== Cozeline V3 refinements ===== */
.nav-link.no-caret::after{display:none!important}.top-promos a{letter-spacing:.02em}.refined-hero .hero-copy{max-width:780px}.refined-hero .hero-copy h1{letter-spacing:.015em}.editorial-strip{display:flex;align-items:center;justify-content:space-between;gap:30px;background:#f3f0e7;padding:42px 48px;border-radius:2px}.editorial-strip h2{font-size:30px;margin:0 0 10px}.editorial-strip p{max-width:740px;line-height:1.65;color:var(--muted);margin:0}.editorial-strip a{background:#262320;color:#fff;text-decoration:none;border-radius:999px;padding:14px 28px;white-space:nowrap}.card-meta-row{display:flex;gap:8px;flex-wrap:wrap;margin:8px 0 2px;color:#756d61;font-size:13px}.card-meta-row span{border:1px solid #e3dbcf;border-radius:999px;padding:4px 9px;background:#fbfaf7}.swatches{display:flex;gap:7px;margin:8px 0}.swatches i{width:15px;height:15px;border-radius:50%;background:var(--sw);border:1px solid rgba(0,0,0,.12);display:inline-block}.product-swatches i{width:24px;height:24px}.card-tags{display:flex;gap:7px;flex-wrap:wrap;margin:8px 0}.card-tags span{font-size:11px;text-transform:uppercase;letter-spacing:.08em;background:#eee8dd;color:#514a42;padding:5px 7px;border-radius:2px}.quick-note{font-size:12px;color:#8a8175;margin:6px 0 9px}.filter-note{background:#f5f1e8;padding:14px;margin-top:20px;display:grid;gap:5px;color:#6d655b}.collection-intro{max-width:1240px;margin:42px auto 24px;padding:0 20px;display:flex;justify-content:space-between;align-items:end;gap:20px}.collection-intro h2{font-size:32px;margin:0 0 8px}.collection-intro p{margin:0;color:var(--muted);line-height:1.55;max-width:760px}.collection-chips{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}.collection-chips a{border:1px solid #e3dbcf;border-radius:999px;padding:8px 13px;background:#fff;color:#554d43;text-decoration:none;font-size:13px}.breadcrumb{font-size:12px;color:#8a8175;text-transform:uppercase;letter-spacing:.09em;margin-bottom:12px}.bundle-box{background:#f3f0e7;border-left:3px solid #6f5a48;padding:14px 16px;display:grid;gap:4px;margin:18px 0}.bundle-box b{font-size:15px}.bundle-box span{color:#6f675d;font-size:14px}.product-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:18px 0}.product-trust span{font-size:12px;border:1px solid #e4ded2;background:#fff;padding:9px;text-align:center;color:#5f574c}.product-deep-dive{margin-top:50px}.detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.detail-card{background:#f7f5ef;padding:24px}.detail-card h3{margin:0 0 10px;font-size:20px}.detail-card p{margin:0;line-height:1.6;color:var(--muted)}.product-recs{margin-top:35px}.shopify-mini-row{font-size:12px;color:#5d554c;text-align:center;background:#f3f0e7;padding:9px;margin-bottom:12px}.cart-line small{display:block;color:#8a8175;font-size:11px;margin-top:4px}.checkout{letter-spacing:.04em}.mini-note b{font-weight:600}.badge{max-width:58%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.story-text h2{font-family:Georgia,serif}.standard-item svg{stroke-width:2.6}.pc-body h3 a{text-decoration:none;color:inherit}.apply-filter{width:100%;border:0;background:#252321;color:#fff;padding:14px;margin-top:16px;text-transform:uppercase;font-weight:700}@media(max-width:760px){.editorial-strip{display:block;padding:30px 24px}.editorial-strip h2{font-size:24px}.editorial-strip a{display:inline-block;margin-top:20px}.collection-intro{display:block;margin-top:28px}.detail-grid,.product-trust{grid-template-columns:1fr}.collection-chips{overflow:auto;flex-wrap:nowrap;padding-bottom:5px}.collection-chips a{white-space:nowrap}.refined-hero .hero-copy{bottom:72px}.refined-hero .hero-copy h1{font-size:37px}.refined-hero .hero-copy p{font-size:15px}.badge{max-width:72%}}

/* ===== Cozeline V3 refinements ===== */
.nav-link.no-caret::after{display:none!important}.top-promos a{letter-spacing:.02em}.refined-hero .hero-copy{max-width:780px}.refined-hero .hero-copy h1{letter-spacing:.015em}.editorial-strip{display:flex;align-items:center;justify-content:space-between;gap:30px;background:#f3f0e7;padding:42px 48px;border-radius:2px}.editorial-strip h2{font-size:30px;margin:0 0 10px}.editorial-strip p{max-width:740px;line-height:1.65;color:var(--muted);margin:0}.editorial-strip a{background:#262320;color:#fff;text-decoration:none;border-radius:999px;padding:14px 28px;white-space:nowrap}.card-meta-row{display:flex;gap:8px;flex-wrap:wrap;margin:8px 0 2px;color:#756d61;font-size:13px}.card-meta-row span{border:1px solid #e3dbcf;border-radius:999px;padding:4px 9px;background:#fbfaf7}.swatches{display:flex;gap:7px;margin:8px 0}.swatches i{width:15px;height:15px;border-radius:50%;background:var(--sw);border:1px solid rgba(0,0,0,.12);display:inline-block}.product-swatches i{width:24px;height:24px}.card-tags{display:flex;gap:7px;flex-wrap:wrap;margin:8px 0}.card-tags span{font-size:11px;text-transform:uppercase;letter-spacing:.08em;background:#eee8dd;color:#514a42;padding:5px 7px;border-radius:2px}.quick-note{font-size:12px;color:#8a8175;margin:6px 0 9px}.filter-note{background:#f5f1e8;padding:14px;margin-top:20px;display:grid;gap:5px;color:#6d655b}.collection-intro{max-width:1240px;margin:42px auto 24px;padding:0 20px;display:flex;justify-content:space-between;align-items:end;gap:20px}.collection-intro h2{font-size:32px;margin:0 0 8px}.collection-intro p{margin:0;color:var(--muted);line-height:1.55;max-width:760px}.collection-chips{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}.collection-chips a{border:1px solid #e3dbcf;border-radius:999px;padding:8px 13px;background:#fff;color:#554d43;text-decoration:none;font-size:13px}.breadcrumb{font-size:12px;color:#8a8175;text-transform:uppercase;letter-spacing:.09em;margin-bottom:12px}.bundle-box{background:#f3f0e7;border-left:3px solid #6f5a48;padding:14px 16px;display:grid;gap:4px;margin:18px 0}.bundle-box b{font-size:15px}.bundle-box span{color:#6f675d;font-size:14px}.product-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:18px 0}.product-trust span{font-size:12px;border:1px solid #e4ded2;background:#fff;padding:9px;text-align:center;color:#5f574c}.product-deep-dive{margin-top:50px}.detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.detail-card{background:#f7f5ef;padding:24px}.detail-card h3{margin:0 0 10px;font-size:20px}.detail-card p{margin:0;line-height:1.6;color:var(--muted)}.product-recs{margin-top:35px}.shopify-mini-row{font-size:12px;color:#5d554c;text-align:center;background:#f3f0e7;padding:9px;margin-bottom:12px}.cart-line small{display:block;color:#8a8175;font-size:11px;margin-top:4px}.checkout{letter-spacing:.04em}.mini-note b{font-weight:600}.badge{max-width:58%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.story-text h2{font-family:Georgia,serif}.standard-item svg{stroke-width:2.6}.pc-body h3 a{text-decoration:none;color:inherit}.apply-filter{width:100%;border:0;background:#252321;color:#fff;padding:14px;margin-top:16px;text-transform:uppercase;font-weight:700}@media(max-width:760px){.editorial-strip{display:block;padding:30px 24px}.editorial-strip h2{font-size:24px}.editorial-strip a{display:inline-block;margin-top:20px}.collection-intro{display:block;margin-top:28px}.detail-grid,.product-trust{grid-template-columns:1fr}.collection-chips{overflow:auto;flex-wrap:nowrap;padding-bottom:5px}.collection-chips a{white-space:nowrap}.refined-hero .hero-copy{bottom:72px}.refined-hero .hero-copy h1{font-size:37px}.refined-hero .hero-copy p{font-size:15px}.badge{max-width:72%}}


/* --- V4 real Cozeline assets + expanded category refinements --- */
.logo img,.mobile-logo img,.footer-logo img{object-fit:contain;max-height:42px}.footer-logo img{max-height:72px}.hero-slide picture,.hero-slide picture img{width:100%;height:100%;display:block}.hero-slide picture img{object-fit:cover}.product-card .pc-img img{object-fit:cover}.cat-card img{object-fit:cover}.collection-chips button{border:0;background:#f4efe7;border-radius:999px;padding:10px 16px;cursor:pointer;letter-spacing:.04em}.collection-chips button.is-active{background:#222;color:#fff}.mini-collection-note{font-size:12px;color:#71685f;margin-top:6px}.story-asset{max-width:1240px;margin:0 auto 68px;border-radius:0;overflow:hidden;background:#f3eee7}.story-asset img{width:100%;display:block}.dual-feature{display:grid;grid-template-columns:1fr 1fr;gap:22px}.feature-tile{min-height:430px;position:relative;overflow:hidden;background:#eee}.feature-tile img{width:100%;height:100%;object-fit:cover;display:block}.feature-tile div{position:absolute;left:28px;bottom:28px;background:rgba(255,255,255,.82);padding:18px 22px;max-width:360px}.feature-tile h3{margin:0 0 6px}.shopify-mini-row{background:#f7f2eb;border:1px solid #eadfd2;padding:10px 12px;border-radius:12px;margin-bottom:10px}.trust-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#ddd;margin:0 auto 60px;max-width:1300px}.trust-bar div{background:#fff;padding:24px;text-align:center}.trust-bar b{display:block;margin-bottom:6px}.product-info .option-row{flex-wrap:wrap}.product-info .badge-line{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}.badge-soft{background:#f3eee7;border:1px solid #e4d9cc;border-radius:999px;padding:7px 11px;font-size:12px}.gallery img{object-fit:cover}.collection-banner img{object-fit:cover}.nav-link.active-page{font-weight:700}.product-page .gallery{align-content:start}.quick-note.is-throw{color:#5d5349}.standard-item svg{stroke-width:2}.mobile-only{display:none}
@media(max-width:760px){.dual-feature{grid-template-columns:1fr}.feature-tile{min-height:340px}.trust-bar{grid-template-columns:1fr 1fr;margin-bottom:38px}.hero-copy h1{font-size:38px}.hero-copy{max-width:88%}.desktop-only{display:none}.mobile-only{display:block}.footer-logo img{max-height:58px}}


/* ===== Cozeline V5 updates ===== */
.logo img,.mobile-logo img{height:auto;max-height:46px;width:auto}.footer-logo img{width:min(340px,80vw);max-height:none}.hero-copy-minimal{bottom:34px!important;width:100%!important;display:flex;justify-content:center;align-items:center;left:0!important;transform:none!important;text-align:center}.hero-copy-minimal .hero-btn{padding:16px 40px;font-size:18px;box-shadow:0 12px 26px rgba(0,0,0,.20)}.hero-slide:after{background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.18) 50%,rgba(0,0,0,.32) 100%)}
.promo-carousel{max-width:var(--max);padding:0 24px;margin:82px auto}.promo-track{position:relative;overflow:hidden;border-radius:16px;box-shadow:var(--shadow)}.promo-slide{display:none}.promo-slide.is-active{display:block}.promo-slide img{display:block;width:100%;height:auto;aspect-ratio:3.25/1;object-fit:cover}.promo-dots{position:absolute;left:0;right:0;bottom:16px;display:flex;justify-content:center;gap:9px}.promo-dots button{width:10px;height:10px;border-radius:999px;border:0;background:rgba(255,255,255,.55);cursor:pointer}.promo-dots button.is-active{background:#fff}
.editorial-gallery-section .section-title{text-align:left;max-width:var(--max);margin:0 0 22px}.editorial-gallery{display:grid;grid-template-columns:1.4fr 1fr;grid-template-rows:1fr 1fr;gap:18px}.editorial-gallery a{display:block;overflow:hidden;border-radius:18px;background:#fff;box-shadow:var(--shadow)}.editorial-gallery img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.editorial-gallery a:hover img{transform:scale(1.03)}.editorial-gallery .gallery-main{grid-row:1 / span 2;min-height:540px}.editorial-gallery .gallery-side{min-height:260px}
.page-banner{position:relative;overflow:hidden}.page-banner img{width:100%;height:320px;object-fit:cover;display:block}.page-banner:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(14,13,12,.46),rgba(14,13,12,.18),rgba(14,13,12,.04))}.page-banner-copy{position:absolute;z-index:2;left:min(8vw,110px);bottom:50px;max-width:680px;color:#fff}.page-banner-kicker{display:block;font-size:14px;letter-spacing:.16em;text-transform:uppercase;margin-bottom:14px}.page-banner-title{font-family:Georgia,serif;font-size:56px;line-height:1;margin-bottom:14px}.page-banner-copy p{font-size:18px;line-height:1.55;margin:0;max-width:560px}
.journal-section{margin-top:72px}.journal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.journal-card{background:#fff;border:1px solid #ebe3d6;overflow:hidden;box-shadow:0 10px 24px rgba(0,0,0,.05)}.journal-thumb img{width:100%;height:270px;object-fit:cover;display:block}.journal-body{padding:18px 20px 24px}.journal-date{display:inline-block;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#7a7166;margin-bottom:10px}.journal-card h3{font-size:26px;line-height:1.15;font-weight:500;margin:0 0 10px}.journal-card p{margin:0;color:#665e55;line-height:1.65}.journal-viewall{text-align:center;margin-top:18px}.journal-viewall a{font-weight:600;text-decoration:underline}
.cookie-pop{position:fixed;right:24px;bottom:24px;z-index:120}.cookie-card{width:min(440px,calc(100vw - 32px));background:#fff;box-shadow:0 18px 55px rgba(0,0,0,.18);border-radius:18px;padding:20px 20px 18px;position:relative}.cookie-close{position:absolute;right:12px;top:10px;border:0;background:transparent;font-size:26px;cursor:pointer;color:#7d7469}.cookie-card h3{font-size:22px;margin:0 0 10px}.cookie-card p{font-size:14px;line-height:1.6;color:#544c44;margin:0 0 14px}.cookie-options{display:grid;gap:10px;margin:0 0 12px}.cookie-options label{display:flex;gap:10px;align-items:center;font-size:14px;color:#27231f}.cookie-links{display:flex;gap:18px;flex-wrap:wrap;margin-bottom:14px}.cookie-links a{text-decoration:underline;font-size:13px;color:#6b4350}.cookie-actions{display:flex;gap:10px}.cookie-btn{flex:1;border-radius:12px;padding:12px 14px;font-weight:700;cursor:pointer}.cookie-btn.ghost{border:1px solid #d8cec0;background:#fff}.cookie-btn.solid{border:1px solid #6b4350;background:#6b4350;color:#fff}
.info-hero{position:relative}.info-hero img{width:100%;height:340px;object-fit:cover;display:block}.info-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(18,18,18,.45),rgba(18,18,18,.1))}.info-hero-copy{position:absolute;z-index:2;left:min(8vw,100px);bottom:48px;color:#fff;max-width:650px}.info-hero-copy span{display:block;text-transform:uppercase;letter-spacing:.16em;font-size:14px;margin-bottom:12px}.info-hero-copy h1{font-family:Georgia,serif;font-size:58px;line-height:.98;margin:0 0 14px;font-weight:500}.info-hero-copy p{margin:0;font-size:18px;line-height:1.6}.info-page{max-width:var(--max);margin:64px auto;padding:0 24px}.info-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.info-layout article,.faq-item,.track-box,.returns-panel{background:#fff;border:1px solid #eadfce;box-shadow:0 10px 26px rgba(0,0,0,.05)}.info-layout article{padding:28px}.info-layout h2{margin:0 0 12px;font-size:28px;font-family:Georgia,serif;font-weight:500}.info-layout p{margin:0 0 12px;line-height:1.7;color:#5e564b}.info-list{padding-left:18px;line-height:1.8;color:#5e564b}.standard-grid-page{max-width:var(--max);margin:0 auto;padding:0 24px 40px}.standard-grid-page .standard-item{background:#fff;border:1px solid #e9dfd1;padding:28px;box-shadow:0 10px 24px rgba(0,0,0,.05)}.standard-grid-page .standard-item h3{margin:0 0 10px;font-size:24px;font-family:Georgia,serif;font-weight:500}.standard-grid-page .standard-item p{margin:0;line-height:1.6;color:#60564e}
.returns-page{max-width:var(--max);margin:44px auto 80px;padding:0 24px}.returns-brand{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:18px}.returns-brand img{width:min(320px,55vw)}.back-link{text-decoration:underline;color:#6a4e58}.returns-panel{display:grid;grid-template-columns:1.05fr .95fr;gap:0}.returns-copy,.returns-form{padding:36px}.returns-copy h1{font-family:Georgia,serif;font-size:54px;line-height:.98;font-weight:500;margin:0 0 18px;color:#4d3340}.returns-copy p{line-height:1.75;color:#5c544c}.returns-form{display:grid;gap:16px}.returns-form label,.track-form label{display:grid;gap:8px;font-weight:600;color:#473d35}.returns-form input,.returns-form select,.track-form input{height:48px;border:0;border-bottom:1px solid #c8bba9;padding:0 4px;background:transparent}.cta-wide{height:50px;border:0;background:#6b4350;color:#fff;font-size:18px;font-weight:700;cursor:pointer}.returns-form small{color:#6c6258;line-height:1.6}
.faq-page{display:grid;gap:16px}.faq-item{padding:24px}.faq-item h3{margin:0 0 10px;font-size:24px;font-family:Georgia,serif;font-weight:500}.faq-item p{margin:0;color:#60584f;line-height:1.7}.track-box{display:grid;grid-template-columns:.9fr 1.1fr;overflow:hidden}.track-form,.track-note{padding:28px}.track-form{display:grid;gap:16px;background:#fbf8f2}.track-note h3{font-family:Georgia,serif;font-size:32px;font-weight:500;margin:0 0 12px}.track-note p{margin:0;color:#61584f;line-height:1.75}
.article-page{max-width:980px;margin:0 auto 80px}.article-hero img{width:100%;height:420px;object-fit:cover;display:block}.article-shell{background:#fff;padding:36px 42px;box-shadow:0 16px 38px rgba(0,0,0,.08);margin-top:-36px;position:relative}.article-shell h1{font-family:Georgia,serif;font-size:52px;line-height:1.02;font-weight:500;margin:0 0 12px}.article-dek{font-size:18px;color:#5b544d;line-height:1.7;margin:0 0 24px}.article-content{font-size:17px;line-height:1.9;color:#4d463f}.article-content h2{font-family:Georgia,serif;font-size:32px;font-weight:500;margin:28px 0 10px}.article-content p{margin:0 0 16px}
.reveal-ready{opacity:0;transform:translateY(22px);transition:opacity .6s ease, transform .6s ease;will-change:opacity,transform}.reveal-ready.is-visible{opacity:1;transform:none}
@media(max-width:980px){.journal-grid,.info-layout,.returns-panel,.track-box{grid-template-columns:1fr}.page-banner-title{font-size:42px}.info-hero-copy h1{font-size:42px}.article-shell h1{font-size:38px}.returns-copy h1{font-size:40px}.editorial-gallery{grid-template-columns:1fr}.editorial-gallery .gallery-main{grid-row:auto;min-height:380px}.editorial-gallery .gallery-side{min-height:220px}}
@media(max-width:760px){.logo img,.mobile-logo img{max-height:34px}.promo-carousel{padding:0 16px;margin:56px auto}.promo-slide img{aspect-ratio:2.2/1}.page-banner img,.info-hero img{height:250px}.page-banner-copy,.info-hero-copy{left:22px;right:22px;bottom:24px}.page-banner-title{font-size:34px}.page-banner-copy p,.info-hero-copy p{font-size:15px}.info-hero-copy h1{font-size:34px}.journal-grid{grid-template-columns:1fr}.journal-thumb img{height:220px}.cookie-pop{right:12px;bottom:12px}.cookie-card{padding:16px}.cookie-actions{flex-direction:column}.returns-brand{display:block}.returns-brand img{margin-top:12px}.returns-copy,.returns-form,.track-form,.track-note,.article-shell{padding:22px}.article-hero img{height:260px}.article-shell{margin-top:0}.hero-copy-minimal .hero-btn{font-size:16px;padding:14px 26px}}

/* ===== V6 refinements ===== */
.logo img,.mobile-logo img{max-height:38px!important;width:auto!important}
.footer-logo img{width:min(230px,68vw)!important;max-height:none!important}

.hero-slider{height:calc(100vh - 84px);min-height:620px}
.hero-slide:after{background:linear-gradient(180deg,rgba(0,0,0,.06) 0%,rgba(0,0,0,.14) 42%,rgba(0,0,0,.32) 100%)!important}
.hero-overlay{position:absolute;inset:0;z-index:3;color:#fff;pointer-events:none}
.hero-text-box{position:absolute;left:min(6vw,84px);bottom:128px;max-width:min(540px,56vw);text-align:left;text-shadow:0 8px 20px rgba(0,0,0,.28)}
.hero-kicker{display:block;margin-bottom:10px;font-size:13px;letter-spacing:.18em;text-transform:uppercase;font-weight:700}
.hero-text-box h2{margin:0 0 12px;font-family:Georgia,serif;font-size:54px;line-height:1.02;font-weight:500;letter-spacing:.01em}
.hero-text-box p{margin:0;max-width:520px;font-size:17px;line-height:1.6;color:rgba(255,255,255,.96)}
.hero-cta-center{position:absolute;left:50%;bottom:30px;transform:translateX(-50%);pointer-events:auto}
.hero-cta-center .hero-btn{min-width:170px;padding:14px 36px;font-size:17px;letter-spacing:.04em;text-transform:none;border-radius:999px}

.editorial-gallery{grid-template-columns:1.42fr 1fr;grid-template-rows:1fr 1fr;align-items:stretch}
.editorial-gallery a{background:#f5efe7}
.editorial-gallery img{object-fit:contain!important;background:#f5efe7}
.editorial-gallery .gallery-main{min-height:540px}
.editorial-gallery .gallery-side{min-height:260px}

.page-banner img,.info-hero img{object-position:center center}
.page-banner:after{background:linear-gradient(90deg,rgba(18,16,14,.30),rgba(18,16,14,.16),rgba(18,16,14,.05))}
.info-hero:after{background:linear-gradient(90deg,rgba(18,16,14,.34),rgba(18,16,14,.12),rgba(18,16,14,.04))}
.page-banner-copy,.info-hero-copy{background:rgba(32,25,20,.12);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);padding:18px 22px;border-radius:18px;max-width:min(660px,calc(100% - 48px))}
.page-banner-title{font-size:50px}
.page-banner-copy p,.info-hero-copy p{max-width:560px}
.info-hero-copy h1{font-size:52px}

@media(max-width:980px){
  .hero-text-box{max-width:min(520px,70vw)}
  .hero-text-box h2{font-size:46px}
  .page-banner-title{font-size:40px}
  .info-hero-copy h1{font-size:40px}
}

@media(max-width:760px){
  .logo img,.mobile-logo img{max-height:30px!important}
  .footer-logo img{width:min(190px,70vw)!important}
  .hero-slider{height:580px;min-height:560px}
  .hero-text-box{left:22px;right:22px;bottom:108px;max-width:none}
  .hero-kicker{font-size:11px;margin-bottom:8px}
  .hero-text-box h2{font-size:28px;line-height:1.08;margin-bottom:10px}
  .hero-text-box p{font-size:14px;line-height:1.55;max-width:92%}
  .hero-cta-center{bottom:20px}
  .hero-cta-center .hero-btn{padding:12px 28px;font-size:15px;min-width:148px}
  .editorial-gallery{grid-template-columns:1fr!important;grid-template-rows:auto!important;gap:14px}
  .editorial-gallery .gallery-main,.editorial-gallery .gallery-side{min-height:unset;height:auto}
  .editorial-gallery img{width:100%;height:auto!important;max-height:none}
  .page-banner img,.info-hero img{height:260px!important}
  .page-banner-copy,.info-hero-copy{left:18px!important;right:18px!important;bottom:18px!important;padding:14px 16px;border-radius:14px}
  .page-banner-title,.info-hero-copy h1{font-size:30px!important}
  .page-banner-kicker,.info-hero-copy span{font-size:11px}
  .page-banner-copy p,.info-hero-copy p{font-size:14px!important;line-height:1.5}
}


/* ===== Cozeline V7 final tuning ===== */
.logo img,.mobile-logo img{max-height:32px!important;width:auto!important;object-fit:contain!important}
.footer-logo img{width:min(205px,62vw)!important;max-height:none!important;object-fit:contain!important}
.nav{grid-template-columns:230px 1fr 170px}
.brand-left{gap:12px}

/* Keep hero copy premium but compact; restore shop button at centered bottom */
.hero-text-box{bottom:124px;max-width:430px;padding:0;text-shadow:0 6px 18px rgba(0,0,0,.30)}
.hero-kicker{font-size:12px;letter-spacing:.18em;margin-bottom:8px}
.hero-text-box h2{font-size:42px;line-height:1.03;margin-bottom:10px;font-weight:500}
.hero-text-box p{font-size:15.5px;line-height:1.58;max-width:410px}
.hero-cta-center{bottom:28px}
.hero-cta-center .hero-btn{min-width:145px;padding:12px 31px;font-size:15px;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 10px 22px rgba(0,0,0,.18)}
.hero-slide:after{background:linear-gradient(180deg,rgba(0,0,0,.04) 0%,rgba(0,0,0,.08) 42%,rgba(0,0,0,.28) 100%)!important}

/* Product detail top banner: image-only, no text overlay, cleaner brand feel */
.clean-product-banner{height:auto;background:#f5efe7}
.clean-product-banner img{height:auto!important;max-height:420px;width:100%;object-fit:contain!important;background:#f5efe7}
.clean-product-banner:after{display:none!important}
.clean-product-banner + .product-page{margin-top:42px}

/* Collection / policy banners remain readable but less intrusive */
.page-banner:not(.clean-product-banner):after{background:linear-gradient(90deg,rgba(18,16,14,.22),rgba(18,16,14,.12),rgba(18,16,14,.02))!important}
.page-banner-copy,.info-hero-copy{background:rgba(28,23,19,.08)!important;box-shadow:none!important;padding:14px 18px!important;border-radius:14px!important;backdrop-filter:blur(2px)!important;-webkit-backdrop-filter:blur(2px)!important}
.page-banner-title{font-size:42px!important;line-height:1.06!important}
.page-banner-copy p,.info-hero-copy p{font-size:16px!important;line-height:1.55!important}
.info-hero-copy h1{font-size:42px!important;line-height:1.05!important}
.about-hero-soft .info-hero-copy,.journal-hero-soft .info-hero-copy{max-width:560px!important}

/* Editorial three-image module: keep full image content visible on both PC and mobile */
.editorial-gallery{grid-template-columns:1.42fr 1fr!important;grid-template-rows:auto auto!important;gap:18px!important}
.editorial-gallery a{border-radius:16px!important;background:#f7f1e9!important;display:flex!important;align-items:center!important;justify-content:center!important}
.editorial-gallery img{width:100%!important;height:auto!important;object-fit:contain!important;background:#f7f1e9!important;transform:none!important}
.editorial-gallery .gallery-main{grid-row:1 / span 2!important;min-height:0!important;aspect-ratio:1541/1021!important}
.editorial-gallery .gallery-side{min-height:0!important;aspect-ratio:560/270!important}
.editorial-gallery a:hover img{transform:none!important}

/* Slightly calmer scroll reveal; avoid motion jank */
.reveal-ready{transform:translateY(16px);transition:opacity .48s ease, transform .48s ease}
@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}.hero-slide,.reveal-ready,.product-card,.cat-card img,.pc-img img{transition:none!important}.reveal-ready{opacity:1!important;transform:none!important}}

@media(max-width:1120px){
  .nav{grid-template-columns:190px 1fr 150px;gap:12px}.main-links{gap:26px}.hero-text-box{max-width:390px}.hero-text-box h2{font-size:38px}
}
@media(max-width:760px){
  .nav{grid-template-columns:48px 1fr 92px}.logo img,.mobile-logo img{max-height:26px!important}.footer-logo img{width:min(170px,58vw)!important}
  .hero-slider{height:560px!important;min-height:540px!important}.hero-slide picture img{object-position:center center!important}
  .hero-text-box{left:18px!important;right:18px!important;bottom:92px!important;max-width:86%!important;text-shadow:0 6px 16px rgba(0,0,0,.32)}
  .hero-kicker{font-size:10.5px!important;letter-spacing:.16em!important}.hero-text-box h2{font-size:25px!important;line-height:1.08!important;margin-bottom:8px!important}.hero-text-box p{font-size:13.2px!important;line-height:1.48!important;max-width:280px!important}
  .hero-cta-center{bottom:18px!important}.hero-cta-center .hero-btn{font-size:13px!important;min-width:118px!important;padding:10px 22px!important}
  .editorial-gallery{grid-template-columns:1fr!important;grid-template-rows:auto!important;gap:12px!important}.editorial-gallery .gallery-main,.editorial-gallery .gallery-side{grid-row:auto!important;aspect-ratio:auto!important}.editorial-gallery img{height:auto!important;width:100%!important}
  .clean-product-banner img{max-height:none!important;width:100%!important;height:auto!important}.clean-product-banner + .product-page{margin-top:28px!important}
  .page-banner:not(.clean-product-banner) img,.info-hero img{height:236px!important;object-fit:cover!important}.page-banner-copy,.info-hero-copy{left:16px!important;right:16px!important;bottom:14px!important;padding:12px 14px!important;max-width:calc(100% - 32px)!important}.page-banner-title,.info-hero-copy h1{font-size:26px!important}.page-banner-copy p,.info-hero-copy p{font-size:13.5px!important;line-height:1.45!important}
}
@media(max-width:420px){.hero-text-box{max-width:90%!important}.hero-text-box h2{font-size:23px!important}.hero-text-box p{max-width:250px!important}.top-promos{font-size:12px}}


/* ===== Cozeline V8 fixes: hero button/dots spacing + clickable product cards ===== */
.product-card[data-product-url]{cursor:pointer}
.product-card[data-product-url]:focus-visible{outline:2px solid var(--gold);outline-offset:3px}
.product-card .add,.product-card a{cursor:pointer}

.hero-text-box{bottom:150px!important;max-width:470px!important}
.hero-text-box h2{font-size:46px!important;line-height:1.03!important}
.hero-text-box p{font-size:16.5px!important;line-height:1.58!important;max-width:440px!important}
.hero-kicker{font-size:13px!important}
.hero-cta-center{bottom:48px!important;z-index:6!important}
.hero-cta-center .hero-btn{min-width:178px!important;padding:15px 42px!important;font-size:17px!important;letter-spacing:.09em!important}
.hero-dots{bottom:17px!important;z-index:7!important}
.hero-dot{width:9px!important;height:9px!important;background:rgba(255,255,255,.65)!important;box-shadow:0 1px 4px rgba(0,0,0,.22)}
.hero-dot.is-active{background:#fff!important}

@media(max-width:760px){
  .hero-slider{height:590px!important;min-height:560px!important}
  .hero-text-box{bottom:116px!important;max-width:88%!important}
  .hero-text-box h2{font-size:28px!important;line-height:1.08!important}
  .hero-text-box p{font-size:14px!important;max-width:300px!important}
  .hero-kicker{font-size:11px!important}
  .hero-cta-center{bottom:44px!important}
  .hero-cta-center .hero-btn{min-width:150px!important;padding:12px 34px!important;font-size:14px!important}
  .hero-dots{bottom:16px!important}
  .hero-dot{width:8px!important;height:8px!important}
}
@media(max-width:420px){
  .hero-text-box{bottom:112px!important;max-width:90%!important}
  .hero-text-box h2{font-size:26px!important}
  .hero-text-box p{font-size:13.5px!important;max-width:280px!important}
  .hero-cta-center .hero-btn{min-width:142px!important;padding:11px 30px!important}
}


/* ===== Cozeline V10 QA polish: page transitions, back-home, scroll controls ===== */
html{scroll-behavior:smooth;scroll-padding-top:92px}
body{opacity:0;transition:opacity .34s ease;background:var(--bg)}
body.page-loaded{opacity:1}
body.page-leaving{opacity:0}
.back-home-bar{position:sticky;top:84px;z-index:45;background:rgba(255,253,248,.86);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(90,77,63,.10);padding:9px 28px}
.back-home-link{display:inline-flex;align-items:center;gap:8px;padding:7px 14px;border:1px solid rgba(94,76,58,.18);border-radius:999px;background:rgba(255,255,255,.72);font-size:13px;letter-spacing:.04em;color:#4c4036;transition:transform .18s ease, background .18s ease, border-color .18s ease}
.back-home-link:hover{transform:translateX(-2px);background:#fff;border-color:rgba(94,76,58,.35)}
.footer-logo a{display:inline-flex;align-items:center;justify-content:center}.footer-logo a:hover{opacity:.86}
.scroll-controls{pointer-events:none}.section-dots{position:fixed;left:22px;top:50%;transform:translateY(-50%);z-index:48;display:flex;flex-direction:column;gap:14px;pointer-events:auto}.section-dots button{width:12px;height:12px;border-radius:50%;border:1px solid rgba(255,255,255,.92);background:rgba(255,255,255,.72);box-shadow:0 2px 10px rgba(0,0,0,.20);cursor:pointer;padding:0;transition:transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease}.section-dots button.is-active{background:linear-gradient(135deg,#b15c86,#f4c431);border-color:#fff;transform:scale(1.18);box-shadow:0 4px 14px rgba(0,0,0,.28)}.section-dots button:hover{transform:scale(1.18)}
.back-top{position:fixed;right:26px;bottom:26px;z-index:65;width:56px;height:56px;border-radius:50%;border:1px solid rgba(255,255,255,.45);background:rgba(20,18,16,.46);color:#fff;font-size:28px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;pointer-events:auto;opacity:0;visibility:hidden;transform:translateY(16px);transition:opacity .22s ease, transform .22s ease, visibility .22s ease, background .22s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.back-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.back-top:hover{background:rgba(20,18,16,.68);transform:translateY(-2px)}
.page-enter-soft main > section,.page-enter-soft .product-page,.page-enter-soft .collection-wrap,.page-enter-soft .info-page,.page-enter-soft .article-page{animation:cozelineRise .48s ease both}@keyframes cozelineRise{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
.hero-dots{bottom:12px!important}.hero-cta-center{bottom:58px!important}.hero-cta-center .hero-btn{min-width:188px!important;padding:16px 46px!important;font-size:18px!important}.hero-text-box h2{font-size:48px!important}.hero-text-box p{font-size:17px!important}.hero-text-box{bottom:154px!important}
@media(max-width:760px){html{scroll-padding-top:88px}.back-home-bar{top:90px;padding:8px 14px}.back-home-link{font-size:12px;padding:7px 12px}.section-dots{display:none}.back-top{width:44px;height:44px;right:16px;bottom:18px;font-size:22px}.hero-cta-center{bottom:48px!important}.hero-dots{bottom:18px!important}.hero-cta-center .hero-btn{min-width:156px!important;padding:12px 36px!important;font-size:14px!important}.hero-text-box{bottom:120px!important}.hero-text-box h2{font-size:29px!important}.hero-text-box p{font-size:14.2px!important}}
@media(prefers-reduced-motion:reduce){body{transition:none!important}.page-enter-soft main > section,.page-enter-soft .product-page,.page-enter-soft .collection-wrap,.page-enter-soft .info-page,.page-enter-soft .article-page{animation:none!important}.back-home-link,.back-top,.section-dots button{transition:none!important}}


/* ===== Cozeline V11 targeted refinements ===== */
/* Campaign restored to original visual style; only the left logo icon has been updated in the image asset. */
img{content-visibility:auto}
.hero-slider{background:#ece7dd}
.hero-slider::before{content:"";position:absolute;left:0;right:0;bottom:-1px;height:82px;background:linear-gradient(to bottom,rgba(246,242,235,0),var(--bg) 88%);z-index:5;pointer-events:none}
.hero-cta-center,.hero-dots{z-index:8!important}
#new-launch,.section.featured-section{position:relative}
@media(max-width:760px){
  .hero-slider::before{height:118px;background:linear-gradient(to bottom,rgba(246,242,235,0),rgba(246,242,235,.68) 58%,var(--bg) 100%)}
  .hero-slider + .trust-bar,.hero-slider + .section,#new-launch{margin-top:30px!important}
  .hero-slide{transition:opacity .62s ease, filter .62s ease}
  .hero-slide.is-active{filter:saturate(1.02)}
}
/* Product detail gallery image preview only; homepage/collection cards remain normal navigation. */
.product-page .gallery img.js-product-preview{cursor:zoom-in;transition:transform .22s ease, box-shadow .22s ease}
.product-page .gallery img.js-product-preview:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(44,34,24,.12)}
.product-lightbox[hidden]{display:none!important}
.product-lightbox{position:fixed;inset:0;z-index:220;background:rgba(16,14,12,.82);display:flex;align-items:center;justify-content:center;padding:34px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.product-lightbox img{max-width:min(92vw,1280px);max-height:86vh;object-fit:contain;border-radius:18px;box-shadow:0 28px 70px rgba(0,0,0,.36);background:#f7f1e9}
.product-lightbox-close,.product-lightbox-prev,.product-lightbox-next{position:absolute;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.12);color:#fff;cursor:pointer;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.product-lightbox-close{right:26px;top:22px;width:44px;height:44px;border-radius:50%;font-size:28px;line-height:1}
.product-lightbox-prev,.product-lightbox-next{top:50%;transform:translateY(-50%);width:54px;height:54px;border-radius:50%;font-size:40px;line-height:1}
.product-lightbox-prev{left:28px}.product-lightbox-next{right:28px}
.product-lightbox-close:hover,.product-lightbox-prev:hover,.product-lightbox-next:hover{background:rgba(255,255,255,.22)}
@media(max-width:760px){
  .product-lightbox{padding:18px}.product-lightbox img{max-width:94vw;max-height:78vh;border-radius:14px}.product-lightbox-close{right:14px;top:12px;width:40px;height:40px}.product-lightbox-prev,.product-lightbox-next{width:42px;height:42px;font-size:32px}.product-lightbox-prev{left:12px}.product-lightbox-next{right:12px}
}


/* ===== Cozeline V12: DTC content, variants, reviews and forms ===== */
:root{--cozeline-wine:#6b4350;--cozeline-ink:#221e1a;--cozeline-cream:#f7f3eb;--cozeline-border:#e4d9ca;--cozeline-green:#55715a;--cozeline-muted:#756b61}
.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.form-honeypot{display:none!important}
.top-promos a{white-space:nowrap}.main-links{gap:22px}.nav-link{font-size:14px}.footer-email{display:block;color:#625a52;font-size:14px;margin-top:8px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer-bottom p{margin:0}.float-help{text-decoration:none;display:grid;place-items:center;font-size:20px}
.real-stars{text-decoration:none;color:#5b5148}.real-stars i,.review-stars{color:#e59b18;font-style:normal;letter-spacing:.08em}.no-review{color:#7a7168}.product-card .real-stars{display:block;font-size:12px;line-height:1.4}.product-card .no-review{font-size:12px}
.card-variant-swatches,.product-swatches{display:flex;gap:9px;align-items:center;flex-wrap:wrap}.card-swatch,.variant-swatch{position:relative;width:20px;height:20px;border-radius:50%;border:1px solid #a99e91;background:var(--sw);padding:0;cursor:pointer;box-shadow:0 0 0 2px transparent}.variant-swatch{width:28px;height:28px}.card-swatch.is-selected,.variant-swatch.is-selected{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--cozeline-wine)}.card-swatch.is-sold-out:after,.variant-swatch.is-sold-out:after{content:"";position:absolute;left:1px;right:1px;top:50%;height:1px;background:#4a4038;transform:rotate(-45deg)}.card-stock{font-size:12px;font-weight:700;margin-top:8px}.is-in-stock{color:var(--cozeline-green)}.is-sold-out{color:#9b493f}.add:disabled,.full-add:disabled{background:#b8b0a6!important;color:#fff!important;cursor:not-allowed!important}.variant-choice{padding:16px 0;border-top:1px solid var(--cozeline-border);border-bottom:1px solid var(--cozeline-border);margin:16px 0}.variant-heading{display:flex;justify-content:space-between;gap:16px;margin-bottom:12px}.variant-heading span{color:var(--cozeline-muted)}.variant-availability{font-size:13px;font-weight:700;margin-top:10px}.notify-wrap{margin-top:16px;padding:18px;background:#f7f2eb;border:1px solid var(--cozeline-border);border-radius:14px}.notify-wrap p{margin:0 0 12px;line-height:1.55}.notify-wrap form{display:flex;gap:10px;align-items:end}.notify-wrap label{display:grid;gap:6px;flex:1;font-size:13px}.notify-wrap input{height:44px;border:1px solid #cabdad;border-radius:10px;padding:0 12px}.notify-wrap button{height:44px;border:0;border-radius:10px;background:var(--cozeline-wine);color:#fff;padding:0 16px;font-weight:700}
.checkout-disabled{border:0;cursor:not-allowed;opacity:.72}.dtc-form{max-width:820px;margin:0 auto;background:#fff;border:1px solid var(--cozeline-border);padding:28px;border-radius:18px;box-shadow:0 14px 34px rgba(39,30,23,.06);display:grid;gap:18px}.dtc-form label{display:grid;gap:8px;font-weight:700}.dtc-form input,.dtc-form select,.dtc-form textarea{width:100%;border:1px solid #cfc1b2;border-radius:10px;padding:12px;font:inherit;background:#fff}.dtc-form button{justify-self:start;border:0;border-radius:999px;background:var(--cozeline-ink);color:#fff;padding:14px 25px;font-weight:800}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.product-question{padding-top:20px}.story-long{max-width:820px;margin:0 auto 48px;font-family:Georgia,serif;font-size:21px;line-height:1.75;color:#443b34}.contact-summary{max-width:760px;margin:48px auto 0;text-align:center;background:#fff;border:1px solid var(--cozeline-border);padding:32px}.contact-summary .cta-wide{display:inline-flex;width:auto}.legal-copy{max-width:900px}.legal-copy h2{font-family:Georgia,serif;font-weight:500;font-size:30px;margin:30px 0 10px}.legal-copy p{line-height:1.8;color:#5e564e}.policy-note{max-width:900px;margin:28px auto 0;background:#fff;border:1px solid var(--cozeline-border);padding:24px}.policy-note h3{font-family:Georgia,serif;font-weight:500;font-size:25px;margin:0 0 10px}.policy-note p{line-height:1.7;margin:0;color:#5e564e}
.home-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.home-review-card{background:#fff;border:1px solid var(--cozeline-border);padding:24px;box-shadow:0 12px 28px rgba(30,22,16,.05)}.home-review-card h3{font-family:Georgia,serif;font-size:24px;font-weight:500;margin:10px 0}.home-review-card p{line-height:1.65;color:#5d554e}.home-review-card span{font-size:13px;color:#766c62}.review-disclosure{padding:18px 22px;background:#f3eee6;border-left:4px solid var(--cozeline-wine);margin-bottom:24px}.review-disclosure p{margin:6px 0 0;line-height:1.6}.review-toolbar{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:22px}.review-toolbar label{display:grid;gap:7px;font-weight:700}.review-toolbar select{min-width:240px;padding:10px;border:1px solid #c9bdaf;border-radius:9px}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.review-card{border:1px solid var(--cozeline-border);background:#fff;padding:0;text-align:left;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 12px 28px rgba(30,22,16,.05)}.review-card>img{width:100%;height:240px;object-fit:cover;background:#f4f0e8}.review-card>div{padding:20px}.review-card h3{font-family:Georgia,serif;font-size:24px;font-weight:500;margin:8px 0}.review-card p{line-height:1.55;color:#5c544c}.review-card small{color:#766c62}.review-modal{position:fixed;inset:0;background:rgba(20,16,13,.72);z-index:160;display:grid;place-items:center;padding:20px}.review-modal[hidden]{display:none}.review-modal-panel{position:relative;background:#fff;max-width:850px;width:100%;max-height:90vh;overflow:auto;padding:32px;border-radius:18px}.review-modal-panel>button{position:absolute;right:12px;top:8px;border:0;background:transparent;font-size:30px;cursor:pointer}.review-modal-content h2{font-family:Georgia,serif;font-size:36px;font-weight:500}.review-modal-content>p{font-size:17px;line-height:1.75}.review-meta{display:flex;gap:10px 20px;flex-wrap:wrap;color:#6c6258;font-size:13px}.review-modal-images{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;margin:22px 0}.review-modal-images img{width:100%;max-height:420px;object-fit:contain;background:#f7f3ec}.review-shop{display:inline-flex;width:auto}.archive-note{padding:12px;background:#f6f1e9}.product-review-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.review-mini{background:#fff;border:1px solid var(--cozeline-border);padding:24px}.review-mini h3{font-family:Georgia,serif;font-size:25px;font-weight:500}.review-mini p{line-height:1.7;color:#5c544c}.review-mini img{width:150px;height:150px;object-fit:cover;margin-top:15px}.empty-review,.empty-state{text-align:center;padding:36px;background:#fff;border:1px solid var(--cozeline-border)}
.thank-you-page{min-height:65vh;display:grid;place-items:center;padding:60px 24px;text-align:center}.thank-you-page>div{max-width:700px}.thank-you-page span{letter-spacing:.18em;text-transform:uppercase}.thank-you-page h1{font-family:Georgia,serif;font-size:56px;font-weight:500}.thank-you-page .cta-wide{display:inline-flex;width:auto}.email-box button{cursor:pointer}.search-box button{border:0;background:transparent;display:grid;place-items:center}.journal-grid{grid-template-columns:repeat(3,1fr)}
@media(max-width:1100px){.main-links{gap:12px}.nav-link{font-size:12px}.reviews-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.form-row,.home-review-grid,.reviews-grid,.product-review-grid{grid-template-columns:1fr}.notify-wrap form{display:grid}.review-toolbar{align-items:stretch;flex-direction:column}.review-toolbar select{width:100%}.review-card>img{height:220px}.review-modal-panel{padding:24px 18px}.review-modal-images{grid-template-columns:1fr}.story-long{font-size:18px}.thank-you-page h1{font-size:40px}.dtc-form{padding:20px}.footer-bottom{display:block}.footer-bottom p+ p{margin-top:8px}.journal-grid{grid-template-columns:1fr}}


/* V13 button/layout fixes */
.cta-wide,.review-shop,.notify-wrap button,.dtc-form button{display:inline-flex;align-items:center;justify-content:center;text-align:center;line-height:1;white-space:nowrap;padding:0 22px;border-radius:10px;text-decoration:none;min-width:176px}
.cta-wide{height:52px}
.thank-you-page .cta-wide,.contact-summary .cta-wide,.review-shop{margin-top:18px}
.review-shop{width:auto;min-width:210px}
.purchase-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:18px 0 14px}
.full-add,.buy-now-btn{width:100%;min-height:50px;border:0;border-radius:999px;font-weight:800;font-size:16px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;text-transform:none;padding:0 20px}
.full-add{background:#222;color:#fff}
.buy-now-btn{background:#f2ece3;color:#2c241f;border:1px solid #d9ccbc}
.buy-now-btn:hover{background:#ece3d7}
.buy-now-btn:disabled{background:#d8d0c6;color:#fff;border-color:#d8d0c6;cursor:not-allowed}
@media(max-width:760px){.purchase-actions{grid-template-columns:1fr}.cta-wide,.review-shop{min-width:0;width:auto;max-width:100%}}


/* ===== Cozeline V14: reviews page brand upgrade + mobile polish ===== */
.reviews-page{display:grid;gap:26px}.reviews-intro{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);gap:22px;align-items:stretch}.reviews-copy,.review-stat,.review-toolbar,.review-card,.review-mini{border-radius:18px}.reviews-copy{background:#fff;border:1px solid var(--cozeline-border);padding:32px;box-shadow:0 14px 36px rgba(39,30,23,.06)}.reviews-copy .eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:12px;color:#7c7267}.reviews-copy h2{font-family:Georgia,serif;font-size:38px;line-height:1.08;font-weight:500;margin:10px 0 14px}.reviews-copy p{margin:0;line-height:1.78;color:#5c544c}.review-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.review-stat{background:#fff;border:1px solid var(--cozeline-border);padding:26px 18px;box-shadow:0 14px 36px rgba(39,30,23,.04);display:grid;gap:8px;align-content:center}.review-stat strong{font-family:Georgia,serif;font-size:36px;font-weight:500;color:#312720;line-height:1}.review-stat span{color:#74695f}.review-toolbar{background:#fff;border:1px solid var(--cozeline-border);padding:18px 20px;box-shadow:0 14px 32px rgba(39,30,23,.04)}.review-count-note{font-size:13px;color:#766c62}.reviews-grid{gap:22px}.review-card{transition:transform .22s ease, box-shadow .22s ease}.review-card:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(39,30,23,.10)}.review-media{aspect-ratio:4/3;background:#f5efe8;overflow:hidden}.review-media img{width:100%;height:100%;object-fit:cover}.review-card>div{padding:22px}.review-topline{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:10px}.review-chip{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;background:#f4eee5;color:#5a4d41;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.review-date{font-size:12px;color:#7a7065}.review-card h3{font-family:Georgia,serif;font-size:28px;line-height:1.1;font-weight:500;margin:10px 0}.review-card p{line-height:1.68;color:#5c544c;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.review-card-meta{display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-top:18px;padding-top:16px;border-top:1px solid #eee4d8;color:#72675c;font-size:13px}.review-card-meta strong{color:#2f2721}.review-read{display:inline-flex;align-items:center;gap:6px;margin-top:14px;font-size:13px;font-weight:700;color:#453931}.review-stars,.review-mini .review-stars{display:inline-flex;align-items:center;gap:0;color:#e59b18;letter-spacing:.08em;font-style:normal}.review-stars-dim{color:#d5c9bb}.review-modal-panel{max-width:960px;border-radius:22px}.review-modal-content h2{font-family:Georgia,serif;font-size:40px;line-height:1.08;font-weight:500;margin:12px 0 16px}.review-modal-content>p{font-size:17px;line-height:1.82;color:#4f463e}.review-modal-top{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:12px}.review-modal-images{margin:24px 0;align-items:start}.review-modal-images img{border-radius:16px;border:1px solid #eee3d6}.archive-note{border-radius:14px;padding:14px 16px}.review-mini{box-shadow:0 14px 30px rgba(39,30,23,.05)}.review-mini .mini-review-link{display:inline-flex;margin-top:15px;color:#4d4136;font-weight:700}.product-review-grid .review-meta{margin-top:14px}.float-help{transition:opacity .22s ease,transform .22s ease,visibility .22s ease}.back-top{transition:opacity .22s ease,transform .22s ease,visibility .22s ease,background .22s ease}.menu-open .back-top,.search-open .back-top,.cart-open .back-top,.menu-open .float-help,.search-open .float-help,.cart-open .float-help{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(10px)!important}.hero-btn,.hero-cta-center .hero-btn{white-space:nowrap!important;background:#efc83a!important;color:#fff!important;opacity:1!important;filter:none!important;box-shadow:0 10px 25px rgba(0,0,0,.22)!important}.hero-cta-center .hero-btn{text-transform:none!important;letter-spacing:.03em!important}.buy-now-btn{background:#efe7db;color:#2c241f;border:1px solid #d7cab9}.buy-now-btn:hover{background:#eadfce}@media(max-width:1100px){.reviews-intro{grid-template-columns:1fr}.review-stats{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.reviews-copy{padding:24px 20px}.reviews-copy h2{font-size:30px}.review-stats{grid-template-columns:1fr}.review-stat strong{font-size:32px}.review-toolbar{padding:16px}.review-card>div{padding:18px}.review-card h3{font-size:24px}.review-card p{line-height:1.62}.review-modal-content h2{font-size:30px}.review-count-note{font-size:12px}.float-help{right:16px;bottom:76px;width:52px;height:52px;z-index:64}.back-top{right:16px;bottom:18px;z-index:65}.hero-cta-center .hero-btn{min-width:242px!important;max-width:92vw;padding:14px 24px!important;font-size:13px!important;line-height:1.1!important;border-radius:999px!important}.hero-dots{bottom:18px!important}}

/* V14.2 customer-facing copy cleanup */
.cart-assistance{display:block;text-align:center;background:var(--ink);color:#fff;border-radius:999px;padding:15px;font-weight:800}.cart-assistance:hover{opacity:.92}


/* V14.3 fixes: review preview photos, floating icon spacing, and modal/button alignment */
.review-card,.review-mini,.review-modal-panel{min-width:0}
.review-card>div,.review-mini,.review-modal-content{min-width:0}
.review-card h3,.review-mini h3,.review-modal-content h2{overflow-wrap:anywhere;word-break:normal}
.review-card p,.review-mini p,.review-modal-content>p{overflow-wrap:anywhere}
.review-read,.mini-review-link{flex-wrap:wrap}
.review-shop,.cta-wide.review-shop,.review-modal-content .review-shop{display:inline-flex!important;align-items:center;justify-content:center;align-self:flex-start;width:auto!important;max-width:100%;min-width:0;padding:14px 22px;line-height:1.15;white-space:normal;text-align:center;border-radius:12px;word-break:keep-all}
.review-modal-content .review-shop{margin-top:20px}
.review-modal-images{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}
.review-modal-images img{width:100%;height:auto;max-height:420px;object-fit:contain}
.float-help{position:fixed;right:18px;bottom:calc(96px + env(safe-area-inset-bottom));width:54px;height:54px;z-index:64;border-radius:50%;box-shadow:0 12px 26px rgba(39,30,23,.18)}
.back-top{right:18px;bottom:calc(20px + env(safe-area-inset-bottom));z-index:65}
@media(max-width:760px){
  .float-help{right:16px;bottom:calc(96px + env(safe-area-inset-bottom));width:52px;height:52px}
  .back-top{right:16px;bottom:calc(22px + env(safe-area-inset-bottom));width:46px;height:46px}
  .review-modal-panel{padding:22px 16px 20px}
  .review-modal-images{grid-template-columns:1fr}
  .review-shop,.cta-wide.review-shop,.review-modal-content .review-shop{width:100%!important;max-width:100%;padding:14px 18px}
}


/* V14.4 visual polish and mobile CTA fixes */
.reviews-grid{gap:24px;align-items:stretch}
.review-card{height:100%;border-radius:20px}
.review-card>div{display:flex;flex-direction:column;gap:12px;min-height:280px;padding:24px 22px}
.review-topline{margin-bottom:0}
.review-rating-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:2px}
.review-verified{font-size:12px;line-height:1.4;color:#7a7065}
.review-author-block{display:grid;gap:4px}
.review-author-block strong{font-size:15px;line-height:1.2;color:#2f2721}
.review-author-block span{font-size:12px;line-height:1.45;color:#786d62}
.review-card-meta{margin-top:12px;padding-top:14px}
.review-read{margin-top:auto;padding-top:6px}
.review-mini{display:flex;flex-direction:column;gap:14px;height:100%;padding:22px;border-radius:18px}
.review-mini-body{display:flex;flex-direction:column;gap:12px;min-width:0;height:100%}
.review-mini h3{margin:2px 0 0;font-size:26px;line-height:1.1}
.review-mini p{margin:0;line-height:1.72}
.review-mini .review-meta{margin-top:2px}
.review-mini .review-mini-photo,.review-mini img{width:100%;height:220px;object-fit:cover;border-radius:14px;margin:0}
.review-mini .mini-review-link{margin-top:auto;padding-top:6px}
.review-modal-content .review-meta{margin-top:8px}
.hero-btn,.hero-cta-center .hero-btn{background:#efc83a!important;color:#fff!important;border:0!important;opacity:1!important;filter:none!important;text-shadow:none!important;white-space:nowrap!important;min-width:186px!important;padding:17px 36px!important;line-height:1.05!important;box-shadow:0 10px 25px rgba(0,0,0,.22)!important}
.hero-slide:first-child .hero-btn{min-width:236px!important}
@media(max-width:760px){
  .reviews-grid{gap:16px}
  .review-card{border-radius:18px}
  .review-card>div{padding:18px 16px 20px;gap:10px;min-height:auto}
  .review-card h3{font-size:22px;line-height:1.12}
  .review-card p{-webkit-line-clamp:5;line-height:1.6}
  .review-card-meta{margin-top:10px;padding-top:12px}
  .review-read{font-size:13px}
  .review-mini{padding:18px;gap:12px}
  .review-mini .review-mini-photo,.review-mini img{height:200px}
  .review-mini h3{font-size:22px}
  .review-mini p{line-height:1.62}
  .hero-cta-center .hero-btn{display:inline-flex!important;width:auto!important;min-width:0!important;max-width:none!important;padding:14px 24px!important;font-size:12.5px!important;letter-spacing:.02em!important;border-radius:999px!important;background:#efc83a!important;color:#fff!important;white-space:nowrap!important}
  .hero-slide:first-child .hero-btn{min-width:0!important;padding:14px 20px!important}
}


/* V14.5 desktop reviews fix + cache-safe visual override */
.reviews-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:26px!important;align-items:stretch!important}
.review-card{display:grid!important;grid-template-rows:auto 1fr!important;height:100%!important;overflow:hidden!important;border-radius:20px!important;background:#fff!important}
.review-card>.review-media{padding:0!important;display:block!important;min-height:0!important;aspect-ratio:16/10!important;background:#f3ede4!important;overflow:hidden!important}
.review-card>.review-media img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}
.review-card>.review-card-body{display:flex!important;flex-direction:column!important;gap:12px!important;min-height:300px!important;padding:24px 24px 22px!important}
.review-card>.review-card-body .review-topline{margin:0!important}
.review-card>.review-card-body h3{margin:2px 0 0!important;font-size:28px!important;line-height:1.12!important;color:#241f1a!important}
.review-card>.review-card-body p{margin:0!important;line-height:1.68!important;color:#5b524a!important}
.review-card>.review-card-body .review-card-meta{margin-top:auto!important;padding-top:16px!important}
.review-card>.review-card-body .review-read{margin-top:0!important;padding-top:4px!important}
.review-rating-row{display:flex!important;align-items:center!important;gap:10px!important;flex-wrap:wrap!important}
.review-verified{font-size:12px!important;color:#7a6f65!important;font-weight:600!important}
.review-author-block{display:grid!important;gap:4px!important}
.review-author-block strong{font-size:15px!important;line-height:1.2!important;color:#2a241f!important}
.review-author-block span{font-size:12px!important;line-height:1.45!important;color:#796f65!important}
.review-modal-content .review-shop{display:inline-flex!important;width:auto!important;min-width:190px!important;max-width:100%!important;padding:14px 24px!important;justify-content:center!important;align-items:center!important;white-space:nowrap!important}
@media(max-width:900px){.reviews-grid{grid-template-columns:1fr!important}}
@media(max-width:760px){
  .reviews-grid{grid-template-columns:1fr!important;gap:16px!important}
  .review-card>.review-media{aspect-ratio:4/3!important}
  .review-card>.review-card-body{min-height:0!important;padding:18px 16px 20px!important;gap:10px!important}
  .review-card>.review-card-body h3{font-size:22px!important}
  .review-card>.review-card-body p{-webkit-line-clamp:5!important;line-height:1.6!important}
  .review-modal-content .review-shop{width:100%!important;min-width:0!important;white-space:normal!important}
}


/* ===== Cozeline V15: Bedsure-inspired DTC structure, search, FAQ and journal ===== */
/* Browser back/forward cache safety */
body.page-enter-soft{opacity:1!important}body.page-leaving{opacity:.98!important;pointer-events:none}.page-loaded{opacity:1!important}
/* Story CTA no longer overlaps copy */
.cozeline-story-strip .editorial-copy{padding-bottom:8px}.cozeline-story-strip .editorial-copy>a{display:inline-flex;margin-top:24px;position:relative;z-index:2}
/* Image hover changes only while the image preview itself is hovered */
.product-card:hover .pc-img img:first-child{opacity:1}.product-card:hover .pc-img img+img{opacity:0}.pc-img:hover img:first-child{opacity:0!important}.pc-img:hover img+img{opacity:1!important}
/* Functional search */
.search-live{margin:-12px 0 26px;border:1px solid #e4ddd3;border-radius:14px;background:#fff;max-height:62vh;overflow:auto;box-shadow:0 14px 36px rgba(34,28,23,.1)}.search-live[hidden]{display:none}.search-result-group{padding:16px}.search-result-group+.search-result-group{border-top:1px solid #ece5dc}.search-result-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.search-result-heading h3{font-size:16px!important;margin:0!important}.search-result-heading span{font-size:12px;color:#756b61}.search-product-results{display:grid;gap:8px}.search-product-hit{display:grid;grid-template-columns:64px 1fr;gap:12px;align-items:center;padding:8px;border-radius:10px}.search-product-hit:hover{background:#f7f2eb}.search-product-hit img{width:64px;height:64px;object-fit:cover;border-radius:8px}.search-product-hit span{display:grid;gap:3px}.search-product-hit strong{font-size:13px;line-height:1.25}.search-product-hit small{font-size:11px;color:#786e64}.search-product-hit b{font-size:12px}.search-content-results{display:grid;gap:8px}.search-content-results a{display:grid;gap:4px;padding:10px;border-radius:10px}.search-content-results a:hover{background:#f7f2eb}.search-content-results small{text-transform:uppercase;letter-spacing:.12em;font-size:10px;color:#8b7d70}.search-content-results strong{font-size:13px}.search-content-results span{font-size:11px;line-height:1.45;color:#71675e}.search-view-all{display:block;border-top:1px solid #ece5dc;padding:14px 16px;text-align:center;font-weight:800}.search-empty{padding:28px;text-align:center;background:#fff;border:1px solid #e6ddd2;border-radius:16px}.search-empty strong{display:block;font-family:Georgia,serif;font-size:24px}.search-empty p{color:#746a60}.search-page-hero{padding:78px 24px;background:linear-gradient(135deg,#f7f1e9,#eee6da)}.search-page-hero>div{max-width:900px;margin:auto;text-align:center}.search-page-hero h1{font-family:Georgia,serif;font-size:54px;line-height:1.05;margin:12px 0}.search-page-hero p{font-size:18px;color:#665d55}.search-page-form{display:flex;max-width:680px;margin:28px auto 0;background:#fff;border:1px solid #d9cec1;border-radius:999px;padding:6px;box-shadow:0 12px 30px rgba(34,28,23,.08)}.search-page-form input{flex:1;border:0;background:transparent;padding:0 20px;outline:0}.search-page-form button{border:0;border-radius:999px;background:#231f1b;color:#fff;padding:14px 28px;font-weight:800}.search-page-results{display:grid;gap:24px}.search-page-results .search-product-results{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.search-page-results .search-product-hit{grid-template-columns:1fr;padding:0;border:1px solid #e5ddd3;overflow:hidden;background:#fff}.search-page-results .search-product-hit img{width:100%;height:auto;aspect-ratio:1/1;border-radius:0}.search-page-results .search-product-hit span{padding:14px}.search-page-results .search-content-results{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.search-page-results .search-content-results a{background:#fff;border:1px solid #e5ddd3;padding:20px}
/* FAQ accordion */
.faq-page{max-width:1050px}.faq-intro{text-align:center;margin-bottom:34px}.faq-intro h2{font-family:Georgia,serif;font-size:44px;font-weight:500;margin:10px 0}.faq-intro p{color:#685f56;line-height:1.7;max-width:720px;margin:auto}.faq-group-title{font-size:14px;text-transform:uppercase;letter-spacing:.16em;color:#75695e;margin:34px 0 10px}.faq-accordion details{background:#fff;border:1px solid #ded4c8;border-radius:12px;margin-bottom:10px;overflow:hidden}.faq-accordion summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 22px;cursor:pointer;font-family:Georgia,serif;font-size:22px}.faq-accordion summary::-webkit-details-marker{display:none}.faq-toggle{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:#f2ece4;font-family:Inter,sans-serif;font-size:22px;transition:.2s}.faq-accordion details[open] .faq-toggle{transform:rotate(45deg);background:#241f1a;color:#fff}.faq-answer{padding:0 22px 22px;border-top:1px solid #eee5db}.faq-answer p{line-height:1.75;color:#5e554d;margin:18px 0 0}.faq-inline-link{display:inline-flex;margin-top:12px;font-weight:800;text-decoration:underline}
/* Rich journal */
.journal-hero{position:relative;min-height:610px;display:grid;align-items:end;overflow:hidden;background:#2a251f}.journal-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.journal-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.68),rgba(0,0,0,.1)),linear-gradient(0deg,rgba(0,0,0,.55),transparent 55%)}.journal-hero>div{position:relative;z-index:2;color:#fff;max-width:760px;padding:70px max(5vw,40px)}.journal-hero h1{font-family:Georgia,serif;font-size:64px;line-height:1.02;font-weight:500;margin:14px 0}.journal-hero p{font-size:19px;line-height:1.65}.journal-topic-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.journal-topic-links a{border:1px solid rgba(255,255,255,.6);border-radius:999px;padding:9px 14px}.journal-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.journal-feature-card{display:grid;grid-template-columns:44% 56%;background:#fff;border:1px solid #e4dbd0;border-radius:18px;overflow:hidden;min-height:330px}.journal-feature-card img{width:100%;height:100%;object-fit:cover}.journal-feature-card>div{padding:26px;display:flex;flex-direction:column}.journal-feature-card span{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#806f60}.journal-feature-card h2{font-family:Georgia,serif;font-size:29px;line-height:1.12;font-weight:500;margin:12px 0}.journal-feature-card p{color:#665d54;line-height:1.65}.journal-feature-card b{margin-top:auto}.journal-seo-band{max-width:1240px;margin:70px auto;padding:48px;display:flex;align-items:end;justify-content:space-between;gap:40px;background:#22201d;color:#fff}.journal-seo-band h2{font-family:Georgia,serif;font-size:42px;font-weight:500;margin:10px 0}.journal-seo-band p{max-width:750px;line-height:1.75;color:#ddd5cd}.journal-seo-band>a{white-space:nowrap;background:#efc83a;color:#241f1a;border-radius:999px;padding:15px 22px;font-weight:800}.journal-shop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.journal-shop-grid a{background:#fff;border:1px solid #e5ddd3;padding-bottom:18px}.journal-shop-grid img{width:100%;aspect-ratio:1/1;object-fit:cover}.journal-shop-grid strong,.journal-shop-grid span{display:block;padding:0 16px}.journal-shop-grid strong{font-family:Georgia,serif;font-size:24px;margin-top:16px}.journal-shop-grid span{margin-top:8px;font-weight:700}.enriched-article{max-width:none;padding:0}.article-hero{display:grid;grid-template-columns:1fr 1fr;min-height:610px;background:#f2ebe2}.article-hero-copy{padding:80px max(5vw,50px);display:flex;flex-direction:column;justify-content:center}.article-hero h1{font-family:Georgia,serif;font-size:58px;line-height:1.03;font-weight:500;margin:16px 0}.article-hero-copy>p{font-size:18px;line-height:1.75;color:#655b52}.article-hero>img{width:100%;height:100%;object-fit:cover}.article-meta{display:flex;gap:14px;color:#7b6f64;font-size:12px}.article-layout{max-width:1120px;margin:70px auto;display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:64px;padding:0 24px}.article-lead{font-family:Georgia,serif;font-size:25px;line-height:1.6;border-left:4px solid #d6a62c;padding-left:24px;margin-bottom:40px}.article-section{scroll-margin-top:100px;margin-bottom:38px}.article-section h2{font-family:Georgia,serif;font-size:34px;font-weight:500;margin:0 0 12px}.article-section p{font-size:17px;line-height:1.85;color:#554c45}.article-note{background:#f3ece3;border-radius:16px;padding:24px;margin-top:40px}.article-note p{line-height:1.7}.article-side{position:relative}.article-side-card{position:sticky;top:96px;background:#fff;border:1px solid #e4dbd0;padding:22px;display:grid;gap:13px}.article-side-card>span{text-transform:uppercase;letter-spacing:.14em;font-size:11px;color:#837366}.article-side-card a{font-size:13px;line-height:1.35;border-top:1px solid #eee5dc;padding-top:12px}.article-side-cta{display:block;margin-top:14px;background:#231f1b;color:#fff;border-radius:999px;text-align:center;padding:14px;font-weight:800}.article-shop{background:#f3ece3;padding:70px 24px}.article-shop>.section-title{max-width:800px;margin:0 auto 34px}.article-product-grid{max-width:1100px;margin:auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.article-product-card{background:#fff;border-radius:16px;overflow:hidden;border:1px solid #e1d7cb}.article-product-card img{width:100%;aspect-ratio:1/1;object-fit:cover}.article-product-card span{display:grid;gap:8px;padding:18px}.article-product-card small{text-transform:uppercase;letter-spacing:.12em;color:#817263}.article-product-card strong{font-family:Georgia,serif;font-size:22px}.article-product-card b{font-size:13px}.article-related{max-width:1100px;margin:70px auto;padding:0 24px;display:flex;justify-content:space-between;gap:40px}.article-related h2{font-family:Georgia,serif;font-size:36px;font-weight:500}.article-related-links{display:grid;gap:10px;min-width:330px}.article-related-links a{padding:14px 16px;border:1px solid #ded4c8;background:#fff}
/* Footer social placeholders */
.footer-socials{display:flex;justify-content:center;gap:12px;margin:34px auto}.social-link{width:44px;height:44px;border-radius:50%;border:1px solid #71675d;background:transparent;color:#2c2722;display:flex;align-items:center;justify-content:center;cursor:default}.social-link svg{width:19px;height:19px;stroke:currentColor;fill:none;stroke-width:1.7}.social-link:nth-child(2) svg path{fill:currentColor;stroke:none}.social-link:hover{background:#231f1b;color:#fff}
/* Mobile form submit proportions */
.dtc-form button[type="submit"],.returns-panel button[type="submit"],.track-box button[type="submit"]{min-height:52px;width:min(290px,100%);padding:13px 24px;border-radius:999px;font-size:16px;line-height:1.2;margin:18px auto 0;display:flex;align-items:center;justify-content:center}
@media(max-width:900px){.search-page-results .search-product-results{grid-template-columns:repeat(2,minmax(0,1fr))}.journal-feature-grid{grid-template-columns:1fr}.article-hero{grid-template-columns:1fr}.article-hero>img{height:480px;order:-1}.article-layout{grid-template-columns:1fr}.article-side-card{position:static}.article-product-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){body.page-enter-soft,body.page-leaving{opacity:1!important}.cozeline-story-strip .editorial-copy>a{margin-top:30px}.search-page-hero{padding:56px 18px}.search-page-hero h1{font-size:38px}.search-page-form{border-radius:16px;display:grid;padding:8px}.search-page-form input{height:50px}.search-page-form button{height:48px}.search-page-results .search-product-results,.search-page-results .search-content-results{grid-template-columns:1fr}.faq-intro h2{font-size:32px}.faq-accordion summary{font-size:18px;padding:17px}.faq-answer{padding:0 17px 17px}.journal-hero{min-height:560px}.journal-hero>div{padding:44px 22px}.journal-hero h1{font-size:43px}.journal-feature-card{grid-template-columns:1fr}.journal-feature-card img{height:260px}.journal-seo-band{margin:50px 18px;padding:30px 22px;display:grid}.journal-seo-band h2{font-size:32px}.journal-seo-band>a{white-space:normal;text-align:center}.journal-shop-grid{grid-template-columns:1fr}.article-hero-copy{padding:44px 20px}.article-hero h1{font-size:40px}.article-hero>img{height:340px}.article-layout{margin:45px auto;gap:32px}.article-lead{font-size:21px}.article-section h2{font-size:29px}.article-section p{font-size:16px}.article-product-grid{grid-template-columns:1fr}.article-related{display:grid;margin:50px auto}.article-related-links{min-width:0}.dtc-form button[type="submit"],.returns-panel button[type="submit"],.track-box button[type="submit"]{width:min(260px,100%);min-height:54px;font-size:16px}.footer-socials{margin:28px auto}.social-link{width:42px;height:42px}}


/* ===== Cozeline V16: mature DTC interactions ===== */
body.page-leaving{pointer-events:none}body.page-loaded{opacity:1!important;visibility:visible!important}.cozeline-story-strip .editorial-copy>a{margin-top:38px}
.footer-trust-strip{display:grid;grid-template-columns:repeat(4,1fr);background:#756b60;color:#fff;min-height:72px;align-items:stretch}.footer-trust-strip a{display:flex;align-items:center;justify-content:center;gap:12px;padding:18px;border-right:1px solid rgba(255,255,255,.18);font-size:13px;letter-spacing:.05em;text-transform:uppercase}.footer-trust-strip span{font-size:24px}.footer-cookie-settings{border:0;background:transparent;text-decoration:underline;cursor:pointer;color:inherit;padding:0;font:inherit}.footer-socials{gap:14px}
.offer-tab{position:fixed;right:0;top:48%;z-index:88;border:0;background:#6b4350;color:#fff;padding:13px 9px;border-radius:10px 0 0 10px;cursor:pointer;box-shadow:0 12px 28px rgba(34,27,22,.22)}.offer-tab span{writing-mode:vertical-rl;transform:rotate(180deg);font-weight:900;letter-spacing:.12em}.offer-modal,.privacy-modal{position:fixed;inset:0;z-index:180;display:grid;place-items:center;padding:24px}.offer-modal[hidden],.privacy-modal[hidden]{display:none}.offer-backdrop,.privacy-backdrop{position:absolute;inset:0;background:rgba(20,18,16,.58);backdrop-filter:blur(3px)}.offer-panel{position:relative;width:min(980px,96vw);max-height:92vh;overflow:auto;background:#4d4b40;color:#fff;display:grid;grid-template-columns:1.08fr .92fr;box-shadow:0 28px 90px rgba(0,0,0,.32)}.offer-image img{width:100%;height:100%;min-height:560px;object-fit:cover}.offer-copy{padding:58px 48px;display:flex;flex-direction:column;justify-content:center}.offer-copy .eyebrow{color:#f3d863}.offer-copy h2{font-family:Georgia,serif;font-size:58px;line-height:.98;margin:14px 0 18px;color:#fff}.offer-copy p{font-size:17px;line-height:1.65;color:#f7f3e8}.offer-close{position:absolute;right:14px;top:12px;z-index:3;width:38px;height:38px;border:0;border-radius:50%;background:#fff58a;font-size:25px;cursor:pointer}.offer-form{display:grid;gap:12px;margin-top:22px}.offer-form>input[type=email]{height:54px;border:0;border-radius:12px;padding:0 17px;font-size:17px}.offer-form>button{min-height:54px;border:0;border-radius:12px;background:#fff08a;color:#4d3820;font-weight:900;font-size:16px;cursor:pointer}.offer-consent{display:flex;gap:9px;align-items:flex-start;font-size:12px;line-height:1.4;color:#f5f0df}.offer-consent input{margin-top:3px}
.cookie-pop{right:22px;bottom:22px}.cookie-card{width:min(520px,calc(100vw - 32px));padding:24px}.cookie-card .eyebrow{font-size:11px}.cookie-card h3{font-family:Georgia,serif;font-size:28px;font-weight:500}.cookie-actions-compact{display:grid;grid-template-columns:1fr 1.15fr 1fr}.privacy-panel{position:relative;width:min(850px,96vw);max-height:88vh;overflow:auto;background:#fff;border-radius:14px;box-shadow:0 28px 90px rgba(0,0,0,.28);padding:28px}.privacy-panel header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:18px;border-bottom:1px solid #eee4da}.privacy-panel header h2{font-size:28px;margin:4px 0 0}.privacy-panel header button{border:0;background:transparent;font-size:28px;cursor:pointer}.privacy-intro{line-height:1.7;color:#5e554d}.privacy-groups{border-top:1px solid #eee4da}.privacy-groups details{border-bottom:1px solid #eee4da;padding:0}.privacy-groups summary{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:20px 4px;cursor:pointer;font-weight:800}.privacy-groups details p{margin:0;padding:0 4px 20px 24px;line-height:1.65;color:#62584f}.privacy-groups summary strong{color:#32843d;font-size:13px}.privacy-switch{position:relative;display:inline-block;width:48px;height:26px}.privacy-switch input{position:absolute;opacity:0}.privacy-switch i{position:absolute;inset:0;border-radius:999px;background:#c9c4bd;transition:.2s}.privacy-switch i:after{content:"";position:absolute;width:20px;height:20px;left:3px;top:3px;background:#fff;border-radius:50%;transition:.2s;box-shadow:0 2px 5px rgba(0,0,0,.2)}.privacy-switch input:checked+i{background:#6b4350}.privacy-switch input:checked+i:after{transform:translateX(22px)}.privacy-actions{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;margin-top:24px}.privacy-actions button{min-height:48px;border:1px solid #6b4350;background:#fff;color:#6b4350;font-weight:800;cursor:pointer;border-radius:9px}.privacy-actions .primary{background:#6b4350;color:#fff}
.ugc-section{max-width:1400px}.ugc-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:240px;gap:12px}.ugc-card{position:relative;overflow:hidden;background:#eee8df;border-radius:14px}.ugc-card img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.ugc-card:hover img{transform:scale(1.035)}.ugc-card:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.72))}.ugc-card span{position:absolute;z-index:2;left:16px;right:16px;bottom:14px;color:#fff;font-weight:700}.ugc-tall{grid-row:span 2}.ugc-wide{grid-column:span 2}.ugc-actions{display:flex;justify-content:center;gap:14px;margin-top:24px}.ugc-actions a{padding:13px 22px;border-radius:999px;border:1px solid #3e342c;font-weight:800}.ugc-actions a:first-child{background:#29231f;color:#fff}
.filter-accordion{border-bottom:1px solid #e6ddd3;padding:0}.filter-accordion summary{list-style:none;padding:16px 0;cursor:pointer;font-weight:800;display:flex;justify-content:space-between}.filter-accordion summary::-webkit-details-marker{display:none}.filter-accordion summary:after{content:"+";font-size:22px;font-weight:400}.filter-accordion[open] summary:after{content:"−"}.filter-accordion-body{display:grid;gap:9px;padding:0 0 16px}.filter-color-options{grid-template-columns:1fr 1fr}.color-filter-option{display:flex;align-items:center;gap:8px;cursor:pointer}.filter-color-option input{position:absolute;opacity:0}.filter-color-dot{width:20px;height:20px;border-radius:50%;background:var(--filter-color);border:2px solid #fff;box-shadow:0 0 0 1px #978b7d}.color-filter-option input:checked+.filter-color-dot{box-shadow:0 0 0 2px #6b4350}.color-filter-option span{font-size:13px}
.care-guide-hero{position:relative;min-height:520px;display:grid;grid-template-columns:1fr 1fr;background:#2f2b27;color:#fff}.care-guide-hero img{width:100%;height:100%;min-height:520px;object-fit:cover}.care-guide-hero>div{padding:70px;display:flex;flex-direction:column;justify-content:center}.care-guide-hero h1{font-family:Georgia,serif;font-size:58px;line-height:1.02;margin:12px 0 20px}.care-guide-hero p{font-size:18px;line-height:1.7;color:#ede7df}.care-guide-nav{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:34px}.care-guide-nav a{border:1px solid #d4c8ba;padding:10px 16px;border-radius:999px}.care-guide-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:50px}.care-steps{display:grid;gap:22px}.care-steps article{background:#fff;border:1px solid #eadfd3;border-radius:16px;padding:28px}.care-steps article>span{color:#9b7c62;font-weight:900;letter-spacing:.14em}.care-steps h2{font-family:Georgia,serif;font-weight:500;font-size:30px;margin:10px 0}.care-steps p{line-height:1.75;color:#5e554d}.care-side{position:sticky;top:110px;height:max-content;display:grid;gap:16px}.care-side>div{background:#f0e8dd;padding:24px;border-radius:14px}.care-side h3{font-size:22px;margin:0 0 12px}.care-side li{margin:8px 0}.care-side>a{display:block;text-align:center;background:#27211d;color:#fff;padding:14px;border-radius:999px;font-weight:800}.care-shop{padding-bottom:50px}
.search-live{max-height:calc(100vh - 150px);overflow:auto}.product-card:hover .pc-img img:first-child{opacity:0!important}.product-card:hover .pc-img img+img{opacity:1!important}.pc-img:hover img:first-child{opacity:0!important}.pc-img:hover img+img{opacity:1!important}
.dtc-form button[type="submit"],.returns-panel button[type="submit"],.track-box button[type="submit"],.product-question button[type="submit"]{width:min(280px,100%)!important;min-height:52px!important;border-radius:999px!important;padding:0 24px!important;font-size:16px!important;line-height:1.1!important}
@media(max-width:900px){.offer-panel{grid-template-columns:1fr}.offer-image{display:none}.offer-copy{padding:46px 28px}.offer-copy h2{font-size:45px}.ugc-grid{grid-template-columns:repeat(2,1fr)}.care-guide-hero{grid-template-columns:1fr}.care-guide-hero img{min-height:360px}.care-guide-hero>div{padding:44px 28px}.care-guide-layout{grid-template-columns:1fr}.care-side{position:static}.footer-trust-strip{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.offer-tab{top:auto;bottom:145px}.offer-modal,.privacy-modal{padding:12px}.offer-panel{width:100%;max-height:94vh;border-radius:16px}.offer-copy{padding:38px 20px 28px}.offer-copy h2{font-size:38px}.cookie-pop{right:10px;bottom:10px}.cookie-card{padding:18px}.cookie-actions-compact{grid-template-columns:1fr}.privacy-panel{width:100%;max-height:94vh;padding:20px 16px}.privacy-panel header h2{font-size:23px}.privacy-actions{grid-template-columns:1fr}.privacy-actions button{min-height:50px}.footer-trust-strip{grid-template-columns:1fr 1fr}.footer-trust-strip a{font-size:11px;padding:14px 8px}.footer-trust-strip span{font-size:20px}.ugc-grid{display:flex;overflow:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.ugc-card,.ugc-tall,.ugc-wide{flex:0 0 78vw;height:420px;grid-row:auto;grid-column:auto;scroll-snap-align:center}.ugc-actions{display:grid}.filter-color-options{grid-template-columns:1fr 1fr}.care-guide-hero{min-height:auto}.care-guide-hero img{min-height:300px}.care-guide-hero>div{padding:35px 20px}.care-guide-hero h1{font-size:40px}.care-guide-layout{margin-top:35px}.care-steps article{padding:22px 18px}.cozeline-story-strip .editorial-copy>a{margin-top:46px}.dtc-form button[type="submit"],.returns-panel button[type="submit"],.track-box button[type="submit"],.product-question button[type="submit"]{width:100%!important;min-height:54px!important;font-size:16px!important}}

/* V16.1 QA fix: keep the mobile filter backdrop non-interactive on desktop and while closed. */
.filter-shell{pointer-events:none}
.filter-shell .drawer-bg{opacity:0;pointer-events:none}
.filter-open .filter-shell{pointer-events:auto}
.filter-open .filter-shell .drawer-bg{opacity:1;pointer-events:auto}


/* V16.4 — keep the mobile hero transition smooth without washing out the CTA. */
.hero-btn,
.hero-cta-center .hero-btn{
  background-color:var(--gold)!important;
  background-image:none!important;
  color:#fff!important;
  opacity:1!important;
  filter:none!important;
  mix-blend-mode:normal!important;
  position:relative!important;
  z-index:12!important;
  isolation:isolate!important;
}
@media(max-width:760px){
  /* The old parent fade sat above the whole slide stacking context and faded the button too. */
  .hero-slider::before{display:none!important}
  .hero-slide::after{
    z-index:2!important;
    background:
      linear-gradient(180deg,
        rgba(0,0,0,.06) 0%,
        rgba(0,0,0,.16) 45%,
        rgba(0,0,0,.34) 70%,
        rgba(245,242,234,.18) 84%,
        rgba(245,242,234,.72) 94%,
        var(--bg) 100%)!important;
  }
  .hero-copy,.hero-cta-center{z-index:12!important}
  .hero-dots{z-index:13!important}
  .hero-cta-center .hero-btn{
    background:var(--gold)!important;
    box-shadow:0 10px 24px rgba(0,0,0,.22)!important;
  }
}


/* V16.7: crawlable primary navigation and sitelink-focused internal link hub */
.main-links .nav-link[href]{text-decoration:none}
.sitelink-hub{margin-top:64px;margin-bottom:76px}
.sitelink-hub .section-title{max-width:760px;margin-left:auto;margin-right:auto}
.sitelink-hub .eyebrow{display:block;margin-bottom:8px;text-transform:uppercase;letter-spacing:.16em;font-size:12px;color:#776c60}
.sitelink-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.sitelink-card{display:flex;min-height:172px;flex-direction:column;padding:24px;background:#fff;border:1px solid #e4dbcf;border-radius:16px;box-shadow:0 10px 28px rgba(48,39,31,.04);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.sitelink-card:hover{transform:translateY(-3px);border-color:#cbbba8;box-shadow:0 16px 34px rgba(48,39,31,.09)}
.sitelink-card h3{margin:0 0 9px;font-family:Georgia,serif;font-size:24px;font-weight:500;line-height:1.12}
.sitelink-card p{margin:0;color:#655b51;line-height:1.62}
.sitelink-card span{margin-top:auto;padding-top:18px;font-size:13px;font-weight:800;letter-spacing:.04em}
@media(max-width:900px){.sitelink-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.sitelink-hub{margin-top:48px;margin-bottom:56px}.sitelink-grid{grid-template-columns:1fr;gap:12px}.sitelink-card{min-height:150px;padding:21px}.sitelink-card h3{font-size:22px}}


/* V16.9 — custom Cozeline UI connected to Shopify Storefront Cart API */
.shopify-checkout{width:100%;border:0;cursor:pointer;transition:opacity .2s ease,transform .2s ease,background .2s ease}
.shopify-checkout:hover:not(:disabled){opacity:.94;transform:translateY(-1px)}
.shopify-checkout:disabled{background:#b8b0a6;color:#fff;cursor:not-allowed;opacity:.8}
.shopify-checkout[aria-busy="true"],.add[aria-busy="true"],.full-add[aria-busy="true"],.buy-now-btn[aria-busy="true"]{cursor:wait;opacity:.76}
.cart-care-link{display:block;text-align:center;margin:12px 0 0;text-decoration:underline;text-underline-offset:3px;font-size:13px;color:var(--muted)}
.cart-status{margin:12px 0 0;padding:10px 12px;border-radius:10px;font-size:12px;line-height:1.45;text-align:center;background:#f2ede6;color:#5f554c}
.cart-status[data-tone="success"]{background:#edf6ef;color:#2f6b45}
.cart-status[data-tone="warning"]{background:#fff6df;color:#76571d}
.cart-status[data-tone="error"]{background:#fae9e7;color:#8a3a31}
.cart-status[hidden]{display:none!important}
.cart-line em{font-style:normal;font-weight:700;white-space:nowrap}
.cart-line small{display:block;color:var(--muted);font-size:11px;line-height:1.35;margin-bottom:7px}
@media(max-width:760px){.shopify-checkout{min-height:50px}.cart-care-link{font-size:12px}}


/* V16.11 targeted updates: promo strip, real cart page, banner focal points */
.top-promos{min-height:38px;height:auto;align-items:stretch;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid rgba(255,255,255,.08)}
.top-promos a{display:flex;align-items:center;justify-content:center;min-height:38px;padding:0 18px;text-decoration:none}
.top-promos a:hover{text-decoration:underline}
.page-banner.banner-meadow img{object-position:center 56%!important}
.page-banner.banner-sofa img{object-position:center 46%!important}
.page-banner.banner-bedroom img{object-position:center 34%!important}
.page-banner.banner-woman img{object-position:center 33%!important}
.page-banner.banner-woman-sofa img{object-position:center 35%!important}
.page-banner.banner-cat img{height:380px!important;object-position:center 34%!important}
.cart-page-shell{max-width:var(--max);margin:44px auto 84px;padding:0 24px}
.cart-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:28px}
.cart-page-head h1{margin:8px 0 6px;font-size:56px;line-height:1;font-family:Georgia,serif}
.cart-page-count{margin:0;color:#6d655b;font-size:15px}
.cart-page-continue,.cart-page-continue-link,.cta-ghost{display:inline-flex;align-items:center;justify-content:center;border:1px solid #d8d0c4;border-radius:999px;padding:12px 20px;background:#fff;color:#3d372f;text-decoration:none;transition:.2s}
.cart-page-continue:hover,.cart-page-continue-link:hover,.cta-ghost:hover{background:#f4f0e8}
.cart-page-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.72fr);gap:34px;align-items:start}
.cart-page-list-wrap{background:#fff;border:1px solid #ece5d8;padding:12px 0}
.cart-page-list{display:grid}
.cart-page-line{display:grid;grid-template-columns:120px minmax(0,1fr) auto;gap:18px;padding:20px 24px;border-bottom:1px solid #eee4d5;align-items:start}
.cart-page-line:last-child{border-bottom:0}
.cart-page-line img{width:120px;height:120px;object-fit:cover;background:#f3eee5}
.cart-page-line-copy h3{margin:0 0 8px;font-size:22px;line-height:1.2}
.cart-page-line-copy h3 a{text-decoration:none;color:inherit}
.cart-page-line-copy p{margin:0 0 6px;color:#5d554b}
.cart-page-line-copy small{display:block;color:#877f73;line-height:1.5}
.cart-page-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:14px}
.cart-page-remove{border:0;background:transparent;padding:0;color:#7a4e57;text-decoration:underline;cursor:pointer}
.cart-page-price{display:grid;justify-items:end;gap:6px;min-width:110px}
.cart-page-price span{font-size:12px;color:#83796c;text-transform:uppercase;letter-spacing:.08em}
.cart-page-price strong{font-size:24px;white-space:nowrap}
.cart-page-summary-card{position:sticky;top:110px;background:#f7f4ef;border:1px solid #e8dece;padding:24px;display:grid;gap:14px}
.cart-page-summary-card h2{margin:0;font-size:28px}
.cart-page-summary-card .checkout{width:100%;padding:16px 22px;font-size:15px}
.cart-page-summary-card .cart-care-link,.cart-page-summary-card .cart-page-continue-link{text-align:center}
.cart-page-empty{padding:44px 28px;text-align:center;background:#fbf9f4}
.cart-page-empty h2{margin:0 0 10px;font-size:34px;font-family:Georgia,serif}
.cart-page-empty p{max-width:560px;margin:0 auto 22px;color:#665d52;line-height:1.7}
.cart-page-empty-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.cart-page-summary.is-empty{opacity:.92}
@media(max-width:980px){.cart-page-grid{grid-template-columns:1fr}.cart-page-summary-card{position:static}.cart-page-head h1{font-size:44px}}
@media(max-width:760px){.top-promos{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.top-promos::-webkit-scrollbar{display:none}.top-promos a{flex:0 0 84%;scroll-snap-align:center;justify-content:center;font-size:12px;min-height:40px;padding:0 14px}.page-banner.banner-cat img{height:320px!important;object-position:center 38%!important}.page-banner.banner-meadow img{object-position:center 58%!important}.page-banner.banner-sofa img{object-position:center 48%!important}.page-banner.banner-bedroom img,.page-banner.banner-woman img,.page-banner.banner-woman-sofa img{object-position:center 34%!important}.cart-page-shell{margin:28px auto 70px;padding:0 16px}.cart-page-head{display:block;margin-bottom:18px}.cart-page-head h1{font-size:36px}.cart-page-continue{margin-top:14px}.cart-page-list-wrap{padding:0}.cart-page-line{grid-template-columns:92px minmax(0,1fr);gap:14px;padding:18px 16px}.cart-page-line img{width:92px;height:92px}.cart-page-price{grid-column:2;justify-items:start;min-width:0}.cart-page-line-copy h3{font-size:18px}.cart-page-actions{gap:12px}.cart-page-summary-card{padding:18px}.cart-page-empty{padding:34px 18px}.cart-page-empty h2{font-size:28px}}


/* V16.13 banner & popup refinements */
.offer-panel{border-radius:18px;overflow:hidden}
.offer-image{position:relative;background:#4d4b40}
.offer-image::after{content:"";position:absolute;top:0;right:-1px;width:108px;height:100%;pointer-events:none;background:linear-gradient(90deg,rgba(77,75,64,0) 0%,rgba(77,75,64,.42) 52%,rgba(77,75,64,.78) 78%,#4d4b40 100%)}
.offer-image img{display:block;object-position:center center}
.offer-copy{background:linear-gradient(180deg,rgba(77,75,64,.98),rgba(77,75,64,1))}
.info-hero.hero-curtains img,.page-banner.banner-curtains-new img{object-position:center 42%!important}
.info-hero.hero-sofa-scene img,.page-banner.banner-sofa-scene-new img,.care-guide-hero.hero-sofa-scene img{object-position:center 46%!important}
.info-hero.hero-bed-person img,.page-banner.banner-bed-person-new img{object-position:center 39%!important}
.info-hero.hero-meadow-scene img,.page-banner.banner-meadow-scene-new img{object-position:center 52%!important}
.page-banner.banner-person-sofa-new img{object-position:center 40%!important}
@media(max-width:760px){
  .offer-image::after{width:80px;background:linear-gradient(90deg,rgba(77,75,64,0) 0%,rgba(77,75,64,.5) 60%,#4d4b40 100%)}
  .info-hero.hero-curtains img,.page-banner.banner-curtains-new img{object-position:58% 42%!important}
  .info-hero.hero-sofa-scene img,.page-banner.banner-sofa-scene-new img,.care-guide-hero.hero-sofa-scene img{object-position:54% 46%!important}
  .info-hero.hero-bed-person img,.page-banner.banner-bed-person-new img{object-position:64% 39%!important}
  .info-hero.hero-meadow-scene img,.page-banner.banner-meadow-scene-new img{object-position:center 52%!important}
  .page-banner.banner-person-sofa-new img{object-position:66% 40%!important}
}

/* V16.16: desktop promo grid + continuous mobile marquee */
.top-promos{
  min-height:38px!important;
  height:38px!important;
  display:block!important;
  overflow:hidden!important;
  background:#111!important;
  color:#fff!important;
  font-weight:800!important;
  letter-spacing:.045em!important;
  text-transform:uppercase!important;
  text-decoration:none!important;
}
.top-promos-track{
  width:100%;
  height:38px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  align-items:stretch;
}
.top-promos-track>a{
  min-width:0;
  height:38px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 18px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  text-decoration:underline;
  font-size:12px;
}
.top-promos-track>a:nth-child(n+4){display:none}
@keyframes cozelineContinuousPromo{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(-50%,0,0)}
}
@media(max-width:760px){
  .top-promos{
    height:40px!important;
    min-height:40px!important;
    overflow:hidden!important;
    white-space:nowrap!important;
  }
  .top-promos-track{
    width:max-content!important;
    height:40px!important;
    display:flex!important;
    align-items:stretch!important;
    animation:cozelineContinuousPromo 22s linear infinite!important;
    will-change:transform;
  }
  .top-promos-track>a,
  .top-promos-track>a:nth-child(n+4){
    display:flex!important;
    flex:0 0 270px!important;
    width:270px!important;
    min-width:270px!important;
    height:40px!important;
    min-height:40px!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0 20px!important;
    overflow:visible!important;
    text-overflow:clip!important;
    white-space:nowrap!important;
    font-size:12px!important;
    letter-spacing:.035em!important;
  }
}
@media(prefers-reduced-motion:reduce) and (max-width:760px){
  .top-promos-track{animation-duration:38s!important}
}


/* V16.17 unified policy, collection, footer and responsive fixes */
.footer-links .footer-email,
.footer-links a[href^="mailto:"]{color:#2a241f!important;opacity:1!important;font-weight:500!important;text-decoration:none!important}
.footer-links .footer-email:hover,
.footer-links a[href^="mailto:"]:hover{text-decoration:underline!important;text-underline-offset:3px}
.footer-bottom{max-width:1080px!important;margin-top:48px!important;display:grid!important;gap:24px!important;font-size:13px!important}
.footer-legal-links{display:flex;align-items:center;justify-content:center;gap:10px 26px;flex-wrap:wrap;text-align:center}
.footer-legal-links a,.footer-legal-button{border:0;background:transparent;color:#28221d;padding:0;cursor:pointer;font:inherit;line-height:1.5;text-decoration:none}
.footer-legal-links a:hover,.footer-legal-button:hover{text-decoration:underline;text-underline-offset:3px}
.footer-do-not-sell{flex-basis:100%;font-weight:500}
.footer-meta{display:flex;justify-content:space-between;gap:24px;border-top:1px solid rgba(75,65,55,.14);padding-top:18px}
.footer-meta p{margin:0}
.cart-full-page-link{display:block;text-align:center;border:1px solid #d8d0c4;border-radius:999px;padding:11px 16px;margin:0 0 10px;background:#fff;color:#332d27;font-weight:700}
.cart-full-page-link:hover{background:#f4efe7}

/* Requested V16.17 banner assets and crop focal points */
.page-banner.hero-v17-terms-contact img,.info-hero.hero-v17-terms-contact img{object-position:center center!important}
.page-banner.hero-v17-materials img,.info-hero.hero-v17-materials img{object-position:center center!important}
.page-banner.hero-v17-warranty img,.info-hero.hero-v17-warranty img{object-position:center center!important}
.page-banner.hero-v17-cat img,.info-hero.hero-v17-cat img,.collection-banner.hero-v17-cat img{object-position:center center!important}
.page-banner.hero-v17-meadow img,.info-hero.hero-v17-meadow img,.collection-banner.hero-v17-meadow img{object-position:center center!important}
.collection-banner.hero-v17-meadow img{object-position:center 54%!important}

/* Make the collection banner context update cleanly by URL. */
.collection-banner[data-collection-banner] img{transition:opacity .18s ease}

/* Keep the full-width top strip stable before and after JS. */
.top-promos>.top-promos-track{width:100%;height:38px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}
.top-promos>.top-promos-track>a{min-width:0;height:38px;display:flex;align-items:center;justify-content:center;padding:0 18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-decoration:underline;font-size:12px}
.top-promos>.top-promos-track>a:nth-child(n+4){display:none}

@media(max-width:760px){
  /* Reduce the mosaic/blur effect and the covered area on every mobile top banner. */
  .page-banner-copy,.info-hero-copy{
    left:16px!important;right:auto!important;bottom:14px!important;
    width:auto!important;max-width:calc(100% - 32px)!important;
    padding:12px 14px!important;border-radius:12px!important;
    background:rgba(28,23,19,.20)!important;
    backdrop-filter:blur(.6px)!important;-webkit-backdrop-filter:blur(.6px)!important;
  }
  .page-banner:not(.clean-product-banner):after,.info-hero:after{
    background:linear-gradient(90deg,rgba(18,16,14,.22),rgba(18,16,14,.07) 58%,rgba(18,16,14,0))!important;
  }
  .collection-banner-text{
    left:16px!important;right:16px!important;width:auto!important;
    padding:12px 14px!important;border-radius:12px!important;
    background:rgba(28,23,19,.18)!important;
    backdrop-filter:blur(.5px)!important;-webkit-backdrop-filter:blur(.5px)!important;
  }
  .collection-banner:after{background:linear-gradient(90deg,rgba(0,0,0,.25),rgba(0,0,0,.04))!important}

  /* Mobile focal points: keep heads/upper bodies or the cat/product group visible. */
  .page-banner.hero-v17-terms-contact img,.info-hero.hero-v17-terms-contact img{object-position:71% center!important}
  .page-banner.hero-v17-materials img,.info-hero.hero-v17-materials img{object-position:67% center!important}
  .page-banner.hero-v17-warranty img,.info-hero.hero-v17-warranty img{object-position:52% center!important}
  .page-banner.hero-v17-cat img,.info-hero.hero-v17-cat img,.collection-banner.hero-v17-cat img{object-position:52% center!important}
  .page-banner.hero-v17-meadow img,.info-hero.hero-v17-meadow img,.collection-banner.hero-v17-meadow img{object-position:53% center!important}

  .footer-bottom{display:grid!important;text-align:center!important}
  .footer-legal-links{display:grid;justify-items:center;gap:12px}
  .footer-do-not-sell{max-width:320px}
  .footer-meta{display:grid;gap:8px;justify-items:center}
}


/* ===== V16.18 collection routing and footer usability ===== */
.collection-banner-text{max-width:min(760px,calc(100% - 48px));padding:18px 22px;border-radius:16px;background:linear-gradient(90deg,rgba(24,20,16,.48),rgba(24,20,16,.22),rgba(24,20,16,.04));backdrop-filter:blur(1.2px);-webkit-backdrop-filter:blur(1.2px)}
.collection-banner-text h1{font-size:clamp(42px,4vw,66px);line-height:1.02;letter-spacing:-.025em;text-wrap:balance;margin-bottom:14px}
.collection-banner-text p{max-width:620px;margin-bottom:0}
.collection-banner.hero-v18-animal img{object-position:center 48%!important}
.collection-banner.hero-v18-floral img{object-position:center 53%!important}

.newsletter{padding:72px 28px 36px}
.newsletter-inner{max-width:1280px}
.newsletter h2{font-size:30px;line-height:1.2}
.email-box{margin-bottom:50px}
.footer-links{max-width:1240px;margin:0 auto 42px;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;border-top:1px solid rgba(48,42,36,.14);border-bottom:1px solid rgba(48,42,36,.14)}
.footer-links>div{padding:30px 34px 34px;border-right:1px solid rgba(48,42,36,.12)}
.footer-links>div:last-child{border-right:0}
.footer-links h4{margin:0 0 14px;font-size:15px;letter-spacing:.025em}
.footer-links a,.footer-links .footer-email{position:relative;display:block;width:fit-content;max-width:100%;margin:1px 0;padding:5px 9px 5px 0;border-radius:6px;line-height:1.45;color:#2a241f!important;transition:color .18s ease,background-color .18s ease,transform .18s ease,padding .18s ease}
.footer-links a:hover,.footer-links a:focus-visible,.footer-links a.is-current{color:#fff!important;background:#6b4350;padding-left:9px;transform:translateX(2px);outline:none}
.footer-links a.is-current{box-shadow:inset 3px 0 0 #ffcd2f}
.footer-links a[href^="mailto:"]:hover,.footer-links a[href^="mailto:"]:focus-visible{color:#fff!important;text-decoration:none!important}
.footer-logo{margin:30px auto 16px}
.footer-socials{margin:16px auto 26px}
.footer-bottom{max-width:1240px!important;margin-top:0!important;padding-top:22px;border-top:1px solid rgba(48,42,36,.16);display:grid!important;grid-template-columns:1fr!important;gap:20px!important}
.footer-legal-links{display:flex;align-items:center;justify-content:center;gap:8px 10px;flex-wrap:wrap}
.footer-legal-links a,.footer-legal-button{border:1px solid transparent;background:transparent;color:#2a241f;padding:8px 11px;border-radius:999px;line-height:1.2;cursor:pointer;transition:color .18s ease,background-color .18s ease,border-color .18s ease}
.footer-legal-links a:hover,.footer-legal-links a:focus-visible,.footer-legal-links a.is-current,.footer-legal-button:hover,.footer-legal-button:focus-visible{background:#6b4350;color:#fff;border-color:#6b4350;outline:none}
.footer-meta{display:flex;justify-content:space-between;align-items:center;gap:24px;padding-top:18px;border-top:1px solid rgba(48,42,36,.12)}
.footer-meta p{margin:0}

@media(max-width:980px){
  .footer-links{grid-template-columns:repeat(2,minmax(0,1fr))}
  .footer-links>div:nth-child(2){border-right:0}
  .footer-links>div:nth-child(-n+2){border-bottom:1px solid rgba(48,42,36,.12)}
  .collection-banner-text h1{font-size:48px}
}
@media(max-width:760px){
  .collection-banner{height:360px}
  .collection-banner-text{left:16px;right:16px;bottom:16px;max-width:none;padding:14px 15px;background:linear-gradient(90deg,rgba(24,20,16,.38),rgba(24,20,16,.18),rgba(24,20,16,.02));backdrop-filter:blur(.6px);-webkit-backdrop-filter:blur(.6px)}
  .collection-banner-text h1{font-size:34px;line-height:1.05;margin-bottom:9px}
  .collection-banner-text p{font-size:14px;line-height:1.45}
  .collection-banner.hero-v18-animal img{object-position:center 48%!important}
  .collection-banner.hero-v18-floral img{object-position:center 54%!important}
  .newsletter{padding:60px 16px 30px}
  .newsletter h2{font-size:25px}
  .email-box{margin-bottom:36px}
  .footer-links{grid-template-columns:1fr 1fr;margin-bottom:32px}
  .footer-links>div{padding:24px 16px 26px}
  .footer-links h4{font-size:14px}
  .footer-links a,.footer-links .footer-email{font-size:14px;padding:6px 7px 6px 0}
  .footer-links a:hover,.footer-links a:focus-visible,.footer-links a.is-current{padding-left:7px}
  .footer-legal-links{gap:6px;justify-content:center}
  .footer-legal-links a,.footer-legal-button{font-size:12px;padding:7px 9px}
  .footer-meta{display:grid;justify-items:center;gap:7px;text-align:center}
}
@media(max-width:480px){
  .footer-links{grid-template-columns:1fr}
  .footer-links>div{border-right:0;border-bottom:1px solid rgba(48,42,36,.12)!important;padding:22px 12px}
  .footer-links>div:last-child{border-bottom:0!important}
  .footer-links a,.footer-links .footer-email{width:100%;padding-right:7px}
  .collection-banner-text h1{font-size:30px}
}


/* ===== V16.19 footer hover refinement =====
   Bedsure-style treatment: no colored background, no movement, only a soft light text color on hover/focus. */
.footer-links a,
.footer-links .footer-email{
  transition:color .16s ease,opacity .16s ease!important;
}
.footer-links a:hover,
.footer-links a:focus-visible,
.footer-links a.is-current,
.footer-links a[href^="mailto:"]:hover,
.footer-links a[href^="mailto:"]:focus-visible{
  color:#9b958d!important;
  background:transparent!important;
  padding-left:0!important;
  transform:none!important;
  box-shadow:none!important;
  text-decoration:none!important;
  outline:none!important;
}
.footer-legal-links a:hover,
.footer-legal-links a:focus-visible,
.footer-legal-links a.is-current,
.footer-legal-button:hover,
.footer-legal-button:focus-visible{
  color:#9b958d!important;
  background:transparent!important;
  border-color:transparent!important;
  text-decoration:none!important;
  outline:none!important;
}
@media(max-width:760px){
  .footer-links a:hover,
  .footer-links a:focus-visible,
  .footer-links a.is-current{padding-left:0!important}
}


/* ===== V16.20 unified clean footer ===== */
.site-footer.newsletter{
  padding:76px 32px 34px;
}
.site-footer .newsletter-inner{
  max-width:1320px;
}
.site-footer .footer-newsletter{
  text-align:center;
  max-width:760px;
  margin:0 auto 58px;
}
.site-footer .footer-newsletter h2{
  margin:0 0 9px;
  font-size:30px;
  line-height:1.2;
}
.site-footer .footer-newsletter>p{
  margin:0;
}
.site-footer .footer-newsletter .email-box{
  margin:20px auto 0;
}
.site-footer .footer-main{
  display:grid;
  grid-template-columns:1.2fr repeat(4,minmax(150px,1fr));
  gap:52px;
  align-items:start;
  max-width:1280px;
  margin:0 auto;
}
.site-footer .footer-brand-column{
  text-align:left;
}
.site-footer .footer-brand-logo{
  display:inline-block;
  width:210px;
  max-width:100%;
}
.site-footer .footer-brand-logo img{
  width:100%;
  height:auto;
  margin:0;
}
.site-footer .footer-brand-column>p{
  margin:18px 0 20px;
  max-width:220px;
  color:#4f4942;
  line-height:1.55;
}
.site-footer .footer-socials{
  display:flex;
  justify-content:flex-start;
  flex-wrap:wrap;
  gap:10px;
  margin:0;
}
.site-footer .footer-link-column{
  text-align:left;
  min-width:0;
}
.site-footer .footer-link-column h4{
  margin:0 0 18px;
  font-size:15px;
  line-height:1.3;
  color:#181512;
}
.site-footer .footer-link-column a,
.site-footer .footer-link-column .footer-email{
  display:block;
  width:max-content;
  max-width:100%;
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  color:#2a241f!important;
  opacity:1!important;
  font-size:14px;
  font-weight:400;
  line-height:1.75;
  text-decoration:none;
  transform:none!important;
  box-shadow:none!important;
  transition:color .16s ease!important;
}
.site-footer .footer-link-column a:hover,
.site-footer .footer-link-column a:focus-visible,
.site-footer .footer-link-column .footer-email:hover,
.site-footer .footer-link-column .footer-email:focus-visible{
  color:#a49e96!important;
  background:transparent!important;
  padding:0!important;
  transform:none!important;
  box-shadow:none!important;
  text-decoration:none!important;
}
.site-footer .footer-link-column a:focus-visible,
.site-footer .footer-legal-links a:focus-visible,
.site-footer .footer-legal-button:focus-visible{
  outline:1px dashed #8d867e!important;
  outline-offset:3px;
}
.site-footer .footer-bottom{
  max-width:1280px!important;
  margin:58px auto 0!important;
  padding:0!important;
  border:0!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:end;
  gap:26px!important;
  font-size:13px!important;
}
.site-footer .footer-legal-links{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:10px 28px;
  flex-wrap:wrap;
  text-align:left;
}
.site-footer .footer-legal-links a,
.site-footer .footer-legal-button{
  margin:0;
  padding:0;
  border:0!important;
  border-radius:0;
  background:transparent!important;
  color:#2a241f!important;
  font:inherit;
  line-height:1.45;
  text-decoration:none;
  cursor:pointer;
  transition:color .16s ease!important;
}
.site-footer .footer-legal-links a:hover,
.site-footer .footer-legal-button:hover,
.site-footer .footer-legal-links a:focus-visible,
.site-footer .footer-legal-button:focus-visible{
  color:#a49e96!important;
  background:transparent!important;
  border-color:transparent!important;
  text-decoration:none!important;
}
.site-footer .footer-copyright{
  margin:0;
  white-space:nowrap;
  color:#2a241f;
}
/* Remove all legacy footer dividers/current-page states. */
.site-footer .footer-links,
.site-footer .footer-links>div,
.site-footer .footer-meta,
.site-footer .footer-bottom{
  border:0!important;
}
.site-footer a.is-current{
  color:#2a241f!important;
  background:transparent!important;
  padding:0!important;
  transform:none!important;
  box-shadow:none!important;
}
@media(max-width:1100px){
  .site-footer .footer-main{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:42px 46px;
  }
  .site-footer .footer-brand-column{
    grid-row:span 2;
  }
}
@media(max-width:760px){
  .site-footer.newsletter{
    padding:58px 20px 28px;
  }
  .site-footer .footer-newsletter{
    margin-bottom:42px;
  }
  .site-footer .footer-newsletter h2{
    font-size:25px;
  }
  .site-footer .footer-main{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:34px 26px;
  }
  .site-footer .footer-brand-column{
    grid-column:1/-1;
    grid-row:auto;
    text-align:center;
  }
  .site-footer .footer-brand-logo{
    width:190px;
  }
  .site-footer .footer-brand-column>p{
    margin:14px auto 18px;
  }
  .site-footer .footer-socials{
    justify-content:center;
  }
  .site-footer .footer-link-column h4{
    margin-bottom:13px;
    font-size:14px;
  }
  .site-footer .footer-link-column a,
  .site-footer .footer-link-column .footer-email{
    width:auto;
    font-size:14px;
    line-height:1.7;
  }
  .site-footer .footer-bottom{
    grid-template-columns:1fr!important;
    margin-top:44px!important;
    text-align:center;
    justify-items:center;
  }
  .site-footer .footer-legal-links{
    justify-content:center;
    text-align:center;
    gap:10px 18px;
  }
  .site-footer .footer-copyright{
    white-space:normal;
  }
}
@media(max-width:470px){
  .site-footer .footer-main{
    grid-template-columns:1fr;
    gap:30px;
  }
  .site-footer .footer-link-column{
    text-align:left;
    max-width:280px;
    width:100%;
    margin:0 auto;
  }
  .site-footer .footer-legal-links{
    display:grid;
    justify-items:center;
    gap:12px;
  }
}


/* ===== Cozeline V16.22 final footer, mobile cart and homepage hotspot refinements ===== */
.site-footer.newsletter{padding:54px 24px 32px!important;background:#f6f3ec!important}
.site-footer .footer-shell{max-width:1280px;margin:0 auto}
.site-footer .footer-newsletter-final{max-width:720px;margin:0 auto 46px;text-align:center}
.site-footer .footer-eyebrow{display:inline-block;margin-bottom:10px;color:#8c837a;font-size:12px;letter-spacing:.16em;text-transform:uppercase}
.site-footer .footer-newsletter-final h2{margin:0 0 11px;color:#1f1a16;font-size:42px;line-height:1.08;letter-spacing:-.02em}
.site-footer .footer-newsletter-final>p{max-width:650px;margin:0 auto 20px;color:#4b443e;font-size:17px;line-height:1.58}
.site-footer .footer-signup-form{max-width:580px;margin:0 auto}
.site-footer .footer-email-box{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;max-width:none!important;margin:0!important;border:1.5px solid #cdc5bb!important;border-radius:13px!important;overflow:hidden;background:#fff!important;box-shadow:none!important}
.site-footer .footer-email-box input{min-width:0;min-height:58px;padding:0 18px;border:0!important;background:#fff;color:#211c18;font-size:17px;outline:none}
.site-footer .footer-email-box button{min-width:155px;padding:0 20px;border:0!important;border-radius:0!important;background:#30211d!important;color:#fff!important;font-size:17px;font-weight:600;cursor:pointer;transition:background-color .16s ease}
.site-footer .footer-email-box button:hover,.site-footer .footer-email-box button:focus-visible{background:#493630!important;outline:none}
.site-footer .footer-consent{display:flex;align-items:flex-start;justify-content:center;gap:10px;margin:15px auto 0;color:#3d3732;font-size:14px;line-height:1.48;text-align:left}
.site-footer .footer-consent input{width:17px;height:17px;margin:2px 0 0;accent-color:#30211d;flex:0 0 auto}
.site-footer .footer-consent a{color:#2a241f!important;text-decoration:underline!important;text-underline-offset:3px}
.site-footer .footer-main-final{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:34px 54px!important;max-width:1120px;margin:0 auto 34px!important;padding:0!important;border:0!important;align-items:start}
.site-footer .footer-main-final::before,.site-footer .footer-main-final::after{display:none!important}
.site-footer .footer-link-column{min-width:0;margin:0!important;padding:0!important;border:0!important;background:transparent!important;text-align:left}
.site-footer .footer-link-column h4{margin:0 0 13px;color:#181411;font-size:16px;font-weight:700;line-height:1.3}
.site-footer .footer-link-column a,.site-footer .footer-link-column .footer-email{display:block!important;width:100%!important;margin:0 0 7px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:#2a241f!important;opacity:1!important;filter:none!important;font-size:14px!important;font-weight:400!important;line-height:1.68!important;text-decoration:none!important;box-shadow:none!important;transform:none!important;transition:color .16s ease!important}
.site-footer .footer-link-column a:hover,.site-footer .footer-link-column a:focus-visible,.site-footer .footer-link-column .footer-email:hover,.site-footer .footer-link-column .footer-email:focus-visible{color:#aaa39b!important;background:transparent!important;text-decoration:none!important;outline:none!important}
.site-footer .footer-link-column a.is-current,.site-footer .footer-link-column a[aria-current="page"],.site-footer a.is-current,.site-footer [aria-current="page"]{color:#2a241f!important;background:transparent!important;opacity:1!important;filter:none!important;text-decoration:none!important;box-shadow:none!important}
.site-footer .footer-link-column a.is-current:hover,.site-footer .footer-link-column a[aria-current="page"]:hover{color:#aaa39b!important}
.site-footer .footer-brand-stack{display:flex;flex-direction:column;align-items:center;gap:16px;margin:4px auto 0}
.site-footer .footer-brand-logo{display:inline-flex;width:200px;max-width:80%;margin:0!important;padding:0!important}
.site-footer .footer-brand-logo img{display:block;width:100%;height:auto}
.site-footer .footer-socials{display:flex!important;align-items:center;justify-content:center;gap:10px!important;flex-wrap:wrap}
.site-footer .footer-socials .social-link{display:inline-flex;align-items:center;justify-content:center;width:39px;height:39px;padding:0;border:1px solid #9e958c;border-radius:999px;background:transparent;color:#2a241f;cursor:pointer;transition:color .16s ease,border-color .16s ease,background-color .16s ease}
.site-footer .footer-socials .social-link svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}
.site-footer .footer-socials .social-link:hover,.site-footer .footer-socials .social-link:focus-visible{color:#aaa39b;border-color:#c4bdb5;background:#fbfaf8;outline:none}
.site-footer .footer-payments{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;max-width:900px;margin:2px auto 0}
.site-footer .pay-badge{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:54px;height:30px;padding:0 9px;border:1px solid #d8d1c8;border-radius:6px;background:#fff;color:#26211d;font-size:11px;font-weight:700;line-height:1;letter-spacing:.01em;white-space:nowrap;overflow:hidden}
.site-footer .pay-amex{min-width:48px;flex-direction:column;gap:0;background:#1f6fae;color:#fff;font-size:10px;line-height:.75}
.site-footer .pay-apple span{display:inline-block;width:10px;height:10px;margin-right:4px;border-radius:55% 45% 50% 50%;background:#171717}
.site-footer .pay-diners{min-width:42px}
.site-footer .pay-diners i{display:block;width:18px;height:18px;border:3px solid #3f86c5;border-radius:50%;position:relative}
.site-footer .pay-diners i::after{content:"";position:absolute;left:50%;top:1px;bottom:1px;width:2px;background:#3f86c5;transform:translateX(-50%)}
.site-footer .pay-discover span{color:#f28b2e}
.site-footer .pay-gpay b{color:#4285f4;margin-right:3px;font-size:14px}
.site-footer .pay-master{min-width:48px}
.site-footer .pay-master i{width:16px;height:16px;border-radius:50%;background:#e84b32;margin:0 -3px}
.site-footer .pay-master i+ i{background:#f1a326}
.site-footer .pay-paypal{color:#153f7f;font-size:17px}
.site-footer .pay-shop{background:#5a31e6;color:#fff}
.site-footer .pay-venmo{background:#438ac9;color:#fff;font-size:16px}
.site-footer .pay-visa{background:#1247c7;color:#fff;font-size:13px}
.site-footer .footer-bottom-final{display:grid!important;grid-template-columns:minmax(0,1fr) auto auto!important;align-items:center!important;gap:18px!important;max-width:1280px!important;margin:32px auto 0!important;padding:0!important;border:0!important;font-size:12px!important}
.site-footer .footer-legal-links{display:flex!important;align-items:center;justify-content:flex-start;gap:9px 20px;flex-wrap:wrap;text-align:left}
.site-footer .footer-legal-links a,.site-footer .footer-legal-button{margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:#2a241f!important;font:inherit!important;line-height:1.5!important;text-decoration:none!important;cursor:pointer;transition:color .16s ease!important}
.site-footer .footer-legal-links a:hover,.site-footer .footer-legal-links a:focus-visible,.site-footer .footer-legal-button:hover,.site-footer .footer-legal-button:focus-visible{color:#aaa39b!important;background:transparent!important;text-decoration:none!important;outline:none!important}
.site-footer .footer-tagline,.site-footer .footer-copyright{margin:0;color:#2a241f;white-space:nowrap}
.view-full-cart{display:flex!important;align-items:center;justify-content:center;width:100%;margin:12px 0 0;padding:14px 16px;border:1.5px solid #c9c1b7;border-radius:999px;background:#fff;color:#2a241f;font-size:16px;font-weight:600;line-height:1;text-decoration:none;transition:color .16s ease,border-color .16s ease,background-color .16s ease}
.view-full-cart:hover,.view-full-cart:focus-visible{color:#aaa39b;border-color:#b4aca2;background:#faf8f5;outline:none}
.editorial-gallery-hotspots .gallery-main{position:relative;overflow:hidden;border-radius:20px}
.editorial-gallery-hotspots .gallery-image-link{display:block;height:100%}
.editorial-gallery-hotspots .gallery-image-link img{display:block;width:100%;height:100%;object-fit:cover}
.gallery-hotspot{position:absolute;z-index:2;display:flex;align-items:center;gap:10px;text-decoration:none}
.gallery-hotspot .hotspot-dot{position:relative;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border:2px solid #fff;border-radius:999px;background:rgba(255,255,255,.18);box-shadow:0 9px 18px rgba(0,0,0,.13)}
.gallery-hotspot .hotspot-dot::before{content:"";display:block;width:8px;height:8px;border-radius:999px;background:#fff}
.gallery-hotspot .hotspot-dot::after{content:"";position:absolute;inset:-8px;border:1px solid rgba(255,255,255,.72);border-radius:999px;animation:cozelineHotspotPulse 2.3s ease-out infinite}
.gallery-hotspot .hotspot-label{display:inline-flex;align-items:center;padding:9px 13px;border-radius:999px;background:rgba(255,255,255,.94);color:#211c18;font-size:13px;font-weight:600;line-height:1.2;box-shadow:0 12px 26px rgba(0,0,0,.12);transition:color .16s ease,transform .16s ease,background-color .16s ease}
.gallery-hotspot:hover .hotspot-label,.gallery-hotspot:focus-visible .hotspot-label{color:#8f887f;background:#fff;transform:translateY(-1px)}
.gallery-hotspot:focus-visible{outline:none}
.gallery-hotspot.is-floral{left:8%;top:20%}.gallery-hotspot.is-animal{right:9%;top:43%}.gallery-hotspot.is-throws{left:15%;bottom:14%}
@keyframes cozelineHotspotPulse{0%{transform:scale(.9);opacity:.84}70%{transform:scale(1.55);opacity:0}100%{transform:scale(1.55);opacity:0}}
@media(max-width:1100px){
  .site-footer .footer-main-final{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:28px 40px!important;max-width:760px}
  .site-footer .footer-bottom-final{grid-template-columns:1fr!important;justify-items:center;text-align:center;gap:13px!important}
  .site-footer .footer-legal-links{justify-content:center;text-align:center}
}
@media(max-width:760px){
  .site-footer.newsletter{padding:44px 18px 26px!important}
  .site-footer .footer-newsletter-final{margin-bottom:34px}
  .site-footer .footer-eyebrow{font-size:10px;margin-bottom:8px}
  .site-footer .footer-newsletter-final h2{font-size:29px;line-height:1.12}
  .site-footer .footer-newsletter-final>p{font-size:15px;line-height:1.55;margin-bottom:17px}
  .site-footer .footer-email-box{grid-template-columns:minmax(0,1fr) 122px!important;border-radius:11px!important}
  .site-footer .footer-email-box input{min-height:52px;padding:0 14px;font-size:16px}
  .site-footer .footer-email-box button{min-width:122px;padding:0 14px;font-size:16px}
  .site-footer .footer-consent{justify-content:flex-start;margin-top:14px;font-size:13px}
  .site-footer .footer-main-final{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px 20px!important;max-width:none;margin-bottom:28px!important}
  .site-footer .footer-link-column h4{margin-bottom:11px;font-size:14px}
  .site-footer .footer-link-column a,.site-footer .footer-link-column .footer-email{margin-bottom:6px!important;font-size:13px!important;line-height:1.62!important}
  .site-footer .footer-brand-stack{align-items:flex-start;gap:14px;margin-top:2px}
  .site-footer .footer-brand-logo{width:178px;max-width:70%}
  .site-footer .footer-socials{justify-content:flex-start!important;gap:9px!important}
  .site-footer .footer-socials .social-link{width:37px;height:37px}
  .site-footer .footer-payments{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;width:100%;max-width:390px;margin:0}
  .site-footer .pay-badge{min-width:0;width:100%;height:29px;padding:0 5px;font-size:10px}
  .site-footer .footer-bottom-final{justify-items:start!important;text-align:left!important;margin-top:26px!important}
  .site-footer .footer-legal-links{display:grid!important;justify-content:start!important;justify-items:start;gap:8px!important;text-align:left!important}
  .site-footer .footer-tagline,.site-footer .footer-copyright{white-space:normal}
  .gallery-hotspot{gap:7px}
  .gallery-hotspot .hotspot-label{max-width:190px;padding:8px 11px;font-size:11px}
  .gallery-hotspot.is-floral{left:5%;top:15%}.gallery-hotspot.is-animal{right:3%;top:41%}.gallery-hotspot.is-throws{left:7%;bottom:9%}
}
@media(max-width:420px){
  .site-footer .footer-main-final{gap:22px 16px!important}
  .site-footer .footer-link-column a,.site-footer .footer-link-column .footer-email{font-size:12.5px!important}
  .site-footer .footer-payments{grid-template-columns:repeat(4,minmax(0,1fr))}
  .editorial-gallery-hotspots .gallery-main{min-height:330px}
  .gallery-hotspot .hotspot-dot{width:18px;height:18px}.gallery-hotspot .hotspot-dot::before{width:8px;height:8px}
  .gallery-hotspot .hotspot-label{max-width:156px;padding:7px 9px;font-size:10.5px}
}

/* ===== V16.23 correction: keep the real external-link marquee; social icons remain unlinked ===== */
.outbound-marquee-section{
  padding-top:18px;
  padding-bottom:34px;
}
.outbound-marquee-section .section-title{
  margin-bottom:22px;
}
.outbound-marquee{
  position:relative;
  width:100%;
  overflow:hidden;
  border:1px solid #e1dbd2;
  border-radius:18px;
  background:#fbfaf7;
  padding:14px 0;
  contain:layout paint;
  -webkit-mask-image:linear-gradient(to right,transparent 0,#000 5%,#000 95%,transparent 100%);
  mask-image:linear-gradient(to right,transparent 0,#000 5%,#000 95%,transparent 100%);
}
.outbound-track{
  display:flex;
  align-items:center;
  gap:14px;
  width:max-content;
  min-width:max-content;
  padding-right:14px;
  will-change:transform;
  transform:translate3d(0,0,0);
  animation:cozelineExternalMarquee 36s linear infinite;
}
.outbound-track a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:11px 20px;
  border:1px solid #ddd6cd;
  border-radius:999px;
  background:#fff;
  color:#211c18;
  font-size:15px;
  font-weight:500;
  line-height:1.2;
  text-decoration:none;
  white-space:nowrap;
  transition:color .16s ease,border-color .16s ease,background-color .16s ease,transform .16s ease;
}
.outbound-track a:hover,
.outbound-track a:focus-visible{
  color:#9e978f;
  border-color:#c8c0b7;
  background:#fff;
  transform:translateY(-1px);
  outline:none;
}
.outbound-marquee:hover .outbound-track,
.outbound-marquee:focus-within .outbound-track{
  animation-play-state:paused;
}
@keyframes cozelineExternalMarquee{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(-50%,0,0)}
}
@media(max-width:760px){
  .outbound-marquee-section{padding-top:8px;padding-bottom:24px}
  .outbound-marquee-section .section-title{margin-bottom:17px}
  .outbound-marquee{border-radius:14px;padding:11px 0}
  .outbound-track{gap:10px;padding-right:10px;animation-duration:29s}
  .outbound-track a{min-height:40px;padding:9px 15px;font-size:13px}
}
@media(prefers-reduced-motion:reduce){
  .outbound-marquee{overflow-x:auto;mask-image:none;-webkit-mask-image:none;scrollbar-width:thin}
  .outbound-track{animation:none!important;will-change:auto}
}

/* ======================================================================
   COZELINE V16.24 — FINAL FOOTER, LOGO MARQUEE, CART & PRODUCT GALLERY
   ====================================================================== */

/* ---------- External logo marquee ---------- */
.outbound-logo-section{padding-top:10px;padding-bottom:18px}
.outbound-logo-section .section-title{max-width:780px;margin-left:auto;margin-right:auto}
.outbound-logo-marquee{position:relative;overflow:hidden;border-top:1px solid #e4ded5;border-bottom:1px solid #e4ded5;background:#fbfaf7;padding:20px 0;mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)}
.outbound-logo-track{display:flex;width:max-content;will-change:transform;animation:cozelineLogoMarquee 31s linear infinite}
.outbound-logo-group{display:flex;align-items:center;gap:48px;padding-right:48px}
.outbound-logo-group a{display:flex;align-items:center;justify-content:center;width:205px;height:76px;padding:10px 14px;border-radius:10px;transition:opacity .18s ease,transform .18s ease,background-color .18s ease}
.outbound-logo-group a:hover,.outbound-logo-group a:focus-visible{opacity:.62;transform:translateY(-1px);background:#fff;outline:none}
.outbound-logo-group img{display:block;width:100%;height:100%;object-fit:contain;filter:grayscale(1);opacity:.9}
.outbound-logo-marquee:hover .outbound-logo-track,.outbound-logo-marquee:focus-within .outbound-logo-track{animation-play-state:paused}
@keyframes cozelineLogoMarquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ---------- Exact footer architecture requested ---------- */
.footer-v24{position:relative;overflow:hidden;background:#f6f2eb;color:#241e1a;padding:66px 32px 28px}
.footer-v24::before{display:none!important}
.footer-v24 .footer-shell{position:relative;max-width:1380px;margin:0 auto;text-align:left}
.footer-v24 .footer-grid{display:grid;grid-template-columns:minmax(190px,.78fr) minmax(540px,2.15fr) minmax(330px,1.1fr);grid-template-areas:"brand nav offer" "cookie social payments";column-gap:54px;row-gap:28px;align-items:start}
.footer-v24 .footer-brand-area{grid-area:brand;min-width:0}
.footer-v24 .footer-brand-logo{display:block;width:218px;max-width:100%;margin:0}
.footer-v24 .footer-brand-logo img{width:100%;height:auto;max-height:none;object-fit:contain}
.footer-v24 .footer-brand-area p{margin:18px 0 0;max-width:220px;color:#6d655e;font-size:14px;line-height:1.55}
.footer-v24 .footer-nav-area{grid-area:nav;min-width:0}
.footer-v24 .footer-nav-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 54px}
.footer-v24 .footer-link-column{min-width:0}
.footer-v24 .footer-link-column h4{margin:0 0 13px;color:#1b1714;font-size:15px;font-weight:700;letter-spacing:.03em}
.footer-v24 .footer-link-column a,.footer-v24 .footer-link-column .footer-email{display:block;width:max-content;max-width:100%;margin:0 0 7px;padding:0!important;border:0!important;background:transparent!important;color:#2a241f!important;font-size:14px;font-weight:400;line-height:1.62;text-decoration:none!important;opacity:1!important;filter:none!important;box-shadow:none!important;transform:none!important;transition:color .16s ease!important}
.footer-v24 .footer-link-column a:hover,.footer-v24 .footer-link-column a:focus-visible,.footer-v24 .footer-link-column .footer-email:hover,.footer-v24 .footer-link-column .footer-email:focus-visible{color:#aaa39b!important;background:transparent!important;text-decoration:none!important;outline:none}
.footer-v24 .footer-link-column a.is-current,.footer-v24 .footer-link-column [aria-current="page"]{color:#2a241f!important;opacity:1!important;background:transparent!important}
.footer-v24 .footer-offer-area{grid-area:offer;min-width:0}
.footer-v24 .footer-offer-area h2{margin:0 0 9px;color:#1f1a16;font-size:20px;font-weight:500;line-height:1.25;letter-spacing:.035em;text-transform:uppercase}
.footer-v24 .footer-offer-area>p{margin:0 0 17px;color:#625a53;font-size:14px;line-height:1.5}
.footer-v24 .footer-signup-form{margin:0}
.footer-v24 .footer-email-box{display:grid;grid-template-columns:minmax(0,1fr) 116px;width:100%;height:50px;margin:0;border:1.5px solid #3a302b;border-radius:7px;overflow:hidden;background:#fff;box-shadow:none}
.footer-v24 .footer-email-box input{width:100%;height:100%;min-width:0;padding:0 15px;border:0;background:transparent;color:#2a241f;font-size:15px;line-height:50px;outline:none}
.footer-v24 .footer-email-box input::placeholder{color:#847c74;opacity:1}
.footer-v24 .footer-email-box button{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:0 12px;border:0;background:#2c1e1a;color:#fff;font-size:15px;font-weight:700;line-height:1;text-align:center;cursor:pointer;transition:background-color .18s ease}
.footer-v24 .footer-email-box button:hover,.footer-v24 .footer-email-box button:focus-visible{background:#49352e;outline:none}
.footer-v24 .footer-consent{display:flex;align-items:flex-start;gap:9px;margin:13px 0 0;color:#3f3833;font-size:12px;line-height:1.45}
.footer-v24 .footer-consent input{flex:0 0 auto;width:16px;height:16px;margin:1px 0 0;accent-color:#2c1e1a}
.footer-v24 .footer-consent a{color:#2a241f;text-decoration:underline;text-underline-offset:3px}
.footer-v24 .footer-cookie-settings{grid-area:cookie;justify-self:start;align-self:end;margin:0;padding:0;border:0;background:transparent;color:#2a241f;font:inherit;font-size:14px;line-height:1.5;cursor:pointer;transition:color .16s ease}
.footer-v24 .footer-cookie-settings:hover,.footer-v24 .footer-cookie-settings:focus-visible{color:#aaa39b;outline:none}
.footer-v24 .footer-socials{grid-area:social;display:flex;align-items:center;justify-content:flex-start;gap:10px;flex-wrap:wrap;align-self:end}
.footer-v24 .footer-socials .social-link{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:1px solid #8f877f;border-radius:50%;background:transparent;color:#2a241f;cursor:default;transition:color .16s ease,border-color .16s ease,background-color .16s ease}
.footer-v24 .footer-socials .social-link svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.footer-v24 .footer-socials .social-link:hover,.footer-v24 .footer-socials .social-link:focus-visible{color:#aaa39b;border-color:#bdb6ae;background:#fbfaf8;outline:none}
.footer-v24 .footer-payments{grid-area:payments;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;align-self:end;width:100%;margin:0}
.footer-v24 .footer-payments img{display:block;width:100%;height:34px;padding:4px 7px;border:1px solid #ddd7d0;border-radius:5px;background:#fff;object-fit:contain;box-shadow:none}
.footer-v24 .footer-bottom-v24{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:38px;padding-top:0;border:0;color:#4a433d;font-size:12px}
.footer-v24 .footer-bottom-v24 p{margin:0}


/* ---------- Cart drawer spacing ---------- */
.cart-panel .view-full-cart{display:flex;align-items:center;justify-content:center;width:100%;min-height:48px;margin:14px 0 0;padding:12px 16px;border:1.5px solid #cfc7bd;border-radius:999px;background:#fff;color:#2a241f;font-size:15px;font-weight:700;line-height:1;text-align:center;text-decoration:none;transition:color .16s ease,border-color .16s ease,background-color .16s ease}
.cart-panel .view-full-cart:hover,.cart-panel .view-full-cart:focus-visible{color:#aaa39b;border-color:#b8afa5;background:#fcfbf8;outline:none}
.cart-panel .view-full-cart + .checkout{margin-top:12px!important}

/* ---------- Product breadcrumb hierarchy ---------- */
.product-breadcrumb{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin:0 0 13px;color:#756d66;font-size:12px;line-height:1.45}
.product-breadcrumb a{color:#4d4640;text-decoration:none;transition:color .16s ease}
.product-breadcrumb a:hover,.product-breadcrumb a:focus-visible{color:#aaa39b;outline:none}
.product-breadcrumb span[aria-hidden="true"]{color:#b5aea7}
.product-breadcrumb [aria-current="page"]{color:#837b74;max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

/* ---------- Product image carousel ---------- */
.product-page{display:grid!important;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr)!important;gap:48px!important;align-items:start!important;max-width:1320px!important;margin-left:auto!important;margin-right:auto!important;padding-left:24px!important;padding-right:24px!important}
.product-gallery{display:block!important;min-width:0}
.product-gallery-stage{position:relative;overflow:hidden;aspect-ratio:1/1;border:1px solid #e9e2da;border-radius:16px;background:#f7f3ed}
.product-gallery-main{display:block;width:100%;height:100%;padding:0;border:0;background:transparent;cursor:zoom-in}
.product-gallery-main img{display:block;width:100%;height:100%;object-fit:cover;transition:opacity .18s ease,transform .28s ease}
.product-gallery-main:hover img{transform:scale(1.012)}
.product-gallery-arrow{position:absolute;top:50%;z-index:3;display:flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border:1px solid rgba(65,54,46,.18);border-radius:50%;background:rgba(255,255,255,.9);color:#2a241f;font-size:30px;line-height:1;box-shadow:0 7px 18px rgba(0,0,0,.08);cursor:pointer;transform:translateY(-50%);transition:background-color .16s ease,color .16s ease,opacity .16s ease}
.product-gallery-arrow:hover,.product-gallery-arrow:focus-visible{background:#fff;color:#aaa39b;outline:none}
.product-gallery-prev{left:14px}.product-gallery-next{right:14px}
.product-gallery-counter{position:absolute;right:14px;bottom:14px;z-index:3;padding:7px 10px;border-radius:999px;background:rgba(36,30,26,.74);color:#fff;font-size:12px;line-height:1}
.product-gallery-zoom{position:absolute;left:14px;bottom:14px;z-index:3;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.9);color:#4c443e;font-size:11px;line-height:1;pointer-events:none}
.product-gallery-thumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;margin-top:10px}
.product-gallery-thumb{position:relative;overflow:hidden;aspect-ratio:1/1;padding:0;border:1px solid #ded7cf;border-radius:8px;background:#f7f3ed;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}
.product-gallery-thumb img{display:block;width:100%;height:100%;object-fit:cover}
.product-gallery-thumb:hover,.product-gallery-thumb:focus-visible{border-color:#978e85;outline:none;transform:translateY(-1px)}
.product-gallery-thumb.is-active{border:2px solid #2d241f;box-shadow:0 0 0 2px rgba(255,255,255,.9) inset}
.product-info{position:sticky!important;top:100px!important;min-width:0}
.product-info h1{font-size:31px;line-height:1.16}
.product-lightbox{touch-action:pan-y;background:rgba(16,14,12,.88)}
.product-lightbox img{user-select:none;-webkit-user-drag:none;touch-action:pinch-zoom}

/* ---------- Responsive footer and carousel ---------- */
@media(max-width:1180px){
  .footer-v24 .footer-grid{grid-template-columns:minmax(180px,.78fr) minmax(440px,1.75fr);grid-template-areas:"brand nav" "offer nav" "cookie social" "payments payments";column-gap:42px;row-gap:26px}
  .footer-v24 .footer-payments{grid-template-columns:repeat(6,minmax(0,1fr));max-width:760px}
  .product-page{gap:34px!important}
}
@media(max-width:820px){
  .outbound-logo-group{gap:28px;padding-right:28px}
  .outbound-logo-group a{width:165px;height:64px;padding:8px 10px}
  .footer-v24{padding:48px 20px 24px}
  .footer-v24 .footer-grid{display:grid;grid-template-columns:1fr;grid-template-areas:"brand" "nav" "offer" "cookie" "social" "payments";gap:0}
  .footer-v24 .footer-brand-area{margin-bottom:34px}
  .footer-v24 .footer-brand-logo{width:230px}
  .footer-v24 .footer-brand-area p{display:none}
  .footer-v24 .footer-nav-area{margin-bottom:38px}
  .footer-v24 .footer-nav-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 26px}
  .footer-v24 .footer-link-column h4{font-size:15px;margin-bottom:12px;text-transform:uppercase;letter-spacing:.05em}
  .footer-v24 .footer-link-column a,.footer-v24 .footer-link-column .footer-email{font-size:15px;line-height:1.62;margin-bottom:8px}
  .footer-v24 .footer-offer-area{margin-bottom:32px}
  .footer-v24 .footer-offer-area h2{font-size:22px;line-height:1.25}
  .footer-v24 .footer-offer-area>p{font-size:14px}
  .footer-v24 .footer-email-box{height:54px;grid-template-columns:minmax(0,1fr) 130px}
  .footer-v24 .footer-email-box input{font-size:16px;line-height:54px}
  .footer-v24 .footer-email-box button{font-size:16px}
  .footer-v24 .footer-consent{font-size:13px}
  .footer-v24 .footer-cookie-settings{margin:0 0 30px;font-size:15px}
  .footer-v24 .footer-socials{margin:0 0 28px;gap:11px}
  .footer-v24 .footer-socials .social-link{width:38px;height:38px}
  .footer-v24 .footer-payments{grid-template-columns:repeat(6,minmax(0,1fr));gap:7px;max-width:620px}
  .footer-v24 .footer-payments img{height:36px}
  .footer-v24 .footer-bottom-v24{margin-top:34px;font-size:12px}
  .product-page{display:block!important;padding-left:12px!important;padding-right:12px!important}
  .product-gallery{margin-bottom:20px}
  .product-gallery-stage{border-radius:12px;aspect-ratio:1/1}
  .product-gallery-thumbs{display:flex;gap:8px;margin-top:9px;overflow-x:auto;overflow-y:hidden;padding:0 1px 5px;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}
  .product-gallery-thumbs::-webkit-scrollbar{display:none}
  .product-gallery-thumb{flex:0 0 76px;width:76px;height:76px;aspect-ratio:auto;border-radius:7px;scroll-snap-align:start}
  .product-gallery-arrow{display:none}
  .product-gallery-counter{right:10px;bottom:10px;padding:6px 9px}
  .product-gallery-zoom{left:10px;bottom:10px;padding:6px 9px}
  .product-info{position:static!important;margin-top:0!important}
  .product-info h1{font-size:26px;line-height:1.18}
  .product-breadcrumb{gap:5px;font-size:11px;margin-bottom:10px;white-space:normal}
  .product-breadcrumb [aria-current="page"]{max-width:150px}
}
@media(max-width:520px){
  .outbound-logo-section .section-title h2{font-size:24px}
  .outbound-logo-section .section-title p{font-size:13px}
  .outbound-logo-marquee{padding:14px 0;mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent)}
  .outbound-logo-track{animation-duration:25s}
  .outbound-logo-group{gap:20px;padding-right:20px}
  .outbound-logo-group a{width:142px;height:54px;padding:6px 8px}
  .footer-v24{padding:42px 18px 24px}
  .footer-v24 .footer-brand-logo{width:210px}
  .footer-v24 .footer-nav-grid{gap:27px 20px}
  .footer-v24 .footer-link-column h4{font-size:14px}
  .footer-v24 .footer-link-column a,.footer-v24 .footer-link-column .footer-email{font-size:14px;line-height:1.58}
  .footer-v24 .footer-offer-area h2{font-size:20px}
  .footer-v24 .footer-email-box{grid-template-columns:minmax(0,1fr) 114px;height:52px}
  .footer-v24 .footer-email-box input{font-size:16px;line-height:52px;padding-left:13px}
  .footer-v24 .footer-email-box button{font-size:15px}
  .footer-v24 .footer-payments{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}
  .footer-v24 .footer-payments img{height:35px;padding:4px 6px}
  .footer-v24 .footer-bottom-v24{align-items:center}
  .product-gallery-thumb{flex-basis:68px;width:68px;height:68px}
  .product-gallery-zoom{font-size:10px}
  .cart-panel .view-full-cart + .checkout{margin-top:11px!important}
}
@media(prefers-reduced-motion:reduce){
  .outbound-logo-track{animation:none!important;transform:none!important}
  .outbound-logo-marquee{overflow-x:auto;mask-image:none;-webkit-mask-image:none;scrollbar-width:thin}
  .outbound-logo-group[aria-hidden="true"]{display:none}
  .product-gallery-main img,.product-gallery-thumb,.footer-v24 *{transition:none!important}
}

/* ===== V16.25 footer + gallery refinement ===== */
.footer-v24{padding:62px 28px 24px;background:#f6f2eb}
.footer-v24 .footer-grid{grid-template-columns:minmax(180px,.75fr) minmax(520px,2fr) minmax(310px,1fr);grid-template-areas:"brand nav offer" "cookie social payments";column-gap:48px;row-gap:24px}
.footer-v24 .footer-brand-logo{width:206px}
.footer-v24 .footer-nav-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 46px}
.footer-v24 .footer-link-column h4{font-size:14px;letter-spacing:.05em;text-transform:uppercase;margin-bottom:12px}
.footer-v24 .footer-link-column a,.footer-v24 .footer-link-column .footer-email{font-size:14px;line-height:1.58;margin-bottom:7px}
.footer-v24 .footer-offer-area h2{font-size:18px;line-height:1.28;letter-spacing:.05em;margin-bottom:8px}
.footer-v24 .footer-offer-area>p{font-size:13px;line-height:1.55;margin-bottom:14px}
.footer-v24 .footer-email-box{height:48px;grid-template-columns:minmax(0,1fr) 140px;border:1.5px solid #3a302b;border-radius:8px;overflow:hidden}
.footer-v24 .footer-email-box input{padding:0 14px;text-align:center;font-size:15px;line-height:48px}
.footer-v24 .footer-email-box input::placeholder{text-align:center}
.footer-v24 .footer-email-box button{padding:0 14px;text-align:center;font-size:15px;display:flex;align-items:center;justify-content:center}
.footer-v24 .footer-consent{gap:8px;margin-top:11px;font-size:12px;line-height:1.4}
.footer-v24 .footer-cookie-settings{font-size:14px;text-decoration:none}
.footer-v24 .footer-socials{gap:9px;justify-content:flex-start;align-items:center;margin:0}
.footer-v24 .footer-socials .social-link{width:30px;height:30px;border:0;border-radius:50%;background:#2c1e1a;color:#fff;box-shadow:none;transition:transform .16s ease,background-color .16s ease,opacity .16s ease}
.footer-v24 .footer-socials .social-link svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:1.7}
.footer-v24 .footer-socials .social-link:hover,.footer-v24 .footer-socials .social-link:focus-visible{background:#5a4941;color:#fff;transform:translateY(-1px)}
.footer-v24 .footer-socials .social-link:nth-child(4) svg path,
.footer-v24 .footer-socials .social-link:nth-child(5) svg path,
.footer-v24 .footer-socials .social-link:nth-child(6) svg rect,
.footer-v24 .footer-socials .social-link:nth-child(6) svg circle,
.footer-v24 .footer-socials .social-link:nth-child(7) svg path{fill:currentColor;stroke:none}
.footer-v24 .footer-payments{grid-template-columns:repeat(4,70px);gap:8px;justify-content:start;align-items:end;max-width:304px}
.footer-v24 .footer-payments img{width:70px;height:28px;padding:3px 5px;border:1px solid #d6d0c8;border-radius:4px;background:#fff;object-fit:contain}
.footer-v24 .footer-bottom-v24{justify-content:flex-start;margin-top:28px;font-size:12px;color:#4d443d}
.footer-v24 .footer-bottom-v24 p{margin:0}
.footer-v24 .footer-back-top{display:none!important}
@media (max-width:1120px){
  .footer-v24 .footer-grid{grid-template-columns:minmax(180px,.82fr) minmax(440px,1.7fr);grid-template-areas:"brand nav" "offer nav" "cookie social" "payments payments";column-gap:38px}
  .footer-v24 .footer-payments{grid-template-columns:repeat(6,70px);max-width:none}
}
@media (max-width:760px){
  .footer-v24{padding:42px 18px 22px}
  .footer-v24 .footer-grid{grid-template-columns:1fr;grid-template-areas:"brand" "nav" "offer" "cookie" "social" "payments";gap:0}
  .footer-v24 .footer-brand-area{margin-bottom:30px}
  .footer-v24 .footer-brand-logo{width:205px}
  .footer-v24 .footer-nav-area{margin-bottom:28px}
  .footer-v24 .footer-nav-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 26px}
  .footer-v24 .footer-link-column h4{font-size:15px;margin-bottom:11px}
  .footer-v24 .footer-link-column a,.footer-v24 .footer-link-column .footer-email{font-size:14px;line-height:1.58;margin-bottom:8px}
  .footer-v24 .footer-offer-area{margin-bottom:24px}
  .footer-v24 .footer-offer-area h2{font-size:19px}
  .footer-v24 .footer-email-box{height:50px;grid-template-columns:minmax(0,1fr) 122px;border-radius:8px}
  .footer-v24 .footer-email-box input{font-size:16px;line-height:50px;padding:0 12px;text-align:center}
  .footer-v24 .footer-email-box button{font-size:16px}
  .footer-v24 .footer-consent{font-size:12px}
  .footer-v24 .footer-cookie-settings{margin:0 0 24px;font-size:15px}
  .footer-v24 .footer-socials{margin:0 0 22px;justify-content:flex-start;gap:10px}
  .footer-v24 .footer-socials .social-link{width:34px;height:34px}
  .footer-v24 .footer-socials .social-link svg{width:16px;height:16px}
  .footer-v24 .footer-payments{grid-template-columns:repeat(4,64px);gap:7px;max-width:277px;margin:0}
  .footer-v24 .footer-payments img{width:64px;height:27px;padding:3px 5px}
  .footer-v24 .footer-bottom-v24{justify-content:flex-start;margin-top:24px}
}
@media (max-width:420px){
  .footer-v24 .footer-payments{grid-template-columns:repeat(4,60px);max-width:261px}
  .footer-v24 .footer-payments img{width:60px;height:26px;padding:3px 4px}
}

/* only keep the global floating back-to-top button */
.footer-bottom-v24 .footer-back-top{display:none!important}

/* product gallery refinement */
.product-gallery-stage{border-radius:18px;background:linear-gradient(180deg,#fbf7f1,#f3eee6);box-shadow:0 14px 34px rgba(36,30,26,.07)}
.product-gallery-main{position:relative;overflow:hidden;border-radius:18px}
.product-gallery-main img{transition:opacity .22s ease,transform .36s cubic-bezier(.22,.61,.36,1)}
.product-gallery-main:active img{transform:scale(.992)}
.product-gallery-thumb{border-color:#e5ddd3;background:#fbf7f1}
.product-gallery-thumb.is-active{border:2px solid #2d241f;box-shadow:0 0 0 2px rgba(255,255,255,.94) inset,0 6px 12px rgba(36,30,26,.08)}
.product-gallery-dots{display:none;align-items:center;justify-content:center;gap:7px;margin-top:11px}
.product-gallery-dot{width:7px;height:7px;border-radius:999px;border:0;padding:0;background:#cec5bb;cursor:pointer;transition:transform .16s ease,background-color .16s ease,opacity .16s ease}
.product-gallery-dot.is-active{background:#2d241f;transform:scale(1.18)}
@media (max-width:760px){
  .product-gallery-stage{border-radius:14px;box-shadow:0 12px 26px rgba(36,30,26,.08)}
  .product-gallery-main{border-radius:14px}
  .product-gallery-counter{bottom:12px;right:12px}
  .product-gallery-zoom{left:12px;bottom:12px;background:rgba(255,255,255,.94)}
  .product-gallery-thumbs{gap:7px;padding:0 2px 4px;margin-top:10px}
  .product-gallery-thumb{flex-basis:62px;width:62px;height:62px;border-radius:8px}
  .product-gallery-dots{display:flex}
}

/* ===== V16.26 interaction and inline-payment refinements ===== */
.footer-v24 .footer-payments{display:grid;grid-template-columns:repeat(4,70px);gap:7px;justify-content:start;align-items:center;max-width:301px}
.footer-v24 .footer-payments .payment-logo{display:flex;align-items:center;justify-content:center;width:70px;height:28px;padding:3px 5px;border:1px solid #d6d0c8;border-radius:4px;background:#fff;overflow:hidden}
.footer-v24 .footer-payments .payment-logo svg{display:block;width:100%;height:100%;max-width:100%;max-height:100%}
.footer-v24 .footer-payments img{display:none!important}

/* Bedsure-style hotspots: dot first, label opens only after explicit click. */
.gallery-hotspot{position:absolute;z-index:3;display:flex;align-items:center;gap:9px}
.gallery-hotspot .hotspot-dot{appearance:none;-webkit-appearance:none;position:relative;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:28px;height:28px;padding:0;border:2px solid #fff;border-radius:50%;background:rgba(255,255,255,.24);box-shadow:0 8px 20px rgba(0,0,0,.17);cursor:pointer;transition:transform .18s ease,background-color .18s ease,box-shadow .18s ease}
.gallery-hotspot .hotspot-dot::before{content:"";display:block;width:10px;height:10px;border-radius:50%;background:#fff}
.gallery-hotspot .hotspot-dot::after{content:"";position:absolute;inset:-8px;border:1px solid rgba(255,255,255,.72);border-radius:50%;animation:cozelineHotspotPulse 2.3s ease-out infinite}
.gallery-hotspot .hotspot-dot:hover,.gallery-hotspot .hotspot-dot:focus-visible{transform:scale(1.08);background:rgba(255,255,255,.32);box-shadow:0 10px 24px rgba(0,0,0,.2);outline:none}
.gallery-hotspot .hotspot-label{display:inline-flex;align-items:center;gap:8px;max-width:230px;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.96);color:#211c18;font-size:13px;font-weight:600;line-height:1.2;box-shadow:0 12px 28px rgba(0,0,0,.15);text-decoration:none;opacity:0;visibility:hidden;pointer-events:none;transform:translateX(-7px) scale(.97);transform-origin:left center;transition:opacity .18s ease,visibility .18s ease,transform .18s ease,color .16s ease}
.gallery-hotspot.is-open .hotspot-label{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(0) scale(1)}
.gallery-hotspot.is-open .hotspot-dot{background:rgba(255,255,255,.34)}
.gallery-hotspot .hotspot-label:hover,.gallery-hotspot .hotspot-label:focus-visible{color:#8f887f;outline:none}
.gallery-hotspot .hotspot-label span{font-size:15px;line-height:1}

/* Explicit spacing for the single cart-page link and checkout button. */
.cart-panel .view-full-cart{margin:14px 0 0!important}
.cart-panel .view-full-cart + .checkout{margin-top:12px!important}

@media(max-width:1120px){
  .footer-v24 .footer-payments{grid-template-columns:repeat(6,70px);max-width:none}
}
@media(max-width:760px){
  .footer-v24 .footer-payments{grid-template-columns:repeat(4,64px);gap:7px;max-width:277px}
  .footer-v24 .footer-payments .payment-logo{width:64px;height:27px;padding:3px 5px}
  .gallery-hotspot{gap:7px}
  .gallery-hotspot .hotspot-dot{width:25px;height:25px}
  .gallery-hotspot .hotspot-dot::before{width:8px;height:8px}
  .gallery-hotspot .hotspot-label{max-width:185px;padding:9px 11px;font-size:11.5px}
}
@media(max-width:420px){
  .footer-v24 .footer-payments{grid-template-columns:repeat(4,60px);max-width:261px}
  .footer-v24 .footer-payments .payment-logo{width:60px;height:26px;padding:3px 4px}
  .gallery-hotspot .hotspot-label{max-width:162px;padding:8px 10px;font-size:10.5px}
}

/* ===== V16.27 precise footer, payment, gallery and product detail fixes ===== */
.footer-v24 .footer-socials{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:8px!important;
  flex-wrap:wrap!important;
  margin:0!important;
}
.footer-v24 .footer-socials .social-link{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:28px!important;
  height:28px!important;
  padding:0!important;
  border:0!important;
  border-radius:50%!important;
  background:#251a16!important;
  color:#fff!important;
  box-shadow:none!important;
  transform:none!important;
}
.footer-v24 .footer-socials .social-link svg{
  display:block!important;
  width:14px!important;
  height:14px!important;
  overflow:visible!important;
  color:#fff!important;
  fill:none!important;
  stroke:#fff!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.footer-v24 .footer-socials .social-link:nth-child(4) svg path{
  fill:#fff!important;
  stroke:none!important;
}
.footer-v24 .footer-socials .social-link:hover,
.footer-v24 .footer-socials .social-link:focus-visible{
  background:#5c4a42!important;
  color:#fff!important;
  transform:none!important;
  outline:none!important;
}

/* Exactly eight methods, four per row, compact like the Bedsure reference. */
.footer-v24 .footer-payments{
  display:grid!important;
  grid-template-columns:repeat(4,58px)!important;
  grid-auto-rows:27px!important;
  gap:6px!important;
  width:max-content!important;
  max-width:none!important;
  margin:0!important;
  justify-content:start!important;
  align-items:center!important;
}
.footer-v24 .footer-payments .payment-logo{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:58px!important;
  height:27px!important;
  padding:1px 3px!important;
  border:1px solid #d8d2cb!important;
  border-radius:4px!important;
  background:#fff!important;
  overflow:hidden!important;
  box-shadow:none!important;
}
.footer-v24 .footer-payments .payment-logo svg{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  transform:scale(1.08)!important;
  transform-origin:center!important;
}

/* Email and Sign Up are optically and vertically centred. */
.footer-v24 .footer-email-box{
  align-items:stretch!important;
}
.footer-v24 .footer-email-box input{
  display:block!important;
  height:100%!important;
  min-height:0!important;
  margin:0!important;
  padding:0 14px 2px!important;
  line-height:normal!important;
  text-align:center!important;
  vertical-align:middle!important;
}
.footer-v24 .footer-email-box input::placeholder{
  text-align:center!important;
  line-height:normal!important;
}
.footer-v24 .footer-email-box button{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  height:100%!important;
  margin:0!important;
  padding:0 14px 2px!important;
  line-height:1!important;
  text-align:center!important;
}

/* Product gallery changes immediately without fade, zoom or slide animation. */
.product-gallery-main img,
.product-gallery-main:hover img,
.product-gallery-main:active img{
  transition:none!important;
  transform:none!important;
  opacity:1!important;
}
.product-gallery-thumb,
.product-gallery-dot{
  transition:none!important;
}

/* Bedsure-style three-node category path. */
.product-breadcrumb{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  flex-wrap:wrap!important;
  margin:0 0 15px!important;
  color:#6d655e!important;
  font-size:14px!important;
  font-weight:400!important;
  line-height:1.45!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
.product-breadcrumb a{
  color:#3a332e!important;
  text-decoration:none!important;
}
.product-breadcrumb span[aria-hidden="true"]{
  color:#8f877f!important;
}
.product-breadcrumb [aria-current="page"]{
  max-width:min(100%,520px)!important;
  color:#514943!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}

/* Product reassurance cards with corresponding icons. */
.product-trust{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:8px!important;
  margin:18px 0!important;
}
.product-trust .product-trust-item{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  min-height:48px!important;
  padding:9px 10px!important;
  border:1px solid #e4ded2!important;
  background:#fff!important;
  color:#5f574c!important;
  text-align:center!important;
  font-size:12px!important;
  line-height:1.3!important;
  text-decoration:none!important;
}
.product-trust .product-trust-item:hover,
.product-trust .product-trust-item:focus-visible{
  color:#2a241f!important;
  border-color:#cfc6ba!important;
  outline:none!important;
}
.product-trust-icon{
  flex:0 0 auto!important;
  width:21px!important;
  height:21px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.7!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

@media(max-width:760px){
  .footer-v24 .footer-socials{
    gap:8px!important;
  }
  .footer-v24 .footer-socials .social-link{
    width:30px!important;
    height:30px!important;
  }
  .footer-v24 .footer-socials .social-link svg{
    width:15px!important;
    height:15px!important;
  }
  .footer-v24 .footer-payments{
    grid-template-columns:repeat(4,58px)!important;
    grid-auto-rows:27px!important;
    gap:6px!important;
    width:250px!important;
    max-width:250px!important;
  }
  .footer-v24 .footer-payments .payment-logo{
    width:58px!important;
    height:27px!important;
    padding:1px 3px!important;
  }
  .footer-v24 .footer-email-box input,
  .footer-v24 .footer-email-box button{
    padding-bottom:2px!important;
  }
  .product-breadcrumb{
    gap:5px!important;
    margin-bottom:12px!important;
    font-size:13px!important;
  }
  .product-breadcrumb [aria-current="page"]{
    max-width:100%!important;
    flex:1 1 150px!important;
  }
  .product-trust{
    grid-template-columns:1fr!important;
    gap:7px!important;
  }
  .product-trust .product-trust-item{
    justify-content:flex-start!important;
    min-height:44px!important;
    padding:9px 12px!important;
    text-align:left!important;
    font-size:13px!important;
  }
}

/* V16.29 verified homepage journal and hotspot override */
.journal-section .journal-card:nth-child(1) .journal-thumb img{object-position:center 52%}
.journal-section .journal-card:nth-child(2) .journal-thumb img{object-position:center 50%}
.journal-section .journal-card:nth-child(3) .journal-thumb img{object-position:center 54%}
.editorial-gallery-hotspots .gallery-hotspot .hotspot-dot{width:30px!important;height:30px!important;border-width:2px!important}
.editorial-gallery-hotspots .gallery-hotspot .hotspot-dot::before{width:11px!important;height:11px!important}
@media(max-width:760px){.editorial-gallery-hotspots .gallery-hotspot .hotspot-dot{width:26px!important;height:26px!important}.editorial-gallery-hotspots .gallery-hotspot .hotspot-dot::before{width:9px!important;height:9px!important}}

/* ===== V16.30 definitive footer social/payment fix ===== */
.footer-v24 .footer-socials{
  grid-area:social!important;
  position:relative!important;
  z-index:2!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex-wrap:nowrap!important;
  gap:9px!important;
  width:max-content!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
  clear:both!important;
}
.footer-v24 .footer-socials .social-link{
  appearance:none!important;
  -webkit-appearance:none!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 31px!important;
  width:31px!important;
  height:31px!important;
  min-width:31px!important;
  min-height:31px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:50%!important;
  background:#2b211d!important;
  color:#fff!important;
  box-shadow:none!important;
  cursor:default!important;
  overflow:hidden!important;
  transform:none!important;
  opacity:1!important;
}
.footer-v24 .footer-socials .social-link svg{
  display:block!important;
  width:16px!important;
  height:16px!important;
  max-width:16px!important;
  max-height:16px!important;
  fill:currentColor!important;
  stroke:none!important;
  overflow:visible!important;
}
.footer-v24 .footer-socials .social-link.social-facebook svg{width:12px!important;max-width:12px!important}
.footer-v24 .footer-socials .social-link.social-youtube svg{width:17px!important;max-width:17px!important}
.footer-v24 .footer-socials .social-link.social-linkedin svg{width:15px!important;max-width:15px!important}
.footer-v24 .footer-socials .social-link:hover,
.footer-v24 .footer-socials .social-link:focus-visible{
  background:#514039!important;
  color:#fff!important;
  outline:none!important;
  transform:none!important;
}

.footer-v24 .footer-payments{
  grid-area:payments!important;
  position:relative!important;
  z-index:1!important;
  display:grid!important;
  grid-template-columns:repeat(4,64px)!important;
  grid-auto-rows:28px!important;
  gap:7px!important;
  justify-content:start!important;
  align-content:start!important;
  align-items:center!important;
  width:max-content!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
  clear:both!important;
  overflow:visible!important;
}
.footer-v24 .footer-payments .payment-logo{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:64px!important;
  height:28px!important;
  min-width:64px!important;
  min-height:28px!important;
  margin:0!important;
  padding:2px 4px!important;
  border:1px solid #d8d1c9!important;
  border-radius:4px!important;
  background:#fff!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
.footer-v24 .footer-payments .payment-logo svg{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  margin:0!important;
  padding:0!important;
  object-fit:contain!important;
}

/* Ensure the two footer rows never overlap in the three-column desktop structure. */
.footer-v24 .footer-grid{
  row-gap:28px!important;
}

@media(max-width:1120px){
  .footer-v24 .footer-payments{
    grid-template-columns:repeat(4,64px)!important;
    width:max-content!important;
    max-width:100%!important;
  }
}

@media(max-width:760px){
  .footer-v24 .footer-grid{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    grid-template-areas:"brand" "nav" "offer" "cookie" "social" "payments"!important;
    row-gap:0!important;
  }
  .footer-v24 .footer-socials{
    justify-content:flex-start!important;
    flex-wrap:nowrap!important;
    gap:9px!important;
    width:max-content!important;
    max-width:100%!important;
    margin:0 0 18px!important;
    padding:0!important;
  }
  .footer-v24 .footer-socials .social-link{
    flex-basis:30px!important;
    width:30px!important;
    height:30px!important;
    min-width:30px!important;
    min-height:30px!important;
  }
  .footer-v24 .footer-socials .social-link svg{
    width:15px!important;
    height:15px!important;
    max-width:15px!important;
    max-height:15px!important;
  }
  .footer-v24 .footer-socials .social-link.social-facebook svg{width:11px!important;max-width:11px!important}
  .footer-v24 .footer-socials .social-link.social-youtube svg{width:16px!important;max-width:16px!important}
  .footer-v24 .footer-payments{
    grid-template-columns:repeat(4,61px)!important;
    grid-auto-rows:27px!important;
    gap:7px!important;
    width:max-content!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
  }
  .footer-v24 .footer-payments .payment-logo{
    width:61px!important;
    height:27px!important;
    min-width:61px!important;
    min-height:27px!important;
    padding:2px 3px!important;
  }
}

@media(max-width:360px){
  .footer-v24 .footer-socials{gap:8px!important}
  .footer-v24 .footer-socials .social-link{
    flex-basis:29px!important;
    width:29px!important;
    height:29px!important;
    min-width:29px!important;
    min-height:29px!important;
  }
  .footer-v24 .footer-payments{
    grid-template-columns:repeat(4,58px)!important;
    gap:6px!important;
  }
  .footer-v24 .footer-payments .payment-logo{
    width:58px!important;
    min-width:58px!important;
  }
}

/* ===== V16.31 homepage collection video feature ===== */
.collection-video-feature{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);width:min(100%,1600px);min-height:470px;margin:84px auto;background:#f5f1e9;overflow:hidden}
.collection-video-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:0;padding:72px clamp(42px,6vw,104px);color:#241e1a;text-decoration:none;background:linear-gradient(135deg,#f8f5ef 0%,#f3eee5 100%)}
.collection-video-eyebrow{display:inline-flex;align-items:center;gap:10px;margin-bottom:34px;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#584f47}
.collection-video-eyebrow i{display:inline-block;width:24px;height:24px;border-radius:50%;background:#2c211c;position:relative;flex:0 0 auto}
.collection-video-eyebrow i::before{content:"";position:absolute;left:6px;right:6px;top:8px;height:5px;border-radius:50%;border-top:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-8deg)}
.collection-video-copy h2{max-width:660px;margin:0 0 28px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(38px,4vw,64px);font-weight:500;line-height:1.02;letter-spacing:-.025em;color:#201a17}
.collection-video-copy p{max-width:650px;margin:0 0 34px;font-size:17px;line-height:1.72;color:#4e4640}
.collection-video-cta{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:46px;padding:0 20px;border:1px solid #3c332d;border-radius:6px;font-size:15px;font-weight:700;color:#2d251f;background:transparent;transition:background-color .18s ease,color .18s ease,transform .18s ease}
.collection-video-copy:hover .collection-video-cta,.collection-video-copy:focus-visible .collection-video-cta{background:#2d251f;color:#fff;transform:translateY(-1px)}
.collection-video-copy:focus-visible{outline:2px solid #8d8177;outline-offset:-4px}
.collection-video-media{position:relative;min-width:0;min-height:470px;background:#e9e2d9;overflow:hidden}
.collection-video-media video{display:block;width:100%;height:100%;min-height:470px;object-fit:cover;object-position:center center;background:#e9e2d9}
.collection-video-media::after{content:"";position:absolute;inset:0;pointer-events:none;box-shadow:inset 1px 0 0 rgba(255,255,255,.45)}
@media(max-width:900px){
  .collection-video-feature{grid-template-columns:1fr;min-height:0;margin:64px auto}
  .collection-video-copy{padding:52px 28px 46px}
  .collection-video-eyebrow{margin-bottom:24px;font-size:12px}
  .collection-video-copy h2{font-size:clamp(36px,8vw,50px);margin-bottom:20px}
  .collection-video-copy p{font-size:16px;margin-bottom:28px}
  .collection-video-media{min-height:0;aspect-ratio:720/438}
  .collection-video-media video{min-height:0;aspect-ratio:720/438}
}
@media(max-width:520px){
  .collection-video-feature{margin:52px auto}
  .collection-video-copy{padding:42px 20px 38px}
  .collection-video-copy h2{font-size:38px}
  .collection-video-copy p{font-size:15px;line-height:1.65}
  .collection-video-cta{min-height:44px;padding:0 17px;font-size:14px}
}
@media(prefers-reduced-motion:reduce){
  .collection-video-cta{transition:none!important}
}

/* ===== V16.32 Bedsure-inspired product detail structure, rebuilt for Cozeline ===== */
.product-template-v32{background:#fffdf8}
@media(min-width:981px){
  .product-template-v32 .header .main-links{opacity:0;visibility:hidden;transform:translateY(-6px);pointer-events:none;transition:opacity .18s ease,transform .18s ease,visibility .18s ease}
  .product-template-v32 .header:hover .main-links,.product-template-v32 .header:focus-within .main-links{opacity:1;visibility:visible;transform:none;pointer-events:auto}
}
.product-main-v32{background:#fffdf8}
.product-breadcrumb-v32{max-width:1480px;margin:0 auto;padding:22px 28px 12px;display:flex;align-items:center;gap:9px;flex-wrap:wrap;font-size:13px;color:#6d655e}
.product-breadcrumb-v32 a{color:#5d554e;transition:color .16s ease}
.product-breadcrumb-v32 a:hover,.product-breadcrumb-v32 a:focus-visible{color:#1f1a16;outline:none}
.product-breadcrumb-v32 span[aria-current="page"]{color:#211c18;font-weight:600}
.product-shell-v32{max-width:1480px;margin:0 auto 64px;padding:0 28px 44px;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);gap:56px;align-items:start}
.product-media-column-v32{min-width:0}
.product-info-v32{position:sticky;top:88px;min-width:0;padding:4px 0 0}
.product-info-v32 h1{margin:10px 0 13px;font-size:34px;line-height:1.16;letter-spacing:-.02em;font-weight:650;color:#1f1a16}
.product-rating-v32{display:inline-flex;align-items:center;gap:7px;font-size:13px;color:#514942}
.product-rating-v32 span{color:#ddb04a;letter-spacing:.08em}
.product-price-v32{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:0 0 15px}
.product-price-v32 b{font-size:29px;line-height:1;color:#1f1a16}
.product-price-v32 s{font-size:15px;color:#8b8177}
.product-price-v32 span{display:inline-flex;align-items:center;padding:5px 9px;border-radius:999px;background:#53684d;color:#fff;font-size:11px;font-weight:700}
.product-short-v32{margin:0 0 20px;color:#5d554e;font-size:15px;line-height:1.62}
.product-options-v32{margin:0 0 17px}
.product-options-v32 .variant-heading{display:flex;align-items:center;gap:7px;margin-bottom:10px;font-size:14px}
.product-options-v32 .variant-heading span{font-weight:700;color:#2b2521}
.product-options-v32 .variant-heading b{font-weight:500;color:#60574f}
.product-options-v32 .product-swatches{display:flex;gap:8px;flex-wrap:wrap}
.product-options-v32 .variant-swatch{width:29px;height:24px;border-radius:3px;border:1px solid #9e958b;box-shadow:none}
.product-options-v32 .variant-swatch.is-selected{outline:2px solid #2b211d;outline-offset:2px}
.product-options-v32 .variant-availability{margin-top:10px;padding-top:10px;border-top:2px solid #2d8b67;color:#167052;font-size:13px;font-weight:650}
.product-options-v32 .variant-availability.is-sold-out{border-color:#a6584c;color:#a6584c}
.size-option-v32{margin:0 0 18px}
.size-option-v32>span{display:block;margin-bottom:9px;font-size:14px;font-weight:700}
.size-option-v32 button{width:100%;min-height:42px;padding:0 14px;border:1px solid #332822;border-radius:7px;background:#fffdf8;text-align:left;font-weight:600;color:#241d19}
.product-purchase-v32{display:grid;grid-template-columns:auto minmax(190px,1fr);align-items:center;gap:18px;margin:0 0 23px;padding:10px 12px 10px 17px;border-radius:999px;background:#2d201c;color:#fff}
.product-purchase-v32>div{display:grid;gap:1px}
.product-purchase-v32 small{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#d8cbc5}
.product-purchase-v32 strong{font-size:17px}
.product-purchase-v32 .full-add{min-height:44px;padding:0 24px;border:0;border-radius:999px;background:#fff;color:#281e1a;font-weight:750;cursor:pointer;transition:background-color .16s ease,color .16s ease}
.product-purchase-v32 .full-add:hover,.product-purchase-v32 .full-add:focus-visible{background:#f1ebe6;color:#000;outline:none}
.product-trust-row-v32{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-bottom:24px}
.product-trust-v32{display:flex;align-items:center;justify-content:center;gap:8px;min-height:70px;padding:10px 8px;border-radius:8px;color:#2e2824;text-align:left}
.product-trust-v32 svg{flex:0 0 auto;width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.product-trust-v32 span{display:grid;gap:2px}
.product-trust-v32 b{font-size:11px;line-height:1.2}
.product-trust-v32 small{font-size:9px;line-height:1.25;color:#776f68}
.product-trust-v32:hover,.product-trust-v32:focus-visible{background:#f5f0ea;outline:none}
.product-tabs-v32{border-top:1px solid #ded6cd}
.product-tab-list-v32{display:flex;align-items:center;gap:27px;overflow-x:auto;scrollbar-width:none;border-bottom:1px solid #ded6cd}
.product-tab-list-v32::-webkit-scrollbar{display:none}
.product-tab-list-v32 button{position:relative;flex:0 0 auto;padding:15px 0 12px;border:0;background:transparent;color:#514942;font-size:14px;cursor:pointer}
.product-tab-list-v32 button[aria-selected="true"]{color:#211b17;font-weight:750}
.product-tab-list-v32 button[aria-selected="true"]::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:#2a211c}
.product-tab-panel-v32{padding:21px 0 3px;color:#4e4640;font-size:14px;line-height:1.65}
.product-tab-panel-v32 h3{margin:0 0 12px;font-size:15px;color:#211b17}
.product-tab-panel-v32 p{margin:0 0 13px}
.product-tab-panel-v32 ul{display:grid;gap:13px;margin:0 0 20px;padding-left:20px}
.product-tab-panel-v32 li{padding-left:3px}
.product-tab-panel-v32 dl{display:grid;gap:8px;margin:0}
.product-tab-panel-v32 dl>div{display:grid;grid-template-columns:115px 1fr;gap:12px;padding-top:8px;border-top:1px solid #ebe5de}
.product-tab-panel-v32 dt{font-weight:700;color:#241e1a}
.product-tab-panel-v32 dd{margin:0}
.product-tab-panel-v32 a{text-decoration:underline;text-underline-offset:3px}
.product-tab-lead-v32{font-size:15px;color:#3f3732}
.product-gallery-v32{min-width:0}
.product-gallery-v32 .product-gallery-stage{aspect-ratio:1.12/1;border:0;border-radius:0;background:#f8f5ef;box-shadow:none}
.product-gallery-v32 .product-gallery-main{border-radius:0}
.product-gallery-v32 .product-gallery-main img{object-fit:contain;background:#fff;transition:none!important}
.product-gallery-v32 .product-gallery-arrow{width:38px;height:38px;border-radius:0;border:1px solid #d8d0c7;background:rgba(255,255,255,.92);box-shadow:none;font-size:23px}
.product-gallery-v32 .product-gallery-prev{left:0}.product-gallery-v32 .product-gallery-next{right:0}
.product-gallery-v32 .product-gallery-counter{right:14px;bottom:14px}
.product-gallery-v32 .product-gallery-zoom{left:14px;bottom:14px}
.product-gallery-v32 .product-gallery-thumbs{display:flex;gap:7px;margin-top:10px;overflow-x:auto;padding-bottom:4px;scroll-snap-type:x mandatory;scrollbar-width:none}
.product-gallery-v32 .product-gallery-thumbs::-webkit-scrollbar{display:none}
.product-gallery-v32 .product-gallery-thumb{flex:0 0 82px;width:82px;height:82px;aspect-ratio:auto;border-radius:0;border:1px solid #d8d0c7;background:#fff;scroll-snap-align:start;transform:none!important}
.product-gallery-v32 .product-gallery-thumb img{object-fit:cover}
.product-gallery-v32 .product-gallery-thumb.is-active{border:2px solid #2b201b;box-shadow:none}
.product-gallery-v32 .product-gallery-dots{display:none!important}
.pairs-card-v32{display:grid;grid-template-columns:80px minmax(0,1fr) auto;grid-template-areas:"kicker kicker kicker" "image copy button";align-items:center;gap:10px 14px;margin-top:18px;padding:17px;border:1px solid #e3ddd5;border-radius:12px;background:#fff}
.pairs-kicker-v32{grid-area:kicker;font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#746b63}
.pairs-image-v32{grid-area:image;width:80px;height:80px;background:#f8f4ee}
.pairs-image-v32 img{width:100%;height:100%;object-fit:cover}
.pairs-copy-v32{grid-area:copy;display:grid;gap:5px;min-width:0}
.pairs-copy-v32 strong{display:block;font-size:14px;line-height:1.25}
.pairs-copy-v32 span{font-weight:700}
.pairs-copy-v32 small{color:#726961;font-size:11px}
.pairs-card-v32>button{grid-area:button;min-width:92px;height:38px;border:0;border-radius:7px;background:#2d201c;color:#fff;font-weight:700;cursor:pointer}
.fbt-section-v32{max-width:1480px;margin:0 auto 74px;padding:0 28px}
.fbt-head-v32{margin-bottom:13px}
.fbt-head-v32 h2{margin:0 0 5px;font-size:24px}
.fbt-head-v32 p{margin:0;color:#716860}
.fbt-tier-tabs-v32{display:flex;gap:10px;margin-bottom:22px}
.fbt-tier-tabs-v32 button{padding:9px 14px;border:0;border-radius:7px;background:#e8e3dd;color:#2a231f;font-weight:650;cursor:pointer}
.fbt-tier-tabs-v32 button.is-active{background:#2a211c;color:#fff}
.fbt-layout-v32{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.38fr);gap:32px;align-items:center;padding:24px;border:1px solid #e3ddd5;border-radius:12px;background:#fff}
.fbt-products-v32{display:flex;align-items:center;gap:12px;min-width:0}
.fbt-card-v32{position:relative;flex:1 1 0;min-width:0;max-width:330px}
.fbt-check-v32{position:absolute;left:7px;top:7px;z-index:2;width:24px;height:24px;cursor:pointer}
.fbt-check-v32 input{position:absolute;opacity:0}
.fbt-check-v32 span{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:4px;background:#111;color:#fff;font-size:13px}
.fbt-check-v32 input:not(:checked)+span{background:#fff;color:transparent;border:1px solid #9d948c}
.fbt-image-v32{display:block;aspect-ratio:1/1;border:1px solid #e2dcd4;background:#f8f5ef}
.fbt-image-v32 img{width:100%;height:100%;object-fit:contain}
.fbt-copy-v32{padding-top:10px;display:grid;gap:5px}
.fbt-copy-v32 strong{display:block;font-size:14px;line-height:1.25}
.fbt-copy-v32 b{font-size:14px}.fbt-copy-v32 s{font-size:12px;color:#8c847c}
.fbt-copy-v32 small{font-size:11px;color:#766d65}
.fbt-plus-v32{flex:0 0 auto;font-size:24px;color:#40362f}
.fbt-summary-v32{display:grid;gap:9px}
.fbt-summary-v32>span{font-size:13px;font-weight:700}
.fbt-summary-v32>div{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.fbt-summary-v32 b{font-size:22px}.fbt-summary-v32 s{color:#8a8178}.fbt-summary-v32 em{padding:4px 7px;border-radius:999px;background:#53684d;color:#fff;font-size:11px;font-style:normal;font-weight:700}
.fbt-summary-v32 small{color:#716860;line-height:1.45}
.fbt-summary-v32 button{min-height:44px;border:0;border-radius:7px;background:#151311;color:#fff;font-weight:750;cursor:pointer}
.fbt-summary-v32 button:disabled{background:#aaa29a;cursor:not-allowed}
.sticky-product-bar-v32[hidden]{display:none!important}
.sticky-product-bar-v32{position:fixed;left:50%;bottom:18px;z-index:70;display:grid;grid-template-columns:56px minmax(210px,1fr) 160px;align-items:center;gap:13px;width:min(660px,calc(100vw - 32px));padding:10px 12px;border:1px solid #ded7cf;border-radius:14px;background:rgba(255,253,248,.97);box-shadow:0 18px 50px rgba(30,23,18,.18);backdrop-filter:blur(12px);transform:translateX(-50%)}
.sticky-product-bar-v32 img{width:56px;height:56px;object-fit:cover;background:#f5f0e9;border-radius:7px}
.sticky-product-bar-v32>div{display:grid;gap:3px;min-width:0}
.sticky-product-bar-v32 strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}
.sticky-product-bar-v32 span{font-size:13px;color:#5f554e}
.sticky-product-bar-v32 button{height:42px;border:0;border-radius:7px;background:#2d201c;color:#fff;font-weight:750;cursor:pointer}
@media(max-width:1100px){
  .product-shell-v32{grid-template-columns:minmax(0,1fr) minmax(390px,.9fr);gap:34px}
  .product-info-v32 h1{font-size:30px}
  .fbt-layout-v32{grid-template-columns:1fr}
  .fbt-summary-v32{max-width:500px}
}
@media(max-width:860px){
  .product-breadcrumb-v32{padding:18px 18px 10px;font-size:12px}
  .product-shell-v32{display:grid;grid-template-columns:1fr;gap:26px;padding:0 18px 35px;margin-bottom:44px}
  .product-info-v32{position:static}
  .product-info-v32 h1{font-size:28px}
  .product-gallery-v32 .product-gallery-stage{aspect-ratio:1/1}
  .product-gallery-v32 .product-gallery-arrow{display:flex}
  .product-gallery-v32 .product-gallery-thumb{flex-basis:70px;width:70px;height:70px}
  .pairs-card-v32{margin-top:14px}
  .product-trust-row-v32{grid-template-columns:repeat(3,1fr)}
  .product-tab-list-v32{gap:23px}
  .fbt-section-v32{padding:0 18px;margin-bottom:58px}
  .fbt-products-v32{overflow-x:auto;align-items:flex-start;padding-bottom:4px;scrollbar-width:none}
  .fbt-products-v32::-webkit-scrollbar{display:none}
  .fbt-card-v32{flex:0 0 260px}
  .sticky-product-bar-v32{bottom:12px;grid-template-columns:48px minmax(0,1fr) 112px;padding:8px 9px}
  .sticky-product-bar-v32 img{width:48px;height:48px}
  .sticky-product-bar-v32 strong{font-size:12px}.sticky-product-bar-v32 span{font-size:11px}
  .sticky-product-bar-v32 button{height:40px;font-size:12px}
}
@media(max-width:560px){
  .product-breadcrumb-v32{gap:7px;white-space:nowrap;overflow-x:auto;flex-wrap:nowrap;scrollbar-width:none}
  .product-breadcrumb-v32::-webkit-scrollbar{display:none}
  .product-shell-v32{padding-inline:14px}
  .product-info-v32 h1{font-size:25px}
  .product-price-v32 b{font-size:26px}
  .product-short-v32{font-size:14px}
  .product-purchase-v32{grid-template-columns:auto 1fr;gap:10px;padding-left:14px}
  .product-purchase-v32 .full-add{min-width:0;padding-inline:14px}
  .product-trust-row-v32{gap:3px}
  .product-trust-v32{display:grid;justify-items:center;text-align:center;gap:4px;padding-inline:3px}
  .product-trust-v32 span{justify-items:center}
  .product-trust-v32 b{font-size:9.5px}.product-trust-v32 small{font-size:8px}
  .product-tab-list-v32{gap:20px}
  .product-tab-list-v32 button{font-size:13px}
  .product-tab-panel-v32 dl>div{grid-template-columns:1fr;gap:2px}
  .pairs-card-v32{grid-template-columns:64px minmax(0,1fr) 64px;gap:9px}
  .pairs-image-v32{width:64px;height:64px}.pairs-copy-v32 strong{font-size:12px}.pairs-copy-v32 small{font-size:9px}.pairs-card-v32>button{min-width:64px}
  .fbt-section-v32{padding-inline:14px}
  .fbt-layout-v32{padding:15px}
  .fbt-card-v32{flex-basis:210px}
  .fbt-tier-tabs-v32{gap:7px}.fbt-tier-tabs-v32 button{font-size:12px;padding:8px 10px}
  .sticky-product-bar-v32{grid-template-columns:42px minmax(0,1fr) 104px;width:calc(100vw - 20px)}
  .sticky-product-bar-v32 img{width:42px;height:42px}.sticky-product-bar-v32 strong{font-size:11px}.sticky-product-bar-v32 span{font-size:10px}
}




/* ===== V16.34 final homepage structure and mobile Pet-Lover slider ===== */
.mobile-pet-slider{display:none}

@media (min-width:761px){
  .home-page-v34 main{overflow:hidden}
  .home-page-v34 .section{width:100%;max-width:none;margin:72px 0;padding-left:clamp(28px,3.5vw,72px);padding-right:clamp(28px,3.5vw,72px)}
  .home-page-v34 .section-title{max-width:920px;margin-left:auto;margin-right:auto}
  .home-page-v34 #categories .section-title{text-align:left;max-width:none;margin-left:0;margin-right:0}
  .home-page-v34 .category-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
  .home-page-v34 .cat-card{min-height:clamp(410px,34vw,620px)}
  .home-page-v34 .cat-card img{height:calc(clamp(410px,34vw,620px) - 60px)}
  .home-page-v34 .launch-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
  .home-page-v34 #pet .product-grid,.home-page-v34 #throws .product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
  .home-page-v34 #throws .product-card{max-width:none}
  .home-page-v34 .collection-video-feature{width:100%;max-width:none;min-height:540px;margin:78px 0;border-radius:0}
  .home-page-v34 .collection-video-media,.home-page-v34 .collection-video-media video{min-height:540px}
  .home-page-v34 .editorial-gallery-section{max-width:none}
  .home-page-v34 .editorial-gallery{max-width:none;width:100%;grid-template-columns:minmax(0,1.65fr) minmax(360px,.85fr)}
  .home-page-v34 .editorial-gallery .gallery-main{min-height:620px}
  .home-page-v34 .story-asset{max-width:none;width:100%;margin-left:0;margin-right:0;border-radius:0}
  .home-page-v34 .trust-bar{max-width:none;width:100%;margin-left:0;margin-right:0}
  .home-page-v34 .promise-inner{max-width:1600px}
  .home-page-v34 .home-review-grid,.home-page-v34 .ugc-grid,.home-page-v34 .journal-grid,.home-page-v34 .sitelink-grid{max-width:none}
}

@media (max-width:760px){
  #pet .pet-desktop-grid{display:none!important}
  .mobile-pet-slider{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(264px,84vw);gap:14px;overflow-x:auto;overscroll-behavior-x:contain;padding:2px 8px 14px 0;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#b8ada0 transparent}
  .mobile-pet-slider::-webkit-scrollbar{height:6px}
  .mobile-pet-slider::-webkit-scrollbar-track{background:transparent}
  .mobile-pet-slider::-webkit-scrollbar-thumb{background:#b8ada0;border-radius:999px}
  .mobile-pet-slider .product-card{scroll-snap-align:start;min-width:0;box-shadow:none}
  .mobile-pet-slider .product-card .pc-body h3{min-height:auto}
  .mobile-pet-slider .product-card .discount{bottom:74px}
  #pet .section-title{text-align:left;margin-bottom:18px}
  #pet .section-title h2{font-size:24px}
  #pet .section-title p{font-size:14px;line-height:1.5;color:#5f564f}
  .collection-video-feature{margin:54px 0}
}

@media (max-width:420px){
  .mobile-pet-slider{grid-auto-columns:minmax(250px,86vw);gap:12px}
}

/* ===== V16.35 final interaction and layout repairs ===== */
/* Product media: use the available gallery area without the contain-mode white bands. */
.product-gallery-v32 .product-gallery-stage{aspect-ratio:1/1!important;background:#f3eee7!important;overflow:hidden}
.product-gallery-v32 .product-gallery-main{width:100%;height:100%;overflow:hidden;background:#f3eee7}
.product-gallery-v32 .product-gallery-main img{width:100%;height:100%;object-fit:cover!important;object-position:center center;background:#f3eee7!important}

/* Keep Add to cart and restore a more visible Buy now action. */
.product-purchase-v32{margin-bottom:10px}
.buy-now-v35{display:flex;align-items:center;justify-content:center;width:100%;min-height:48px;margin:0 0 23px;padding:0 22px;border:1px solid #a94f2e;border-radius:999px;background:#bd603a;color:#fff;font-weight:800;font-size:15px;letter-spacing:.01em;cursor:pointer;box-shadow:0 8px 18px rgba(143,67,39,.16);transition:background-color .16s ease,transform .16s ease,box-shadow .16s ease}
.buy-now-v35:hover,.buy-now-v35:focus-visible{background:#a84f31;transform:translateY(-1px);box-shadow:0 10px 22px rgba(143,67,39,.22);outline:none}
.buy-now-v35:disabled,.buy-now-v35[aria-busy="true"]{cursor:not-allowed;opacity:.68;transform:none}

/* Homepage video: hard containment prevents the video element or its frames escaping the split panel. */
.collection-video-feature{overflow:hidden!important;align-items:stretch}
.collection-video-media{position:relative!important;overflow:hidden!important;min-width:0!important;min-height:0!important;background:#e9e2d9}
.collection-video-media video{position:absolute!important;inset:0!important;display:block!important;width:100%!important;height:100%!important;min-width:0!important;min-height:0!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center center!important;background:#e9e2d9}
@media(min-width:961px){.collection-video-feature{min-height:520px}.collection-video-media{min-height:520px!important}}
@media(max-width:960px){.collection-video-media{aspect-ratio:720/438!important}.collection-video-media video{position:absolute!important;aspect-ratio:auto!important}}

/* One 8-SKU Bedsure-style carousel on both desktop and mobile. */
.home-favorites-v35{position:relative}
.home-product-carousel-v35{position:relative;min-width:0}
.home-product-track-v35{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 42px)/4);gap:14px;overflow-x:auto;overflow-y:hidden;padding:2px 1px 14px;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#aaa094 transparent;cursor:grab;user-select:none}
.home-product-track-v35::-webkit-scrollbar{height:6px}
.home-product-track-v35::-webkit-scrollbar-track{background:transparent}
.home-product-track-v35::-webkit-scrollbar-thumb{background:#aaa094;border-radius:99px}
.home-product-track-v35.is-dragging{cursor:grabbing;scroll-snap-type:none;scroll-behavior:auto}
.home-product-track-v35 .product-card{scroll-snap-align:start;min-width:0;user-select:none}
.home-product-track-v35 .product-card img{-webkit-user-drag:none;user-drag:none}
.home-carousel-arrow-v35{position:absolute;top:38%;z-index:4;width:42px;height:42px;border:1px solid #d9d0c6;background:rgba(255,253,248,.96);color:#2e2621;font-size:27px;line-height:1;border-radius:0;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 5px 16px rgba(41,31,24,.10);transition:opacity .16s ease,background-color .16s ease}
.home-carousel-arrow-v35:hover,.home-carousel-arrow-v35:focus-visible{background:#2d241f;color:#fff;outline:none}
.home-carousel-arrow-v35:disabled{opacity:.25;cursor:default;background:rgba(255,253,248,.92);color:#2e2621}
.home-carousel-arrow-v35.is-prev{left:-20px}.home-carousel-arrow-v35.is-next{right:-20px}

/* FBT: clear states and predictable price presentation. */
.fbt-tier-tabs-v32 button[aria-selected="true"]{background:#2d211c;color:#fff}
.fbt-summary-v32 [data-fbt-regular][hidden],.fbt-summary-v32 [data-fbt-badge][hidden]{display:none!important}
.fbt-summary-v32 [data-fbt-add]:disabled{opacity:.48;cursor:not-allowed}

@media(max-width:1050px) and (min-width:761px){
  .home-product-track-v35{grid-auto-columns:calc((100% - 28px)/3)}
}
@media(max-width:760px){
  .product-gallery-v32 .product-gallery-stage{aspect-ratio:1/1!important}
  .buy-now-v35{min-height:46px;margin-bottom:21px;font-size:14px}
  .home-favorites-v35 .section-title{text-align:left;margin-bottom:18px}
  .home-product-track-v35{grid-auto-columns:minmax(260px,86vw);gap:12px;padding-right:10px;scrollbar-width:none;cursor:auto}
  .home-product-track-v35::-webkit-scrollbar{display:none}
  .home-carousel-arrow-v35{display:none}
  .home-product-track-v35 .product-card .pc-body h3{min-height:auto}
}
@media(prefers-reduced-motion:reduce){
  .buy-now-v35,.home-product-track-v35,.home-carousel-arrow-v35{transition:none!important;scroll-behavior:auto!important}
}


/* ========================================================================== 
   Cozeline V16.36 — PC homepage polish, popup repair and interaction QA
   ========================================================================== */

/* 1. Welcome-offer modal: use a real scene image and one non-overlapping copy pane. */
.offer-modal{padding:clamp(18px,3vw,42px)!important}
.offer-panel{
  width:min(960px,calc(100vw - 48px))!important;
  height:min(590px,calc(100vh - 56px))!important;
  max-height:none!important;
  overflow:hidden!important;
  grid-template-columns:minmax(0,46%) minmax(0,54%)!important;
  border-radius:18px!important;
  isolation:isolate;
}
.offer-image{display:block!important;position:relative!important;min-width:0!important;min-height:0!important;overflow:hidden!important;background:#eee7dd!important}
.offer-image::after{display:none!important;content:none!important}
.offer-image img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  object-fit:cover!important;
  object-position:52% center!important;
}
.offer-copy{
  position:relative!important;
  z-index:2!important;
  min-width:0!important;
  overflow:auto!important;
  padding:clamp(42px,5vw,68px) clamp(36px,4.5vw,62px)!important;
  background:#4d4b40!important;
  background-image:none!important;
  justify-content:center!important;
}
.offer-copy .eyebrow{font-size:14px!important;line-height:1.2!important}
.offer-copy h2{font-size:clamp(43px,4.5vw,62px)!important;line-height:.98!important;margin:14px 0 20px!important}
.offer-copy p{font-size:16px!important;line-height:1.62!important;margin:0!important}
.offer-form{gap:11px!important;margin-top:24px!important}
.offer-form>input[type=email],.offer-form>button{height:52px!important;min-height:52px!important;border-radius:10px!important}
.offer-form>input[type=email]{font-size:16px!important;padding:0 16px!important}
.offer-form>button{font-size:15px!important;display:flex!important;align-items:center!important;justify-content:center!important}
.offer-consent{margin-top:1px!important}
.offer-close{right:14px!important;top:12px!important}
@media(max-width:900px){
  .offer-panel{height:min(720px,calc(100vh - 28px))!important;grid-template-columns:1fr!important;grid-template-rows:minmax(180px,34%) minmax(0,66%)!important}
  .offer-image{display:block!important}
  .offer-image img{object-position:center 44%!important}
  .offer-copy{padding:30px 24px 26px!important}
  .offer-copy h2{font-size:clamp(34px,9vw,46px)!important}
}
@media(max-width:560px){
  .offer-modal{padding:9px!important}
  .offer-panel{width:100%!important;height:min(760px,calc(100vh - 18px))!important;grid-template-rows:190px minmax(0,1fr)!important;border-radius:15px!important}
  .offer-copy{padding:26px 18px 22px!important}
  .offer-copy p{font-size:14px!important;line-height:1.5!important}
  .offer-form{margin-top:17px!important}
  .offer-form>input[type=email],.offer-form>button{height:50px!important;min-height:50px!important}
}

/* 2. Collection video: always fill the media panel; no pillarbox/side whitespace. */
.collection-video-feature{overflow:hidden!important;align-items:stretch!important}
.collection-video-media{position:relative!important;min-width:0!important;min-height:0!important;overflow:hidden!important;background:#dcd4c9!important}
.collection-video-media video{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center center!important;
  background:#dcd4c9!important;
}
@media(max-width:960px){
  .collection-video-media{aspect-ratio:720/438!important;min-height:0!important}
  .collection-video-media video{position:absolute!important}
}

/* 3. Review and customer-photo sections: larger, less flattened visual rhythm. */
.home-reviews{padding-top:28px!important;padding-bottom:30px!important}
.home-review-grid{gap:26px!important}
.home-review-card{
  min-height:270px!important;
  padding:32px 32px 30px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
}
.home-review-card h3{font-size:27px!important;line-height:1.18!important;margin:12px 0 14px!important}
.home-review-card p{font-size:16px!important;line-height:1.72!important;margin:0 0 20px!important}
.home-review-card span{margin-top:auto!important;font-size:14px!important}
.ugc-section{max-width:1680px!important}
.ugc-grid{grid-auto-rows:300px!important;gap:15px!important}
.ugc-card{border-radius:15px!important}
.ugc-card img{object-position:center center!important}
.ugc-card span{font-size:15px!important;bottom:16px!important}
@media(max-width:1200px){.ugc-grid{grid-auto-rows:265px!important}}
@media(max-width:760px){
  .home-review-card{min-height:0!important;padding:25px 22px!important}
  .ugc-card,.ugc-tall,.ugc-wide{height:440px!important}
}

/* 4. Publication-logo marquee: clearer and more prominent logos. */
.outbound-logo-marquee{padding:24px 0!important}
.outbound-logo-group{gap:56px!important;padding-right:56px!important}
.outbound-logo-group a{width:248px!important;height:94px!important;padding:9px 12px!important}
.outbound-logo-group img{opacity:.96!important;transform:scale(1.04)}
@media(max-width:1050px){
  .outbound-logo-group{gap:34px!important;padding-right:34px!important}
  .outbound-logo-group a{width:190px!important;height:72px!important}
}
@media(max-width:760px){
  .outbound-logo-group{gap:22px!important;padding-right:22px!important}
  .outbound-logo-group a{width:160px!important;height:62px!important;padding:5px 7px!important}
}

/* 5–6. Journal: preserve source composition and add restrained premium motion. */
.journal-grid{align-items:stretch!important;gap:26px!important}
.journal-card{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  overflow:hidden!important;
  transition:transform .34s cubic-bezier(.22,.61,.36,1),box-shadow .34s ease,border-color .34s ease!important;
}
.journal-card::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(115deg,transparent 30%,rgba(255,255,255,.26) 48%,transparent 66%);
  transform:translateX(-130%);
  transition:transform .72s ease;
}
.journal-card:hover,.journal-card:focus-within{transform:translateY(-7px)!important;box-shadow:0 22px 42px rgba(43,34,27,.13)!important;border-color:#ddd2c5!important}
.journal-card:hover::after,.journal-card:focus-within::after{transform:translateX(130%)}
.journal-thumb{display:block!important;position:relative!important;width:100%!important;aspect-ratio:3/2!important;overflow:hidden!important;background:#eee9e1!important}
.journal-thumb img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  transition:transform .65s cubic-bezier(.22,.61,.36,1),filter .45s ease!important;
}
.journal-card:hover .journal-thumb img,.journal-card:focus-within .journal-thumb img{transform:scale(1.025)!important;filter:saturate(1.04) contrast(1.02)}
.journal-body{flex:1!important}
.journal-section .journal-card:nth-child(1).reveal-ready{transition-delay:.03s}
.journal-section .journal-card:nth-child(2).reveal-ready{transition-delay:.11s}
.journal-section .journal-card:nth-child(3).reveal-ready{transition-delay:.19s}
@media(prefers-reduced-motion:reduce){
  .journal-card,.journal-card::after,.journal-thumb img{transition:none!important;transform:none!important}
}
@media(max-width:760px){
  .journal-thumb{aspect-ratio:3/2!important}
  .journal-thumb img{height:100%!important}
  .journal-card:hover,.journal-card:focus-within{transform:none!important}
}

/* 7. Homepage hotspots: desktop hover/focus reveals a black-text link; mobile still supports click. */
.gallery-hotspot .hotspot-label{color:#111!important;background:rgba(255,255,255,.97)!important;font-weight:700!important}
.gallery-hotspot:hover .hotspot-label,.gallery-hotspot:focus-within .hotspot-label,.gallery-hotspot.is-open .hotspot-label{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:translateX(0) scale(1)!important;
}
.gallery-hotspot .hotspot-label:hover,.gallery-hotspot .hotspot-label:focus-visible{color:#000!important;background:#fff!important;outline:2px solid rgba(20,18,16,.24)!important;outline-offset:2px!important}
@media(hover:hover) and (pointer:fine){
  .gallery-hotspot:hover .hotspot-dot{transform:scale(1.08)!important;background:rgba(255,255,255,.38)!important}
}
@media(max-width:560px){.offer-copy{justify-content:flex-start!important}}


/* ========================================================================== 
   Cozeline V16.38 — final homepage reviews, offer, launch and outbound polish
   ========================================================================== */

/* 1–3. Customer-photo review area: centered, balanced and clearly rated. */
.home-page-v34 .ugc-section{
  width:min(1500px,calc(100% - 48px))!important;
  max-width:1500px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
}
.home-page-v34 .ugc-grid{
  width:min(1380px,100%)!important;
  max-width:1380px!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  grid-auto-rows:auto!important;
  gap:18px!important;
}
.home-page-v34 .ugc-card,
.home-page-v34 .ugc-tall,
.home-page-v34 .ugc-wide{
  grid-column:auto!important;
  grid-row:auto!important;
  width:100%!important;
  height:auto!important;
  aspect-ratio:4/3!important;
  min-height:0!important;
  border-radius:15px!important;
  background:#e9e3da!important;
}
.home-page-v34 .ugc-card img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
}
.home-page-v34 .ugc-card::after{
  inset:48% 0 0!important;
  background:linear-gradient(transparent,rgba(0,0,0,.78))!important;
}
.home-page-v34 .ugc-card-meta{
  position:absolute;
  z-index:3;
  left:16px;
  right:16px;
  bottom:14px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:14px;
  color:#fff;
  pointer-events:none;
}
.home-page-v34 .ugc-card-title{
  position:static!important;
  inset:auto!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:800!important;
  line-height:1.25!important;
  margin:0!important;
}
.home-page-v34 .ugc-card-stars{
  position:static!important;
  inset:auto!important;
  flex:0 0 auto;
  color:#ffd35a!important;
  font-size:15px!important;
  line-height:1!important;
  letter-spacing:.06em;
  margin:0!important;
  text-shadow:0 1px 3px rgba(0,0,0,.32);
}
.home-page-v34 .ugc-actions a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  min-height:48px!important;
  line-height:1.15!important;
}
@media(max-width:980px){
  .home-page-v34 .ugc-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:760px){
  .home-page-v34 .ugc-section{width:100%!important;padding-left:12px!important;padding-right:12px!important}
  .home-page-v34 .ugc-grid{
    display:flex!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    gap:12px!important;
    overflow-x:auto!important;
    scroll-snap-type:x mandatory!important;
    padding:0 1px 10px!important;
    scrollbar-width:none!important;
  }
  .home-page-v34 .ugc-grid::-webkit-scrollbar{display:none!important}
  .home-page-v34 .ugc-card,
  .home-page-v34 .ugc-tall,
  .home-page-v34 .ugc-wide{
    flex:0 0 82vw!important;
    width:82vw!important;
    height:auto!important;
    aspect-ratio:4/5!important;
    scroll-snap-align:center!important;
  }
  .home-page-v34 .ugc-card-meta{left:14px;right:14px;bottom:13px;gap:8px}
  .home-page-v34 .ugc-card-title{font-size:13px!important}
  .home-page-v34 .ugc-card-stars{font-size:13px!important}
  .home-page-v34 .ugc-actions{grid-template-columns:1fr 1fr!important;gap:10px!important;width:100%!important}
  .home-page-v34 .ugc-actions a{width:100%!important;min-width:0!important;padding:12px 8px!important;white-space:normal!important}
}

/* 4. Exclusive Summer Launch is intentionally distinct from Shop by Category. */
#new-launch .launch-grid .product-card{min-width:0}

/* 5. Mobile Pet-Lover cards: remove low-priority cover-only labels to show the full card. */
@media(max-width:760px){
  #pet .home-product-track-v35 .card-tags,
  #pet .home-product-track-v35 .quick-note{display:none!important}
  #pet .home-product-track-v35 .pc-body{gap:8px!important}
}

/* 6 & 8. Welcome offer: larger desktop panel with a soft image-to-copy transition. */
.offer-panel{
  width:min(1060px,calc(100vw - 48px))!important;
  height:min(620px,calc(100vh - 54px))!important;
  grid-template-columns:minmax(0,47%) minmax(0,53%)!important;
}
.offer-image::after{
  display:block!important;
  content:""!important;
  position:absolute!important;
  z-index:2!important;
  top:0!important;
  right:-1px!important;
  bottom:0!important;
  width:112px!important;
  pointer-events:none!important;
  background:linear-gradient(90deg,rgba(77,75,64,0),rgba(77,75,64,.32) 42%,#4d4b40 100%)!important;
}
.offer-copy{padding:clamp(44px,4.5vw,66px) clamp(38px,4.3vw,60px)!important}
.offer-tab{
  min-width:44px!important;
  min-height:112px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:visible!important;
}
.offer-tab span{
  display:block!important;
  white-space:nowrap!important;
  line-height:1!important;
  letter-spacing:.1em!important;
}
@media(max-width:760px){
  .offer-modal{padding:12px!important}
  .offer-panel{
    width:min(390px,calc(100vw - 24px))!important;
    height:auto!important;
    max-height:82vh!important;
    display:block!important;
    border-radius:16px!important;
    overflow:auto!important;
  }
  .offer-image{display:none!important}
  .offer-image::after{display:none!important}
  .offer-copy{
    min-height:0!important;
    overflow:visible!important;
    padding:30px 20px 24px!important;
    justify-content:flex-start!important;
  }
  .offer-copy h2{font-size:clamp(34px,10vw,43px)!important;line-height:1!important;margin:10px 0 15px!important}
  .offer-copy p{font-size:14px!important;line-height:1.48!important}
  .offer-form{margin-top:17px!important;gap:10px!important}
  .offer-form>input[type=email],.offer-form>button{height:50px!important;min-height:50px!important;width:100%!important}
  .offer-form>button{padding:0 12px!important;font-size:14px!important;white-space:normal!important;line-height:1.15!important}
  .offer-consent{font-size:11px!important;line-height:1.35!important}
  .offer-tab{right:0!important;bottom:118px!important;min-width:43px!important;min-height:116px!important;padding:11px 8px!important}
  .offer-tab span{font-size:14px!important}
}

/* 7. Compact mobile cookie notice. */
@media(max-width:760px){
  .cookie-pop{left:12px!important;right:12px!important;bottom:12px!important;width:auto!important;max-width:none!important}
  .cookie-card{padding:14px 15px 13px!important;border-radius:14px!important;max-height:58vh!important;overflow:auto!important}
  .cookie-card .eyebrow{font-size:11px!important}
  .cookie-card h3{font-size:18px!important;line-height:1.18!important;margin:5px 28px 7px 0!important}
  .cookie-card p{font-size:12px!important;line-height:1.42!important;margin:0 0 11px!important}
  .cookie-actions-compact{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important}
  .cookie-actions-compact button{min-height:38px!important;padding:7px 5px!important;font-size:11px!important;line-height:1.15!important}
  .cookie-close{width:30px!important;height:30px!important;right:8px!important;top:7px!important}
}
@media(max-width:390px){
  .cookie-actions-compact{grid-template-columns:1fr!important}
  .cookie-actions-compact button{min-height:36px!important}
}

/* 9. Publication logos sit naturally on the page, without a boxed strip. */
.outbound-logo-section{
  background:transparent!important;
  padding-top:8px!important;
  padding-bottom:18px!important;
}
.outbound-logo-marquee{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:18px 0!important;
}
.outbound-logo-group{gap:64px!important;padding-right:64px!important}
.outbound-logo-group a{
  width:276px!important;
  height:96px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.outbound-logo-group a:hover,.outbound-logo-group a:focus-visible{
  background:transparent!important;
  opacity:.68!important;
}
.outbound-logo-group img{width:100%!important;height:100%!important;object-fit:contain!important;transform:scale(1.08)!important}
@media(max-width:1050px){
  .outbound-logo-group{gap:42px!important;padding-right:42px!important}
  .outbound-logo-group a{width:220px!important;height:80px!important}
}
@media(max-width:760px){
  .outbound-logo-section{padding-left:0!important;padding-right:0!important}
  .outbound-logo-marquee{padding:12px 0!important}
  .outbound-logo-group{gap:28px!important;padding-right:28px!important}
  .outbound-logo-group a{width:190px!important;height:68px!important;padding:0!important}
  .outbound-logo-group img{transform:scale(1.1)!important}
}

/* Mobile offer tab final fit: keep the complete “15% OFF” label visible. */
@media(max-width:760px){
  .offer-tab{min-height:132px!important;padding:10px 8px!important}
  .offer-tab span{font-size:13px!important;letter-spacing:.08em!important}
}


/* V16.39 Google Ads + mobile homepage card refinement */
@media (max-width:760px){
  .home-page-v34 .product-card .card-tags,
  .home-page-v34 .product-card .quick-note,
  .home-page-v34 .product-card .no-review{display:none!important}
  .home-page-v34 .product-card .pc-body{gap:8px}
}

/* ===== V16.40 targeted interaction repairs ===== */
.hero-slide{pointer-events:none}
.hero-slide.is-active{pointer-events:auto}
.home-product-track-v35 .product-card{cursor:pointer}
.home-product-track-v35.is-dragging,.home-product-track-v35.is-dragging *{cursor:grabbing!important;user-select:none!important}
.collection-video-copy{cursor:default}
.collection-video-copy:hover .collection-video-cta{background:transparent!important;color:#2d251f!important;transform:none!important}
.collection-video-cta:hover,.collection-video-cta:focus-visible{background:#2d251f!important;color:#fff!important;transform:translateY(-1px)!important}
.collection-video-copy:focus-visible{outline:0!important}
.collection-video-cta:focus-visible{outline:2px solid #8d8177;outline-offset:3px}
@media(max-width:760px){
  .offer-tab{top:auto!important;right:0!important;bottom:132px!important;width:36px!important;min-width:36px!important;max-width:36px!important;height:96px!important;min-height:96px!important;max-height:96px!important;padding:7px 5px!important;border-radius:8px 0 0 8px!important;box-shadow:0 8px 20px rgba(34,27,22,.17)!important;overflow:hidden!important}
  .offer-tab span{font-size:11px!important;line-height:1!important;letter-spacing:.07em!important;white-space:nowrap!important}
}
@media(max-width:390px){
  .offer-tab{bottom:120px!important;width:34px!important;min-width:34px!important;max-width:34px!important;height:92px!important;min-height:92px!important;max-height:92px!important}
  .offer-tab span{font-size:10.5px!important}
}

/* V16.40 interaction specificity correction: CTA changes only when the CTA itself is hovered/focused. */
.collection-video-copy .collection-video-cta:hover,
.collection-video-copy .collection-video-cta:focus-visible{
  background:#2d251f!important;
  color:#fff!important;
  transform:translateY(-1px)!important;
}

/* V16.41 mobile welcome-offer tab position refinement */
@media (max-width:760px){
  .offer-tab{
    top:auto!important;
    right:0!important;
    bottom:218px!important;
    width:29px!important;
    min-width:29px!important;
    max-width:29px!important;
    height:84px!important;
    min-height:84px!important;
    max-height:84px!important;
    padding:6px 3px!important;
    border-radius:7px 0 0 7px!important;
    box-shadow:0 7px 16px rgba(34,27,22,.14)!important;
    overflow:hidden!important;
  }
  .offer-tab span{
    font-size:10px!important;
    line-height:1!important;
    letter-spacing:.055em!important;
    white-space:nowrap!important;
  }
}
@media (max-width:380px){
  .offer-tab{
    bottom:204px!important;
    width:27px!important;
    min-width:27px!important;
    max-width:27px!important;
    height:80px!important;
    min-height:80px!important;
    max-height:80px!important;
  }
  .offer-tab span{font-size:9.5px!important}
}

/* V16.45 live integrations */
[data-form-status],[data-track-status]{display:block;margin:.65rem 0 0;font-size:.86rem;line-height:1.45;color:#5d574f}
[data-form-status][data-tone="success"],[data-track-status][data-tone="success"]{color:#315f42}
[data-form-status][data-tone="error"],[data-track-status][data-tone="error"]{color:#9d2f2f}
.tracking-result{display:grid;gap:.35rem;margin-top:.8rem;padding:1rem;border:1px solid rgba(48,39,31,.16);border-radius:12px;background:rgba(255,255,255,.72)}
.tracking-result>strong{font-size:1rem;color:#211c18}.tracking-result>span,.tracking-result>small{color:#6d665f}.tracking-result ol{display:grid;gap:.7rem;margin:.5rem 0 0;padding:0;list-style:none}.tracking-result li{display:grid;gap:.15rem;padding-top:.65rem;border-top:1px solid rgba(48,39,31,.12)}

/* V16.46 social links and linked account polish */
.footer-socials a.social-link{cursor:pointer;text-decoration:none}
.footer-socials .social-instagram svg path,.footer-socials .social-tiktok svg path,.footer-socials .social-facebook svg path,.footer-socials .social-youtube svg path{fill:currentColor;stroke:none}
.icon-btn.account{color:inherit;text-decoration:none}

/* ===== V16.56 main-site parity and intrinsic image stability ===== */
/* The V16.53/V16.54 drawer and video overrides were removed.
   The original main-site rules now control desktop, tablet, mobile and video layout. */
img{height:auto}

/* ===== V16.56 final global drawer parity and mobile video fallback ===== */
/* These rules are intentionally global so the home page, products, collections,
   journal and service pages render the exact same drawer. */
.side-drawer{
  width:min(410px,92vw)!important;
  padding:22px!important;
}
.range-title{font-size:26px!important;margin:38px 0 28px!important;line-height:1.15!important}
.drawer-tabs{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:8px!important;
  margin-bottom:28px!important;
  text-align:center!important;
}
.drawer-range{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  width:100%!important;
  margin:0 0 30px!important;
  text-align:center!important;
  align-items:start!important;
}
.drawer-range>a{display:grid!important;grid-template-rows:auto auto!important;gap:8px!important;min-width:0!important;align-content:start!important}
.drawer-range img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  aspect-ratio:1/1!important;
  object-fit:cover!important;
  object-position:center!important;
  margin:0!important;
}
.drawer-range span{display:block!important;min-width:0!important;line-height:1.25!important;overflow-wrap:anywhere!important}
@media(max-width:460px){
  .side-drawer{width:min(92vw,410px)!important;padding:22px 18px 28px!important}
  .range-title{font-size:26px!important;margin:38px 0 28px!important}
  .drawer-tabs{gap:12px!important;margin-bottom:28px!important}
  .drawer-range{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px 12px!important}
  .drawer-range>a:nth-child(3){grid-column:1!important;justify-self:stretch!important;width:100%!important}
}
@media(min-width:461px){
  .drawer-range>a:nth-child(3){grid-column:auto!important;justify-self:stretch!important;width:auto!important}
}

/* The poster remains visible while Safari is deciding whether playback is allowed.
   It fades away only after the first real playing event, preventing a black frame
   or a native play glyph from breaking the section layout. */
.collection-video-media{isolation:isolate!important}
.collection-video-media video{z-index:1!important;transition:opacity .22s ease!important}
.collection-video-poster{
  position:absolute!important;
  inset:0!important;
  z-index:2!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  opacity:1!important;
  pointer-events:none!important;
  transition:opacity .24s ease!important;
}
.collection-video-media.is-playing .collection-video-poster{opacity:0!important;visibility:hidden!important}
.collection-video-media.is-playing video{opacity:1!important}
@media(prefers-reduced-motion:reduce){
  .collection-video-media video{display:none!important}
  .collection-video-poster{opacity:1!important;visibility:visible!important}
}

/* V16.57 Commerce integration */
[data-form-status],[data-track-status]{display:block;margin-top:14px;font-size:14px;line-height:1.5}
[data-form-status][data-tone="success"],[data-track-status][data-tone="success"]{color:#225d3c}
[data-form-status][data-tone="error"],[data-track-status][data-tone="error"]{color:#8a3232}
.order-status-result{margin-top:18px;border:1px solid #ddd5c9;background:#fff;border-radius:14px;overflow:hidden;text-align:left}
.order-status-result>header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px 22px;background:#262320;color:#fff}
.order-status-result>header span{display:block;font-size:11px;letter-spacing:.12em;text-transform:uppercase;opacity:.72}.order-status-result>header h3{margin:5px 0 0;font-size:24px}.order-status-result>header>b{font-size:19px}
.order-status-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#e5dfd5;border-bottom:1px solid #e5dfd5}.order-status-grid>div{background:#faf8f3;padding:14px 18px}.order-status-grid small{display:block;color:#756f67;margin-bottom:5px}.order-status-grid strong{font-size:14px}
.order-items{list-style:none;margin:0;padding:10px 22px}.order-items li{display:grid;grid-template-columns:58px 1fr auto;align-items:center;gap:14px;padding:12px 0;border-bottom:1px solid #eee9e1}.order-items img{width:58px;height:58px;object-fit:cover;border-radius:7px}.order-items span{display:grid;gap:4px}.order-items small{color:#756f67}
.order-shipment{margin:0 22px 18px;padding:18px;border:1px solid #e4ded5;border-radius:10px;background:#fbfaf7}.order-shipment h4{margin:0 0 8px}.tracking-code{display:flex;justify-content:space-between;gap:14px;padding:10px 0;border-top:1px solid #ece6dc}.tracking-code a{text-decoration:underline}.tracking-timeline{list-style:none;margin:12px 0 0;padding:0}.tracking-timeline li{position:relative;padding:0 0 16px 22px;border-left:1px solid #cfc6b9}.tracking-timeline li:before{content:"";position:absolute;left:-5px;top:3px;width:9px;height:9px;border-radius:50%;background:#222}.tracking-timeline li:last-child{padding-bottom:0}.tracking-timeline span,.tracking-timeline small{display:block;margin-top:3px;color:#6f685f}
.order-status-result>.cta-wide{margin:0 22px 22px;width:calc(100% - 44px)}
.shopify-journal-live[hidden]{display:none}.shopify-journal-live{margin-top:28px}.shopify-journal-live-title{margin:0 0 16px}.shopify-journal-live .journal-feature-grid{margin-top:0}
@media(max-width:620px){.order-status-result>header{display:block}.order-status-result>header>b{display:block;margin-top:8px}.order-status-grid{grid-template-columns:1fr}.order-items{padding:8px 14px}.order-items li{grid-template-columns:48px 1fr auto;gap:10px}.order-items img{width:48px;height:48px}.order-shipment{margin:0 14px 14px;padding:14px}.tracking-code{display:block}.tracking-code a{display:block;margin-top:6px}.order-status-result>.cta-wide{margin:0 14px 14px;width:calc(100% - 28px)}}


/* V16.58 reported-issue repair: welcome status, launch recovery, larger signature video. */
.offer-form [data-form-status]{min-height:22px;margin:8px 0 0!important;padding:0!important;font-size:13px!important;line-height:1.45!important}
.offer-form [data-form-status][data-tone="error"]{color:#fff1a8!important}
.offer-form [data-form-status][data-tone="success"]{color:#fff6bf!important}
.launch-grid:empty::before{content:"New designs are loading.";grid-column:1/-1;display:block;padding:38px;text-align:center;border:1px solid #ded7cc;background:#faf8f3;color:#60584f}
@media(min-width:1201px){
  .home-page-v34 .collection-video-feature{grid-template-columns:minmax(430px,.72fr) minmax(0,1.28fr)!important;min-height:640px!important}
  .home-page-v34 .collection-video-media{min-height:640px!important;aspect-ratio:auto!important}
  .home-page-v34 .collection-video-media video,.home-page-v34 .collection-video-poster{object-fit:cover!important;object-position:center center!important}
}
@media(min-width:961px) and (max-width:1200px){
  .home-page-v34 .collection-video-feature{grid-template-columns:minmax(390px,.86fr) minmax(0,1.14fr)!important;min-height:560px!important}
  .home-page-v34 .collection-video-media{min-height:560px!important;aspect-ratio:auto!important}
}
@media(max-width:960px){
  .home-page-v34 .collection-video-media{width:100%!important;min-height:clamp(280px,62vw,460px)!important;aspect-ratio:auto!important}
  .home-page-v34 .collection-video-media video,.home-page-v34 .collection-video-poster{object-fit:cover!important;object-position:center center!important}
}


/* ===== V16.59 cart, welcome-offer and source-ratio video verification ===== */
.collection-video-feature{
  min-height:0!important;
  align-items:stretch!important;
  overflow:hidden!important;
}
.collection-video-media{
  position:relative!important;
  min-width:0!important;
  min-height:0!important;
  aspect-ratio:720/438!important;
  align-self:center!important;
  overflow:hidden!important;
  background:#e9e2d9!important;
}
.collection-video-media video,
.collection-video-media .collection-video-poster{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  min-height:0!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
  background:#e9e2d9!important;
}
@media(min-width:1101px){
  .home-page-v34 .collection-video-feature{
    grid-template-columns:minmax(430px,.78fr) minmax(0,1.22fr)!important;
    min-height:0!important;
  }
  .home-page-v34 .collection-video-copy{padding:clamp(48px,4.2vw,74px) clamp(42px,5vw,82px)!important}
  .home-page-v34 .collection-video-media{min-height:0!important;aspect-ratio:720/438!important}
}
@media(max-width:1100px){
  .home-page-v34 .collection-video-feature{grid-template-columns:1fr!important;min-height:0!important}
  .home-page-v34 .collection-video-media{width:100%!important;min-height:0!important;aspect-ratio:720/438!important}
}
.welcome-offer-result{
  display:grid!important;
  gap:9px!important;
  margin-top:14px!important;
  padding:13px 14px!important;
  border:1px solid rgba(72,95,66,.28)!important;
  border-radius:10px!important;
  background:#f7fbf5!important;
  color:#244b32!important;
  text-align:left!important;
}
.welcome-result-title{font-weight:700!important;line-height:1.35!important}
.welcome-result-code{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding:10px 11px!important;border:1px dashed #8fa185!important;border-radius:8px!important;background:#fff!important}
.welcome-result-code strong{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace!important;font-size:15px!important;letter-spacing:.04em!important;overflow-wrap:anywhere!important}
.welcome-result-code button{flex:0 0 auto!important;border:1px solid #3f5f47!important;border-radius:999px!important;background:#fff!important;color:#294832!important;padding:7px 12px!important;font-size:12px!important;font-weight:700!important;cursor:pointer!important}
.welcome-result-code button[data-copied="true"]{background:#294832!important;color:#fff!important}
.welcome-result-note{font-size:12px!important;line-height:1.45!important;color:#536c59!important}
.welcome-result-actions{display:flex!important;gap:10px!important;flex-wrap:wrap!important}
.welcome-result-actions a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:34px!important;padding:0 13px!important;border-radius:999px!important;background:#27231f!important;color:#fff!important;font-size:12px!important;font-weight:700!important}
.offer-form .welcome-offer-result{background:rgba(255,255,255,.11)!important;border-color:rgba(255,255,255,.35)!important;color:#fff!important}
.offer-form .welcome-result-code{background:rgba(255,255,255,.95)!important;color:#2f352e!important}
.offer-form .welcome-result-note{color:#fff6cf!important}
.offer-form .welcome-result-actions a{background:#fff08a!important;color:#4d3820!important}
.cart-status[data-tone="error"]{overflow-wrap:anywhere}
/* V16.59 specificity lock: overrides the earlier V16.58 cover rules on every viewport. */
.home-page-v34 .collection-video-media video,
.home-page-v34 .collection-video-media .collection-video-poster{
  object-fit:contain!important;
  object-position:center center!important;
}


/* ===== V16.61 canonical global navigation parity =====
   One drawer geometry for Home + every internal route.  This block MUST remain
   last so legacy responsive rules cannot switch internal/mobile pages to 2+1. */
.menu-shell .side-drawer{
  width:min(410px,92vw)!important;
  padding:22px!important;
}
.menu-shell .range-title{font-size:26px!important;margin:38px 0 28px!important;line-height:1.15!important}
.menu-shell .drawer-tabs{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:8px!important;
  margin-bottom:28px!important;
  text-align:center!important;
}
.menu-shell .drawer-range{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  width:100%!important;
  margin:0 0 30px!important;
  text-align:center!important;
  align-items:start!important;
}
.menu-shell .drawer-range>a,
.menu-shell .drawer-range>a:nth-child(3){
  display:grid!important;
  grid-template-rows:auto auto!important;
  grid-column:auto!important;
  gap:8px!important;
  width:auto!important;
  min-width:0!important;
  justify-self:stretch!important;
  align-content:start!important;
}
.menu-shell .drawer-range img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  aspect-ratio:1/1!important;
  object-fit:cover!important;
  object-position:center!important;
  margin:0!important;
}
.menu-shell .drawer-range span{display:block!important;min-width:0!important;line-height:1.25!important;overflow-wrap:anywhere!important}
@media(max-width:460px){
  .menu-shell .side-drawer{width:min(92vw,410px)!important;padding:22px 18px 28px!important}
  .menu-shell .drawer-tabs{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}
  .menu-shell .drawer-range{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important}
  .menu-shell .drawer-range span{font-size:10.5px!important;letter-spacing:0!important}
}


/* ===== V16.62 iOS autoplay resilience ===== */
.collection-video-fallback{position:absolute!important;inset:0!important;z-index:2!important;display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;background:#e9e2d9!important;transition:opacity .18s ease!important}
@media(max-width:960px){
  .home-page-v34 .collection-video-media.is-autoplay-pending .collection-video-fallback,
  .home-page-v34 .collection-video-media.is-autoplay-blocked .collection-video-fallback{opacity:1!important;visibility:visible!important}
  .home-page-v34 .collection-video-media.is-autoplay-pending .collection-video-poster,
  .home-page-v34 .collection-video-media.is-autoplay-blocked .collection-video-poster{opacity:0!important;visibility:hidden!important}
  .home-page-v34 .collection-video-media.is-playing .collection-video-fallback{opacity:0!important;visibility:hidden!important}
}
@media(prefers-reduced-motion:reduce){.collection-video-fallback{display:none!important}.collection-video-media .collection-video-poster{opacity:1!important;visibility:visible!important}}
