/* ============================================================
   BELASHOP — CSS Customizado para tema Brasilia
   Arquivo: static/css/belashop-custom-v25.css
   VERSAO: 6.6
   ============================================================ */

/* ── VARIÁVEIS ── */
:root {
  --bs-bd: #1B3F7A;
  --bs-bm: #2B7FD4;
  --bs-bl: #4BAAF0;
  --bs-og: #F97316;
  --bs-pk: #EC4899;
  --bs-gn: #1a7f3c;
  --bs-gbg: #f5f7fa;
  --bs-gbr: #d8dde8;
  --bs-tx: #0f2147;
  --bs-txm: #5a6a88;

  /* Sobrescrever variáveis do tema Brasilia */
  --accent-color: var(--bs-bm);
  --button-background: var(--bs-bd);
  --button-foreground: #ffffff;
  --primary-adbar-background: var(--bs-bd);
  --primary-adbar-foreground: #ffffff;
  --header-desktop-nav-background: var(--bs-bd);
  --header-desktop-nav-foreground: #ffffff;
  --footer-background: #0c1e3d;
  --footer-foreground: #ffffff;
}

/* ============================================================
   BARRA DE ANÚNCIOS — Marquee animado
   ============================================================ */
.adbar-primary,
.adbar-colors {
  background-color: var(--bs-bd) !important;
  color: #fff !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  padding: 0 !important;
}

.adbar-primary .js-adbar-content,
.adbar-primary .js-adbar-messages-container {
  display: inline-flex !important;
  align-items: center !important;
  animation: bs-marquee 30s linear infinite !important;
  white-space: nowrap !important;
}

.adbar-primary .adbar-message,
.adbar-primary .js-adbar-message-container {
  display: inline-flex !important;
  align-items: center !important;
  padding: 9px 28px !important;
  color: #fff !important;
  white-space: nowrap !important;
}

.adbar-primary .adbar-message::after {
  content: '|';
  margin-left: 28px;
  color: rgba(255,255,255,.3);
}

/* Esconder setas do swiper na barra */
.adbar-primary .swiper-button-prev,
.adbar-primary .swiper-button-next {
  display: none !important;
}

@keyframes bs-marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ============================================================
   HEADER
   ============================================================ */
.head-main,
.js-head-main {
  background-color: #fff !important;
  box-shadow: 0 2px 10px rgba(27,63,122,.08) !important;
  border-bottom: 1px solid var(--bs-gbr) !important;
}

/* Botão de busca */
.search-btn.search-submit-btn,
.js-search-input-submit {
  background: linear-gradient(135deg, var(--bs-bm), var(--bs-bd)) !important;
  color: #fff !important;
}

/* ============================================================
   MENU DE NAVEGAÇÃO
   ============================================================ */
.js-nav-desktop-color-container,
.nav-desktop-grid {
  background-color: var(--bs-bd) !important;
}

.nav-list-link,
.js-nav-list-link {
  color: rgba(255,255,255,.85) !important;
  font-weight: 500 !important;
}

.nav-list-link:hover,
.nav-list-link.selected {
  color: #ffffff !important;
}

.desktop-dropdown,
.js-desktop-dropdown {
  background-color: var(--bs-bd) !important;
  border-top: 2px solid rgba(255,255,255,.1) !important;
}

.desktop-dropdown .nav-list-link {
  color: rgba(255,255,255,.8) !important;
}

.desktop-dropdown .nav-list-link:hover {
  background-color: rgba(255,255,255,.08) !important;
  color: #fff !important;
}

/* ============================================================
   BOTÕES PRIMÁRIOS
   ============================================================ */
.btn-primary,
input.btn-primary,
.btn-primary[type="submit"],
.js-add-to-cart {
  background: linear-gradient(135deg, var(--bs-bm), var(--bs-bd)) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  font-weight: 700 !important;
  box-shadow: 0 3px 12px rgba(27,63,122,.22) !important;
}

.btn-primary:hover,
input.btn-primary:hover {
  opacity: .9 !important;
  transform: translateY(-1px) !important;
}

.btn-inline {
  background: linear-gradient(135deg, var(--bs-bm), var(--bs-bd)) !important;
  color: #fff !important;
  border-radius: 0 8px 8px 0 !important;
}

/* ============================================================
   CARDS DE PRODUTO
   ============================================================ */
.product-item,
.js-product-item {
  border-radius: 12px !important;
  overflow: hidden !important;
  transition: box-shadow .15s, transform .15s !important;
}

.product-item:hover {
  box-shadow: 0 6px 22px rgba(43,127,212,.15) !important;
  transform: translateY(-2px) !important;
}

