/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


.wd-product .product-image-link > img + img {
    display: none;
}

.mobile-filter-opener {
    display: flex;
    align-items: center;
    gap: 10px;

    color: #191D22;
    font-family: "Graphik LCG";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;    

    cursor: pointer;
}

.mobile-filter-opener .filter-btn {
    display: flex;
    padding: 6px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    border-radius: 4px;
    background: linear-gradient(84deg, #DB3340 -6.25%, #FF3A5B 85.18%);
    box-shadow: 0 4px 4px 0 rgba(255, 71, 87, 0.25);
}

.elementor-element-acc1b8b {
    padding-left: 0;
}