.carousel-single-product-continer {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}

.carousel-single-product-wrapper {
  height: fit-content;
  margin: 0 auto !important;
  overflow: hidden;
	width: 1264px;
}

@media (max-width: 1446px) {
	.carousel-single-product-wrapper {
		width: 944px;
	}
}

@media (max-width: 1126px) {
	.carousel-single-product-wrapper {
		width: 624px;
	}
}

@media (max-width: 656px) {
	.carousel-single-product-wrapper {
		width: 304px;
	}
}

/*.carousel-single-product-wrapper {
  width: calc(100% - 150px);
  height: fit-content;
  margin: 0 auto;
  overflow: hidden;
}*/

.carousel-single-product.swiper-container {
  width: 100%;
  height: 100%;
	cursor: grab;
}

.carousel-single-product .swiper-wrapper {
  max-width: 1504px;
  margin: 0 10px 0 0 !important;
}

/*.carousel-single-product .swiper-wrapper {
	max-width: 1400px;
  margin: 0 10px 0 0 !important;
}*/

.carousel-single-product .swiper-slide {
  display: flex;
  justify-content: center;
  min-width: 304px !important;
  /*aspect-ratio: 1 / 1.5856;*/
  padding: 1rem;
  box-sizing: border-box;
  border-radius: 1rem;
  background-color: #ebebeb;
	min-height: 30.125rem !important;
}

/*.carousel-single-product .swiper-slide {
  display: flex;
  justify-content: center;
	max-width: 288px;
  aspect-ratio: 1 / 1.5856;
  padding: 1rem;
  box-sizing: border-box;
  border-radius: 1rem;
  background-color: #ebebeb;
}*/

.swiper-button-lock {
  display: block;
}

.swiper-button-next, .swiper-button-prev {
  color: #f1c040;
  background-color: unset;
  padding: 10px;
  border-radius: 5px;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  padding: 10px;
  border-radius: 5px;
  background-color: #f1c040;
  color: #000;
}

.swiper-pagination {
  position: relative;
	margin-top: 1.5rem;
}

.swiper-pagination-bullet {
  margin: 0 5px !important;
  padding: 2.5px;
  background: #036 !important;
}

/* Nascondi i pulsanti di navigazione su schermi piccoli */
@media (max-width: 784px) {
	.swiper-button-next, .swiper-button-prev {
		display: none;
	}
}

.swiper-item-img .yith-wcwl-add-to-wishlist-button-anchor-wrapper {
  position: absolute;
  top: 1rem;
}

.carousel-single-product-wrapper .wc-block-grid__product-onsale {
  position: absolute;
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(10px);
  background-color: rgba(241, 191, 64, 0.65);
  color: #039 !important;
  white-space: nowrap;
  transform: rotate(20deg);
}

.carousel-single-product-wrapper .wc-block-grid__product-onsale span {
  background-color: transparent;
}

.wc-block-components-product-image {
  flex-grow: inherit !important;
}

.product-title-link a {
  color: #fff;
  text-decoration: none;
  width: 80%;
  padding: 0.5rem 0;
  transform: translate(-50%, 0);
  border-radius: 5px;
  backdrop-filter: blur(10px);
  background-color: rgba(53, 53, 53, 0.4);
  text-align: center;
  bottom: 36%;
  position: absolute;
  left: 50%;
}

.product-text {
	margin-top: 1rem !important;
}

.swiper-item .button-single-product-link {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.179), 1rem) !important;
  font-weight: 600;
  text-decoration: none !important;
  color: #036 !important;
  border-radius: 0.5rem;
  background-color: #f1c040;
  text-align: center;
  width: fit-content;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 0.5rem;
  border: 1px solid #f1c040;
  box-sizing: border-box;
	transition: 0.5s;
}

.swiper-item .button-single-product-link:hover {
	color: #f1c040 !important;
  background-color: #036;
  
}

.swiper-slide .wp-block-woocommerce-product-price {
  background-color: #fff;
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  width: fit-content;
  padding: 0 0.5rem !important;
  height: calc(2.5rem - 2px);
  line-height: calc(2.5rem - 2px);
  border: #000 solid 1px;
  border-radius: 0.5rem;
}

.from-price {
  font-weight: 300;
}

.woocommerce-Price-amount.amount {
  color: #036;
  font-weight: 600;
}

.woocommerce-Price-currencySymbol {
  top: -.25rem;
  font-size: 0.65rem;
  position: relative;
}

