:root{
  --ink:#1a1814;--bone:#f7f4ee;--storefront-bg:#fffdf5;--champagne:#c8a96a;--champagne-dim:#a98c52;
  --stone:#8c857a;--line:#e3ddd2;--white:#ffffff;
  --sale:#9a3b32;
  --shadow:0 18px 44px -24px rgba(26,24,20,.3);
  --shadow-sm:0 6px 20px -12px rgba(26,24,20,.25);
  --serif:'Fraunces',Georgia,serif;--sans:'Outfit',system-ui,sans-serif;
  --ease:cubic-bezier(.22,.61,.36,1);
  --page-gutter:clamp(20px,4vw,72px);
  --page-gutter-compact:clamp(12px,1.5vw,20px);
  --content-max-standard:1280px;
  --content-max-wide:1480px;
  --content-max-narrow:760px;
  --content-max-form:520px;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:var(--sans);color:var(--ink);background:var(--storefront-bg);line-height:1.5;font-weight:300;-webkit-font-smoothing:antialiased;overflow-x:hidden}
body.drawer-lock,body.mobile-nav-lock{overflow:hidden}
[x-cloak]{display:none!important}
h1,h2,h3{font-family:var(--serif);font-weight:300;line-height:1.08;letter-spacing:-.01em}
a{color:inherit;text-decoration:none}
img{display:block;width:100%;height:100%;object-fit:cover}
.wrap{width:100%;max-width:100%;margin:0;padding:0 var(--page-gutter)}
.eyebrow{font-size:.7rem;font-weight:400;letter-spacing:.26em;text-transform:uppercase;color:var(--champagne-dim)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.6em;font-size:.78rem;font-weight:400;letter-spacing:.16em;text-transform:uppercase;padding:1em 2.2em;border:1px solid var(--ink);background:var(--ink);color:var(--bone);transition:all .45s var(--ease);cursor:pointer}
.btn:hover{background:transparent;color:var(--ink)}
.btn--light{border-color:var(--bone);background:var(--bone);color:var(--ink)}
.btn--light:hover{background:transparent;color:var(--bone)}

/* shared page hero */
.page-head{padding:clamp(3rem,7vw,5.5rem) 0 clamp(2.5rem,5vw,3.5rem);text-align:center;border-bottom:1px solid var(--line)}
.storefront-page--inner{--inner-page-head-top:clamp(1.5rem,3.5vw,2.75rem);--inner-inline-top:.7rem;--inner-checkout-top:clamp(.75rem,1.5vw,1.25rem);--inner-section-top:clamp(1.4rem,2.5vw,2.1rem);--inner-confirm-top:clamp(1.5rem,3vw,2.5rem)}
.storefront-page--inner .page-head{padding-top:var(--inner-page-head-top)}
.storefront-page--inner > .wrap:first-of-type > .crumbs{padding-top:var(--inner-inline-top)}
.storefront-page--inner .checkout{padding-top:var(--inner-checkout-top)}
.storefront-page--inner > .section:first-of-type{padding-top:var(--inner-section-top)}
.storefront-page--inner .confirm{padding-top:var(--inner-confirm-top)}
.crumbs{font-size:.74rem;letter-spacing:.16em;text-transform:uppercase;color:var(--stone);margin-bottom:1.6rem}
.crumbs a{color:var(--stone);transition:color .3s}
.crumbs a:hover{color:var(--champagne-dim)}
.crumbs span{color:var(--ink);margin:0 .6em;opacity:.4}
.page-head h1{font-size:clamp(2.6rem,5.4vw,4.2rem);margin-bottom:1rem}
.page-head h1 em{font-style:italic;color:var(--champagne-dim)}
.page-head p{color:var(--stone);font-size:1.04rem;max-width:440px;margin:0 auto}

/* announcement */
.announce{background:var(--ink);color:var(--bone);font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;text-align:center;padding:.65em 28px}
.announce span{opacity:.85}

/* header */
.header{position:sticky;top:0;z-index:50;background:rgba(255,253,245,.9);backdrop-filter:blur(14px)}
.nav{display:grid;grid-template-columns:minmax(150px,1fr) auto minmax(150px,1fr);align-items:center;height:72px;gap:1.75rem}
.logo{font-family:var(--serif);font-size:1.7rem;letter-spacing:.04em;white-space:nowrap}
.logo b{font-weight:500}
.brand-logo{display:inline-flex;align-items:center;justify-content:flex-start;width:auto;line-height:1}
.brand-logo img{display:block;width:auto;height:100%;object-fit:contain}
.header .brand-logo{width:290px;height:auto;max-height:68px}
.header .brand-logo img{width:100%;height:auto;max-height:68px}
.nav-menu{display:flex;align-items:center;justify-content:center;gap:2.1rem;margin:0;min-width:0}
.nav-menu a{font-size:.88rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--ink);transition:color .2s ease,font-weight .2s ease;position:relative;padding:.55em 0 .7em;line-height:1}
.nav-menu a::after{content:"";position:absolute;left:0;right:0;bottom:.25em;height:1px;background:var(--champagne);transform:scaleX(0);transform-origin:center;transition:transform .2s ease,height .2s ease}
.nav-menu a:hover,.nav-menu a.active{color:var(--champagne-dim);font-weight:600}
.nav-menu a:hover::after,.nav-menu a.active::after{transform:scaleX(1)}
.nav-menu a.active::after{height:2px}
.desktop-nav-links{display:contents}
.mobile-nav-scroll{display:none}
.header .search{display:none!important}
.search{flex:1;max-width:520px;position:relative;display:flex;align-items:center}
.search input{width:100%;border:1px solid var(--line);background:var(--white);padding:.8em 1em .8em 2.8em;font-family:var(--sans);font-size:.9rem;font-weight:300;color:var(--ink);outline:none;transition:border-color .3s}
.search input:focus{border-color:var(--champagne)}
.search input::placeholder{color:var(--stone)}
.search svg{position:absolute;left:1em;width:17px;height:17px;stroke:var(--stone);fill:none;stroke-width:1.4}
.nav-icons{display:flex;gap:1.15rem;align-items:center;justify-content:flex-end;min-width:0}
.nav-icons button,.nav-icons a{background:none;border:none;cursor:pointer;position:relative;display:grid;place-items:center;width:24px;height:24px;padding:0}
.nav-icons svg{width:21px;height:21px;stroke:var(--ink);fill:none;stroke-width:1.3;transition:stroke .2s ease}
.nav-icons button:hover svg,.nav-icons a:hover svg{stroke:var(--champagne-dim)}
.header-search-form{position:relative;display:flex;align-items:center;justify-content:flex-end;width:24px;height:32px;flex:0 0 auto;overflow:visible;transition:width .32s cubic-bezier(.22,1,.36,1)}
.header-search-form.is-open{width:min(320px,32vw)}
.header-search-form input{position:absolute;right:0;bottom:1px;width:100%;height:28px;border:0;border-bottom:1px solid var(--champagne-dim);border-radius:0;background:transparent;color:var(--ink);font-family:var(--sans);font-size:.86rem;font-weight:300;line-height:1.2;padding:0 2.35rem 4px 0;opacity:0;visibility:hidden;pointer-events:none;outline:none;box-shadow:none;appearance:none;-webkit-appearance:none;transition:opacity .24s ease,visibility .24s ease,border-color .24s ease}
.header-search-form.is-open input{opacity:1;visibility:visible;pointer-events:auto}
.header-search-form input:focus{border-color:var(--ink);background:transparent}
.header-search-form input::placeholder{color:var(--stone)}
.header .nav-icons .header-search-form button{position:relative;z-index:2;background:none;border:none;cursor:pointer;display:grid;place-items:center;width:24px;height:24px;padding:0;color:var(--ink);box-shadow:none}
.nav-icons .header-search-mobile-trigger{display:none}
.mobile-header-search-row{display:none}
.badge{position:absolute;top:-7px;right:-9px;background:var(--champagne-dim);color:var(--bone);font-size:.6rem;font-weight:500;min-width:16px;height:16px;border-radius:9px;display:grid;place-items:center;padding:0 4px;font-family:var(--sans)}
.burger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none}
.burger span{width:22px;height:1.5px;background:var(--ink)}

