body, html { overflow-x: clip !important; }
.full-height {
    height: 100%;
    min-height: 160px !important;
}

/* 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) {
    .full-height {
    height: 100%;
    min-height: 175px !important;
}
}

@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {}
@media (max-width: 480px) {
    .precious-collection-gamme, .precious-collection-gamme__wrapper, .precious-collection-gamme__item {
        overflow-y: clip !important;
        /* overflow-y: hidden !important; */
        /* min-height: 0; */
    }
    .precious-collection-gamme__item {
        overflow-x: clip !important;
    }
    .precious-collection-gamme__name {
        min-height: 30px;
    }
    .full-height {
    height: 100%;
    min-height: 180px !important;
}
}