.elementor-kit-8{--e-global-color-primary:#DAB46A;--e-global-color-secondary:#182A3B;--e-global-color-text:#04111D;--e-global-color-accent:#1D3951;--e-global-color-bdb953e:#152639;--e-global-color-6b08b68:#93D5F8;--e-global-color-8444152:#FDFDF9;--e-global-color-cbae3bb:#FFFFFF;--e-global-color-1d8f062:#FDFDFD;--e-global-color-6a22407:#FFFFFF00;--e-global-color-5ba8c92:#15263973;--e-global-typography-primary-font-family:"Assistant";--e-global-typography-primary-font-size:60px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:1.1em;--e-global-typography-secondary-font-family:"Assistant";--e-global-typography-secondary-font-size:70px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Assistant";--e-global-typography-text-font-size:19px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Assistant";--e-global-typography-accent-font-size:19px;--e-global-typography-accent-font-weight:600;--e-global-typography-ea11ec8-font-family:"Assistant";--e-global-typography-ea11ec8-font-size:22px;--e-global-typography-ea11ec8-font-weight:400;--e-global-typography-1de5100-font-family:"Assistant";--e-global-typography-1de5100-font-size:40px;--e-global-typography-1de5100-font-weight:300;--e-global-typography-1de5100-line-height:1.1em;--e-global-typography-87e29a3-font-family:"Assistant";--e-global-typography-87e29a3-font-size:29px;--e-global-typography-87e29a3-font-weight:400;--e-global-typography-87e29a3-line-height:1.1em;--e-global-typography-ca41216-font-family:"Assistant";--e-global-typography-ca41216-font-size:25px;--e-global-typography-ca41216-font-weight:500;--e-global-typography-ca41216-line-height:1.2em;background-color:var( --e-global-color-1d8f062 );}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:var( --e-global-color-text );}.elementor-kit-8 a:hover{color:var( --e-global-color-secondary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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:1366px){.elementor-kit-8{--e-global-typography-primary-font-size:55px;--e-global-typography-primary-line-height:1.1em;--e-global-typography-secondary-font-size:55px;--e-global-typography-1de5100-font-size:35px;--e-global-typography-1de5100-line-height:1.1em;--e-global-typography-87e29a3-font-size:28px;--e-global-typography-87e29a3-line-height:1.1em;--e-global-typography-ca41216-font-size:23px;}}@media(max-width:1024px){.elementor-kit-8{--e-global-typography-primary-font-size:43px;--e-global-typography-primary-line-height:1.1em;--e-global-typography-secondary-font-size:50px;--e-global-typography-1de5100-font-size:27px;--e-global-typography-1de5100-line-height:1.1em;--e-global-typography-87e29a3-font-size:25px;--e-global-typography-ca41216-font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{--e-global-typography-primary-font-size:31px;--e-global-typography-primary-line-height:1.1em;--e-global-typography-secondary-font-size:35px;--e-global-typography-text-font-size:18px;--e-global-typography-accent-font-size:18px;--e-global-typography-ea11ec8-font-size:19px;--e-global-typography-1de5100-font-size:25px;--e-global-typography-1de5100-line-height:1.1em;--e-global-typography-87e29a3-font-size:19px;--e-global-typography-87e29a3-line-height:1.4em;--e-global-typography-ca41216-font-size:22px;--e-global-typography-ca41216-line-height:1.4em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* הגדרת מעטפת הקונטיינר */
.product-img-wrapper {
    position: relative;
    display: block; /* מבטיח שהקונטיינר יתנהג כבלוק */
    overflow: hidden;
    line-height: 0; /* מונע רווחים מיותרים בתחתית התמונה */
}

/* הגדרת התמונה הראשונה - היא זו שקובעת את הגובה של האזור */
.main-product-img {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: opacity 0.5s ease-in-out !important;
}

/* הגדרת התמונה השנייה - יושבת בדיוק מעל הראשונה */
.hover-product-img {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* מבטיח שהתמונה תתפרס יפה גם אם הפרופורציות מעט שונות */
    opacity: 0;
    transition: opacity 0.5s ease-in-out !important;
    z-index: 2;
}

/* אפקט המעבר */
.product-img-wrapper:hover .main-product-img {
    opacity: 0;
}

.product-img-wrapper:hover .hover-product-img {
    opacity: 1;
}/* End custom CSS */