:root {
  --purple: #74319b;
  --purple-dark: #53206f;
  --orange: #c45100;
  --green: #007f2d;
  --ink: #202020;
  --muted: #646464;
  --surface: #f8f5fa;
  --line: #e6e0e9;
  --white: #fff;
  --max: 1180px;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--white);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; line-height: 1.6; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--purple-dark); }
a:hover { color: var(--orange); }
button, a { font: inherit; }
:where(a, button):focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }

#site-header { min-height: 110px; }

.skip-link {
  position: fixed; left: 12px; top: 12px; z-index: 1000;
  padding: 12px 18px; color: white; background: var(--ink); border-radius: 8px;
  transform: translateY(-180%); transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); }
.header-inner { max-width: var(--max); min-height: 82px; margin: auto; padding: 8px 24px; display: flex; align-items: center; gap: 28px; }
.brand { width: 116px; height: 64px; display: grid; place-items: center; overflow: hidden; flex: 0 0 auto; }
.brand img { width: 116px; transform: scale(1.55); }
.primary-navigation { margin-left: auto; display: flex; align-items: center; gap: 6px; }
.primary-navigation a { padding: 10px 12px; border-radius: 8px; color: var(--ink); font-weight: 700; text-decoration: none; }
.primary-navigation a[aria-current="page"] { color: var(--purple); background: var(--surface); }
.menu-button { display: none; padding: 9px 12px; border: 1px solid var(--line); border-radius: 8px; background: white; color: var(--ink); font-weight: 700; }

