.elementor-1434 .elementor-element.elementor-element-12e61e2b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1434 .elementor-element.elementor-element-1ecfe532{text-align:center;}.elementor-1434 .elementor-element.elementor-element-1ecfe532 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:70px;font-weight:600;text-transform:none;font-style:normal;text-decoration:none;line-height:1em;letter-spacing:0px;color:#000000;}.elementor-1434 .elementor-element.elementor-element-65dc4a0b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:200px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1434 .elementor-element.elementor-element-65dc4a0b{--content-width:1366px;}}@media(max-width:1024px){.elementor-1434 .elementor-element.elementor-element-1ecfe532 .elementor-heading-title{font-size:65px;}}@media(max-width:767px){.elementor-1434 .elementor-element.elementor-element-1ecfe532 .elementor-heading-title{font-size:48px;line-height:1em;}}/* Start custom CSS for shortcode, class: .elementor-element-7ecc679c *//* =========================
   WooCommerce: NAME/PRICE black + Button yellow/black + NO HOVER
   ========================= */

/* Product name (shop loop + single product) */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
.woocommerce div.product .product_title {
  color: #000 !important;
  font-weight: 900 !important;
  letter-spacing: 0.2px !important;
}

/* Product pricing (shop loop + single product) */
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.woocommerce div.product .summary .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #000 !important;
  font-weight: 900 !important;
}

/* Add to basket / add to cart buttons */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.add_to_cart_button,
.woocommerce button.single_add_to_cart_button,
.woocommerce a.single_add_to_cart_button {
  background: #ffd200 !important;
  color: #000 !important;
  border: 0 !important;
  border-radius: 14px !important;
  font-weight: 900 !important;
  letter-spacing: 0.2px !important;
  box-shadow: none !important;
  transform: none !important;
  filter: none !important;
  transition: none !important;
}

/* Remove ALL hover effects for the same buttons */
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.add_to_cart_button:hover,
.woocommerce button.single_add_to_cart_button:hover,
.woocommerce a.single_add_to_cart_button:hover,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active {
  background: #ffd200 !important;
  color: #000 !important;
  border: 0 !important;
  box-shadow: none !important;
  transform: none !important;
  filter: none !important;
  transition: none !important;
  text-decoration: none !important;
}/* End custom CSS */