.product-carousel-img {
    height: 400px;
    object-fit: contain;
}

.product-thumbnail {
    cursor: pointer;
    height: 80px;
    object-fit: contain;
}

.whatsapp-button {
    background-color: #25D366;
    color: white;
    font-size: 1.15rem;
}

.spec-label {
    width: 30%;
}

.product-img-placeholder {
    height: 200px;
}

/* --- Product Page Enhancements --- */

/* Price box */
.enhanced-price-section {
    background: #ffffff;
    border: 2px solid #f0f0f0;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
}

.offer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.offer-badge {
    background: #ff1744;
    color: #fff;
    padding: 0.25rem 0.75rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.savings-highlight {
    color: #0d6efd;
    font-size: 0.9rem;
    font-weight: 500;
}

.discount-percentage {
    background: #ffc107;
    color: #212529;
    border-radius: 4px;
    padding: 0.1rem 0.4rem;
    font-size: 0.8rem;
    font-weight: 700;
    margin-left: 0.5rem;
}

.price-display-container {
    text-align: center;
}

.original-price-enhanced {
    color: #6c757d;
    font-size: 1rem;
}

.current-price-enhanced {
    color: #dc3545;
    font-size: 2rem;
    font-weight: 700;
}

.price-decimals {
    font-size: 1.2rem;
}

/* CTA and WhatsApp button */
.cta-container {
    background: #ffffff;
    border: 2px solid #f0f0f0;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
}

.urgency-message {
    font-size: 0.95rem;
}

.whatsapp-button-enhanced {
    background: linear-gradient(135deg, #25D366, #128C7E);
    border: none;
    color: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-button-enhanced:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(18, 140, 126, 0.3);
}

.whatsapp-btn-content {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.whatsapp-btn-content .arrow-icon {
    transition: transform 0.2s ease;
}

.whatsapp-button-enhanced:hover .arrow-icon {
    transform: translateX(4px);
}

/* Trust indicators */
.trust-indicators {
    border-top: 1px solid #e9ecef;
    padding-top: 0.5rem;
    margin-top: 0.5rem;
}

.trust-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    color: #6c757d;
}

/* Benefit badges */
.benefits-showcase .benefit-card {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    height: 100%;
    text-align: center;
}

.benefit-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.benefit-icon {
    font-size: 2rem;
    color: #0d6efd;
}

.benefit-text strong {
    display: block;
    font-size: 1rem;
}

.benefit-text small {
    color: #6c757d;
}

/* Flash offer tweaks */
.flash-offer-container {
    text-align: center;
}

.flash-title {
    font-weight: 700;
    text-transform: uppercase;
}

.evergreen-timer-product {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.time-block-product {
    text-align: center;
}

.time-value-product {
    font-size: 2rem;
    font-weight: 700;
    background: #212529;
    color: #fff;
    padding: 0.25rem 0.5rem;
    border-radius: 8px;
}

.time-label-product {
    font-size: 0.75rem;
    color: #6c757d;
}

.time-separator-product {
    font-size: 2rem;
    line-height: 1;
}
