/* Longevity-2026 - local CSS*/
.longevity-2026-popin__product-text {
    width: 94%;
}
.longevity-2026-popin__product-results>li {
    font-size: 14px;
}
/* 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) {
}
/* 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) {
    .longevity-2026-popin__product-results>li>strong {
        font-size: 27px;
    }
}
/* mobile */
@media (max-width: 480px) {
    .longevity-2026-popin__product-results>li {
        font-size: 10px;
    }
}