/* ===== Product promotion section (admin HTML blocks) ===== */
.product-promotion .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    align-items: stretch;
}

.product-promotion .block {
    min-width: 0;
}

.product-promotion .pp-deal {
    border: 1px solid #e5e5e5;
    background: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
    padding: 1rem;
}

.product-promotion .pp-deal .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.product-promotion .pp-deal .head .title {
    font-size: 16px;
    line-height: 1.18;
    font-weight: 700;
    color: #e02121;
    transform: none;
}

.product-promotion .pp-deal .head .description {
    margin: 0;
}

.product-promotion .pp-deal .head .description p {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-weight: 700;
    color: #fff;
}

.product-promotion .pp-deal .head .description p span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    background: #e02121;
    border-radius: 0.5rem;
    font-size: 16px;
}

.product-promotion .pp-deal .content .banners-list {
    display: grid;
    gap: 1rem;
}

.product-promotion .pp-deal .banner-item {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
}

.product-promotion .pp-deal .banner-image {
    width: 140px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}

.product-promotion .pp-deal .banner-caption {
    font-weight: 700;
    color: #111;
    font-size: 16px;
}

.product-promotion .pp-deal .banner-caption strong {
    color: #e02121;
    font-size: 16px;
}

.product-promotion .pp-deal .foot .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
    line-height: 2;
    border-radius: 999px;
    background: #f7c52f;
    font-weight: 700;
    color: #111;
}
.product-promotion .pp-benefits {
    border: 2px solid var(--header-gold);
    border-radius: .5rem;
    background: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
    padding: .75rem;
}

.product-promotion .pp-benefits .head .title {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: var(--color-gold);
    padding: 0.4rem 0.75rem;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 0.6rem;
}

.product-promotion .pp-benefits .head .title::before {
    content: "🎁";
    font-size: 16px;
    line-height: 1;
}

.product-promotion .pp-benefits .content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-promotion .pp-benefits .content li::before {
    content: "☒";
    margin-right: 0.5rem;
}

@media (max-width: 900px) {
    .product-promotion .container {
        grid-template-columns: 1fr;
        gap: .9rem;
    }

    .product-promotion .pp-deal .head {
        align-items: center;
        justify-content: space-between;
    }

    .product-promotion .pp-deal .banner-item {
        grid-template-columns: 96px minmax(0, 1fr);
        gap: .75rem;
    }

    .product-promotion .pp-deal,
    .product-promotion .pp-benefits {
        padding: .75rem;
    }

    .product-promotion .pp-deal .head .title,
    .product-promotion .pp-benefits .head .title {
        font-size: 16px !important;
    }

    .product-promotion .pp-deal .banner-image {
        width: 96px;
        border-radius: .45rem;
    }

    .product-promotion .pp-deal .banner-caption,
    .product-promotion .pp-benefits .content li {
        font-size: 16px !important;
        line-height: 1.35;
    }

    .product-promotion .pp-deal .banner-caption strong {
        font-size: 16px !important;
    }
}

@media (max-width: 480px) {
    .product-promotion .pp-deal .head {
        flex-direction: column;
        align-items: flex-start;
        gap: .5rem;
    }

    .product-promotion .pp-deal .head .description p span {
        width: 2rem;
        height: 2rem;
        font-size: 16px;
    }

}

.pw-product-summary .product-description {
    height: 230px;
    z-index: 1;
}

.pw-product-summary .product-description__body {
    position: relative;
    border-radius: .5rem;
    background: #fff;
}
.pw-product-summary .product-description__body:has(.is-open) {
    box-shadow: -5px 5px 5px 0px #11111130;
}

.pw-product-summary .product-description .title {
    padding: 0 .5rem;
    line-height: 2;
    border-radius: .5rem .5rem 0 0;
    background: var(--color-gold);
    text-align: center;
    font-weight: 700;
}

.pw-product-summary__deal-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    margin-bottom: .5rem;
}

.pw-product-summary__deal-title {
    font-size: 16px;
    font-weight: 700;
    color: #e02121;
    transform: scaleY(1.8);
    letter-spacing: .5px;
}

.pw-product-summary__deal-timer {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-weight: 700;
    color: #fff;
}

.pw-product-summary__deal-timer span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    background: #e02121;
    border-radius: .5rem;
    font-size: 16px;
}

.pw-product-summary__deal-timer span:nth-child(2n) {
    width: auto;
    height: auto;
    background: transparent;
    color: #e02121;
    font-size: 16px;
}

.pw-product-summary__deal-body {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
}

.pw-product-summary__deal-icons {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
}

.pw-product-summary__deal-card {
    width: 40px;
    height: 88px;
    border-radius: .5rem;
    background: #f9cc1a;
    display: grid;
    place-items: center;
    font-size: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}

.pw-product-summary__deal-card.is-green {
    background: #0d8a61;
    color: #fff;
}

.pw-product-summary__deal-plus {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
    font-weight: 700;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #5dbb5f;
    color: #1e7a35;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: grid;
    place-content: center;
}
.pw-product-summary__deal-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.pw-product-summary__deal-subtitle {
    font-size: 16px;
    font-weight: 700;
    color: #111;
}

.pw-product-summary__deal-discount {
    font-size: 16px;
    font-weight: 700;
    color: #e02121;
}

.pw-product-summary__deal-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0rem 2rem;
    line-height: 2;
    border-radius: 999px;
    background: #f7c52f;
    font-weight: 700;
}

@media (max-width: 900px) {

    .pw-product-summary__deal-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .pw-product-summary__deal-body {
        grid-template-columns: minmax(0, 1fr);
    }

}
