/* VerProducto — misma estética Nova Informática */
.vp-wrap {
    font-family: var(--info-font, "Montserrat", "Segoe UI", sans-serif);
}

.vp-back {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin: 1.25rem 0 0.5rem;
    padding: 0.65rem 1rem;
    font-family: inherit;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    color: #0A0A0A;
    border: 1px solid rgba(10, 10, 10, 0.2);
    background: transparent;
    cursor: pointer;
}

.vp-back:hover {
    background: #0A0A0A;
    color: #fff;
    text-decoration: none;
}

.vp-detail {
    display: grid;
    gap: 1.35rem;
    margin: 1rem 0 2rem;
}

@media (min-width: 900px) {
    .vp-detail {
        grid-template-columns: 1.15fr 0.85fr;
        align-items: start;
    }
}

.vp-gallery,
.vp-buy,
.vp-specs,
.vp-related-head {
    background: #fff;
    border: 1px solid rgba(10, 10, 10, 0.1);
}

.vp-gallery {
    position: relative;
    padding: 1.25rem 1.25rem 1rem;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.85rem;
    background: linear-gradient(160deg, #F8FAFC 0%, #EEF2F7 100%);
}

.vp-gallery__stage {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 360px;
}

.vp-gallery__stage img,
.vp-gallery > img {
    max-width: 100%;
    max-height: 520px;
    object-fit: contain;
    display: block;
}

.vp-gallery__thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    justify-content: center;
}

.vp-thumb {
    appearance: none;
    border: 2px solid transparent;
    background: #fff;
    padding: 0;
    width: 64px;
    height: 64px;
    cursor: pointer;
    overflow: hidden;
}

.vp-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.vp-thumb:hover {
    border-color: rgba(14, 165, 233, 0.45);
}

.vp-thumb.is-active {
    border-color: #0EA5E9;
}

.vp-gallery__empty {
    color: #6B7280;
    font-weight: 600;
    font-size: 1.1rem;
    margin: auto;
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vp-buy {
    padding: 1.5rem 1.4rem 1.6rem;
}

.vp-buy__kicker {
    margin: 0 0 0.4rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #0EA5E9;
}

.vp-buy h1 {
    margin: 0 0 0.75rem;
    font-size: clamp(1.35rem, 2.5vw, 1.85rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: #0A0A0A;
}

.vp-buy__syn {
    margin: 0 0 1.1rem;
    color: #6B7280;
    font-size: 0.92rem;
}

.vp-buy__code {
    margin: 0 0 1.25rem;
    font-size: 0.85rem;
    color: #6B7280;
}

.vp-buy__code strong {
    color: #0A0A0A;
    font-weight: 700;
}

.vp-price-list {
    margin: 0 0 0.25rem;
    color: #9CA3AF;
    font-size: 1rem;
    text-decoration: line-through;
}

.vp-price-cash {
    margin: 0;
    font-size: clamp(1.6rem, 3vw, 2.1rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #15803D;
}

.vp-price-cash span {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #6B7280;
}

.vp-price-promo {
    margin: 0.45rem 0 0;
    font-size: clamp(1.7rem, 3vw, 2.2rem);
    font-weight: 800;
    color: #DC2626;
}

.vp-price-note {
    margin: 0.5rem 0 0;
    font-size: 0.8rem;
    color: #6B7280;
    font-style: italic;
}

.vp-stock {
    margin: 1.25rem 0;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(10, 10, 10, 0.1);
}

.vp-stock--ok {
    background: #ECFDF5;
    border-color: #A7F3D0;
}

.vp-stock--no {
    background: #FEF2F2;
    border-color: #FECACA;
}

.vp-stock__title {
    margin: 0 0 0.65rem;
    font-weight: 700;
    font-size: 0.95rem;
}

.vp-stock--ok .vp-stock__title { color: #15803D; }
.vp-stock--no .vp-stock__title { color: #DC2626; }

.vp-stock-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.vp-stock-list li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.45rem 0;
    border-top: 1px solid rgba(10, 10, 10, 0.08);
    font-size: 0.88rem;
}

.vp-cta-wa {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.95rem 1rem;
    background: #25D366;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 0.82rem;
    border: 0;
    margin-top: 0.25rem;
}

.vp-cta-wa:hover {
    background: #1EBE5A;
    color: #fff !important;
}

.vp-ship {
    margin-top: 1rem;
    padding: 0.85rem 1rem;
    background: #F8FAFC;
    border: 1px solid rgba(10, 10, 10, 0.08);
    font-size: 0.88rem;
    color: #374151;
}

.vp-specs {
    padding: 1.5rem 1.4rem;
    margin-bottom: 2rem;
}

.vp-specs h2 {
    margin: 0 0 1rem;
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.vp-specs pre {
    margin: 0;
    font-family: inherit;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #1F2937;
    background: transparent;
    border: 0;
    padding: 0;
}

.vp-specs__intro {
    margin: 0 0 1.15rem;
    color: #4B5563;
    font-size: 0.98rem;
    line-height: 1.55;
}

.vp-specs__list {
    margin: 0;
    padding: 0;
}

.vp-specs__row {
    display: grid;
    grid-template-columns: minmax(120px, 220px) 1fr;
    gap: 0.75rem 1.25rem;
    padding: 0.7rem 0;
    border-top: 1px solid rgba(10, 10, 10, 0.08);
    font-size: 0.92rem;
}

.vp-specs__row:first-child {
    border-top: 0;
    padding-top: 0;
}

.vp-specs__row dt {
    margin: 0;
    font-weight: 700;
    color: #0A0A0A;
}

.vp-specs__row dd {
    margin: 0;
    color: #374151;
    line-height: 1.5;
}

.vp-specs__row--text {
    grid-template-columns: 1fr;
}

.vp-specs__plain {
    white-space: pre-wrap;
    word-wrap: break-word;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #1F2937;
}

.vp-specs__empty {
    margin: 0;
    color: #6B7280;
    font-style: italic;
}

@media (max-width: 640px) {
    .vp-specs__row {
        grid-template-columns: 1fr;
        gap: 0.2rem;
    }
}

.vp-related-head {
    border: 0;
    background: transparent;
    margin: 0 0 1.25rem;
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.vp-ribbon {
    position: absolute;
    top: 18px;
    right: -38px;
    background: linear-gradient(135deg, #DC2626, #EF4444);
    color: #fff;
    padding: 0.4rem 2.7rem;
    font-weight: 800;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transform: rotate(45deg);
    z-index: 5;
}

.vp-discount {
    position: absolute;
    top: 0.85rem;
    left: 0.85rem;
    z-index: 5;
    background: #DC2626;
    color: #fff;
    font-weight: 800;
    min-width: 2.7rem;
    height: 2.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}
