.woocommerce-shop-custom-wrapper {
    display: flex;
    gap: 30px;
    margin: 4em 0;
}

.shop-sidebar{
    max-width: 265px;
    width: 100%;
}
.wc-block-product-filter-checkbox-list__item:not(:first-child){
    margin-top: 13px;
}
.widget-area{
    background: #F6F6F659;
    padding: 12px 12px 12px 12px;
}

.woocommerce-products-header{
    padding-bottom: 18px;
    border-bottom: 1px solid #E1E1E1;
}
h1.woocommerce-products-header__title.page-title {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    letter-spacing: 2.1px;
    vertical-align: middle;
    text-transform: uppercase;
    margin-bottom: 0;
}
.shop-contents{
    flex: 1;
    margin-top: 3.35em;
    border-top: 1px solid #E1E1E1;
    padding-top: 55px;
}
ul.products.columns-4{
   display: flex;
   flex-wrap: wrap;
   gap: 34px;
}
ul.products.columns-2{
    display: flex;
    flex-wrap: wrap;
    gap: 34px;
}
.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
    max-width: calc(25% - 30px);
    flex: 1 25%;
    margin: unset;
    padding: 16px 16px 22px 16px;
    transition: all ease 0.3s;
    border: 1px solid transparent;
}
.woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
    max-width: calc(50% - 34px);
    flex: 1 50%;
    margin: unset;
    padding: 25px 32px;
    transition: all ease 0.3s;
    border: 1px solid transparent;
    min-height: 433px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce-page ul.products li.product:hover{
    border: 1px solid #E6E4E4;
}
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before{
    display: none;
}
h2.woocommerce-loop-product__title {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 18px !important;
    text-align: center;
    vertical-align: middle;
    color: #2A2A2A;
    padding: 0 !important;
    margin-bottom: 12px !important;
}
.woocommerce ul.products li.product .price ins,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #21CDEC;
    font-family: Oswald;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    vertical-align: middle;
    text-decoration: unset;
    margin-bottom: 0;
}
.woocommerce ul.products li.product a img{
    margin-bottom: 12px;
}
.woocommerce ul.products li.product .price del{
    color: #FF2D00;
    opacity: 1;
}
.woocommerce ul.products li.product .onsale{
    display: none;
}
.product__brand{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 12px;
    color: #494949;
}
.wc-block-product-filter-checkbox-list__text{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
    color: #494949;
}
.widget .wp-block-heading{
    display: none;
}
.wc-block-product-filter-checkbox-list__item.has-depth-1{
    margin-left: 31px;
    margin-top: 11px;
}
.has-depth-2 .wc-block-product-filter-checkbox-list__text{
    font-weight: 400;
}
.wc-block-product-filter-checkbox-list__item.has-depth-2 {
    margin-left: 70px;
    margin-top: 16px;
}
.wc-block-product-filter-checkbox-list__item:not([class*="has-depth"]) .wc-block-product-filter-checkbox-list__text {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 34px;
    letter-spacing: 2.1px;
    text-transform: uppercase;
    color: #000000;
}
.wc-block-product-filter-checkbox-list__item:not([class*="has-depth"]) .wc-block-product-filter-checkbox-list__text-wrapper{
    display: block;
    flex: 1;
    border-bottom: 1px solid #E1E1E1;
}
.wc-block-product-filter-checkbox-list__input-wrapper:has(.wc-block-product-filter-checkbox-list__input)::before {
    background: transparent;
    border: 0.75px solid #494949;
    opacity: 1;
    border-radius: unset;
    display: block;
    width: 14px;
    height: 14px;
    position: unset;
    margin-bottom: 0.2em;
}
.wc-block-product-filter-checkbox-list__input-wrapper:has(.wc-block-product-filter-checkbox-list__input:checked)::before {
    background-color: #21CDEC;
    border-color: #21CDEC;
    background-image: url(./img/check.svg);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: center;
}
input[type=checkbox].wc-block-product-filter-checkbox-list__input{
   display: none;
}

.wc-block-product-filter-checkbox-list__label,
:where(.wc-block-product-filter-checkbox-list__input-wrapper){
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
}
input[type=checkbox].wc-block-product-filter-checkbox-list__input:checked+.wc-block-product-filter-checkbox-list__mark{
    display: none;
}

.tax-product_cat h1.woocommerce-products-header__title.page-title{
    font-size: 24px;
    line-height: 22px;
}
.tax-product_cat .shop-contents{
    border-top: unset;
    padding-top: unset; 
    margin-top: unset;
}
.tax-product_cat .shop-sidebar{
    max-width: 395px;
}
.tax-product_cat .wc-block-product-filter-checkbox-list__item:not([class*="has-depth"]){
    display: none;
}
.tax-product_cat .wc-block-product-filter-checkbox-list__item[class*="has-depth-1"]{
    margin-left: unset;
}
.tax-product_cat .has-depth-1 .wc-block-product-filter-checkbox-list__input-wrapper:has(.wc-block-product-filter-checkbox-list__input)::before{
    content: unset;
}
.tax-product_cat .wc-block-product-filter-checkbox-list__item.has-depth-2{
    margin-left: 15px;
}
.tax-product_cat .widget-area{
    background: unset;
    padding-left: 0;
}
.woocommerce .products ul, .woocommerce ul.products{
    margin-bottom: 0;
}
.woocommerce ul.products.columns-2 li.product::before, .woocommerce-page ul.products.columns-2 li.product::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(./img/tax-product-overlay.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.tax-product_cat ul.products li.product:hover{
    border-color: transparent;
}
.tax-product_cat .woocommerce-shop-custom-wrapper{
    gap: 200px;
}
@media all and (max-width: 600px){
    .woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product,
    .woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product{
        max-width: 100%;
        flex: 1 100%;
    }
    .woocommerce-shop-custom-wrapper{
        flex-direction: column;
    }
    .shop-contents{
        padding-top: unset;
        margin-top: unset;
    }
    .shop-sidebar{
        max-width: 100%;
    }
    .tax-product_cat .woocommerce-shop-custom-wrapper{
        gap: 30px;
    }
}