.sun-header {
    min-height: 660px;
}

.sun-routine__reviews {
    min-height: 20px;
}

*[data-product="body-care"] .sun-hero__ingredient span {
    width: 81px;
}

@media (min-width: 1024px){
    .dp-faq__row {
        max-width: 500px;
    }
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (-webkit-min-device-pixel-ratio: 2) {

}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {

}

@media (orientation: portrait) {

}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .sun-routine .slick-dots {
        display: none;
    }

    #section_AFTER-SUN .sun-routine .slick-track {
        width: 560px !important;
        display: flex;
        justify-content: center;
    }

    #section_AFTER-SUN .sun-routine__product{
        width: max-content !important;
    }
}

@media (max-width: 761px) {

}

/*iPhone 11, 12, 13, 13 Min, and 13 Pro Max*/
@media (max-width: 480px) {
    *[data-product="body-care"] .sun-hero__ingredient span {
        width: 68px;
    }
}