.woocommerce-shop .woocommerce {
    display: flex;
    flex-wrap: wrap;
    margin-top: 14px;
}

.woocommerce-shop .woocommerce .woocommerce-notices-wrapper {
    order: -1;
    width: 100%;
}

.woocommerce-shop .woocommerce .woocommerce-filters {
    width: 300px;
}

.woocommerce-shop .woocommerce .woocommerce-products {
    width: calc(100% - 326px);
    margin-left: auto;
    margin-top: 12px;
}
.woocommerce-shop .woocommerce .woocommerce-products h4.small-title {
    letter-spacing: 0.02em;
    margin-bottom: 17px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
    max-width: 140px;
    letter-spacing: 0.02em;
    margin: 0 0 32px;
    color: #1E1E1E;
    font-size: 18px;
    line-height: 24px;
    padding: 0;
}

.woocommerce ul.products li.product a img {
    max-height: 56px;
    height: 56px !important;
    width: auto !important;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    border: 1px solid #EAEAEA;
    padding: 23px;
    margin: 0;
    width: calc((100% - 36px) / 3);
    overflow: hidden;
    padding: 59px 23px 18px;
    transition: transform 0.3s ease;
    box-shadow: 0px 4px 4px 0px #0000000D;
}
.woocommerce .products ul, .woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}
.woocommerce .products ul::after, 
.woocommerce .products ul::before, 
.woocommerce ul.products::after, 
.woocommerce ul.products::before {
    display: none;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link {
    margin-bottom: 0;
}
.woocommerce ul.products li.product .product-category {
    color: #FFFFFF;
    text-transform: uppercase;
    background-color: #33475B;
    position: absolute;
    top: 8px;
    right: 0;
    letter-spacing: 0.04em;
    padding: 4px 16px;
    border-radius: 30px 0 0 30px;
    max-width: 100%;
}

.woocommerce ul.products li.product .product-category a {
    margin: 0;
    text-decoration: none;
    color: currentColor;
}
.woocommerce ul.products li.product .product-category a:hover {
    color: #FF8263;
}
.woocommerce ul.products li.product .price {
    display: none;
}

.woocommerce ul.products li.product .product-description {
    margin: 0;
    background: linear-gradient(180deg, #747474 70.18%, #FFFFFF 122.48%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-height: 120px;
    overflow: hidden;
    margin-bottom: 20px;
}

.woocommerce ul.products li.product .button:before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 8px;
    transition: all 0.35s;
}
.woocommerce ul.products li.product .button {
    text-align: center;
    display: inline-flex;
    margin: 0 auto;
    align-items: center;
    text-decoration: none;
    font-weight: 700;
    background: transparent;
    border: none;
    color: #33475B;
    padding: 0;
    min-width: 0;
    font-size: 18px;
    line-height: 24px;
    margin-top: auto;
}
.woocommerce ul.products li.product .button:hover {
    color: #FF8263;
}
.woocommerce ul.products li.product .button:hover:before {
    background-image: url(../images/chevron-down-hover.svg);
}
.woocommerce .woocommerce-ordering>label {
    color: #9F9F9F;
    margin: 0 8px 0 0;
    display: inline-block;
    vertical-align: top;
}
.woocommerce .woocommerce-ordering>label:after {
    content: ':';
}
.woocommerce .woocommerce-ordering select {
    padding: 0 28px 0 0;
    border: none;
    height: auto;
}

.woocommerce-shop  .xs_social_share_widget {
    display: none !important;
}
.yith-wcan-filters .yith-wcan-filter .filter-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    padding-left: 28px;
    background-repeat: no-repeat;
    background-position: left top -1px;
    margin-bottom: 21px;
    color: #374151;
    position: relative;
    cursor: pointer;
    padding-right: 20px;
}
.yith-wcan-filters .yith-wcan-filter .filter-title:after {
    content: '';
    position: absolute;
    right: 0;
    top: -2px;
    height: 100%;
    width: 20px;
    background-image: url('data:image/svg+xml,<svg id="categories-icon" class="w-5 h-5 text-gray-500 transform transition-transform duration-200 rotate-180" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7" stroke="%236b7280"></path></svg>');
    transition-duration: 200ms;
    transform: rotate(180deg);
}

