/* ═══════════════════════════════════════════
   JURÔ — Fontes customizadas
   Coloque os arquivos de fonte em: /wp-content/themes/SEU-TEMA/fonts/
═══════════════════════════════════════════ */

@font-face {
  font-family: 'BritannicBQ';
  src: url('../fonts/BritannicBQ-Regular.otf') format('opentype');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}


/* ═══════════════════════════════════════════
   JURÔ — global.css
   Tokens, reset e componentes reutilizáveis
   em todo o site.
═══════════════════════════════════════════ */

/* ── TOKENS ── */
:root {
  --burg:       #4F1324;
  --burg-lt:    #7B2838;
  --burg-deep:  #2D0A14;
  --cream:      #F2E8D9;
  --cream-dk:   #E4D5C2;
  --rose:       #C4968A;
  --rose-lt:    #DBBBB2;
  --slate:      #8A9BB0;
  --ink:        #1A1109;
  --white:      #FFFFFF;
  --g100:       #F8F5F1;
  --g200:       #EDE8E0;
  --fn-d:       'BritannicBQ', serif;
  --fn-b:       'BritannicBQ', serif;
  --fn-head:    'BritannicBQ', serif;
  --tr:         0.32s cubic-bezier(.4,0,.2,1);
  --tr-slow:    0.7s cubic-bezier(.4,0,.2,1);
  /* Hero height (sobrescrito via JS) */
  --ann-h:  40px;
  --hdr-h:  160px;
  --hero-h: calc(100dvh - var(--ann-h) - var(--hdr-h));
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--fn-d);
  background-color: var(--cream);
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0l40 40m0-40L0 40' stroke='%234F1324' stroke-opacity='0.05' stroke-width='1'/%3E%3C/svg%3E");
  background-size: clamp(30px, 4vw, 60px);
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center top;
  color: var(--burg-deep);
}
img  { max-width: 100%; display: block; object-fit: cover; }
a    { color: inherit; text-decoration: none; }
h1,h2,h3,h4,h5 { font-family: var(--fn-d); font-weight: 800; line-height: 1.05; }

/* ── GRAIN OVERLAY ── */
body::before {
  content: '';
  position: fixed; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
  opacity: .028; pointer-events: none; z-index: 8000;
}



/* ── ANNOUNCEMENT BAR ── */
.ann-bar { background: var(--burg); color: var(--cream); text-align: center; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; padding: 10px 16px; position: relative; overflow: hidden; font-family: var(--fn-head); font-weight: 500; }
.ann-bar::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(255,255,255,.06), transparent); animation: shimmer 4s ease infinite; }
@keyframes shimmer { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }
.ann-bar a { color: var(--rose-lt); border-bottom: 1px solid rgba(219,187,178,.5); transition: color var(--tr); }
.ann-bar a:hover { color: var(--white); }

/* ── HEADER ── */
.site-header { position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 1000; background: rgba(255,255,255,.88); backdrop-filter: blur(20px) saturate(180%); -webkit-backdrop-filter: blur(20px); border-bottom: 1px solid rgba(237,232,224,.6); transition: background var(--tr), box-shadow var(--tr); }
.site-header.scrolled { background: rgba(255,255,255,.97); box-shadow: 0 2px 32px rgba(79,19,36,.08); }

/* Compensa admin bar do WordPress */
.admin-bar .site-header { top: 32px; }
@media screen and (max-width: 782px) { .admin-bar .site-header { top: 46px; } }

/* ── Compensa header fixo em todas as páginas ── */
body { padding-top: 125px; }
@media (max-width: 991px) { body { padding-top: 68px; } }
.header-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 40px; height: 160px; }
.nav-links { display: flex; gap: 32px; list-style: none; }
.nav-links a { font-size: 13px; letter-spacing: .18em; text-transform: uppercase; color: var(--ink); font-weight: 600; font-family: var(--fn-head); position: relative; padding-bottom: 2px; }
.nav-links a::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 1px; background: var(--burg); transition: width var(--tr); }
.nav-links a:hover::after { width: 100%; }
.site-logo { text-align: center; display: flex; align-items: center; justify-content: center; }
.logo-svg {
    width: auto;
    height: 78px;
    color: var(--burg);
}
.site-logo .custom-logo {
  width: auto;
  height: 78px;
  max-height: 78px;
  display: block;
}
.site-logo:hover .logo-svg { color: var(--burg-lt); }
/* ═════════ FOOTER ABSURDO ═════════ */


