.elementor .e-a958edb{width:50%;flex-direction:column;}.elementor .e-f74df1d{width:50%;flex-direction:column;}.elementor .e-81e6f1d{flex-direction:row;/* 1. Force the Add to Cart Button Styling */
body.woocommerce div.product form.cart .button.single_add_to_cart_button,
body.theme-hello-elementor .elementor-widget-woocommerce-product-add-to-cart .button {
  background-color: #111 !important;
  color: #fff !important;
  padding: 12px 30px !important;
  border-radius: 4px !important;
  font-weight: 600 !important;
  border: none !important;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

/* 2. Force the Hover State */
body.woocommerce div.product form.cart .button.single_add_to_cart_button:hover,
body.theme-hello-elementor .elementor-widget-woocommerce-product-add-to-cart .button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15) !important;
  background-color: #333 !important;
}

/* 3. Force the Quantity Input Styling */
body.woocommerce .quantity .qty,
body.theme-hello-elementor .woocommerce .quantity .qty {
  border: 1px solid #e1e1e1 !important;
  border-radius: 4px !important;
  padding: 12px 10px !important;
  background-color: #fafafa !important;
  width: 70px !important;
  text-align: center !important;
}

/* 4. Force Quantity Focus State */
body.woocommerce .quantity .qty:focus,
body.theme-hello-elementor .woocommerce .quantity .qty:focus {
  outline: none !important;
  border-color: #111 !important;
  box-shadow: 0 0 0 2px rgba(17, 17, 17, 0.1) !important;
  background-color: #fff !important;
}\n}