﻿
[data-section="topBenefits"] {
    padding-bottom: 80px;
}

.ld-smash-sales-benefits {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 10px;
}

    .ld-smash-sales-benefits > div {
        max-width: 50%;
    }

    .ld-smash-sales-benefits > div:first-of-type h3 {
        color: #ffaa00;
        margin-bottom: 30px;
    }

    .ld-smash-sales-benefits > div:first-of-type ol {
        max-width: 700px;
        padding: 30px;
        background: #f6f6f6;
        list-style: none;
        text-align: left;
        border-radius: 10px;
    }

        .ld-smash-sales-benefits > div:first-of-type ol li {
            padding: 5px;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-items: flex-start;
            gap: 15px;
        }

        .ld-smash-sales-benefits > div:first-of-type ol span {
            width: 24px;
            height: 24px;
            line-height: 1;
            display: flex;
            color: white;
            background: #ffaa00;
            text-align: center;
            border-radius: 50%;
            flex-shrink: 0;
            align-items: center;
            justify-content: center;
        }

    .ld-smash-sales-benefits > div:last-of-type {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 30px;
    }

        .ld-smash-sales-benefits > div:last-of-type img {
            width: 90vw;
            max-width: calc(150px + 35vh);
            border-radius: 10px;
        }

[data-section="topBenefits"] .ld-smash-sales-sub-text > h3 {
    font-weight: normal;
}

@media all and (max-height: 950px) {
    .ld-smash-sales-benefits > div:last-of-type img {
        max-width: calc(150px + 32vh);
    }
}

@media all and (max-height: 850px) {

    .ld-smash-sales-benefits > div:last-of-type img {
        max-width: calc(150px + 30vh);
    }

    .ld-smash-sales-benefits > div:last-of-type {
        gap: 5px;
    }
}

@media all and (max-height: 750px) {
    .ld-smash-sales-benefits > div:last-of-type img {
        max-width: calc(150px + 25vh);
    }
    .ld-smash-sales-benefits > div:first-of-type ol {
        padding: 5px;
    }

    .ld-smash-sales-benefits {
        gap: 5px;
    }
}


@media all and (max-width: 900px) {
    .ld-smash-sales-benefits > div:first-of-type ol {
        padding: 5px;
    }
}

@media all and (max-width: 800px) {
    .ld-smash-sales-benefits > div:last-of-type img {
        max-width: calc(50vw - 30px);
    }
}

@media all and (max-width: 700px) {
    .ld-smash-sales-benefits {
        flex-direction: column;
    }

        .ld-smash-sales-benefits > div {
            width: 100%;
            max-width: initial;
        }

        .ld-smash-sales-benefits > div:last-of-type {
            flex-direction: row;
            justify-content: center;
        }

            .ld-smash-sales-benefits > div:last-of-type img {
                max-width: initial;
                width: calc(50% - 15px);
                min-width: 150px;
            }

            .ld-smash-sales-benefits > div:first-of-type ol {
                margin-bottom: 30px;
            }
}

@media all and (max-width: 500px) {
    .ld-smash-sales-benefits {
        padding-top: 30px;
    }

    .ld-smash-sales-benefits > div:last-of-type {
        flex-direction: column;
        max-width: initial;
        align-items: center;
    }

        .ld-smash-sales-benefits > div:last-of-type img {
            width: calc(100vw - 30px);
        }
}