/*CSS file to be loaded with product page page-9101*/

/*:root {
  --fhd-w: 1920;
  --fhd-h: 1080;
  --root-scale: 1;
}*/


@media screen and (min-width: 1024px) and (max-width: 1366px) {}
/*ipad pro*/
@media screen and (min-width: 320px) and (max-width: 667px) {}
/*iphone*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
/*ipad*/
    /*    :root {
      --fhd-w: 1024 !important;
      --fhd-h: 768 !important;
      --root-scale: 1;
    }*/

    html {
        font-size: 10px;
    }
}

