/* Category Top - Start */
body.post-type-archive.woocommerce-shop .woocommerce-breadcrumb a:last-child {
    color: #121212 !important;
}
.woocommerce-category-header {
    padding: 0 0 30px 0;
}
.woocommerce-category-header .woocommerce-products-header__title {
    max-width: 330px;
}
.woocommerce-category-header .woocommerce-notices-wrapper {
    display: none;
}
.woocommerce-result-count {
    position: absolute;
    left: calc(330px + 16px);
    color: #a5a5a5;
}
.woocommerce-ordering {
    transform: translateY(2px);
}
.woocommerce-ordering > span {
    color: #a5a5a5;
}
.orderby {
    border: none;
    outline: none;
    cursor: pointer;
    color: var(--black);
    max-width: 100%;
    font-family: "Fixel Text";
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}
.orderby option {
    max-width: 100%;
    font-size: 14px;
}
.sorting-pc {
    display: flex;
    align-items: center;
    gap: 15px;
}
.sorting-pc span {
    color: #a3a3a3;
}
.sorting-pc a {
    padding: 9px 0px 7px 0;
    font-family: "Fixel Display";
    font-weight: 500;
    border-radius: 5px;
    transition: ease-in-out 0.5s;
}
.sorting-pc a.active,
.sorting-pc a:hover,
.sorting-pc a:focus {
    padding: 9px 12px 7px 12px;
    background: var(--black);
    color: #fff;
}
@media (max-width: 1279px) {
    .woocommerce-category-header {
        padding: 0 0 20px 0;
    }
    .woocommerce-category-header .container {
        align-items: center;
    }
    h1.woocommerce-products-header__title {
        position: relative;
        top: 0px;
        font-size: 23px;
        line-height: 32px;
    }
    .woocommerce-result-count {
        position: relative;
        left: initial;
        top: 4px;
    }
    img.filter-mob.mob {
        object-fit: contain;
    }
    .woocommerce-ordering {
        transform: translateY(0px);
        margin-left: auto;
    }
    .mob-sorting-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        z-index: 100;
        pointer-events: none;
    }
    .mob-sorting-wrapper.active {
        pointer-events: all;
    }
    .mob-sorting-wrapper .mob-sorting-box {
        position: relative;
        top: calc(64px + 0px);
        right: -130vw;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        padding: 0;
        background: var(--white);
        box-shadow: 0px 0px 24px 0px #1a1a1a14;
        transition: all 0.7s ease-in-out;
        z-index: 100;
    }
    .mob-sorting-wrapper.active .mob-sorting-box {
        right: 0;
    }
    .mob-sorting-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 20px 20px 20px 20px;
        background: var(--light-gray);
    }
    .mob-sorting-header .h4 {
        font-family: "Fixel Display";
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        color: #383838;
    }
    .mob-sorting-header .close-sorting {
        cursor: pointer;
        padding: 10px;
    }
    .mob-sorting-header .close-sorting img {
        cursor: pointer;
        object-fit: contain;
    }
    .mob-sorting.mob {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 25px;
    }
    .mob-sorting.mob .active {
        font-weight: 600;
    }
}
@media (max-width: 768px) {
    .woocommerce-category-header .container {
        align-items: center;
        gap: 10px;
    }
    .woocommerce-result-count {
        display: none;
    }
    .mob-sorting-wrapper .mob-sorting-box {
        top: calc(70px + 0px);
    }
}
@media (max-width: 480px) {
    .woocommerce-category-header .container {
        gap: 10px;
    }
    .woocommerce-category-header .woocommerce-products-header__title {
        font-size: 23px;
        line-height: 32px;
        max-width: calc(100%);
    }
}
/* Category Top - End */

/* Category Content - Start */
.woocommerce-category-content {
    padding-bottom: 50px;
}
/* Category Side - Start */
.category-side {
    width: 330px;
}
.price-filter {
    display: none !important;
}
@media (min-width: 1280px) {
    .mob-filter-call {
        display: none !important;
    }
    .mob-sort-call {
        display: none !important;
    }
    .woocommerce-ordering {
        display: none !important;
    }
    .woocommerce-result-count {
        display: none !important;
    }
}
@media (max-width: 1279px) {
    .category-side {
        position: fixed;
        top: 64px;
        left: -130vw;
        display: flex;
        flex-direction: column;
        width: 375px;
        height: calc(100dvh - 64px);
        padding: 0;
        background: var(--white);
        box-shadow: 0px 0px 24px 0px #1a1a1a14;
        transition: all 0.7s ease-in-out;
        z-index: 100;
    }
    .category-side.active {
        left: 0;
    }
    .mob-filter-call {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .mob-filter-call img {
        width: 36px;
    }
    .mob-filter-call span {
        font-family: "Fixel Display";
        font-size: 16px;
        line-height: 16px;
        font-weight: 500;
        color: var(--black);
    }
    .mob-sort-call {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .mob-sort-call img {
        width: 22px;
    }
    .mob-sort-call span {
        font-family: "Fixel Display";
        font-size: 16px;
        line-height: 16px;
        font-weight: 400;
        color: #a3a3a3;
    }
    .mob-filter-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 20px 20px 20px 20px;
        background: var(--light-gray);
    }
    .mob-filter-header .h4 {
        font-family: "Fixel Display";
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        color: #383838;
    }
    .mob-filter-header .close-filter {
        cursor: pointer;
        padding: 10px;
    }
    .mob-filter-header .close-sorting img {
        cursor: pointer;
        object-fit: contain;
    }
}
@media (max-width: 768px) {
    .category-side {
        top: calc(70px + 0px);
        width: 100vw;
    }
    #woo-filter-wrapper {
        height: calc(100dvh - 70px - 73px);
        overflow: auto;
        padding-bottom: 30px;
    }
    .reset-filters,
    .submit-filter-call {
        margin-left: 25px;
    }
}
/* Category Side - End */

