iframe#YMK-module-iframe {
  border-radius: 16px;
}

img.product-data.selected {
  border: 4px solid #003595;
  border-radius: 120px;
  width: 90px;
  height: 90px;
  object-fit: cover;
}

img.product-data {
  width: 91px;
  height: 91px;
  object-fit: cover;
}

img.product-selected {
  width: 79.5px;
  height: 79.5px;
  object-fit: cover;
}

.colors-selection-btn {
  color: #fff;
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  border-radius: 100px;
  background: #960;
  display: flex;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

@media (max-width: 1023px) {
  div#YMK-module div:first-child {
    width: auto !important;
    height: auto !important;
  }
  img.product-data {
    width: 80px;
    height: 80px;
  }
  img.product-data.selected {
    border: 3.2px solid #003595;
    width: 79px;
    height: 79px;
  }
}

@media (max-width: 565px) {
  iframe#YMK-module-iframe {
    width: 360px !important;
    height: 448px !important;
  }
  div#YMK-module div:first-child {
    width: auto !important;
    height: auto !important;
  }
  img.product-data {
    width: 53px;
    height: 53px;
  }
  img.product-data.selected {
    border: 2px solid #003595;
    width: 52px;
    height: 52px;
  }
}
