body {
    --woo-carousel-aspect-ratio: 125%;
    --woo-carousel-object-fit: none;
}

.elementor-element-611fd6ff .woocommerce-loop-product__link,
.elementor-element-6d2ba3b0 .woocommerce-loop-product__link {
    display: block;
    position: relative;
    padding-bottom: var(--woo-carousel-aspect-ratio);
}

.elementor-element-611fd6ff .woocommerce-loop-product__link img,
.elementor-element-6d2ba3b0 .woocommerce-loop-product__link img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: var(--woo-carousel-object-fit);
}

@media screen and (min-width: 764px) {
    body {
        --woo-carousel-object-fit: cover;
    }
}

@media screen and (min-width: 992px) {
    body {
        --woo-carousel-aspect-ratio: 100%;
    }
}

.sidebar-menu .site-search {
    display: none;
}

.site-header-inner .woostify-container {
    justify-content: space-between !important;
}

.header-search-icon-mobile {
    cursor: pointer;
}

.site-branding.d-none {
    display: none;
}

.header-search-mobile {
    --left-icons-width: 85px;
    --right-icons-width: 120px;

    position: absolute;
    left: var(--left-icons-width);
    right: var(--right-icons-width);
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.1s;
    z-index: 3;
}

.header-search-mobile.active {
    transform: scaleX(1);
}

.header-search-mobile input {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000;
    color: #000;
}

.home .header-search-mobile input {
    border-color: #fff;
    color: #fff;
}

.newsletter {
    --arrow-top-position: 27px;

    margin-top: 30px;
    position: relative;
}

.newsletter .widget-title {
    margin-bottom: 0;
}

.newsletter input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 5px 0 10px 0;
    color: #fff;
    width: 100%;
}

.newsletter button {
    background-color: transparent;
    background-image: url('../icons/arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    position: absolute;
    right: -5px;
	
    
    width: 25px;
    height: 25px;
}

.site-tools .tools-icon .woostify-svg-icon svg {
    width: 20px !important;
    height: 20px !important;
}

.site-tools .tools-icon .woostify-svg-icon.custom-icon svg {
    width: 26px !important;
    height: 26px !important;
}

.has-header-layout-1 .wrap-toggle-sidebar-menu {
    display: flex !important;
}

.site-tools--left {
    flex: 0 !important;
}

.banner-vimeo .elementor-background-video-container iframe {
    top: 0 !important;
    left: 0 !important;
}

.banner-vimeo--desktop .elementor-background-video-container iframe {
    width: 100% !important;
    height: 100vw !important;
    transform: translateY(-27%) !important;
}

.banner-vimeo--mobile iframe {
    --translateY: 0;
    height: 5000px !important;
    transform: translateY(var(--translateY)) !important;
}

.plyr--video .plyr__control--overlaid {
    display: none !important;
}
:root {
    --plyr-color-main: #C6AE8A;
}
#overlay-container {
    position: relative;
    width: 100%;
    height: 100%;
}
#overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    z-index: 1;
}
#player {
    position: relative;
    z-index: 0;
}


@media screen and (min-width: 992px) {
    .header-search-icon-mobile,
    .header-search-mobile,
    .has-header-layout-1 .wrap-toggle-sidebar-menu  {
        display: none !important;
    }

    .site-footer > .woostify-container {
        max-width: 1370px;
    }

    .site-dialog-search {
        overflow-y: scroll;
    }

    .dialog-search-content {
        overflow: visible !important;
        margin-top: -50px;
    }
}

@media screen and (max-width: 767px) {
    .site-main .woostify-sorting {
        flex-direction: row;
        align-items: stretch;
        flex-wrap: nowrap;
        margin-bottom: 40px;
    }
    
    .site-main .woostify-sorting .woostify-toolbar-left {
        flex: 0 0 auto;
        margin-bottom: 0;
    }
    
    .site-main .woostify-sorting .woostify-toolbar-left #toggle-sidebar-mobile-button {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right: 0;
        margin-right: 0;
    }
    
    .site-main .woostify-sorting .woocommerce-ordering {
        flex: 1;
        margin-bottom: 0;
        display: flex;
        align-items: center;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    
    .site-main .woostify-sorting .woocommerce-ordering select {
        width: 100%;
    }

    .product-loop-image-wrapper .woocommerce-loop-product__link {
        overflow: hidden;
    }

    .product-loop-image-wrapper img {
        max-width: initial;
        width: 132%;
        transform: translateX(-12%);
    }
}