.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 10px 20px; border: 2px solid var(--purple); border-radius: 999px; background: var(--purple); color: white; font-weight: 800; text-decoration: none; cursor: pointer; }
.button:hover { color: white; background: var(--purple-dark); border-color: var(--purple-dark); }
.button-whatsapp { background: var(--green); border-color: var(--green); }
.button-whatsapp:hover { background: #006523; border-color: #006523; }
.button-secondary { background: white; color: var(--purple-dark); }
.button-secondary:hover { background: var(--surface); color: var(--purple-dark); }

main { min-height: 55vh; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.hero { padding: 78px 0; background: linear-gradient(135deg, #fbf8fc 0%, #f2e9f7 100%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 56px; }
.eyebrow { margin: 0 0 10px; color: var(--orange); font-size: .85rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.15; }
h1 { margin: 0 0 20px; font-size: clamp(2.35rem, 5vw, 4.75rem); letter-spacing: -.04em; }
h2 { margin: 0 0 18px; font-size: clamp(1.7rem, 3vw, 2.65rem); }
h3 { margin: 0 0 10px; font-size: 1.25rem; }
.lead { max-width: 700px; color: #464646; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-card { padding: 18px; background: white; border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 20px 55px rgba(55,24,70,.12); }
.hero-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 14px; }

.section { padding: 72px 0; }
.section-muted { background: var(--surface); }
.section-header { max-width: 760px; margin-bottom: 34px; }
.grid-2, .grid-3, .grid-4 { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card { padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.card p:last-child { margin-bottom: 0; }
.number { color: var(--purple); font-size: 2.2rem; font-weight: 900; }
.store-image { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 14px; margin-bottom: 22px; }
.map-image { width: 100%; border: 1px solid var(--line); border-radius: 14px; }
.detail-list { padding: 0; list-style: none; }
.detail-list li { padding: 9px 0; border-bottom: 1px solid var(--line); }
.detail-list li:last-child { border-bottom: 0; }
.catalog-toolbar { display: flex; flex-wrap: wrap; gap: 12px; margin: 0 0 28px; }
.catalog-toolbar label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.catalog-toolbar input, .catalog-toolbar select { min-height: 46px; padding: 10px 14px; border: 1px solid #a89dac; border-radius: 10px; background: white; color: var(--ink); font: inherit; }
.catalog-toolbar input { flex: 1 1 280px; }
.catalog-toolbar select { flex: 0 1 240px; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.product-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: white; }
.product-card img { width: 100%; aspect-ratio: 1 / 1.08; object-fit: contain; padding: 16px; background: #fafafa; }
.product-card-content { flex: 1; padding: 18px; display: flex; flex-direction: column; }
.product-card-category { color: var(--orange); font-size: .75rem; font-weight: 900; text-transform: uppercase; }
.product-card h2 { margin: 7px 0 4px; font-size: 1.15rem; }
.product-card-weight { color: var(--muted); }
.product-card-price { margin: 16px 0; font-size: 1.5rem; font-weight: 900; color: var(--purple-dark); }
.product-card .button { width: 100%; margin-top: auto; font-size: .92rem; }
.catalog-empty { grid-column: 1 / -1; padding: 30px; text-align: center; background: var(--surface); border-radius: 14px; }
.content-page { padding: 64px 0 80px; }
.content-page article { max-width: 850px; }
.content-page h2 { margin-top: 42px; font-size: 1.65rem; }
.content-page h3 { margin-top: 28px; }
.content-page li { margin-bottom: 8px; }
.notice { padding: 18px 20px; border-left: 5px solid var(--orange); background: #fff7ef; border-radius: 8px; }

.contact-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 30px; }
.contact-option { display: block; padding: 22px; border: 1px solid var(--line); border-radius: 14px; text-decoration: none; }
.contact-option strong, .contact-option span { display: block; }
.faq-list { max-width: 920px; }
.faq-list details { margin-bottom: 14px; border: 1px solid #e7e7e7; border-radius: 14px; background: #fff; }
.faq-list summary { padding: 18px 22px; color: #202020; font-size: 1.05rem; font-weight: 800; cursor: pointer; }
.faq-list details p { margin: 0; padding: 0 22px 20px; }
.guide-article .container { max-width: 980px; }
.guide-article h1 { max-width: 900px; margin: 12px 0 22px; font-size: clamp(38px, 5vw, 58px); line-height: 1.03; }
.guide-article h2 { margin-top: 44px; }
.guide-article address { font-style: normal; }
.guide-updated { color: #666; font-size: .9rem; }
.breadcrumbs { margin-bottom: 34px; display: flex; flex-wrap: wrap; gap: 8px; color: #666; font-size: .9rem; }
.breadcrumbs a { color: #5d237f; }
.answer-box { margin: 26px 0; padding: 22px; display: flex; flex-direction: column; gap: 5px; border-left: 5px solid #7b21b6; border-radius: 10px; background: #faf7fc; }
.answer-box span { font-size: 1.12rem; }
.check-list { margin: 26px 0; padding: 22px 26px; border: 1px solid #e7e7e7; border-radius: 14px; background: #fafafa; }
.check-list p { margin-top: 0; }
.check-list li { margin-bottom: 7px; }
.related-guides { margin-top: 54px; padding: 26px; border: 1px solid #e7e7e7; border-radius: 16px; background: #fafafa; }
.related-guides h2 { margin-top: 0; font-size: 22px; }
.related-guides a { display: block; margin-top: 10px; font-weight: 700; }
.cart-count { min-width: 19px; height: 19px; margin-left: 5px; padding: 0 5px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; background: #7b21b6; color: #fff; font-size: 10px; font-weight: 800; }
.product_card_actions { width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.product_card_actions .product_card_button { padding-inline: 5px; }
.product_card_add { cursor: pointer; }
.product-detail { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 54px; align-items: center; }
.product-detail-image { min-height: 500px; padding: 28px; display: flex; align-items: center; justify-content: center; border: 1px solid #e7e7e7; border-radius: 20px; }
.product-detail-image img { width: 100%; height: 500px; object-fit: contain; transform: scale(1.15); }
.product-detail-content h1 { margin: 0; font-size: clamp(38px, 4vw, 56px); line-height: 1.02; }
.product-detail-weight { color: #666; font-size: 20px; font-weight: 700; }
.product-detail-price { margin: 18px 0; color: #ff6a00; font-size: 42px; line-height: 1; font-weight: 800; }
.product-feedback { min-height: 26px; color: #007f2d; font-weight: 700; }
.cart-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 28px; align-items: start; }
.cart-items { display: grid; gap: 14px; }
.cart-item { padding: 16px; display: grid; grid-template-columns: 110px minmax(160px, 1fr) auto auto auto; gap: 18px; align-items: center; border: 1px solid #e7e7e7; border-radius: 16px; }
.cart-item img { width: 110px; height: 110px; object-fit: contain; }
.cart-item h2 { margin: 0 0 4px; font-size: 18px; }
.quantity-control { display: flex; align-items: center; gap: 8px; }
.quantity-control button { width: 34px; height: 34px; border: 1px solid #777; border-radius: 50%; background: #fff; cursor: pointer; }
.remove-item { border: 0; background: transparent; color: #8a281b; text-decoration: underline; cursor: pointer; }
.cart-summary { position: sticky; top: 24px; padding: 24px; border: 1px solid #e7e7e7; border-radius: 18px; }
.cart-summary > p:first-of-type { display: flex; justify-content: space-between; gap: 20px; }
.cart-summary .button { width: 100%; }
.cart-empty { padding: 48px 24px; text-align: center; border: 1px solid #e7e7e7; border-radius: 18px; }

.site-footer { color: white; background: #2c1638; }
.footer-grid { max-width: var(--max); margin: auto; padding: 56px 24px; display: grid; grid-template-columns: 1.2fr 1fr 1.2fr 1.2fr; gap: 36px; }
.site-footer h2 { font-size: 1.05rem; }
.site-footer a { color: white; }
.site-footer nav > a { display: block; margin: 8px 0; }
.footer-brand { width: 120px; height: 76px; display: grid; place-items: center; overflow: hidden; }
.footer-brand img { width: 120px; transform: scale(1.4); }
.footer-consent { padding: 0; border: 0; background: transparent; color: white; text-decoration: underline; cursor: pointer; }
.site-footer address { margin-bottom: 18px; font-style: normal; }
.footer-legal { padding: 18px 24px; border-top: 1px solid rgba(255,255,255,.18); text-align: center; font-size: .82rem; }
.footer-legal p { margin: 4px; }

.cookie-dialog { position: fixed; inset: auto 18px 18px; z-index: 100; max-width: 1100px; margin: auto; padding: 22px; display: flex; align-items: center; gap: 28px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 18px 60px rgba(0,0,0,.28); }
.cookie-dialog h2 { margin-bottom: 8px; font-size: 1.25rem; }
.cookie-dialog p { margin: 0; }
.cookie-actions { margin-left: auto; display: flex; flex: 0 0 auto; gap: 10px; }

@media (max-width: 900px) {
  .header-inner { flex-wrap: wrap; gap: 12px; }
  .menu-button { display: inline-flex; margin-left: auto; gap: 7px; }
  .header-whatsapp { display: none; }
  .primary-navigation { order: 3; width: 100%; display: none; flex-direction: column; align-items: stretch; padding: 8px 0 12px; }
  .primary-navigation.is-open { display: flex; }
  .hero-grid, .contact-panel { grid-template-columns: 1fr; }
  .grid-3, .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cookie-dialog { align-items: stretch; flex-direction: column; gap: 16px; }
  .cookie-actions { width: 100%; margin: 0; }
  .cookie-actions .button { flex: 1; }
}

@media (max-width: 600px) {
  #site-header { min-height: 104px; }
  .header-inner { min-height: 72px; padding-inline: 18px; }
  .brand { width: 96px; height: 56px; }
  .brand img { width: 96px; }
  .hero { padding: 50px 0; }
  .hero-grid { gap: 32px; }
  .section, .content-page { padding: 52px 0; }
  .grid-2, .grid-3, .grid-4, .footer-grid { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: 1fr; }
  .card { padding: 22px; }
  .cookie-dialog { inset: auto 10px 10px; padding: 18px; }
  .cookie-actions { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* =========================================================
   BASE VISUAL OFICIAL — DERIVADA DA LANDING HELÔ
   ========================================================= */

:root { --max: 1440px; }
.container { width: 100%; max-width: 1440px; padding-inline: 72px; }

.header { width: 100%; margin: 0; padding: 0; background: #fff; }
.header_top { position: relative; width: 100%; height: 80px; padding: 0 48px; background: #fff; }
.header_logo { position: absolute; left: 111px; top: 50%; width: 180px; height: 80px; display: flex; align-items: center; justify-content: center; transform: translateY(-50%); overflow: visible; }
.header_logo img { display: block; width: 120px; height: auto; max-width: none; max-height: 70px; object-fit: contain; transform: scale(2); transform-origin: center; }
.header_button { position: absolute; right: 111px; top: 50%; min-height: 42px; padding: 10px 22px; display: inline-flex; align-items: center; justify-content: center; transform: translateY(-50%); border-radius: 24px; background: #007f2d; color: #fff; font-size: 15px; font-weight: 700; line-height: 1; text-decoration: none; white-space: nowrap; transition: background .2s ease, transform .2s ease; }
.header_button:hover { color: #fff; background: #006b25; transform: translateY(calc(-50% - 1px)); }
.whatsapp_icon { margin-right: 6px; font-size: 14px; line-height: 1; }
.header_nav { width: 100%; height: 30px; border-top: 1px solid #eee; border-bottom: 1px solid #eee; background: #fff; }
.header_nav_inner { width: 100%; height: 30px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.header_nav_inner a { height: 30px; padding: 0 28px; display: flex; align-items: center; justify-content: center; border-right: 1px solid #eee; color: #7b21b6; font-size: 13px; font-weight: 500; line-height: 1; text-decoration: none; white-space: nowrap; }
.header_nav_inner a:first-child { border-left: 1px solid #eee; }
.header_nav_inner a:hover, .header_nav_inner a[aria-current="page"] { color: #7b21b6; background: #fafafa; font-weight: 800; }
.header_nav_inner a:focus-visible { outline-offset: -3px; }

.hero { padding: 0; background: #fff; }
.hero-grid { min-height: 540px; padding-top: 72px; padding-bottom: 44px; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 54px; }
.hero > .container:not(.hero-grid) { padding-top: 72px; padding-bottom: 72px; }
.hero h1 { max-width: 760px; margin: 0; color: #202020; font-size: clamp(40px, 4.2vw, 58px); line-height: 1.02; font-weight: 800; }
.hero .eyebrow { margin-bottom: 12px; color: #c45100; }
.hero .lead { margin-top: 24px; color: #555; }
.hero-card { padding: 0; overflow: hidden; border: 1px solid #e7e7e7; border-radius: 20px; background: #fff; box-shadow: 0 8px 26px rgba(0,0,0,.035); }
.hero-card img { height: 450px; border-radius: 0; object-fit: cover; }

.section { padding: 48px 0; background: #fff; }
.section-muted { background: #fafafa; }
.section-header { margin-bottom: 24px; }
.eyebrow { color: #7b21b6; font-size: 12px; line-height: 1; font-weight: 800; letter-spacing: .04em; }
h2 { color: #202020; font-size: 30px; line-height: 1.05; font-weight: 800; }
.card { border: 1px solid #e7e7e7; border-radius: 20px; box-shadow: 0 8px 26px rgba(0,0,0,.035); }
.number { color: #7b21b6; }
.button { min-height: 46px; border: 2px solid #555; background: #fff; color: #202020; }
.button:hover { border-color: #202020; background: #202020; color: #fff; }
.button-whatsapp { border-color: #007f2d; background: #007f2d; color: #fff; }
.button-whatsapp:hover { border-color: #006b25; background: #006b25; color: #fff; }

.product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.product_card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid #e7e7e7; border-radius: 20px; background: #fff; box-shadow: 0 8px 26px rgba(0,0,0,.035); }
.product_card_image { width: 100%; height: 270px; padding: 20px; display: flex; align-items: center; justify-content: center; overflow: hidden; background: #fff; }
.product_card_image img { width: 100%; height: 100%; padding: 0; object-fit: contain; transform: scale(1.35); transform-origin: center; }
.product_card_content { width: 100%; min-height: 202px; padding: 14px 18px 16px; display: flex; flex: 1; flex-direction: column; align-items: flex-start; }
.product_card_category { display: none; }
.product_card_title { width: 100%; margin: 0; color: #202020; font-size: 16px; line-height: 1.12; font-weight: 400; }
.product_card_weight { margin-top: 3px; color: #666; font-size: 12px; line-height: 1; font-weight: 600; }
.product_card_price { min-height: 38px; margin: auto 0; display: flex; flex-direction: column; align-items: flex-start; gap: 2px; }
.product_card_old_price { color: #888; font-size: 9px; line-height: 1; font-weight: 400; }
.product_card_old_price_placeholder { text-decoration: none; }
.product_card_current_price { display: flex; align-items: baseline; gap: 3px; }
.product_card_currency { color: #ff6a00; font-size: 11px; line-height: 1; font-weight: 400; }
.product_card_value { color: #ff6a00; font-size: 25px; line-height: 1; font-weight: 400; }
.product_card_button { width: 100%; max-width: 200px; min-height: 30.6px; margin: 0 auto; padding: 8px 12px; display: flex; align-items: center; justify-content: center; border: 1px solid #777; border-radius: 20px; background: #fff; color: #202020; font-size: 11px; line-height: 1.1; font-weight: 800; text-align: center; text-decoration: none; transition: background .2s ease, color .2s ease, transform .2s ease; }
.product_card_button:hover { background: #202020; color: #fff; transform: translateY(-1px); }

.site_footer { width: 100%; color: #fff; background: #111036; }
.site_footer_main { background: radial-gradient(circle at 50% 20%, #1d194d 0%, #14123d 52%, #100e34 100%); }
.site_footer_grid { width: min(100%, 1440px); min-height: 390px; margin: 0 auto; padding: 66px 72px 48px; display: grid; grid-template-columns: 1.18fr 1fr 1.12fr 1.12fr; align-items: stretch; }
.site_footer_brand { padding-right: 56px; }
.site_footer_column { min-width: 0; padding: 0 42px; border-left: 1px solid rgba(255,255,255,.82); }
.site_footer_logo { position: relative; display: block; width: 214px; height: 100px; overflow: hidden; }
.site_footer_logo img { position: absolute; top: 50%; left: 0; width: 214px; height: 214px; object-fit: contain; transform: translateY(-50%); }
.site_footer_slogan { margin-top: 21px; font-size: 18px; white-space: nowrap; }
.site_footer_social { display: flex; flex-wrap: wrap; gap: 12px 18px; margin-top: 42px; }
.site_footer_social a { color: #fff; font-weight: 700; }
.site_footer_column h2 { margin: 0 0 20px; color: #bb73ed; font-size: 25px; line-height: 1.1; }
.site_footer_navigation { display: flex; flex-direction: column; gap: 12px; }
.site_footer_navigation a, .site_footer_stores address, .site_footer_service address { color: #fff; font-size: 15px; line-height: 1.52; font-style: normal; text-decoration: none; }
.site_footer_stores { display: flex; flex-direction: column; gap: 24px; }
.site_footer_stores h2 { margin-bottom: 9px; }
.site_footer_stores a, .site_footer_service a { color: inherit; }
.site_footer_service address { margin-bottom: 16px; }
.site_footer_whatsapp { min-height: 52px; margin-top: 8px; padding: 12px 16px; display: inline-flex; align-items: center; justify-content: center; border: 2px solid #00e88b; border-radius: 8px; color: #00e88b !important; font-size: 15px; font-weight: 700; text-decoration: none; }
.site_footer_whatsapp:hover { color: #111036 !important; background: #00e88b; }
.footer-consent { display: block; margin-top: 22px; padding: 0; border: 0; background: transparent; color: #fff; text-decoration: underline; cursor: pointer; }
.site_footer_legal { min-height: 112px; padding: 18px 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; text-align: center; background: rgba(6,5,28,.46); }
.site_footer_legal p { margin: 0; font-size: 13px; line-height: 1.35; }
.site_footer_legal a { color: #fff; }

@media (max-width: 900px) {
  .container { padding-inline: 32px; }
  .header_top { padding: 0 32px; }
  .header_logo { left: 32px; width: 150px; height: 72px; }
  .header_logo img { width: 105px; height: auto; max-height: 65px; }
  .header_button { right: 32px; padding: 10px 18px; font-size: 14px; }
  .header_nav_inner a { padding-inline: 16px; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 40px; padding-bottom: 40px; }
  .hero-card img { height: 400px; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
  .product_card_image { height: 230px; padding: 16px; }
  .product_card_image img { transform: scale(1.3); }
  .site_footer_grid { padding: 48px 40px; grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 44px; }
  .site_footer_brand, .site_footer_column { padding: 0 34px; }
  .site_footer_brand, .site_footer_stores { border-left: 0; }
  .product-detail, .cart-layout { grid-template-columns: 1fr; }
  .cart-summary { position: static; }
  .cart-item { grid-template-columns: 90px minmax(0, 1fr) auto; }
  .cart-item img { width: 90px; height: 90px; }
  .cart-item .quantity-control, .cart-item > strong, .cart-item .remove-item { grid-column: 2 / -1; justify-self: start; }
}

@media (max-width: 600px) {
  .container { padding-inline: 20px; }
  .header_top { height: 74px; padding: 0 18px; }
  .header_logo { left: 18px; width: 130px; height: 64px; }
  .header_logo img { width: 90px; height: auto; max-height: 60px; }
  .header_button { right: 18px; min-height: 36px; padding: 8px 10px; font-size: 11px; }
  .whatsapp_icon { margin-right: 3px; font-size: 11px; }
  .header_nav_inner { justify-content: flex-start; overflow-x: auto; overflow-y: hidden; }
  .header_nav_inner a { flex: 0 0 auto; padding-inline: 16px; }
  .hero-grid { min-height: auto; padding-top: 32px; padding-bottom: 32px; gap: 28px; }
  .hero > .container:not(.hero-grid) { padding-top: 48px; padding-bottom: 48px; }
  .hero h1 { font-size: 40px; }
  .hero-card img { height: 360px; }
  .section { padding: 36px 0; }
  h2 { font-size: 24px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .product_card { border-radius: 14px; }
  .product_card_image { height: 180px; padding: 12px; }
  .product_card_image img { transform: scale(1.25); }
  .product_card_content { min-height: 176px; padding: 10px 10px 12px; }
  .product_card_title { font-size: 13px; }
  .product_card_weight { font-size: 10px; }
  .product_card_value { font-size: 20px; }
  .product_card_button { min-height: 27.9px; padding: 7px 5px; font-size: 8.5px; }
  .site_footer_grid { padding: 42px 24px 38px; display: block; }
  .site_footer_brand, .site_footer_column { padding: 0; border-left: 0; }
  .site_footer_column { margin-top: 42px; padding-top: 36px; border-top: 1px solid rgba(255,255,255,.38); }
  .site_footer_logo { width: 170px; height: 80px; }
  .site_footer_logo img { width: 170px; height: 170px; }
  .site_footer_slogan { white-space: normal; font-size: 16px; }
  .site_footer_whatsapp { width: 100%; max-width: 320px; }
  .product_card_actions { grid-template-columns: 1fr; }
  .product-detail { gap: 28px; }
  .product-detail-image { min-height: 340px; padding: 18px; }
  .product-detail-image img { height: 340px; }
  .product-detail-content h1 { font-size: 40px; }
  .cart-item { grid-template-columns: 72px minmax(0, 1fr); gap: 12px; }
  .cart-item img { width: 72px; height: 72px; }
  .cart-item .quantity-control, .cart-item > strong, .cart-item .remove-item { grid-column: 1 / -1; }
}
/* =========================================================
   CATÁLOGO — HERO 20% MAIS BAIXO
   ========================================================= */

body[data-page="catalogo"] .hero > .container:not(.hero-grid) {
  padding-top: 57.6px;
  padding-bottom: 57.6px;
}

@media (max-width: 600px) {
  body[data-page="catalogo"] .hero > .container:not(.hero-grid) {
    padding-top: 38.4px;
    padding-bottom: 38.4px;
  }
}

/* =========================================================
   CORREÇÃO OFICIAL — LOGO HEADER SEM CORTE
   ========================================================= */

.header_logo {
  overflow: visible;
}

.header_logo img {
  max-width: none;
  width: 120px;
  transform: scale(1.75);
}

@media (max-width: 900px) {
  .header_logo img {
    width: 105px;
    transform: scale(1.55);
  }
}

@media (max-width: 600px) {
  .header_logo img {
    width: 90px;
    transform: scale(1.45);
  }
}


/* =========================================================
   AJUSTE OFICIAL — RESPIRO HEADER → HERO
   ========================================================= */

.hero {
  padding-top: 20px;
}

/* =========================================================
   CORREÇÃO FINAL — LOGO HEADER INTEIRO
   ========================================================= */

.header_logo {
  overflow: visible;
}

.header_logo img {
  max-width: none;
  width: 120px;
  transform: scale(1.75);
  transform-origin: center;
}

@media (max-width: 900px) {
  .header_logo img {
    width: 105px;
    transform: scale(1.55);
  }
}

@media (max-width: 600px) {
  .header_logo img {
    width: 90px;
    transform: scale(1.45);
  }
}
