.elementor-853 .elementor-element.elementor-element-34101712{--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;--overflow:hidden;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-853 .elementor-element.elementor-element-34101712:not(.elementor-motion-effects-element-type-background), .elementor-853 .elementor-element.elementor-element-34101712 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FAF8F5;}.elementor-853 .elementor-element.elementor-element-67aaa00{--display:flex;}.woocommerce .elementor-853 .elementor-element.elementor-element-1b3114d9 .woocommerce-product-gallery__trigger + .woocommerce-product-gallery__wrapper,
					.woocommerce .elementor-853 .elementor-element.elementor-element-1b3114d9 .flex-viewport{border-radius:4px 4px 4px 4px;}.woocommerce .elementor-853 .elementor-element.elementor-element-1b3114d9 .flex-viewport:not(:last-child){margin-bottom:10px;}.woocommerce .elementor-853 .elementor-element.elementor-element-1b3114d9 .flex-control-thumbs img{border-radius:4px 4px 4px 4px;}.woocommerce .elementor-853 .elementor-element.elementor-element-1b3114d9 .flex-control-thumbs li{padding-right:calc(10px / 2);padding-left:calc(10px / 2);padding-bottom:10px;}.woocommerce .elementor-853 .elementor-element.elementor-element-1b3114d9 .flex-control-thumbs{margin-right:calc(-10px / 2);margin-left:calc(-10px / 2);}.elementor-853 .elementor-element.elementor-element-767f300a{--display:flex;}.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 );}.elementor-853 .elementor-element.elementor-element-594a4be9{margin:50px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-853 .elementor-element.elementor-element-594a4be9 .elementor-heading-title{font-family:"Cormorant Garamond", Sans-serif;font-size:30px;font-weight:bold;color:var( --e-global-color-primary );}.woocommerce .elementor-widget-woocommerce-product-price .price{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.woocommerce .elementor-853 .elementor-element.elementor-element-6c07b54 .price{color:#000000;font-family:"Manrope", Sans-serif;font-size:20px;font-weight:500;}.elementor-widget-woocommerce-product-add-to-cart .added_to_cart{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-853 .elementor-element.elementor-element-3834ca30 .cart button, .elementor-853 .elementor-element.elementor-element-3834ca30 .cart .button{transition:all 0.2s;}.elementor-853 .elementor-element.elementor-element-3834ca30 .quantity .qty{transition:all 0.2s;}.elementor-853 .elementor-element.elementor-element-600ac6b2{--display:flex;}.elementor-853 .elementor-element.elementor-element-600ac6b2:not(.elementor-motion-effects-element-type-background), .elementor-853 .elementor-element.elementor-element-600ac6b2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FAF8F5;}.elementor-853 .elementor-element.elementor-element-65657fbe{--display:flex;}.woocommerce .elementor-853 .elementor-element.elementor-element-366524b9 .woocommerce-Tabs-panel{color:#1A1A1A;}.woocommerce .elementor-853 .elementor-element.elementor-element-366524b9 .woocommerce-tabs .woocommerce-Tabs-panel{font-family:"Manrope", Sans-serif;font-size:14px;}@media(max-width:767px){.elementor-853 .elementor-element.elementor-element-594a4be9{margin:-60px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for woocommerce-product-images, class: .elementor-element-1b3114d9 *//* JANETIQ PRODUCT IMAGE - ANTI STRETCH */

.single-product .woocommerce-product-gallery,
.single-product .woocommerce-product-gallery__wrapper,
.single-product .woocommerce-product-gallery__image {
    height: auto !important;
    min-height: 0 !important;
}

.single-product .woocommerce-product-gallery img {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    object-fit: contain !important;
    aspect-ratio: auto !important;
    display: block;
}


.woocommerce .elementor-widget-woocommerce-product-images span.onsale {
    position: absolute !important;
    top: 20px !important;
    left: 10px !important;
    right: auto !important;
    background: #76AF4F !important;
    border-radius: 2px !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    min-height: 0 !important;
    padding: 5px 8px !important;
}



.wlfmc-icon-heart-light-2-o:before,
.wlfmc-icon-heart-regular-2-o:before,
.wlfmc-icon-heart-solid-2-o:before {
    content: "\e872";
    color: rgb(255, 255, 255);
    background: #000;
    padding: 10px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.3s ease;
}

/* Hover Effect */
.wlfmc-icon-heart-light-2-o:hover:before,
.wlfmc-icon-heart-regular-2-o:hover:before,
.wlfmc-icon-heart-solid-2-o:hover:before {
    color: #000;
    background: #fff;
    transform: scale(1.1);
    
}

/*without promo*/
.wlfmc-icon-heart-regular-2:before {
    content: "\e873";
    color: #fff;
    background: #000;
    padding: 10px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.3s ease;
}

/* Hover */
.wlfmc-icon-heart-regular-2:hover:before {
    color: #000;
    background: #fff;
    transform: scale(1.1);
   
}


/*single product image*//* End custom CSS */
/* Start custom CSS for woocommerce-product-add-to-cart, class: .elementor-element-3834ca30 */.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    line-height: 2em;
    vertical-align: top;
    font-size: 18px !important;
}



/* =========================================
   JANETIQ - ADD TO CART BUTTON
   ========================================= */

.single_add_to_cart_button.button {
    background: #000000 !important;
    color: #ffffff !important;

    border: 1px solid #000000 !important;
    border-radius: 4px !important;

    padding: 14px 28px !important;

    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;

    transition: all 0.3s ease !important;
}


/* Hover */
.single_add_to_cart_button.button:hover {
    background: #ffffff !important;
    color: #000000 !important;

    border-color: #000000 !important;

    transform: translateY(-2px);

    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}


/* Active / Click */
.single_add_to_cart_button.button:active {
    transform: translateY(0);
    box-shadow: none;
}


/* Disabled state */
.single_add_to_cart_button.button.disabled,
.single_add_to_cart_button.button.wc-variation-selection-needed {
    background: #e5e5e5 !important;
    color: #888888 !important;
    border-color: #e5e5e5 !important;
    cursor: not-allowed !important;
    transform: none !important;
    box-shadow: none !important;
}


 /* =========================================
    JANETIQ - BUY NOW BUTTON
    ========================================= */

.wsb-button.js-wsb-add-to-cart {
    background: #76AF4F !important;
    color: #ffffff !important;

    border: 1px solid #76AF4F !important;
    border-radius: 4px !important;

    padding: 15px 30px !important;

    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 0.6px !important;

    transition: all 0.35s ease !important;

    cursor: pointer;
}


/* Hover */
.wsb-button.js-wsb-add-to-cart:hover {
    background: #000000 !important;
    color: #ffffff !important;

    border-color: #000000 !important;

    transform: translateY(-2px);

    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}


/* Click */
.wsb-button.js-wsb-add-to-cart:active {
    transform: translateY(0);
    box-shadow: none;
}


/*sticky add to cart*/


/* =========================================================
   JANETIQ - MOBILE STICKY ADD TO CART
   ========================================================= */

/* Sticky button is hidden by default */
.janetiq-sticky-cart {
    display: none;
}


/* =========================================================
   MOBILE ONLY
   ========================================================= */

@media (max-width: 767px) {

    /* Sticky bar */
    .janetiq-sticky-cart {
        position: fixed;

        left: 0;
        right: 0;
        bottom: 0;

        width: 100%;

        padding: 10px 12px;

        background: rgba(255, 255, 255, 0.96);

        border-top: 1px solid #e5e5e5;

        box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.12);

        z-index: 999999;

        display: flex;

        transform: translateY(110%);

        opacity: 0;

        pointer-events: none;

        transition:
            transform 0.35s ease,
            opacity 0.35s ease;

        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }


    /* Show sticky button */
    .janetiq-sticky-cart.is-visible {
        transform: translateY(0);

        opacity: 1;

        pointer-events: auto;
    }


    /* Sticky Add To Cart button */
    .janetiq-sticky-cart .single_add_to_cart_button {
        width: 100% !important;

        margin: 0 !important;

        min-height: 50px;

        background: #000000 !important;

        color: #ffffff !important;

        border: 1px solid #000000 !important;

        border-radius: 4px !important;

        padding: 14px 20px !important;

        font-size: 15px !important;

        font-weight: 600 !important;

        letter-spacing: 0.5px !important;

        transition: all 0.3s ease !important;
    }


    /* Hover */
    .janetiq-sticky-cart
    .single_add_to_cart_button:not(.disabled):hover {

        background: #ffffff !important;

        color: #000000 !important;

        border-color: #000000 !important;

        transform: translateY(-1px);

        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    }


    /* Disabled */
    .janetiq-sticky-cart
    .single_add_to_cart_button.disabled,
    
    .janetiq-sticky-cart
    .single_add_to_cart_button.wc-variation-selection-needed {

        background: #e5e5e5 !important;

        color: #888888 !important;

        border-color: #e5e5e5 !important;

        cursor: not-allowed !important;

        transform: none !important;

        box-shadow: none !important;
    }


    /* Prevent sticky bar covering page content */
    body {
        padding-bottom: 0;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-34101712 */.wlfmc-icon-heart-light-2-o:before,
.wlfmc-icon-heart-regular-2-o:before,
.wlfmc-icon-heart-solid-2-o:before {
    content: "\e872";
    color: rgb(255, 255, 255);
    background: #000;
    padding: 10px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.3s ease;
}

/* Hover Effect */
.wlfmc-icon-heart-light-2-o:hover:before,
.wlfmc-icon-heart-regular-2-o:hover:before,
.wlfmc-icon-heart-solid-2-o:hover:before {
    color: #000;
    background: #fff;
    transform: scale(1.1);
    
}




.woocommerce .elementor-widget-woocommerce-product-images span.onsale {
    padding: 0;
    margin-top: 70px;
}
.woocommerce .elementor-widget-woocommerce-product-images span.onsale {
    position: absolute !important;
    top: 20px !important;
    left: 10px !important;
    right: auto !important;
    background: #8E1B4F;
    border-radius: 2px !important;
    font-size: 13px !important;
     line-height: 1.2 !important;
   min-height: 0 !important;
   padding: 5px 8px !important;
}/* End custom CSS */
/* Start custom CSS for woocommerce-product-data-tabs, class: .elementor-element-366524b9 */.woocommerce span.onsale {
   position: absolute !important;
    top: 20px !important;
    left: 10px !important;
    right: auto !important;
    background: #76AF4F;
    border-radius: 2px !important;
    font-size: 13px !important;
     line-height: 1.2 !important;
   min-height: 0 !important;
   padding: 5px 8px !important;
    
    z-index: 9;
}


/*more product*/

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
   
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 20px;

    box-shadow:
        0 10px 35px rgba(60, 40, 30, 0.10),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
        
    text-align: center !important;
}


/*moreproduct*/
.woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 1em;
    margin-bottom: 20px;

    background: rgba(118, 175, 79, 0.12) !important;
    color: #76AF4F !important;

    border: 1px solid rgba(118, 175, 79, 0.35) !important;
    border-radius: 50px !important;

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    box-shadow:
        0 6px 20px rgba(118, 175, 79, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.75);

    font-weight: 600 !important;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease !important;
}


/* Hover */
.woocommerce ul.products li.product .button:hover {
    background: #76AF4F !important;
    color: #FFFFFF !important;

    border-color: #76AF4F !important;

    box-shadow:
        0 8px 25px rgba(118, 175, 79, 0.30),
        0 0 12px rgba(118, 175, 79, 0.15);

    transform: translateY(-2px);
}

/* Active / Click */
.woocommerce ul.products li.product .button:active {
    transform: translateY(0);
    box-shadow:
        0 4px 12px rgba(118, 175, 79, 0.20);
}


/*buy now*/

.wsb-button.js-wsb-add-to-cart {
  
    display: none;
}


/*product title*/


/* =========================================
   JANETIQ - RESPONSIVE PRODUCT TITLE POSITION
   ========================================= */

/* DESKTOP — 1200px and above */
@media (min-width: 1200px) {
    .woocommerce-loop-product__title,
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        margin-top: -60px !important;
        padding-top: 0 !important;
    }
}