.product-item-price,
.js-price-display {
  color: var(--bs-bm) !important;
  font-weight: 700 !important;
}

.product-item-price-compare,
.js-compare-price-display {
  color: var(--bs-txm) !important;
  text-decoration: line-through !important;
  opacity: .8 !important;
}

.product-item-discount {
  background-color: var(--bs-og) !important;
  color: #fff !important;
  border-radius: 12px !important;
  font-weight: 700 !important;
  font-size: 10px !important;
  padding: 2px 8px !important;
  display: inline-block !important;
  width: auto !important;
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer-colors,
.js-footer {
  background-color: #0c1e3d !important;
  color: rgba(255,255,255,.5) !important;
}

.js-footer a,
.footer-colors a {
  color: rgba(255,255,255,.45) !important;
  transition: color .15s !important;
}

.js-footer a:hover {
  color: #fff !important;
}

.js-footer h3,
.js-footer h4 {
  color: rgba(255,255,255,.9) !important;
  text-transform: uppercase !important;
  font-size: 11px !important;
  letter-spacing: .5px !important;
}

.footer-legal-container {
  border-top: 1px solid rgba(255,255,255,.08) !important;
  color: rgba(255,255,255,.3) !important;
}

.footer-legal-container span {
  color: rgba(255,255,255,.3) !important;
}

/* Logo no footer — branco */
.js-footer .logo-img,
.footer-colors .logo-img {
  filter: brightness(0) invert(1) !important;
  display: block !important;
  max-width: 140px !important;
  height: auto !important;
}

/* ============================================================
   CARRINHO
   ============================================================ */
.cart-total-price,
.cart-subtotal-price,
.js-cart-total {
  color: var(--bs-bm) !important;
  font-weight: 700 !important;
}

.btn-primary[type="submit"][name="go_to_checkout"] {
  background: linear-gradient(135deg, var(--bs-bm), var(--bs-bd)) !important;
}

/* ============================================================
   PAGINAÇÃO
   ============================================================ */
.swiper-pagination-bullet-active {
  background-color: var(--bs-bm) !important;
}

/* ============================================================
   FUNDO GERAL
   ============================================================ */
body {
  background-color: var(--bs-gbg) !important;
  -webkit-font-smoothing: antialiased !important;
}

/* ============================================================
   ALINHAMENTO — Container compartilhado para seções custom
   Replica exatamente .container do tema (breakpoints + gutter)
   ============================================================ */
section.bs-hero,
section.bs-trust,
section.bs-cd,
section.bs-pix,
section.bs-cat,
section.bs-bd2,
section.bs-test,
.bs-hero,
.bs-trust,
.bs-cd,
.bs-pix,
.bs-cat,
.bs-bd2,
.bs-test {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: var(--gutter-container) !important;
  padding-right: var(--gutter-container) !important;
  box-sizing: border-box !important;
}

@media (min-width: 576px) {
  section.bs-hero, section.bs-trust, section.bs-cd, section.bs-pix, section.bs-cat, section.bs-bd2, section.bs-test,
  .bs-hero, .bs-trust, .bs-cd, .bs-pix, .bs-cat, .bs-bd2, .bs-test {
    max-width: 540px !important;
  }
}
@media (min-width: 768px) {
  section.bs-hero, section.bs-trust, section.bs-cd, section.bs-pix, section.bs-cat, section.bs-bd2, section.bs-test,
  .bs-hero, .bs-trust, .bs-cd, .bs-pix, .bs-cat, .bs-bd2, .bs-test {
    max-width: 720px !important;
  }
}
@media (min-width: 992px) {
  section.bs-hero, section.bs-trust, section.bs-cd, section.bs-pix, section.bs-cat, section.bs-bd2, section.bs-test,
  .bs-hero, .bs-trust, .bs-cd, .bs-pix, .bs-cat, .bs-bd2, .bs-test {
    max-width: 960px !important;
  }
}
@media (min-width: 1200px) {
  section.bs-hero, section.bs-trust, section.bs-cd, section.bs-pix, section.bs-cat, section.bs-bd2, section.bs-test,
  .bs-hero, .bs-trust, .bs-cd, .bs-pix, .bs-cat, .bs-bd2, .bs-test {
    max-width: 1140px !important;
  }
}
@media (min-width: 1400px) {
  section.bs-hero, section.bs-trust, section.bs-cd, section.bs-pix, section.bs-cat, section.bs-bd2, section.bs-test,
  .bs-hero, .bs-trust, .bs-cd, .bs-pix, .bs-cat, .bs-bd2, .bs-test {
    max-width: 1300px !important;
  }
}


/* ============================================================
   HERO BELASHOP CUSTOMIZADO
   ============================================================ */
.bs-hero {
  background: #fff;
  margin-top: 14px;
  margin-bottom: 14px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--bs-gbr);
  box-shadow: 0 2px 16px rgba(27,63,122,.06);
}

