.elementor-kit-211{--e-global-color-primary:#333333;--e-global-color-secondary:#272727;--e-global-color-text:#3D3D3D;--e-global-color-accent:#61CE70;--e-global-color-fae8da0:#4CAF50;--e-global-color-e30a03f:#1F3A5F;--e-global-color-44b59d2:#020202;--e-global-color-9ce2731:#494949;--e-global-color-1504dda:#FFFFFF;--e-global-color-0a1346c:#F3F5F8;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-9ce2731 );font-family:"Nunito Sans", Sans-serif;font-size:16px;}.elementor-kit-211 e-page-transition{background-color:#FFBC7D;}.elementor-kit-211 a{color:var( --e-global-color-fae8da0 );}.elementor-kit-211 h1{color:var( --e-global-color-44b59d2 );font-family:"Sora", Sans-serif;font-size:48px;font-weight:600;}.elementor-kit-211 h2{color:var( --e-global-color-44b59d2 );font-family:"Sora", Sans-serif;font-size:35px;font-weight:600;}.elementor-kit-211 h3{color:var( --e-global-color-44b59d2 );font-family:"Sora", Sans-serif;font-size:25px;font-weight:500;}.elementor-kit-211 h4{color:var( --e-global-color-44b59d2 );font-family:"Sora", Sans-serif;font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-211 h1{font-size:35px;}.elementor-kit-211 h2{font-size:27px;}.elementor-kit-211 h3{font-size:22px;}.elementor-kit-211 h4{font-size:17px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-211{font-size:15px;}.elementor-kit-211 h1{font-size:35px;}.elementor-kit-211 h2{font-size:25px;}.elementor-kit-211 h3{font-size:20px;}.elementor-kit-211 h4{font-size:17px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.product-card {
  background: #f5f5f5;
  padding: 15px;
  border-radius: 0px;
  text-align: center;
}

.product-image-wrap {
  position: relative;
  overflow: hidden;
}

.sale-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #d32f2f;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  z-index: 5;
  margin: 0;
}
.sale-badge:empty { display: none; }

.hover-add-cart {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 5;
}
.hover-add-cart a {
  display: block;
  width: 100%;
  background: #2e5339;
  color: #fff;
  padding: 13px;
  text-align: center;
  font-weight: 600;
}
.product-image-wrap:hover .hover-add-cart {
  opacity: 1;
  visibility: visible;
}

.product-title { color: #1D1D1E; font-weight: 700; }
.product-price { color: #2e5339; font-weight: 700; }/* End custom CSS */