.elementor-1966 .elementor-element.elementor-element-114ae4c{--display:flex;}.elementor-1966 .elementor-element.elementor-element-d10396d{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1966 .elementor-element.elementor-element-d10396d .elementor-heading-title{font-size:40px;font-weight:800;}.elementor-1966 .elementor-element.elementor-element-034c421{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1966 .elementor-element.elementor-element-1459ec1{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 40px) 0px;}.elementor-1966 .elementor-element.elementor-element-5e5a187.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-1966 .elementor-element.elementor-element-5e5a187.elementor-wc-products ul.products li.product span.onsale{display:block;}.elementor-1966 .elementor-element.elementor-element-bba6cde{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1966 .elementor-element.elementor-element-a7a27aa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-1966 .elementor-element.elementor-element-114ae4c{--content-width:1380px;}}@media(max-width:1024px){.elementor-1966 .elementor-element.elementor-element-5e5a187.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-1966 .elementor-element.elementor-element-5e5a187.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for html, class: .elementor-element-1459ec1 */.cat-chips {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 14px !important;
    margin: 0 0 28px 0 !important;
    padding: 4px 0 !important;
}

.cat-chip {
    display: inline-flex !important;
    align-items: center !important;
    padding: 9px 20px !important;
    border-radius: 999px !important;
    border: 1.5px solid #e2e8f0 !important;
    background: #fff !important;
    color: #334155 !important;
    font-family: 'Nunito Sans', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    cursor: pointer !important;
    white-space: nowrap !important;
}

.cat-chip:hover {
    border-color: #0e3bbb !important;
    color: #fff !important;
    background: #334155 !important;
}

.cat-chip.is-active {
    background: #0e3bbb !important;
    border-color: #0e3bbb !important;
    color: #fff !important;
}

.cat-chip.is-active:hover {
    color: #fff !important;
}
.product.is-hidden {
    display: none !important;
}

#product-grid .product {
    transition: opacity 0.2s ease;
}

#product-grid .product.is-hidden {
    display: none !important;
}

@media (max-width: 640px) {
    .cat-chips {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        margin: 4px -16px 18px;
        padding: 2px 16px;
    }
    .cat-chips::-webkit-scrollbar { display: none; }
    .cat-chip { font-size: 13px; padding: 7px 14px; }
}/* End custom CSS */