/* LAPTOP — 1025px to 1199px */
@media (min-width: 1025px) and (max-width: 1199px) {
    .woocommerce-loop-product__title,
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        margin-top: -50px !important;
        padding-top: 0 !important;
    }
}


/* TABLET LANDSCAPE — 992px to 1024px */
@media (min-width: 992px) and (max-width: 1024px) {
    .woocommerce-loop-product__title,
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        margin-top: -42px !important;
        padding-top: 0 !important;
    }
}


/* TABLET PORTRAIT — 768px to 991px */
@media (min-width: 768px) and (max-width: 991px) {
    .woocommerce-loop-product__title,
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        margin-top: -35px !important;
        padding-top: 0 !important;
    }
}


/* MOBILE LANDSCAPE — 481px to 767px */
@media (min-width: 481px) and (max-width: 767px) {
    .woocommerce-loop-product__title,
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        margin-top: -28px !important;
        padding-top: 0 !important;
    }
}


/* MOBILE PORTRAIT — 361px to 480px */
@media (min-width: 361px) and (max-width: 480px) {
    .woocommerce-loop-product__title,
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        margin-top: -22px !important;
        padding-top: 0 !important;
    }
}


/* SMALL MOBILE — 360px and below */
@media (max-width: 360px) {
    .woocommerce-loop-product__title,
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        margin-top: -15px !important;
        padding-top: 0 !important;
    }
}
/*product title*/


