.elementor-kit-37208{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-23ff810:#CEA05F;--e-global-color-f33f253:#FFFFFF;--e-global-color-ff880b0:#000000;--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-37208 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1290px;}.e-con{--container-max-width:1290px;--container-default-padding-top:0px;--container-default-padding-right:15px;--container-default-padding-bottom:0px;--container-default-padding-left:15px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}.sc_layouts_title_caption{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;--container-default-padding-top:0px;--container-default-padding-right:10px;--container-default-padding-bottom:0px;--container-default-padding-left:10px;}}/* Start custom CSS *//* Allow overlay to escape image wrapper */
.woocommerce ul.products li.product,
.woocommerce ul.products li.product .elementor-product-image {
    position: relative;
    overflow: visible !important;
}

/* Overlay container */
.jp-hover-overlay {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 99; /* THIS fixes icon visibility */
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    transition: all 0.25s ease;
}

/* Show on hover */
.woocommerce ul.products li.product:hover .jp-hover-overlay {
    opacity: 1;
}

/* Icon buttons */
.jp-hover-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #e1a36a;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    z-index: 100;
}

/* Ensure icon itself is above everything */
.jp-hover-icon i {
    position: relative;
    z-index: 101;
}

/* Mobile: always visible */
@media (max-width: 767px) {
    .jp-hover-overlay {
        opacity: 1;
    }
}/* End custom CSS */