/*  ------  local   ------  */

body, html {
    overflow-x: clip !important;
}
body, html {
    overflow: unset;
}
.ds__page .ds__product-media-text {
    font-size: calc( 21 * var(--collectionRatio));
}
.h-show-for-large{
    display: block;
}

.ds__page .ds__legende {
    font-size: 9px;
}
.ds__page [data-item-id="9"] .ds__sets-body .swiper-pagination {
    display: block;
}
.ds__page [data-item-id="9"] .ds__sets-products .swiper-wrapper {
    justify-content: unset;
}
.ds__page .ds__testimony {
    align-items: center;
    justify-content: center;
}

/* --- ------------------------------------------------------ --- */
/* Mobile */
@media (max-width: 480px) {
.ds__page .ds__ingredient-title {
    font-size: 28px !important;
}
.ds__page .ds__product-media-text {
    font-size: calc( 13 * var(--collectionRatio)) !important;
}

.ds__page .ds__duo-number-primary .ds__duo-number-value {
    font-size: 50px;
}
.ds__page .ds__product-application-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10% !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) {
    .h-show-for-large{
    display: none;
}
.ds__page .ds__product-application-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10% !important;
}

}

/* 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) {
    .h-show-for-large{
    display: none;
}
}