:root {
    --font-family-primary: Arial, sans-serif;

    --clr-primary: ;
    --clr-secondary: ;
    --clr-black: #000;
    --clr-white: #fff;
    --clr-text: #141414;
    --clr-muted: #666;
    --clr-border: #e5e5e5;
    --clr-light-bg: #f7f7f7;
}

/* ===== FILTER WIDGET ===== */

.custom-shop-filter-widget {
    padding: 20px;
    background: var(--clr-white);
    border-radius: 8px;
    margin: 0 0 30px;
}

.filter-title {
    margin: 0 0 20px;
    font: 700 18px var(--font-family-primary);
    padding: 0 0 15px;
    border-bottom: 1px solid #eee;
}

.nassy-filter-accordion {
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #f5f5f5;
}

.nassy-filter-accordion:last-child {
    border: 0
}

.nassy-filter-header {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.filter-header-label {
    margin: 0;
    font: 700 14px var(--font-family-primary);
    color: var(--clr-text);
    text-transform: uppercase;
    cursor: pointer;
}

.nassy-filter-icon {
    font-size: 12px;
    color: var(--clr-muted);
    transition: .3s;
}

.nassy-filter-content {
    display: none;
    padding: 10px 0 0;
    flex-direction: column;
    gap: 8px;
}

.filter-checkbox-label {
    font: 14px var(--font-family-primary);
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.nassy-ajax-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid var(--clr-black);
    cursor: pointer;
    position: relative;
}

.nassy-ajax-checkbox:checked {
    background-color: var(--clr-black);
}

.nassy-ajax-checkbox:checked::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 5px;
    height: 10px;
    border: solid var(--clr-white);
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg);
}

.color-dot {
    width: 14px;
    height: 14px;
    border: 1px solid var(--clr-border);
}

/* ===== ACTIONS ===== */

.nassy-filter-actions {
    text-align: center;
    margin: 20px 0 0
}

.nassy-apply-filters-btn {
    width: 100%;
    padding: 10px 20px;
    background: var(--clr-black);
    color: var(--clr-white);
    border: 0;
    font: 700 14px var(--font-family-primary);
    text-transform: uppercase;
    cursor: pointer;
    transition: .3s;
}

.nassy-apply-filters-btn:hover {
    background: #333
}

.nassy-clear-filters-wrap {
    margin: 10px 0 0
}

.nassy-clear-filters-link {
    font: 12px var(--font-family-primary);
    color: var(--clr-muted);
    text-decoration: none;
}

.nassy-clear-filters-link:hover {
    color: var(--clr-black)
}

/* ===== ACTIVE FILTERS ===== */

.active-filters-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 10px;
}

.active-filter-tag,
.clear-all-filters {
    background: var(--clr-black);
    color: var(--clr-white);
    padding: 5px 10px;
    font: 12px var(--font-family-primary);
    cursor: pointer;
}

.active-filter-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.remove-tag {
    font-size: 16px;
    line-height: 1
}

/* ===== SIZE MODAL ===== */

#size-chart-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, .7);
}

.size-chart-content {
    width: 60%;
    margin: 5% auto;
    padding: 20px;
    background: var(--clr-white);
    text-align: center;
    position: relative;
}



.size-chart-content img {
    max-width: 100%;
    height: auto
}

.size-chart-content .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font: 700 24px var(--font-family-primary);
    cursor: pointer;
}

.size-chart-wrapper {
    margin: 15px 0
}

.size-chart-link {
    color: var(--clr-black);
    text-decoration: underline;
    cursor: pointer;
}

/* ===== PRODUCT INFO ===== */

.product-gender-info {
    margin: 15px 0 0;
    font: 14px var(--font-family-primary);
    color: #555;
}

/* ===== HOVER IMAGE ===== */

/* .hover-image-wrapper {
    position: relative;
    overflow: hidden
}

.hover-image-wrapper img {
    width: 100%;
    height: auto;
    transition: .3s;
}

.hover-image {
    position: absolute;
    inset: 0;
    opacity: 0
}

.hover-image-wrapper:hover .hover-image {
    opacity: 1
}

.hover-image-wrapper:hover .main-image {
    opacity: 0
}

.hover-image-wrapper.loading {
    opacity: .6
} */

/* ===== PRODUCTS ===== */
/* 
ul.products {
    transition: .3s
} */


/* ===== PRODUCT TEXT ===== */

.custom-product-heading {
    margin: 10px 0
}

.product-category-loop {
    margin: 0 0 5px;
    font-size: 12px;
    color: var(--clr-muted);
}

.product-category-loop a {
    color: var(--clr-muted);
    text-decoration: none;
}

.product-category-loop a:hover {
    color: var(--clr-black)
}

.woocommerce-loop-product__title {
    margin: 0 0 10px;
    font-size: 16px;
}

.product-title-link {
    text-decoration: none
}

/* ===== SINGLE PRODUCT CATEGORY ===== */

.product-category-above-title {
    margin: 0 0 10px;
    font-size: 14px;
    color: var(--clr-muted);
}

.product-category-above-title a {
    color: var(--clr-muted);
    text-decoration: none;
}

.product-category-above-title a:hover {
    color: var(--clr-black)
}

@media(max-width:768px) {
    .size-chart-content {
        width: 90%;
        margin: 20% auto;
    }
}