/*  ------  local   ------  */
.ds__page .ds__product-media-number {
    width: calc(296 * var(--collectionRatio));
}
/* 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) {
    .ds__page .ds__product-application-days {
        font-size: 58px;
    }
    .ds__page .ds__product-media-value {
        font-size: calc(71 * var(--collectionRatio));
    }
    .ds__page .ds__product[data-item="2"] .ds__product-media-number {
        left: calc(50% + (250 * var(--collectionRatio)));
    }
}
/* 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) {
    .ds__page .ds__header-content {
        width: calc(397 * var(--headerRatio));
    }
    .ds__page .ds__product-name {
        font-size: 28px;
    }
    .ds__page .ds__product-application-days {
        font-size: 41px;
    }
    .ds__page .ds__product-application-text {
        font-size: 14px;
    }
    .ds__page .ds__product-media-value {
        font-size: calc(68 * var(--collectionRatio));
    }
    .ds__page .ds__product[data-item="2"] .ds__product-media-number {
        left: calc(52% + (249 * var(--collectionRatio)));
    }
    }
/* mobile */
@media (max-width: 480px) {
    .ds__page .ds__product-media-number {
        width: calc(224 * var(--collectionRatio));
    }
    .ds__page .ds__duo-number-primary .ds__duo-number-value {
        font-size: 51px;
    }
    .ds__page .ds__compare-item-text {
        font-size: 12px;
    }
}
