.mazza-products {
  position: relative;
  width: 80%;
  margin: auto;
}
.mazza-products .swiper {
  width: 100%;
  padding: 20px 0 36px;
}
.mazza-products .swiper .swiper-slide {
  height: auto;
}
.mazza-products .swiper .swiper-pagination {
  bottom: -5px !important;
}
.mazza-products .swiper .swiper-pagination .swiper-pagination-bullet {
  background: #5b5b5b !important;
  width: 8px;
  height: 8px;
}
.mazza-products .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #0351a1 !important;
}
.mazza-products .mazza-prod-carousel-swiper-button-next,
.mazza-products .mazza-prod-carousel-swiper-button-prev {
  position: absolute;
  top: 50%;
  cursor: pointer;
}
.mazza-products .mazza-prod-carousel-swiper-button-next i,
.mazza-products .mazza-prod-carousel-swiper-button-prev i {
  font-size: 24px;
  font-weight: 600;
  color: #0351a1;
}
.mazza-products .mazza-prod-carousel-swiper-button-next {
  right: -15px;
  transform: translate(100%, -50%);
}
.mazza-products .mazza-prod-carousel-swiper-button-prev {
  left: -15px;
  transform: translate(-100%, -50%);
}
.mazza-products .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mazza-products .swiper-slide .product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  height: 100%;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1882352941);
  border-radius: 5px;
  background-color: #FFF;
  text-align: center;
}
.mazza-products .swiper-slide .product .product-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.mazza-products .swiper-slide .product .product-image img {
  max-width: 100%;
  height: auto;
  box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, 0.1294117647);
}
.mazza-products .swiper-slide .product .product-name {
  color: #333;
  font-size: 14px;
}
.mazza-products .swiper-slide .product .product-price {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  color: #0351a1;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  gap: 10px;
}
.mazza-products .swiper-slide .product .product-price del {
  color: #888;
  font-size: 15px;
  font-weight: 400;
}
.mazza-products .swiper-slide .product .product-price ins {
  text-decoration: none;
}
.mazza-products .swiper-slide .product .wholesale-price {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 14px;
  line-height: 1;
  margin: 10px;
  color: red;
}
.mazza-products .swiper-slide .product .quantity {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 10px 0;
}
.mazza-products .swiper-slide .product .quantity .minus,
.mazza-products .swiper-slide .product .quantity .plus {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 8px;
  border: 0.5px solid #00CD00;
  background: #FFF;
  color: #00CD00;
  font-size: 16px;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease;
  width: 28px;
}
.mazza-products .swiper-slide .product .quantity .minus.minus,
.mazza-products .swiper-slide .product .quantity .plus.minus {
  border-radius: 50px 0 0 50px;
  border-right: none;
}
.mazza-products .swiper-slide .product .quantity .minus.plus,
.mazza-products .swiper-slide .product .quantity .plus.plus {
  border-radius: 0 50px 50px 0;
  border-left: none;
}
.mazza-products .swiper-slide .product .quantity .minus:hover,
.mazza-products .swiper-slide .product .quantity .plus:hover {
  background: #009a00;
  border-color: #009a00;
  color: #fff;
}
.mazza-products .swiper-slide .product .quantity .minus:active,
.mazza-products .swiper-slide .product .quantity .plus:active {
  background: #006700;
  border-color: #006700;
  color: #fff;
}
.mazza-products .swiper-slide .product .quantity input {
  width: 38px;
  padding: 0;
  border: 0.5px solid #00CD00;
  border-radius: 0;
  border-right: none !important;
  border-left: none !important;
  text-align: center;
  outline: none;
}
.mazza-products .swiper-slide .product .quantity input::-webkit-inner-spin-button, .mazza-products .swiper-slide .product .quantity input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.mazza-products .swiper-slide .product .add-to-cart {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 8px 45px;
  border: none;
  border-radius: 50px;
  background-color: #00CD00;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
}
.mazza-products .swiper-slide .product .add-to-cart:hover {
  background: #009a00;
}
.mazza-products .mazza-carousel-loader-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5294117647);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
}
.mazza-products .mazza-carousel-loader-wrapper.show {
  opacity: 1;
  pointer-events: initial;
}
.mazza-products .mazza-carousel-loader-wrapper .mazza-carousel-loader {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.mazza-products .mazza-carousel-loader-wrapper .mazza-carousel-loader:after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin: 8px;
  border-radius: 50%;
  border: 3px solid #fff;
  border-color: #fff #fff transparent transparent;
  animation: spin 0.5s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 1300px) {
  .mazza-products {
    width: 100%;
  }
  .mazza-products .mazza-prod-carousel-swiper-button-next,
  .mazza-products .mazza-prod-carousel-swiper-button-prev {
    display: block;
  }
  .mazza-products .mazza-prod-carousel-swiper-button-next {
    right: -30px;
  }
  .mazza-products .mazza-prod-carousel-swiper-button-prev {
    left: -30px;
  }
}@media (max-width: 639px) {
  .mazza-products {
    width: calc(100% - 70px); /* deixa espaço pras setas dos lados */
  }
  .mazza-products .swiper {
    overflow: hidden;
  }
  .mazza-products .swiper-slide,
  .mazza-products .swiper-slide .product {
    min-width: 0;
    width: 100%;
  }
  .mazza-products .swiper-slide .product {
    padding: 12px 8px;
  }
  .mazza-products .swiper-slide .product .add-to-cart {
    padding: 8px 18px;
    font-size: 14px;
  }
  .mazza-products .swiper-slide .product .product-name {
    font-size: 13px;
  }
  .mazza-products .swiper-slide .product .product-price {
    font-size: 15px;
  }
}