.elementor-220 .elementor-element.elementor-element-ac4f896{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-220 .elementor-element.elementor-element-427e6e1{--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;}.elementor-220 .elementor-element.elementor-element-d4f8659{--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;}.elementor-220 .elementor-element.elementor-element-44f7c14 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:30px;}.woocommerce .elementor-220 .elementor-element.elementor-element-57bfce3 .price{color:var( --e-global-color-8667ece );font-family:"Poppins", Sans-serif;line-height:20px;}.woocommerce .elementor-220 .elementor-element.elementor-element-0398ee4 .woocommerce-product-details__short-description{font-family:"Poppins", Sans-serif;}.elementor-220 .elementor-element.elementor-element-0962d5e .cart button, .elementor-220 .elementor-element.elementor-element-0962d5e .cart .button{font-family:"Poppins", Sans-serif;color:var( --e-global-color-eddf919 );background-color:var( --e-global-color-8667ece );transition:all 0.2s;}.elementor-220 .elementor-element.elementor-element-0962d5e .quantity .qty{transition:all 0.2s;}@media(min-width:768px){.elementor-220 .elementor-element.elementor-element-427e6e1{--width:50%;}.elementor-220 .elementor-element.elementor-element-d4f8659{--width:50%;}}/* Start custom CSS for woocommerce-product-add-to-cart, class: .elementor-element-0962d5e *//* Import the Poppins font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* Apply the font family globally */
body {
  font-family: 'Poppins', sans-serif;
}

/* Example for different font weights */
h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 900; /* Boldest */
}

h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
}

h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400; /* Regular */
}

p {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}

small {
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
}

strong {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

em {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.single_add_to_cart_button.button.alt {
  margin-top: -95px;
}/* End custom CSS */