
/*  ------  local   ------  */


.ds__page .ds__product-application-item {
    max-width: min-content;
}
.ds__page .ds__product-application-text {
    font-size: 14px;
}


.ds__page .ds__product-media-number {
    width: calc(300 * var(--collectionRatio));
}



body, html { overflow-x: clip !important; } 

.ds__page .ds__compare-item-text {
    font-size: 11px;
}

@media (max-width: 480px) {

        .ds__page .ds__product-media-text {
        font-size: calc(14* var(--collectionRatio));
    }
    .ds__page .ds__product-media-text {
        font-size: calc(12 * var(--collectionRatio));
    }
    .ds__page .ds__product-application-items {
	    flex-direction: column;
	}
	.ds__page .ds__duo-number-primary {
	    flex-direction: column;
	    justify-content: center;
	}
}

@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__product-media-text {
        font-size: calc(22* var(--collectionRatio));
    }
        .ds__page .ds__ingredient-title {
        font-size: 30px;
    }
    .ds__page .ds__product-application-items {
	    flex-direction: column;
	}

}

@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-media-text {
        font-size: calc(20* var(--collectionRatio));
    }
    .ds__page .ds__product-application-text {
	    font-size: 12px;
	}
}