.bs-hero-inner {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  min-height: 0;
}

.bs-hero-txt {
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
}

.bs-hero-top {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bs-hero-eye {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #eff6ff;
  color: var(--bs-bm);
  font-size: 11px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 20px;
  width: fit-content;
  border: 1px solid rgba(43,127,212,.2);
  text-transform: uppercase;
  letter-spacing: .5px;
}

.bs-hero-h1 {
  font-size: 34px;
  font-weight: 800;
  color: var(--bs-tx);
  line-height: 1.15;
  letter-spacing: -1px;
  margin: 0;
  max-width: 380px;
}

.bs-hero-h1 em {
  background: linear-gradient(90deg, var(--bs-bl), var(--bs-og));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-style: normal;
}

.bs-hero-sub {
  font-size: 14px;
  color: var(--bs-txm);
  line-height: 1.65;
  margin: 0;
  max-width: 440px;
}

/* Métricas */
.bs-hero-metrics {
  display: flex;
  border: 1px solid var(--bs-gbr);
  border-radius: 10px;
  overflow: hidden;
  width: fit-content;
}

.bs-metric {
  padding: 10px 20px;
  border-right: 1px solid var(--bs-gbr);
  text-align: center;
}

.bs-metric:last-child { border-right: none; }

.bs-metric-val {
  font-size: 18px;
  font-weight: 800;
  color: var(--bs-bm);
  display: block;
  line-height: 1;
}

.bs-metric-val.bs-orange { color: var(--bs-og); }

.bs-metric-lbl {
  font-size: 10px;
  color: var(--bs-txm);
  margin-top: 3px;
  display: block;
}

/* Hero bottom */
.bs-hero-bot {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 4px;
}

.bs-hero-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.bs-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 500;
  color: #3d4a63;
  background: var(--bs-gbg);
  padding: 6px 13px;
  border-radius: 20px;
  border: 1px solid var(--bs-gbr);
}

.bs-badge svg { stroke: var(--bs-bm); flex-shrink: 0; }

.bs-hero-btns {
  display: flex;
  gap: 10px;
}

.bs-btn-pr {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, var(--bs-bm), var(--bs-bd));
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(27,63,122,.25);
  transition: opacity .15s, transform .1s;
}

.bs-btn-pr:hover {
  opacity: .9;
  transform: translateY(-1px);
  color: #fff;
}

.bs-btn-ol {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: var(--bs-bm);
  border: 1.5px solid var(--bs-bm);
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background .15s;
}

.bs-btn-ol:hover {
  background: #eff6ff;
  color: var(--bs-bm);
}

