/* input(25,33): run-time error CSS1046: Expect comma, found '0'
input(25,37): run-time error CSS1046: Expect comma, found '/'
input(25,62): run-time error CSS1046: Expect comma, found '0'
input(25,66): run-time error CSS1046: Expect comma, found '/' */
.html-product-details-page{
  max-width: 1200px;
}
.product-detail-page.popup-pdp{
  padding: 20px;
  max-width: 1200px;
}
@media (max-width: 768px) {
}
.fancybox-slide--iframe .fancybox-content {
  width  : 800px;
  height : 600px;
  max-width  : 80%;
  max-height : 80%;
  margin: 0;
}
.pdp-popup-title-mobile.hide-for-medium {
  top: 20px;
  left: 0;
  width: 100%;
  padding: 10px 0 14px 16px;
  font-size: 18px;
  font-weight: 600;
  background-color: #fff;
  box-shadow: 0px 2px 3px rgb(0 0 0 / 5%), 0px 0px 0px rgb(0 0 0 / 25%);
  position: sticky;
  top: 0px;
  z-index: 1;
  font-family: "open sans", sans-serif;
}
