/**
Theme Name: Trenzseater
Author: Light Forest
Author URI: https://lightforest.com.au/
Description:
Version: 1.0.0
Template: astra
*/

.jet-woo-product-gallery-pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 999999;
    outline: 0;
}

.wcfilterload {
	display: none;
}

.jet-woo-product-gallery-slider.swiper-container {
    overflow: hidden;
}

/* Ensure all slide backgrounds cover the slider section */
.home-page-slider .slick-slide .elementor-section-items-middle {
    background-size: cover;
}

/* Add a gradient to the top of the home page slider to make the menu more readable */
@media screen and (min-width: 767px) {
	.woocommerce-js .home-page-slider .slick-list.draggable:before {
	    content: "";
	    height: 160px;
	    background-image: linear-gradient(0deg, #00000000 17%, #000000a1 100%);
	    width: 100%;
	    position: absolute;
	    z-index: 10;
	}
}

/* Remove global flex on elementor icon to vertically center icon */
.filters-toggle .elementor-button-icon {
	display: unset;
}