body.woocommerce a.button.btn,
body.woocommerce button.button.btn,
body.woocommerce input.button.btn {
  all: unset;
  display: inline-block;
  padding: .375rem .75rem;
  border-radius: .375rem;
  background-color: #0d6efd;
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: 1rem;
}
body.woocommerce div.product p.price,
body.woocommerce div.product span.price {
  color: #198754 !important; /* Bootstrap "success" */
  font-size: 1rem !important; /* tamanho padrão */
  font-weight: 600;
}
.woocommerce span.onsale {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  padding: 0.4em 0.6em;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 0.25rem; /* badge retangular */
  background-color: #dc3545; /* Bootstrap "danger" */
  color: #fff;
  line-height: 1;
  min-width: auto;
  min-height: auto;
}
/* Corrige layout dos totais do carrinho */
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: none !important;   /* remove o float */
  width: 100% !important;   /* ocupa toda a largura */
  margin-top: 1rem;
}
.woocommerce .cart-collaterals .cart_totals {
  float: none !important;
  width: 100% !important;
}

.woocommerce .cart-collaterals {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 64px;
  border-radius: 0.25rem;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  float: none !important;
  width: 100% !important;
  margin-bottom: 1rem;
}
/* Preço antigo (tachado) */
.woocommerce .price del {
  color: #6c757d; /* cinza Bootstrap */
  text-decoration: line-through;
  font-weight: 400;
}

/* Preçpromocional (atual) */
.woocommerce .price ins {
  color: #198754; /* verde Bootstrap "success" */
  text-decoration: none; /* remove sublinhado */
  font-weight: 600;
}

.cat-label a,
.text-muted a {
  color: #212529; /* Bootstrap text-dark */
  text-decoration: none; /* remove underline */
  font-weight: 500;
}

.cat-label a:hover,
.text-muted a:hover {
  color: #0d6efd; /* azul Bootstrap */
  text-decoration: underline; /* opcional no hover */
}
/* Estrelas preenchidas (boas) */
.woocommerce .star-rating span::before {
  color: #ffc107; /* amarelo Bootstrap */
}

/* Estrelas vazias (ruins) */
.woocommerce .star-rating::before {
  color: #dee2e6; /* cinza claro Bootstrap */
}
.woocommerce-review-link {
  display: none !important;
}
.nav .current-menu-item a,
.nav .current_page_parent a,
.nav .current_page_ancestor a {
  font-weight: bold;
  color: #fff;
  background-color: #0d6efd;
  padding: 0.4rem 0.8rem;
  border-radius: 4px;
}
.nav a {
  color: #fff;
  text-decoration: none;
  padding: 0.4rem 0.8rem;
  display: block;
}

.nav a:hover {
  background-color: rgba(255,255,255,0.1);
  border-radius: 4px;
}
.offcanvas {
  z-index: 1055; /* maior que navbar (default do Bootstrap) */
}

body {
  position: relative;
  z-index: 0;
}
header {
  z-index: 1030;
}
.card-img-top {
  width: 100%;
  aspect-ratio: 9 / 16; /* ou 4/3, 3/4, etc. */
  object-fit: cover;
}

.flex-control-nav.flex-control-thumbs{display:flex; flex-direction:row; list-style: none; }