/**
 * Motta Theme Styles
 * 
 * This file contains custom styles for the Motta theme.
 */

/**
 * Store tabs
 */
.wcfm-store-about {
  display: none;
}

/**
 * Swiper Styles
 */
.swiper.wcfm-store-gallery {
  margin-bottom: 30px;
  overflow: hidden;
  /* --swiper-pagination-bullet-size: 16px;
  --swiper-pagination-bullet-width: 16px;
  --swiper-pagination-bullet-height: 16px;  */
}

.swiper.wcfm-store-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.swiper.wcfm-store-gallery .swiper-pagination {
  margin: 40px auto 10px;
}

.swiper.wcfm-store-gallery .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.8);
  width: 12px;
  height: 12px;
}

.swiper.wcfm-store-gallery .swiper-pagination-bullets .swiper-pagination-bullet:hover,
.swiper.wcfm-store-gallery .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #ec341d;
}