/*
Theme Name: barferos-elementor-child
Theme URI: https://clubarferos.cl
Description: Tema filho para o site Barferos, especialista em WooCommerce e Elementor. Implementação de blocos informativos e otimização frontend.
Author: Converclick
Author URI: https://converclick.net
Template: hello-elementor
Version: 1.0.1
Text Domain: barferos-elementor-child
*/

/* 
   Estilos customizados serão adicionados abaixo. 
   O tema é focado em performance e responsividade total.
*/

.barferos-discount-info {
    background-color: #f9f8ff; /* Fundo roxo muito suave */
    border-left: 5px solid #3F0C74; /* Destaque lateral roxo */
    padding: 20px;
    margin: 25px 0;
    border-radius: 4px;
    box-shadow: 0 4px 15px rgba(63, 12, 116, 0.05);
    font-family: inherit;
    line-height: 1.6;
}

.barferos-discount-info .info-title {
    color: #3F0C74;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 12px;
    margin-top: 0;
    text-transform: none;
}

.barferos-discount-info .info-list {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.barferos-discount-info .info-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 6px;
    font-size: 1rem;
    color: #333;
}

.barferos-discount-info .info-list li::before {
    content: "•";
    color: #3F0C74;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.barferos-discount-info .info-footer {
    margin: 0;
    font-size: 0.95rem;
    color: #555;
}

.barferos-discount-info .info-cta {
    color: #3F0C74;
    font-weight: 600;
    text-decoration: underline;
    display: inline-block;
    margin-top: 5px;
    transition: color 0.3s ease;
}

.barferos-discount-info .info-cta:hover {
    color: #2C0159;
}

/* Responsividade */
@media (max-width: 768px) {
    .barferos-discount-info {
        padding: 15px;
        margin: 20px 0;
    }
    
    .barferos-discount-info .info-title {
        font-size: 1.05rem;
    }
    
    .barferos-discount-info .info-list li {
        font-size: 0.95rem;
    }
}
