@charset "utf-8";

#pdp-mobile-carousel { margin: 20px 0px 5px; }

.pdp-mobile-carousel-item img { width: 100%; height: auto; border-radius: 10px; }

.pdp-mobile-carousel-navigation { width: 10%; height: auto; display: flex; justify-content: space-between; margin: 0px auto; }

.pdp-mobile-carousel-prev, .pdp-mobile-carousel-next { background: none; border: none; font-size: 24px; cursor: pointer; }

.pdp-mobile-carousel-prev:hover, .pdp-mobile-carousel-next:hover { color: rgb(85, 85, 85); }

.custom-pdp-mobile-carousel .owl-dots { display: none !important; }