/* Hero visual (lado direito) */
.bs-hero-vis {
  background: linear-gradient(135deg, #eef4ff, #dbeafe);
  padding: 24px 20px 24px 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  position: relative;
  overflow: hidden;
}

.bs-hero-vis-tag {
  position: absolute;
  top: 14px;
  right: 14px;
  background: linear-gradient(135deg, var(--bs-og), var(--bs-pk));
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.bs-hero-vis-lbl {
  font-size: 10px;
  font-weight: 700;
  color: var(--bs-bd);
  opacity: .55;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.bs-hero-prods {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.bs-hprod {
  background: rgba(255,255,255,.88);
  border-radius: 10px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-decoration: none;
  transition: transform .15s;
}

.bs-hprod:hover { transform: translateY(-2px); }

.bs-hprod-img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 6px;
  background: #f5f7fa;
}

.bs-hprod-emoji { font-size: 26px; }

.bs-hprod-name {
  font-size: 10.5px;
  font-weight: 600;
  color: var(--bs-tx);
  line-height: 1.3;
}

.bs-hprod-row {
  display: flex;
  align-items: center;
  gap: 5px;
}

.bs-hprod-price {
  font-size: 13px;
  font-weight: 700;
  color: var(--bs-bm);
}

.bs-hprod-off {
  font-size: 9px;
  font-weight: 700;
  background: var(--bs-og);
  color: #fff;
  padding: 2px 6px;
  border-radius: 8px;
}

.bs-hero-brand {
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(43,127,212,.2);
  border-radius: 9px;
  padding: 7px 12px;
  font-size: 11px;
  color: var(--bs-bd);
  font-weight: 600;
  text-align: center;
}

/* ============================================================
   TRUST BAR
   ============================================================ */
.bs-trust {
  margin-top: 0;
  margin-bottom: 14px;
}

.bs-trust-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--bs-gbr);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}

.bs-ti {
  padding: 14px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-right: 1px solid var(--bs-gbr);
}

.bs-ti:last-child { border-right: none; }

.bs-tico {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  background: #eff6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.bs-tico svg { stroke: var(--bs-bm); }

.bs-titx strong {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: var(--bs-tx);
}

.bs-titx span {
  font-size: 10.5px;
  color: var(--bs-txm);
}

/* ============================================================
   PIX BAR
   ============================================================ */
.bs-pix {
  background: linear-gradient(90deg, #0f5c2e, #1a7f3c, #22a64d);
  margin-top: 0;
  margin-bottom: 14px;
  border-radius: 14px;
}

.bs-pix-inner {
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.bs-pix-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}

.bs-pix-ic {
  background: rgba(255,255,255,.15);
  border-radius: 10px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.bs-pix-txt strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.bs-pix-txt span {
  font-size: 11.5px;
  color: rgba(255,255,255,.8);
}

.bs-pix-btn {
  background: #fff;
  color: #0f5c2e;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
  text-decoration: none;
  transition: opacity .15s;
}

.bs-pix-btn:hover {
  opacity: .9;
  color: #0f5c2e;
}

/* ============================================================
   MOBILE RESPONSIVO
   ============================================================ */
@media (max-width: 768px) {

  /* Hero mobile — coluna única */
  .bs-hero { margin: 10px; }

  .bs-hero-inner {
    grid-template-columns: 1fr;
  }

  .bs-hero-txt { padding: 22px 18px 18px; }

  .bs-hero-h1 {
    font-size: 26px;
    letter-spacing: -.5px;
  }

  .bs-hero-sub { font-size: 13px; }

  .bs-hero-metrics {
    width: 100%;
    display: flex;
  }

  .bs-metric { flex: 1; padding: 9px 8px; }
  .bs-metric-val { font-size: 15px; }
  .bs-metric-lbl { font-size: 9px; }

  .bs-hero-btns {
    flex-direction: column;
    gap: 8px;
  }

  .bs-btn-pr,
  .bs-btn-ol {
    width: 100%;
    justify-content: center;
    padding: 13px;
  }

  /* Hero vis mobile */
  .bs-hero-vis { padding: 14px; }

  .bs-hero-prods {
    grid-template-columns: 1fr 1fr;
    gap: 7px;
  }

  /* Trust mobile — 2x2 */
  .bs-trust { margin: 0 10px 12px; }

  .bs-trust-inner {
    grid-template-columns: 1fr 1fr;
  }

  .bs-ti {
    border-right: none;
    border-bottom: 1px solid var(--bs-gbr);
    padding: 11px 10px;
    gap: 8px;
  }

  .bs-ti:nth-child(1),
  .bs-ti:nth-child(3) { border-right: 1px solid var(--bs-gbr) !important; }

  .bs-ti:nth-child(3),
  .bs-ti:nth-child(4) { border-bottom: none !important; }

  .bs-tico { width: 32px; height: 32px; }
  .bs-tico svg { width: 16px; height: 16px; }
  .bs-titx strong { font-size: 11px; }
  .bs-titx span { font-size: 9.5px; }

  /* PIX mobile — empilha */
  .bs-pix { margin: 0 10px 12px; }

  .bs-pix-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    gap: 12px;
  }

  .bs-pix-btn {
    width: 100%;
    text-align: center;
    padding: 12px;
    border-radius: 8px;
  }
}


/* ============================================================
   COUNTDOWN BELASHOP — Oferta Relâmpago (standalone)
   ============================================================ */
.bs-cd {
  background: var(--bs-bd);
  margin-top: 0;
  margin-bottom: 14px;
  border-radius: 14px;
  overflow: hidden;
}

.bs-cd-inner {
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: nowrap;
}

.bs-cd-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
}

.bs-cd-fire {
  background: linear-gradient(135deg, var(--bs-og), var(--bs-pk));
  border-radius: 10px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.bs-cd-info {
  min-width: 0;
}

.bs-cd-title {
  display: block;
  font-size: 13.5px;
  font-weight: 700;
  color: #fff;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bs-cd-sub {
  display: block;
  font-size: 11px;
  color: rgba(255,255,255,.65);
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bs-cd-timer {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.bs-cd-block {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  padding: 8px 12px;
  text-align: center;
  min-width: 54px;
}

.bs-cd-num {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.bs-cd-lbl {
  font-size: 8px;
  color: rgba(255,255,255,.5);
  text-transform: uppercase;
  letter-spacing: .6px;
  margin-top: 3px;
}

.bs-cd-sep {
  font-size: 20px;
  font-weight: 800;
  color: var(--bs-bl);
  line-height: 1;
  margin-bottom: 10px;
}

.bs-cd-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: linear-gradient(135deg, var(--bs-og), var(--bs-pk));
  color: #fff !important;
  border: none;
  padding: 11px 18px;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(249,115,22,.35);
  transition: opacity .15s, transform .1s;
}

.bs-cd-btn:hover {
  opacity: .9;
  transform: translateY(-1px);
  color: #fff;
}

@media (max-width: 768px) {
  .bs-cd { margin: 0 10px 12px; }

  .bs-cd-inner {
    flex-wrap: wrap;
    padding: 14px 16px;
    gap: 12px;
  }

  .bs-cd-left {
    width: 100%;
    flex: none;
  }

  .bs-cd-title { font-size: 12.5px; white-space: normal; }
  .bs-cd-sub   { font-size: 10.5px; white-space: normal; }

  .bs-cd-timer {
    flex: 1;
    justify-content: center;
  }

  .bs-cd-block {
    flex: 1;
    min-width: 0;
    padding: 8px 6px;
  }

  .bs-cd-num { font-size: 20px; }

  .bs-cd-btn {
    width: 100%;
    justify-content: center;
    padding: 12px;
  }
}

/* Ocultar a barra de anúncios NATIVA — BelaShop usa a customizada */
.js-adbar-primary,
.adbar-primary,
#adbar-primary,
[data-store="adbar"] {
  display: none !important;
}

/* ============================================================
   COMPRAR POR CATEGORIA
   ============================================================ */
section.bs-cat,
.bs-cat {
  margin-top: 0;
  margin-bottom: 14px;
}

.bs-cat-head {
  margin-bottom: 14px;
}

.bs-cat-title {
  font-size: 20px;
  font-weight: 800;
  color: var(--bs-tx);
  margin: 0;
}

.bs-cat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.bs-cat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 28px 16px;
  background: #fff;
  border: 1px solid var(--bs-gbr);
  border-radius: 14px;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.bs-cat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(27,63,122,.10);
  border-color: var(--bs-bm);
}

.bs-cat-ic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--bs-gbg);
  color: var(--bs-bm);
}

.bs-cat-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--bs-tx);
}

