.mostrar-articulo{
    padding: 0 10px;
}
.pregunta-respuesta {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 15px;
    font-size: 14px;
    color: #333;
}
.pregunta-item.activa .pregunta-respuesta {
    max-height: 200px; /* ajusta según tu necesidad */
    margin-top: 10px;
}
.pregunta-item{
    cursor: pointer;
}
/* Estilos específicos para la página de producto */
.seccion-producto {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 20px;
}

.imagenes-producto {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.imagen-principal {
    text-align: center;
    margin-bottom: 20px;
}

.imagen-articulo {
    max-width: 85%;
    height: auto;
    border-radius: 8px;
}

.detalles-producto {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.info-vendedor {
    display: flex;
    align-items: center;
    gap: 10px;
}

.titulo-producto {
    font-size: 22px;
    font-weight: 700;
    color: #212635;
    margin-bottom: 10px;
}
#descripcion {
    font-size: 14px;
    line-height: 1.6;
    color: #999999;
}
.seccion-precio {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.precio {
    font-size: 28px;
    font-weight: 700;
    color: #212635;
}

.controles-cantidad {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* .boton-cantidad {
    width: 30px;
    height: 30px;
    border: 1px solid #e9ecef;
    background: white;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
} */

.boton-carrito {
    background: #f2f3f5;
    color: #333;
    margin-top: 10px;
}

.info-entrega {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
}

.advertencia-entrega {
    color: #bd2a30;
    font-size: 14px;
}
.azul{
    color: #00447A;
}

.contenedor-mapa {
    margin-top: 20px;
}

.mapa {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}


.seccion-descripcion {
    padding: 20px;
    margin-top: 30px;
    border-top: 1px solid #e9ecef;
}

.especificaciones-producto {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin: 20px 0;
    background-color: #f8f8f8;
    padding: 20px;
    border-radius: 5px;
}

.fila-especificacion {
    display: flex;
    justify-content: space-between;
}

.etiqueta-especificacion {
    color: #6c757d;
}

.valor-especificacion {
    font-weight: 600;
}

.descripcion-producto {
    margin-top: 10px;
}

.descripcion-producto h3 {
    margin-bottom: 10px;
}

.descripcion-producto p {
    margin-bottom: 10px;
    line-height: 1.5;
}

.seccion-preguntas {
    margin-top: 30px;
}

.pregunta-item {
    padding: 15px 0;
    border-bottom: 1px solid #e9ecef;
}
.advertencia-entrega {
display: block;
font-weight: bold;
margin-top: 8px;
}

.azul {
color: #007bff;
}

.verde {
color: #28a745;
}

.naranja {
color: #fd7e14;
}

.gris {
color: #6c757d;
}
    /* Estilos específicos para la página de producto */
    .seccion-producto {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        padding: 20px;
    }

    .imagenes-producto {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .imagen-principal {
        text-align: center;
        margin-bottom: 20px;
    }

    .imagen-articulo {
        max-width: 85%;
        height: auto;
        border-radius: 8px;
    }

    .detalles-producto {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .info-vendedor {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .titulo-producto {
        font-size: 24px;
        font-weight: 700;
        /* color: #212635; */
        color: #001541;
        margin-bottom: 10px;
    }

    .seccion-precio {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .precio {
        font-size: 28px;
        font-weight: 700;
        color: #212635;
    }

    .controles-cantidad {
        display: flex;
        align-items: center;
        gap: 9px;
    }

    
/* 
    .boton-comprar, .boton-carrito {
        padding: 12px;
        border: none;
        border-radius: 6px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        height: 50px;
    }

    .boton-comprar {
        background: #1664A4;
        color: white;
    } */

    .boton-carrito {
        background: #f2f3f5;
        color: #333;
        margin-top: 10px;
    }

    .info-entrega {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 15px;
    }

    .advertencia-entrega {
        color: #bd2a30;
        font-size: 14px;
    }
    .azul{
        color: #00447A;
    }

    .contenedor-mapa {
        margin-top: 20px;
    }

    .mapa {
        width: 100%;
        border-radius: 8px;
        border: 1px solid #e9ecef;
    }

    .seccion-descripcion {
        padding: 20px;
        margin-top: 30px;
        border-top: 1px solid #e9ecef;
    }

    .especificaciones-producto {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        margin: 20px 0;
        background-color: #f8f8f8;
        padding: 20px;
        border-radius: 5px;
    }

    .fila-especificacion {
        display: flex;
        justify-content: space-between;
    }

    .etiqueta-especificacion {
        color: #6c757d;
    }

    .valor-especificacion {
        font-weight: 600;
    }

    .descripcion-producto {
        margin-top: 20px;
        background: #F8F9FA;
        padding: 15px;
        border-radius: 8px;
    }

    .descripcion-producto h3 {
        margin-bottom: 10px;
    }

    .descripcion-producto p {
        margin-bottom: 10px;
        line-height: 1.5;
    }

    .seccion-preguntas {
        margin-top: 30px;
    }

    .pregunta-item {
        padding: 15px 0;
        border-bottom: 1px solid #e9ecef;
    }
    .advertencia-entrega {
    display: block;
    font-weight: bold;
    margin-top: 8px;
    }

    .azul {
    color: #007bff;
    }

    .verde {
    color: #28a745;
    }

    .naranja {
    color: #fd7e14;
    }

    .gris {
    color: #6c757d;
    }
        

    .pregunta-respuesta {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        padding: 0 15px;
        font-size: 14px;
        color: #333;
    }
    .pregunta-item.activa .pregunta-respuesta {
        max-height: 200px; /* ajusta según tu necesidad */
        margin-top: 10px;
    }
    .pregunta-item{
        cursor: pointer;
    }

    /* Responsive */
    @media (max-width: 768px) {
        .seccion-producto {
            grid-template-columns: 1fr;
            padding: 0;
        }
        
        .especificaciones-producto {
            grid-template-columns: 1fr;
        }
    }
        /* Estilos específicos para el checkout */
    .contenedor-checkout {
        margin-bottom: 40px;
    }

    

    .contenido-checkout {
        display: grid;
        grid-template-columns: 2fr 1fr;
        gap: 30px;
    }

    .subtitulo-seccion {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 20px;
        color: #212635;
    }

    .formulario {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .grupo-formulario {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .grupo-formulario label {
        font-weight: 500;
        font-size: 14px;
    }

    .grupo-formulario input, 
    .grupo-formulario select, 
    .grupo-formulario textarea {
        padding: 12px;
        border: 1px solid #e9ecef;
        border-radius: 6px;
        font-family: 'Inter', sans-serif;
    }

    .grupo-formulario textarea {
        resize: vertical;
    }

    .checkbox {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 14px;
        cursor: pointer;
    }

    .checkbox input {
        width: 18px;
        height: 18px;
    }

    .tarjeta-resumen {
        /* background: #f8fafc; */
        background: white;
        padding: 20px;
        border-radius: 8px;
        /* border: 1px solid #e9ecef; */
        margin: -8px;
        margin-top: 0;
        position: sticky;
        top: 180px;
    }

    .lista-productos-checkout {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 20px;
    }

    .producto-checkout {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .info-producto-checkout {
        display: flex;
        flex-direction: column;
    }

    .nombre-producto-checkout {
        font-size: 14px;
    }

    .precio-producto-checkout {
        font-size: 14px;
        font-weight: 600;
    }

    .cantidad-producto-checkout {
        font-size: 14px;
        color: #6c757d;
    }

    .detalle-pago {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin: 20px 0;
        padding: 20px 0;
        border-top: 1px solid #e9ecef;
        border-bottom: 1px solid #e9ecef;
    }

    .fila-detalle {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
    }
    .fila-detalle span{
        color: #636E84;
    }

    .fila-detalle.total {
        font-weight: 700;
        font-size: 18px;
    }
    .fila-detalle.total span{
        color: #004d99;
    }
    .metodo-entrega {
        margin-bottom: 20px;
    }

    .metodo-entrega h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .metodo-entrega p {
        font-size: 14px;
    }
    .agotado{
        padding: 3px 5px;
        border-radius: 3px;
        background: #fcc;
        color: #c70000;
    }
    /* Responsive */
    @media (max-width: 768px) {
        .contenido-checkout {
            grid-template-columns: 1fr;
        }
        
    }
/* Responsive */
@media (max-width: 768px) {
    .seccion-producto {
        grid-template-columns: 1fr;
    }
    
    .especificaciones-producto {
        grid-template-columns: 1fr;
    }
}
