/* ============================================
   GRANIZADOS - ESTILOS ESPECÍFICOS
   HELADOS CARRETERO
   ============================================ */
/* ----- HERO CON IMAGEN DE FONDO ----- */
.producto-hero {
    padding: 140px 0 80px;
    text-align: center;
    margin-top: 74px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.producto-hero h1 {
    color: #ffffff;
    font-size: 3rem;
    text-shadow: 0 2px 20px rgba(0,0,0,0.5);
}

.producto-hero p {
    color: rgba(255,255,255,0.95);
    font-size: 1.3rem;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

/* ============================================
   INTRODUCCIÓN - CENTRADA (FORZADO)
   ============================================ */

.granizados-intro {
    padding: 80px 0 !important;
    background: #ffffff !important;
    width: 100% !important;
}

.granizados-intro-content {
    max-width: 850px !important;
    margin: 0 auto !important;
    text-align: center !important;
    padding: 0 20px !important;
    display: block !important;
}

.granizados-intro-content h2 {
    font-size: 2.2rem !important;
    color: #2d2d2d !important;
    margin-bottom: 16px !important;
    text-align: center !important;
}

.granizados-intro-content p {
    font-size: 1.05rem !important;
    color: #666666 !important;
    line-height: 1.8 !important;
    margin-bottom: 14px !important;
    text-align: center !important;
}

.granizados-intro-content strong {
    color: #2d6a4f !important;
}

.ingredientes-destacados-center {
    display: flex !important;
    justify-content: center !important;
    gap: 24px !important;
    flex-wrap: wrap !important;
    margin-top: 24px !important;
}

.ingrediente {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    font-size: 0.95rem !important;
    color: #666666 !important;
    background: #fdf6ed !important;
    padding: 10px 24px !important;
    border-radius: 50px !important;
    border: 1px solid #e8f0ee !important;
}

.ingrediente i {
    color: #2d6a4f !important;
    font-size: 1.1rem !important;
}

.ingredientes-destacados-center {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.ingrediente {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.95rem;
    color: #666666;
    background: #fdf6ed;
    padding: 10px 24px;
    border-radius: 50px;
    border: 1px solid #e8f0ee;
}

.ingrediente i {
    color: #2d6a4f;
    font-size: 1.1rem;
}

/* ============================================
   GRANIZADOS DESTACADOS
   ============================================ */

.granizados-destacados-lista {
    padding: 80px 0;
    background: #ffffff;
}

.granizados-grid-destacados {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* ----- IMAGEN DE GRANIZADO (más alejada) ----- */
.granizado-card-imagen {
    position: relative;
    height: 220px;
    overflow: hidden;
    background: #fdf6ed;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.granizado-card-imagen img {
    width: 100%;
    height: 100%;
    object-fit: contain;  /* En lugar de 'cover' - muestra la imagen completa */
    transition: all 0.4s ease;
    padding: 10px;
}

.granizado-card-imagen img:hover {
    transform: scale(1.05);
}

/* Si la imagen es pequeña, que no se estire */
.granizado-card-imagen img.small {
    object-fit: scale-down;
}

.granizado-sin-foto {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fdf6ed;
    font-size: 3rem;
    color: #2d6a4f;
}

.granizado-sin-foto i {
    font-size: 3rem;
    margin-bottom: 8px;
}

.granizado-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #2d6a4f;
    color: #ffffff;
    font-size: 0.65rem;
    font-weight: 600;
    padding: 4px 14px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.granizado-card-info {
    padding: 16px 20px 20px;
}

.granizado-card-info h3 {
    font-size: 1.05rem;
    color: #2d2d2d;
    margin-bottom: 4px;
}

.granizado-card-info p {
    color: #888888;
    font-size: 0.85rem;
    margin-bottom: 8px;
}

.granizado-color {
    width: 30px;
    height: 8px;
    border-radius: 4px;
}

/* ============================================
   LISTA COMPLETA DE SABORES
   ============================================ */

.granizados-sabores-completos {
    padding: 60px 0;
    background: #fdf6ed;
}

.sabores-completos-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    max-width: 700px;
    margin: 30px auto 0;
}

.sabor-completo-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    background: #ffffff;
    border-radius: 50px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
}

.sabor-completo-item:hover {
    transform: translateX(4px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.sabor-completo-color {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    flex-shrink: 0;
    border: 1px solid rgba(0,0,0,0.05);
}

.sabor-completo-item span {
    font-size: 0.9rem;
    font-weight: 500;
    color: #2d2d2d;
}

/* ============================================
   SORBETES EVENTOS
   ============================================ */

.sorbetes-eventos {
    padding: 80px 0;
    background: #ffffff;
}

.sorbetes-eventos-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.sorbetes-eventos-icono {
    font-size: 3rem;
    color: #2d6a4f;
    margin-bottom: 12px;
}

.sorbetes-eventos h2 {
    font-size: 2rem;
    color: #2d2d2d;
    margin-bottom: 8px;
}

.sorbetes-eventos p {
    color: #666666;
    font-size: 1.05rem;
    margin-bottom: 20px;
}

.sorbetes-eventos-sabores {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.sorbete-tag {
    display: inline-block;
    background: #fdf6ed;
    color: #2d6a4f;
    padding: 6px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 500;
    border: 1px solid #d8e9e0;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 992px) {
    .granizados-grid-destacados {
        grid-template-columns: 1fr 1fr;
    }
    
    .sabores-completos-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .producto-hero {
        padding: 120px 0 50px;
        margin-top: 64px;
    }
    
    .producto-hero h1 {
        font-size: 2.2rem;
    }
    
    .granizados-intro {
        padding: 50px 0;
    }
    
    .granizados-intro-content h2 {
        font-size: 1.8rem;
    }
    
    .granizados-intro-content p {
        font-size: 0.95rem;
    }
    
    .ingredientes-destacados-center {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    
    .ingrediente {
        padding: 8px 18px;
        font-size: 0.85rem;
    }
    
    .granizados-grid-destacados {
        grid-template-columns: 1fr;
        max-width: 400px;
    }
    
    .granizados-destacados-lista {
        padding: 50px 0;
    }
    
    .sabores-completos-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .sorbetes-eventos {
        padding: 50px 0;
    }
    
    .sorbetes-eventos h2 {
        font-size: 1.6rem;
    }
}

@media (max-width: 480px) {
    .producto-hero h1 {
        font-size: 1.8rem;
    }
    
    .sabores-completos-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .sorbetes-eventos-sabores {
        gap: 8px;
    }
    
    .sorbete-tag {
        padding: 4px 14px;
        font-size: 0.8rem;
    }
}