/* category bar */
.catbar{background:var(--white);border-bottom:1px solid var(--line);position:sticky;top:72px;z-index:40}
.catbar-inner{display:flex;gap:.5rem;overflow-x:auto;scrollbar-width:none;padding:.7rem 0}
.catbar-inner::-webkit-scrollbar{display:none}
.catpill{flex:0 0 auto;font-family:var(--sans);font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--ink);
  padding:.7em 1.4em;border:1px solid var(--line);background:transparent;cursor:pointer;white-space:nowrap;transition:.35s var(--ease)}
.catpill:hover{border-color:var(--champagne)}
.catpill.active{background:var(--ink);color:var(--bone);border-color:var(--ink)}
.home-category-filter{padding-top:clamp(1rem,2vw,1.5rem);background:var(--storefront-bg)}
.home-category-filter + .section{padding-top:clamp(2.2rem,4vw,3.4rem)}

/* home category slider */
.category-slider-section{background:var(--storefront-bg);padding:clamp(2.8rem,5vw,4.2rem) 0 clamp(2rem,3.5vw,3rem)}
.category-slider-head{text-align:center;margin-bottom:clamp(1.6rem,3vw,2.2rem)}
.category-slider-head h2{font-size:clamp(1.5rem,3vw,2.1rem);margin-bottom:.85rem}
.category-slider-head h2 em{font-style:italic;color:var(--champagne-dim)}
.category-slider-divider{width:48px;height:2px;background:linear-gradient(90deg,transparent,var(--champagne-dim),transparent);margin:0 auto;border-radius:1px}
.category-slider-viewport{max-width:100%;overflow:hidden;padding:.3rem 0 .6rem}
.category-slider{display:flex;justify-content:flex-start;gap:clamp(1.4rem,2.2vw,2.2rem);flex-wrap:nowrap;width:max-content;max-width:none;overflow:visible;will-change:transform}
.category-slide{flex:0 0 185px;text-align:center;color:var(--ink);display:flex;flex-direction:column;align-items:center;gap:.75rem;cursor:pointer;transition:transform .28s var(--ease)}
.category-slide:hover{transform:scale(1.03)}
.category-slide-image{width:185px;height:185px;border-radius:50%;overflow:hidden;background:var(--white);border:1.5px solid var(--champagne);box-shadow:0 4px 18px -6px rgba(200,169,106,.18),0 8px 30px -12px rgba(26,24,20,.08);transition:border-color .28s ease,box-shadow .28s var(--ease)}
.category-slide-image img{width:100%;height:100%;object-fit:cover}
.category-slide-name{font-family:var(--sans);font-size:.92rem;line-height:1.3;font-weight:500;color:var(--ink);letter-spacing:.02em;margin-top:.15rem}
.category-slide:hover .category-slide-image{border-color:var(--champagne-dim);box-shadow:0 6px 22px -4px rgba(200,169,106,.32),0 10px 36px -10px rgba(26,24,20,.1)}
.category-slide.active .category-slide-image,.category-slide[aria-current="page"] .category-slide-image{border-color:var(--champagne-dim)}
.category-slide:focus-visible{outline:2px solid var(--champagne-dim);outline-offset:8px;border-radius:999px}
.category-slider-dots{display:flex;justify-content:center;align-items:center;gap:10px;padding-top:clamp(1.2rem,2vw,1.8rem)}
.category-slider-dot{width:10px;height:10px;border-radius:50%;border:1.5px solid var(--champagne-dim);background:transparent;cursor:pointer;padding:0;transition:background-color .28s ease,border-color .28s ease,transform .28s ease,box-shadow .28s ease}
.category-slider-dot:hover{background:rgba(200,169,106,.3);transform:scale(1.15)}
.category-slider-dot.active{background:var(--champagne-dim);border-color:var(--champagne-dim);box-shadow:0 0 8px rgba(200,169,106,.35)}
.category-slider-dot:focus-visible{outline:2px solid var(--champagne-dim);outline-offset:3px}
.slide-enter{transition:opacity .28s ease,transform .28s ease}
.slide-enter-start{opacity:0;transform:translateY(6px) scale(.97)}
.slide-enter-end{opacity:1;transform:translateY(0) scale(1)}
.slide-leave{transition:opacity .18s ease,transform .18s ease}
.slide-leave-start{opacity:1;transform:translateY(0) scale(1)}
.slide-leave-end{opacity:0;transform:translateY(-4px) scale(.97)}
.category-slider-section + .section{padding-top:clamp(2.2rem,4vw,3.4rem)}

