.wix-madefor-font {
    font-family: 'Wix Madefor Display', sans-serif;
}

.heading-main {
    font-family: 'Days One', sans-serif;
    font-weight: 400;
    color: var( --primary-color);
    line-height: 90px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.search-container {
    min-height: 44px;
    border-radius: 15px;
    border: 1px solid var(--solid-black);
}

.product-search {
    outline: none;
    border: none;
    background: none;
}

.product-search:focus {
    background: transparent !important;
}

.multiselect-filter {
    border: none;
}

.product-name {
    max-width: 250px;
    font-weight: 700;
    line-height: 20px;
    opacity: 0.8;
    flex-wrap: wrap;
    color: var(--primary-color);
}

.buy-now-btn {
    width: 140px ;
    max-height: 50px;
    border-radius: 15px;
    background-color: var(--primary-color);
    color: var(--transparent-color);
    white-space: nowrap;
}

.buy-now-btn:hover {
    background-color: var(--transparent-color);
    color: var(--solid-black);
    border: 1px solid var(--primary-color);
}

.select-filter {
    float: right;
}

.select-filter:focus {
    outline: none;
    color: var(--solid-black);
}

.select-filter option {
    color: var(--primary-color);
    font-family: 'Wix Madefor Display', sans-serif;
}

#product-listing-section {
    margin-top: 50px;
}