/*  ------  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 .ds__bloc-collection {
background: linear-gradient(289.12deg, #DBA467 -2.26%, #DC903B 49.03%, #9E4D16 106.31%, #240600 163.64%) !important;
}



/* --- ------------------------------------------------------ --- */
/* 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;
}
.ds__page .ds__duo-number-primary .ds__duo-number-text {
    font-size: 15px;
}
}

/* 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;
}
.ds__page .ds__duo-number-primary .ds__duo-number-text {
    font-size: 22px;
}

}

/* 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;
}
.ds__page .ds__duo-number-primary .ds__duo-number-text {
    font-size: 24px;
}
}