.site-footer {
  position: relative;
  overflow: hidden;
  background-color: #050303;
  background-image:
    radial-gradient(circle at 30% 10%, rgba(180, 20, 60, 0.14), transparent 55%),
    radial-gradient(circle at 70% 0%, rgba(196, 150, 138, 0.10), transparent 48%),
    radial-gradient(circle at center, #15070a 0%, #050303 78%, #020202 100%),
    url("../img/fundo-textura-2.png");
  background-blend-mode: normal, normal, normal, overlay;
  color: var(--cream);
  border-top: 1px solid rgba(255,255,255,0.06);
}

/* LOGO FUNDO (MENOR E MAIS ELEGANTE) */
.footer-bg {
  position: absolute;
  inset: 0;
  background-image: url("../img/logo-site-footer.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 420px; /* menor aqui */
  opacity: 0.028;
  filter: blur(1.2px);
  animation: floatLogo 18s ease-in-out infinite;
  z-index: 0;
}

/* MOVIMENTO SUAVE */
@keyframes floatLogo {
  0%   { transform: translateY(0px) scale(1); }
  50%  { transform: translateY(-20px) scale(1.03); }
  100% { transform: translateY(0px) scale(1); }
}

/* LUZ DINÂMICA (segue o mouse) */
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--x, 50%) var(--y, 50%),
    rgba(196, 150, 138, 0.16),
    rgba(79, 19, 36, 0.08) 28%,
    transparent 62%);
  z-index: 1;
  transition: 0.1s;
}

/* CONTEÚDO */
.footer-content {
  position: relative;
  z-index: 2;
  padding: 96px 0 54px;
}

/* GRID */
.foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 64px;
}

/* LOGO HEADER */
.logo-svg-footer {
    display: block;
    width: 262px;
    opacity: 0.9;
    margin: 0 0 10px 0;
}

.site-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,0.06), transparent 55%),
    linear-gradient(to right, rgba(0,0,0,0.55), transparent 22%, transparent 78%, rgba(0,0,0,0.55));
  z-index: 1;
}

/* TEXTO */
.f-brand p {
  margin: 22px 0;
  color: rgba(255,255,255,0.62);
  line-height: 1.7;
  font-family: var(--fn-b);
  font-size: 14px;
  letter-spacing: 0.01em;
  max-width: 44ch;
}

/* SOCIAL PREMIUM */
.f-socials { display: flex; gap: 12px; flex-wrap: wrap; }
.soc {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease;
  backdrop-filter: blur(6px);
}

.soc:hover {
  background: rgba(79, 19, 36, 0.55);
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 12px 30px rgba(79,19,36,0.35);
}

/* TÍTULOS DAS COLUNAS */
.f-col h5 {
  font-family: var(--fn-head);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 10px;
  font-weight: 600;
  color: rgba(242,232,217,0.92);
  margin-bottom: 18px;
}