.yith-wcan-filters .yith-wcan-filter .filter-title.active:after {
    transform: rotate(0deg);
}
.yith-wcan-filters .reset-filters {
    font-size: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
    background: transparent;
    height: auto;
    display: block;
    line-height: 1;
    width: auto;
    margin: 0 auto;
    border: 1px solid rgb(209 213 219 / var(--tw-border-opacity, 1));
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.yith-wcan-filters .reset-filters:hover {
    font-size: 0;
    height: auto;
    display: block;
    line-height: 1;
    width: auto;
    margin: 0 auto;
    border: 1px solid rgb(209 213 219 / var(--tw-border-opacity, 1));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.yith-wcan-filters .reset-filters:before {
    content: 'Reset';
    font-size: 16px;
    display: inline-block;
}
.yith-wcan-filters .yith-wcan-filter {
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}
.yith-wcan-filters .yith-wcan-filter[data-taxonomy="product_cat"] .filter-title {
    background-image: url('data:image/svg+xml,<svg class="w-5 h-5 text-gray-600 mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" stroke="%234b5563"></path><!-- List icon --></svg>');
}

.yith-wcan-filters .yith-wcan-filter[data-taxonomy="product_tag"] .filter-title {
    background-image: url('data:image/svg+xml,<svg class="w-5 h-5 text-gray-600 mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 20h10a2 2 0 002-2V8a2 2 0 00-2-2H7a2 2 0 00-2 2v10a2 2 0 002 2zM9 10a1 1 0 011-1h4a1 1 0 011 1v4a1 1 0 01-1 1h-4a1 1 0 01-1-1v-4z" stroke="%234b5563"></path><!-- Tag icon (simplified for example) --></svg>');
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a {
    position: relative;
    padding-left: 30px;
    line-height: 1.5;
    display: inline-block;
    vertical-align: top;
}
.woocommerce-shop  .xs_social_share_widget {
    display: none !important;
}
.yith-wcan-filters {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding: 1.5rem;
    border-radius: 0.75rem;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item input[type=radio],
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item input[type=checkbox] {
    display: none;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item input[type=radio] + a:before, 
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item input[type=checkbox] + a:before {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid #cbd5e0;
    border-radius: 0.25rem;
    position: relative;
    cursor: pointer;
    outline: none;
    transition: all 0.2s ease-in-out;
    content: '';
    vertical-align: top;
    margin: 2px 5px 0px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    position: absolute;
    left: 0;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item input[type=checkbox]:checked + a::before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z"/></svg>');
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item input[type=radio]:checked + a:before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z"/></svg>');
}
.yith-wcan-filters .yith-wcan-filter .filter-items.level-0 {
    padding-left: 10px;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item {
    padding: 5px 0;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item:not(:last-child) {
    line-height: 20px;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .woocommerce ul.products[class*=columns-] li.product, 
    .woocommerce-page ul.products[class*=columns-] li.product,
    .woocommerce ul.products li.product, 
    .woocommerce-page ul.products li.product {
        width: calc((100% - 18px) / 2);
    }
}
@media (max-width: 991.98px) {
    .woocommerce ul.products[class*=columns-] li.product, 
    .woocommerce-page ul.products[class*=columns-] li.product,
    .woocommerce ul.products li.product, 
    .woocommerce-page ul.products li.product {
        width: 100%;
    }
}
@media (max-width: 767.98px) {
    .woocommerce ul.products[class*=columns-] li.product, 
    .woocommerce-page ul.products[class*=columns-] li.product,
    .woocommerce ul.products li.product, 
    .woocommerce-page ul.products li.product {
        width: 100%;
    }
    .woocommerce-shop .woocommerce .woocommerce-filters {
        width: 100%;
    }
    .woocommerce-shop .woocommerce .woocommerce-products {
        width: 100%;
    }
    .woocommerce .woocommerce-ordering>label {
        font-size: 14px;
        line-height: 20px;
    }

    .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
        float: left;
    }
}