@media (max-width: 768px) {
  .bs-cat-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .bs-cat-card {
    padding: 20px 12px;
  }
  .bs-cat-title {
    font-size: 17px;
  }
}

/* ============================================================
   MAIS VENDIDOS / DESTAQUES — estilo dos cards nativos
   ============================================================ */
/* .js-products-featured-container já possui a classe .container nativa do tema — sem override necessário */

.js-products-featured-title,
.js-products-new-title,
.js-products-sale-title {
  font-size: 20px !important;
  font-weight: 800 !important;
  color: var(--bs-tx) !important;
  margin-bottom: 14px !important;
}

section.section-featured-home .product-item-private,
section.section-featured-home .product-item {
  border: 1px solid var(--bs-gbr) !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease !important;
  background: #fff !important;
}

section.section-featured-home .product-item-private:hover,
section.section-featured-home .product-item:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 6px 20px rgba(27,63,122,.10) !important;
  border-color: var(--bs-bm) !important;
}

section.section-featured-home .product-item-private img,
section.section-featured-home .product-item img {
  border-radius: 0 !important;
}

/* Badge de desconto */
section.section-featured-home .discount,
section.section-featured-home [class*="discount"],
section.section-featured-home [class*="badge"] {
  background: var(--bs-og) !important;
  color: #fff !important;
  font-weight: 700 !important;
  border-radius: 6px !important;
}

/* Preço principal em destaque */
section.section-featured-home .price,
section.section-featured-home [class*="price"]:not([class*="old"]):not([class*="compare"]) {
  color: var(--bs-bm) !important;
  font-weight: 800 !important;
}

/* Reforço de especificidade para cards de produto */
.js-swiper-featured .js-product-item-private.product-item,
section.section-featured-home div.js-product-item-private.product-item.js-item-product {
  border: 1px solid var(--bs-gbr) !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  background: #fff !important;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease !important;
}

.js-swiper-featured .js-product-item-private.product-item:hover,
section.section-featured-home div.js-product-item-private.product-item.js-item-product:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 6px 20px rgba(27,63,122,.10) !important;
  border-color: var(--bs-bm) !important;
}

