/* LOCAL CSS UPDATES */


.must-haves-2025-popin__text-18 {
    max-width: 400px !important;
}

div.must-haves-2025-popin__wrapper:nth-child(2) > div:nth-child(3) > div:nth-child(4) > p:nth-child(3) {
    font-size: 12px;
    max-width: 420px;
    line-height: 16px;
}

.finder-pushs__text {
    font-size: 13px !important;
}


 @media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    .must-haves-2025-popin__text-18 {
        max-width: 400px;
    }
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .must-haves-2025-popin__text-18 {
        font-size: 12px !important;
        max-width: 372px !important;
        line-height: 20px !important;
    }
    div.must-haves-2025-popin__wrapper:nth-child(2) > div:nth-child(3) > div:nth-child(4) > p:nth-child(3) {
        font-size: 11px !important;
        max-width: 372px !important;
        line-height: 16px !important;
    }
    .must-haves-2025-popin__text-22 {
        font-size: 16px !important;
        max-width: 360px !important;
    }
    .finder-home {
        padding-left: 35%;
    }

}

@media (max-width: 480px) {
    .must-haves-2025-popin__text-18 {
        font-size: 14px !important;
    }
    .finder-btn {
        font-size: 11px !important;
    }
}