/* hero */
.hero{position:relative;height:84vh;min-height:660px;max-height:820px;display:flex;align-items:center;overflow:hidden;margin:16px clamp(12px,1.5vw,20px) 0;border-radius:18px}
.hero img{position:absolute;inset:0;z-index:-2;object-fit:cover;object-position:center 42%}
.hero-backgrounds{position:absolute;inset:0;z-index:-2}
.hero-bg-slide{position:absolute;inset:0;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .7s var(--ease),visibility .7s var(--ease)}
.hero-bg-slide.active{opacity:1;visibility:visible}
.hero-bg-slide:not(.active){opacity:0!important;visibility:hidden!important}
.hero-bg-slide img{width:100%;height:100%;z-index:auto}
.hero::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(26,24,20,.68) 0%,rgba(26,24,20,.38) 46%,rgba(26,24,20,.08) 100%)}
.hero .wrap{display:flex;align-items:center;height:100%;padding-top:clamp(2rem,4vw,4.5rem);padding-bottom:clamp(2rem,4vw,4.5rem)}
.hero-inner{color:var(--bone);max-width:640px;padding-block:clamp(1rem,3vw,2rem)}
.hero-content-slide{display:none}
.hero-content-slide.active{display:block}
.hero-content-slide:not(.active){display:none!important}
.hero .eyebrow{color:var(--champagne);display:block;margin-bottom:1.35rem;font-size:15px;font-weight:700}
.hero h1{color:var(--bone);font-size:clamp(3rem,5.8vw,5.6rem);margin-bottom:1.65rem;line-height:.98}
.hero h1 em{font-style:italic;color:var(--champagne)}
.hero p{color:rgba(247,244,238,.86);font-size:clamp(1.05rem,1.5vw,1.22rem);line-height:1.65;margin-bottom:2.35rem;max-width:460px}
.hero .btn{min-height:54px;padding-inline:2.8rem;border-radius:10px}
.hero-dots{position:absolute;left:50%;bottom:clamp(22px,3vw,34px);z-index:3;display:flex;align-items:center;gap:.65rem;transform:translateX(-50%)}
.hero-dots button{width:9px;height:9px;border-radius:50%;border:1px solid rgba(247,244,238,.75);background:transparent;padding:0;cursor:pointer;transition:background .25s,border-color .25s,transform .25s}
.hero-dots button.active,.hero-dots button:hover,.hero-dots button:focus-visible{background:var(--champagne);border-color:var(--champagne);transform:scale(1.12)}

/* section shell - tight, product-focused */
.section{padding:clamp(2.8rem,5vw,4.2rem) 0}
.home-product-section .wrap{padding-inline:var(--page-gutter-compact)}
.sec-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:1.8rem;gap:1rem;flex-wrap:wrap}
.sec-head h2{font-size:clamp(1.5rem,3vw,2.1rem)}
.sec-head h2 em{font-style:italic;color:var(--champagne-dim)}
.sec-head .viewall{font-size:.74rem;letter-spacing:.14em;text-transform:uppercase;color:var(--champagne-dim);border-bottom:1px solid var(--champagne);padding-bottom:.3em;white-space:nowrap}

.home-product-section .sec-head{justify-content:center;text-align:center;margin-bottom:clamp(1.8rem,3.2vw,2.4rem);display:flex;flex-direction:column;align-items:center}
.home-product-section .sec-head h2{font-size:clamp(1.68rem,3.3vw,2.3rem);font-weight:400;margin-bottom:0.6rem}
.category-section-divider{width:48px;height:2px;background:linear-gradient(90deg,transparent,var(--champagne-dim),transparent);margin:0 auto;border-radius:1px}
.section-cta{display:flex;justify-content:center;margin-top:clamp(2rem,4vw,3rem)}
.category-cta-link{display:inline-flex;align-items:center;gap:0.6rem;font-family:var(--sans);font-size:0.8rem;font-weight:500;text-transform:uppercase;letter-spacing:0.14em;color:var(--champagne);transition:color 0.28s var(--ease)}
.category-cta-link span:first-child{border-bottom:1px solid var(--champagne);padding-bottom:2px;transition:border-color 0.28s var(--ease)}
.category-cta-link:hover{color:var(--champagne-dim)}
.category-cta-link:hover span:first-child{border-color:var(--champagne-dim)}
.category-cta-link .cta-arrow{font-size:1rem;line-height:1;display:inline-block;transition:transform 0.28s var(--ease)}
.category-cta-link:hover .cta-arrow{transform:translateX(5px)}


