.elementor-kit-9023{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;font-family:"Montserrat", Sans-serif;}.elementor-kit-9023 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9023 h1{font-family:"Montserrat", Sans-serif;}.elementor-kit-9023 h2{font-family:"Montserrat", Sans-serif;}.elementor-kit-9023 h3{font-family:"Montserrat", Sans-serif;}.elementor-kit-9023 h4{font-family:"Montserrat", Sans-serif;}.elementor-kit-9023 h6{font-family:"Montserrat", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Target the product image container */
.woocommerce ul.products li.product a img {
  transition: opacity 0.3s ease-in-out;
}

/* WooCommerce automatically loads the gallery image as a 'secondary' image in some themes */
.woocommerce ul.products li.product a img.attachment-woocommerce_thumbnail + img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 2;
}

/* On hover, hide the featured image and show the gallery image */
.woocommerce ul.products li.product:hover a img.attachment-woocommerce_thumbnail {
  opacity: 0;
}

.woocommerce ul.products li.product:hover a img.attachment-woocommerce_thumbnail + img {
  opacity: 1;
}

.elementor-widget-woocommerce-product-short-description ul {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0;
}


.product-title .first-word,
.woocommerce-loop-product__title .first-word {
  font-weight: bold;
  display: block;
  font-size: 35px; /* desktop size */
  line-height: 1.2;
}

.product-title,
.woocommerce-loop-product__title {
  font-size: 35px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .product-title,
  .woocommerce-loop-product__title,
  .product-title .first-word,
  .woocommerce-loop-product__title .first-word {
    font-size: 28px; /* tablet */
  }
}

@media (max-width: 768px) {
  .product-title,
  .woocommerce-loop-product__title,
  .product-title .first-word,
  .woocommerce-loop-product__title .first-word {
    font-size: 24px; /* mobile */
  }
}/* End custom CSS */