/* Detalle producto — plantilla impresos / evento / diseño */

.content_all.pd-diseno-page {
    overflow: visible;
}

.pd-diseno-gallery__main {
    border: none;
    border-radius: 0;
    min-height: 480px;
}

.pd-diseno-qty-field {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.pd-diseno-qty-field .pd-v2-field__label {
    margin-bottom: 0;
}

.pd-diseno-subtotal-wrap {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 1.5rem 0;
    flex-wrap: wrap;
}

.pd-diseno-subtotal__label {
    font-size: 1rem;
    letter-spacing: 0.03em;
    color: #020202;
}

.pd-diseno-subtotal-wrap .pd-v2-subtotal {
    margin: 0;
}

.pd-diseno-subtotal__note {
    flex: 1 1 220px;
    margin: 0;
    font-size: 0.75rem;
    color: #666;
    max-width: 220px;
}

.pd-diseno-help {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    max-width: 100%;
    margin: 0 0 1.25rem;
    padding: 0.7rem 1.35rem;
    border-radius: 999px;
    background: #ededed;
    color: #020202;
    text-decoration: none;
    font-size: 0.95rem;
    line-height: 1.25;
    transition: background 0.15s ease, color 0.15s ease;
}

.pd-diseno-help:hover {
    background: #e2e2e2;
    color: #020202;
}

.pd-diseno-help strong {
    margin-left: 0.2rem;
}

.pd-diseno-info .pd-v2-cta {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pd-diseno-promo {
    max-width: 1440px;
    margin: 2.5rem auto 1rem;
    padding: 0 1.5rem 2.5rem;
}

.pd-diseno-promo__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    align-items: stretch;
    min-height: 220px;
    overflow: hidden;
    background: #1e4f8a;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.pd-diseno-promo__copy {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    gap: 0.45rem 0.55rem;
    margin: 0;
    padding: 2rem 2.25rem;
    color: #fff;
    font-size: clamp(1.55rem, 2.6vw, 2.35rem);
    line-height: 1.15;
}

.pd-diseno-promo__mark {
    display: inline-block;
    margin: 0;
    padding: 0.12rem 0.45rem;
    background: #f28c28;
    color: #fff;
}

.pd-diseno-promo__visual {
    position: relative;
    min-height: 220px;
    background: #d9e6f5;
}

.pd-diseno-promo__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 991px) {
    .pd-diseno-gallery__main {
        min-height: 360px;
    }

    .pd-diseno-info .pd-v2-cta {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }

    .pd-diseno-promo__inner {
        grid-template-columns: 1fr;
    }

    .pd-diseno-promo__visual {
        min-height: 180px;
    }
}