/* product grid - refined premium catalogue */
.products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(1.25rem,2vw,2rem)}
.home-product-section .products{column-gap:clamp(.74rem,1vw,1.1rem)}
.products.cols6{grid-template-columns:repeat(4,minmax(0,1fr))}
.product{position:relative;background:transparent;border:0;border-radius:0;box-shadow:none;transition:none;display:flex;flex-direction:column;height:100%;min-width:0;overflow:visible}
.product:hover{border-color:transparent;box-shadow:none;transform:none}
.product-img{aspect-ratio:1/1.61;overflow:hidden;position:relative;background:var(--bone);flex:0 0 auto;border-radius:14px;margin:.5rem .5rem 0}
.product-img-link{position:absolute;inset:0;display:block;z-index:1}
.product-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:opacity .26s var(--ease),transform .26s var(--ease)}
.product-img-hover{opacity:0;transform:translateY(8px) scale(1.015)}
@media(hover:hover) and (pointer:fine){
  .product:hover .product-img-primary{transform:scale(1.035)}
  .product--has-hover-image:hover .product-img-primary{opacity:0;transform:scale(1.025)}
  .product--has-hover-image:hover .product-img-hover{opacity:1;transform:translateY(0) scale(1.035)}
}
.product-tags{position:absolute;top:14px;left:14px;right:64px;z-index:3;display:flex;align-items:flex-start;gap:6px;flex-wrap:wrap}
.tag{font-size:.6rem;letter-spacing:.12em;text-transform:uppercase;padding:.48em .86em;font-weight:500;border-radius:999px;box-shadow:0 10px 22px -18px rgba(26,24,20,.45);line-height:1;white-space:nowrap}
.tag--new{background:var(--ink);color:var(--bone)}
.tag--sale{background:var(--sale);color:var(--bone);font-size:12px;font-weight:700;padding-inline:.92em}
.wish{position:absolute;top:12px;right:12px;z-index:4;width:38px;height:38px;border:none;background:rgba(255,255,255,.9);border-radius:50%;display:grid;place-items:center;cursor:pointer;transition:transform .24s var(--ease),background-color .24s ease,box-shadow .24s ease;backdrop-filter:blur(4px);box-shadow:0 10px 24px -18px rgba(26,24,20,.45);will-change:transform}
.wish svg{width:17px;height:17px;stroke:var(--ink);fill:none;stroke-width:1.5;transition:transform .24s var(--ease),fill .24s ease,stroke .24s ease}
.wish:hover{background:rgba(255,255,255,.98);box-shadow:0 16px 30px -18px rgba(26,24,20,.58);transform:scale(1.08)}
.wish:hover svg{transform:scale(1.04)}
.wish:focus-visible{outline:2px solid var(--champagne-dim);outline-offset:3px}
.wish.saved{background:rgba(255,255,255,.96)}
.wish.saved svg{fill:var(--champagne);stroke:var(--champagne);animation:wishlistPop .28s var(--ease)}
@keyframes wishlistPop{
  0%{transform:scale(.88)}
  58%{transform:scale(1.14)}
  100%{transform:scale(1)}
}
.product-body{padding:.78rem .95rem .92rem;display:flex;flex-direction:column;flex:1;min-height:0}
.home-product-section .product-body{display:block}
.product-body h3{font-family:var(--serif);font-size:1.06rem;line-height:1.18;margin-bottom:.25rem;font-weight:500;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.42em}
.home-product-section .product-body h3{min-height:0}
.product-body h3 a{transition:color .2s ease}
.product-body h3 a:hover{color:var(--champagne-dim)}
.product-sub{font-size:.7rem;color:var(--stone);margin-bottom:.125rem;letter-spacing:.05em;text-transform:uppercase;min-height:1rem}
.home-product-section .product-sub{display:none}
.product-rating{display:flex;align-items:center;gap:8px;min-height:1rem;margin-bottom:.375rem;color:#766f64;font-size:.8rem;font-weight:400}
.home-product-section .product-rating{min-height:0}
.product-rating .stars{display:inline-flex;align-items:center;gap:2px}
.product-rating .star-icon{width:15px;height:15px;fill:var(--champagne);stroke:var(--champagne);stroke-width:1.5;stroke-linejoin:round;stroke-linecap:round}
.product-rating .star-icon.is-muted{fill:transparent;stroke:var(--champagne)}
.product-rating .reviews-count{color:#3F3A35}
.price-row{display:flex;align-items:baseline;gap:.5em;margin-top:0;margin-bottom:0;min-height:1.28rem}
.home-product-section .price-row{min-height:0}
.price{font-size:1.06rem;color:var(--ink);letter-spacing:.02em;font-weight:600}
.price-row s{color:var(--stone);font-size:.84rem;margin-left:.15em;font-weight:300;text-decoration:line-through}
.price--sale{color:var(--sale)}
.add{width:100%;border:1px solid var(--ink);background:var(--ink);color:var(--bone);font-family:var(--sans);
  font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;padding:.92em 1em;cursor:pointer;transition:.25s var(--ease);
  display:flex;align-items:center;justify-content:center;gap:.5em}
.add svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:1.6}
.add span{display:flex;align-items:center;justify-content:center;gap:.5em}
.add:hover{background:var(--champagne-dim);border-color:var(--champagne-dim);color:var(--bone)}
.add.added{background:var(--champagne-dim);border-color:var(--champagne-dim);color:var(--bone)}
.product-add-form{margin-top:auto}
.product-add-overlay{position:absolute;left:50%;right:auto;width:72%;bottom:18px;z-index:3;margin:0;opacity:0;transform:translate(-50%,12px);pointer-events:none;transition:opacity .24s var(--ease),transform .24s var(--ease),background-color .22s ease,box-shadow .22s ease}
.product-add-overlay .add,.product-img > .add.product-add-overlay{min-height:43px;background:rgba(26,24,20,.94);border-color:rgba(26,24,20,.94);box-shadow:0 16px 32px -18px rgba(26,24,20,.55);backdrop-filter:blur(6px)}
.product-quick-view{border-radius:12px;font-size:14px;font-weight:500;letter-spacing:.04em;text-transform:none;padding:.76em 1em}
.product-quick-view svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.6}
.product-quick-view:hover{background:rgba(55,50,42,.96);border-color:rgba(55,50,42,.96);box-shadow:0 14px 26px -18px rgba(26,24,20,.58);transform:translate(-50%,-2px)}
.product-add-inline{display:none}
@media(hover:hover) and (pointer:fine){
  .product:hover .product-add-overlay{opacity:1;transform:translate(-50%,0);pointer-events:auto}
  .product:hover .product-quick-view:hover{transform:translate(-50%,-2px)}
}

/* offer banner */
.offer{position:relative;overflow:hidden;min-height:200px;display:flex;align-items:center;background:var(--ink)}
.offer img{position:absolute;inset:0;z-index:-2;opacity:.4}
.offer::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(26,24,20,.7),rgba(26,24,20,.2))}
.offer-inner{color:var(--bone);padding:2.4rem 0}
.offer-inner .eyebrow{color:var(--champagne);display:block;margin-bottom:.7rem}
.offer-inner h2{color:var(--bone);font-size:clamp(1.8rem,4vw,3rem);margin-bottom:1.2rem;line-height:1.05}
.offer-inner h2 em{font-style:italic;color:var(--champagne)}
.offer--bridal{border-radius:18px;overflow:hidden}
.offer--bridal .wrap{height:100%;display:flex;align-items:center;justify-content:center}
.offer--bridal .offer-inner{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}
.offer--bridal .eyebrow{font-size:.86rem;font-weight:700}
.offer--bridal .btn{border-radius:10px;font-weight:700}
.offer--bridal .btn:hover,
.offer--bridal .btn:focus-visible{background:var(--champagne-dim);border-color:var(--champagne-dim);color:var(--white)}

