<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sun-routine__price, .sun-routine__reviews {
    min-height: 20px;
}

.sun-header {
    min-height: 660px;
}

*[data-product="body-care"] .sun-hero__ingredient span {
    width: 36%;
}

@media (orientation: portrait) {
    [data-tracking="Sun_face"] .sun-routine__price, 
    [data-tracking="Sun_face"] .sun-routine__reviews {
        height: 33px;
    }
}

@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__wrapper .slick-dots {
        display: none;
    }

    [data-product="face-care"] .sun-hero__ingredient {
        bottom: 30px;
    }

    #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;
    }

    .sun-push__content {
        padding-left: 30px;
    }
}

/*iPhone 11, 12, 13, 13 Min, and 13 Pro Max*/
@media (max-width: 480px) {

}</pre></body></html>