/*  ------  local   ------  */
body, html { overflow-x: clip !important; }
.ds__page {
    top: -20px;
}
.ds__page .ds__product-priceperunit, .ds__page .ds__bloc-sets {
    display: none;
}
.ds__page .ds__testimony {
    align-items: center !important;
}
.ds__page .swiper-slide {
    align-items: center;
}
@media screen and (min-width:769px){
    .ds__page .ds__testimony-location { font-size: 10px; line-height: 1.45em;}
}

@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .ds__page .ds__ingredient-title {
        font-size: 30px;
    }
    .ds__page .ds__product-application-item {
        max-width: 140px;
    }
    .ds__page .ds__product[data-item="4"] .ds__product-media-number {
        left: calc(50% + (250 * var(--collectionRatio)));
    }
    .ds__page .ds__testimony-left {
        width: 158px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .ds__page .ds__testimony-right {
        width: calc(100% - 218px);
    }

}
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .ds__page .ds__product[data-item="4"] .ds__product-media-number {
        left: calc(50% + (250 * var(--collectionRatio)));
    }
    .ds__page .ds__product-application-item {
        max-width: 160px;
    }
}
@media (max-width: 480px) {
    .ds__page .ds__product[data-item="1"] .ds__product-media-number {
        width: calc(230 * var(--collectionRatio));
    }
    .ds__page .ds__product-application-item {
        max-width: 140px;
    }
}