/* Padding interno para nome/preço não colarem nas bordas */
section.section-featured-home .product-item-image-container-private {
  border-radius: 14px 14px 0 0 !important;
  overflow: hidden !important;
}

section.section-featured-home .js-product-item-private > *:not(.product-item-image-container-private) {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

section.section-featured-home .js-product-item-private > *:last-child {
  padding-bottom: 12px !important;
}

/* ============================================================
   BANNERS DUPLOS — Linha Completa / Organização
   ============================================================ */
section.bs-bd2,
.bs-bd2 {
  margin-top: 0;
  margin-bottom: 14px;
}

.bs-bd2-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.bs-bd2-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 28px 32px;
  border-radius: 14px;
  text-decoration: none;
  overflow: hidden;
  min-height: 170px;
  justify-content: center;
}

.bs-bd2-light {
  background: #EAF2FB;
  color: var(--bs-tx);
}

.bs-bd2-dark {
  background: var(--bs-bd);
  color: #fff;
}

.bs-bd2-eyebrow {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .7;
}

.bs-bd2-title {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
  max-width: 70%;
}

.bs-bd2-sub {
  font-size: 14px;
  opacity: .8;
  margin: 0;
  max-width: 70%;
}

.bs-bd2-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  padding: 10px 20px;
  background: var(--bs-bm);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  border-radius: 8px;
  width: fit-content;
  transition: transform .15s ease;
}

.bs-bd2-btn-light {
  background: #fff;
  color: var(--bs-bd);
}

.bs-bd2-card:hover .bs-bd2-btn {
  transform: translateX(3px);
}

.bs-bd2-ic {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  opacity: .12;
}

@media (max-width: 768px) {
  .bs-bd2-grid {
    grid-template-columns: 1fr;
  }
  .bs-bd2-card {
    padding: 22px 24px;
    min-height: 140px;
  }
  .bs-bd2-title {
    font-size: 20px;
    max-width: 85%;
  }
  .bs-bd2-sub {
    max-width: 85%;
  }
  .bs-bd2-ic {
    display: none;
  }
}

/* ============================================================
   LINHA BELOVIDRO — seção nativa "Lançamentos"
   ============================================================ */

section.section-new-products-home .js-product-item-private.product-item,
section.section-featured-home.section-products-new .js-product-item-private.product-item {
  border: 1px solid var(--bs-gbr) !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  background: #fff !important;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease !important;
}

section.section-new-products-home .js-product-item-private.product-item:hover,
section.section-featured-home.section-products-new .js-product-item-private.product-item:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 6px 20px rgba(27,63,122,.10) !important;
  border-color: var(--bs-bm) !important;
}

section.section-new-products-home .product-item-image-container-private,
section.section-featured-home.section-products-new .product-item-image-container-private {
  border-radius: 14px 14px 0 0 !important;
  overflow: hidden !important;
}

section.section-new-products-home .js-product-item-private > *:not(.product-item-image-container-private),
section.section-featured-home.section-products-new .js-product-item-private > *:not(.product-item-image-container-private) {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

section.section-new-products-home .js-product-item-private > *:last-child,
section.section-featured-home.section-products-new .js-product-item-private > *:last-child {
  padding-bottom: 12px !important;
}

/* Badges (KIT 3 PÇS, 40% OFF, etc) */
section.section-new-products-home .label,
section.section-featured-home.section-products-new .label {
  font-weight: 700 !important;
  border-radius: 6px !important;
}

section.section-new-products-home .label-accent,
section.section-featured-home.section-products-new .label-accent {
  background: var(--bs-pk) !important;
  color: #fff !important;
}

/* ============================================================
   DEPOIMENTOS — O que nossos clientes dizem
   ============================================================ */
section.bs-test,
.bs-test {
  margin-top: 0;
  margin-bottom: 14px;
}

.bs-test-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.bs-test-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 800;
  color: var(--bs-tx);
  margin: 0;
}

.bs-test-title svg {
  color: var(--bs-og);
  fill: var(--bs-og);
}

.bs-test-link {
  font-size: 13px;
  font-weight: 700;
  color: var(--bs-bm);
  background: var(--bs-gbg);
  padding: 8px 16px;
  border-radius: 8px;
  text-decoration: none;
  white-space: nowrap;
}

.bs-test-link:hover {
  opacity: 1;
  background: var(--bs-bm);
  color: #fff;
}

.bs-test-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.bs-test-card {
  background: #fff;
  border: 1px solid var(--bs-gbr);
  border-radius: 14px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bs-test-user {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bs-test-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--bs-gbg);
  color: var(--bs-bm);
  font-weight: 700;
  font-size: 13px;
  flex-shrink: 0;
}

