.category-page .category-breadcrumb {
    margin: 30px 0;
    background: transparent;
    font-size: 16px;
    font-family: "Involve", sans-serif;
    line-height: 1.4;
    padding: 0;
}
.category-page .category-breadcrumb a {
    color: #9899A7;
}
.category-page .category-breadcrumb a,
.category-page .category-breadcrumb li {
    font-weight: 500;
    text-decoration: none;
}
.category-page .category-breadcrumb li {
    color: #414142;
}
.category-page .category-breadcrumb-current {
    cursor: default;
}

.category-page .category-breadcrumb > li + li:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 10px;
    margin: 0 9px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='10' viewBox='0 0 4 10' fill='none'%3E%3Cpath d='M3.66384 5.13907C3.73102 5.0383 3.73102 4.90702 3.66384 4.80625L0.550098 0.135633C0.370788 -0.133332 -0.048578 0.0325052 0.00456501 0.351362L0.766561 4.92334C0.772003 4.95599 0.772003 4.98932 0.766561 5.02198L0.00456542 9.59395C-0.0485776 9.91281 0.370789 10.0786 0.550099 9.80968L3.66384 5.13907Z' fill='%230C0C0C'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 4px 10px;
    opacity: .35;
    vertical-align: middle;
}

.category-page .category-breadcrumb .fa-home {
    display: none;
}

.category-page .category-top-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.category-page .category-title-col {
    display: flex;
    align-items: flex-start;
}

.category-page .category-title {
    display: flex;
    align-items: start;
    gap: 20px;
    margin: 0;
    color: #0C0C0C;
    font-family: 'SouthGhetto', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    background: none;
    -webkit-text-fill-color: #0C0C0C;
}

.category-page .category-title-dot {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #CD171A;
}

.category-page .list-cat {
    padding: 0;
    margin: 0 0 34px;
    border-top: 0;
    overflow: visible;
}

.category-page .list-cat .category-subcategory-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-template-rows: auto;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.category-page .list-cat .category-subcategory-item {
    float: none;
    width: auto;
    padding: 0;
    display: block;
}

.category-page .list-cat .category-subcategory-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin: 0;
    padding: 20px;
    border-radius: 16px;
    border: 3px solid  #EEEFF5;
    background: #FFF;
    color: #111;
    font-weight: 800;
    white-space: normal;
    text-decoration: none;
    transition: all 0.3s ease;
}

.category-page .list-cat .category-subcategory-card:hover {
    background: #EEEFF5;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.category-page .category-subcategory-card:hover .category-subcategory-arrow {
    background: #8E0002;
}
.category-page .category-subcategory-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 260 / 220;
    min-height: 0;
    margin-bottom: 20px;
    overflow: hidden;
}

.category-page .list-cat .category-subcategory-image img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    object-fit: cover;
    filter: none;
}

.category-page .list-cat .category-subcategory-card:hover img {
    filter: none;
}

.category-page .category-subcategory-footer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.category-page .category-subcategory-name {
    color: #0C0C0C;
    text-align: left;
    font-family: "Involve", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.category-page .category-subcategory-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 16px;
    background: #111;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    transition: all 0.3s ease;
}

.category-page .list-cat .category-subcategory-arrow svg {
    width: 20px;
    height: 15px;
    flex: 0 0 auto;
}

.category-page .category-products-toolbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 30px;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #E1E3EB;
    text-align: left;
}

.category-page .category-products-toolbar > span {
    display: inline-flex;
    align-items: center;
    margin: 0;
    font-family: "Involve", sans-serif;
    color: #0C0C0C;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: none;
}

.category-page .category-products-toolbar #sort-select {
    position: relative;
    display: block;
    /* width: min(204px, 100%); */
    padding: 0;
    margin: 0;
    overflow: visible;
    text-align: left;
    vertical-align: middle;
}

.category-page .category-products-toolbar #sort-select:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 12px;
    height: 6px;
    transform: translateY(-50%);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='6' viewBox='0 0 12 6' fill='none'%3E%3Cpath d='M6 1L12 0L6 6L0 -5.24537e-07L6 1Z' fill='%239899A7'/%3E%3C/svg%3E") center / contain no-repeat;
    pointer-events: none;
    transition: opacity .2s ease;
}

.category-page .category-products-toolbar #sort-select:hover:after {
    opacity: .72;
}

.category-page .category-products-toolbar #sort-select .bline {
    display: none;
}

.category-page .category-products-toolbar #input-sort {
    position: static;
    display: block;
    width: 100%;
    height: 45px;
    padding: 12px 30px 12px 10px;
    border: 1px solid #E1E3EB;
    border-radius: 8px;
    outline: none;
    font-family: "Involve", sans-serif;
    background: #fff;
    color: #9899A7;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: none;
    opacity: 1;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.category-page .category-products-toolbar #input-sort:hover {
    border-color: #c5c8d2;
    color: #6f707c;
}

