html,
body,
#__next {
  /* min-height: 100%; */
  background-color: transparent;
}

#__next,
.min-height-100dvh {
  height: 100dvh;
  max-height: -webkit-fill-available;
}
/* .min-height-100dvh {
  overflow: hidden;
}

:root {
  --swiper-navigation-color: '#fff !important';
  --swiper-pagination-color: '#fff !important';
}

.swiper-button-prev:after,
.swiper-button-next:after {
  color: #ccc;
} */

.product-description {
  word-break: break-word;
}

.product-description iframe {
  width: 100% !important;
  max-width: 800px;
  /* height: auto !important; */
}

.payment-form .pay-button {
  width: 100% !important;
}