/* Category Product List - Start */
.category-product-list {
    width: calc(100% - 330px - 20px);
}
.category-product-list .product-list {
    width: 100%;
}
.category-product-list .product-list .product-card {
    display: flex !important;
    width: calc((100vw - 330px - 20px - 40px) / 3 - 17px);
}
.category-product-list .product-list .product-card img {
    height: calc((100vw - 330px - 20px - 40px) / 3 - 17px);
    width: 100%;
    border-radius: 5px;
}
@media (max-width: 1279px) {
    .category-product-list {
        width: calc(100%);
    }
    .category-product-list .product-list .product-card {
        width: calc((100vw - 20px) / 3 - 14px);
    }
    .category-product-list .product-list .product-card img {
        height: calc((100vw - 20px) / 3 - 14px);
    }
}
@media (max-width: 667px) {
    .category-product-list .product-list .product-card {
        width: calc((100vw - 20px) / 2 - 8px);
    }
    .category-product-list .product-list .product-card img {
        height: calc((100vw - 20px) / 2 - 8px);
    }
}
/* Category Product List - End */

/* Pagination - Start */
#loadmore {
    margin-top: 50px;
}
.woocommerce-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0 0 0;
    margin: 0 auto;
}
#loadmore + .woocommerce-pagination {
    padding: 20px 0 0 0;
    width: 100%;
}
.woocommerce-pagination .page-numbers {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 11px;
}
.woocommerce-pagination .page-numbers li a.page-numbers,
.woocommerce-pagination .page-numbers li .current {
    width: 50px;
    height: 50px;
    padding-top: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--white);
    border: 1px solid #e5e5e5;
    border-radius: 100%;
    transition: all 0.5s ease-in-out;
}
.woocommerce-pagination .page-numbers li a.page-numbers.prev {
    padding-top: 0px;
    transform: rotate(180deg);
}
.woocommerce-pagination .page-numbers li a.page-numbers.next {
    padding-top: 0px;
}
.woocommerce-pagination .page-numbers li span.dots {
    padding: 0 15px;
    font-size: 22px;
}
.woocommerce-pagination .page-numbers li .current,
.woocommerce-pagination .page-numbers li a:hover {
    background: var(--black);
    border: 1px solid var(--black);
    color: var(--white);
}
.woocommerce-pagination .page-numbers img {
    width: 8px;
    transition: all 0.5s ease-in-out;
}
.woocommerce-pagination .page-numbers .prev:hover img,
.woocommerce-pagination .page-numbers .next:hover img {
    filter: brightness(100);
}
@media (max-width: 1024px) {
    #loadmore {
        margin-top: 0px;
    }
    .woocommerce-pagination .page-numbers {
        gap: 7px;
    }
    .woocommerce-pagination .page-numbers li a.page-numbers,
    .woocommerce-pagination .page-numbers li .current {
        width: 40px;
        height: 40px;
        padding-top: 2px;
    }
    .woocommerce-pagination .page-numbers li span.dots {
        padding: 0 10px;
        font-size: 18px;
    }
}
/* Pagination - End */

/* Category Content - End */

/* Category Description - Start */
.term-description {
    padding-bottom: 100px;
    padding-left: calc(330px + 16px);
}
@media (max-width: 1279px) {
    .term-description {
        padding-left: calc(0px);
    }
}
/* Category Description - End */

/* Category Banner - Start */
.category-banner {
    padding-top: 50px;
    padding-bottom: 50px;
}
.category-banner > .container {
    background: var(--black);
    padding: 30px;
    border-radius: 5px;
}
.category-banner .h2 {
    color: #fff;
    max-width: 300px;
    margin-bottom: 15px;
}
.category-banner p {
    color: #fff;
    max-width: 350px;
    margin-bottom: 30px;
}
.category-banner img {
    margin-left: auto;
}
@media (max-width: 1024px) {
    .category-banner {
        padding-top: 0;
    }
    .category-banner > .container {
        flex-direction: column-reverse;
        padding: 25px;
    }
    .category-banner img {
        width: 100%;
    }
}
