
/* Mobile */
@media (max-width: 480px) {}

/* Tablet Portrait */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    [data-tracking="Sun_body"] .sun-routine__wrapper {
        width: 834px !important;
        margin: 0 auto !important;
    }
    [data-tracking="Sun_body"] .sun-routine__product {
        width: 243px !important;
    }
}

/* Tablet Landscape */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    [data-tracking="Sun_body"] .sun-routine__product {
        width: 243px !important;
    }
}

/* DEV FIX */

@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 {
        padding-left: 100px;
    }
    .sun > section:nth-child(5) > div:nth-child(3) > div:nth-child(2) {
         padding-left: 0px;
    }
}