/* LINKS */
.f-links { list-style: none; display: grid; gap: 10px; }
.f-links a {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  transition: color var(--tr), transform var(--tr);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.f-links a:hover {
  color: #fff;
  transform: translateX(6px);
}

/* DIVISÃO */
.foot-bottom {
  margin-top: 90px;
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

/* PAGAMENTO */
.pay-row { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.pi {
  padding: 6px 12px;
  background: rgba(255,255,255,0.06);
  border-radius: 6px;
  transition: 0.3s;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: var(--fn-head);
}

.pi:hover {
  background: rgba(255,255,255,0.15);
}

/* RESPONSIVO */
@media (max-width: 900px) {
  .foot-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .f-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .logo-svg-footer {
    margin: 0 auto 10px auto;
  }
  .f-brand p {
    max-width: 100%;
  }
  .f-socials {
    justify-content: center;
  }
}

.logo-svg-mob { width: auto; height: 36px; color: var(--burg); display: block; margin-bottom: 36px; }
.header-actions { display: flex; gap: 22px; justify-content: flex-end; align-items: center; }
.ha-btn { background: none; border: none;  font-size: 17px; color: var(--ink); position: relative; transition: color var(--tr); padding: 4px; }
.ha-btn:hover { color: var(--burg); }
.badge-c { position: absolute; top: -5px; right: -7px; background: var(--burg); color: var(--white); font-size: 9px; font-family: var(--fn-b); font-weight: 600; width: 15px; height: 15px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.hamburger-btn { display: none; background: none; border: none;  font-size: 18px; color: var(--ink); }

/* ── BUTTONS ── */
.btn-j { display: inline-flex; align-items: center; gap: 10px; font-family: var(--fn-head); font-size: 9.5px; letter-spacing: .22em; text-transform: uppercase; font-weight: 600; padding: 15px 32px; border-radius: 0px;  transition: all var(--tr); border: 1.5px solid transparent; position: relative; overflow: hidden; }
.btn-j::before { content: ''; position: absolute; inset: 0; background: rgba(255,255,255,.12); transform: translateX(-100%); transition: transform .35s ease; }
.btn-j:hover::before { transform: translateX(0); }
.btn-primary { background: var(--burg); color: var(--cream); border-color: var(--burg); }
.btn-primary:hover { background: var(--burg-lt); border-color: var(--burg-lt); color: var(--white); transform: translateY(-2px); box-shadow: 0 12px 32px rgba(79,19,36,.28); }
.btn-outline { background: transparent; color: var(--burg); border-color: var(--burg); }
.btn-outline:hover { background: var(--burg); color: var(--cream)!important; transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--g200); }
.btn-ghost:hover { border-color: var(--burg); color: var(--burg); }
.btn-white { background: var(--white); color: var(--burg); border-color: var(--white); }
.btn-white:hover { background: var(--cream); transform: translateY(-2px); box-shadow: 0 10px 28px rgba(0,0,0,.12); }

/* ── SECTION LABELS ── */
.lbl     { font-size: 9px; letter-spacing: .52em; text-transform: uppercase; color: var(--rose); margin-bottom: 12px; font-family: var(--fn-head); font-weight: 500; }
.sec-title { font-size: clamp(38px,4.2vw,64px); color: var(--burg); font-family: var(--fn-d); font-weight: 900; letter-spacing: -0.01em; }
.sec-sub { font-size: 15px; color: #7A6658; max-width: 480px; margin-top: 14px; line-height: 1.7; font-family: var(--fn-b); font-weight: 400; letter-spacing: .02em; }
.divider { width: 44px; height: 1px; background: var(--rose); margin: 22px 0; }

/* ── DRAWERS ── */
.overlay { position: fixed; inset: 0; background: rgba(26,17,9,.58); z-index: 2000; opacity: 0; pointer-events: none; transition: opacity var(--tr); backdrop-filter: blur(6px); }
.overlay.on { opacity: 1; pointer-events: all; }

.woocommerce-mini-cart__empty-message {
    color: #4f1526;
}

/* ── SEARCH MODAL ── */
.search-modal {
  position: fixed;
  inset: 0;
  z-index: 2600;
  opacity: 0;
  pointer-events: none;
  transition: opacity .26s ease;
}
.search-modal.on {
  opacity: 1;
  pointer-events: all;
}
.search-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(26, 17, 9, .62);
  backdrop-filter: blur(8px);
}
.search-modal__panel {
  position: relative;
  width: min(760px, calc(100vw - 28px));
  margin: clamp(88px, 12vh, 140px) auto 0;
  background: linear-gradient(180deg, #fffdf9, #f9f2eb);
  border: 1px solid rgba(79, 19, 36, .12);
  border-radius: 24px;
  box-shadow: 0 26px 72px rgba(26, 17, 9, .28);
  padding: 28px 28px 24px;
  transform: translateY(20px) scale(.98);
  transition: transform .3s cubic-bezier(.2,.9,.2,1);
}
.search-modal.on .search-modal__panel {
  transform: translateY(0) scale(1);
}
.search-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #f1e6db;
  color: var(--burg);
  transition: all .2s ease;
}
.search-modal__close:hover {
  background: var(--burg);
  color: var(--white);
}
.search-modal__kicker {
  margin: 0 0 10px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: var(--rose);
  font-family: var(--fn-head);
}
.search-modal h3 {
  margin: 0 0 18px;
  color: var(--burg-deep);
  font-size: clamp(30px, 5vw, 32px);
  line-height: .98;
}
.search-modal__form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}
.search-modal__form input[type="search"] {
  height: 56px;
  border-radius: 14px;
  border: 1px solid rgba(79, 19, 36, .14);
  padding: 0 18px;
  font-size: 16px;
  color: var(--ink);
  background: #fff;
}
.search-modal__form input[type="search"]:focus {
  outline: 0;
  border-color: rgba(79, 19, 36, .35);
  box-shadow: 0 0 0 4px rgba(79, 19, 36, .08);
}
.search-modal__form button {
  height: 56px;
  border: 0;
  border-radius: 14px;
  padding: 0 22px;
  background: var(--burg);
  color: var(--white);
  font-family: var(--fn-head);
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease;
}
.search-modal__form button:hover {
  transform: translateY(-1px);
  background: var(--burg-lt);
}
.search-modal__quick {
  margin-top: 14px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}
.search-modal__quick span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: #8c6f67;
  font-family: var(--fn-head);
}
.search-modal__quick a {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(79, 19, 36, .14);
  background: #fff;
  color: var(--burg);
  font-size: 12px;
  transition: all .2s ease;
}
.search-modal__quick a:hover {
  background: var(--burg);
  border-color: var(--burg);
  color: var(--white);
}
@media (max-width: 640px) {
  .search-modal__panel {
    margin-top: 80px;
    padding: 24px 16px 18px;
    border-radius: 18px;
  }
  .search-modal__form {
    grid-template-columns: 1fr;
  }
}

.drawer {
  position: fixed; top: 0; right: 0; bottom: 0;
  width: 400px; max-width: 95vw;
  background: #FDFAF6;
  z-index: 2100;
  transform: translateX(110%);
  transition: transform .55s cubic-bezier(.16,1,.3,1);
  display: flex; flex-direction: column;
  box-shadow: -24px 0 80px rgba(26,17,9,.18);
}
.drawer.on { transform: translateX(0); }

/* ── Drawer Header ── */
.dh {
  display: flex; justify-content: space-between; align-items: center;
  padding: 24px 28px 20px;
  border-bottom: 1px solid rgba(26,17,9,.07);
  background: var(--white);
}
.dh h3 {
  font-family: var(--fn-d);
  font-size: 22px;
  color: var(--burg-deep);
  font-weight: 900;
  letter-spacing: -.01em;
}
.dh-sub {
  font-size: 12px;
  color: var(--rose);
  font-family: var(--fn-head);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 3px;
}
.d-close {
  width: 34px; height: 34px;
  background: var(--g100);
  border: none;
  border-radius: 50%;
  font-size: 15px;
  color: var(--ink);
  
  display: flex; align-items: center; justify-content: center;
  transition: all var(--tr);
}
.d-close:hover { background: var(--burg); color: var(--white); transform: rotate(90deg); }

/* ── Mini-cart — barra frete grátis ── */
.mc-ship-bar {
  padding: 11px 28px 13px;
  background: linear-gradient(135deg, var(--burg-deep) 0%, rgba(26,17,9,.97) 100%);
  border-bottom: 1px solid rgba(196,150,138,.15);
}
.mc-ship-bar--hidden { display: none; }
.mc-ship-msg {
  font-family: var(--fn-b);
  font-size: 12px;
  color: rgba(242,232,217,.75);
  letter-spacing: .04em;
  margin: 0 0 8px;
  display: flex; align-items: center; gap: 7px;
}
.mc-ship-msg i { color: var(--rose-lt); font-size: 11px; }
.mc-ship-msg strong { color: var(--cream); }
.mc-ship-ok { color: var(--rose-lt) !important; }
.mc-ship-ok strong { color: var(--rose-lt) !important; }
.mc-ship-track {
  height: 3px;
  background: rgba(255,255,255,.1);
  border-radius: 20px;
  overflow: hidden;
}
.mc-ship-fill {
  height: 100%;
  width: var(--pct, 0%);
  background: linear-gradient(to right, var(--rose), var(--rose-lt));
  border-radius: 20px;
  transition: width .9s cubic-bezier(.16,1,.3,1);
}

/* ── Drawer Body ── */
.d-body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 8px 0;
  scrollbar-width: thin;
  scrollbar-color: var(--cream-dk) transparent;
}
.d-body::-webkit-scrollbar { width: 3px; }
.d-body::-webkit-scrollbar-track { background: transparent; }
.d-body::-webkit-scrollbar-thumb { background: var(--cream-dk); border-radius: 10px; }

