/* Rimuove le freccette native */
input.qty::-webkit-outer-spin-button,
input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}
input.qty[type=number] {
  -moz-appearance: textfield !important;
}

/* Wrapper quantità */
.custom-quantity-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Input qty */
.custom-quantity-wrapper input.qty {
  width: 60px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  border-radius: 6px;
  border: 1px solid #ccc;
  visibility: visible;
}

/* Bottoni */
.qty-button {
  width: 36px;
  height: 32px;
  font-size: 22px;
  border: none;
  background-color: #f2f2f2;
  cursor: pointer;
  border-radius: 6px;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-quantity-wrapper .qty-button {
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

/* Bottone disattivato */
.qty-button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  background-color: #e0e0e0;
}


/* 🔝 Porta la modale del carrello sopra tutto */
.elementor-element-4a6bed0 {
  z-index: 1 !important;
}

/* Quando la classe viene aggiunta, disattiva lo sticky della barra filtri */
/* Disattiva lo sticky o il fixed forzato quando viene aggiunta la classe */
.elementor-element-4a6bed0.force-static,
.e-filter.force-static {
  position: static !important;
}

.elementor-element-4a6bed0.force-static {
	
	
/* Regola altezza thumbnail da mobile */
@media (max-width: 768px) {
  .product_image_slider__thumbs__image {
    height: 40px; /* o anche 60px se vuoi più compatto */
    padding: 4px;
  }

  .product_image_slider__thumbs__image img {
    max-height: 100%;
  }
}

	@media (max-width: 768px) {
  .product_image_slider__main,
  .product_image_slider__thumbs {
    width: 100% !important;
  }

  .product_image_slider__thumbs {
    order: 2 !important;
    margin-top: 10px;
  }

  .product_image_slider__main {
    order: 1 !important;
  }
		
