/* HappyTec — mini carrello Elementor.
 * Asset di componente separato dalla Promo.
 */
.elementor-menu-cart__footer-buttons .elementor-button--checkout,
.elementor-menu-cart__footer-buttons .elementor-button--view-cart + .elementor-button {
  background-color: #3c8f2e !important;
  color: #fff !important;
  font-family: 'Maven Pro', sans-serif !important;
  font-weight: 600 !important;
  text-transform: none !important;
  border-radius: 6px !important;
  padding: 12px 0 !important;
  transition: all .25s ease-in-out !important;
}
.elementor-menu-cart__footer-buttons .elementor-button--checkout:hover,
.elementor-menu-cart__footer-buttons .elementor-button--view-cart + .elementor-button:hover { background-color: #2a6b1f !important; }
.elementor-menu-cart__footer-buttons .elementor-button--view-cart {
  background-color: #2c2c2c !important;
  color: #fff !important;
  font-family: 'Maven Pro', sans-serif !important;
  font-weight: 600 !important;
  text-transform: none !important;
  border-radius: 6px !important;
  padding: 12px 0 !important;
  transition: all .25s ease-in-out !important;
}
.elementor-menu-cart__footer-buttons .elementor-button--view-cart:hover { background-color: #000 !important; }
.elementor-menu-cart__footer-buttons { gap: 10px !important; display: flex !important; flex-direction: column !important; }
.elementor-menu-cart__product-price { color:#000 !important; font-weight:600 !important; font-size:14px !important; opacity:1 !important; }
.elementor-menu-cart__product-quantity { color:#444 !important; font-weight:500 !important; font-size:13px !important; opacity:1 !important; }
.elementor-menu-cart__product-remove { opacity:1 !important; color:#999 !important; font-size:20px !important; transition:all .2s ease-in-out !important; }
.elementor-menu-cart__product-remove:hover { color:#c00 !important; transform:scale(1.15); }
.elementor-menu-cart__product { align-items:center !important; }
.elementor-menu-cart__product-image img { border-radius:6px !important; border:1px solid #eee !important; }
@media (max-width:768px) {
  .elementor-menu-cart__footer { padding-bottom:25px !important; }
  .elementor-menu-cart__footer-buttons { bottom:25px !important; position:relative !important; }
  body.has-floating-buttons .elementor-menu-cart__footer-buttons { bottom:70px !important; }
}