.category-page .category-products-toolbar #input-sort:focus {
    border-color: #c9cbd5;
    box-shadow: 0 0 0 2px rgba(12, 12, 12, .04);
}

.category-page .category-products-toolbar .w-select {
    margin: 0;
}

.category-page .category-filter-toggle {
    display: none;
    position: relative;
    align-items: center;
    gap: 10px;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
    color: #0C0C0C;
    font-family: "Involve", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
}
.category-page .category-filter-toggle__text {
    display: inline-flex;
    color: #0C0C0C;
    font-family: 'Involve', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: none;
    margin: 0;
}
.category-page .category-filter-toggle__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: #0C0C0C;
    margin: 0;
}

.category-page .category-filter-toggle__icon svg {
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
}

.category-page .category-filter-toggle__badge {
    position: absolute;
    top: -3px;
    left: 34px;
    display: none;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #DB171D;
    padding: 0;
    pointer-events: none;
}

.category-page .category-filter-toggle--has-active .category-filter-toggle__badge {
    display: block;
}

.category-page .category-products-layout {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    margin-top: 28px;
    margin-bottom: 60px;
}

.category-page .category-products-sidebar,
.category-page .category-products-sidebar > #column-left,
.category-page .category-products-sidebar > #column-left.hidden-xs,
.category-page .category-products-sidebar > #column-right,
.category-page .category-products-sidebar > #column-right.hidden-xs,
.category-page .category-products-sidebar > #column-left .col-module,
.category-page .category-products-sidebar > #column-right .col-module {
    width: 100% !important;
    min-width: 0;
    padding: 0 !important;
}

.category-page .category-products-content {
    grid-column: 2 / -1;
    min-width: 0;
    width: auto;
    padding: 0;
}

.category-page .category-products-layout--no-sidebar .category-products-content {
    grid-column: 1 / -1;
}

.category-page .category-products-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin: 0;
}

.category-page .category-products-layout--no-sidebar .category-products-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.category-page .category-products-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin: 50px 0;
}

.category-page .category-load-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 440px);
    min-height: 60px;
    padding: 16px 40px;
    border-radius: 18px;
    background: #EEEFF5;
    font-family: "Involve", sans-serif;
    color: #414142;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: background .3s ease, box-shadow .3s ease, color .3s ease, opacity .3s ease, transform .3s ease;
}

.category-page .category-load-more:hover,
.category-page .category-load-more:focus {
    background: #CD171A;
    color: #fff;
    box-shadow: 0 8px 18px rgba(18, 18, 18, .10);
    text-decoration: none;
    transform: translateY(-1px);
}

.category-page .category-load-more.is-loading {
    pointer-events: none;
    background: #d8dbe2;
    opacity: .78;
}

.category-page .category-products-bottom .category-pagination {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.category-page .category-products-bottom .category-pagination li {
    display: block;
    margin: 0;
}

.category-page .category-products-bottom .category-pagination a,
.category-page .category-products-bottom .category-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: #EEEFF5;
    color: #171717;
    font-family: 'Involve', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    transition: background .3s ease, color .3s ease, opacity .3s ease, box-shadow .3s ease;
}

.category-page .category-products-bottom .category-pagination a:hover,
.category-page .category-products-bottom .category-pagination a:focus {
    background: #CD171A;
    color: #fff;
    box-shadow: 0 5px 12px rgba(18, 18, 18, .10);
    text-decoration: none;
}

.category-page .category-products-bottom .category-pagination li.active span {
    background: #8e0002;
    color: #fff;
}

.category-page .category-products-bottom .category-pagination li.disabled span {
    background: #f5f6f8;
    color: #c3c6cf;
    pointer-events: none;
}

.category-page .category-products-bottom .category-pagination li.ellipsis span {
    background: transparent;
    color: #7b7f8a;
    min-width: 36px;
    padding: 0 8px;
}

.category-page .category-products-bottom .category-pagination .category-pagination__arrow a,
.category-page .category-products-bottom .category-pagination .category-pagination__arrow span {
    padding: 0;
    color: transparent;
    font-size: 0;
    line-height: 0;
}

.category-page .category-products-bottom .category-pagination .category-pagination__arrow a:before,
.category-page .category-products-bottom .category-pagination .category-pagination__arrow span:before {
    content: "";
    display: block;
    width: 4px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='10' viewBox='0 0 4 10' fill='none'%3E%3Cpath d='M3.66384 5.13907C3.73102 5.0383 3.73102 4.90702 3.66384 4.80625L0.550098 0.135633C0.370788 -0.133332 -0.048578 0.0325052 0.00456501 0.351362L0.766561 4.92334C0.772003 4.95599 0.772003 4.98932 0.766561 5.02198L0.00456542 9.59395C-0.0485776 9.91281 0.370789 10.0786 0.550099 9.80968L3.66384 5.13907Z' fill='%230C0C0C'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 4px 10px;
}

