.ja-megafilter-wrap .sidebar-main {
    width: 100%;
}

.ja-megafilter-wrap .main-content {
    width: 100%;
}

@media (min-width: 960px) {
    .ja-megafilter-wrap .sidebar-main {
        width: 20% !important;
    }

    .ja-megafilter-wrap .main-content {
        width: 80% !important;
    }
}

.ja-filter-wrapper .filter-content {
    background: none;
    padding: 0;
    font-family: "Cormorant Garamond", serif;
    font-size: 14px;
    font-weight: 600;
    color: #706f6f;
    text-transform: uppercase;
}

.ja-filter-wrapper .filter-content .filter-options-title span {
    background: none;
    color: #9b686f;
    font-family: "Cormorant Garamond", serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    padding: 0 0 0 22px;
    text-transform: uppercase;
}

.ja-filter-wrapper .filter-content .filter-options-title {
    margin-bottom: 6px;
}

.ja-filter-wrapper .filter-content .filter-options-title span::after {
    left: 0;
}

.ja-filter-wrapper .filter-content input[type="checkbox"],
.ja-filter-wrapper .filter-content input[type="radio"] {
    width: 16px;
    height: 16px;
}

.ja-filter-wrapper .filter-content .color-item {
    margin: 0;
}

.ja-filter-wrapper .filter-content .color-item span.color-item-bg {
    border: 0 !important;
}

.ja-filter-wrapper .filter-content .color-item img {
    width: 35px;
    height: auto;
    display: block;
}

.ja-filter-wrapper .filter-content .filter-options-content .uk-grid-small {
    margin-left: -6px;
    max-width: 126px;
}

.ja-filter-wrapper .filter-content .filter-options-content .uk-grid-small > * {
    margin-top: 6px;
    padding-left: 6px;
}

.jamg-active img {
    border: 3px solid #000;
    border-radius: 50%;
}

.sidebar_title {
    border-bottom: 1px solid #dcdddf;
    color: #9b686f;
    font-family: "Cormorant Garamond", serif;
    font-size: 23px;
    font-weight: 700;
    padding-bottom: 20px;
}

.ja-products-wrapper .product-item .name,
.ja-products-wrapper .product-item h4.uk-h5 {
    color: #9b686f;
    font-family: "Cormorant Garamond", serif;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.ja-products-wrapper .product-item-photo {
    margin: 0 !important;
}

.ja-products-wrapper .product-item .product-item-info {
    border: 1px solid #fff !important;
}

.ja-products-wrapper .product-item .product-item-info:hover {
    border: 1px solid #aaa !important;
}

.orderby-displaynumber {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.orderby-displaynumber .field.limiter {
    display: flex;
    align-items: center;
    gap: 12px;
}

.orderby-displaynumber .limiter-label,
.orderby-displaynumber .limiter-text {
    margin: 0;
}

.ja-megafilter-wrap select.jamf-native-select,
.ja-megafilter-wrap .orderby-displaynumber select,
.ja-megafilter-wrap .filter-dropdown select {
    appearance: auto;
    width: auto;
    min-width: 72px;
    max-width: 100%;
    min-height: 40px;
    padding: 6px 10px;
    border: 1px solid #dcdddf;
    border-radius: 0;
    background: #fff;
    color: #1f1f1f;
    box-shadow: none;
}

.pages.pagination-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.toolbar-amount {
    text-transform: none;
}

@media (max-width: 959px) {
    .pages.pagination-wrap,
    .orderby-displaynumber,
    .orderby-displaynumber .field.limiter {
        flex-direction: column;
        align-items: flex-start;
    }
}
