.elementor-1971 .elementor-element.elementor-element-ed26bc4{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:20px 20px;--row-gap:20px;--column-gap:20px;overflow:visible;}.elementor-1971 .elementor-element.elementor-element-fae4043{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}.elementor-1971 .elementor-element.elementor-element-4c2d797{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}.elementor-widget-woocommerce-product-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1971 .elementor-element.elementor-element-f8b1765 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:30px;font-weight:600;color:#000000;}.elementor-1971 .elementor-element.elementor-element-224b23e > .elementor-widget-container{margin:-35px 0px 0px 0px;padding:0px 0px 0px 0px;}.woocommerce .elementor-widget-woocommerce-product-price .price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-1971 .elementor-element.elementor-element-be61491 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.woocommerce .elementor-1971 .elementor-element.elementor-element-be61491 .price{color:#0091FF;font-family:"Roboto", Sans-serif;font-size:25px;font-weight:600;}body:not(.rtl) .elementor-1971 .elementor-element.elementor-element-be61491:not(.elementor-product-price-block-yes) del{margin-right:0px;}body.rtl .elementor-1971 .elementor-element.elementor-element-be61491:not(.elementor-product-price-block-yes) del{margin-left:0px;}.elementor-1971 .elementor-element.elementor-element-be61491.elementor-product-price-block-yes del{margin-bottom:0px;}.elementor-1971 .elementor-element.elementor-element-c2933f3 > .elementor-widget-container{margin:-50px 0px 0px 0px;}.elementor-1971 .elementor-element.elementor-element-12466b8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}.elementor-1971 .elementor-element.elementor-element-41eaf06{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}.elementor-1971 .elementor-element.elementor-element-428e67f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}@media(min-width:768px){.elementor-1971 .elementor-element.elementor-element-fae4043{--width:60%;}.elementor-1971 .elementor-element.elementor-element-4c2d797{--width:50%;}}/* Start custom CSS for woocommerce-product-images, class: .elementor-element-12763b5 *//* =========================================
   WooCommerce Product Gallery - GENYX
   Thumbnails left, main image right
   Fixed equal image height/width
========================================= */

.woocommerce-product-gallery {
    display: grid !important;
    grid-template-columns: 100px minmax(0, 1fr) !important;
    gap: 22px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    align-items: start !important;
    box-sizing: border-box !important;
}

/* ================================
   MAIN IMAGE AREA
================================ */

/* Main image viewport - fixed size */
.woocommerce-product-gallery .flex-viewport {
    grid-column: 2 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    height: 540px !important;
    min-height: 540px !important;
    max-height: 540px !important;

    background: #fff !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

/*
IMPORTANT:
Do not force width on .woocommerce-product-gallery__wrapper.
FlexSlider needs its inline width/transform.
Only height is fixed here.
*/
.woocommerce-product-gallery__wrapper {
    height: 540px !important;
    background: transparent !important;
    border-radius: 22px !important;
}

/* Each slide */
.woocommerce-product-gallery__image {
     height: 540px !important;
    min-height: 540px !important;
    max-height: 540px !important;
    
    background: #fff !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    text-align: center !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Image anchor wrapper */
.woocommerce-product-gallery__image a {
    width: 100% !important;
    height: 100% !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Main product image */
.woocommerce-product-gallery__image img {
    width: 100% !important;
    height: 100% !important;

    /*
       For apartment / hotel photos use: cover
       For bottle/product images use: contain
    */
    object-fit: cover !important;

    object-position: center center !important;
    border-radius: 22px !important;
    display: block !important;
    background: #fff !important;
}

/* ================================
   THUMBNAIL COLUMN
================================ */

.woocommerce-product-gallery .flex-control-thumbs {
    grid-column: 1 !important;
    grid-row: 1 !important;

    width: 100px !important;
    min-width: 100px !important;
    max-width: 100px !important;

    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;

    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;

    overflow: visible !important;
    box-sizing: border-box !important;
}

/* Thumbnail item */
.woocommerce-product-gallery .flex-control-thumbs li {
    width: 100px !important;
    height: 100px !important;
    min-width: 100px !important;
    max-width: 100px !important;

    flex: 0 0 100px !important;
    float: none !important;

    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;

    border: 1px solid #0d2b46 !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    background: #030812 !important;
    box-sizing: border-box !important;
}

/* Thumbnail image */
.woocommerce-product-gallery .flex-control-thumbs img {
    width: 100% !important;
    height: 100% !important;

    object-fit: cover !important;
    object-position: center center !important;

    opacity: 1 !important;
    display: block !important;
    border-radius: 10px !important;
}

/* Active thumbnail */
.woocommerce-product-gallery .flex-control-thumbs img.flex-active {
    border: 2px solid #00a8ff !important;
    border-radius: 10px !important;
}

/* Hide zoom icon */
.woocommerce-product-gallery__trigger {
    display: none !important;
}

/* Sale badge position fix */
.woocommerce span.onsale,
.woocommerce-product-gallery ~ .onsale,
.product .onsale {
    z-index: 5 !important;
}

/* ================================
   LAPTOP
================================ */

@media (max-width: 1200px) {
    .woocommerce-product-gallery {
        grid-template-columns: 80px minmax(0, 1fr) !important;
        gap: 16px !important;
    }

    .woocommerce-product-gallery .flex-viewport {
       height: 480px !important;
    min-height: 480px !important;
    max-height: 480px !important;
    }

    .woocommerce-product-gallery__wrapper {
         height: 480px !important;
    }

    .woocommerce-product-gallery__image {
       height: 480px !important;
    min-height: 480px !important;
    max-height: 480px !important;
    }

    .woocommerce-product-gallery .flex-control-thumbs {
        width: 80px !important;
        min-width: 80px !important;
        max-width: 80px !important;
        gap: 10px !important;
    }

    .woocommerce-product-gallery .flex-control-thumbs li {
        width: 80px !important;
        height: 80px !important;
        min-width: 80px !important;
        max-width: 80px !important;
        flex: 0 0 80px !important;
    }
}

/* ================================
   MOBILE
================================ */

@media (max-width: 767px) {
    .woocommerce-product-gallery {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }

    .woocommerce-product-gallery .flex-viewport {
        width: 100% !important;
        max-width: 100% !important;

        height: 340px !important;
        min-height: 340px !important;
        max-height: 340px !important;

        border-radius: 16px !important;
    }

    .woocommerce-product-gallery__wrapper {
        height: 340px !important;
        border-radius: 16px !important;
    }

    .woocommerce-product-gallery__image {
         height: 340px !important;
        min-height: 340px !important;
        max-height: 340px !important;

        border-radius: 16px !important;
    }

    .woocommerce-product-gallery__image a {
        width: 100% !important;
        height: 100% !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .woocommerce-product-gallery__image img {
        width: 100% !important;
        height: 100% !important;

        /*
           For apartment / hotel photos use: cover
           For product bottle images use: contain
        */
        object-fit: cover !important;

        object-position: center center !important;
        border-radius: 16px !important;
        display: block !important;
        background: #fff !important;
    }

    .woocommerce-product-gallery .flex-control-thumbs {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        display: flex !important;
        flex-direction: row !important;
        gap: 10px !important;

        margin-top: 12px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;

        padding: 0 0 6px 0 !important;
        -webkit-overflow-scrolling: touch !important;
    }

    .woocommerce-product-gallery .flex-control-thumbs li {
        width: 72px !important;
        min-width: 72px !important;
        max-width: 72px !important;
        height: 72px !important;
        flex: 0 0 72px !important;
    }
}/* End custom CSS */