:root {
  --avd-black: #050505;
  --avd-ink: #111111;
  --avd-paper: #f7f7f6;
  --avd-white: #ffffff;
  --avd-accent: #e3392f;
  --avd-muted: #777775;
  --avd-line: #e5e5e2;
  --avd-sans: Arial, Helvetica, sans-serif;
  --avd-display: Arial, Helvetica, sans-serif;
  --avd-mono: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--avd-black); }
body.avd-page { margin: 0 !important; overflow-x: hidden !important; background: var(--avd-white) !important; color: var(--avd-ink) !important; font-family: var(--avd-sans) !important; -webkit-font-smoothing: antialiased; }
body.avd-page .avd-site,
body.avd-page .avd-site * { box-sizing: border-box; }
body.avd-page .avd-site a { color: inherit; text-decoration: none; }
body.avd-page .avd-site button,
body.avd-page .avd-site input,
body.avd-page .avd-site select { font: inherit; }
.screen-reader-text { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.avd-skip { position: fixed; z-index: 100001; left: 12px; top: -70px; padding: 12px 16px; border-radius: 4px; background: var(--avd-black); color: #fff !important; font-size: 11px; font-weight: 800; }
.avd-skip:focus { top: 12px; }
.avd-intro { display: none !important; }

/* Barra e navegação */
.avd-ticker { position: relative; z-index: 102; min-height: 25px; padding: 6px 18px; display: flex; align-items: center; justify-content: center; background: var(--avd-black); color: #fff; font-size: 9px; font-weight: 700; letter-spacing: .02em; text-align: center; }
.avd-ticker > span { white-space: normal; }
.avd-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid var(--avd-line); background: rgba(255,255,255,.98); color: var(--avd-ink); transition: box-shadow .2s ease; }
.admin-bar .avd-header { top: 32px; }
.avd-header.is-scrolled { box-shadow: 0 8px 26px rgba(0,0,0,.07); }
.avd-header-main { min-height: 76px; padding: 0 clamp(20px, 5vw, 76px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.avd-logo { justify-self: center; display: inline-flex !important; align-items: center; width: 154px; }
.avd-logo img { display: block !important; width: 154px !important; max-width: 154px !important; height: auto !important; max-height: 46px !important; margin: 0 !important; object-fit: contain !important; filter: invert(1); }
.avd-search { justify-self: start; width: min(245px, 100%); min-height: 38px; padding: 0 9px 0 15px; display: flex; align-items: center; border: 1px solid #ededeb; border-radius: 999px; background: #f3f3f2; }
.avd-search input { min-width: 0; width: 100%; padding: 8px 2px; border: 0; outline: 0; background: transparent; color: var(--avd-ink); font-size: 11px; }
.avd-search input::placeholder { color: #777; }
.avd-search button { width: 30px; height: 30px; padding: 0; display: grid; place-items: center; border: 0; background: transparent; color: var(--avd-ink); cursor: pointer; }
.avd-search svg,
.avd-header-actions svg,
.avd-compact-secure svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.avd-header-actions { justify-self: end; display: flex; align-items: center; gap: 17px; }
.avd-header-actions > a { min-height: 34px; display: inline-flex; align-items: center; gap: 6px; color: var(--avd-ink) !important; font-size: 9px; font-weight: 700; }
.avd-account-link > span { margin-top: 1px; }
.asu-header-cart { position: relative; }
.asu-header-cart > span { position: absolute; right: -10px; top: -5px; min-width: 19px; height: 19px; padding: 0 5px; display: grid; place-items: center; border: 2px solid #fff; border-radius: 999px; background: var(--avd-black); color: #fff !important; font-size: 9px; line-height: 1; font-weight: 800; font-variant-numeric: tabular-nums; }
.asu-header-cart > span[hidden] { display: none !important; }
.avd-nav { min-height: 45px; display: flex; align-items: center; justify-content: center; gap: clamp(25px, 3.5vw, 54px); border-top: 1px solid #f0f0ee; }
.avd-nav a { position: relative; padding: 17px 0 15px; color: var(--avd-ink) !important; font-size: 9px; font-weight: 700; letter-spacing: .01em; }
.avd-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 10px; height: 1px; background: var(--avd-ink); transition: right .2s ease; }
.avd-nav a:hover::after,
.avd-nav a:focus-visible::after { right: 0; }
.avd-nav a:nth-child(3) { color: var(--avd-accent) !important; }
.avd-menu-button,
.avd-mobile-menu { display: none; }

/* Cabeçalho enxuto de conta, carrinho e checkout */
.avd-header-compact { position: relative; min-height: 82px; padding: 0 clamp(18px, 4vw, 42px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; box-shadow: none !important; }
.avd-header-compact .avd-logo { grid-column: 2; }
.avd-compact-back { justify-self: start; color: var(--avd-ink) !important; font-size: 10px; letter-spacing: .04em; }
.avd-compact-secure { justify-self: end; display: inline-flex; align-items: center; gap: 8px; color: #555; font-size: 10px; letter-spacing: .03em; }
.avd-compact-secure svg { width: 18px; height: 18px; color: var(--avd-ink); }

/* Home */
.avd-main { display: block; overflow: hidden; }
.avd-hero { position: relative; min-height: clamp(560px, 64vw, 790px); display: flex; align-items: end; overflow: hidden; background: var(--avd-black); color: #fff; }
.avd-hero-image { position: absolute !important; inset: 0 !important; width: 100% !important; height: 100% !important; max-width: none !important; margin: 0 !important; object-fit: cover !important; object-position: center 42%; transform: scale(1.002); }
.avd-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.74) 0%, rgba(0,0,0,.34) 46%, rgba(0,0,0,.04) 78%), linear-gradient(0deg, rgba(0,0,0,.55), transparent 52%); }
.avd-hero-copy { position: relative; z-index: 2; width: min(700px, 100%); padding: clamp(42px, 6vw, 78px) clamp(20px, 5vw, 76px); }
.avd-hero-copy > p,
.avd-section-head p,
.avd-manifesto-copy > p,
.avd-final > p,
.avd-catalog-hero > p { margin: 0 0 13px; font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.avd-hero-copy > p { color: #fff; }
.avd-hero h1 { max-width: 650px; margin: 0; color: #fff !important; font: 800 clamp(39px, 4.6vw, 66px)/.98 var(--avd-display); letter-spacing: -.045em; text-transform: uppercase; text-wrap: balance; }
.avd-hero-text { display: block; max-width: 520px; margin-top: 17px; color: rgba(255,255,255,.8) !important; font-size: 13px; line-height: 1.55; }
.avd-hero-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.avd-hero-cta { min-width: 215px; min-height: 53px; padding: 0 17px; display: inline-flex; align-items: center; justify-content: space-between; gap: 22px; border: 1px solid rgba(255,255,255,.75); border-radius: 4px; color: #fff !important; transition: background .2s ease, color .2s ease; }
.avd-hero-cta > span { display: grid; gap: 4px; font-size: 9px; font-weight: 800; }
.avd-hero-cta small { color: inherit; opacity: .67; font-size: 8px; font-weight: 600; }
.avd-hero-cta b { font-size: 16px; }
.avd-hero-cta.is-primary { border-color: #fff; background: #fff; color: var(--avd-ink) !important; }
.avd-hero-cta:hover { background: var(--avd-black); color: #fff !important; }
.avd-hero-trust { display: flex; flex-wrap: wrap; gap: 9px 20px; margin-top: 21px; color: rgba(255,255,255,.66); font-size: 8px; font-weight: 700; letter-spacing: .04em; }
.avd-hero-trust span::before { content: "✓"; margin-right: 6px; color: #fff; }

.avd-paths { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--avd-line); background: #fff; color: var(--avd-ink); }
.avd-paths article { min-height: 104px; padding: 21px clamp(20px, 5vw, 76px); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 17px; }
.avd-paths article + article { border-left: 1px solid var(--avd-line); }
.avd-paths article > b { font-size: 21px; line-height: 1; }
.avd-paths article > span { display: grid; gap: 5px; }
.avd-paths strong { font-size: 11px; line-height: 1.2; }
.avd-paths small { color: var(--avd-muted); font-size: 10px; line-height: 1.35; }
.avd-paths a { color: var(--avd-ink) !important; font-size: 8px; font-weight: 800; text-decoration: underline !important; text-underline-offset: 4px; white-space: nowrap; }

/* Vitrine */
.avd-products { padding: clamp(54px, 6vw, 86px) clamp(16px, 4vw, 62px); background: #fff; color: var(--avd-ink); }
.avd-section-head { max-width: 1480px; margin: 0 auto 31px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.avd-section-head p,
.avd-catalog-hero > p { color: #555; }
.avd-section-head h2,
.avd-catalog-hero h1 { margin: 0; color: var(--avd-ink) !important; font: 800 clamp(29px, 3.7vw, 49px)/1 var(--avd-display); letter-spacing: -.04em; text-transform: uppercase; }
.avd-section-head > span { max-width: 440px; color: var(--avd-muted) !important; font-size: 12px; line-height: 1.5; text-align: right; }
.avd-product-grid { max-width: 1480px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 56px 34px; }
.avd-card { min-width: 0; display: flex; flex-direction: column; transition: transform .22s ease, opacity .22s ease; }
.avd-card:hover { transform: translateY(-4px); }
.avd-card-editorial .avd-card-link { display: block; text-decoration: none; }
.avd-card-media { position: relative; aspect-ratio: 1 / 1.12; overflow: hidden; border: 1px solid #e8e8e2; background: #f6f6f3; }
.avd-card-media .avd-product-image { position: absolute !important; inset: 8% !important; display: block !important; width: 84% !important; height: 84% !important; max-width: none !important; max-height: none !important; margin: auto !important; object-fit: contain !important; transition: opacity .28s ease, transform .35s ease, filter .25s ease !important; }
.avd-product-front { z-index: 1; opacity: 1; }
.avd-product-back { z-index: 2; opacity: 0; transform: scale(.99); }
.avd-card:hover .has-back .avd-product-front,
.avd-card-media.has-back:focus .avd-product-front { opacity: 0; }
.avd-card:hover .has-back .avd-product-back,
.avd-card-media.has-back:focus .avd-product-back { opacity: 1; transform: none; }
.avd-card:hover .avd-product-image { transform: scale(1.015); }
.avd-card-body { flex: 1; padding-top: 16px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.avd-card-title-link { text-decoration: none !important; }
.avd-card h3 { max-width: 92%; margin: 0; color: var(--avd-ink) !important; font-size: 14px !important; font-weight: 500 !important; line-height: 1.28 !important; letter-spacing: -.015em; text-transform: uppercase; }
.avd-card-price,
.avd-card-price * { margin-top: 10px; color: var(--avd-ink) !important; font-size: 15px !important; font-weight: 800 !important; line-height: 1.1 !important; text-decoration: none !important; }
.avd-card-price del { display: none; }
.avd-card-price ins { text-decoration: none; }
.avd-card-swatch { display: grid; place-items: center; margin-top: 12px; }
.avd-card-swatch i,
.avd-color-dots i { display: block; width: 18px; height: 18px; border-radius: 50%; background: var(--asu-swatch, #111); border: 1px solid rgba(17,17,17,.15); box-shadow: inset 0 0 0 1px rgba(255,255,255,.55); }
.avd-card.is-sold-out .avd-product-image { filter: grayscale(1); opacity: .68; }
.avd-card.is-sold-out h3,
.avd-card.is-sold-out .avd-card-price,
.avd-card.is-sold-out .avd-card-price * { color: #8a8a8a !important; }
.avd-empty { max-width: 1480px; margin: 0 auto; padding: 42px; border: 1px solid var(--avd-line); border-radius: 8px; color: var(--avd-muted); font-size: 10px; font-weight: 700; text-align: center; }

/* Produto */
.avd-product-shell { padding: 36px clamp(20px, 5vw, 76px) 84px; background: #f4f4f1; color: var(--avd-ink); }
.avd-product-breadcrumbs { max-width: 1480px; margin: 0 auto 20px; display: flex; flex-wrap: wrap; gap: 7px; color: #666; font-size: 13px; }
.avd-product-breadcrumbs a { color: #666 !important; text-decoration: none !important; }
.avd-product-detail { max-width: 1480px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(340px, .85fr); gap: 64px; align-items: start; }
.avd-product-gallery { display: grid; grid-template-columns: 88px minmax(0, 1fr); gap: 28px; align-items: start; }
.avd-product-thumbs { display: grid; gap: 16px; }
.avd-product-thumb { width: 88px; height: 112px; padding: 0; border: 1px solid transparent; background: transparent; cursor: pointer; }
.avd-product-thumb.is-active { border-color: rgba(17,17,17,.18); }
.avd-product-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; background: #efefeb; }
.avd-product-stage { min-height: 760px; display: grid; place-items: center; background: transparent; }
.avd-product-stage-image { width: min(100%, 760px); max-height: 760px; object-fit: contain; display: block; }
.avd-product-summary { padding-top: 12px; }
.avd-product-summary h1 { margin: 0; color: var(--avd-ink) !important; font-size: clamp(28px, 3.2vw, 42px); font-weight: 700; line-height: 1.08; }
.avd-product-price-block { display: grid; gap: 8px; margin-top: 26px; }
.avd-product-price-block strong,
.avd-product-price-block strong * { color: var(--avd-ink) !important; font-size: 23px !important; font-weight: 800 !important; line-height: 1; text-decoration: none !important; }
.avd-product-price-block del { display: none; }
.avd-product-price-block ins { text-decoration: none; }
.avd-product-price-block span { color: #444; font-size: 14px; }
.avd-product-color-block { margin-top: 26px; display: grid; gap: 12px; }
.avd-product-color-block > span,
.avd-product-size-head span { font-size: 16px; font-weight: 500; }
.avd-color-dots { display: flex; gap: 10px; align-items: center; }
.avd-product-form { margin-top: 26px; }
.avd-product-size-head { margin-bottom: 14px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.avd-product-size-head a { color: #444 !important; text-decoration: underline !important; text-underline-offset: 4px; font-size: 14px; }
.avd-size-options { display: flex; flex-wrap: wrap; gap: 10px; }
.avd-size-option { position: relative; }
.avd-size-option input { position: absolute; opacity: 0; pointer-events: none; }
.avd-size-option span { min-width: 50px; height: 50px; padding: 0 12px; display: grid; place-items: center; border: 1px solid #111; border-radius: 999px; background: transparent; color: #111; font-size: 16px; cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.avd-size-option input:checked + span { background: #111; color: #fff; }
.avd-size-option input:disabled + span { opacity: .4; cursor: not-allowed; }
.avd-product-submit,
.avd-notify-row button { width: 100%; height: 52px; margin-top: 18px; border: 0; border-radius: 6px; background: #111; color: #fff; font-size: 16px; font-weight: 700; cursor: pointer; }
.avd-product-form > small { display: block; min-height: 18px; margin-top: 10px; color: #8f2219 !important; font-size: 12px; }
.avd-product-unavailable { margin-top: 14px; color: #333; font-size: 15px; font-weight: 600; }
.avd-notify-row { display: grid; gap: 8px; margin-top: 12px; }
.avd-notify-row input,
.avd-product-cep input { width: 100%; height: 48px; padding: 0 16px; border: 1px solid #111; border-radius: 4px; background: transparent; color: #111; font-size: 14px; }
.avd-notify-row button { margin-top: 0; }
.avd-product-cep { margin-top: 20px; padding: 0 16px; height: 62px; display: grid; grid-template-columns: 1fr 180px; align-items: center; gap: 12px; border-radius: 999px; background: #ecece8; }
.avd-product-cep span { color: #444; font-size: 14px; }
.avd-product-cep input { border: 0; background: transparent; text-align: right; }
.avd-product-tabs { display: flex; gap: 32px; margin-top: 38px; padding-bottom: 14px; border-bottom: 1px solid rgba(17,17,17,.18); }
.avd-product-tabs button { padding: 0; border: 0; background: transparent; color: #a0a0a0; font-size: 15px; font-weight: 600; cursor: pointer; text-transform: uppercase; }
.avd-product-tabs button.is-active { color: #111; }
.avd-product-panels { padding-top: 16px; }
.avd-product-panel { display: none; color: #333; font-size: 15px; line-height: 1.7; }
.avd-product-panel.is-active { display: block; }
.avd-measures-table { width: 100%; border-collapse: collapse; }
.avd-measures-table th, .avd-measures-table td { padding: 10px 0; border-bottom: 1px solid rgba(17,17,17,.12); text-align: left; font-size: 14px; }

.avd-manifesto { position: relative; min-height: 470px; padding: clamp(65px, 8vw, 105px) clamp(20px, 5vw, 76px); display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 70px; overflow: hidden; background: var(--avd-black); color: #fff; }
.avd-manifesto-bg { position: absolute; right: -4vw; bottom: -4vw; color: rgba(255,255,255,.025); font: 800 17vw/.75 var(--avd-sans); white-space: nowrap; }
.avd-manifesto-copy,
.avd-facts { position: relative; z-index: 1; }
.avd-manifesto-copy > p { color: rgba(255,255,255,.68); }
.avd-manifesto-copy h2 { max-width: 650px; margin: 0; color: #fff !important; font: 800 clamp(36px, 4.7vw, 61px)/.98 var(--avd-display); letter-spacing: -.04em; }
.avd-manifesto-copy > span { display: block; max-width: 520px; margin-top: 17px; color: rgba(255,255,255,.66); font-size: 13px; line-height: 1.6; }
.avd-facts { border-top: 1px solid rgba(255,255,255,.2); }
.avd-facts article { min-height: 82px; padding: 15px 0; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.2); }
.avd-facts b { color: #fff; font-size: 26px; line-height: 1; }
.avd-facts span { color: rgba(255,255,255,.57); font-size: 8px; font-weight: 700; letter-spacing: .04em; }
.avd-final { padding: clamp(58px, 7vw, 88px) clamp(20px, 5vw, 76px); display: grid; justify-items: center; background: #fff; color: var(--avd-ink); text-align: center; }
.avd-final > p { color: #666; }
.avd-final h2 { max-width: 900px; margin: 0; color: var(--avd-ink) !important; font: 800 clamp(34px, 5vw, 62px)/.98 var(--avd-display); letter-spacing: -.045em; }
.avd-final > a { min-width: 220px; min-height: 50px; margin-top: 24px; padding: 0 17px; display: inline-flex; align-items: center; justify-content: space-between; gap: 22px; border-radius: 999px; background: var(--avd-ink); color: #fff !important; font-size: 9px; font-weight: 800; }

/* Catálogo e páginas informativas */
.avd-catalog-hero { padding: clamp(48px, 6vw, 72px) clamp(20px, 5vw, 76px) 30px; background: #fff; color: var(--avd-ink); text-align: center; }
.avd-catalog-hero h1 { max-width: 980px; margin-inline: auto; }
.avd-catalog-hero > span { display: block; max-width: 620px; margin: 12px auto 0; color: var(--avd-muted); font-size: 12px; line-height: 1.5; }
.avd-products-catalog { padding-top: 24px; }
.avd-legal-hero { padding: clamp(52px, 6vw, 76px) clamp(20px, 5vw, 76px); display: flex; align-items: end; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--avd-line); background: #fff; color: var(--avd-ink); }
.avd-legal-hero > div { max-width: 900px; }
.avd-legal-hero p { color: #666; font-size: 9px; font-weight: 800; letter-spacing: .07em; }
.avd-legal-hero h1 { margin: 12px 0 0; color: var(--avd-ink) !important; font: 800 clamp(34px, 4.5vw, 57px)/1 var(--avd-display); letter-spacing: -.04em; }
.avd-legal-hero span { display: block; max-width: 620px; margin-top: 14px; color: var(--avd-muted); font-size: 13px; line-height: 1.55; }
.avd-legal-hero > small { color: #888; font-size: 8px; font-weight: 700; }
.avd-legal-content { padding: 50px clamp(20px, 5vw, 76px) 80px; display: grid; grid-template-columns: 230px 1fr; gap: 46px; background: #fff; color: var(--avd-ink); }
.avd-legal-index { position: sticky; top: 145px; align-self: start; display: grid; }
.avd-legal-index > span { margin-bottom: 12px; color: var(--avd-muted); font-size: 8px; font-weight: 700; }
.avd-legal-index a { padding: 12px 0; display: grid; grid-template-columns: 30px 1fr; border-top: 1px solid var(--avd-line); color: var(--avd-ink) !important; font-size: 9px; font-weight: 700; line-height: 1.3; }
.avd-legal-index b { color: #777; }
.avd-legal-articles { display: grid; gap: 10px; }
.avd-legal-articles article,
.avd-legal-support { padding: clamp(22px, 3vw, 38px); border: 1px solid var(--avd-line); border-radius: 9px; background: #fff; }
.avd-legal-articles article header { display: grid; grid-template-columns: 42px 1fr; gap: 13px; }
.avd-legal-articles article header b { color: #777; font-size: 19px; font-weight: 800; line-height: 1; }
.avd-legal-articles h2,
.avd-legal-support h2 { margin: 0 !important; color: var(--avd-ink) !important; font: 800 21px/1.1 var(--avd-sans) !important; }
.avd-legal-articles article > div { margin: 15px 0 0 55px; color: var(--avd-muted); font-size: 13px; line-height: 1.65; }
.avd-legal-support p { color: #666; font-size: 8px; font-weight: 700; }
.avd-legal-support span { display: block; margin-top: 11px; color: var(--avd-muted); line-height: 1.5; }
.avd-legal-support a { display: inline-block; margin-top: 16px; color: var(--avd-ink) !important; font-size: 9px; font-weight: 800; text-decoration: underline !important; }

/* Rodapé */
.avd-footer { padding: 52px clamp(20px, 5vw, 76px) 22px; background: var(--avd-black); color: #fff; }
.avd-footer-logo img { display: block !important; width: min(225px, 60vw) !important; height: auto !important; margin: 0 0 31px !important; }
.avd-footer-grid { padding: 29px 0; display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 35px; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.avd-footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.avd-footer-grid strong { font-size: 14px; line-height: 1.25; }
.avd-footer-grid span { max-width: 290px; color: rgba(255,255,255,.55); font-size: 10px; line-height: 1.5; }
.avd-footer-grid small { margin-bottom: 4px; color: #fff; font-size: 8px; font-weight: 800; letter-spacing: .04em; }
.avd-footer-grid a { color: rgba(255,255,255,.72) !important; font-size: 9px; line-height: 1.3; }
.avd-footer-grid a:hover { color: #fff !important; text-decoration: underline; }
.avd-footer-bottom { padding-top: 18px; display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.4); font-size: 7px; font-weight: 700; letter-spacing: .04em; }
.avd-reveal { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .avd-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .avd-product-detail { grid-template-columns: 1.1fr .9fr; gap: 34px; }
  .avd-product-stage { min-height: 620px; }
  .avd-manifesto { grid-template-columns: 1fr 1fr; gap: 40px; }
}

@media (max-width: 820px) {
  .admin-bar .avd-header { top: 46px; }
  .avd-header-main { min-height: 66px; grid-template-columns: 42px auto 1fr; padding-inline: 14px; gap: 10px; }
  .avd-search { width: 38px; padding: 0; justify-content: center; border: 0; background: transparent; }
  .avd-search input { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
  .avd-logo { width: 124px; }
  .avd-logo img { width: 124px !important; }
  .avd-nav { display: none; }
  .avd-header-actions { margin-right: 40px; gap: 10px; }
  .avd-account-link > span { display: none; }
  .avd-menu-button { position: absolute; right: 11px; top: 14px; display: grid; place-items: center; gap: 5px; width: 37px; height: 37px; padding: 0; border: 0; background: transparent; }
  .avd-menu-button span { display: block; width: 19px; height: 1px; background: var(--avd-ink); }
  .avd-mobile-menu { position: fixed; z-index: 99; inset: 66px 0 0; padding: 24px 19px; flex-direction: column; background: #fff; overflow-y: auto; }
  .admin-bar .avd-mobile-menu { top: 112px; }
  .avd-mobile-menu[aria-hidden="false"] { display: flex; }
  .avd-mobile-menu a { padding: 15px 2px; border-bottom: 1px solid var(--avd-line); color: var(--avd-ink) !important; font-size: 14px; font-weight: 700; }
  .avd-header-compact { min-height: 72px; padding-inline: 14px; }
  .avd-header-compact .avd-logo { width: 120px; }
  .avd-compact-back,
  .avd-compact-secure { font-size: 8px; }
  .avd-compact-secure { gap: 5px; }
  .avd-hero { min-height: 640px; }
  .avd-hero-copy { padding: 40px 18px; }
  .avd-hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.2)), linear-gradient(0deg, rgba(0,0,0,.65), transparent 62%); }
  .avd-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 38px 18px; }
  .avd-product-detail { grid-template-columns: 1fr; }
  .avd-product-gallery { grid-template-columns: 70px minmax(0, 1fr); gap: 18px; }
  .avd-product-thumb { width: 70px; height: 88px; }
  .avd-product-stage { min-height: 520px; }
  .avd-manifesto { grid-template-columns: 1fr; min-height: 0; }
  .avd-footer-grid { grid-template-columns: 1fr 1fr; }
  .avd-footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .avd-ticker { min-height: 23px; padding-block: 5px; font-size: 8px; }
  .avd-header-actions svg { width: 19px; height: 19px; }
  .avd-header-compact { grid-template-columns: 1fr auto 1fr; }
  .avd-compact-back { max-width: 70px; line-height: 1.25; }
  .avd-compact-secure { font-size: 0; }
  .avd-compact-secure svg { width: 20px; height: 20px; }
  .avd-hero { min-height: 610px; }
  .avd-hero-image { object-position: 58% center !important; }
  .avd-hero h1 { font-size: clamp(36px, 11.5vw, 50px); }
  .avd-hero-text { font-size: 12px; }
  .avd-hero-actions { flex-direction: column; align-items: stretch; }
  .avd-hero-cta { width: 100%; }
  .avd-paths { grid-template-columns: 1fr; }
  .avd-paths article { min-height: 96px; padding: 19px 16px; grid-template-columns: auto 1fr; }
  .avd-paths article + article { border-top: 1px solid var(--avd-line); border-left: 0; }
  .avd-paths a { grid-column: 2; }
  .avd-products { padding-inline: 10px; }
  .avd-section-head { padding-inline: 5px; align-items: start; flex-direction: column; }
  .avd-section-head > span { text-align: left; }
  .avd-card h3 { font-size: 12px !important; }
  .avd-card-price,
  .avd-card-price * { font-size: 13px !important; }
  .avd-product-shell { padding: 22px 16px 56px; }
  .avd-product-breadcrumbs { font-size: 12px; }
  .avd-product-gallery { grid-template-columns: 1fr; }
  .avd-product-thumbs { grid-auto-flow: column; grid-auto-columns: 70px; overflow-x: auto; }
  .avd-product-stage { min-height: 380px; }
  .avd-product-summary h1 { font-size: 30px; }
  .avd-product-cep { grid-template-columns: 1fr; height: auto; padding: 14px; border-radius: 18px; }
  .avd-product-cep input { text-align: left; padding: 0; }
  .avd-product-tabs { gap: 20px; }
  .avd-catalog-hero { padding-inline: 16px; }
  .avd-legal-hero { align-items: start; flex-direction: column; }
  .avd-legal-content { grid-template-columns: 1fr; gap: 24px; }
  .avd-legal-index { position: static; }
  .avd-legal-articles article > div { margin-left: 0; }
  .avd-footer-grid { grid-template-columns: 1fr; }
  .avd-footer-grid > div:first-child { grid-column: auto; }
  .avd-footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 380px) {
  .avd-logo,
  .avd-logo img { width: 106px !important; }
}
