/* ---------------------------------------------------------------------------------------------------------- */
.ds9__product[data-item="1"] .ds9__cta.ds9__product-cta {
   max-width: 131px;
   width: 100%;
}
.ds9__page .ds9__compare-item-texture {
      min-height: 183px;
  }

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
   .ds9__page .ds9__product[data-item="2"] .ds9__product-media-number {
         left: calc(52% + ( 224 * var(--collectionRatio)));
   }
   .ds9__page .ds9__compare-title {
         font-size: 33px;
   }
}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
   .ds9__page .ds9__product[data-item="2"]  .ds9__product-media-number {
         left: calc(50% +  ( 234 * var(--collectionRatio)));
   }
   .ds9__page .ds9__compare-title {
         font-size: 43px;
   }
}

/*iPhone 6/7/8/plus, XR, 11, X, 12 and 11.*/
@media (max-width: 480px) {
   .ds9__page .ds9__product[data-item="2"]  .ds9__product-media-number {
         left: calc(50% +  ( 137 * var(--collectionRatio)));
   }
   .ds9__page .ds9__product-media-text {
         font-size: calc( 15 * var(--collectionRatio));
   }
}