.bs-test-name {
  font-size: 14px;
  color: var(--bs-tx);
  display: block;
}

.bs-test-loc {
  font-size: 12px;
  color: var(--bs-txm);
}

.bs-test-verified {
  color: var(--bs-gn);
}

.bs-test-stars {
  color: var(--bs-og);
  font-size: 14px;
  letter-spacing: 2px;
}

.bs-test-text {
  font-size: 14px;
  color: var(--bs-tx);
  line-height: 1.6;
  margin: 0;
  flex: 1;
}

.bs-test-product {
  font-size: 12px;
  font-weight: 700;
  color: var(--bs-bm);
  text-decoration: none;
  background: var(--bs-gbg);
  padding: 6px 12px;
  border-radius: 6px;
  width: fit-content;
}

@media (max-width: 768px) {
  .bs-test-grid {
    grid-template-columns: 1fr;
  }
  .bs-test-title {
    font-size: 17px;
  }
}

/* ============================================================
   NEWSLETTER — seção nativa
   ============================================================ */
section[data-store="home-newsletter"],
section.section-newsletter-home,
.section-newsletter-home-colors {
  background: var(--bs-bd) !important;
  --newsletter-background: var(--bs-bd);
  --newsletter-foreground: #ffffff;
  --newsletter-foreground-opacity-50: rgba(255,255,255,.5);
  border-radius: 14px !important;
  overflow: hidden !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 0 !important;
  margin-bottom: 18px !important;
  padding-left: var(--gutter-container) !important;
  padding-right: var(--gutter-container) !important;
  box-sizing: border-box !important;
}

@media (min-width: 576px)  { .section-newsletter-home-colors { max-width: 540px !important; } }
@media (min-width: 768px)  { .section-newsletter-home-colors { max-width: 720px !important; } }
@media (min-width: 992px)  { .section-newsletter-home-colors { max-width: 960px !important; } }
@media (min-width: 1200px) { .section-newsletter-home-colors { max-width: 1140px !important; } }
@media (min-width: 1400px) { .section-newsletter-home-colors { max-width: 1300px !important; } }

.js-home-newsletter-container {
  border-radius: 14px !important;
  overflow: hidden !important;
}

/* Ícone de envelope acima do título */
.js-newsletter > h2::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  margin-bottom: 7px;
  background-color: var(--bs-bl);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/%3E%3Cpolyline points='22,6 12,13 2,6'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/%3E%3Cpolyline points='22,6 12,13 2,6'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
}

.js-home-newsletter-container {
  display: block !important;
}

.js-newsletter {
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  grid-template-rows: auto auto !important;
  align-items: center !important;
  gap: 4px 22px !important;
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 26px 0 !important;
}

.js-newsletter > h2 {
  grid-column: 1;
  grid-row: 1;
  margin: 0 !important;
}

.js-newsletter > p {
  grid-column: 1;
  grid-row: 2;
  margin: 0 !important;
}

.js-newsletter > form {
  grid-column: 2;
  grid-row: 1 / 3;
  width: 360px;
  max-width: 100%;
}

.js-newsletter > form .input-append {
  gap: 7px;
}

@media (max-width: 768px) {
  .js-newsletter {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto auto !important;
  }
  .js-newsletter > form {
    grid-column: 1;
    grid-row: 3;
    width: 100%;
  }
}

section[data-store="home-newsletter"] *,
section.section-newsletter-home *,
.section-newsletter-home-colors * {
  color: #fff !important;
}

section[data-store="home-newsletter"] .btn,
section.section-newsletter-home .btn,
.section-newsletter-home-colors .btn,
.section-newsletter-home-colors .btn-inline,
.section-newsletter-home-colors .btn-primary {
  background: var(--bs-og) !important;
  color: #fff !important;
  font-weight: 700 !important;
  border: none !important;
}

section[data-store="home-newsletter"] .form-control,
section.section-newsletter-home .form-control,
.section-newsletter-home-colors .form-control {
  border-color: rgba(255,255,255,.2) !important;
  color: #fff !important;
  background: rgba(255,255,255,.1) !important;
}

section[data-store="home-newsletter"] .form-control::placeholder,
section.section-newsletter-home .form-control::placeholder,
.section-newsletter-home-colors .form-control::placeholder {
  color: rgba(255,255,255,.5) !important;
}

/* ============================================================
   RODAPÉ — cores
   ============================================================ */
footer,
.footer {
  background: var(--bs-bd) !important;
  color: #fff !important;
}

footer a,
.footer a {
  color: rgba(255,255,255,.75) !important;
}