.woocommerce-loop-product__title, .woocommerce ul.products li.product .woocommerce-loop-product__title {
    margin-top: -35px !important;
    padding-top: 0 !important;
    color: #76AF4F !important;
}



/*product price*/
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #1a1a1a;
}

/*product price*/



/* Description */


/* ======================================================
   Laptop (1281px - 1919px)
====================================================== */
@media (max-width:1919px){

.slider-progress{
    left:22px;
    right:22px;
    bottom: 20% !important;
    height:3px;
}

}

/* ======================================================
   Tablet Landscape (1025px - 1280px)
====================================================== */
@media (max-width:1280px){

.slider-progress{
    left:20px;
    right:20px;
    bottom:20% !important;
    height:3px;
}

}

/* ======================================================
   Tablet Portrait (768px - 1024px)
====================================================== */
@media (max-width:1024px){

.slider-progress{
    left:18px;
    right:18px;
    bottom:20% !important;
    height:3px;
}

}

/* ======================================================
   Mobile Landscape (481px - 767px)
====================================================== */
@media (max-width:767px){

.slider-progress{
    left:16px;
    right:16px;
    bottom:20% !important; 
    height:2px;
	z-index: 55
}

}

/* ======================================================
   Mobile Portrait (480px and below)
====================================================== */



@media (max-width:480px){

.slider-progress{
    left:14px;
    right:14px;
    bottom: 18% !important;
    height:2px;
    z-index: 99999999;
}

}/* End custom CSS */