body {
  font-family: Arial, sans-serif;
  background-color: #0D1B2A;
}

.bg-orange {
  background-color: #FF5500;
}

.bg-blue {
  background-color: #003366;
}

.miniatura {
  border: 2px solid transparent;
  transition: border 0.3s ease;
}

.miniatura:hover {
  border-color: #FF5500;
}
		
.product-price-cop {
  font-size: 0.9rem;
  color:steelblue ; /* Azul oscuro */
  margin-top: -15px;
  margin-bottom: 10px;
}

	.btn-uniform {
    width: 250px; /* ajusta el ancho según necesites */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px; /* espacio entre ícono y texto */
	margin-top: 10px;	
  }

.btn-uniform img {
    height: 20px;
  }
		
.product-price {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
  }

.stock-text {
    color: green;
    font-weight: 500;
  }

.rating i {
    color: #FFD700; /* dorado */
  }
.logo-header {
  max-height: 120px;
  width: auto;
  height: auto;
  max-width: 90%;
}

@media (max-width: 576px) {
  .logo-header {
    max-height: 80px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.mailchimp-box {
  background-color: #E0F0FF;
  display: inline-block;
  max-width: 400px; /* Antes era 500px */
  font-size: 0.9rem; /* Texto más discreto */
  padding: 1rem 1rem;
  border-radius: 12px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Sombra sutil */
}

.bg-orange {
  background-color: #FF5500 !important;
}