footer a:hover,
.footer a:hover {
  color: #fff !important;
  opacity: 1 !important;
}

footer h3, footer h4, footer h5,
.footer h3, .footer h4, .footer h5 {
  color: #fff !important;
  font-weight: 800 !important;
}

/* ============================================================
   RODAPÉ — cores e estilo (mockup)
   ============================================================ */
.footer-colors {
  background: #0c1e3d !important;
  color: rgba(255,255,255,.45) !important;
}

.footer-colors a {
  color: rgba(255,255,255,.4) !important;
  font-size: 11.5px;
}

.footer-colors a:hover {
  color: #fff !important;
  opacity: 1 !important;
}

.footer-colors h3,
.footer-colors h4,
.footer-colors h5,
.footer-colors .footer-title {
  color: rgba(255,255,255,.85) !important;
  font-size: 10.5px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: .5px !important;
  margin-bottom: 10px !important;
}

.footer-colors p {
  font-size: 11.5px !important;
  color: rgba(255,255,255,.45) !important;
  line-height: 1.7 !important;
}

/* Ícone social (Instagram etc) — quadradinho */
.footer-colors .mr-4.mb-4.d-inline-block {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: rgba(255,255,255,.07) !important;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 7px;
  margin-right: 7px !important;
}

.footer-colors .mr-4.mb-4.d-inline-block svg {
  width: 14px;
  height: 14px;
  fill: rgba(255,255,255,.5) !important;
}

/* Métodos de pagamento — badges */
.footer-colors .payment-methods img,
.footer-colors [class*="payment"] img {
  filter: brightness(0) invert(1);
  opacity: .55;
  height: 18px;
  margin-right: 4px;
  background: transparent !important;
}

.footer-colors .mr-4.mb-4.d-inline-block svg,
.footer-colors .mr-4.mb-4.d-inline-block i,
.footer-colors .mr-4.mb-4.d-inline-block img {
  filter: brightness(0) invert(1);
  opacity: .6;
  width: 14px;
  height: 14px;
}

/* Linha inferior de copyright */
.footer-colors .footer-bottom,
.footer-colors [class*="footer-info"]:last-child {
  border-top: 1px solid rgba(255,255,255,.07) !important;
  padding-top: 14px !important;
  margin-top: 14px !important;
  font-size: 10.5px !important;
  color: rgba(255,255,255,.28) !important;
}

/* ============================================================
   RODAPÉ — coluna ATENDIMENTO (4ª coluna)
   ============================================================ */
@media (min-width: 768px) {
  .footer-main-info.footer-main-info-md-3-columns {
    grid-template-columns: 1.5fr 1fr 1fr 1.3fr !important;
  }
}

.bs-ftr-atendimento-list li a,
.bs-ftr-atendimento-list .bs-ftr-static {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
}

.bs-ftr-ico {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  color: rgba(255,255,255,.4);
}

/* ============================================================
   RODAPÉ — correção de ícones e altura (v25)
   ============================================================ */

/* Ícones de pagamento: usar opacidade ao invés de invert (estavam brancos/invisíveis em fundo claro do badge) */
.footer-colors .payment-methods img,
.footer-colors [class*="payment"] img {
  filter: none !important;
  opacity: .85 !important;
  height: 18px;
  margin-right: 4px;
  background: transparent !important;
}

/* Ícone Instagram (1ª coluna antiga, se ainda existir) e coluna Atendimento: azul claro, visível */
.footer-colors .mr-4.mb-4.d-inline-block svg,
.footer-colors .mr-4.mb-4.d-inline-block img,
.footer-colors .mr-4.mb-4.d-inline-block i {
  filter: none !important;
  color: var(--bs-bl) !important;
  fill: var(--bs-bl) !important;
  opacity: 1 !important;
  width: 14px;
  height: 14px;
}

.footer-colors .mr-4.mb-4.d-inline-block {
  color: var(--bs-bl) !important;
}

/* Reduzir altura geral do rodapé */
.footer-main-info {
  padding-top: 28px !important;
  padding-bottom: 12px !important;
}

.footer-main-info .footer-contact-info-container .pb-4 {
  padding-bottom: 14px !important;
}

.footer-nav-container ul li.mb-3,
.bs-ftr-atendimento-list li.mb-3 {
  margin-bottom: 8px !important;
}

.footer-nav-container .js-footer-menu-title-container.mb-4,
.bs-ftr-atendimento .mb-4 {
  margin-bottom: 12px !important;
}

.footer-secondary-info {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.footer-payments-shipping-container {
  margin-bottom: 6px !important;
}
