:root {
  --navy: #113559; --sky: #20A5DE; --sky-ink: #0E7BAE; --crimson: #ED1848;
  --surface: #FFFFFF; --surface-2: #F7F9FA; --ground: #F0F3F6;
  --ink: #16232D; --ink-2: #4B5C68; --ink-3: #7C8B96; --line: #E3E9ED;
  --sans: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --shadow: 0 10px 30px -18px rgba(17,53,89,.25);
}
* { box-sizing: border-box; }
body { margin: 0; font-family: var(--sans); background: var(--ground); color: var(--ink); line-height: 1.5; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.st-wrap { max-width: 1180px; margin: 0 auto; padding-inline: 1.25rem; }

.st-hdr { background: var(--navy); position: sticky; top: 0; z-index: 20; }
.st-hdr-in { display: flex; align-items: center; gap: 1.5rem; height: 66px; }
.st-logo { color: #fff; font-weight: 800; font-size: 1.2rem; letter-spacing: -.02em; flex-shrink: 0; display: flex; align-items: center; }
.st-logo img { max-height: 38px; max-width: 180px; object-fit: contain; }
.st-search { flex: 1; }
.st-search input { width: 100%; padding: .6em .9em; border-radius: 8px; border: 1px solid transparent; background: rgba(255,255,255,.12); color: #fff; }
.st-search input::placeholder { color: rgba(255,255,255,.6); }
.st-account-link { display: flex; align-items: center; gap: .4rem; color: #fff; font-weight: 600; font-size: .9rem; flex-shrink: 0; }
.st-account-link svg { width: 20px; height: 20px; }
.st-cart-link { display: flex; align-items: center; gap: .5rem; color: #fff; font-weight: 600; font-size: .9rem; position: relative; flex-shrink: 0; }
.st-cart-link svg { width: 22px; height: 22px; }
@media (max-width: 640px) {
  .st-hdr-in { gap: .8rem; }
  .st-link-label { display: none; }
  .st-account-link, .st-cart-link { gap: 0; }
}
.st-menu-toggle-btn { display: none; }
.st-cart-badge { background: var(--crimson); color: #fff; font-size: .68rem; font-weight: 800; padding: .1em .45em; border-radius: 100px; }

.st-menu { background: rgba(0,0,0,.14); }
.st-menu-in { display: flex; align-items: center; gap: 1.6rem; height: 42px; }
.st-menu-item { color: rgba(255,255,255,.88); font-size: .84rem; font-weight: 600; text-decoration: none; position: relative; cursor: pointer; }
.st-menu-item:hover { color: #fff; }
.st-mega { padding-bottom: 8px; margin-bottom: -8px; display: inline-flex; align-items: center; gap: .15em; }
.st-mega > a { color: rgba(255,255,255,.88); font-size: .84rem; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; }
.st-mega > a:hover { color: #fff; }
.st-mega-toggle { background: none; border: none; padding: .3em; margin: 0; color: rgba(255,255,255,.88); cursor: pointer; display: inline-flex; align-items: center; }
.st-mega-toggle:hover { color: #fff; }
.st-chev { opacity: .75; }
.st-mega-panel { display: none; position: absolute; top: 100%; left: 0; background: var(--surface); border: 1px solid var(--line); border-radius: 8px; padding: 1rem 1.1rem; width: max-content; max-width: min(720px, 90vw); box-shadow: 0 12px 30px rgba(0,0,0,.18); z-index: 30; }
.st-mega.open .st-mega-panel,
.st-mega.open .st-mega-panel-single,
.st-mega.open .st-mega-panel-grouped { display: grid; grid-template-columns: repeat(4, minmax(140px, 1fr)); gap: .2rem .9rem; }
.st-mega-panel a { color: var(--ink); font-size: .85rem; font-weight: 500; padding: .5em .6em; border-radius: 6px; text-decoration: none; white-space: nowrap; }
.st-mega-panel a:hover { background: var(--surface-2); }
.st-mega.open .st-mega-panel-single { display: flex; align-items: flex-start; gap: 1.2rem; min-width: 220px; flex-wrap: wrap; }
.st-mega-links { display: flex; flex-direction: column; min-width: 170px; }
.st-mega-feature { display: flex; flex-direction: column; gap: .4rem; width: 120px; flex-shrink: 0; text-decoration: none; }
.st-mega-feature img { width: 120px; height: 120px; object-fit: cover; border-radius: 10px; background: var(--surface-2); }
.st-mega-feature span { font-size: .78rem; font-weight: 700; color: var(--ink); text-align: center; }
.st-mega-panel-grouped { max-height: 70vh; overflow-y: auto; }
.st-mega.open .st-mega-panel-grouped { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); align-items: start; }
.st-mega-group { display: flex; flex-direction: column; }
.st-mega-group-title { font-weight: 800 !important; border-bottom: 1px solid var(--line); margin-bottom: .2rem; padding-bottom: .5em !important; }

/* Mouse com hover de verdade (desktop): abre no passar do mouse, sem
   precisar clicar no botão. Touch (celular/tablet) não tem :hover
   confiável, então ali quem manda é só o clique no .st-mega-toggle
   (classe .open, via JS) — script em layout-open.php. */
@media (hover: hover) and (pointer: fine) {
  .st-mega:hover .st-mega-panel { display: grid; grid-template-columns: repeat(4, minmax(140px, 1fr)); gap: .2rem .9rem; }
  .st-mega:hover .st-mega-panel-single { display: flex; align-items: flex-start; gap: 1.2rem; min-width: 220px; }
  .st-mega:hover .st-mega-panel-grouped { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); align-items: start; }
}

.st-announce { background: var(--navy); color: #fff; text-align: center; font-size: .8rem; padding: .5rem 1rem; }
.st-announce a { color: #fff; text-decoration: none; }
.st-announce a:hover { text-decoration: underline; }
@media (max-width: 900px) { .st-mega.open .st-mega-panel:not(.st-mega-panel-single):not(.st-mega-panel-grouped) { grid-template-columns: repeat(2, minmax(120px, 1fr)); } }

/* height fixo (não aspect-ratio) de propósito: aspect-ratio + max-height junto faz o
   navegador encolher a LARGURA da caixa pra manter a proporção quando a altura bate no
   teto — o banner ficava mais estreito que a página em telas largas. */
.st-page-hero { background: var(--navy) center/cover no-repeat; position: relative; }
.st-page-hero[style*="background-image"]::before { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.45); }
.st-page-hero .st-wrap { position: relative; }
.st-page-hero h1 { color: #fff; font-size: clamp(1.3rem, 2.6vw, 1.8rem); font-weight: 800; margin: 0; padding: 1.6rem 0; }

.st-banner { position: relative; width: 100%; height: clamp(200px, 26vw, 340px); overflow: hidden; background: var(--surface-2); }
.st-banner-slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity .6s ease; display: flex; align-items: flex-end; }
.st-banner-slide.active { opacity: 1; }
.st-banner-title { background: rgba(0,0,0,.55); color: #fff; font-weight: 700; font-size: 1rem; padding: .6rem 1.2rem; margin: 1.2rem; border-radius: 8px; }

.st-banner-slide-produto { align-items: center; background: linear-gradient(135deg, var(--navy), var(--sky-ink)); }
.st-banner-product { width: 100%; display: grid; grid-template-columns: 1.1fr .9fr; gap: 2rem; align-items: center; }
.st-banner-copy h2 { color: #fff; font-size: clamp(1.4rem, 3vw, 2.2rem); font-weight: 800; margin: 0 0 .5rem; line-height: 1.1; }
.st-banner-copy p { color: rgba(255,255,255,.82); font-size: .95rem; margin: 0 0 1.1rem; max-width: 36ch; }
.st-banner-figure { position: relative; display: block; justify-self: end; }
.st-banner-figure img { max-height: clamp(150px, 20vw, 240px); width: auto; border-radius: 14px; box-shadow: 0 24px 48px -20px rgba(0,0,0,.4); }
.st-banner-price { position: absolute; left: -1rem; bottom: -.8rem; background: var(--surface); color: var(--ink); border-radius: 10px; padding: .55rem .8rem; font-size: .74rem; font-weight: 600; box-shadow: 0 10px 24px -8px rgba(0,0,0,.3); white-space: nowrap; }
.st-banner-price b { display: block; font-size: 1rem; color: var(--navy); }
@media (max-width: 720px) { .st-banner-product { grid-template-columns: 1fr; text-align: center; } .st-banner-figure { justify-self: center; } .st-banner-price { left: 50%; transform: translateX(-50%); bottom: -1.4rem; } }
@media (max-width: 640px) { .st-banner { height: auto; min-height: 52vw; } .st-banner-slide-produto { padding: 1.6rem 0; } }
.st-title-center { text-align: center; }

.st-about { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; }
.st-about.no-img { grid-template-columns: 1fr; max-width: 640px; margin: 0 auto; }
.st-about-img img { width: 100%; border-radius: 14px; object-fit: cover; aspect-ratio: 4/3; }
@media (max-width: 720px) { .st-about { grid-template-columns: 1fr; } }

.st-main { padding: 2rem 1.25rem 4rem; min-height: 60vh; }

.st-hero { background: linear-gradient(135deg, var(--navy), var(--sky-ink)); color: #fff; border-radius: 16px; padding: clamp(2rem,5vw,3.5rem); margin-bottom: 2.5rem; }
.st-hero h1 { margin: 0 0 .5rem; font-size: clamp(1.5rem,3.5vw,2.2rem); font-weight: 800; letter-spacing: -.02em; }
.st-hero p { margin: 0; opacity: .85; }

.st-section-title { font-size: 1.2rem; font-weight: 800; letter-spacing: -.01em; margin: 0 0 1.1rem; }

.st-cats { display: flex; gap: .6rem; flex-wrap: wrap; margin-bottom: 2rem; }
.st-cat-chip { background: var(--surface); border: 1px solid var(--line); border-radius: 100px; padding: .5em 1.1em; font-size: .85rem; font-weight: 600; color: var(--ink-2); text-decoration: none; }
.st-cat-chip.active, .st-cat-chip:hover { background: var(--navy); color: #fff; border-color: var(--navy); }
.st-cat-chip.has-img { display: flex; flex-direction: column; align-items: center; gap: .5rem; background: none; border: none; padding: 0; width: 92px; text-align: center; }
.st-cat-chip.has-img:hover { background: none; color: var(--ink-2); }
.st-cat-chip-img { display: block; width: 76px; height: 76px; border-radius: 100px; overflow: hidden; border: 1px solid var(--line); background: var(--surface-2); }
.st-cat-chip-img img { width: 100%; height: 100%; object-fit: cover; }
.st-cat-chip.has-img span:last-child { font-size: .78rem; line-height: 1.25; }

.st-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1.25rem; }

.st-listing { display: grid; grid-template-columns: 25% 1fr; gap: 2rem; align-items: start; }
.st-listing-main { min-width: 0; }
.st-cat-sidebar { background: var(--surface); border: 1px solid var(--line); border-radius: 12px; padding: 1.3rem 1.4rem; }
.st-cat-sidebar h2 { font-size: 1.1rem; font-weight: 800; color: var(--navy); margin: 0 0 .9rem; }
.st-cat-sidebar ul { list-style: none; margin: 0; padding: 0; }
.st-cat-sidebar > ul > li { margin-bottom: .5rem; }
.st-cat-sidebar a { display: block; padding: .3rem 0; color: var(--ink-2); font-size: .88rem; font-weight: 600; }
.st-cat-sidebar a:hover, .st-cat-sidebar a.active { color: var(--navy); }
.st-cat-sidebar li ul { padding-left: 1rem; margin-top: .2rem; }
.st-cat-sidebar li ul a { font-weight: 500; font-size: .84rem; color: var(--ink-3); }
.st-cat-sidebar li ul a:hover, .st-cat-sidebar li ul a.active { color: var(--navy); }
@media (max-width: 780px) { .st-listing { grid-template-columns: 1fr; } .st-cat-sidebar { order: 2; } .st-listing-main { order: 1; } }
.st-card { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; box-shadow: var(--shadow); transition: transform .15s; }
.st-card:hover { transform: translateY(-3px); }
.st-card-img { aspect-ratio: 1; background: var(--surface-2); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.st-card-img img { width: 100%; height: 100%; object-fit: cover; }
.st-card-body { padding: 1rem 1.1rem 1.2rem; }
.st-card h3 { margin: 0 0 .35rem; font-size: .92rem; font-weight: 700; line-height: 1.35; }
.st-card .st-price { font-weight: 800; color: var(--navy); font-size: 1.05rem; }
.st-card .st-price-from { font-size: .72rem; color: var(--ink-3); font-weight: 600; display: block; margin-bottom: .1rem; }
.st-card .st-price-quote { font-size: .82rem; color: #25D366; }

.st-empty { text-align: center; padding: 4rem 1rem; color: var(--ink-3); }
.st-band { background: var(--navy); color: #fff; text-align: center; padding: .85rem 1rem; border-radius: 10px; margin: 2rem 0; font-size: .85rem; font-weight: 600; }

.st-benefits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; margin: 2rem 0; padding: 1.3rem 1.5rem; background: var(--surface); border: 1px solid var(--line); border-radius: 14px; }
.st-benefit { display: flex; align-items: center; gap: .75rem; }
.st-benefit svg { color: var(--navy); flex-shrink: 0; }
.st-benefit b { display: block; font-size: .86rem; }
.st-benefit span { display: block; font-size: .78rem; color: var(--ink-3); }
@media (max-width: 820px) { .st-benefits { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .st-benefits { grid-template-columns: 1fr; } }

.st-wa-fab { position: fixed; right: 1.3rem; bottom: 1.3rem; width: 54px; height: 54px; border-radius: 100px; background: #25D366; display: flex; align-items: center; justify-content: center; box-shadow: 0 14px 30px -10px rgba(0,0,0,.4); z-index: 50; }
.st-wa-fab:hover { filter: brightness(1.05); }

.st-mobile-tabbar { display: none; }
.st-mobile-menu { display: none; }

@media (max-width: 640px) {
  body { padding-bottom: 62px; }
  .st-wa-fab { bottom: 4.6rem; }

  /* Abaixo de 640px, a barra horizontal de categorias vira um botão de
     menu ao lado do carrinho, que abre um painel em acordeão — em vez de
     obrigar a rolar a barra pro lado pra achar a categoria. */
  .st-menu { display: none; }
  .st-menu-toggle-btn {
    display: flex; align-items: center; justify-content: center; background: none; border: none;
    color: #fff; padding: .3em; cursor: pointer; flex-shrink: 0;
  }
  .st-menu-toggle-btn svg { width: 22px; height: 22px; }

  .st-mobile-menu {
    display: none; position: absolute; top: 100%; left: 0; right: 0; z-index: 30;
    background: var(--surface); border-bottom: 1px solid var(--line);
    max-height: calc(100vh - 66px); overflow-y: auto;
    box-shadow: 0 16px 30px -10px rgba(0,0,0,.2);
  }
  .st-mobile-menu.open { display: block; }
  .st-mobile-menu-item, .st-mobile-menu > a.st-mobile-menu-row { border-bottom: 1px solid var(--line); }
  .st-mobile-menu-row {
    display: flex; align-items: center; justify-content: space-between; gap: .5rem;
    padding: .9rem 1.1rem; color: var(--ink); font-weight: 600; font-size: .92rem;
  }
  .st-mobile-menu-expand {
    background: none; border: none; color: var(--ink-3); padding: .4rem; cursor: pointer;
    display: flex; align-items: center; transition: transform .15s ease;
  }
  .st-mobile-menu-item.open .st-mobile-menu-expand { transform: rotate(180deg); }
  .st-mobile-submenu { display: none; flex-direction: column; padding: 0 1.1rem .7rem 1.6rem; }
  .st-mobile-menu-item.open .st-mobile-submenu { display: flex; }
  .st-mobile-submenu a { padding: .5rem 0; font-size: .86rem; color: var(--ink-2); }
}

@media (max-width: 640px) {

  .st-mobile-tabbar {
    display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
    background: var(--surface); border-top: 1px solid var(--line);
    box-shadow: 0 -6px 20px -10px rgba(0,0,0,.15);
  }
  .st-tab {
    flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: .2rem; padding: .55rem 0 .5rem; color: var(--ink-3); position: relative;
  }
  .st-tab svg { width: 21px; height: 21px; }
  .st-tab span { font-size: .62rem; font-weight: 700; }
  .st-tab.active { color: var(--navy); }
  .st-tab-badge {
    position: absolute; top: .3rem; right: 22%; background: var(--crimson); color: #fff;
    font-size: .6rem; font-weight: 800; padding: .05em .4em; border-radius: 100px; min-width: 14px; text-align: center;
  }
}

.st-newsletter { background: var(--navy); color: #fff; }
.st-newsletter-in { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; padding: 1.6rem 1.25rem; position: relative; }
.st-newsletter-title { font-size: 1.05rem; font-weight: 800; margin: 0 0 .2rem; }
.st-newsletter-text { margin: 0; font-size: .85rem; color: rgba(255,255,255,.75); }
.st-newsletter-form { display: flex; gap: .6rem; flex-wrap: wrap; }
.st-newsletter-form input { border: none; border-radius: 999px; padding: .7rem 1.1rem; font-size: .85rem; min-width: 220px; }
.st-newsletter-form button { border: none; border-radius: 999px; padding: .7rem 1.3rem; font-weight: 700; font-size: .85rem; background: var(--crimson); color: #fff; cursor: pointer; }
.st-newsletter-ok { position: absolute; bottom: -1.4rem; left: 1.25rem; font-size: .78rem; color: #fff; background: rgba(0,0,0,.25); padding: .3rem .7rem; border-radius: 999px; }

/* --- PDP --- */
.st-pdp { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: start; }
@media (max-width: 760px) { .st-pdp { grid-template-columns: 1fr; } }
.st-pdp-gallery { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; aspect-ratio: 1; display: flex; align-items: center; justify-content: center; }
.st-pdp-gallery img { width: 100%; height: 100%; object-fit: cover; }
.st-pdp-thumbs { display: flex; gap: .5rem; margin-top: .6rem; flex-wrap: wrap; }
.st-pdp-thumb { width: 64px; height: 64px; border-radius: 8px; overflow: hidden; border: 2px solid var(--line); cursor: pointer; padding: 0; background: var(--surface); }
.st-pdp-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.st-pdp-thumb.active { border-color: var(--sky); }
.st-reviews { max-width: 640px; margin: 2.5rem auto 0; }
.st-reviews-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.4rem; }
.st-reviews-summary { display: flex; align-items: center; gap: .8rem; margin-top: .5rem; }
.st-reviews-avg { font-size: 2.2rem; font-weight: 800; color: var(--navy); line-height: 1; }
.st-reviews-stars { color: #e0a92a; letter-spacing: 2px; font-size: .95rem; }
.st-reviews-count { font-size: .8rem; color: var(--ink-3); }
.st-review-ok { background: var(--surface); border: 1px solid var(--line); border-radius: 8px; padding: .8rem 1rem; font-size: .85rem; margin-bottom: 1rem; }
.st-review-empty { background: var(--surface); border: 1px dashed var(--line); border-radius: 10px; padding: 1.6rem; text-align: center; margin-bottom: 1.2rem; }
.st-review-empty p { margin: 0 0 .3rem; font-size: .88rem; color: var(--ink-2); }
.st-review-empty p:last-child { margin-bottom: 0; color: var(--ink-3); font-size: .82rem; }
.st-review-list { display: grid; gap: 1.1rem; margin-bottom: 1.5rem; }
.st-review { display: flex; gap: .8rem; border-bottom: 1px solid var(--line); padding-bottom: 1.1rem; }
.st-review-avatar { flex-shrink: 0; width: 38px; height: 38px; border-radius: 100px; background: var(--navy); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: .9rem; }
.st-review-body { flex: 1; min-width: 0; }
.st-review-head { display: flex; gap: .6rem; align-items: baseline; font-size: .88rem; flex-wrap: wrap; }
.st-review-head .st-review-stars { color: #e0a92a; letter-spacing: 1px; }
.st-review-head .st-review-date { color: var(--ink-3); font-size: .78rem; margin-left: auto; }
.st-review p { margin: .3rem 0 0; font-size: .86rem; color: var(--ink-2); }
.st-review-form { display: none; gap: .8rem; max-width: 380px; background: var(--surface-2); border: 1px solid var(--line); border-radius: 12px; padding: 1.3rem 1.4rem; }
.st-review-form.open { display: grid; }
.st-review-form-title { margin: 0 0 .2rem; font-size: 1rem; }
.st-pdp-info h1 { font-size: 1.5rem; font-weight: 800; letter-spacing: -.02em; margin: 0 0 .5rem; }
.st-pdp-price { font-size: 1.8rem; font-weight: 800; color: var(--navy); margin: 0 0 1.2rem; }
.st-pdp-price-quote { font-size: 1.2rem; }
.st-pdp-price .compare { font-size: 1rem; color: var(--ink-3); text-decoration: line-through; font-weight: 600; margin-right: .5rem; }
.st-opt-group { margin-bottom: 1.1rem; }
.st-opt-label { font-size: .8rem; font-weight: 700; color: var(--ink-2); margin-bottom: .5rem; display: block; }
.st-opt-values { display: flex; gap: .5rem; flex-wrap: wrap; }
.st-opt-btn { border: 1.5px solid var(--line); background: var(--surface); padding: .5em 1em; border-radius: 8px; font-size: .85rem; font-weight: 600; cursor: pointer; }
.st-opt-btn.active { border-color: var(--navy); background: var(--navy); color: #fff; }
.st-opt-btn:disabled { opacity: .35; cursor: not-allowed; text-decoration: line-through; }
.st-stock { font-size: .82rem; margin: .8rem 0 1.2rem; font-weight: 600; }
.st-stock.in { color: #1a9c5b; } .st-stock.out { color: var(--crimson); }
.st-desc { margin-top: 1.8rem; padding-top: 1.8rem; border-top: 1px solid var(--line); color: var(--ink-2); font-size: .92rem; line-height: 1.7; }
.st-desc p { margin: 0 0 1em; }
.st-desc p:last-child { margin-bottom: 0; }
.st-desc .st-desc-label { font-weight: 800; color: var(--ink); margin-bottom: .4em; }
.st-desc ul { margin: 0 0 1em; padding-left: 1.3em; }
.st-desc li { margin-bottom: .35em; }

.st-trust { list-style: none; margin: 1rem 0 0; padding: 0; display: grid; gap: .55rem; }
.st-trust li { display: flex; align-items: center; gap: .6rem; font-size: .82rem; color: var(--ink-2); font-weight: 600; }
.st-trust svg { flex-shrink: 0; width: 18px; height: 18px; color: var(--navy); }

.st-frete { margin-top: 1.4rem; padding-top: 1.4rem; border-top: 1px solid var(--line); }
.st-frete-label { font-size: .85rem; font-weight: 800; margin: 0 0 .6rem; }
.st-frete-row { display: flex; gap: .5rem; }
.st-frete-row input { flex: 1; min-width: 0; border: 1px solid var(--line); border-radius: 8px; padding: .7em .9em; font-size: .9rem; font-family: inherit; }
.st-frete-row .st-btn { width: auto; padding-inline: 1.3em; white-space: nowrap; }
.st-frete-nocep { display: inline-block; margin-top: .5rem; font-size: .8rem; color: var(--ink-3); text-decoration: underline; }
.st-frete-opcoes { display: grid; gap: .5rem; margin-top: .9rem; }
.st-frete-opcao { display: flex; align-items: baseline; gap: .6rem; border: 1px solid var(--line); border-radius: 8px; padding: .6rem .9rem; font-size: .85rem; }
.st-frete-opcao span { font-weight: 600; flex: 1; }
.st-frete-opcao b { color: var(--navy); }
.st-frete-opcao small { color: var(--ink-3); }
.st-frete-aviso { font-size: .74rem; color: var(--ink-3); margin: .5rem 0 0; }
.st-frete-erro, .st-frete-loading { font-size: .85rem; color: var(--ink-2); margin: .7rem 0 0; }
.st-frete-erro { color: var(--crimson); }

.st-checkout-frete { margin-bottom: 1.2rem; padding-bottom: 1.2rem; border-bottom: 1px solid var(--line); }
.st-frete-opcao-form button.st-frete-opcao { width: 100%; text-align: left; background: var(--surface); cursor: pointer; font-family: inherit; }
.st-frete-opcao-form button.st-frete-opcao:hover { border-color: var(--navy); background: var(--surface-2); }
.st-frete-atual { font-size: .86rem; margin: 0 0 .5rem; }
.st-frete-trocar { background: none; border: none; padding: 0; color: var(--navy); font-size: .8rem; font-weight: 600; text-decoration: underline; cursor: pointer; }

.st-modal-backdrop { display: none; position: fixed; inset: 0; background: rgba(17,53,89,.55); z-index: 100; align-items: center; justify-content: center; padding: 1rem; }
.st-modal-backdrop.open { display: flex; }
.st-modal { position: relative; background: var(--surface); border-radius: 14px; padding: 1.8rem; width: 100%; max-width: 420px; box-shadow: 0 24px 60px -10px rgba(0,0,0,.35); }
.st-modal h3 { margin: 0 0 .5rem; font-size: 1.2rem; }
.st-modal-sub { font-size: .85rem; color: var(--ink-2); margin: 0 0 1.2rem; line-height: 1.5; }
.st-modal-close { position: absolute; top: .8rem; right: .9rem; background: none; border: none; font-size: 1.5rem; line-height: 1; color: var(--ink-3); cursor: pointer; padding: .2rem; }
.st-modal-error { color: var(--crimson); font-size: .82rem; font-weight: 600; margin: 0 0 .8rem; min-height: 1em; }

.st-contact, .st-account { max-width: 640px; margin: 0 auto; }
.st-contact-form, .st-account-form { display: grid; gap: 1rem; margin-top: 1.5rem; }
.st-contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.st-contact .fld, .st-account .fld { display: flex; flex-direction: column; gap: .35rem; }
.st-contact label, .st-account label { font-size: .8rem; font-weight: 700; color: var(--ink-2); }
.st-contact input, .st-contact textarea, .st-account input, .st-account textarea { border: 1px solid var(--line); border-radius: 8px; padding: .7rem .9rem; font-size: .9rem; font-family: inherit; }
.st-contact .st-btn, .st-account .st-btn { width: max-content; padding-inline: 2rem; }
.st-contact-ok, .st-account-ok { background: var(--surface-2); border: 1px solid var(--line); border-radius: 10px; padding: 1.2rem; margin-top: 1.5rem; font-weight: 600; }
.st-contact-alt { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); font-size: .88rem; color: var(--ink-2); }
@media (max-width: 640px) { .st-contact-grid { grid-template-columns: 1fr; } }

.st-account-tabs { display: flex; gap: .5rem; margin-bottom: .5rem; }
.st-account-tab { background: var(--surface); border: 1px solid var(--line); border-radius: 999px; padding: .5em 1.2em; font-size: .85rem; font-weight: 700; color: var(--ink-2); cursor: pointer; }
.st-account-tab.active { background: var(--navy); color: #fff; border-color: var(--navy); }
.st-account-error { background: #FBE3E8; color: var(--crimson); border-radius: 8px; padding: .7rem .9rem; font-size: .85rem; font-weight: 600; margin-top: 1rem; }
.st-account-subtitle { font-size: .95rem; font-weight: 800; margin: 2rem 0 1rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.st-account-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
.st-account-head a { font-size: .85rem; font-weight: 700; color: var(--crimson); }
.st-account table { width: 100%; border-collapse: collapse; }
.st-account th { text-align: left; font-size: .75rem; text-transform: uppercase; letter-spacing: .03em; color: var(--ink-3); padding: .6rem .5rem; border-bottom: 2px solid var(--line); }
.st-account td { padding: .8rem .5rem; border-bottom: 1px solid var(--line); font-size: .88rem; }
.st-account .st-pill { display: inline-block; padding: .2em .7em; border-radius: 999px; font-size: .75rem; font-weight: 700; }
.st-account .st-pill.paid { background: #E3F8EC; color: #0D8A4F; }
.st-account .st-pill.pending { background: #FFF4E0; color: #B5730A; }

.st-btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; font-weight: 700; font-size: .92rem; padding: .8em 1.6em; border-radius: 9px; border: 1.5px solid transparent; cursor: pointer; background: var(--crimson); color: #fff; width: 100%; }
.st-btn:disabled { background: var(--ink-3); cursor: not-allowed; }
.st-btn-outline { background: transparent; border-color: var(--line); color: var(--ink); }

/* --- Cart --- */
.st-cart-table { width: 100%; border-collapse: collapse; background: var(--surface); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.st-cart-table th, .st-cart-table td { padding: .9rem 1rem; text-align: left; border-bottom: 1px solid var(--line); font-size: .88rem; }
.st-cart-table th { background: var(--surface-2); font-size: .75rem; text-transform: uppercase; letter-spacing: .04em; color: var(--ink-3); }
.st-cart-item-name { display: flex; align-items: center; gap: .8rem; }
.st-cart-item-name img { width: 52px; height: 52px; border-radius: 8px; object-fit: cover; background: var(--surface-2); }
.st-cart-qty { width: 60px; padding: .4em; border: 1px solid var(--line); border-radius: 6px; }
.st-cart-summary { max-width: 340px; margin-left: auto; margin-top: 1.5rem; background: var(--surface); border: 1px solid var(--line); border-radius: 12px; padding: 1.3rem 1.4rem; }
.st-cart-summary .row { display: flex; justify-content: space-between; margin-bottom: .6rem; font-size: .9rem; }
.st-cart-summary .total { font-weight: 800; font-size: 1.15rem; color: var(--navy); border-top: 1px solid var(--line); padding-top: .8rem; margin-top: .8rem; }

.st-ft { background: var(--navy); color: rgba(255,255,255,.65); padding: 2.6rem 0 1.4rem; font-size: .84rem; }
.st-ft a { color: rgba(255,255,255,.7); text-decoration: none; }
.st-ft a:hover { color: #fff; }
.st-ft-cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; padding-bottom: 1.8rem; border-bottom: 1px solid rgba(255,255,255,.12); }
.st-ft-cols p { margin: 0 0 .5rem; }
.st-ft-title { color: #fff; font-weight: 800; font-size: .78rem; text-transform: uppercase; letter-spacing: .05em; margin-bottom: .9rem !important; }
.st-ft-text { color: rgba(255,255,255,.6); line-height: 1.5; }
.st-ft-social { display: flex; flex-wrap: wrap; gap: .5rem .9rem; margin-top: .6rem; }
.st-ft-bottom { padding-top: 1.4rem; font-size: .76rem; color: rgba(255,255,255,.5); line-height: 1.6; }
.st-ft-bottom a { color: rgba(255,255,255,.75); }
@media (max-width: 780px) { .st-ft-cols { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .st-ft-cols { grid-template-columns: 1fr; } }

/* --- Checkout (campos do MP.js) --- */
.st-fld { margin-bottom: 1rem; }
.st-fld label { display: block; font-size: .78rem; font-weight: 700; color: var(--ink-2); margin-bottom: .35rem; }
.st-fld input, .st-fld select {
  width: 100%; font-size: .92rem; padding: .6em .8em; border: 1px solid var(--line); border-radius: 8px; background: var(--surface);
}
.mp-field { width: 100%; height: 2.6rem; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); }
.mp-field iframe { width: 100% !important; height: 100% !important; }
.st-checkout-error { background: #FBE3E8; color: var(--crimson); border-radius: 8px; padding: .7rem .9rem; font-size: .85rem; font-weight: 600; margin-bottom: 1rem; }
.st-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1rem; }
@media (max-width: 600px) { .st-form-grid { grid-template-columns: 1fr; } }

/* --- Template Fragrância dos Sonhos (loja 8) --- */
.st-fds-topbar { background: var(--navy); color: #fff; font-size: .78rem; }
.st-fds-topbar-in { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; height: 38px; flex-wrap: wrap; }
.st-fds-topbar-contact { display: flex; align-items: center; gap: 1.4rem; }
.st-fds-topbar-contact span, .st-fds-topbar-contact a { display: flex; align-items: center; gap: .4rem; color: rgba(255,255,255,.9); text-decoration: none; white-space: nowrap; }
.st-fds-topbar-contact svg { width: 14px; height: 14px; flex-shrink: 0; }
.st-fds-topbar-links { display: flex; align-items: center; gap: 1.3rem; }
.st-fds-topbar-links a { color: #fff; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; text-decoration: none; font-size: .74rem; }
.st-fds-topbar-links a:hover { text-decoration: underline; }
@media (max-width: 780px) { .st-fds-topbar-in { height: auto; padding: .5rem 0; justify-content: center; text-align: center; } .st-fds-topbar-contact { flex-wrap: wrap; justify-content: center; } }

.st-theme-fds .st-hdr { background: #fff; border-bottom: 1px solid var(--line); }
.st-theme-fds .st-logo { color: var(--ink); }
.st-theme-fds .st-search input { background: var(--surface-2); color: var(--ink); border-color: var(--line); }
.st-theme-fds .st-search input::placeholder { color: var(--ink-3); }
.st-theme-fds .st-cart-link { color: var(--ink); }
.st-theme-fds .st-menu-toggle-btn { color: var(--ink); }
.st-theme-fds .st-menu { background: var(--navy); }

.st-theme-fds .st-banner { height: auto; overflow: visible; }
.st-banner-slide-full { position: static; display: none; opacity: 1; }
.st-banner-slide-full.active { display: block; }
.st-banner-slide-full img { width: 100%; height: auto; display: block; }
