@media (min-width: 1250px) {
    .service-tile__title {
        max-height: unset;
        min-height: 42px;
    }
}

.service-tile__description {
    max-height: unset;
    min-height: 49px;
}

/* sans Tablet (Portrait) */
@media (max-width: 900px) {
    .service-tile__title {
        max-height: unset;
        min-height: 42px;
    }

    .service-tile__description {
        max-height: unset;
        min-height: 60px;
    }
}

/* 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) {
    .hydra-collection-popin__header .hydra-collection-popin__arrow{
        display: none !important;
    }
}



/*iPhone 11, 12, 13, 13 Min, and 13 Pro Max*/
@media (max-width: 480px) {
    .tns-item .product-tile:not(.add-to-bag-product-tile), .tns-item .service-tile {
        border-left: 1px solid #d3ccc8 !important;
    }

    .service-tile__body {
        height: 200px;
    }

    .service-tile__title {
        max-height: unset;
        min-height: 60px;
    }

    .service-tile__description {
        max-height: unset;
        min-height: 80px;
    }

    .service-tile__description p {
        overflow: hidden;
    }

    .hydra-collection-popin__product strong {
        min-height: 70px;
    }

    .hydra-collection-popin__expand-slide {
        min-height: 124px !important;
    }

    .tns-nav {
        display: none !important;
    }
}