/* ── Cart Item (custom .ci) ── */
.ci {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 14px;
  padding: 16px 28px;
  border-bottom: 1px solid rgba(26,17,9,.06);
  align-items: start;
  transition: background var(--tr);
}
.ci:hover { background: rgba(242,232,217,.35); }
.ci img {
  width: 72px; height: 88px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(26,17,9,.12);
  transition: transform var(--tr);
}
.ci:hover .ci img { transform: scale(1.04); }
.ci-name {
  font-family: var(--fn-d);
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 3px;
  line-height: 1.3;
  letter-spacing: -.01em;
}
.ci-var { font-size: 11px; color: var(--rose); font-family: var(--fn-head); letter-spacing: .12em; text-transform: uppercase; }
.ci-qty { display: flex; align-items: center; gap: 8px; margin-top: 10px; }
.qb {
  width: 26px; height: 26px;
  border: 1px solid var(--cream-dk);
  background: var(--white);
   border-radius: 50%;
  font-size: 13px;
  display: flex; align-items: center; justify-content: center;
  transition: all var(--tr);
  color: var(--ink);
}
.qb:hover { background: var(--burg); color: var(--white); border-color: var(--burg); transform: scale(1.1); }
.qn { font-size: 13px; min-width: 20px; text-align: center; font-weight: 600; color: var(--ink); }
.ci-price {
  font-family: var(--fn-d);
  font-size: 17px;
  font-weight: 800;
  color: var(--burg);
  letter-spacing: -.01em;
}
.ci-rm {
  background: none; border: none;
  font-size: 12px;
  color: rgba(26,17,9,.3);
  
  transition: all var(--tr);
  padding: 2px;
  margin-top: 4px;
  display: flex; align-items: center; justify-content: center;
  width: 22px; height: 22px; border-radius: 50%;
}
.ci-rm:hover { color: var(--white); background: var(--burg); }

