@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

body {
  font-family: 'Montserrat', sans-serif;
  background-color: #f7f7f9;
}

/* Colores de Farmacia */
.text-farmacia { color: #1D5C4A; }
.bg-farmacia { background-color: #1D5C4A; }
.border-farmacia { border-color: #1D5C4A; }
.hover\:bg-farmacia-darker:hover { background-color: #14493A; }
.logo {color:#1D5C4A;}

/* Precios / ofertas */
.text-offer-price { color: #ef4444; }
.bg-offer-badge { background-color: #ec4899; }

/* Carrito */
#cart-button { position: relative; cursor: pointer; }
#cart-count { position: absolute; top: -8px; right: -8px; min-width: 20px; height: 20px; line-height: 20px; text-align: center; font-size: 12px; z-index: 10; }

/* Modal scroll */
.modal-scroll { max-height: 80vh; overflow-y: auto; }

/* Offer badge en tarjetas */
.offer-badge { position: absolute; top: 0; right: 0; color: white; font-size: 0.75rem; font-weight: bold; padding: 0.25rem 0.5rem; border-bottom-left-radius: 0.5rem; z-index: 5; }

/* Header line */
.header-line { height: 2px; background-color: #1D5C4A; margin-top: 0.5rem; margin-bottom: 0.5rem; width: 100%; }

/* Original price */
.original-price { text-decoration: line-through; color: #888; font-size: 0.9em; margin-right: 0.5rem; }

/* Ajustes pequeños */
.product-card img { max-height: 160px; object-fit: contain; }
