:root {
  --ink: #4a1f31;
  --ink-2: #6b2d48;
  --paper: #fff7fa;
  --white: #ffffff;
  --rule: #f0d9e2;
  --text: #35212a;
  --text-soft: #8d707b;
  --accent: #d45c83;
  --accent-dark: #b63c67;
  --accent-soft: #fde6ee;
  --gold: #d5a047;
  --danger: #c94b5e;
  --font-display: 'Cormorant Garamond', serif;
  --font-body: 'Manrope', sans-serif;
  --font-mono: 'IBM Plex Mono', monospace;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
}
[data-theme="dark"] {
  --paper: #21151b;
  --white: #2b1b23;
  --rule: #4d303b;
  --text: #f8eaf0;
  --text-soft: #c09eab;
  --ink: #ffe7ef;
  --ink-2: #f5c4d4;
  --accent: #ed82a6;
  --accent-dark: #f6a6c1;
  --accent-soft: #492c39;
}
[data-theme="dark"] .produto-card:hover { box-shadow: 0 14px 28px rgba(0,0,0,.4); }
[data-theme="dark"] input, [data-theme="dark"] select, [data-theme="dark"] textarea { background: var(--white); color: var(--text); }
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { font-family: var(--font-body); background: var(--paper); color: var(--text); }
h1, h2, h3 { font-family: var(--font-display); margin: 0 0 .5rem; color: var(--ink); }
a { color: var(--accent-dark); text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { -webkit-tap-highlight-color: transparent; }
.num { font-family: var(--font-mono); font-variant-numeric: tabular-nums; }
.muted { color: var(--text-soft); font-size: .85rem; }
img { max-width: 100%; }
.container { max-width: 1320px; margin: 0 auto; padding: 0 1.5rem; }

/* ---------------- Topbar ---------------- */
.topbar { background: var(--ink); color: rgba(255,255,255,.78); font-size: .72rem; padding: .5rem 0; letter-spacing: .01em; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; }
.topbar a { color: rgba(255,255,255,.92); font-weight: 700; }

/* ---------------- Navbar ---------------- */
.navbar { background: var(--white); border-bottom: 1px solid var(--rule); position: sticky; top: 0; z-index: 200; }
.navbar-inner { display: flex; align-items: center; gap: 1.5rem; padding: 1rem 0; }
.navbar-logo { display: flex; align-items: center; gap: .55rem; font-family: var(--font-display); font-weight: 700; font-size: 1.6rem; color: var(--ink); white-space: nowrap; }
.navbar-logo img { height: 40px; width: auto; object-fit: contain; }
.logo-mark { width: 34px; height: 34px; border-radius: 50% 50% 50% 8px; background: var(--accent); color: #fff; display: inline-flex; align-items: center; justify-content: center; transform: rotate(-12deg); font-family: var(--font-body); font-size: 1.05rem; }
.navbar-busca { flex: 1; max-width: 560px; margin-left: auto; }
.navbar-busca form { display: flex; }
.navbar-busca input { flex: 1; padding: .75rem 1rem; border-radius: 999px 0 0 999px; border: 1px solid var(--rule); border-right: none; font-size: .85rem; background: var(--paper); color: var(--text); }
.navbar-busca input::placeholder { color: var(--text-soft); }
.navbar-busca button { width: 48px; padding: 0 1rem; border-radius: 0 999px 999px 0; border: none; background: var(--accent); color: #fff; cursor: pointer; font-size: 1.35rem; transition: background .18s var(--ease-out), transform .16s var(--ease-out); }
.navbar-busca button:hover { background: var(--accent-dark); }
.navbar-busca button:active, .btn:active, .menu-categorias-toggle:active { transform: scale(.97); }
.navbar-acoes { display: flex; align-items: center; gap: 1.15rem; }
.navbar-acoes a { color: var(--ink); display: flex; flex-direction: column; align-items: center; gap: .12rem; font-size: .67rem; font-weight: 700; }
.acao-icone { position: relative; display: block; font-size: 1.4rem; line-height: 1; color: var(--accent-dark); }
.carrinho-badge { position: relative; }
.carrinho-badge .contagem { position: absolute; top: -7px; right: -12px; background: var(--accent); color: #fff; font-size: .61rem; font-weight: 800; border-radius: 999px; padding: .1rem .35rem; min-width: 17px; text-align: center; }

/* ---------------- Layout + sidebar de categorias ---------------- */
.loja-shell { display: grid; grid-template-columns: 250px minmax(0, 1fr); align-items: start; max-width: 1600px; margin: 0 auto; }
.menu-categorias { position: sticky; top: 81px; align-self: start; min-height: calc(100vh - 81px); padding: 1.55rem 1rem 2rem 1.3rem; background: var(--white); border-right: 1px solid var(--rule); z-index: 100; }
.menu-categorias-toggle { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: .75rem; border: 0; background: transparent; color: var(--ink); cursor: pointer; padding: .2rem .35rem 1.15rem; text-align: left; }
.menu-categorias-toggle-copy { display: flex; flex-direction: column; gap: .05rem; }
.menu-categorias-toggle small { color: var(--accent-dark); font-family: var(--font-mono); font-size: .58rem; text-transform: uppercase; letter-spacing: .12em; }
.menu-categorias-toggle strong { font-family: var(--font-display); font-size: 1.65rem; line-height: 1; }
.menu-categorias-chevron { color: var(--accent); font-size: 1.5rem; line-height: 1; transition: transform .2s var(--ease-out); }
.menu-categorias.aberto .menu-categorias-chevron { transform: rotate(180deg); }
.menu-categorias-conteudo { border-top: 1px solid var(--rule); padding-top: .9rem; }
.menu-categorias:not(.aberto) .menu-categorias-conteudo { display: none; }
.menu-categorias-intro { color: var(--text-soft); font-size: .72rem; line-height: 1.5; padding: 0 .35rem; margin: 0 0 .9rem; }
.departamentos-lista { display: flex; flex-direction: column; gap: .25rem; }
.dept-item { border-bottom: 1px solid transparent; }
.dept-item.ativo { border-color: var(--rule); }
.dept-heading { display: flex; align-items: center; gap: .25rem; }
.dept-link { min-width: 0; flex: 1; display: flex; align-items: center; gap: .55rem; color: var(--text); font-family: var(--font-body); font-size: .76rem; font-weight: 700; padding: .67rem .35rem; border-radius: 8px; transition: background .18s var(--ease-out), color .18s var(--ease-out); }
.dept-link:hover, .dept-item.ativo > .dept-heading .dept-link { background: var(--accent-soft); color: var(--accent-dark); }
.dept-marker { color: var(--accent); font-size: .65rem; }
.dept-expand { flex: 0 0 30px; width: 30px; height: 30px; border: 0; background: transparent; color: var(--accent); border-radius: 50%; cursor: pointer; font-size: 1.25rem; line-height: 1; transition: background .18s var(--ease-out); }
.dept-expand:hover { background: var(--accent-soft); }
.dept-mega { display: none; padding: .05rem 0 .55rem 1.5rem; }
.dept-item.aberto .dept-mega { display: block; animation: menuReveal .18s var(--ease-out); }
.dept-mega a { display: block; color: var(--text-soft); font-size: .7rem; font-weight: 600; padding: .37rem .55rem; border-left: 1px solid var(--rule); }
.dept-mega a:hover { color: var(--accent-dark); border-left-color: var(--accent); background: var(--accent-soft); }
@keyframes menuReveal { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }
.loja-conteudo { min-width: 0; }
main { min-height: 55vh; }

/* ---------------- Carrossel de banners ---------------- */
.carrossel { position: relative; width: 100%; overflow: hidden; background: var(--ink); }
.carrossel-slide { display: none; }
.carrossel-slide.ativo { display: block; }
.carrossel-slide img { width: 100%; max-height: 460px; object-fit: cover; display: block; }
.carrossel-pontos { position: absolute; bottom: 1rem; left: 50%; transform: translateX(-50%); display: flex; gap: .5rem; }
.carrossel-pontos button { width: 9px; height: 9px; border-radius: 999px; border: none; background: rgba(255,255,255,.45); cursor: pointer; padding: 0; }
.carrossel-pontos button.ativo { background: #fff; }

/* ---------------- Hero ---------------- */
.hero { position: relative; overflow: hidden; background: radial-gradient(550px 320px at 88% 10%, rgba(255,190,211,.45) 0%, transparent 65%), radial-gradient(580px 300px at 10% 100%, rgba(255,220,231,.18) 0%, transparent 60%), linear-gradient(135deg, var(--ink) 0%, var(--ink-2) 100%); color: #fff; }
.hero::before { content: ''; position: absolute; inset: 0; opacity: .35; pointer-events: none; background-image: radial-gradient(rgba(255,210,224,.4) 1.2px, transparent 1.2px); background-size: 26px 26px; -webkit-mask-image: linear-gradient(115deg, transparent 10%, #000 45%, transparent 80%); mask-image: linear-gradient(115deg, transparent 10%, #000 45%, transparent 80%); }
.hero-inner { position: relative; padding: 3.4rem 0; display: flex; align-items: center; gap: 2rem; min-height: 300px; }
.hero-texto { max-width: 600px; }
.hero-eyebrow { font-family: var(--font-mono); font-size: .68rem; letter-spacing: .12em; color: #ffb4ca; text-transform: uppercase; margin-bottom: .65rem; }
.hero-texto h1 { color: #fff; font-size: clamp(2.5rem, 5vw, 4.1rem); line-height: .98; margin-bottom: .9rem; max-width: 650px; }
.hero-texto p { color: rgba(255,255,255,.8); margin-bottom: 0; max-width: 510px; line-height: 1.7; font-size: .92rem; }

/* ---------------- Benefits bar ---------------- */
.beneficios { background: var(--accent-soft); color: var(--ink); border-bottom: 1px solid var(--rule); }
.beneficios-lista { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; padding: 1.1rem 0; }
.beneficio { display: flex; align-items: center; gap: .7rem; font-size: .75rem; }
.beneficio .emoji { font-size: 1.35rem; filter: saturate(.8); }
.beneficio strong { display: block; font-size: .76rem; }
.beneficio span { color: var(--text-soft); font-size: .68rem; }

/* ---------------- Section headers ---------------- */
.secao { padding: 2.4rem 0 0; }
.secao-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 1.1rem; border-bottom: 2px solid var(--rule); padding-bottom: .8rem; }
.secao-header h2 { font-size: 1.7rem; letter-spacing: .01em; margin: 0; position: relative; padding-bottom: .6rem; }
.secao-header h2::after { content: ''; position: absolute; left: 0; bottom: -2px; width: 46px; height: 3px; background: var(--accent); }
.secao-header a { font-size: .75rem; font-weight: 700; color: var(--accent-dark); }

/* ---------------- Product grid & cards ---------------- */
.produtos-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 1rem; padding: 1.4rem 0; }
.produto-card { background: var(--white); border: 1px solid var(--rule); border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; transition: transform .18s var(--ease-out), box-shadow .18s var(--ease-out), border-color .18s var(--ease-out); }
.produto-card:hover { transform: translateY(-4px); border-color: var(--accent); box-shadow: 0 14px 28px rgba(106,45,72,.12); }
.produto-card .foto-wrap { display: block; background: linear-gradient(145deg, var(--accent-soft), var(--paper)); overflow: hidden; }
.produto-card .foto { width: 100%; height: 205px; object-fit: cover; display: block; mix-blend-mode: multiply; transition: transform .28s var(--ease-out); }
.produto-card:hover .foto { transform: scale(1.035); }
.produto-card .foto-vazia { width: 100%; height: 205px; display: flex; align-items: center; justify-content: center; background: linear-gradient(145deg, var(--accent-soft), var(--paper)); color: var(--accent); font-size: 2.2rem; }
.produto-card .corpo { padding: .9rem 1rem 1.1rem; display: flex; flex-direction: column; gap: .35rem; flex: 1; }
.produto-card .eyebrow { font-family: var(--font-mono); font-size: .6rem; letter-spacing: .06em; text-transform: uppercase; color: var(--text-soft); }
.produto-card .nome { font-size: .84rem; font-weight: 700; line-height: 1.35; min-height: 2.3em; color: var(--text); }
.produto-card .nome:hover { color: var(--accent-dark) !important; }
.produto-card .preco-bloco { margin-top: auto; padding-top: .45rem; }
.produto-card .preco-riscado { font-size: .7rem; color: var(--text-soft); text-decoration: line-through; }
.produto-card .preco-principal { font-family: var(--font-mono); font-weight: 700; color: var(--accent-dark); font-size: 1.08rem; }
.produto-card .preco-parcelas { font-size: .66rem; color: var(--text-soft); font-family: var(--font-mono); }
.produto-card .btn-comprar { margin-top: .65rem; }
.categoria-chip { display: inline-block; background: var(--white); border: 1px solid var(--rule); color: var(--text); padding: .45rem 1rem; border-radius: 999px; font-size: .76rem; margin: 0 .4rem .4rem 0; font-weight: 700; }
.categoria-chip:hover, .categoria-chip.ativo { background: var(--accent); color: #fff; border-color: var(--accent); }

/* ---------------- Cards / forms (reused across cart, checkout, account) ---------------- */
.card { background: var(--white); border: 1px solid var(--rule); border-radius: 14px; padding: 1.3rem; }
.field { display: flex; flex-direction: column; gap: .25rem; margin-bottom: .8rem; }
.field label { font-size: .68rem; text-transform: uppercase; letter-spacing: .03em; color: var(--text-soft); font-weight: 700; }
input, select, textarea { font-family: var(--font-body); font-size: .88rem; padding: .65rem .85rem; border-radius: 9px; border: 1px solid var(--rule); background: var(--white); color: var(--text); width: 100%; }
input:focus, select:focus, textarea:focus { outline: 2px solid var(--accent); outline-offset: 1px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .4rem; font-weight: 800; font-size: .78rem; padding: .75rem 1.1rem; border-radius: 9px; border: none; cursor: pointer; background: var(--accent); color: #fff; width: 100%; letter-spacing: .02em; transition: background .18s var(--ease-out), transform .16s var(--ease-out); }
.btn:hover { background: var(--accent-dark); }
.btn-ghost { background: transparent; border: 1px solid var(--rule); color: var(--text); }
.btn-gold { background: var(--gold); color: #3a260b; }
.alert { padding: .75rem 1rem; border-radius: 10px; margin-bottom: 1rem; font-size: .82rem; }
.alert-sucesso { background: #f1eade; color: #765a21; }
.alert-erro { background: #fbe4e7; color: var(--danger); }
.alert-info { background: var(--accent-soft); color: var(--text-soft); }
.badge { display: inline-flex; padding: .18rem .6rem; border-radius: 999px; font-size: .68rem; font-weight: 700; background: var(--accent-soft); color: var(--accent-dark); }

/* ---------------- Cart page ---------------- */
.carrinho-item { display: flex; gap: 1rem; align-items: center; padding: .9rem 0; border-bottom: 1px solid var(--rule); }
.carrinho-item img { width: 64px; height: 64px; object-fit: cover; border-radius: 10px; background: var(--accent-soft); }

/* ---------------- Product gallery ---------------- */
.galeria-principal { width: 100%; border-radius: 14px; border: 1px solid var(--rule); overflow: hidden; background: var(--accent-soft); }
.galeria-principal img { width: 100%; height: 380px; object-fit: cover; display: block; mix-blend-mode: multiply; }
.galeria-miniaturas { display: flex; gap: .6rem; margin-top: .7rem; flex-wrap: wrap; }
.galeria-miniaturas img { width: 64px; height: 64px; object-fit: cover; border-radius: 8px; border: 2px solid var(--rule); cursor: pointer; }
.galeria-miniaturas img.ativa { border-color: var(--accent); }

/* ---------------- Footer ---------------- */
footer { background: var(--ink); color: rgba(255,255,255,.7); padding: 2.8rem 0 1.5rem; margin-top: 3rem; font-size: .8rem; }
footer a { color: rgba(255,255,255,.85); }
footer h4 { color: #fff; font-family: var(--font-body); font-size: .85rem; margin-bottom: .8rem; }
footer p { margin: 0 0 .4rem; color: rgba(255,255,255,.65); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2rem; }
.footer-nav { display: flex; flex-direction: column; gap: .55rem; }
.footer-nav a { font-weight: 700; font-size: .78rem; letter-spacing: .02em; }
.footer-nav a:hover { color: #ffb4ca; }
.footer-social { display: flex; gap: .7rem; margin-top: 1rem; }
.footer-social a { width: 36px; height: 36px; border-radius: 999px; background: rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; }
.footer-social a:hover { background: var(--accent); }

/* ---------------- Botão flutuante do WhatsApp ---------------- */
.whatsapp-flutuante { position: fixed; bottom: 1.4rem; right: 1.4rem; z-index: 500; width: 56px; height: 56px; border-radius: 999px; background: #25D366; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.55rem; box-shadow: 0 8px 20px rgba(74,31,49,.22); text-decoration: none; }
.whatsapp-flutuante:hover { background: #1ebc59; }

/* ---------------- Títulos de página ---------------- */
.titulo-pagina { font-family: var(--font-display); text-transform: none; letter-spacing: .01em; font-size: 2.15rem; border-bottom: 3px solid var(--accent); display: inline-block; padding-bottom: .35rem; margin-bottom: 1.2rem; }
.texto-institucional { line-height: 1.7; color: var(--text); }

/* ---------------- Banner de cookies ---------------- */
.aviso-cookies { position: fixed; bottom: 0; left: 0; right: 0; z-index: 600; background: var(--ink); color: rgba(255,255,255,.9); padding: 1rem 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .78rem; box-shadow: 0 -6px 20px rgba(74,31,49,.15); }
.aviso-cookies p { margin: 0; max-width: 700px; }
.aviso-cookies a { color: #ffb4ca; }
.aviso-cookies button { background: var(--accent); color: #fff; border: none; padding: .6rem 1.2rem; border-radius: 8px; font-weight: 800; cursor: pointer; white-space: nowrap; }

/* ---------------- Linha do tempo do pedido ---------------- */
.linha-tempo { display: flex; justify-content: space-between; align-items: flex-start; margin: 1.5rem 0; }
.linha-tempo-etapa { flex: 1; text-align: center; position: relative; }
.linha-tempo-etapa::before { content: ''; position: absolute; top: 9px; left: -50%; width: 100%; height: 3px; background: var(--rule); z-index: 0; }
.linha-tempo-etapa:first-child::before { display: none; }
.linha-tempo-etapa.concluida::before, .linha-tempo-etapa.atual::before { background: var(--accent); }
.linha-tempo-ponto { width: 20px; height: 20px; border-radius: 999px; background: var(--white); border: 3px solid var(--rule); margin: 0 auto .6rem; position: relative; z-index: 1; }
.linha-tempo-etapa.concluida .linha-tempo-ponto { background: var(--accent); border-color: var(--accent); }
.linha-tempo-etapa.atual .linha-tempo-ponto { border-color: var(--accent); box-shadow: 0 0 0 4px rgba(212,92,131,.2); }
.linha-tempo-label { font-size: .68rem; color: var(--text-soft); font-weight: 700; padding: 0 .3rem; }
.linha-tempo-etapa.concluida .linha-tempo-label, .linha-tempo-etapa.atual .linha-tempo-label { color: var(--text); }

/* ---------------- Alternador de tema ---------------- */
.tema-toggle { background: var(--paper); border: 1px solid var(--rule); color: var(--accent-dark); border-radius: 999px; width: 38px; height: 38px; font-size: 1.05rem; cursor: pointer; display: flex; align-items: center; justify-content: center; }

/* ---------------- Filtro de produtos (busca/departamento) ---------------- */
.filtro-produtos { display: flex; gap: .8rem; align-items: flex-end; flex-wrap: wrap; margin-bottom: 1.2rem; background: var(--white); border: 1px solid var(--rule); border-radius: 12px; padding: 1rem; }
.filtro-produtos .field { margin-bottom: 0; }

@media (max-width: 1080px) {
  .loja-shell { grid-template-columns: 220px minmax(0, 1fr); }
  .menu-categorias { padding-left: .9rem; padding-right: .7rem; }
  .produtos-grid { grid-template-columns: repeat(auto-fill, minmax(175px, 1fr)); }
  .navbar-inner { gap: 1rem; }
}

@media (max-width: 860px) {
  .container { padding-left: 1rem; padding-right: 1rem; }
  .topbar .container { gap: .3rem; }
  .navbar-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .75rem; padding: .8rem 0; }
  .navbar-logo { font-size: 1.38rem; }
  .navbar-logo img { height: 34px; }
  .navbar-busca { grid-column: 1 / -1; grid-row: 2; width: 100%; max-width: none; margin: 0; }
  .navbar-acoes { gap: .7rem; }
  .navbar-acoes a { font-size: .6rem; }
  .navbar-acoes .tema-toggle { width: 32px; height: 32px; }
  .acao-icone { font-size: 1.22rem; }
  .loja-shell { display: block; }
  .menu-categorias { position: relative; top: auto; min-height: 0; border-right: 0; border-bottom: 1px solid var(--rule); padding: .75rem 1rem; box-shadow: 0 3px 12px rgba(74,31,49,.04); }
  .menu-categorias-toggle { padding: .15rem 0; }
  .menu-categorias-toggle strong { font-size: 1.4rem; }
  .menu-categorias-conteudo { padding: .8rem 0 .25rem; }
  .menu-categorias-intro { margin-bottom: .55rem; }
  .departamentos-lista { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .35rem .6rem; }
  .dept-item { min-width: 0; }
  .dept-link { font-size: .7rem; padding: .55rem .35rem; }
  .dept-mega { padding-left: 1.2rem; }
  .hero-inner { padding: 2.8rem 0; min-height: 290px; }
  .hero-texto h1 { font-size: clamp(2.45rem, 10vw, 3.6rem); }
  .beneficios-lista { grid-template-columns: repeat(2, 1fr); gap: .75rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.6rem; }
  .whatsapp-flutuante { width: 52px; height: 52px; font-size: 1.4rem; bottom: 1rem; right: 1rem; }
}

@media (max-width: 560px) {
  .topbar .container { flex-direction: column; text-align: center; }
  .navbar-logo span:last-child { max-width: 145px; overflow: hidden; text-overflow: ellipsis; }
  .navbar-acoes a span:last-child { display: none; }
  .produtos-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem; }
  .produto-card { border-radius: 13px; }
  .produto-card .foto, .produto-card .foto-vazia { height: 155px; }
  .produto-card .corpo { padding: .7rem .7rem .8rem; }
  .produto-card .nome { font-size: .74rem; }
  .produto-card .preco-principal { font-size: .9rem; }
  .produto-card .preco-parcelas { font-size: .58rem; }
  .produto-card .btn { font-size: .68rem; padding: .65rem .5rem; }
  .secao { padding-top: 1.8rem; }
  .secao-header h2 { font-size: 1.5rem; }
  .titulo-pagina { font-size: 1.8rem; }
  .filtro-produtos { align-items: stretch; }
  .filtro-produtos .field, .filtro-produtos button { max-width: none !important; width: 100% !important; }
  .linha-tempo { flex-direction: column; gap: 1rem; align-items: flex-start; }
  .linha-tempo-etapa { display: flex; align-items: center; gap: .7rem; text-align: left; width: 100%; }
  .linha-tempo-etapa::before { display: none; }
  .linha-tempo-ponto { margin: 0; flex-shrink: 0; }
}

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