.category-page .category-products-bottom .category-pagination .category-pagination__arrow:first-child a:before,
.category-page .category-products-bottom .category-pagination .category-pagination__arrow:first-child span:before {
    transform: rotate(180deg);
}

.category-page .category-products-bottom .category-pagination .category-pagination__arrow.disabled span:before {
    opacity: .28;
}

.category-page .category-products-bottom .category-pagination .category-pagination__arrow a:hover:before,
.category-page .category-products-bottom .category-pagination .category-pagination__arrow a:focus:before {
    filter: brightness(0) invert(1);
}

.category-page .category-products-extra {
    display: none;
}

@media (max-width: 1439px) {
    .category-page .category-subcategory-name {
        font-size: 16px;
    }
}
@media (max-width: 1299px) {
    .category-page .category-products-layout {
        grid-template-columns: 1fr;
    }

    .category-page .category-products-sidebar--left {
        position: absolute;
        width: 0;
        height: 0;
        overflow: visible;
    }

    .category-page .category-products-sidebar--left #column-left,
    .category-page .category-products-sidebar--left #column-left.hidden-xs,
    .category-page .category-products-sidebar--left .col-module {
        display: block !important;
        width: 0;
        height: 0;
        min-height: 0;
        padding: 0;
        overflow: visible;
        box-shadow: none;
    }

    .category-page .category-products-content {
        grid-column: 1 / -1;
        width: 100%;
    }

    .category-page .category-products-toolbar {
        justify-content: flex-start;
        gap: 14px;
    }

    .category-page .category-filter-toggle {
        display: inline-flex;
        margin-right: auto;
    }
    .category-page .category-products-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 15px;
    }
    .category-page .list-cat .category-subcategory-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media (max-width: 1199px) {
    .category-page .category-products-layout {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .category-page .category-products-content {
        grid-column: 1 / -1;
        width: 100%;
    }

    .category-page .category-products-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
    }

    .category-page .category-products-layout--no-sidebar .category-products-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .category-page .list-cat .category-subcategory-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .category-page .category-title {
        font-size: 40px;
    }
}

@media (max-width: 991px) {


    .category-page .list-cat .category-subcategory-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .category-page .category-products-toolbar {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .category-page .category-filter-toggle__text {
        font-size: 14px;
    }
    .category-page .category-products-toolbar #input-sort {
        font-size: 14px;
    }
    .category-page .category-products-toolbar > span {
        margin-top: 14px;
        font-size: 14px;
    }

    .category-page .category-products-layout {
        grid-template-columns: 1fr;
    }

    .category-page .category-products-content {
        grid-column: auto;
        width: 100%;
    }

    .category-page .category-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 20px;
        column-gap: 10px;
    }

    .category-page .category-products-layout--no-sidebar .category-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .category-page .category-breadcrumb {
        margin: 20px 0;
        font-size: 14px;
    }
    .category-page .category-subcategory-name {
        text-align: center;
        width: 100%;
    }
    .category-page .category-subcategory-arrow {
        display: none;
    }
}
@media (max-width: 567px) {
    .category-page .category-products-toolbar > span {
        display: none;
    }
    .category-page .category-load-more {
        width: 100%;
        font-size: 18px;
    }

    .category-page .category-breadcrumb {
        font-size: 12px;
    }
    .category-page .category-title {
        font-size: 26px;
        gap: 10px;
    }
    .category-page .category-title-dot {
        flex: 0 0 20px;
        width: 20px;
        height: 20px;
    }
    .category-page .list-cat .category-subcategory-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .category-page .list-cat .category-subcategory-card {
        padding: 7px;
    }
    .category-page .category-subcategory-name {
        font-size: 14px;
    }
    .category-page .category-products-bottom .category-pagination {
        gap: 3px;
    }
    .category-page .category-products-bottom .category-pagination a, .category-page .category-products-bottom .category-pagination span {
        min-width: 30px;
        height: 30px;
        width: auto;
        padding: 2px 0 0 0;
        font-size: 14px;
    }
    .category-page .category-load-more {
        min-height: 50px;
        font-size: 16px;
        border-radius: 16px;
    }
}
@media (max-width: 420px) {
    .category-page .category-products-toolbar #sort-select {
        width: 100%;
    }
}
@media (max-width: 370px) {
    .category-page .category-products-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        row-gap: 10px;
    }

    .category-page .category-products-layout--no-sidebar .category-products-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
