.elementor-3232 .elementor-element.elementor-element-acc1569{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:40px;--padding-bottom:40px;--padding-left:20px;--padding-right:20px;}.elementor-3232 .elementor-element.elementor-element-31007ee{background-color:#EFEFEF;padding:15px 15px 15px 15px;}.elementor-3232 .elementor-element.elementor-element-31007ee a{color:#EE3435;}.elementor-3232 .elementor-element.elementor-element-31007ee a:hover, .elementor-3232 .elementor-element.elementor-element-31007ee a:focus{color:var( --e-global-color-332724a );}.elementor-3232 .elementor-element.elementor-element-357dd353{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-42196982 *//* ===== Wholesale Order Form Styling (Force Brand Red #EE3435) ===== */

/* Buttons */
.woocommerce button,
.woocommerce .button,
.woocommerce a.button,
button,
input[type="submit"] {
  background: #EE3435 !important;
  border-color: #EE3435 !important;
  color: #ffffff !important;
}

/* Button Hover */
.woocommerce button:hover,
.woocommerce .button:hover,
.woocommerce a.button:hover,
button:hover,
input[type="submit"]:hover {
  background: #d62c2d !important;
  border-color: #d62c2d !important;
}

/* Links inside the form */
.woocommerce form a,
.woocommerce a {
  color: #EE3435 !important;
}

.woocommerce form a:hover,
.woocommerce a:hover {
  color: #d62c2d !important;
}

/* Input focus (removes blue outline) */
input:focus,
select:focus,
textarea:focus {
  border-color: #EE3435 !important;
  box-shadow: 0 0 0 2px rgba(238, 52, 53, 0.2) !important;
  outline: none !important;
}/* End custom CSS */