/* style.css - Dona Pimenta Sexshop */
body {
  font-family: 'Inter', sans-serif;
  padding-block: center;
}
.bg-pimenta-red { background-color: #8B0000; }
.text-pimenta-red { color: #8B0000; }
.border-pimenta-red { border-color: #8B0000; }
.text-price-red { color: #C53030; }
.product-card {
  transition: transform 0.2s ease-in-out;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  border: 1px solid #f3f4f6;
}
.product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.toast-container {
  z-index: 2000;
}
.toast-custom {
  border-left: 0.4rem solid #8B0000;
  background: rgba(255, 255, 255, 0.98);
}
.toast-custom .toast-body {
  color: #0f172a;
}
.toast-custom .btn-close {
  filter: invert(0.2);
}