/* ── WooCommerce Native Mini Cart ── */
.widget_shopping_cart_content {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.woocommerce-mini-cart { list-style: none; }
.woocommerce-mini-cart-item.mini_cart_item {
  position: relative;
  display: block;
  padding: 16px 28px;
  border-bottom: 1px solid rgba(26,17,9,.06);
  transition: background var(--tr);
}
.woocommerce-mini-cart-item.mini_cart_item:hover {
  background: rgba(242,232,217,.4);
}
/* Imagem do produto */
.woocommerce-mini-cart-item.mini_cart_item > a:not(.remove) {
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: center;
  gap: 14px;
  font-family: var(--fn-d);
  font-size: 15px;
  font-weight: 700;
  color: var(--ink) !important;
  line-height: 1.3;
  letter-spacing: -.01em;
  margin-bottom: 8px;
  padding-right: 24px;
  text-decoration: none;
}
.woocommerce-mini-cart-item.mini_cart_item > a:not(.remove) img {
  width: 72px !important;
  height: 88px !important;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(26,17,9,.12);
  display: block;
  transition: transform var(--tr);
  grid-column: 1;
}
.woocommerce-mini-cart-item.mini_cart_item:hover > a:not(.remove) img {
  transform: scale(1.03);
}
/* Quantidade × Preço */
.woocommerce-mini-cart-item.mini_cart_item .quantity {
  display: block;
  font-family: var(--fn-b);
  font-size: 13px;
  color: var(--rose) !important;
  letter-spacing: .04em;
  margin-top: 4px;
  margin-left: 86px;
}
.woocommerce-mini-cart-item .woocommerce-Price-amount.amount {
  font-family: var(--fn-d);
  font-size: 14px;
  font-weight: 800;
  color: var(--burg) !important;
}
/* Botão remover */
.woocommerce-mini-cart-item .remove_from_cart_button,
.woocommerce-mini-cart-item a.remove {
  position: absolute !important;
  top: 14px; right: 20px;
  width: 22px; height: 22px;
  background: var(--g100) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center; justify-content: center;
  font-size: 13px !important;
  line-height: 1 !important;
  color: rgba(26,17,9,.35) !important;
  transition: all var(--tr) !important;
  text-decoration: none !important;
}
.woocommerce-mini-cart-item .remove_from_cart_button:hover,
.woocommerce-mini-cart-item a.remove:hover {
  background: var(--burg) !important;
  color: var(--white) !important;
  transform: rotate(90deg) scale(1.1) !important;
}
/* Subtotal nativo WC (ocultar, usamos o d-foot) */
.woocommerce-mini-cart__total,
.woocommerce-mini-cart__buttons { display: none !important; }

/* ── Drawer Footer ── */
.d-foot {
  padding: 20px 28px 28px;
  border-top: 1px solid rgba(26,17,9,.07);
  background: var(--white);
}
.d-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 18px;
}
.d-total span:first-child {
  font-family: var(--fn-head);
  font-size: 10px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(26,17,9,.45);
}
.d-total span:last-child {
  font-family: var(--fn-d);
  font-size: 26px;
  font-weight: 900;
  color: var(--burg);
  letter-spacing: -.02em;
}

