﻿

.ld-smash-sales-hard-work {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: 100%;
    padding: 15px !important;
}


.ld-smash-sales-hard-work-section {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-self: center;
    justify-content: center;
    align-items: center;
    max-width: calc(calc(100% - 30px) / 3);
}

    .ld-smash-sales-hard-work-section div {
        width: calc(100% - 170px);
        background: #f6f6f6;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        gap: 15px;
        border-radius: 0 10px 10px 0;
        padding: 30px 15px;
        justify-content: center;
        min-height: 120px;
        position: relative;
    }

        .ld-smash-sales-hard-work-section div:before {
            content: '';
            position: absolute;
            width: 25%;
            height: 100%;
            left: -25%;
            top: 0;
            background: #f6f6f6;
        }

    .ld-smash-sales-hard-work-section:nth-child(2n+1) div:before,
    .ld-smash-sales-hard-work-section:nth-child(2n+1) div {
        background: #fef8f0;
    }

    .ld-smash-sales-hard-work-section img {
        width: 250px;
        z-index: 10;
    }

.ld-smash-sales-who-we-are-vision {
    display: flex;
    align-items: stretch;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 30px;
}

    .ld-smash-sales-who-we-are-vision > div {
        max-width: 500px;
    }

    .ld-smash-sales-who-we-are-vision > div {
        background: #ebf6fb;
        padding: 15px;
        border-radius: 10px;
    }

        .ld-smash-sales-who-we-are-vision > div:last-of-type {
            background: #eefbec;
        }


        .ld-smash-sales-who-we-are-vision > div h3 {
            color: #1F9DD2;
            margin-bottom: 15px;
        }

        .ld-smash-sales-who-we-are-vision > div:last-of-type h3 {
            color: #00B050;
        }


[data-section="whyDoAllTheWorkYourself"] .ld-smash-sales-section,
[data-section="whyDoAllTheWorkYourself"] .ld-smash-sales-section-pf-center-f1 {
    max-width: 1600px;
}


[data-section="whyDoAllTheWorkYourself"] {
    padding-bottom: 80px;
}

#whyDoAllTheWorkYourselfCarousel {
    padding-top: 20px;
}

@media all and (max-width: 1400px) {
    .ld-smash-sales-hard-work {
        gap: 5px;
    }

    .ld-smash-sales-hard-work-section img {
        width: calc(50px + 10vw);
        max-width: 250px;
    }

    .ld-smash-sales-hard-work-section div {
        width: calc(100% - 140px);
    }
}


@media all and (max-width: 1100px) {
    /*.ld-smash-sales-hard-work-section img {
        width: calc(50px + 5vw);
    }*/

    .ld-smash-sales-hard-work-section div {
        width: calc(100% - 100px);
        padding: 10px;
    }
}

@media all and (max-width: 900px) {

    .ld-smash-sales-hard-work-section {
        max-width: calc(calc(100% - 10px) / 2);
    }

}


@media all and (max-width: 1000px) {
    .ld-smash-sales-hard-work-section img {
        width: calc(50px + 10vw);
    }

    .ld-smash-sales-hard-work-section {
        max-width: calc(50% - 10px);
    }

    .ld-smash-sales-hard-work-section div {
        padding: 15px;
    }

    #whyDoAllTheWorkYourselfCarousel-track {
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .ld-smash-sales-who-we-are-vision {
        flex-direction: column;
        align-items: center;
    }

    .ld-smash-sales-hard-work {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
}

@media all and (max-width: 650px) {
    .ld-smash-sales-hard-work {
        flex-direction: column;
        flex-wrap: wrap;
        gap: 30px;
    }
    
    .ld-smash-sales-hard-work-section {
        max-width: 95%;
    }

    .ld-smash-sales-hard-work-section div {
    }

        .ld-smash-sales-hard-work-section img {
            width: calc(100px + 20vh);
            max-width: 40vw;
        }
}