/* dual offer strip */
.offer-duo{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}
.offer-duo .offer{min-height:170px}

/* footer */
.footer{background:var(--ink);color:var(--bone);padding:3.5rem 0 2rem}
.foot-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:2.2rem;padding-bottom:2.8rem;border-bottom:1px solid rgba(247,244,238,.12)}
.foot-brand .logo{color:var(--bone);margin-bottom:1rem;display:inline-block}
.foot-brand .brand-logo{display:inline-flex;width:205px;height:auto;max-height:58px;margin-bottom:1rem}
.foot-brand .brand-logo img{width:100%;height:auto;max-height:58px;object-fit:contain}
.foot-brand .footer-brand-logo{background:transparent;padding:0}
.foot-brand p{color:rgba(247,244,238,.6);font-size:.86rem;max-width:30ch;margin-bottom:1.3rem}
.foot-social{display:flex;gap:1rem;align-items:center}
.foot-social a{width:40px;height:40px;border:1px solid rgba(247,244,238,.24);border-radius:50%;display:grid;place-items:center;background:transparent;color:rgba(247,244,238,.78);cursor:pointer;transition:border-color .25s ease,color .25s ease,background-color .25s ease,transform .25s var(--ease)}
.foot-social a:hover{background:transparent;border-color:var(--champagne);color:var(--champagne)}
.foot-social svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;transition:stroke .25s ease,color .25s ease}
.foot-social a:hover svg{stroke:currentColor}
.foot-col h4{font-size:.72rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--champagne);margin-bottom:1.1rem}
.foot-col ul{list-style:none}
.foot-col li{margin-bottom:.7rem}
.foot-col a{font-size:.86rem;color:rgba(247,244,238,.7);transition:color .3s}
.foot-col a:hover{color:var(--bone)}
.foot-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:1.6rem;flex-wrap:wrap;gap:1rem}
.foot-bottom p{font-size:.76rem;color:rgba(247,244,238,.45)}
.foot-bottom .pay{display:flex;gap:.9rem;font-size:.76rem;color:rgba(247,244,238,.45);letter-spacing:.08em}
.footer .payment-logos{align-items:center;justify-content:flex-end;gap:.65rem;flex-wrap:wrap;max-width:100%}
.footer .payment-logos img{display:block;width:auto;height:auto;max-height:24px;max-width:92px;object-fit:contain;flex:0 0 auto;background:#F2EFE3;border:1px solid rgba(242,239,227,.72);border-radius:8px;padding:6px 10px;box-sizing:content-box}

/* homepage footer polish */
.footer--home{padding:clamp(3rem,4.2vw,4rem) 0 clamp(2.2rem,3vw,2.8rem)}
.footer--home .foot-grid{grid-template-columns:1.8fr 1fr 1fr 1fr;gap:clamp(3rem,5vw,5rem);padding-bottom:clamp(2.5rem,3.8vw,3.4rem)}
.footer--home .foot-brand .logo{margin-bottom:1.05rem}
.footer--home .foot-brand p{font-size:1rem;line-height:1.85;max-width:34ch;margin-bottom:.65rem}
.footer--home .foot-email{display:inline-block;color:rgba(247,244,238,.76);font-size:.95rem;margin-bottom:1.15rem;transition:color .24s ease;overflow-wrap:anywhere}
.footer--home .foot-email:hover{color:var(--champagne)}
.footer--home .foot-social{gap:1rem}
.footer--home .foot-social a{border-color:rgba(247,244,238,.24)}
.footer--home .foot-social a:hover{background:transparent;border-color:var(--champagne);color:var(--champagne)}
.footer--home .foot-social a:hover svg{stroke:currentColor}
.footer--home .foot-col h4{font-size:.9rem;letter-spacing:.2em;color:var(--champagne);margin-bottom:1.15rem}
.footer--home .foot-col li{margin-bottom:.82rem}
.footer--home .foot-col a{position:relative;display:inline-block;font-size:1rem;color:rgba(247,244,238,.72);transition:color .24s ease}
.footer--home .foot-col a::after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:1px;background:var(--champagne);transform:scaleX(0);transform-origin:left;transition:transform .24s var(--ease)}
.footer--home .foot-col a:hover{color:var(--champagne)}
.footer--home .foot-col a:hover::after{transform:scaleX(1)}
.footer--home .foot-bottom{padding-top:1.45rem;align-items:center}
.footer--home .foot-bottom p{font-size:.88rem;letter-spacing:.02em}
.footer--home .foot-bottom .pay{align-items:center;gap:1.35rem;font-size:.88rem;letter-spacing:.1em}

@media(min-width:901px){
  :root{--home-desktop-section-gap:clamp(2.35rem,3.8vw,3.4rem)}
  section.wrap + .home-product-section,
  .home-product-section + .home-product-section{padding-top:0;margin-top:var(--home-desktop-section-gap)}
  .home-product-section:has(+ .home-product-section){padding-bottom:0}
  .home-product-section:last-of-type{padding-bottom:var(--home-desktop-section-gap)}
  .footer--home .foot-brand .logo{font-size:2rem}
  .footer--home .foot-social a{width:40px;height:40px}
  .footer--home .foot-social svg{width:18px;height:18px}
}

/* sticky utilities */
.sticky-stack{position:fixed;right:20px;bottom:20px;z-index:80;display:flex;flex-direction:column;gap:12px}
.fab{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;cursor:pointer;border:none;box-shadow:var(--shadow);transition:transform .3s,box-shadow .3s;position:relative}
.fab:hover{transform:translateY(-3px)}
.fab--cart{background:var(--ink)}
.fab--cart svg{width:23px;height:23px;stroke:var(--bone);fill:none;stroke-width:1.4}
.fab--top{background:var(--white);border:1px solid var(--line);width:46px;height:46px;opacity:0;visibility:hidden;transition:.4s}
.fab--top.show{opacity:1;visibility:visible}
.fab--top svg{width:18px;height:18px;stroke:var(--ink);fill:none;stroke-width:1.6}
.fab .badge{top:-4px;right:-4px}

