.product-box{
    background:#fffaf5;
    border-radius:24px;
    padding:35px;
    box-shadow:0 15px 35px rgba(0,0,0,.10);
}

.product-img{
    width:100%;
    border-radius:20px;
    object-fit:cover;
    max-height:520px;
    transition:.35s;
}

.product-img:hover{
    transform:scale(1.03);
}

.precio-detalle{
    font-size:2.1rem;
    font-weight:700;
    color:#111;
}

.cuotas-box{
    background:#f2eee9;
    border-radius:16px;
    padding:18px;
    color:#111;
}

.descripcion-box{
    background:#fff;
    border-radius:18px;
    padding:22px;
    border:1px solid #eee2d6;
    line-height:1.7;
}

.confianza-box{
    background:#fff;
    border:1px solid #eee2d6;
    border-radius:18px;
    padding:18px;
}

.confianza-item{
    display:flex;
    gap:12px;
    padding:12px 0;
    border-bottom:1px solid #eee;
}

.confianza-item:last-child{
    border-bottom:none;
}

.confianza-item span{
    font-size:24px;
}

.confianza-item p{
    margin:0;
    color:#666;
    font-size:14px;
}

.btn-wa{
    background:#25d366;
    color:white;
    border:none;
    padding:14px;
    border-radius:40px;
    font-weight:700;
}

.btn-wa:hover{
    background:#20ba59;
    color:white;
}

.badge-sale{
    background:#dc3545;
    color:white;
    padding:8px 14px;
    border-radius:30px;
    font-weight:700;
    display:inline-block;
    margin-bottom:15px;
}

.rel-card{
    background:#fffaf5;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}
.thumb-img{
    width:90px;
    height:90px;
    object-fit:cover;
    border-radius:12px;
    cursor:pointer;
    border:2px solid transparent;
    transition:.25s;
}

.thumb-img:hover{
    border-color:#111;
    transform:scale(1.05);
}
.gallery-box{
    background:#fff;
    border-radius:24px;
    padding:18px;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
}

.main-gallery-img{
    width:100%;
    height:520px;
    object-fit:contain;
    background:#f8f5f1;
    border-radius:18px;
    padding:10px;
}

.thumbs-box{
    display:flex;
    gap:12px;
    margin-top:16px;
    justify-content:center;
    flex-wrap:wrap;
}

.thumb-img{
    width:86px;
    height:86px;
    object-fit:cover;
    border-radius:14px;
    cursor:pointer;
    border:3px solid transparent;
    padding:3px;
    background:#f8f5f1;
    transition:.25s;
}

.thumb-img:hover{
    transform:translateY(-3px);
    border-color:#c79a63;
}

.active-thumb{
    border-color:#111;
}
