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

:root {
  --ink: #173e42;
  --ink-2: #294f52;
  --teal: #2e6f73;
  --teal-light: #dceceb;
  --sage: #6f9489;
  --coral: #c85f4b;
  --coral-dark: #a94736;
  --peach: #f3c8b9;
  --cream: #fff9f1;
  --sand: #f4eee5;
  --paper: #fffdf9;
  --white: #fff;
  --text: #344e50;
  --muted: #6a7c7e;
  --line: #e8e0d6;
  --success: #35745c;
  --danger: #a83c36;
  --shadow-sm: 0 8px 24px rgba(23, 62, 66, .08);
  --shadow-md: 0 18px 48px rgba(23, 62, 66, .12);
  --shadow-lg: 0 30px 80px rgba(23, 62, 66, .16);
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 30px;
  --container: 1220px;
  --header-height: 76px;
  font-synthesis: none;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body { margin: 0; overflow-x: hidden; color: var(--text); background: var(--paper); font-family: 'DM Sans', system-ui, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; padding-bottom: 70px; }
body.menu-open, body.filters-open, body.modal-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .55; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { color: var(--ink); font-family: 'Fraunces', Georgia, serif; line-height: 1.08; letter-spacing: -.025em; }
h1 { font-size: clamp(2.35rem, 9vw, 5.6rem); }
h2 { font-size: clamp(1.9rem, 6vw, 3.4rem); }
h3 { color: var(--ink); line-height: 1.25; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid rgba(200, 95, 75, .38); outline-offset: 3px; }

.container { width: min(var(--container), calc(100% - 32px)) !important; max-width: none !important; margin-inline: auto; }
.section { padding: 72px 0; }
.sr-only { 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; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; transform: translateY(-150%); padding: 12px 18px; border-radius: 10px; color: #fff; background: var(--ink); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { display: inline-block; color: var(--coral); font-size: .76rem; font-weight: 700; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase; }
.section-heading { margin-bottom: 30px; }
.section-heading h2 { margin: 8px 0 12px; }
.section-heading p { max-width: 620px; margin-bottom: 0; color: var(--muted); }
.section-heading--center { text-align: center; }
.section-heading--center p { margin-inline: auto; }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 12px 20px; border: 1px solid transparent; border-radius: 999px; font-size: .92rem; font-weight: 700; line-height: 1.2; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; height: 18px; }
.button--primary { color: #fff; background: var(--teal); box-shadow: 0 10px 24px rgba(46, 111, 115, .24); }
.button--primary:hover { background: var(--ink); box-shadow: 0 14px 30px rgba(23, 62, 66, .25); }
.button--coral { color: #fff; background: var(--coral); box-shadow: 0 10px 24px rgba(200, 95, 75, .22); }
.button--coral:hover { background: var(--coral-dark); }
.button--light { color: var(--ink); background: #fff; border-color: var(--line); }
.button--outline { color: var(--teal); background: transparent; border-color: #b7cfcc; }
.button--outline:hover { border-color: var(--teal); background: var(--teal-light); }
.button--block { width: 100%; }
.text-button { padding: 7px 0; border: 0; color: var(--coral-dark); background: transparent; font-size: .88rem; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.icon-button { display: inline-grid; width: 44px; height: 44px; flex: 0 0 44px; place-items: center; padding: 0; border: 0; border-radius: 50%; color: var(--ink); background: transparent; }
.icon-button:hover { background: var(--sand); }
.icon-button svg { width: 22px; height: 22px; }

.announcement { position: relative; z-index: 101; color: #fff; background: var(--ink); font-size: .74rem; font-weight: 600; letter-spacing: .02em; }
.announcement__inner { display: flex; min-height: 34px; align-items: center; justify-content: center; text-align: center; }
.announcement__secondary { display: none; }
.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(232, 224, 214, .8); background: rgba(255, 253, 249, .94); box-shadow: 0 5px 18px rgba(23, 62, 66, .05); backdrop-filter: blur(18px); }
.header-main { display: grid; min-height: 70px; grid-template-columns: 44px minmax(120px, 1fr) 44px; align-items: center; gap: 8px; }
.brand { display: flex; justify-content: center; }
.brand img { width: min(185px, 100%); }
.header-search { position: relative; display: none; }
.header-search > svg { position: absolute; z-index: 1; top: 50%; left: 16px; width: 19px; transform: translateY(-50%); color: var(--muted); }
.header-search input { width: 100%; height: 48px; padding: 0 92px 0 46px; border: 1px solid var(--line); border-radius: 999px; outline: 0; background: #fff; }
.header-search input:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(46, 111, 115, .1); }
.header-search > button { position: absolute; top: 5px; right: 5px; height: 38px; padding: 0 17px; border: 0; border-radius: 999px; color: #fff; background: var(--teal); font-weight: 700; }
.search-suggestions { position: absolute; top: calc(100% + 9px); right: 0; left: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow-md); }
.search-suggestions a { display: flex; align-items: center; gap: 12px; padding: 10px 14px; border-bottom: 1px solid #eee; }
.search-suggestions a:hover { background: var(--cream); }
.search-suggestions img { width: 52px; height: 52px; border-radius: 10px; object-fit: cover; }
.search-suggestions span { min-width: 0; }
.search-suggestions b, .search-suggestions small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.search-suggestions b { color: var(--ink); font-size: .84rem; }
.search-suggestions small { color: var(--muted); font-size: .72rem; }
.search-suggestions p { margin: 0; padding: 20px; color: var(--muted); text-align: center; }
.cart-link { position: relative; display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; color: var(--ink); }
.cart-link:hover { background: var(--sand); }
.cart-link svg { width: 23px; }
.cart-link__label { display: none; }
.cart-count { position: absolute; top: 0; right: -2px; display: grid; min-width: 20px; height: 20px; place-items: center; padding: 0 5px; border: 2px solid var(--paper); border-radius: 999px; color: #fff; background: var(--coral); font-size: .65rem; font-weight: 800; }
.desktop-nav { display: none; }
.mobile-menu { position: fixed; z-index: 99; top: var(--mobile-menu-top, 104px); right: 0; bottom: 0; left: 0; overflow-y: auto; overscroll-behavior: contain; padding: 20px 22px max(90px, calc(24px + env(safe-area-inset-bottom))); background: var(--paper); box-shadow: 0 18px 38px rgba(23, 62, 66, .14); }
.mobile-menu a { display: block; padding: 17px 4px; border-bottom: 1px solid var(--line); color: var(--ink); font-weight: 700; }

.hero { position: relative; min-height: 560px; overflow: hidden; color: var(--text); background: #f1e6d9; }
.hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 65% center; }
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255, 249, 241, .98) 0%, rgba(255, 249, 241, .92) 45%, rgba(255, 249, 241, .2) 72%, rgba(23, 62, 66, .08) 100%); }
.hero__content { position: relative; z-index: 1; padding-top: 46px; }
.hero h1 { max-width: 760px; margin: 12px 0 18px; font-size: clamp(2.6rem, 8vw, 4.1rem); }
.hero__content > p { max-width: 560px; color: var(--ink-2); font-size: 1.02rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.hero__proof { display: flex; align-items: center; gap: 9px; margin-top: 22px; color: var(--ink); font-size: .78rem; font-weight: 600; }
.hero__proof svg { width: 19px; }
.benefit-strip { border-bottom: 1px solid var(--line); background: #fff; }
.benefit-grid { display: grid; grid-template-columns: 1fr 1fr; }
.benefit { display: flex; min-width: 0; align-items: center; gap: 9px; padding: 18px 7px; border-bottom: 1px solid var(--line); }
.benefit:nth-child(odd) { border-right: 1px solid var(--line); }
.benefit:last-child { grid-column: 1 / -1; justify-content: center; border-bottom: 0; }
.benefit svg { width: 22px; flex: 0 0 auto; color: var(--coral); }
.benefit span { min-width: 0; color: var(--muted); font-size: .69rem; line-height: 1.35; }
.benefit strong { display: block; overflow: hidden; color: var(--ink); font-size: .74rem; text-overflow: ellipsis; white-space: nowrap; }

.brand-section { background: var(--cream); }
.brand-grid { display: grid; gap: 14px; }
.brand-card { position: relative; display: grid; min-height: 128px; grid-template-columns: 1fr auto; grid-template-rows: auto auto; align-content: center; padding: 24px; overflow: hidden; border: 1px solid transparent; border-radius: var(--radius); color: var(--ink); text-align: left; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease; }
.brand-card::after { position: absolute; width: 120px; height: 120px; right: -30px; bottom: -48px; border-radius: 50%; background: rgba(255,255,255,.55); content: ''; }
.brand-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.brand-card span { z-index: 1; font-family: 'Fraunces', Georgia, serif; font-size: 1.65rem; font-weight: 700; }
.brand-card small { z-index: 1; color: var(--muted); }
.brand-card svg { z-index: 1; grid-row: 1 / 3; align-self: center; width: 25px; }
.brand-card--pampers { background: #e5f1f7; }
.brand-card--huggies { background: #f7e6df; }
.brand-card--babysec { background: #e5efea; }

.catalog-section { background: #fff; }
.catalog-heading { display: flex; align-items: stretch; flex-direction: column; justify-content: space-between; gap: 16px; }
.filter-toggle { display: inline-flex; width: 100%; flex: 0 0 auto; }
.catalog-layout { position: relative; }
.filter-panel { position: fixed; z-index: 81; top: 0; bottom: 0; left: 0; width: min(88vw, 360px); padding: 22px; overflow-y: auto; background: var(--paper); box-shadow: var(--shadow-lg); transform: translateX(-105%); transition: transform .28s ease; }
.filter-panel.is-open { transform: translateX(0); }
.filter-panel__head { display: flex; align-items: center; justify-content: space-between; }
.filter-panel__head h3 { margin: 0; }
.filter-panel form { display: grid; gap: 8px; padding-top: 22px; }
.filter-panel label { margin-top: 9px; color: var(--ink); font-size: .78rem; font-weight: 700; }
.filter-panel input, .filter-panel select { width: 100%; min-height: 46px; padding: 0 13px; border: 1px solid var(--line); border-radius: 12px; color: var(--text); background: #fff; }
.filter-backdrop { position: fixed; z-index: 80; inset: 0; background: rgba(23, 62, 66, .44); backdrop-filter: blur(2px); }
.product-grid { display: grid; gap: 18px; }
.product-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); transition: transform .26s ease, box-shadow .26s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.product-card__image { position: relative; display: block; overflow: hidden; aspect-ratio: 1; background: var(--sand); }
.product-card__image::after { position: absolute; inset: 0; background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,.65) 50%, transparent 70%); content: ''; transform: translateX(-110%); }
.product-card__image.image-loading:not(.is-loaded)::after { animation: shimmer 1.25s infinite; }
.product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-card:hover .product-card__image img { transform: scale(1.035); }
.product-badge { position: absolute; z-index: 2; top: 14px; left: 14px; max-width: calc(100% - 82px); padding: 7px 11px; border-radius: 999px; color: var(--ink); background: rgba(255, 253, 249, .92); box-shadow: 0 4px 12px rgba(23,62,66,.09); font-size: .68rem; font-weight: 800; line-height: 1.2; backdrop-filter: blur(8px); }
.discount-badge { display: inline-grid; min-width: 48px; height: 30px; place-items: center; border-radius: 999px; color: #fff; background: var(--coral); font-size: .72rem; font-weight: 800; }
.product-card__image > .discount-badge { position: absolute; z-index: 2; top: 14px; right: 14px; }
.product-card__body { padding: 19px; }
.product-card__brand { color: var(--coral); font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.product-card h3 { min-height: 48px; margin: 6px 0 10px; font-size: 1.06rem; }
.package-pill { display: flex; align-items: center; gap: 6px; margin-bottom: 10px; color: var(--muted); font-size: .78rem; }
.package-pill svg { width: 17px; color: var(--teal); }
.package-pill strong { color: var(--ink); }
.size-list { display: flex; align-items: center; gap: 6px; margin-bottom: 14px; color: var(--muted); font-size: .74rem; }
.size-list b { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: var(--cream); font-size: .7rem; }
.size-list b.size-list__mixed { width: auto; padding: 0 8px; border-radius: 999px; }
.units-summary { margin: -5px 0 14px; padding: 8px 10px; border-radius: 9px; color: var(--teal); background: #edf6f4; font-size: .67rem; font-weight: 800; line-height: 1.45; }
.product-card__price span, .product-card__price strong, .product-card__price small { display: block; }
.product-card__price span { color: var(--muted); font-size: .76rem; text-decoration: line-through; }
.product-card__price strong { color: var(--ink); font-family: 'Fraunces', Georgia, serif; font-size: 1.65rem; line-height: 1.2; }
.product-card__price small { color: var(--teal); font-size: .76rem; font-weight: 700; }
.saving-copy { margin: 6px 0 15px; color: var(--success); font-size: .72rem; }
.product-card__actions { display: grid; grid-template-columns: 1fr; gap: 8px; }
.product-card__actions .button { min-height: 44px; padding-inline: 12px; font-size: .8rem; }
.product-skeleton { overflow: hidden; padding: 14px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.product-skeleton span, .product-skeleton i, .product-skeleton b { display: block; border-radius: 10px; background: linear-gradient(90deg, #eee7de 25%, #faf7f2 50%, #eee7de 75%); background-size: 200% 100%; animation: skeleton 1.35s infinite; }
.product-skeleton span { aspect-ratio: 1; }
.product-skeleton i { width: 75%; height: 15px; margin-top: 15px; }
.product-skeleton i + i { width: 55%; }
.product-skeleton b { width: 42%; height: 30px; margin-top: 20px; }
.product-empty { grid-column: 1/-1; }
.reveal-card { opacity: 0; transform: translateY(18px); }
.reveal-card.is-visible { opacity: 1; transform: none; transition: opacity .45s ease, transform .45s ease, box-shadow .26s ease; }

.featured-offer { padding-top: 10px; background: #fff; }
.featured-offer__card { display: grid; overflow: hidden; border-radius: var(--radius-lg); background: linear-gradient(135deg, #173e42 0%, #295b5c 58%, #6c9084 100%); box-shadow: var(--shadow-lg); }
.featured-offer__copy { z-index: 1; padding: 34px 25px 12px; color: #d8e7e5; }
.featured-offer__copy .eyebrow { color: #f5baa9; }
.featured-offer h2 { margin: 10px 0 16px; color: #fff; }
.featured-offer p { max-width: 600px; }
.featured-offer img { width: 100%; aspect-ratio: 1.1; object-fit: cover; mix-blend-mode: screen; }
.offer-price { margin: 22px 0; }
.offer-price span, .offer-price small { display: block; font-size: .78rem; }
.offer-price strong { display: block; color: #fff; font-family: 'Fraunces', Georgia, serif; font-size: 2rem; }
.advantages { background: var(--cream); }
.advantage-grid { display: grid; gap: 14px; }
.advantage-grid article { position: relative; min-height: 230px; padding: 27px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.advantage-grid article > span { position: absolute; top: -20px; right: 8px; color: rgba(46, 111, 115, .08); font-family: 'Fraunces', Georgia, serif; font-size: 6.8rem; font-weight: 700; line-height: 1; }
.advantage-grid svg { width: 32px; height: 32px; margin-bottom: 32px; color: var(--coral); }
.advantage-grid h3 { margin-bottom: 8px; }
.advantage-grid p { margin: 0; color: var(--muted); font-size: .88rem; }
.testimonials { background: #fff; }
.testimonial-grid { display: grid; gap: 14px; }
.testimonial-grid blockquote { margin: 0; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow-sm); }
.testimonial-grid blockquote > p { color: var(--ink-2); font-family: 'Fraunces', Georgia, serif; font-size: 1.12rem; }
.stars { color: #d69447; letter-spacing: 3px; }
.testimonial-grid footer { color: var(--ink); font-weight: 700; }
.testimonial-grid footer span { display: block; color: var(--muted); font-size: .7rem; font-weight: 400; }
.faq-section { background: var(--sand); }
.faq-layout { display: grid; gap: 30px; }
.faq-layout .section-heading .button { margin-top: 12px; }
.accordion > h2 { font-size: 1.75rem; }
.accordion article { border-bottom: 1px solid #dcd1c4; }
.accordion article > button { display: flex; width: 100%; min-height: 68px; align-items: center; justify-content: space-between; gap: 14px; padding: 16px 0; border: 0; color: var(--ink); background: transparent; font-weight: 700; text-align: left; }
.accordion article > button svg { width: 20px; flex: 0 0 20px; transition: transform .2s ease; }
.accordion article > div { padding: 0 28px 17px 0; color: var(--muted); font-size: .9rem; }
.accordion article > div p { margin: 0; }
.newsletter { padding: 54px 0; color: #dceceb; background: var(--ink); }
.newsletter__inner { display: grid; gap: 25px; }
.newsletter h2 { margin: 8px 0; color: #fff; }
.newsletter p { margin: 0; }
.newsletter form { display: grid; gap: 10px; }
.newsletter input { min-width: 0; min-height: 52px; padding: 0 18px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; color: #fff; background: rgba(255,255,255,.1); }
.newsletter input::placeholder { color: #b6cecb; }

.site-footer { padding: 55px 0 95px; color: #b9cdca; background: #102f32; }
.footer-grid { display: grid; gap: 32px; }
.footer-logo { width: 190px; margin-bottom: 14px; filter: brightness(0) invert(1); opacity: .9; }
.footer-grid h2 { margin: 0 0 12px; color: #fff; font-family: 'DM Sans', sans-serif; font-size: .92rem; }
.footer-grid p { max-width: 400px; margin-bottom: 0; font-size: .82rem; }
.footer-grid a { display: block; margin: 8px 0; font-size: .82rem; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; flex-direction: column; gap: 8px; margin-top: 35px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .68rem; }
.mobile-bottom-nav { position: fixed; z-index: 70; right: 8px; bottom: 8px; left: 8px; display: grid; height: 62px; grid-template-columns: repeat(4, 1fr); padding: 6px; border: 1px solid rgba(255,255,255,.7); border-radius: 18px; background: rgba(255,253,249,.94); box-shadow: 0 16px 40px rgba(23,62,66,.22); backdrop-filter: blur(18px); }
.mobile-bottom-nav a { position: relative; display: flex; align-items: center; flex-direction: column; justify-content: center; gap: 1px; border-radius: 12px; color: var(--ink); font-size: .61rem; font-weight: 700; }
.mobile-bottom-nav a:hover { background: var(--sand); }
.mobile-bottom-nav svg { width: 19px; }
.mobile-bottom-nav .cart-count { top: 0; right: 21%; color: #fff; }
.toast { position: fixed; z-index: 110; right: 16px; bottom: 88px; left: 16px; padding: 14px 18px; border-radius: 13px; color: #fff; background: var(--success); box-shadow: var(--shadow-md); font-size: .85rem; font-weight: 700; opacity: 0; pointer-events: none; transform: translateY(20px); transition: opacity .25s ease, transform .25s ease; }
.toast--error { background: var(--danger); }
.toast.is-visible { opacity: 1; transform: none; }
.back-to-top { position: fixed; z-index: 69; right: 16px; bottom: 86px; display: grid; width: 44px; height: 44px; place-items: center; border: 0; border-radius: 50%; color: #fff; background: var(--teal); box-shadow: var(--shadow-md); }

.page-main { min-height: 65vh; padding: 24px 0 80px; background: var(--paper); }
.breadcrumb { display: flex; align-items: center; gap: 5px; overflow: hidden; margin-bottom: 26px; color: var(--muted); font-size: .72rem; white-space: nowrap; }
.breadcrumb a:hover { color: var(--teal); }
.breadcrumb svg { width: 14px; flex: 0 0 14px; }
.breadcrumb span { overflow: hidden; text-overflow: ellipsis; }
.page-heading { margin-bottom: 26px; }
.page-heading h1 { margin: 6px 0 10px; font-size: clamp(2.2rem, 9vw, 4.2rem); }
.page-heading p { color: var(--muted); }
.empty-state { padding: 45px 20px; border: 1px dashed #cfc4b8; border-radius: var(--radius); text-align: center; background: var(--cream); }
.empty-state h2, .empty-state h3 { margin: 16px 0 8px; }
.empty-state p { max-width: 470px; margin: 0 auto 22px; color: var(--muted); }
.empty-state__icon { display: grid; width: 62px; height: 62px; place-items: center; margin: auto; border-radius: 50%; color: var(--teal); background: var(--teal-light); }
.empty-state__icon svg { width: 30px; }
.empty-state--compact { padding: 24px 10px; }

.product-hero { display: grid; gap: 30px; }
.product-gallery__main { position: relative; overflow: hidden; aspect-ratio: 1; border-radius: var(--radius); background: var(--sand); }
.product-gallery__main img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.product-gallery__main[data-view="detail"] img { transform: scale(1.45); }
.product-gallery__main[data-view="count"]::after { position: absolute; right: 18px; bottom: 18px; padding: 9px 14px; border-radius: 999px; color: #fff; background: var(--ink); content: 'Quantidade conferida no carrinho'; font-size: .68rem; font-weight: 700; }
.product-thumbnails { display: flex; gap: 10px; margin-top: 12px; }
.product-thumbnails button { width: 74px; height: 74px; overflow: hidden; padding: 3px; border: 2px solid transparent; border-radius: 13px; background: var(--sand); }
.product-thumbnails button.is-active { border-color: var(--teal); }
.product-thumbnails img { width: 100%; height: 100%; border-radius: 8px; object-fit: cover; }
.product-thumbnails button > span { display: flex; height: 100%; align-items: center; flex-direction: column; justify-content: center; color: var(--ink); font-family: 'Fraunces', Georgia, serif; font-size: 1.5rem; font-weight: 700; line-height: 1; }
.product-thumbnails small { margin-top: 3px; font-family: 'DM Sans', sans-serif; font-size: .56rem; }
.product-brand-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--coral); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.rating { text-align: right; }
.rating span, .rating a { display: block; }
.rating span { color: #d69447; letter-spacing: 2px; }
.rating a { color: var(--muted); font-size: .58rem; font-weight: 500; letter-spacing: 0; text-transform: none; }
.product-info h1 { margin: 10px 0 14px; font-size: clamp(2.1rem, 9vw, 4rem); }
.product-lead { color: var(--muted); }
.package-notice { display: flex; align-items: flex-start; gap: 11px; margin: 19px 0; padding: 14px; border: 1px solid #c6ddda; border-radius: 14px; background: #edf6f4; }
.package-notice svg { width: 22px; flex: 0 0 22px; color: var(--teal); }
.package-notice p { margin: 0; font-size: .8rem; }
.package-notice strong { color: var(--ink); }
.product-pricing { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin: 23px 0 4px; }
.product-pricing .old-price, .product-pricing strong, .product-pricing small { display: block; }
.product-pricing .old-price { color: var(--muted); font-size: .8rem; text-decoration: line-through; }
.product-pricing strong { color: var(--ink); font-family: 'Fraunces', Georgia, serif; font-size: 2.3rem; line-height: 1.1; }
.product-pricing small { color: var(--success); font-size: .7rem; }
.unit-price { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px; padding-bottom: 20px; border-bottom: 1px solid var(--line); color: var(--teal); font-size: .72rem; font-weight: 700; }
.size-selector { margin: 21px 0; padding: 0; border: 0; }
.size-selector legend { margin-bottom: 10px; color: var(--ink); font-weight: 700; }
.size-selector > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.size-selector label { display: block; min-width: 0; cursor: pointer; }
.size-selector label input { position: absolute; opacity: 0; pointer-events: none; }
.size-selector label span { display: flex; width: 100%; min-height: 62px; align-items: center; justify-content: center; flex-direction: column; gap: 2px; padding: 8px; border: 1px solid var(--line); border-radius: 13px; color: var(--ink); background: #fff; font-weight: 700; text-align: center; }
.size-selector label span b { font-size: .82rem; line-height: 1.2; overflow-wrap: anywhere; }
.size-selector label span small { color: var(--muted); font-size: .62rem; font-weight: 600; line-height: 1.25; }
.size-selector label input:checked + span { border-color: var(--teal); color: #fff; background: var(--teal); box-shadow: 0 0 0 4px var(--teal-light); }
.size-selector label input:checked + span small { color: rgba(255,255,255,.8); }
.size-selector label input:focus-visible + span { outline: 3px solid rgba(46,111,115,.28); outline-offset: 3px; }
.size-selector > small { display: block; margin-top: 10px; color: var(--muted); font-size: .68rem; }
.quantity-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; margin-bottom: 18px; }
.quantity-row label, .quantity-row > div > span { display: block; margin-bottom: 7px; color: var(--ink); font-size: .75rem; font-weight: 700; }
.quantity-control { display: grid; width: 132px; grid-template-columns: 40px 1fr 40px; overflow: hidden; border: 1px solid var(--line); border-radius: 999px; background: #fff; }
.quantity-control button { display: grid; height: 40px; place-items: center; padding: 0; border: 0; color: var(--teal); background: transparent; }
.quantity-control button:hover { background: var(--teal-light); }
.quantity-control button svg { width: 16px; }
.quantity-control input { min-width: 0; border: 0; outline: 0; color: var(--ink); background: transparent; font-weight: 700; text-align: center; -moz-appearance: textfield; }
.quantity-control input::-webkit-inner-spin-button { -webkit-appearance: none; }
.product-subtotal { text-align: right; }
.product-subtotal strong, .product-subtotal small { display: block; }
.product-subtotal strong { color: var(--ink); font-family: 'Fraunces', Georgia, serif; font-size: 1.35rem; }
.product-subtotal small { color: var(--muted); font-size: .65rem; }
.product-subtotal small + small { color: var(--teal); font-weight: 800; }
.product-actions { display: grid; gap: 9px; }
.stock-status { display: flex; align-items: center; gap: 7px; margin: 16px 0; color: var(--success); font-size: .75rem; }
.stock-status svg { width: 17px; }
.delivery-calc { padding: 17px; border: 1px solid var(--line); border-radius: 15px; background: var(--cream); }
.delivery-calc label { display: block; margin-bottom: 9px; color: var(--ink); font-size: .78rem; font-weight: 700; }
.delivery-calc > div { display: grid; grid-template-columns: 1fr auto; }
.delivery-calc input { min-width: 0; height: 44px; padding: 0 12px; border: 1px solid var(--line); border-radius: 10px 0 0 10px; outline: 0; }
.delivery-calc button { padding: 0 15px; border: 0; border-radius: 0 10px 10px 0; color: #fff; background: var(--ink); font-size: .78rem; font-weight: 700; }
.delivery-calc > small { display: block; margin-top: 8px; color: var(--muted); font-size: .68rem; }
.purchase-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-top: 13px; }
.purchase-benefits span { display: flex; align-items: center; flex-direction: column; gap: 5px; padding: 9px 3px; color: var(--muted); font-size: .57rem; text-align: center; }
.purchase-benefits svg { width: 19px; color: var(--teal); }
.product-details { display: grid; gap: 17px; margin-top: 58px; }
.product-details > div { padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.product-description { grid-column: 1 / -1; background: var(--cream) !important; }
.product-description h2 { margin: 8px 0 14px; font-size: 1.8rem; }
.product-description p { color: var(--muted); }
.feature-list h3, .combo-facts h3 { margin-top: 0; }
.feature-list ul { display: grid; gap: 11px; padding: 0; list-style: none; }
.feature-list li { display: flex; align-items: center; gap: 9px; font-size: .82rem; }
.feature-list svg { width: 18px; flex: 0 0 18px; color: var(--success); }
.combo-facts dl { margin: 0; }
.combo-facts dl > div { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: .78rem; }
.combo-facts dt { color: var(--muted); }
.combo-facts dd { margin: 0; color: var(--ink); font-weight: 700; text-align: right; }
.related-section { padding-bottom: 25px; }
.product-support-grid { display: grid; gap: 30px; margin-top: 40px; }
.product-reviews { padding: 24px; border-radius: var(--radius); color: #dceceb; background: var(--ink); }
.product-reviews h2 { margin: 7px 0 18px; color: #fff; font-size: 1.8rem; }
.review-summary { display: flex; align-items: center; gap: 13px; }
.review-summary > strong { color: #fff; font-family: 'Fraunces', Georgia, serif; font-size: 3rem; }
.review-summary span { color: #e7ad65; letter-spacing: 2px; }
.review-summary small { display: block; color: #aec6c3; font-size: .62rem; letter-spacing: 0; }
.product-reviews blockquote { margin: 20px 0 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); font-family: 'Fraunces', Georgia, serif; }
.product-reviews footer { margin-top: 8px; color: #aec6c3; font-family: 'DM Sans', sans-serif; font-size: .7rem; }
.mobile-buy-bar { position: fixed; z-index: 68; right: 8px; bottom: 76px; left: 8px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 9px 10px 9px 15px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,253,249,.97); box-shadow: var(--shadow-md); backdrop-filter: blur(15px); }
.mobile-buy-bar small, .mobile-buy-bar strong { display: block; }
.mobile-buy-bar small { color: var(--muted); font-size: .62rem; }
.mobile-buy-bar strong { color: var(--ink); font-family: 'Fraunces', Georgia, serif; }
.mobile-buy-bar .button { min-height: 44px; }

.shipping-progress { margin-bottom: 22px; padding: 18px; border: 1px solid #c6ddda; border-radius: var(--radius); background: #edf6f4; }
.shipping-progress > div:first-child { display: flex; align-items: center; gap: 10px; }
.shipping-progress svg { width: 23px; color: var(--teal); }
.shipping-progress p { margin: 0; font-size: .8rem; }
.progress-track { height: 7px; margin-top: 12px; overflow: hidden; border-radius: 999px; background: #d1e1df; }
.progress-track span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--teal), var(--coral)); transition: width .35s ease; }
.cart-layout { display: grid; gap: 20px; }
.cart-layout--empty { display: block; max-width: 720px; margin: 8px auto 0; }
.cart-page--empty .page-heading { max-width: 720px; margin-right: auto; margin-left: auto; text-align: center; }
.cart-page--empty .page-heading p { max-width: 520px; margin-right: auto; margin-bottom: 0; margin-left: auto; }
.cart-layout--empty .empty-state { padding: clamp(42px,7vw,68px) 24px; border-style: solid; background: linear-gradient(145deg,#fff 0%,var(--cream) 100%); box-shadow: var(--shadow-sm); }
.cart-layout--empty .empty-state h2 { margin-top: 18px; font-size: clamp(1.8rem,5vw,2.6rem); }
.cart-layout--empty .empty-state p { max-width: 410px; font-size: .9rem; }
.cart-layout--empty .empty-state__icon { width: 68px; height: 68px; }
.cart-items { min-width: 0; }
.cart-items__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.cart-items__head h2 { margin: 0; font-family: 'DM Sans', sans-serif; font-size: .95rem; }
.cart-item { position: relative; display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 14px; padding: 14px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.cart-item + .cart-item { margin-top: 12px; }
.cart-item__image { overflow: hidden; align-self: start; aspect-ratio: 1; border-radius: 13px; background: var(--sand); }
.cart-item__image img { width: 100%; height: 100%; object-fit: cover; }
.cart-item__title { display: flex; align-items: flex-start; justify-content: space-between; gap: 7px; }
.cart-item__title span { color: var(--coral); font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cart-item__title h3 { margin: 3px 0 4px; font-size: .88rem; }
.cart-item__title p { margin: 0; color: var(--muted); font-size: .67rem; }
.cart-item__title .icon-button { width: 36px; height: 36px; flex-basis: 36px; color: var(--danger); }
.cart-item__title .icon-button svg { width: 17px; }
.cart-item__controls { display: grid; grid-column: 1 / -1; grid-template-columns: 1fr; gap: 12px; margin-top: 12px; }
.cart-item__controls label, .cart-item__controls > div > span { display: block; margin-bottom: 5px; color: var(--muted); font-size: .64rem; font-weight: 600; }
.cart-item__controls select { width: 100%; height: 42px; padding: 0 10px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.cart-item__controls .quantity-control { width: 128px; }
.cart-item__meta { display: flex; grid-column: 1 / -1; flex-wrap: wrap; justify-content: space-between; gap: 5px; padding-top: 12px; border-top: 1px solid var(--line); color: var(--muted); font-size: .68rem; }
.cart-item__meta strong { color: var(--ink); }
.cart-item__price { grid-column: 1 / -1; text-align: right; }
.cart-item__price span, .cart-item__price strong, .cart-item__price small { display: block; }
.cart-item__price span { color: var(--muted); font-size: .66rem; }
.cart-item__price strong { color: var(--ink); font-family: 'Fraunces', Georgia, serif; font-size: 1.25rem; }
.cart-item__price small { color: var(--success); font-size: .64rem; }
.order-summary { align-self: start; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.order-summary h2 { margin: 0 0 18px; font-family: 'DM Sans', sans-serif; font-size: 1rem; }
.order-summary dl { margin: 0; }
.order-summary dl > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 7px 0; color: var(--muted); font-size: .78rem; }
.order-summary dd { margin: 0; color: var(--ink); font-weight: 700; text-align: right; }
.order-summary .summary-discount dd { color: var(--success); }
.order-summary .summary-total { margin-top: 10px; padding-top: 15px; border-top: 1px solid var(--line); color: var(--ink); font-weight: 800; }
.order-summary .summary-total dd { font-family: 'Fraunces', Georgia, serif; font-size: 1.4rem; }
.order-summary .button { margin-top: 18px; }
.continue-link { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 13px; color: var(--teal); font-size: .75rem; font-weight: 700; }
.continue-link svg { width: 16px; }
.summary-security { display: flex; align-items: flex-start; gap: 7px; margin: 17px 0 0; padding-top: 15px; border-top: 1px solid var(--line); color: var(--muted); font-size: .65rem; }
.summary-security svg { width: 16px; flex: 0 0 16px; color: var(--success); }

.checkout-layout { display: grid; gap: 20px; }
.checkout-steps { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 0 20px; padding: 0; list-style: none; }
.checkout-steps li { position: relative; display: flex; align-items: center; flex-direction: column; gap: 6px; color: var(--muted); text-align: center; }
.checkout-steps li::before { position: absolute; z-index: 0; top: 17px; right: 50%; left: -50%; height: 2px; background: var(--line); content: ''; }
.checkout-steps li:first-child::before { display: none; }
.checkout-steps li span { z-index: 1; display: grid; width: 34px; height: 34px; place-items: center; border: 2px solid var(--line); border-radius: 50%; background: var(--paper); font-size: .75rem; font-weight: 800; }
.checkout-steps li small { display: none; font-size: .62rem; }
.checkout-steps li.is-active span, .checkout-steps li.is-complete span { border-color: var(--teal); color: #fff; background: var(--teal); }
.checkout-steps li.is-complete::before, .checkout-steps li.is-active::before { background: var(--teal); }
.checkout-panel { padding: 23px 18px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.panel-heading { margin-bottom: 24px; }
.panel-heading > span { color: var(--coral); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.panel-heading h2 { margin: 6px 0 8px; font-size: 1.75rem; }
.panel-heading p { margin: 0; color: var(--muted); font-size: .82rem; }
.form-grid { display: grid; gap: 14px; }
.field label { display: block; margin-bottom: 6px; color: var(--ink); font-size: .76rem; font-weight: 700; }
.field input, .field select { width: 100%; height: 48px; padding: 0 13px; border: 1px solid var(--line); border-radius: 11px; color: var(--text); outline: 0; background: #fff; }
.field input:focus, .field select:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(46,111,115,.09); }
.field input.is-invalid, .field select.is-invalid { border-color: var(--danger); background: #fff8f7; }
.field-error { display: block; min-height: 18px; margin-top: 3px; color: var(--danger); font-size: .65rem; }
.field-hint { display: block; margin-top: 4px; color: var(--muted); font-size: .63rem; }
.panel-actions { display: flex; align-items: center; flex-direction: column-reverse; gap: 9px; margin-top: 22px; }
.panel-actions .button { width: 100%; }
.payment-options { display: grid; gap: 10px; margin: 0; padding: 0; border: 0; }
.payment-options legend:not(.sr-only) { grid-column: 1 / -1; margin-bottom: 10px; color: var(--ink); font-size: .82rem; font-weight: 800; }
.delivery-options { margin-top: 22px; }
.payment-options label { position: relative; cursor: pointer; }
.payment-options input { position: absolute; opacity: 0; }
.payment-options label > span { display: grid; min-height: 76px; grid-template-columns: 42px minmax(0, 1fr) auto; align-items: center; gap: 12px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 14px; background: #fff; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.payment-options input:checked + span { border-color: var(--teal); background: var(--teal-light); box-shadow: 0 0 0 3px rgba(46,111,115,.1); }
.payment-options input:focus-visible + span { outline: 3px solid rgba(200,95,75,.38); outline-offset: 3px; }
.payment-options label > span > svg, .payment-option__icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; color: var(--teal); background: rgba(255,255,255,.72); }
.payment-options svg { width: 23px; height: 23px; }
.payment-option__copy { min-width: 0; }
.payment-option__copy b, .payment-option__copy small { display: block; }
.payment-option__copy b { margin-bottom: 1px; color: var(--ink); font-size: .95rem; line-height: 1.3; }
.payment-option__copy small { color: var(--muted); font-size: .74rem; font-weight: 500; line-height: 1.45; }
.payment-option__copy .delivery-deadline { margin-top: 2px; color: var(--teal); font-weight: 700; }
.payment-option__status { display: inline-flex; align-items: center; gap: 5px; color: var(--teal); font-size: .68rem; font-weight: 800; white-space: nowrap; }
.payment-option__status svg { width: 15px; height: 15px; stroke-width: 3; }
.card-fields { margin-top: 18px; padding: 17px; border-radius: 14px; background: var(--cream); }
.checkout-summary__items { margin-bottom: 15px; }
.checkout-summary__items > div { display: grid; grid-template-columns: 54px minmax(0, 1fr) auto; align-items: center; gap: 8px; padding: 9px 0; border-bottom: 1px solid var(--line); }
.checkout-summary__items img { width: 54px; height: 54px; border-radius: 10px; object-fit: cover; }
.checkout-summary__items b, .checkout-summary__items small { display: block; }
.checkout-summary__items b { overflow: hidden; color: var(--ink); font-size: .68rem; text-overflow: ellipsis; white-space: nowrap; }
.checkout-summary__items small { color: var(--muted); font-size: .58rem; }
.checkout-summary__items strong { color: var(--ink); font-size: .69rem; }
.modal { position: fixed; z-index: 120; inset: 0; display: grid; align-items: end; padding: 0; background: rgba(16,47,50,.72); backdrop-filter: blur(8px); }
.modal__card { width: 100%; max-height: 96dvh; overflow-y: auto; border: 1px solid rgba(255,255,255,.45); border-radius: 24px 24px 0 0; background: #fff; box-shadow: var(--shadow-lg); scrollbar-gutter: stable; }
.modal__hero { display: grid; grid-template-columns: 50px minmax(0,1fr); align-items: center; gap: 14px; padding: 20px 18px 18px; border-bottom: 1px solid var(--line); background: linear-gradient(135deg, #fff 45%, #f0f8f6 100%); }
.success-icon { display: grid; width: 50px; height: 50px; place-items: center; margin: 0; border-radius: 15px; color: #fff; background: var(--success); box-shadow: 0 10px 22px rgba(53,116,92,.2); }
.success-icon svg { width: 24px; height: 24px; }
.modal__hero .eyebrow { font-size: .66rem; }
.modal h2 { margin: 2px 0 4px; font-size: clamp(1.55rem,7vw,2.4rem); }
.modal__hero p { margin: 0; color: var(--muted); font-size: .75rem; line-height: 1.45; }
#confirmation-content { padding: 18px 18px 0; }
.modal dl { margin: 14px 0 0; padding: 12px 14px; border: 1px solid var(--line); border-radius: 13px; background: var(--cream); }
.modal dl > div { display: flex; justify-content: space-between; gap: 18px; padding: 5px 0; font-size: .75rem; }
.modal dt { color: var(--muted); }
.modal dd { min-width: 0; margin: 0; overflow-wrap: anywhere; color: var(--ink); font-weight: 700; text-align: right; }
.modal__back { width: calc(100% - 36px); margin: 16px 18px 20px; }
.payment-submit-error { margin-top: 16px; padding: 12px 14px; border: 1px solid #efc1b8; border-radius: 11px; color: var(--danger); background: #fff4f1; font-size: .78rem; }
.button:disabled { cursor: wait; opacity: .65; }
.pix-payment__meta { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin-bottom: 14px; }
.pix-payment__meta > div { padding: 11px 13px; border-radius: 13px; background: var(--cream); }
.pix-payment__meta span, .pix-payment__meta strong { display: block; }
.pix-payment__meta span { color: var(--muted); font-size: .64rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.pix-payment__meta strong { margin-top: 2px; overflow-wrap: anywhere; color: var(--ink); font-size: .9rem; line-height: 1.35; }
.pix-payment__grid { display: grid; gap: 14px; }
.pix-payment__grid--copy-only { grid-template-columns: 1fr !important; }
.pix-payment__qr-area, .pix-payment__copy-area { min-width: 0; padding: 16px; border: 1px solid var(--line); border-radius: 16px; }
.pix-payment__qr-area { display: grid; align-content: center; justify-items: center; background: #f7fbfa; text-align: center; }
.pix-payment__copy-area { background: #fff; }
.pix-section-label { display: block; margin-bottom: 3px; color: var(--ink); font-size: .9rem; font-weight: 800; }
.pix-payment__copy-area > p { margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.45; }
.pix-qr { width: min(220px, 62vw); height: auto; margin: 0 auto 10px; padding: 7px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.pix-instruction { max-width: 245px; margin: 0; color: var(--muted); font-size: .7rem; line-height: 1.45; }
.pix-copy-code { display: block; width: 100%; min-height: 82px; margin: 10px 0; padding: 10px; resize: none; border: 1px solid var(--line); border-radius: 11px; color: var(--ink); background: var(--cream); font: 600 .64rem/1.4 ui-monospace, Consolas, monospace; overflow-wrap: anywhere; }
.pix-copy-code:focus { outline: 3px solid rgba(46,111,115,.15); border-color: var(--teal); }
.pix-payment__copy-area .button { min-height: 44px; }
.pix-payment__steps { display: grid; gap: 6px; margin: 12px 0 0; padding: 0; list-style: none; }
.pix-payment__steps li { display: grid; grid-template-columns: 20px minmax(0,1fr); align-items: start; gap: 7px; color: var(--muted); font-size: .68rem; line-height: 1.35; }
.pix-payment__steps span { display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; color: #fff; background: var(--teal); font-size: .6rem; font-weight: 800; }
.checkout-privacy-note { margin: 14px 0 0; color: var(--muted); font-size: .72rem; line-height: 1.5; }
.checkout-privacy-note a { color: var(--teal); text-decoration: underline; text-underline-offset: 2px; }
.legal-main { padding-bottom: 80px; }
.legal-layout { display: grid; gap: 25px; }
.legal-nav { display: flex; gap: 8px; overflow-x: auto; padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow-sm); }
.legal-nav .eyebrow, .legal-nav h2 { display: none; }
.legal-nav a, .legal-nav button { flex: 0 0 auto; padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-2); background: #fff; font: 700 .7rem/1.2 'DM Sans', sans-serif; cursor: pointer; text-decoration: none; }
.legal-nav a.is-active, .legal-nav a:hover, .legal-nav button:hover { border-color: var(--teal); color: #fff; background: var(--teal); }
.legal-content { min-width: 0; padding: 24px 20px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow-sm); }
.legal-content h1 { margin: 8px 0 14px; font-size: clamp(2.2rem, 8vw, 4rem); }
.legal-lead { margin: 0; padding-bottom: 24px; border-bottom: 1px solid var(--line); color: var(--ink-2); font-size: 1rem; line-height: 1.7; }
.legal-content section { padding: 25px 0 0; }
.legal-content section + section { margin-top: 25px; border-top: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 11px; font-size: 1.25rem; }
.legal-content p, .legal-content li { color: var(--ink-2); font-size: .88rem; line-height: 1.75; }
.legal-content p { margin: 9px 0; }
.legal-content ul, .legal-content ol { display: grid; gap: 8px; padding-left: 22px; }
.legal-content a { color: var(--teal); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.legal-content code { padding: 2px 5px; border-radius: 5px; color: var(--ink); background: var(--sand); font-size: .8em; }
.legal-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; }
.legal-table { width: 100%; min-width: 590px; border-collapse: collapse; font-size: .78rem; }
.legal-table th, .legal-table td { padding: 13px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; line-height: 1.55; }
.legal-table th { color: var(--ink); background: var(--cream); }
.legal-table tr:last-child td { border-bottom: 0; }

@keyframes shimmer { to { transform: translateX(110%); } }
@keyframes skeleton { to { background-position: -200% 0; } }

@media (min-width: 420px) {
  .product-card__actions { grid-template-columns: 1fr 1.08fr; }
  .cart-item__controls { grid-template-columns: minmax(100px, .8fr) 1.2fr; }
  .panel-actions { justify-content: space-between; flex-direction: row; }
  .panel-actions .button { width: auto; }
  .checkout-steps li small { display: block; }
}

@media (min-width: 640px) {
  body { padding-bottom: 0; }
  .container { width: min(var(--container), calc(100% - 48px)) !important; }
  .section { padding: 90px 0; }
  .hero { min-height: 620px; }
  .announcement__inner { justify-content: space-between; }
  .announcement__secondary { display: inline; }
  .header-main { grid-template-columns: 44px 190px minmax(210px, 1fr) 48px; gap: 14px; }
  .brand { justify-content: flex-start; }
  .header-search { display: block; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-heading { align-items: flex-end; flex-direction: row; gap: 20px; }
  .filter-toggle { width: auto; }
  .brand-grid { grid-template-columns: repeat(3, 1fr); }
  .brand-card { min-height: 170px; }
  .advantage-grid, .testimonial-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonial-grid blockquote:last-child { grid-column: 1 / -1; }
  .newsletter form { grid-template-columns: minmax(0, 1fr) auto; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: center; flex-direction: row; justify-content: space-between; }
  .mobile-bottom-nav { display: none; }
  .site-footer { padding-bottom: 35px; }
  .toast { right: 24px; bottom: 24px; left: auto; width: min(390px, calc(100% - 48px)); }
  .back-to-top { bottom: 24px; }
  .mobile-buy-bar { right: 22px; bottom: 22px; left: auto; width: 420px; }
  .product-details { grid-template-columns: repeat(2, 1fr); }
  .product-grid--related { grid-template-columns: repeat(3, 1fr); }
  .cart-item { grid-template-columns: 130px minmax(0, 1fr) auto; padding: 18px; }
  .cart-item__controls, .cart-item__meta { grid-column: 2 / 3; }
  .cart-item__price { grid-column: 3 / 4; grid-row: 1 / 2; min-width: 125px; }
  .form-grid { grid-template-columns: repeat(2, 1fr); }
  .field--full { grid-column: 1 / -1; }
  .payment-options { grid-template-columns: repeat(3, 1fr); }
  .size-selector > div { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .delivery-options { grid-template-columns: repeat(2, 1fr); }
  .payment-options--single { grid-template-columns: minmax(260px, 1fr); }
  .modal { place-items: center; padding: 22px; }
  .modal__card { width: min(780px,100%); max-height: calc(100dvh - 44px); border-radius: 26px; }
  .modal__hero { grid-template-columns: 56px minmax(0,1fr); gap: 17px; padding: 22px 28px 20px; }
  .success-icon { width: 56px; height: 56px; border-radius: 17px; }
  .modal h2 { font-size: 2.15rem; }
  .modal__hero p { font-size: .8rem; }
  #confirmation-content { padding: 20px 28px 0; }
  .pix-payment__grid { grid-template-columns: minmax(230px,.82fr) minmax(0,1.18fr); align-items: stretch; }
  .pix-qr { width: min(220px,100%); }
  .modal dl { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .modal dl > div { display: block; padding: 2px 0; }
  .modal dd { margin-top: 2px; text-align: left; }
  .modal__back { width: calc(100% - 56px); margin: 17px 28px 24px; }
  .legal-content { padding: 42px; }
}

@media (min-width: 900px) {
  .menu-toggle { display: none; }
  .mobile-menu { display: none !important; }
  .header-main { min-height: 80px; grid-template-columns: 230px minmax(320px, 1fr) auto; gap: 28px; }
  .brand img { width: 215px; }
  .cart-link { display: flex; width: auto; gap: 8px; padding: 0 12px; border-radius: 999px; }
  .cart-link__label { display: inline; font-size: .8rem; font-weight: 700; }
  .cart-count { top: 0; right: 1px; }
  .desktop-nav { display: block; border-top: 1px solid var(--line); }
  .desktop-nav__inner { display: flex; min-height: 44px; align-items: center; justify-content: center; gap: 31px; }
  .desktop-nav a { position: relative; color: var(--ink); font-size: .75rem; font-weight: 700; }
  .desktop-nav a::after { position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; background: var(--coral); content: ''; transform: scaleX(0); transition: transform .2s ease; }
  .desktop-nav a:hover::after { transform: scaleX(1); }
  .hero { min-height: 660px; }
  .hero__image { object-position: center; }
  .hero__overlay { background: linear-gradient(90deg, rgba(255,249,241,.98) 0%, rgba(255,249,241,.92) 35%, rgba(255,249,241,.34) 61%, rgba(255,249,241,.02) 100%); }
  .hero__content { padding-top: 90px; }
  .hero h1 { font-size: clamp(4.1rem, 6vw, 5.7rem); }
  .hero__content > p { font-size: 1.12rem; }
  .benefit-grid { grid-template-columns: repeat(5, 1fr); }
  .benefit, .benefit:nth-child(odd), .benefit:last-child { grid-column: auto; justify-content: flex-start; border-right: 1px solid var(--line); border-bottom: 0; }
  .benefit:last-child { border-right: 0; }
  .benefit { padding: 22px 16px; }
  .brand-card { min-height: 190px; padding: 30px; }
  .catalog-layout { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 26px; }
  .filter-toggle, .filter-close { display: none; }
  .filter-panel { position: static; z-index: auto; width: auto; height: fit-content; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: none; transform: none; }
  .filter-panel__head { padding-bottom: 10px; border-bottom: 1px solid var(--line); }
  .filter-backdrop { display: none !important; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .featured-offer__card { grid-template-columns: 1.1fr .9fr; align-items: center; min-height: 520px; }
  .featured-offer__copy { padding: 60px; }
  .featured-offer img { height: 100%; aspect-ratio: auto; }
  .advantage-grid { grid-template-columns: repeat(4, 1fr); }
  .testimonial-grid { grid-template-columns: repeat(3, 1fr); }
  .testimonial-grid blockquote:last-child { grid-column: auto; }
  .faq-layout { grid-template-columns: .75fr 1.25fr; gap: 70px; }
  .newsletter__inner { grid-template-columns: 1fr 1fr; align-items: center; }
  .footer-grid { grid-template-columns: 1.5fr .8fr 1fr 1.2fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .page-main { padding-top: 34px; }
  .product-hero { grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); gap: 55px; }
  .product-gallery { position: sticky; top: 150px; align-self: start; }
  .product-details { grid-template-columns: 1.2fr .9fr .9fr; }
  .product-description { grid-column: auto; }
  .product-support-grid { grid-template-columns: 1.2fr .8fr; }
  .mobile-buy-bar { display: none; }
  .cart-layout { grid-template-columns: minmax(0, 1fr) 340px; align-items: start; }
  .order-summary { position: sticky; top: 150px; }
  .checkout-layout { grid-template-columns: minmax(0, 1fr) 360px; align-items: start; }
  .checkout-panel { padding: 34px; }
  .legal-layout { grid-template-columns: 250px minmax(0, 1fr); align-items: start; gap: 32px; }
  .legal-nav { position: sticky; top: 150px; display: grid; gap: 5px; padding: 22px; overflow: visible; }
  .legal-nav .eyebrow, .legal-nav h2 { display: block; }
  .legal-nav h2 { margin: 5px 0 15px; font-size: 1.25rem; }
  .legal-nav a, .legal-nav button { width: 100%; padding: 10px 11px; border: 0; border-radius: 9px; text-align: left; white-space: normal; }
}

@media (min-width: 1180px) {
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .product-grid--related { grid-template-columns: repeat(3, 1fr); }
  .product-card__body { padding: 21px; }
  .product-card__actions { grid-template-columns: 1fr 1.08fr; }
}

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