.elementor-kit-3049{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#222222;--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;}.elementor-kit-3049 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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 *//* === WooCommerce Product Image Swap on Hover === */

/* Ensure the product link wrapper is positioned */
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  position: relative;
  display: block;
  overflow: hidden;
}

/* Main (featured) product image */
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link img.wp-post-image {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}

/* Secondary (first gallery) image */
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link img.secondary-image {
  position: absolute;
  inset: 0; /* shorthand for top:0; right:0; bottom:0; left:0; */
  width: 100%;
  height: 100%;
  object-fit: cover; /* keeps proportions */
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 2;
  pointer-events: none; /* avoid blocking clicks */
}

/* Hover state: fade out base image, fade in gallery image */
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link:hover img.wp-post-image {
  opacity: 0;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link:hover img.secondary-image {
  opacity: 1;
}

/* Optional: maintain consistent aspect ratio for product thumbnails */
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  aspect-ratio: 1/1; /* adjust to match your thumbnail ratio */
}

img.secondary-image {
    background: #fff;
}

.wcbd-card-img-link img {
    width: 60px !important;
}/* End custom CSS */