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

:root {
  --brand-accent: #18f000; --brand-accent-dark: #0c8000; --ink: #161716; --ink-soft: #464945; --muted: #777c77; --canvas: #f2f4f5; --surface: #fff; --line: #dfe2df; --dark-surface: #171817; --warm: #e8e2d7;
  --font-display: 'Barlow Condensed', Impact, sans-serif; --font-body: 'Manrope', Inter, ui-sans-serif, system-ui, sans-serif; --shadow-card: 0 4px 6px -1px rgba(0,0,0,.10),0 2px 4px -2px rgba(0,0,0,.10); --shadow-float: 0 18px 44px rgba(0,0,0,.12); --shell: min(1200px,calc(100% - 48px)); --radius-card: 28px; --radius-pill: 999px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--canvas); color: var(--ink); font-family: var(--font-body); font-size: 16px; line-height: 1.45; -webkit-font-smoothing: antialiased; }
body.no-scroll { overflow: hidden; }
button,input { font: inherit; } button,a { -webkit-tap-highlight-color: transparent; } a { color: inherit; text-decoration: none; } img { display: block; max-width: 100%; } h1,h2,h3,p { margin: 0; } h1,h2,h3 { text-wrap: balance; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 14px; border-radius: 999px; background: var(--ink); color: #fff; transform: translateY(-160%); transition: transform .2s; } .skip-link:focus { transform: none; }
.announcement { min-height: 34px; padding: 7px 20px; display: flex; align-items: center; justify-content: center; gap: 9px; background: var(--ink); color: #fff; font-size: 11px; letter-spacing: .04em; } .announcement-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--brand-accent); box-shadow: 0 0 0 4px rgba(24,240,0,.14); } .announcement a { margin-left: 14px; color: var(--brand-accent); font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(242,244,245,.91); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(223,226,223,.8); } .header-inner { min-height: 92px; display: grid; grid-template-columns: 180px 1fr auto; align-items: center; gap: 42px; } .brand { width: 156px; height: 62px; overflow: hidden; display: flex; align-items: center; } .brand img { width: 100%; height: auto; transform: scale(1.22); transform-origin: left center; } .primary-nav { display: flex; align-items: center; gap: 30px; } .primary-nav a { color: var(--ink-soft); font-size: 13px; font-weight: 700; letter-spacing: .01em; transition: color .2s; } .primary-nav a:hover,.primary-nav a:focus-visible { color: var(--ink); } .header-tools { display: flex; align-items: center; gap: 10px; }
.search-box { width: 196px; height: 42px; padding: 0 10px 0 14px; display: flex; align-items: center; gap: 9px; border: 1px solid rgba(22,23,22,.15); border-radius: var(--radius-pill); background: var(--surface); color: var(--muted); } .search-box:focus-within { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(24,240,0,.16); } .search-box input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 12px; } .search-box input::placeholder { color: var(--muted); } .search-box kbd { width: 20px; padding: 2px 0; border: 1px solid var(--line); border-radius: 5px; color: var(--muted); font-size: 10px; text-align: center; } .tool-button { position: relative; min-height: 42px; padding: 0 10px; display: inline-flex; align-items: center; gap: 7px; border: 0; border-radius: var(--radius-pill); background: transparent; color: var(--ink); font-size: 12px; font-weight: 700; cursor: pointer; } .tool-button:hover,.tool-button:focus-visible { background: var(--surface); } .bag-button b { position: absolute; top: -2px; right: -1px; min-width: 17px; height: 17px; padding: 0 4px; display: grid; place-items: center; border-radius: 50%; background: var(--brand-accent); color: var(--ink); font-size: 10px; } .menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; cursor: pointer; } .menu-toggle span { display: block; width: 20px; height: 1.5px; margin: 5px auto; background: var(--ink); }
.icon,.value-icon,.flow-icon,.empty-bag { display: inline-block; position: relative; flex: 0 0 auto; width: 18px; height: 18px; } .icon-search:before { content:''; position:absolute; width:10px; height:10px; top:1px; left:1px; border:1.5px solid currentColor; border-radius:50%; } .icon-search:after { content:''; position:absolute; width:7px; height:1.5px; background:currentColor; transform:rotate(45deg); left:11px; top:13px; border-radius:2px; } .icon-user:before { content:''; position:absolute; width:6px; height:6px; top:1px; left:6px; border:1.4px solid currentColor; border-radius:50%; } .icon-user:after { content:''; position:absolute; width:13px; height:7px; bottom:1px; left:2px; border:1.4px solid currentColor; border-bottom:0; border-radius:12px 12px 0 0; } .icon-bag:before { content:''; position:absolute; inset:5px 2px 1px; border:1.4px solid currentColor; border-radius:2px 2px 5px 5px; } .icon-bag:after { content:''; position:absolute; width:7px; height:6px; top:1px; left:5px; border:1.4px solid currentColor; border-bottom:0; border-radius:6px 6px 0 0; } .icon-ruler:before { content:''; position:absolute; inset:2px 4px; border:1.4px solid currentColor; transform:rotate(-45deg); border-radius:2px; } .icon-ruler:after { content:'///'; position:absolute; font-size:8px; letter-spacing:-2px; transform:rotate(-45deg); left:5px; top:3px; } .icon-box:before { content:''; position:absolute; inset:4px 1px 2px; border:1.4px solid currentColor; transform:skewY(-18deg); } .icon-box:after { content:''; position:absolute; left:3px; right:3px; top:4px; border-top:1.4px solid currentColor; transform:rotate(24deg); } .icon-shield:before { content:''; position:absolute; inset:1px 3px; border:1.4px solid currentColor; border-radius:9px 9px 10px 10px; clip-path:polygon(0 0,100% 0,100% 66%,50% 100%,0 66%); } .icon-refresh:before { content:'↻'; position:absolute; top:-6px; left:-1px; font-size:23px; font-weight:400; } .icon-pin:before { content:''; position:absolute; width:11px; height:11px; top:1px; left:3px; border:1.4px solid currentColor; border-radius:50% 50% 50% 0; transform:rotate(-45deg); } .icon-pin:after { content:''; position:absolute; width:3px; height:3px; top:5px; left:8px; border:1px solid currentColor; border-radius:50%; } .icon-check:before { content:'✓'; position:absolute; font-size:18px; top:-4px; left:1px; }
.hero { min-height: 660px; padding: 72px 0 68px; display: grid; grid-template-columns: minmax(330px,.78fr) minmax(0,1.42fr); align-items: center; gap: 56px; } .hero-copy { position: relative; z-index: 1; padding-left: 12px; } .eyebrow { margin-bottom: 22px; display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .13em; line-height: 1; text-transform: uppercase; } .eyebrow>span { width: 24px; height: 2px; background: var(--brand-accent); } .hero h1,.editorial h2,.catalog h2,.delivery h2,.newsletter h2 { font-family: var(--font-display); font-weight: 700; letter-spacing: -.035em; line-height: .86; text-transform: uppercase; } .hero h1 { max-width: 420px; font-size: clamp(58px,6.2vw,90px); } .hero h1 em,.catalog h2 em,.delivery h2 em,.newsletter h2 em { color: var(--brand-accent-dark); font-style: normal; } .hero-lead { max-width: 340px; margin-top: 27px; color: var(--ink-soft); font-size: 15px; line-height: 1.55; text-wrap: pretty; } .hero-actions { margin-top: 30px; display: flex; align-items: center; gap: 22px; } .button { min-height: 48px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 1px solid transparent; border-radius: var(--radius-pill); font-size: 12px; font-weight: 800; letter-spacing: .01em; cursor: pointer; transition: transform .2s,box-shadow .2s,background .2s; } .button:hover,.button:focus-visible { transform: translateY(-2px); } .button-accent { background: var(--brand-accent); color: var(--ink); box-shadow: 0 10px 25px rgba(24,240,0,.18); } .button-accent:hover,.button-accent:focus-visible { box-shadow: 0 14px 28px rgba(24,240,0,.28); } .button-dark { background: var(--ink); color: #fff; } .button-light { background: #fff; color: var(--ink); } .button-wide { width: 100%; } .text-link { display: inline-flex; align-items: center; gap: 9px; border-bottom: 1px solid currentColor; padding-bottom: 4px; font-size: 12px; font-weight: 800; } .text-link span { transition: transform .2s; } .text-link:hover span { transform: translateX(4px); } .hero-proof { margin-top: 52px; display: flex; align-items: center; gap: 12px; } .proof-avatars { display: flex; padding-left: 7px; } .proof-avatars span { width: 25px; height: 25px; margin-left: -7px; display: grid; place-items: center; border: 2px solid var(--canvas); border-radius: 50%; background: var(--ink); color: #fff; font-size: 9px; font-weight: 800; } .proof-avatars span:nth-child(2) { background:#b7c1ba; color:var(--ink); }.proof-avatars span:nth-child(3) { background:#ddd0bc; color:var(--ink); }.proof-avatars span:last-child { background:var(--brand-accent); color:var(--ink); } .hero-proof p { display:flex; flex-direction:column; gap:1px; font-size:10px; } .hero-proof strong { font-size:11px; } .hero-proof p span { color:var(--muted); }
.hero-visual { position: relative; min-height: 470px; } .hero-image-wrap { height:445px; overflow:hidden; border-radius:var(--radius-card); background:var(--warm); box-shadow:var(--shadow-float); } .hero-image-wrap img { width:100%; height:100%; object-fit:cover; object-position:center; } .hero-badge { position:absolute; right:-20px; bottom:40px; width:144px; height:144px; padding:18px; display:flex; flex-direction:column; justify-content:space-between; border-radius:50%; background:var(--brand-accent); color:var(--ink); transform:rotate(10deg); box-shadow:var(--shadow-float); font-size:12px; font-weight:800; line-height:1.08; } .badge-number { font-family:var(--font-display); font-size:26px; line-height:1; } .badge-arrow { align-self:flex-end; font-size:20px; } .hero-product-tag { position:absolute; left:-14px; bottom:28px; padding:11px 14px; display:flex; align-items:center; gap:8px; background:rgba(255,255,255,.92); border-radius:7px; box-shadow:var(--shadow-card); font-size:10px; font-weight:800; letter-spacing:.05em; text-transform:uppercase; } .tag-line { width:18px; height:2px; background:var(--brand-accent); }
.value-strip { padding:20px 24px; display:grid; grid-template-columns:repeat(4,1fr); gap:18px; border-top:1px solid var(--line); border-bottom:1px solid var(--line); } .value-item { display:flex; align-items:center; gap:11px; min-width:0; } .value-icon { color:var(--brand-accent-dark); } .value-item div { min-width:0; display:flex; flex-direction:column; gap:2px; } .value-item strong { font-size:11px; } .value-item div span { color:var(--muted); font-size:10px; white-space:nowrap; }
.catalog { padding-top:112px; } .section-heading { display:flex; justify-content:space-between; align-items:end; gap:40px; } .section-heading .eyebrow { margin-bottom:20px; } .catalog h2,.delivery h2,.newsletter h2 { font-size:clamp(48px,5vw,70px); } .section-intro { max-width:292px; padding-bottom:3px; } .section-intro p { color:var(--ink-soft); font-size:13px; line-height:1.55; text-wrap:pretty; } .section-intro .text-link { margin-top:19px; } .catalog-toolbar { margin-top:54px; padding-bottom:13px; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid var(--line); } .filter-list { display:flex; gap:10px; overflow-x:auto; scrollbar-width:none; } .filter-list::-webkit-scrollbar { display:none; } .filter-chip,.sort-button { border:1px solid transparent; border-radius:var(--radius-pill); background:transparent; color:var(--muted); font-size:11px; font-weight:700; cursor:pointer; } .filter-chip { padding:9px 13px; white-space:nowrap; } .filter-chip span { margin-left:5px; font-size:9px; opacity:.65; } .filter-chip:hover,.filter-chip.is-active { border-color:var(--ink); color:var(--ink); background:var(--surface); } .sort-button { padding:9px 0 9px 12px; } .sort-button span { margin-left:5px; font-size:15px; }
.product-grid { margin-top:24px; display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:42px 16px; } .product-card.is-hidden { display:none; } .product-media { position:relative; aspect-ratio:.82; overflow:hidden; border-radius:var(--radius-card); background:var(--warm); box-shadow:var(--shadow-card); } .product-media:after { content:''; position:absolute; inset:0; background:linear-gradient(180deg,rgba(0,0,0,.12),transparent 26%,transparent 70%,rgba(0,0,0,.14)); pointer-events:none; } .product-media img { width:100%; height:100%; object-fit:cover; transition:transform .6s cubic-bezier(.2,.75,.2,1); } .product-card:hover .product-media img { transform:scale(1.05); } .product-badge { position:absolute; z-index:1; top:12px; left:12px; padding:7px 10px; border-radius:var(--radius-pill); background:rgba(255,255,255,.9); font-size:9px; font-weight:800; letter-spacing:.06em; text-transform:uppercase; } .favorite-button { position:absolute; z-index:2; top:10px; right:10px; width:34px; height:34px; border:0; border-radius:50%; background:rgba(255,255,255,.88); color:var(--ink); cursor:pointer; font-size:19px; line-height:1; } .favorite-button[aria-pressed=true] { background:var(--brand-accent); } .quick-view { position:absolute; z-index:2; right:12px; bottom:12px; left:12px; padding:12px 13px; border:0; border-radius:var(--radius-pill); background:rgba(255,255,255,.94); color:var(--ink); font-size:10px; font-weight:800; opacity:0; transform:translateY(8px); cursor:pointer; transition:opacity .2s,transform .2s; } .product-card:hover .quick-view,.quick-view:focus-visible { opacity:1; transform:none; } .quick-view span { float:right; font-size:15px; line-height:10px; } .product-info { padding-top:15px; display:flex; flex-direction:column; gap:14px; } .product-category { color:var(--muted); font-size:9px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; } .product-info h3 { margin-top:4px; font-family:var(--font-display); font-size:25px; font-weight:700; letter-spacing:-.01em; line-height:.95; text-transform:uppercase; } .product-description { margin-top:6px; color:var(--muted); font-size:10px; line-height:1.3; } .product-bottom { display:flex; align-items:center; justify-content:space-between; gap:10px; } .product-price { display:flex; align-items:baseline; gap:7px; } .product-price strong { font-size:13px; font-variant-numeric:tabular-nums; } .product-price del { color:var(--muted); font-size:10px; } .add-button { width:34px; height:34px; border:1px solid var(--ink); border-radius:50%; background:transparent; color:var(--ink); cursor:pointer; font-size:23px; font-weight:300; line-height:1; transition:background .2s,color .2s,transform .2s; } .add-button:hover,.add-button:focus-visible { background:var(--ink); color:#fff; transform:rotate(90deg); } .empty-state { padding:48px 0; color:var(--muted); text-align:center; }
.editorial { min-height:590px; margin-top:132px; display:grid; grid-template-columns:.92fr 1.08fr; background:var(--dark-surface); color:#fff; } .editorial-photo { position:relative; min-height:590px; overflow:hidden; } .editorial-photo:after { content:''; position:absolute; inset:0; background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.25)); } .editorial-photo img { width:100%; height:100%; object-fit:cover; object-position:center; filter:saturate(.78) contrast(1.02); } .editorial-stamp { position:absolute; z-index:1; top:26px; left:26px; width:75px; height:75px; padding-top:14px; border:1px solid rgba(255,255,255,.7); border-radius:50%; color:#fff; font-family:var(--font-display); font-size:22px; line-height:.75; text-align:center; transform:rotate(-12deg); } .editorial-stamp small { font-family:var(--font-body); font-size:7px; font-weight:700; letter-spacing:.08em; } .editorial-copy { padding:82px 11% 58px; display:flex; flex-direction:column; align-items:flex-start; justify-content:center; } .eyebrow-light { color:rgba(255,255,255,.58); } .editorial h2 { font-size:clamp(56px,6vw,88px); } .editorial h2 em { color:var(--brand-accent); font-style:normal; } .editorial-copy>p:not(.eyebrow) { max-width:400px; margin-top:28px; color:rgba(255,255,255,.64); font-size:14px; line-height:1.7; text-wrap:pretty; } .editorial-copy .button { margin-top:32px; } .editorial-meta { width:100%; margin-top:65px; display:flex; align-items:center; gap:12px; color:rgba(255,255,255,.35); font-size:10px; font-weight:800; } .editorial-meta span:nth-child(1) { color:var(--brand-accent); } .meta-line { width:54px; height:1px; background:rgba(255,255,255,.24); } .meta-label { margin-left:auto; letter-spacing:.1em; text-transform:uppercase; }
.delivery { padding:126px 0 116px; display:grid; grid-template-columns:.68fr 1.32fr; gap:90px; } .delivery-heading { align-self:start; } .delivery-flow { display:flex; align-items:flex-start; padding-top:28px; } .flow-step { flex:1; min-width:0; display:flex; flex-direction:column; gap:12px; } .flow-step b { color:var(--brand-accent-dark); font-family:var(--font-display); font-size:22px; } .flow-icon { color:var(--ink); } .flow-step strong { font-family:var(--font-display); font-size:23px; line-height:.95; text-transform:uppercase; } .flow-step p { max-width:150px; color:var(--muted); font-size:11px; line-height:1.45; } .flow-line { flex:0 0 26px; height:1px; margin:44px 12px 0; background:var(--line); }
.newsletter { padding:54px 6.5%; display:flex; align-items:center; justify-content:space-between; gap:40px; background:var(--surface); border-radius:var(--radius-card); box-shadow:var(--shadow-card); } .newsletter h2 { font-size:clamp(42px,4vw,58px); } .newsletter-form { width:min(100%,440px); } .newsletter-form label { display:block; margin-bottom:10px; color:var(--muted); font-size:10px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; } .newsletter-form>div { display:flex; gap:8px; border-bottom:1px solid var(--ink); } .newsletter-form input { width:100%; min-width:0; border:0; outline:0; background:transparent; font-size:14px; } .newsletter-form .button { flex:0 0 auto; min-height:42px; padding-inline:15px; } .newsletter-form>p { margin-top:10px; color:var(--muted); font-size:10px; }
.site-footer { margin-top:104px; padding:72px 0 24px; background:var(--ink); color:#fff; } .footer-grid { display:grid; grid-template-columns:1.6fr 1fr 1fr .8fr; gap:48px; } .footer-brand img { width:170px; height:auto; transform:scale(1.12); transform-origin:left center; filter:grayscale(1) brightness(0) invert(1); } .footer-brand p { max-width:175px; margin-top:25px; color:rgba(255,255,255,.55); font-size:12px; line-height:1.5; } .socials { display:flex; gap:7px; margin-top:25px; } .socials a { width:30px; height:30px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.24); border-radius:50%; color:rgba(255,255,255,.7); font-size:9px; font-weight:800; text-transform:uppercase; } .footer-label { margin-bottom:17px; color:var(--brand-accent); font-size:10px; font-weight:800; letter-spacing:.13em; text-transform:uppercase; } .footer-grid>div:not(.footer-brand):not(.footer-note) a { display:block; margin-bottom:12px; color:rgba(255,255,255,.64); font-size:12px; } .footer-grid a:hover { color:#fff; } .footer-note { justify-self:end; text-align:right; } .footer-mark { display:block; margin-bottom:22px; color:var(--brand-accent); font-size:30px; } .footer-note p { color:rgba(255,255,255,.64); font-family:var(--font-display); font-size:27px; line-height:.92; text-transform:uppercase; } .footer-bottom { margin-top:70px; padding-top:17px; display:flex; justify-content:space-between; border-top:1px solid rgba(255,255,255,.14); color:rgba(255,255,255,.42); font-size:10px; } .footer-bottom i { padding:0 5px; color:var(--brand-accent); font-style:normal; }
.cart-drawer,.quick-modal { position:fixed; inset:0; z-index:50; visibility:hidden; pointer-events:none; } .cart-drawer.is-open,.quick-modal.is-open { visibility:visible; pointer-events:auto; } .drawer-backdrop,.modal-backdrop { position:absolute; inset:0; background:rgba(12,13,12,.46); opacity:0; transition:opacity .25s; } .is-open .drawer-backdrop,.is-open .modal-backdrop { opacity:1; } .drawer-panel { position:absolute; top:0; right:0; bottom:0; width:min(450px,100%); display:flex; flex-direction:column; background:var(--surface); transform:translateX(100%); transition:transform .35s cubic-bezier(.2,.75,.2,1); } .is-open .drawer-panel { transform:none; } .drawer-header { padding:31px 30px 20px; display:flex; justify-content:space-between; align-items:start; border-bottom:1px solid var(--line); } .drawer-header .eyebrow { margin-bottom:13px; } .drawer-header h2 { font-family:var(--font-display); font-size:36px; line-height:.9; text-transform:uppercase; } .drawer-header h2 small { color:var(--muted); font-family:var(--font-body); font-size:10px; font-weight:600; text-transform:none; } .close-button { width:34px; height:34px; border:1px solid var(--line); border-radius:50%; background:transparent; color:var(--ink); font-size:24px; font-weight:300; line-height:1; cursor:pointer; } .drawer-content { flex:1; overflow-y:auto; padding:20px 30px; } .cart-items { display:flex; flex-direction:column; gap:16px; } .cart-item { display:grid; grid-template-columns:76px 1fr auto; gap:13px; align-items:center; } .cart-item img { width:76px; height:92px; object-fit:cover; border-radius:15px; } .cart-item-copy { min-width:0; } .cart-item-copy small { color:var(--muted); font-size:9px; text-transform:uppercase; } .cart-item-copy strong { display:block; margin-top:4px; font-family:var(--font-display); font-size:22px; line-height:.9; text-transform:uppercase; } .cart-item-copy p { margin-top:7px; color:var(--muted); font-size:10px; } .cart-item-actions { display:flex; flex-direction:column; align-items:end; gap:10px; } .cart-item-actions b { font-size:12px; } .remove-item { border:0; background:transparent; color:var(--muted); font-size:10px; text-decoration:underline; cursor:pointer; } .cart-empty { min-height:100%; display:flex; flex-direction:column; align-items:flex-start; justify-content:center; } .cart-empty[hidden],.drawer-footer[hidden] { display:none; } .empty-bag { width:42px; height:42px; margin-bottom:23px; color:var(--brand-accent-dark); transform:scale(1.35); transform-origin:left center; } .cart-empty strong { font-family:var(--font-display); font-size:42px; line-height:.84; text-transform:uppercase; } .cart-empty p { margin-top:14px; color:var(--muted); font-size:12px; } .cart-empty .button { margin-top:24px; } .drawer-footer { padding:22px 30px 28px; border-top:1px solid var(--line); } .drawer-total { display:flex; justify-content:space-between; align-items:center; } .drawer-total span { color:var(--muted); font-size:12px; } .drawer-total strong { font-size:20px; font-variant-numeric:tabular-nums; } .drawer-footer>p { margin:8px 0 16px; color:var(--muted); font-size:10px; } .drawer-footer small { margin-top:13px; display:flex; align-items:center; justify-content:center; gap:6px; color:var(--muted); font-size:10px; }
.quick-modal { display:grid; place-items:center; } .modal-panel { position:relative; width:min(760px,calc(100% - 32px)); display:grid; grid-template-columns:.85fr 1fr; overflow:hidden; border-radius:var(--radius-card); background:var(--surface); box-shadow:var(--shadow-float); transform:translateY(15px); transition:transform .3s; } .is-open .modal-panel { transform:none; } .modal-panel>.close-button { position:absolute; z-index:2; top:16px; right:16px; background:rgba(255,255,255,.88); } .modal-image { min-height:420px; background:var(--warm); } .modal-image img { width:100%; height:100%; object-fit:cover; } .modal-copy { padding:56px 42px 40px; } .modal-copy .eyebrow { margin-bottom:17px; } .modal-copy h2 { font-family:var(--font-display); font-size:50px; line-height:.87; text-transform:uppercase; } .modal-copy>p:not(.eyebrow) { margin-top:15px; color:var(--muted); font-size:12px; } .size-label { margin-top:40px; display:flex; justify-content:space-between; gap:10px; color:var(--ink-soft); font-size:10px; font-weight:800; } .size-label a { color:var(--brand-accent-dark); } .size-options { margin:13px 0 25px; display:flex; flex-wrap:wrap; gap:7px; } .size-option { width:42px; height:36px; border:1px solid var(--line); border-radius:10px; background:transparent; color:var(--ink); font-size:11px; cursor:pointer; } .size-option:hover,.size-option.is-selected { border-color:var(--ink); background:var(--ink); color:#fff; } .toast { position:fixed; z-index:80; left:50%; bottom:24px; padding:12px 18px; border-radius:var(--radius-pill); background:var(--ink); color:#fff; box-shadow:var(--shadow-float); font-size:12px; opacity:0; pointer-events:none; transform:translate(-50%,15px); transition:opacity .25s,transform .25s; } .toast.is-visible { opacity:1; transform:translate(-50%,0); } .toast:before { content:'✓'; margin-right:8px; color:var(--brand-accent); font-weight:800; }
@media (max-width:1080px) { :root { --shell:min(100% - 40px,920px); } .header-inner { grid-template-columns:156px 1fr auto; gap:22px; } .primary-nav { gap:17px; } .search-box { width:168px; } .tool-label { display:none; } .hero { gap:35px; } .product-grid { grid-template-columns:repeat(3,minmax(0,1fr)); } .editorial { grid-template-columns:1fr 1fr; } .delivery { gap:45px; } }
@media (max-width:780px) { :root { --shell:calc(100% - 32px); } .header-inner { min-height:78px; grid-template-columns:1fr auto auto; } .brand { width:134px; height:53px; } .menu-toggle { display:block; grid-column:2; grid-row:1; } .primary-nav { position:absolute; top:78px; left:0; right:0; padding:8px 16px 18px; display:none; flex-direction:column; align-items:stretch; gap:0; background:var(--surface); border-bottom:1px solid var(--line); box-shadow:var(--shadow-card); } .primary-nav.is-open { display:flex; } .primary-nav a { padding:15px 8px; border-bottom:1px solid var(--line); } .header-tools { grid-column:3; } .search-box { width:42px; padding:0; justify-content:center; border:0; background:transparent; } .search-box input,.search-box kbd { display:none; } .hero { padding-top:57px; grid-template-columns:1fr; gap:48px; } .hero-copy { padding-left:0; } .hero h1 { max-width:500px; font-size:clamp(66px,14vw,104px); } .hero-lead { max-width:480px; } .hero-proof { margin-top:42px; } .hero-visual { min-height:380px; } .hero-image-wrap { height:350px; } .hero-badge { right:8px; bottom:16px; width:120px; height:120px; } .hero-product-tag { left:8px; bottom:6px; } .value-strip { grid-template-columns:repeat(2,1fr); gap:20px 14px; } .catalog { padding-top:88px; } .section-heading { align-items:start; flex-direction:column; gap:25px; } .section-intro { max-width:450px; } .catalog-toolbar { margin-top:42px; } .product-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:38px 14px; } .editorial { margin-top:92px; grid-template-columns:1fr; } .editorial-photo { min-height:420px; max-height:510px; } .editorial-copy { min-height:500px; padding:58px 9% 48px; } .delivery { padding:90px 0; grid-template-columns:1fr; gap:25px; } .delivery-flow { padding-top:0; } .newsletter { padding:42px 8%; align-items:start; flex-direction:column; gap:35px; } .footer-grid { grid-template-columns:1.4fr 1fr 1fr; gap:32px 20px; } .footer-note { display:none; } }
@media (max-width:540px) { :root { --shell:calc(100% - 24px); } .announcement { font-size:9px; } .announcement a { margin-left:4px; } .header-inner { min-height:70px; } .primary-nav { top:70px; } .hero { padding-top:49px; min-height:auto; } .hero h1 { font-size:65px; } .hero-lead { margin-top:22px; font-size:13px; } .hero-actions { align-items:flex-start; flex-direction:column; gap:18px; } .hero-proof { margin-top:38px; } .hero-visual { min-height:310px; } .hero-image-wrap { height:288px; border-radius:22px; } .hero-badge { right:0; bottom:4px; width:98px; height:98px; padding:13px; font-size:10px; } .badge-number { font-size:21px; } .badge-arrow { font-size:15px; } .hero-product-tag { left:0; bottom:-6px; max-width:170px; font-size:8px; } .value-strip { padding:17px 0; border-radius:0; } .value-item { gap:7px; } .value-item strong { font-size:10px; } .value-item div span { font-size:9px; white-space:normal; } .catalog { padding-top:77px; } .catalog h2,.delivery h2 { font-size:56px; } .catalog-toolbar { align-items:flex-start; flex-direction:column; gap:10px; } .sort-button { display:none; } .filter-chip { padding-inline:10px; } .product-grid { gap:33px 10px; } .product-media { border-radius:20px; } .product-badge { top:8px; left:8px; padding:6px 7px; font-size:7px; } .favorite-button { top:7px; right:7px; width:30px; height:30px; font-size:17px; } .quick-view { display:none; } .product-info { padding-top:11px; gap:10px; } .product-info h3 { font-size:22px; } .product-description { font-size:9px; } .product-price strong { font-size:11px; } .add-button { width:30px; height:30px; font-size:20px; } .editorial { width:100%; margin-top:80px; } .editorial-photo { min-height:360px; } .editorial-copy { min-height:470px; padding:48px 24px; } .editorial h2 { font-size:63px; } .editorial-meta { margin-top:45px; } .meta-label { font-size:8px; } .delivery { padding:78px 0; } .delivery-flow { display:block; padding-top:20px; } .flow-step { display:grid; grid-template-columns:28px 32px 1fr; gap:8px 10px; align-items:center; } .flow-step b { grid-column:1; grid-row:1 / span 2; } .flow-icon { grid-column:2; grid-row:1; } .flow-step strong { grid-column:3; grid-row:1; font-size:21px; } .flow-step p { grid-column:3; grid-row:2; max-width:none; margin-bottom:25px; } .flow-line { display:none; } .newsletter { width:100%; border-radius:22px; padding:36px 20px; } .newsletter h2 { font-size:48px; } .newsletter-form>div { display:block; border-bottom:0; } .newsletter-form input { width:100%; min-height:44px; padding:0 4px; border-bottom:1px solid var(--ink); } .newsletter-form .button { width:100%; margin-top:11px; } .site-footer { margin-top:80px; padding-top:54px; } .footer-grid { grid-template-columns:1fr 1fr; } .footer-brand { grid-column:1 / -1; padding-bottom:14px; } .footer-brand img { width:148px; } .footer-bottom { margin-top:50px; flex-direction:column; gap:8px; } .drawer-header { padding:25px 20px 18px; } .drawer-content { padding:17px 20px; } .drawer-footer { padding:18px 20px 22px; } .modal-panel { display:block; max-height:calc(100vh - 30px); overflow-y:auto; } .modal-image { min-height:220px; max-height:260px; } .modal-copy { padding:30px 24px 25px; } .modal-copy h2 { font-size:43px; } .size-label { margin-top:28px; } }
@media (prefers-reduced-motion:reduce) { *,*:before,*:after { scroll-behavior:auto!important; transition-duration:.01ms!important; animation-duration:.01ms!important; } }
/* Logo: preserve the complete mark inside its frame. */
.brand img { height:100%; object-fit:contain; transform:none; }
.footer-brand img { transform:none; }

/* Carrinho: controles claros e táteis, seguindo a hierarquia do drawer premium. */
.cart-quantity { display:inline-flex; align-items:center; gap:8px; margin-top:9px; }
.cart-quantity button { width:30px; height:30px; display:grid; place-items:center; border:1px solid var(--line); border-radius:50%; background:var(--surface); color:var(--ink); font-size:16px; line-height:1; cursor:pointer; transition:background .18s,color .18s,border-color .18s,opacity .18s; }
.cart-quantity button:hover:not(:disabled),.cart-quantity button:focus-visible { border-color:var(--ink); background:var(--ink); color:var(--surface); }
.cart-quantity button:disabled { opacity:.38; cursor:not-allowed; }
.cart-quantity output { min-width:18px; color:var(--ink); font-size:12px; font-weight:800; text-align:center; font-variant-numeric:tabular-nums; }
.cart-item-actions { align-items:flex-end; }
.remove-item { padding:5px 0; }
@media (max-width:540px) { .cart-item { grid-template-columns:58px minmax(0,1fr) auto; gap:9px; } .cart-item img { width:58px; height:72px; } .cart-item-copy strong { font-size:18px; } .cart-item-actions b { font-size:11px; } .cart-quantity button { width:28px; height:28px; } }
