<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.swiper-container .product-item {
  display: flex;
  justify-content: center;
  text-align: center;
}

.swiper-pagination.swiper-pagination {
  bottom: 0px;
}

@media only screen and (max-width: 640px) {
  .swiper-button-next {
    visibility: hidden;
  }

  .swiper-button-prev {
    visibility: hidden;
  }
}
</pre></body></html>