/* cart drawer */
.drawer{position:fixed;top:0;right:0;bottom:0;width:min(94vw,460px);background:var(--bone);z-index:100;transform:translateX(100%);transition:transform .45s var(--ease);display:flex;flex-direction:column;box-shadow:-28px 0 70px -42px rgba(26,24,20,.5);border-left:1px solid var(--line)}
.drawer.open{transform:none}
.drawer-head{display:flex;justify-content:space-between;align-items:center;padding:1.8rem 1.75rem 1.35rem;border-bottom:1px solid var(--line);background:rgba(247,244,238,.96)}
.drawer-head h3{font-family:var(--sans);font-size:1rem;font-weight:500;letter-spacing:.2em;line-height:1;text-transform:uppercase}
.drawer-head span{display:block;margin-top:.55rem;font-size:.78rem;color:var(--stone);letter-spacing:.08em;text-transform:uppercase}
.drawer-close{background:var(--white);border:1px solid var(--line);cursor:pointer;width:38px;height:38px;display:grid;place-items:center;transition:border-color .25s,color .25s,background .25s}
.drawer-close:hover{border-color:var(--champagne);background:transparent}
.drawer-close svg{width:17px;height:17px;stroke:var(--ink);stroke-width:1.45;transition:stroke .25s}
.drawer-close:hover svg{stroke:var(--champagne-dim)}
.drawer-body{flex:1;overflow-y:auto;padding:0 1.75rem}
.drawer .cart-empty{text-align:center;color:var(--stone);padding:4rem 1rem;font-size:.95rem}
.drawer .cart-item{display:grid;grid-template-columns:104px 1fr;gap:1.05rem;padding:1.45rem 0;border-bottom:1px solid var(--line)}
.drawer .ci-image{display:block;width:104px;height:142px;overflow:hidden;border-radius:8px;background:var(--white);border:1px solid var(--line)}
.drawer .ci-image img{width:100%;height:100%;object-fit:cover}
.drawer .ci-body{min-width:0;display:flex;flex-direction:column;gap:.55rem}
.drawer .ci-topline{display:grid;grid-template-columns:1fr auto;gap:.75rem;align-items:start}
.drawer .ci-topline h4{font-family:var(--serif);font-size:1.08rem;font-weight:400;line-height:1.2;margin:0}
.drawer .ci-topline h4 a{transition:color .25s}
.drawer .ci-topline h4 a:hover{color:var(--champagne-dim)}
.drawer .cart-drawer-action{display:contents}
.drawer .ci-delete{width:42px;height:42px;display:grid;place-items:center;color:var(--stone);border:1px solid transparent;background:transparent;padding:0;cursor:pointer;transition:color .25s,border-color .25s}
.drawer .ci-delete:hover{color:var(--sale);border-color:var(--line)}
.drawer .ci-delete svg{width:22px;height:22px;stroke:currentColor;stroke-width:1.35}
.drawer .ci-error{font-size:.78rem;color:var(--sale);line-height:1.35;margin:0}
.drawer .ci-options{display:flex;flex-direction:column;gap:.1rem;color:var(--stone);font-size:.78rem;line-height:1.4}
.drawer .ci-price{display:flex;align-items:baseline;gap:.55rem;font-size:.92rem;color:var(--ink)}
.drawer .ci-price s{color:var(--stone);font-size:.82rem}
.drawer .ci-price span{font-weight:400;letter-spacing:.02em}
.drawer .ci-qty{display:inline-grid;grid-template-columns:32px 34px 32px;align-items:center;width:max-content;gap:.45rem;margin-top:.15rem}
.drawer .ci-qty button{width:32px;height:32px;border:1px solid var(--line);border-radius:50%;background:var(--white);color:var(--ink);font-size:1rem;line-height:1;cursor:pointer;transition:background .25s,color .25s,border-color .25s}
.drawer .ci-qty button:hover{background:var(--bone);color:var(--champagne-dim);border-color:var(--champagne)}
.drawer .ci-qty span{text-align:center;font-size:.86rem;color:var(--ink)}
.cart-empty{text-align:center;color:var(--stone);padding:3rem 1rem;font-size:.9rem}
.drawer-foot{padding:1.45rem 1.75rem 1.65rem;border-top:1px solid var(--line);display:grid;gap:.75rem;background:rgba(255,255,255,.55)}
.drawer-summary{display:grid;gap:.7rem;padding-bottom:.95rem;margin-bottom:.25rem;border-bottom:1px solid var(--line)}
.drawer-summary div{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;font-size:.88rem;color:var(--stone)}
.drawer-summary span{letter-spacing:.08em;text-transform:uppercase}
.drawer-summary b{font-weight:500;color:var(--ink)}
.drawer-summary em{font-style:normal;font-size:.82rem;color:var(--stone)}
.drawer-summary-total{padding-top:.35rem}
.drawer-summary-total span,.drawer-summary-total b{font-size:1rem;color:var(--ink)}
.drawer-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}
.drawer-foot .btn{width:100%;height:46px;padding:.8em 1.2em;border-radius:10px}
.drawer-foot .drawer-cart-link{background:var(--white);color:var(--champagne-dim);border-color:var(--champagne-dim)}
.drawer-foot .drawer-checkout-link{background:var(--ink);border-color:var(--ink);color:var(--white)}
.drawer-foot .drawer-cart-link:hover,
.drawer-foot .drawer-cart-link:focus-visible,
.drawer-foot .drawer-checkout-link:hover,
.drawer-foot .drawer-checkout-link:focus-visible{background:var(--champagne-dim);border-color:var(--champagne-dim);color:var(--white)}
.scrim{position:fixed;inset:0;background:rgba(26,24,20,.45);opacity:0;visibility:hidden;transition:.4s;z-index:90}
.scrim.open{opacity:1;visibility:visible}

.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* toast */
.toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%) translateY(20px);background:var(--ink);color:var(--bone);
  padding:.9em 1.6em;font-size:.82rem;letter-spacing:.06em;z-index:110;opacity:0;visibility:hidden;transition:.4s var(--ease);box-shadow:var(--shadow)}
.toast.show{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}

