@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --ink: #151313;
  --muted: #716d69;
  --line: #e8e4e0;
  --paper: #f7f5f2;
  --warm: #ebe1d9;
  --rose: #c89a90;
  --white: #fff;
  --accent: #d8ff3e;
  --shell: 1380px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", Arial, sans-serif; line-height: 1.5; -webkit-font-smoothing: antialiased; }
body.locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.shell { width: min(var(--shell), calc(100% - 64px)); margin: 0 auto; }
.section-space { padding: 108px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 120; padding: 10px 14px; color: #fff; background: var(--ink); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 2px solid #6d50ed; outline-offset: 3px; }

.announcement { color: #fff; background: #171515; font-size: 11px; letter-spacing: .045em; }
.announcement-inner { min-height: 33px; display: flex; align-items: center; gap: 30px; }
.announcement-proof { position: relative; padding-left: 20px; }
.announcement-proof::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 700; }
.announcement nav { display: flex; gap: 24px; margin-left: auto; }
.announcement a:hover { color: var(--accent); }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(15px); }
.header-main { height: 84px; display: grid; grid-template-columns: auto minmax(320px, 670px) auto; justify-content: space-between; align-items: center; gap: clamp(25px, 4vw, 62px); }
.logo { display: inline-flex; align-items: baseline; gap: 6px; letter-spacing: -.065em; white-space: nowrap; }
.logo strong { font: 700 28px/1 "Manrope", sans-serif; }
.logo span { font: 400 28px/1 "Manrope", sans-serif; }
.logo.light { color: #fff; }
.search { height: 46px; display: flex; align-items: center; border-bottom: 1px solid #aaa49f; transition: border-color .2s; }
.search:focus-within { border-color: var(--ink); }
.search svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.search input { min-width: 0; flex: 1; height: 100%; border: 0; outline: 0; padding: 0 14px; background: transparent; font-size: 13px; }
.search input::placeholder { color: #9a9591; }
.search button { border: 0; background: transparent; padding: 0; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.header-actions { display: flex; gap: clamp(16px, 2vw, 28px); }
.header-action { position: relative; display: grid; justify-items: center; gap: 3px; border: 0; background: transparent; padding: 0; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.header-action svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.35; }
.header-action b { position: absolute; top: -5px; right: -7px; min-width: 17px; height: 17px; display: grid; place-items: center; border-radius: 99px; color: #fff; background: var(--ink); font-size: 9px; }
.icon-button, .mobile-close { display: none; }
.category-nav { border-top: 1px solid #f1efed; }
.category-nav-inner { position: relative; height: 50px; display: flex; align-items: center; justify-content: center; gap: clamp(24px, 3.3vw, 50px); }
.category-nav button, .category-nav a { position: relative; border: 0; background: transparent; padding: 16px 0 15px; font-size: 12px; font-weight: 600; letter-spacing: .015em; white-space: nowrap; }
.category-nav button::after, .category-nav a::after { content: ""; position: absolute; right: 0; bottom: 7px; left: 0; height: 1px; background: var(--ink); transform: scaleX(0); transition: transform .2s; }
.category-nav button:hover::after, .category-nav button.active::after, .category-nav a:hover::after, .category-nav a.active::after { transform: scaleX(1); }
.category-nav .sale-link { color: #b54f4b; }
.all-categories { position: absolute; left: 0; top: 5px; z-index: 12; width: 255px; }
.category-nav .all-categories-trigger { position: relative; width: 100%; height: 40px; display: flex; align-items: center; gap: 11px; border: 1px solid transparent; border-radius: 999px; padding: 0 16px; color: #171515; background: #f4f4f4; font-size: 13px; font-weight: 700; text-align: left; transition: background .2s, border-color .2s, box-shadow .2s; }
.category-nav .all-categories-trigger::after { display: none; }
.all-categories-trigger:hover, .all-categories.open .all-categories-trigger { background: #ededed; border-color: #e1e1e1; box-shadow: 0 4px 15px rgba(20,18,17,.06); }
.all-categories-trigger svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.all-categories-trigger span { flex: 1; }
.all-categories-trigger .all-categories-chevron { width: 15px; transition: transform .2s; }
.all-categories.open .all-categories-chevron { transform: rotate(180deg); }
.all-categories-panel { position: absolute; top: 48px; left: 0; width: 300px; max-height: min(630px, calc(100vh - 190px)); overflow: hidden; visibility: hidden; opacity: 0; border: 1px solid #e7e4e1; border-radius: 16px; background: #fff; box-shadow: 0 18px 45px rgba(20,18,17,.15); transform: translateY(-7px); transition: opacity .2s, transform .2s, visibility .2s; }
.all-categories.open .all-categories-panel { visibility: visible; opacity: 1; transform: translateY(0); }
.all-categories-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 17px 18px 12px; border-bottom: 1px solid #f0eeec; }
.all-categories-head strong { font-size: 13px; }
.all-categories-head span { color: var(--muted); font-size: 10px; }
.all-categories-list { max-height: min(555px, calc(100vh - 265px)); overflow-y: auto; padding: 8px; scrollbar-width: thin; }
.category-nav .all-category-item { width: 100%; min-height: 48px; display: grid; grid-template-columns: 34px 1fr 16px; align-items: center; gap: 10px; border: 0; border-radius: 10px; padding: 6px 10px; background: transparent; font-size: 13px; font-weight: 500; text-align: left; }
.category-nav .all-category-item::after { display: none; }
.category-nav .all-category-item:hover, .category-nav .all-category-item.active { background: #f5f4f3; }
.all-category-thumb { width: 32px; height: 32px; display: block; border: 1px solid #e7e3df; border-radius: 9px; background: #f3f1ef center/cover no-repeat; }
.all-category-arrow { color: #96918d; font-size: 16px; transition: transform .2s; }
.all-category-item:hover .all-category-arrow { color: var(--ink); transform: translateX(2px); }
.content-page { min-height: 55vh; padding: 78px 0 100px; }
.content-page-inner { width: min(820px, calc(100% - 40px)); margin: 0 auto; }
.content-page .kicker { margin-bottom: 15px; }
.content-page h1 { margin: 0 0 35px; font: 500 clamp(38px, 5vw, 64px)/1.02 "Manrope", sans-serif; letter-spacing: -.045em; }
.rich-content { color: #3e3936; font-size: 16px; line-height: 1.8; }
.rich-content h2,.rich-content h3 { margin: 36px 0 14px; color: var(--ink); line-height: 1.2; }
.rich-content img { max-width: 100%; height: auto; border-radius: 14px; }
.rich-content a { text-decoration: underline; text-underline-offset: 3px; }
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.blog-card { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.blog-card img { width: 100%; aspect-ratio: 1.45; object-fit: cover; }
.blog-card-copy { padding: 20px; }
.blog-card h2 { margin: 5px 0 10px; font-size: 20px; }
.blog-card p { color: var(--muted); line-height: 1.6; }
.blog-tags { color: #7357c7; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }

.hero-carousel { position: relative; min-height: 650px; overflow: hidden; background: #e7ddd5; }
.hero-track { position: relative; min-height: 650px; }
.hero-slide { position: absolute; inset: 0; min-height: 650px; display: grid; grid-template-columns: 42% 58%; visibility: hidden; opacity: 0; pointer-events: none; transform: translateX(2%); transition: opacity .55s ease, transform .7s ease, visibility .55s; }
.hero-slide.active { z-index: 1; visibility: visible; opacity: 1; pointer-events: auto; transform: translateX(0); }
.hero-slide-01 { background: #e7ddd5; }
.hero-slide-02 { background: #dfe5df; }
.hero-slide-03 { background: #eadcde; }
.hero-copy { z-index: 1; align-self: center; max-width: 600px; margin-left: max(32px, calc((100vw - var(--shell)) / 2)); padding: 80px 60px 80px 0; }
.kicker { margin: 0 0 18px; font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.hero-slide h1,.hero-slide h2 { margin: 0 0 25px; font: 500 clamp(55px, 5.5vw, 88px)/.94 "Manrope", sans-serif; letter-spacing: -.065em; }
.hero-copy > p:not(.kicker) { max-width: 500px; margin: 0 0 34px; color: #5d5651; font-size: 15px; line-height: 1.75; }
.hero-visual { position: relative; min-height: 650px; background-position: center; background-size: cover; }
.hero-slide-01 .hero-visual { background-image: linear-gradient(90deg, rgba(235,225,217,.12), transparent 30%), url("https://images.unsplash.com/photo-1596462502278-27bfdc403348?auto=format&fit=crop&w=1500&q=86"); background-position: center 46%; }
.hero-slide-02 .hero-visual { background-image: linear-gradient(90deg, rgba(223,229,223,.15), transparent 30%), url("https://images.unsplash.com/photo-1570172619644-dfd03ed5d881?auto=format&fit=crop&w=1500&q=86"); }
.hero-slide-03 .hero-visual { background-image: linear-gradient(90deg, rgba(234,220,222,.15), transparent 30%), url("https://images.unsplash.com/photo-1604654894610-df63bc536371?auto=format&fit=crop&w=1500&q=86"); }
.hero-note { position: absolute; right: 40px; bottom: 38px; width: 180px; display: flex; gap: 16px; padding: 18px; color: #fff; background: rgba(20,18,17,.8); backdrop-filter: blur(8px); }
.hero-note span { color: var(--accent); font-size: 11px; }
.hero-note p { margin: 0; font-size: 12px; line-height: 1.45; }
.hero-arrow { position: absolute; top: 50%; z-index: 5; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(21,19,19,.2); border-radius: 50%; background: rgba(255,255,255,.82); font-size: 18px; transform: translateY(-50%); backdrop-filter: blur(8px); transition: background .2s, color .2s; }
.hero-arrow:hover { color: #fff; background: var(--ink); }
.hero-prev { left: 18px; }
.hero-next { right: 18px; }
.hero-dots { position: absolute; bottom: 22px; left: 50%; z-index: 5; display: flex; gap: 8px; transform: translateX(-50%); }
.hero-dots button { width: 25px; height: 3px; overflow: hidden; border: 0; padding: 0; background: rgba(21,19,19,.28); transition: width .25s, background .25s; }
.hero-dots button.active { width: 48px; background: var(--ink); }
.button { min-height: 51px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; border: 1px solid var(--ink); padding: 0 22px; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: background .2s, color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: #fff; background: var(--ink); }
.button-dark:hover { color: var(--ink); background: var(--accent); }
.button-light { color: var(--ink); background: #fff; }
.button-outline { background: transparent; }

.benefits { border-bottom: 1px solid var(--line); }
.benefits-grid { min-height: 105px; display: grid; grid-template-columns: repeat(4, 1fr); }
.benefits article { display: flex; align-items: center; gap: 18px; border-right: 1px solid var(--line); padding: 24px 30px; }
.benefits article:first-child { padding-left: 0; }
.benefits article:last-child { border-right: 0; }
.benefits article > span { color: #aaa29c; font-size: 10px; }
.benefits strong { display: block; font-size: 12px; }
.benefits p { margin: 4px 0 0; color: var(--muted); font-size: 11px; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 46px; }
.section-heading h2 { margin: 0; font: 500 clamp(38px, 4vw, 60px)/1.02 "Manrope", sans-serif; letter-spacing: -.055em; }
.section-heading > a { margin-bottom: 5px; border-bottom: 1px solid var(--ink); padding-bottom: 5px; font-size: 11px; font-weight: 600; letter-spacing: .04em; }
.section-heading.centered { justify-content: center; text-align: center; }
.round-categories { overflow: hidden; border-bottom: 1px solid var(--line); padding: 58px 0 66px; background: #fff; scroll-margin-top: 132px; }
.round-category-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 27px; }
.round-category-heading .kicker { margin: 0; }
.round-category-heading > span { display: none; color: var(--muted); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.round-category-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(76px, 1fr)); gap: clamp(12px, 1.55vw, 25px); align-items: start; }
.category-nav-inner > #headerCategoryLinks { display: contents; }
.round-category { min-width: 0; display: grid; justify-items: center; gap: 12px; border: 0; padding: 0; background: transparent; text-align: center; }
.round-category > span { width: clamp(72px, 6.4vw, 94px); aspect-ratio: 1; display: block; overflow: hidden; border: 1.5px solid #8065f7; border-radius: 50%; background-position: center; background-size: cover; box-shadow: inset 0 0 0 3px #fff; transition: transform .22s ease, box-shadow .22s ease; }
.round-category strong { min-height: 29px; color: #34312f; font-size: 11px; font-weight: 500; line-height: 1.3; }
.round-category:hover > span, .round-category.active > span { transform: translateY(-3px); box-shadow: inset 0 0 0 3px #fff, 0 8px 25px rgba(55,39,130,.16); }
.round-category.active strong { font-weight: 700; }
.round-category-01 > span { background-image: url("https://images.unsplash.com/photo-1512496015851-a90fb38ba796?auto=format&fit=crop&w=300&q=82"); }
.round-category-02 > span { background-image: url("https://images.unsplash.com/photo-1515688594390-b649af70d282?auto=format&fit=crop&w=300&q=82"); }
.round-category-03 > span { background-image: url("https://images.unsplash.com/photo-1586495777744-4413f21062fa?auto=format&fit=crop&w=300&q=82"); }
.round-category-04 > span { background-image: url("https://images.unsplash.com/photo-1562322140-8baeececf3df?auto=format&fit=crop&w=300&q=82"); }
.round-category-05 > span { background-image: url("https://images.unsplash.com/photo-1604654894610-df63bc536371?auto=format&fit=crop&w=300&q=82"); }
.round-category-06 > span { background-image: url("https://images.unsplash.com/photo-1610992015732-2449b76344bc?auto=format&fit=crop&w=300&q=82"); }
.round-category-07 > span { background-image: url("https://images.unsplash.com/photo-1596462502278-27bfdc403348?auto=format&fit=crop&w=300&q=82"); }
.round-category-08 > span { background-image: url("https://images.unsplash.com/photo-1522335789203-aabd1fc54bc9?auto=format&fit=crop&w=300&q=82"); }
.round-category-09 > span { background-image: url("https://images.unsplash.com/photo-1598440947619-2c35fc9aa908?auto=format&fit=crop&w=300&q=82"); }
.round-category-10 > span { background-image: url("https://images.unsplash.com/photo-1522338242992-e1a54906a8da?auto=format&fit=crop&w=300&q=82"); }
.round-category-11 > span { background-image: url("https://images.unsplash.com/photo-1527799820374-dcf8d9d4a388?auto=format&fit=crop&w=300&q=82"); }
.round-category-12 > span { background-image: url("https://images.unsplash.com/photo-1570172619644-dfd03ed5d881?auto=format&fit=crop&w=300&q=82"); }

.products-section { background: var(--paper); }
.products-heading { align-items: end; }
.product-toolbar { display: flex; align-items: center; gap: 24px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.product-toolbar label { display: flex; align-items: center; gap: 10px; }
.product-toolbar select { border: 0; border-bottom: 1px solid #aaa49f; outline: 0; padding: 7px 22px 7px 2px; background: transparent; font-size: 10px; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px 14px; }
.product-card { min-width: 0; }
.product-image { position: relative; aspect-ratio: .82; overflow: hidden; background: #efebe7; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card:hover .product-image img { transform: scale(1.025); }
.badge { position: absolute; top: 14px; left: 14px; padding: 6px 9px; color: #fff; background: var(--ink); font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.favorite { position: absolute; top: 13px; right: 13px; width: 33px; height: 33px; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.82); font-size: 17px; }
.product-info { padding: 17px 2px 0; }
.product-brand { margin: 0 0 5px; color: #88817b; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.product-stock { min-height: 16px; margin: 7px 0 0; color: #6f6a65; font-size: 9px; }
.product-stock.low { color: #a24d42; font-weight: 600; }
.product-info h3 { min-height: 43px; margin: 0; font-size: 14px; font-weight: 500; line-height: 1.45; }
.product-rating { display: flex; gap: 8px; margin-top: 7px; color: #b88941; font-size: 10px; letter-spacing: .07em; }
.product-rating span { color: #8b8580; letter-spacing: 0; }
.product-buy { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 15px; }
.price-group { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px; }
.price { font-size: 15px; font-weight: 700; }
.compare-price { color: #8b8580; font-size: 11px; text-decoration: line-through; }
.saving { color: #a24d42; font-size: 9px; font-weight: 700; }
.add-btn { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--ink); background: transparent; font-size: 20px; transition: background .2s, color .2s; }
.add-btn:hover { color: #fff; background: var(--ink); }
.add-btn:disabled { cursor: not-allowed; color: #aaa5a0; border-color: #cfcac6; background: transparent; }
.retry-products { min-height: 40px; margin-top: 18px; }
.empty-products { grid-column: 1 / -1; padding: 80px 20px; text-align: center; }
.load-more { display: flex; margin: 48px auto 0; }

.editorial { min-height: 610px; display: grid; grid-template-columns: 58% 42%; padding: 0; background: #20201e; }
.editorial-image { background: url("https://images.unsplash.com/photo-1522335789203-aabd1fc54bc9?auto=format&fit=crop&w=1300&q=85") center/cover; }
.editorial-copy { display: flex; flex-direction: column; align-items: start; justify-content: center; padding: clamp(50px, 7vw, 105px); color: #fff; }
.editorial-copy h2 { margin: 0 0 25px; font: 500 clamp(40px, 4vw, 62px)/1 "Manrope", sans-serif; letter-spacing: -.055em; }
.editorial-copy > p:not(.kicker) { margin: 0 0 35px; color: #c4c1bd; font-size: 14px; line-height: 1.75; }

.brands { padding-bottom: 80px; }
.brand-list { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.brand-list span { min-height: 100px; display: grid; place-items: center; border-right: 1px solid var(--line); font: 600 clamp(16px, 1.6vw, 23px)/1 "Manrope", sans-serif; letter-spacing: -.05em; }
.brand-list span:last-child { border-right: 0; }

.reviews-section { background: #ebe5df; }
.rating-summary { display: flex; align-items: center; gap: 17px; }
.rating-summary > strong { font: 500 46px/1 "Manrope", sans-serif; }
.rating-summary > span { color: #9c7139; font-size: 12px; letter-spacing: .1em; }
.rating-summary small { display: block; margin-top: 5px; color: var(--muted); font-size: 9px; letter-spacing: .03em; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.review-grid article { min-height: 300px; display: flex; flex-direction: column; background: #fff; padding: 34px; }
.stars { color: #a9783b; font-size: 11px; letter-spacing: .12em; }
.review-grid article > p { margin: 34px 0; font: 400 17px/1.65 "Manrope", sans-serif; letter-spacing: -.02em; }
.review-grid footer { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.review-grid footer > span { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 50%; background: var(--paper); font-size: 10px; }
.review-grid footer strong, .review-grid footer small { display: block; }
.review-grid footer strong { font-size: 11px; }
.review-grid footer small { margin-top: 3px; color: var(--muted); font-size: 9px; }

.about-strip { padding: 100px 0; color: #fff; background: var(--ink); }
.about-grid { display: grid; grid-template-columns: .45fr 1fr .7fr; align-items: center; gap: 50px; }
.about-grid .kicker { color: var(--accent); }
.about-grid h2 { margin: 0; font: 500 clamp(44px, 5vw, 70px)/.95 "Manrope", sans-serif; letter-spacing: -.06em; }
.about-grid > p:last-child { color: #aaa5a0; font-size: 14px; line-height: 1.8; }

.newsletter { padding: 80px 0; background: var(--accent); }
.newsletter-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 55px; }
.newsletter h2 { max-width: 610px; margin: 0; font: 500 clamp(37px, 4vw, 58px)/1 "Manrope", sans-serif; letter-spacing: -.055em; }
.newsletter form { height: 56px; display: flex; border-bottom: 1px solid var(--ink); }
.newsletter input { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; font-size: 14px; }
.newsletter input::placeholder { color: #565d24; }
.newsletter form button { border: 0; background: transparent; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.newsletter-message { grid-column: 2; margin: -35px 0 0; font-size: 11px; }

.site-footer { padding: 80px 0 24px; color: #e7e3df; background: #171515; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 60px; padding-bottom: 80px; }
.footer-brand p { margin: 23px 0 0; color: #8d8884; font-size: 12px; }
.footer-grid h3 { margin: 0 0 21px; color: #77716d; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 12px; }
.footer-grid a { font-size: 11px; }
.footer-grid a:hover { color: var(--accent); }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid #35312f; padding-top: 24px; color: #77716d; font-size: 9px; letter-spacing: .05em; }

.page-overlay { position: fixed; inset: 0; z-index: 60; visibility: hidden; opacity: 0; background: rgba(10,9,9,.43); transition: opacity .25s, visibility .25s; }
.page-overlay.visible { visibility: visible; opacity: 1; }
.cart-drawer { position: fixed; top: 0; right: 0; bottom: 0; z-index: 70; width: min(540px, 100%); display: flex; flex-direction: column; overflow-y: auto; background: #fff; transform: translateX(102%); transition: transform .3s ease; box-shadow: -15px 0 50px rgba(0,0,0,.12); }
.cart-drawer.open { transform: translateX(0); }
.cart-drawer > header { display: flex; justify-content: space-between; align-items: start; border-bottom: 1px solid var(--line); padding: 32px; }
.cart-drawer h2 { margin: 0; font: 500 32px/1 "Manrope", sans-serif; letter-spacing: -.04em; }
.cart-drawer h2 span { color: var(--muted); font-size: 15px; }
.cart-drawer > header button { border: 0; background: transparent; font-size: 29px; line-height: 1; }
.cart-items { padding: 10px 32px; }
.cart-empty { padding: 70px 0; color: var(--muted); text-align: center; }
.cart-item { display: grid; grid-template-columns: 90px 1fr auto; gap: 16px; align-items: center; border-bottom: 1px solid var(--line); padding: 20px 0; }
.cart-item img { width: 90px; height: 112px; object-fit: cover; background: var(--paper); }
.cart-item strong { display: block; font-size: 12px; font-weight: 600; }
.cart-item .cart-price { margin-top: 7px; font-size: 11px; }
.qty { display: flex; align-items: center; border: 1px solid var(--line); }
.qty button { width: 28px; height: 30px; border: 0; background: transparent; }
.qty span { width: 25px; text-align: center; font-size: 10px; }
.cart-summary { border-top: 1px solid var(--line); padding: 22px 32px; }
.cart-summary div { display: flex; justify-content: space-between; }
.cart-summary p { margin: 7px 0 0; color: var(--muted); font-size: 10px; }
.cart-summary .shipping-progress { height: 4px; display: block; overflow: hidden; margin-top: 14px; border-radius: 99px; background: #e6e1dd; }
.shipping-progress span { width: 0; height: 100%; display: block; border-radius: inherit; background: #6d50ed; transition: width .3s ease; }
.checkout-form { display: grid; gap: 11px; margin-top: auto; padding: 22px 32px 34px; background: var(--paper); }
.checkout-form h3 { margin: 0 0 6px; font-size: 14px; }
.checkout-note { margin: -2px 0 4px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.checkout-form label { display: grid; gap: 5px; }
.checkout-form label > span { color: #5f5a56; font-size: 9px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.checkout-form input, .checkout-form textarea { width: 100%; border: 1px solid var(--line); outline: 0; padding: 12px 13px; background: #fff; font-size: 12px; }
.checkout-form textarea { min-height: 65px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.checkout-form button { width: 100%; }
#orderMessage { margin: 0; font-size: 11px; }
.toast { position: fixed; right: 25px; bottom: 25px; z-index: 80; visibility: hidden; opacity: 0; padding: 14px 18px; color: #fff; background: var(--ink); font-size: 11px; transform: translateY(8px); transition: .2s; }
.toast.visible { visibility: visible; opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media (max-width: 1100px) {
  .shell { width: min(100% - 40px, var(--shell)); }
  .header-main { grid-template-columns: auto 1fr auto; gap: 28px; }
  .desktop-action { display: none; }
  .all-categories { width: 210px; }
  .category-nav-inner { padding-left: 220px; gap: 24px; justify-content: flex-start; overflow: visible; }
  #headerCategoryLinks button:nth-child(n+5) { display: none; }
  .hero-slide { grid-template-columns: 47% 53%; }
  .hero-copy { margin-left: 22px; padding-right: 35px; }
  .benefits article { padding: 20px 16px; }
  .round-category-list { overflow-x: auto; grid-template-columns: repeat(12, 82px); gap: 20px; padding: 3px 2px 10px; scrollbar-width: none; scroll-snap-type: x proximity; }
  .round-category-list::-webkit-scrollbar { display: none; }
  .round-category { scroll-snap-align: start; }
  .round-category > span { width: 82px; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .editorial { width: 100%; }
}

@media (max-width: 780px) {
  .blog-grid { grid-template-columns: 1fr; }
  .shell { width: min(100% - 30px, var(--shell)); }
  .section-space { padding: 72px 0; }
  .announcement-inner { justify-content: center; min-height: 32px; }
  .announcement-proof, .announcement nav { display: none; }
  .header-main { height: 68px; grid-template-columns: 36px 1fr auto; gap: 12px; }
  .logo { justify-self: center; }
  .logo strong, .logo span { font-size: 22px; }
  .search { position: absolute; top: 68px; right: 0; left: 0; height: 48px; border: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 0 15px; background: #fff; }
  .search button { display: none; }
  .icon-button { width: 30px; height: 30px; display: grid; align-content: center; gap: 5px; border: 0; background: transparent; padding: 4px; }
  .icon-button span { display: block; height: 1px; background: var(--ink); }
  .header-action > span { display: none; }
  .category-nav { position: fixed; inset: 0; z-index: 90; visibility: hidden; border: 0; background: #fff; transform: translateX(-100%); transition: .25s; }
  .category-nav.open { visibility: visible; transform: translateX(0); }
  .category-nav-inner { width: 100%; height: 100%; flex-direction: column; align-items: stretch; justify-content: start; gap: 0; padding: 25px; }
  .all-categories { display: none; }
  .category-nav button, .category-nav a { border-bottom: 1px solid var(--line); padding: 18px 4px; text-align: left; font-size: 17px; }
  .category-nav .mobile-close { display: block; border: 0; margin-bottom: 20px; text-align: right; font-size: 11px; text-transform: uppercase; }
  .hero-carousel { min-height: 730px; margin-top: 48px; }
  .hero-track, .hero-slide { min-height: 730px; }
  .hero-slide { grid-template-columns: 1fr; grid-template-rows: 380px auto; }
  .hero-visual { grid-row: 1; min-height: 380px; }
  .hero-copy { grid-row: 2; max-width: none; margin: 0; padding: 50px 24px 58px; }
  .hero-slide h1 { font-size: clamp(48px, 14vw, 68px); }
  .hero-note { display: none; }
  .hero-arrow { top: 190px; width: 38px; height: 38px; }
  .hero-prev { left: 12px; }
  .hero-next { right: 12px; }
  .hero-dots { bottom: 20px; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); padding: 12px 0; }
  .benefits article { border-right: 0; border-bottom: 1px solid var(--line); padding: 18px 10px; }
  .benefits article:nth-last-child(-n+2) { border-bottom: 0; }
  .section-heading { display: block; margin-bottom: 32px; }
  .section-heading h2 { font-size: 40px; }
  .section-heading > a { display: inline-block; margin-top: 20px; }
  .round-categories { padding: 42px 0 45px; }
  .round-category-heading { margin-bottom: 22px; }
  .round-category-heading > span { display: inline; }
  .products-heading .product-toolbar { margin-top: 25px; justify-content: space-between; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 8px; }
  .product-info h3 { font-size: 12px; }
  .product-rating { font-size: 8px; }
  .editorial { min-height: 720px; grid-template-columns: 1fr; grid-template-rows: 390px auto; }
  .editorial-copy { padding: 45px 25px 55px; }
  .brand-list { grid-template-columns: repeat(3, 1fr); }
  .brand-list span:nth-child(3) { border-right: 0; }
  .brand-list span:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
  .review-grid { grid-template-columns: 1fr; }
  .rating-summary { margin-top: 25px; }
  .about-grid { grid-template-columns: 1fr; gap: 22px; }
  .newsletter-inner { grid-template-columns: 1fr; gap: 35px; }
  .newsletter-message { grid-column: 1; margin: -25px 0 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px 25px; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
  .benefits-grid { grid-template-columns: 1fr; }
  .benefits article, .benefits article:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }
  .benefits article:last-child { border-bottom: 0; }
  .product-toolbar > span { display: none; }
  .form-row { grid-template-columns: 1fr; }
  .cart-drawer > header, .cart-items, .cart-summary, .checkout-form { padding-right: 20px; padding-left: 20px; }
  .cart-item { grid-template-columns: 70px 1fr; }
  .cart-item img { width: 70px; height: 90px; }
  .cart-item .qty { grid-column: 2; width: max-content; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 6px; }
}
.product-card[role="link"]{cursor:pointer}.product-card[role="link"]:focus-visible{outline:2px solid #171515;outline-offset:4px}.product-detail-open{overflow:hidden}.product-detail-overlay{position:fixed;z-index:120;inset:0;background:rgba(20,18,18,.58);padding:32px;overflow:auto}.product-detail-overlay[hidden]{display:none}.product-detail-dialog{position:relative;width:min(1080px,100%);margin:0 auto;background:#f8f5f2;box-shadow:0 24px 80px rgba(0,0,0,.24)}.product-detail-close{position:absolute;z-index:2;right:18px;top:18px;width:42px;height:42px;border:1px solid #ddd;background:#fff;border-radius:50%;font-size:25px;cursor:pointer}.product-detail-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);min-height:650px}.product-detail-image{background:#eee9e4;display:grid;place-items:center;padding:42px}.product-detail-image img{width:100%;height:100%;max-height:620px;object-fit:contain}.product-detail-copy{padding:70px 60px}.product-detail-back{display:inline-block;margin-bottom:46px;color:#555;text-decoration:none;font-size:13px}.product-detail-copy h1{font-size:clamp(34px,4vw,58px);line-height:1.02;letter-spacing:-.04em;margin:10px 0 18px}.product-detail-price{display:flex;align-items:center;gap:12px;margin:28px 0 22px}.product-detail-price strong{font-size:28px}.product-detail-price span{color:#777;text-decoration:line-through}.product-detail-description{font-size:16px;line-height:1.75;color:#514d4a}.product-detail-stock{margin:24px 0 18px;font-size:13px}.product-detail-add{width:100%;min-height:52px}.product-detail-meta{margin-top:28px;border-top:1px solid #ddd}.product-detail-meta div{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #ddd}.product-detail-meta dt{color:#777}.product-detail-meta dd{margin:0}@media(max-width:780px){.product-detail-overlay{padding:0}.product-detail-grid{grid-template-columns:1fr}.product-detail-image{padding:30px;min-height:380px}.product-detail-copy{padding:40px 24px 50px}.product-detail-back{margin-bottom:28px}.product-detail-close{right:12px;top:12px}}

/* Dedicated product detail page */
.pdp-page{background:#fff;color:#171515}.pdp-breadcrumb{width:min(1440px,calc(100% - 64px));margin:auto;padding:22px 0;display:flex;gap:10px;color:#76706c;font-size:12px}.pdp-breadcrumb a{color:inherit;text-decoration:none}.pdp-hero{width:min(1440px,calc(100% - 64px));margin:0 auto 90px;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(410px,.92fr);gap:64px;align-items:start}.pdp-gallery{display:grid;grid-template-columns:82px minmax(0,1fr);gap:14px;position:sticky;top:20px}.pdp-thumbs{display:grid;align-content:start;gap:10px}.pdp-thumb{aspect-ratio:1;border:1px solid #ddd;background:#f6f3f0;padding:4px;cursor:pointer}.pdp-thumb.active{border:2px solid #171515}.pdp-thumb img{width:100%;height:100%;object-fit:cover}.pdp-main-media{position:relative;aspect-ratio:1;border:0;background:#f3efec;padding:34px;cursor:zoom-in;overflow:hidden}.pdp-main-media img{width:100%;height:100%;object-fit:contain;transition:transform .35s}.pdp-main-media:hover img{transform:scale(1.04)}.pdp-main-media>span{position:absolute;right:15px;bottom:15px;background:#fff;padding:8px 11px;border-radius:20px;font-size:12px}.pdp-buybox{padding:12px 0}.pdp-buybox h1{font-size:clamp(34px,4vw,54px);line-height:1.03;letter-spacing:-.045em;margin:12px 0 18px}.pdp-rating{display:flex;align-items:center;gap:9px;color:#272321;text-decoration:none;font-size:13px}.pdp-rating>span,.pdp-review-content span,.pdp-reviews-summary h2 span{color:#bd7b19;letter-spacing:2px}.pdp-rating u{text-underline-offset:4px;color:#625d59}.pdp-pricing{display:flex;align-items:center;gap:13px;margin:28px 0 5px}.pdp-pricing strong{font-size:31px}.pdp-pricing del{color:#87817d}.pdp-pricing>span{padding:5px 8px;background:#a22b20;color:#fff;font-size:12px;font-weight:800}.pdp-tax-note{margin:0 0 30px;color:#817b77;font-size:12px}.pdp-label{display:flex;justify-content:space-between;align-items:center;margin:24px 0 11px;font-size:13px}.pdp-label span{color:#746e6a}.pdp-variants{display:flex;flex-wrap:wrap;gap:9px}.pdp-variant{min-height:46px;border:1px solid #cfc9c4;border-radius:24px;background:#fff;padding:4px 15px 4px 5px;display:flex;align-items:center;gap:8px;cursor:pointer}.pdp-variant.active{border:2px solid #171515}.pdp-variant-swatch{width:34px;height:34px;border-radius:50%;background-size:cover;background-position:center}.pdp-quantity{width:138px;height:46px;display:grid;grid-template-columns:42px 1fr 42px;border:1px solid #bbb}.pdp-quantity button,.pdp-quantity input{border:0;background:#fff;text-align:center;font-size:16px}.pdp-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:24px}.pdp-actions button{height:55px;font-weight:800;cursor:pointer}.pdp-buy-now{border:1px solid #171515;background:#fff;color:#171515}.pdp-add-cart{border:1px solid #171515;background:#171515;color:#fff;transition:.2s}.pdp-add-cart.added{background:#23835b;border-color:#23835b;transform:scale(.98)}.pdp-stock-message{font-size:12px;color:#347657}.pdp-trust{margin-top:28px;background:#f5f5f3;border-radius:12px;padding:7px 18px}.pdp-trust>div{display:grid;grid-template-columns:25px 1fr;gap:10px;padding:13px 0;border-bottom:1px solid #ddd}.pdp-trust>div:last-child{border:0}.pdp-trust p{margin:0;color:#666;font-size:12px;line-height:1.6}.pdp-trust strong{display:block;color:#24211f;font-size:13px}.trust-check{color:#23835b;font-weight:900}.pdp-a-plus{padding:90px max(32px,calc((100% - 1280px)/2));background:#f5f1ed;text-align:center}.pdp-a-plus>h2{font-size:clamp(36px,5vw,64px);letter-spacing:-.045em;margin:12px auto 55px;max-width:850px}.pdp-feature-wide{display:grid;grid-template-columns:1.15fr .85fr;text-align:left;background:#fff}.pdp-feature-wide img{width:100%;aspect-ratio:1.35;object-fit:contain;background:#ebe5df}.pdp-feature-wide div{padding:60px;display:grid;align-content:center}.pdp-feature-wide h3{font-size:34px;margin:0 0 20px}.pdp-feature-wide p{font-size:16px;line-height:1.8;color:#5c5753}.pdp-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:18px 0}.pdp-benefits article{background:#fff;padding:35px;text-align:left;min-height:210px}.pdp-benefits article>span{color:#8b8179;font-size:12px}.pdp-benefits h3{font-size:22px}.pdp-benefits p{color:#68615d;line-height:1.7}.pdp-specs{width:100%;border-collapse:collapse;background:#fff;text-align:left}.pdp-specs th,.pdp-specs td{padding:17px 22px;border-bottom:1px solid #eee}.pdp-specs th{width:30%;color:#6d6763}.pdp-reviews{padding:90px max(32px,calc((100% - 1280px)/2));display:grid;grid-template-columns:360px 1fr;gap:75px}.pdp-reviews-summary h2{font-size:50px;margin:15px 0 5px}.pdp-reviews-summary h2 span{font-size:20px}.review-bars>div{display:grid;grid-template-columns:48px 1fr 34px;gap:10px;align-items:center;margin:10px 0;font-size:12px}.review-bars i{height:7px;background:#eee}.review-bars b{display:block;height:100%;background:#bd7b19}.review-bars em{font-style:normal;color:#777}.pdp-review-content{display:grid;gap:25px}.review-placeholder{display:grid;grid-template-columns:48px 1fr;gap:15px;padding-bottom:30px;border-bottom:1px solid #ddd}.review-avatar{width:42px;height:42px;border-radius:50%;background:#eadfd7;display:grid;place-items:center}.review-placeholder h3{margin:10px 0}.review-placeholder p{color:#625d59}.pdp-review-form{display:grid;gap:13px;background:#f7f6f4;padding:28px}.pdp-review-form h3{margin:0 0 5px}.pdp-review-form label{display:grid;gap:6px;font-size:12px;font-weight:700}.pdp-review-form input,.pdp-review-form select,.pdp-review-form textarea{border:1px solid #bbb;background:#fff;padding:11px}.pdp-lightbox{position:fixed;z-index:150;inset:0;background:rgba(0,0,0,.9);display:grid;place-items:center;padding:45px}.pdp-lightbox[hidden]{display:none}.pdp-lightbox img{max-width:95vw;max-height:90vh}.pdp-lightbox button{position:absolute;right:25px;top:20px;color:#fff;background:transparent;border:0;font-size:40px;cursor:pointer}.checkout-page{width:min(1180px,calc(100% - 64px));margin:50px auto 100px;display:grid;grid-template-columns:1fr 430px;gap:70px}.checkout-page h1{font-size:48px}.checkout-form-page{display:grid!important;max-width:700px;padding:0!important}.checkout-page-summary{background:#f5f2ef;padding:28px;height:max-content}.checkout-page-item{display:grid;grid-template-columns:70px 1fr auto;gap:14px;align-items:center;padding:14px 0;border-bottom:1px solid #ddd}.checkout-page-item img{width:70px;height:70px;object-fit:cover}.checkout-page-item span{display:block;color:#777;font-size:12px}.checkout-page-total{display:flex;justify-content:space-between;padding:22px 0;font-size:20px}.checkout-security{padding:18px;background:#e7f2eb;color:#256346;line-height:1.8;font-size:13px}@media(max-width:900px){.pdp-hero{grid-template-columns:1fr;gap:35px}.pdp-gallery{position:static}.pdp-feature-wide,.pdp-reviews,.checkout-page{grid-template-columns:1fr}.pdp-benefits{grid-template-columns:1fr}.checkout-page-summary{order:-1}}@media(max-width:600px){.pdp-breadcrumb,.pdp-hero,.checkout-page{width:calc(100% - 28px)}.pdp-hero{margin-bottom:50px}.pdp-gallery{grid-template-columns:1fr}.pdp-thumbs{grid-row:2;display:flex}.pdp-thumb{width:64px}.pdp-main-media{padding:20px}.pdp-actions{grid-template-columns:1fr}.pdp-a-plus,.pdp-reviews{padding:60px 18px}.pdp-feature-wide div{padding:30px}.pdp-buybox h1{font-size:36px}}
