:root {
  --bella-red: #ad191f;
  --bella-red-dark: #7f1015;
  --bella-gold: #dfb51c;
  --bella-cream: #fffaf1;
}

body { background-color: var(--bella-cream); }
.btn-primary, .bg-primary, .tp-btn, .add-cart-btn, .theme-btn {
  background-color: var(--bella-red) !important;
  border-color: var(--bella-red) !important;
}
.btn-primary:hover, .tp-btn:hover, .add-cart-btn:hover {
  background-color: var(--bella-red-dark) !important;
  border-color: var(--bella-red-dark) !important;
}
a, .text-primary, .price, .product-price { color: var(--bella-red); }
.header__area, header { border-bottom-color: var(--bella-gold) !important; }
.logo img, .header__logo img { object-fit: contain; max-height: 82px; width: auto !important; }
#box-cashback { border-left: 4px solid var(--bella-gold) !important; background: #fff !important; }

.bella-acoes-topo { margin-left: auto; }
.bella-btn-cashback {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 5px 13px 5px 6px;
  margin-right: 10px;
  border: 1px solid rgba(173, 25, 31, .28);
  border-radius: 12px;
  background: #fff;
  color: var(--bella-red) !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 3px 10px rgba(127, 16, 21, .10);
}
.bella-btn-cashback:hover {
  background: #fff9e8;
  border-color: var(--bella-gold);
  color: var(--bella-red-dark) !important;
}
.bella-cashback-simbolo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 9px;
  background: var(--bella-gold);
  color: var(--bella-red-dark);
  font-size: 12px;
  font-weight: 900;
}
.bella-cashback-mobile { display: none; }

@media (max-width: 575px) {
  .navbar-brand small .ocultar_mobile_menor { display: none !important; }
  .bella-btn-cashback {
    min-height: 36px;
    padding: 4px 9px 4px 4px;
    margin-right: 5px;
    gap: 6px;
    border-radius: 10px;
    font-size: 11px;
  }
  .bella-cashback-simbolo { width: 26px; height: 26px; border-radius: 8px; font-size: 11px; }
  .bella-cashback-desktop { display: none; }
  .bella-cashback-mobile { display: inline; }
}
