/* Universal breakpoints */

.category-seasonal-header {
    padding: 40px 0 0 0;
}

.seasonal-sort .sort-list {
    left: 0;
}

#shop-categories-with-search form {
    box-shadow: 4px 4px 10px rgba(59, 61, 73, 0.3);
}

.sort-filter-and-search-container {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 14px;
}

@media (max-width: 991px) {
    .category-seasonal-header {
        padding: 10px 0 0 0;
    }
    .sort-filter-and-search-container {
        flex-direction: column;
    }
    .sort-filter-and-search-container .sort-and-filter-container {
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .sort-filter-and-search-container #category-mobile-button {
        display: flex;
        align-items: center;
    }
}

.sort-content {
    width: -moz-fit-content;
    width: fit-content;
    z-index: 2;
    display: flex;
}

.sort-content button.active .featured-arrow-icon {
    transition: transform 250ms ease-in-out;
    transform: rotate(180deg);
}

.sort-content .featured-arrow-icon {
    width: 8px;
}

.sort-content .sort-by-text {
    padding: 0 14px;
}

.sort-search-bar-wrapper {
    box-sizing: border-box;
    height: 45px;
}

@media (max-width: 991px) {
    .sort-search-bar-wrapper {
        width: 100%;
    }
}

.sort-search-bar-wrapper .searchbar {
    box-sizing: border-box;
    height: 100%;
}

.sort-search-bar-wrapper .searchbar form {
    box-sizing: border-box;
    height: 100%;
}

.sort-search-bar-wrapper .searchbar form.form-reset {
    min-height: 45px !important;
}

.sort-search-bar-wrapper .searchbar form.form-reset input {
    height: 100%;
    outline: 2px solid transparent;
}

.sort-search-bar-wrapper .searchbar form.form-reset input:focus-visible {
    outline: none;
    border-radius: 8px;
    padding: 2px;
    margin: 0;
}

.sort-search-bar-wrapper .searchbar form.form-reset input:focus-visible:focus-visible {
    outline: 2px solid #3b3d49 !important;
}

.sort-list {
    z-index: 2;
    background-color: #fff;
    top: 40px;
    right: 0px;
    width: 100%;
    display: none;
    padding: 24px;
    min-width: 200px;
    box-shadow: 0px 12px 30px rgba(45, 46, 53, 0.3);
}

.sort-list.active {
    display: block;
}

.sort-list .plain-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.sort-list .sort-list-item {
    width: 100%;
    font-size: 18px;
    text-align: left;
}

.sort-list .sort-list-item::after {
    content: "";
    position: relative;
    top: 5px;
    height: 0;
    width: calc(100% + 10px);
    left: -5px;
    display: block;
}

.sort-list .sort-list-item.active .active-filter-icon {
    display: inline;
    align-self: center;
}

.sort-list .sort-list-item.active::after {
    height: 3px;
    background-color: #fbc600;
}

@media (max-width: 991px) {
    .sort-list .sort-list-item.active::after {
        top: 0px;
    }
}

.sort-list .sort-list-item .active-filter-icon {
    display: none;
    float: right;
}

.brands-grid-section {
    background-color: #f3f6f6;
    padding: 90px 0;
}

@media (max-width: 991px) {
    .brands-grid-section {
        padding: 40px 0;
    }
}

.brands-grid-section .brands-grid-header {
    font-size: 64px;
    font-weight: 700;
    line-height: 72px;
    width: 400px;
    color: #3b3d49;
}

@media (max-width: 991px) {
    .brands-grid-section .brands-grid-header {
        font-size: 32px;
        line-height: 36px;
        max-width: calc(100vw - 40px);
    }
}