/* custom filter */
@media screen and (max-width: 960px) {
    .uc-custom-filter .t-store__filter__item {
        font-size: 16px;
    }
}

.uc-custom-filter .t-store__filter__item {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.uc-custom-filter .t-store__filter__opts-mob-btn {
    font-size: 18px;
}
/* custom filter end */

/* custom filter parts buttons */
.uc-custom-filter .t-store__parts-switch-btn {
    margin-left: 6px;
    margin-right: 6px;
    padding: 8px 16px;
    font-weight: 400;
    background-color: #e4dcd3;
    border-radius: 15px;
    color: #000000;
}

.uc-custom-filter .t-store__parts-switch-btn.t-active {
    opacity: 1;
    background-color: #005f45;
    color: #ffffff;
}
/* custom filter parts buttons end */

/* monkey-patch navigation menu */

.uc-nav-menu nav > ul {
  display: flex;
  justify-content: space-between;
}

/* monkey-patch navigation menu end */

/* sticky-tags on catalog item page */
.uc-sticky-tags {
    position: sticky;
    inset-block-start: 0;
    z-index: 100;
    background-color: #ffffff;
}
/* sticky-tags on catalog item page end */