.elementor-kit-3538{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-92069a2:#FEF9F4;--e-global-color-a86528b:#F47B68;--e-global-color-b0fa929:#FEF9F4;--e-global-color-7b1bcf9:#000000;--e-global-color-eb5cef2:#FFFFFF;--e-global-color-a9abe5a:#F5C74D;--e-global-color-e9441de:#534745;--e-global-color-679b1e9:#02010100;--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:"Playfair Display";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Playfair Display";}.elementor-kit-3538 e-page-transition{background-color:#FFBC7D;}.elementor-kit-3538 h1{font-family:"Playfair Display";}.elementor-kit-3538 h2{font-family:"Playfair Display";}.elementor-kit-3538 h3{font-family:"Playfair Display";}.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 */'products/* Hover image switch for WooCommerce product thumbnails */
.woocommerce ul.products li.product a img {
  transition: opacity 0.3s ease;
  position: relative;
  z-index: 1;
}

.woocommerce ul.products li.product a img.secondary-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.3s ease;
}

/* On hover: hide first, show second */
.woocommerce ul.products li.product:hover a img.secondary-image {
  opacity: 1;
}

.woocommerce ul.products li.product:hover a img:first-child {
  opacity: 0;
}/* End custom CSS */