/* ── Wishlist Item ── */
.wl-item {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 14px;
  padding: 16px 28px;
  border-bottom: 1px solid rgba(26,17,9,.06);
  transition: background var(--tr);
}
.wl-item:hover { background: rgba(242,232,217,.35); }
.wl-item img { width: 72px; height: 88px; object-fit: cover; border-radius: 8px; box-shadow: 0 4px 14px rgba(26,17,9,.1); }
.wl-name  { font-family: var(--fn-d); font-size: 15px; font-weight: 700; color: var(--ink); }
.wl-price { font-size: 13px; color: var(--burg); margin-top: 5px; font-weight: 600; font-family: var(--fn-d); }

/* ── MOBILE NAV ── */
.mob-nav { position: fixed; top: 0; left: 0; bottom: 0; width: 310px; background: var(--white); z-index: 2100; transform: translateX(-100%); transition: transform var(--tr-slow); padding: 36px 30px; overflow-y: auto; }
.mob-nav.on { transform: translateX(0); }
.mob-logo { font-family: var(--fn-d); font-size: 26px; letter-spacing: .3em; color: var(--burg); text-transform: uppercase; display: block; margin-bottom: 40px; }
.mob-links { list-style: none; }
.mob-links li+li { border-top: 1px solid var(--g100); }
.mob-links a { display: block; padding: 15px 0; font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink); }

/* ── TOAST ── */
.toasts { position: fixed; bottom: 30px; right: 550px; z-index: 4000; display: flex; flex-direction: column; gap: 10px; align-items: flex-end; }
.tst { background: var(--ink); color: var(--cream); padding: 14px 22px; border-radius: 10px; font-size: 13px; letter-spacing: .04em; display: flex; align-items: center; gap: 10px; box-shadow: 0 8px 32px rgba(0,0,0,.22); opacity: 0; transform: translateX(20px) scale(.95); transition: all .35s ease; }
.tst.on { opacity: 1; transform: translateX(0) scale(1); }
.tst i { color: var(--rose-lt); }

/* ── SCROLL REVEAL ── */
.rv-el { opacity: 0; transform: translateY(30px); transition: opacity .8s ease, transform .8s ease; }
.rv-el.visible { opacity: 1; transform: translateY(0); }
.rv-el[data-delay="1"] { transition-delay: .1s; }
.rv-el[data-delay="2"] { transition-delay: .2s; }
.rv-el[data-delay="3"] { transition-delay: .3s; }
.rv-el[data-delay="4"] { transition-delay: .4s; }

/* ── RESPONSIVE — ver mobile.css ── */
@media (max-width: 991px) {
  .header-inner { grid-template-columns: auto 1fr auto; padding: 0 20px; height: 68px; }
  :root { --hdr-h: 68px; --ann-h: 34px; }
  .nav-links { display: none; }
  .hamburger-btn { display: flex !important; }
}

/* =========================================================
   FORÇA O YITH WISHLIST A FICAR IGUAL AO BOTÃO DO FRONT-END
   ========================================================= */

.yith-wcwl-add-to-wishlist-button__label{
  display: none;
}

