.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-569fcb3:#A75E5C;--e-global-color-c897da9:#F6F1E5;--e-global-color-2c71099:#54525A;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.custom-add-to-cart {
  display: flex;
  flex-direction: column;
  align-items: flex-end; /* quantità a destra */
  gap: 20px;
  margin-top: 20px;
  font-family: "Moret", serif;
}

/* Contenitore quantità */
.quantity-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  width: 100%;
}

/* Pulsanti + e - */
.quantity-wrapper button {
  background: #A75E5C;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  font-size: 22px;
  font-weight: bold;
  font-family: "Moret", serif;
  cursor: pointer;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
}

.quantity-wrapper button:hover {
  background: #F6F1E5;
  color: #A75E5C;
  border: 2px solid #A75E5C;
}

/* Input quantità */
.quantity-wrapper .qty {
  width: 55px;
  height: 42px;
  text-align: center;
  border: none;
  border-radius: 0;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  background: transparent;
  font-family: "Moret", serif;
  -moz-appearance: textfield; /* Firefox */
}

/* Rimuove le frecce dai campi number */
.quantity-wrapper .qty::-webkit-outer-spin-button,
.quantity-wrapper .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-wrapper .qty[type=number] {
  -moz-appearance: textfield;
}

/* Bottone aggiungi al carrello */
.single_add_to_cart_button {
  background: #A75E5C;
  color: #fff;
  padding: 16px 40px;
  border-radius: 28px;
  font-size: 20px;
  font-weight: 800;
  font-family: "Moret", serif;
  cursor: pointer;
  border: none;
  width: 100%;
  max-width: 540px;
  text-align: center;
  transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
}

.single_add_to_cart_button:hover {
  background: #F6F1E5;
  color: #A75E5C;
  border: 2px solid #A75E5C;
}/* End custom CSS */