/* responsive */
@media(max-width:1199px){
  .nav{gap:1.35rem}
  .header .brand-logo{width:clamp(220px,24vw,260px)}
  .header-search-form.is-open{width:min(180px,20vw)}
  .nav-menu{gap:1rem}
  .nav-menu a{font-size:.82rem;letter-spacing:.07em}
  .hero{height:80vh;min-height:600px;max-height:720px}
  .hero h1{font-size:clamp(2.8rem,5.4vw,4.8rem)}
  .category-slide{flex:0 0 160px}
  .category-slide-image{width:160px;height:160px}
  .products{grid-template-columns:repeat(2,1fr)}
  .products.cols6{grid-template-columns:repeat(2,1fr)}
  .product-add-overlay{display:none}
  .product-add-inline{display:flex;margin-top:1rem}
  .product-add-form.product-add-inline{display:block}
}
@media(min-width:901px) and (max-width:960px){
  .category-slide{flex-basis:145px}
  .category-slide-image{width:145px;height:145px}
}
@media(max-width:900px){
  .header{-webkit-backdrop-filter:none;backdrop-filter:none}
  .drawer{box-shadow:-18px 0 42px -32px rgba(26,24,20,.45)}
  .fab{box-shadow:0 10px 24px -18px rgba(26,24,20,.42)}
  .toast{box-shadow:0 10px 24px -18px rgba(26,24,20,.42)}
  .hero{height:64vh;min-height:500px;max-height:600px;margin-inline:12px;border-radius:16px}
  .offer--bridal{border-radius:16px}
  .hero img{object-position:center center}
  .hero-inner{max-width:560px}
  .hero h1{font-size:clamp(2.45rem,7vw,3.9rem);margin-bottom:1.35rem}
  .hero p{font-size:1rem;margin-bottom:1.85rem;max-width:420px}
  .burger{--burger-size:clamp(38px,10.5vw,44px);--burger-line:calc(var(--burger-size) * .5);display:flex;align-items:center;justify-content:center;width:var(--burger-size);height:var(--burger-size);flex:0 0 var(--burger-size);gap:calc(var(--burger-size) * .115);background:var(--storefront-bg);border:1px dashed var(--champagne-dim);border-radius:11px;padding:0;box-shadow:none}
  .burger span{width:var(--burger-line);height:2px;background:var(--ink);border-radius:999px;transition:transform .24s var(--ease),opacity .2s ease}
  .burger.open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}
  .burger.open span:nth-child(2){opacity:0}
  .burger.open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}
  .nav{position:relative;display:grid;grid-template-columns:auto 1fr auto;gap:1rem}
  .logo{justify-self:start}
  .header .brand-logo{width:176px;height:auto;max-height:44px;transform:translateY(-1px)}
  .header .brand-logo img{width:100%;height:auto;max-height:44px}
  .desktop-nav-links{display:none}
  .header .nav-menu{position:absolute;left:calc(var(--page-gutter) * -1);right:calc(var(--page-gutter) * -1);top:100%;width:auto;max-width:none;height:calc(100vh - 72px);height:calc(100dvh - 72px);display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;margin:0;background:#FFFDF5;border:0;border-top:1px solid var(--line);box-shadow:0 24px 46px -36px rgba(26,24,20,.4);padding:0;visibility:hidden;pointer-events:none;transform:translateX(-100%);transition:transform .3s cubic-bezier(0.22,1,0.36,1),visibility 0s linear .3s;z-index:70;overflow:hidden;backdrop-filter:none;will-change:transform}
  .header .nav-menu.open{visibility:visible;pointer-events:auto;transform:translateX(0);transition:transform .3s cubic-bezier(0.22,1,0.36,1),visibility 0s}
  .header .mobile-nav-scroll{display:flex;flex:1 1 auto;min-height:0;flex-direction:column;align-items:stretch;overflow-y:auto;background:#FFFDF5;padding:1.1rem clamp(20px,4vw,72px) calc(3.5rem + env(safe-area-inset-bottom));-webkit-overflow-scrolling:touch}
  .header .nav-menu a,.header .nav-menu button{display:block;width:100%;padding:.72rem 0;text-align:left;border:0;background:transparent;color:var(--ink);font-family:var(--sans);font-size:.9rem;font-weight:500;letter-spacing:.1em;line-height:1.35;text-transform:uppercase;cursor:pointer;transition:color .22s ease,font-weight .22s ease;white-space:normal;overflow-wrap:anywhere}
  .header .nav-menu a::after{display:none}
  .header .nav-menu a:hover,.header .nav-menu a:focus-visible,.header .nav-menu a.active,.header .nav-menu button:hover,.header .nav-menu button:focus-visible{color:var(--champagne-dim);font-weight:600;outline:none}
  .header .nav-menu .mobile-nav-featured{color:var(--ink);font-weight:600}
  .header .mobile-nav-account{margin-top:auto;padding-top:1rem;border-top:1px solid var(--line)}
  .header .mobile-nav-account form{margin:0}
  .header-search-form--desktop{display:none}
  .nav-icons .header-search-mobile-trigger{display:grid}
  .mobile-header-search-row{display:block;max-height:0;opacity:0;visibility:hidden;overflow:hidden;background:rgba(255,253,245,.96);border-top:1px solid transparent;transition:max-height .28s cubic-bezier(.22,1,.36,1),opacity .22s ease,visibility .22s ease,border-color .22s ease}
  .mobile-header-search-row.is-open{max-height:58px;opacity:1;visibility:visible;border-top-color:var(--line)}
  .mobile-header-search-row .wrap{padding-top:.72rem;padding-bottom:.74rem}
  .mobile-header-search-form{position:relative;display:flex;align-items:center;width:100%;height:32px}
  .mobile-header-search-form input{width:100%;height:30px;border:0;border-bottom:1px solid var(--champagne-dim);border-radius:0;background:transparent;color:var(--ink);font-family:var(--sans);font-size:.86rem;font-weight:300;line-height:1.2;padding:0 0 4px 0;outline:none;box-shadow:none;appearance:none;-webkit-appearance:none}
  .mobile-header-search-form input:focus{border-color:var(--ink)}
  .mobile-header-search-form input::placeholder{color:var(--stone)}
  .search{display:none}
  .category-slide{flex:0 0 150px}
  .category-slide-image{width:150px;height:150px}
  .foot-grid{grid-template-columns:1fr 1fr;gap:2rem 1.5rem}
  .foot-brand{grid-column:span 2}
  .footer--home .foot-grid{grid-template-columns:1.2fr 1fr 1fr;gap:2.4rem 2rem}
  .footer--home .foot-brand{grid-column:span 3}
  .footer--home .foot-brand p{font-size:.92rem;line-height:1.75}
  .footer--home .foot-email{font-size:.86rem;margin-bottom:1.55rem}
  .footer--home .foot-social a{width:36px;height:36px}
  .footer--home .foot-social svg{width:16px;height:16px}
  .footer--home .foot-col h4{font-size:.78rem;margin-bottom:1.35rem}
  .footer--home .foot-col li{margin-bottom:.88rem}
  .footer--home .foot-col a{font-size:.9rem}
  .footer--home .foot-bottom p,.footer--home .foot-bottom .pay{font-size:.78rem}
}
@media(max-width:600px){
  .hero{height:450px;min-height:450px;margin:10px 10px 0;border-radius:14px}
  .offer--bridal{border-radius:14px}
  .hero::after{background:linear-gradient(90deg,rgba(26,24,20,.74) 0%,rgba(26,24,20,.5) 62%,rgba(26,24,20,.18) 100%)}
  .hero .wrap{padding-top:2rem;padding-bottom:2rem}
  .hero-inner{max-width:92vw}
  .hero .eyebrow{font-size:13px;margin-bottom:1rem}
  .hero h1{font-size:clamp(2.15rem,11vw,3rem);line-height:1.02;margin-bottom:1.1rem}
  .hero p{font-size:.94rem;line-height:1.55;margin-bottom:1.45rem;max-width:34ch}
  .hero .btn{min-height:48px;padding-inline:1.85rem}
  .catbar{top:72px}
  .category-slider-section{padding:2rem 0 1.6rem}
  .category-slider-viewport{touch-action:pan-y}
  .category-slider{gap:clamp(1rem,4vw,1.6rem)}
  .category-slide{flex:0 0 clamp(120px,36vw,145px)}
  .category-slide-image{width:clamp(120px,36vw,145px);height:clamp(120px,36vw,145px)}
  .category-slide-name{font-size:.88rem}
  .products{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.1rem .8rem}
  .products.cols6{grid-template-columns:repeat(2,minmax(0,1fr))}
  .offer-duo{grid-template-columns:1fr}
  .product-body{padding:.75rem .45rem .95rem}
  .product-body h3{font-size:.95rem;line-height:1.2;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-height:1.2em}
  .product-rating{gap:6px;font-size:.72rem}
  .product-rating .star-icon{width:13px;height:13px}
  .price{font-size:.94rem}
  .price-row s{font-size:.76rem}
  .tag--sale{font-size:11px}
  .product-img{margin:.5rem .5rem 0;border-radius:12px}
  .product-add-overlay{display:none}
  .product-add-inline{display:flex;margin-top:1rem}
  .product-add-form.product-add-inline{display:block}
  .add{font-size:.68rem;padding:.82em .75em;border-radius:9999px}
  .wish{width:36px;height:36px}
  .foot-grid{grid-template-columns:1fr 1fr}
  .foot-brand{grid-column:span 2}
  .footer--home{padding:3.6rem 0 2.2rem}
  .footer--home .foot-grid{grid-template-columns:1fr 1fr;gap:2rem 1.5rem;padding-bottom:2.6rem}
  .footer--home .foot-brand{grid-column:span 2}
  .foot-brand .brand-logo{width:168px;height:auto;max-height:50px}
  .foot-brand .brand-logo img{width:100%;height:auto;max-height:50px}
  .footer--home .foot-bottom{align-items:flex-start}
  .footer--home .foot-bottom .pay{gap:.8rem;flex-wrap:wrap}
  .footer .payment-logos{justify-content:center;gap:.55rem}
  .footer .payment-logos img{max-height:22px;max-width:84px;padding:6px 9px}
  .sticky-stack{right:calc(20px + env(safe-area-inset-right));bottom:max(16px,env(safe-area-inset-bottom));gap:12px}
  .mobile-header-search-row .wrap{padding-top:.68rem;padding-bottom:.7rem}
  .mobile-header-search-form input{font-size:.82rem}
  .drawer{width:min(100vw,420px)}
  .drawer-head{padding:1.45rem 1.25rem 1.15rem}
  .drawer-body{padding:0 1.25rem}
  .drawer .cart-item{grid-template-columns:88px 1fr;gap:.9rem;padding:1.2rem 0}
  .drawer .ci-image{width:88px;height:122px;border-radius:7px}
  .drawer .ci-topline h4{font-size:1rem}
  .drawer-foot{padding:1.2rem 1.25rem 1.35rem}
}
@media(max-width:360px){
  .footer--home .foot-grid{column-gap:1rem}
  .footer--home .foot-col h4{letter-spacing:.16em}
  .footer .payment-logos img{max-width:78px;padding-inline:8px}
}

@media(min-width:1280px){
  .home-product-section .product-body{
    padding: .85rem .75rem 1rem;
  }
  .home-product-section .product-body h3{
    font-size: 1.24rem;
    line-height: 1.22;
    margin-bottom: 0.35rem;
    font-weight: 550;
  }
  .home-product-section .product-rating{
    gap: 10px;
    margin-bottom: 0.5rem;
    font-size: 0.96rem;
  }
  .home-product-section .product-rating .stars{
    gap: 2.5px;
  }
  .home-product-section .product-rating .star-icon{
    width: 19px;
    height: 19px;
  }
  .home-product-section .price{
    font-size: 1.3rem;
  }
  .home-product-section .price-row s{
    font-size: 1rem;
    margin-left: 0.25rem;
  }
  .home-product-section .price-row{
    gap: 0.6rem;
  }
  .category-slider-section + .home-product-section{
    padding-top: 12px;
  }
  .home-product-section + .home-product-section{
    padding-top: 4px;
  }
  .home-product-section{
    padding-top: 4px;
    padding-bottom: 18px;
  }
  .home-product-section .section-cta{
    margin-top: 18px;
  }
}