.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button).yith-wcwl-add-to-wishlist-button--added svg.yith-wcwl-add-to-wishlist-button-icon {
    color: #910000;
}

/* ═══════════════════════════════════════════════════════════════
   JURÔ — Scroll animations (header fixo já definido acima)
   ═══════════════════════════════════════════════════════════════ */

/* ── Barra de progresso de leitura ──────────────────────────── */
.read-progress {
  position      : fixed;
  top           : 0;
  left          : 0;
  z-index       : 10001;
  height        : 2px;
  width         : 0%;
  background    : linear-gradient(90deg, var(--burg), #c06070);
  pointer-events: none;
  transition    : width 80ms linear;
}

/* ── Announcement bar: colapsa ao rolar ─────────────────────── */
.ann-bar {
  overflow   : hidden;
  transition : max-height 380ms cubic-bezier(0.4, 0, 0.2, 1),
               padding    380ms cubic-bezier(0.4, 0, 0.2, 1),
               opacity    280ms ease;
}
body.hdr-scrolled .ann-bar {
  max-height     : 0 !important;
  padding-top    : 0 !important;
  padding-bottom : 0 !important;
  opacity        : 0;
  pointer-events : none;
}

/* ── Logo: leve scale ao rolar ──────────────────────────────── */
.site-logo img, .logo-svg {
  transition: transform 360ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  height: 78px;
}
body.hdr-scrolled .site-logo img,
body.hdr-scrolled .logo-svg { transform: scale(0.88); }

/* ── Header inner: padding compacto ao rolar ────────────────── */
.header-inner {
  transition: padding 360ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body.hdr-scrolled .header-inner {
  padding-top    : 8px !important;
  padding-bottom : 8px !important;
}

/* ── Animação slide ao scrollar para cima ───────────────────── */
@keyframes hdrSlideIn {
  from { opacity: 0.7; transform: translateY(-6px); }
  to   { opacity: 1;   transform: translateY(0); }
}
body.hdr-reveal .site-header {
  animation: hdrSlideIn 300ms cubic-bezier(0.34, 1.2, 0.64, 1) both;
}

/* ── Badge pulse ─────────────────────────────────────────────── */
@keyframes badgePop {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.5); }
  100% { transform: scale(1); }
}
.badge-c.pulse { animation: badgePop 0.4s ease forwards; }

/* ── Acessibilidade ──────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  .ann-bar, .site-header, .site-logo img,
  .logo-svg, .header-inner, .ha-btn, .read-progress {
    transition: none !important;
    animation : none !important;
  }
}

/* ══ MINI-CART — exibir todos os itens ══ */

/* Área de itens: scroll + altura máxima */
.woocommerce-mini-cart {
  max-height: 380px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 4px;
}

/* Cada item do carrinho */
.woocommerce-mini-cart-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,0.07);
}

/* Imagem menor */
.woocommerce-mini-cart-item img {
  width: 64px !important;
  height: 64px !important;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
}

/* Scrollbar discreta */
.woocommerce-mini-cart::-webkit-scrollbar {
  width: 4px;
}
.woocommerce-mini-cart::-webkit-scrollbar-track {
  background: transparent;
}
.woocommerce-mini-cart::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.2);
  border-radius: 2px;
}

/* ── Wishlist nativa: drawer (footer) ── */
.juro-wish-drawer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.juro-wish-drawer-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.juro-wish-drawer-thumb img {
  width: 56px;
  height: 72px;
  object-fit: cover;
  border-radius: 4px;
}
.juro-wish-drawer-meta { flex: 1; min-width: 0; }
.juro-wish-drawer-title {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink, #1a1a1a);
  text-decoration: none;
  line-height: 1.25;
}
.juro-wish-drawer-title:hover { color: var(--burg, #4F1324); }
.juro-wish-drawer-price { font-size: 12px; margin-top: 4px; }
.juro-wish-drawer-remove {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border: none;
  background: rgba(79,19,36,.08);
  color: var(--burg, #4F1324);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.juro-wish-drawer-remove:hover { background: var(--burg, #4F1324); color: #fff; }
.juro-wish-drawer-empty {
  text-align: center;
  padding: 24px 12px;
  font-size: 14px;
  color: rgba(0,0,0,.45);
}