@font-face {
    font-family: 'Onest';
    src: url('../fonts/onest/Onest-Thin.woff2') format('woff2') url('../fonts/onest/Onest-Thin.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/onest/Onest-Light.woff2') format('woff2') url('../fonts/onest/Onest-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/onest/Onest-Regular.woff2') format('woff2') url('../fonts/onest/Onest-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/onest/Onest-Medium.woff2') format('woff2') url('../fonts/onest/Onest-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/onest/Onest-Bold.woff2') format('woff2') url('../fonts/onest/Onest-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/onest/Onest-ExtraBold.woff2') format('woff2') url('../fonts/onest/Onest-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Onest';
    src: url('../fonts/onest/Onest-Black.woff2') format('woff2') url('../fonts/onest/Onest-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans:wght@200;300;400;500;600;700;800;900&display=swap');


.woocommerce-page {
    position: relative;
}

.wrapp-woocommerce {
    max-width: 1530px;
    margin: 0 auto;
    margin-bottom: 130px;
}

#woof_results_by_ajax {
    display: flex;
    align-items: flex-start;
}

#woof_results_by_ajax>a {
    position: absolute;
    top: -90px;
    right: 0;
    border-radius: 79px;
    background-color: #FC5B31;
    font-family: 'Onest', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 10px;
    letter-spacing: 0em;
    text-align: left;
    padding: 15px 20px;
    color: #FFFFFF;
}
#woof_results_by_ajax>a:hover {
    background: #E24B24;
    color: #FFFFFF;
    text-decoration: none;
}
.wrapp-woocommerce .page-title {
    font-family: Sofia Sans;
    font-size: 100px;
    font-weight: 700;
    line-height: 75px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.wrapp-woocommerce ul.products {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

.wrapp-woocommerce ul.products .item-product-category {
    display: flex;
    width: 32%;
}

.wrapp-woocommerce ul.products .item-product-category li {
    max-width: 490px;
    width: 100%;
    height: 260px;
    border-radius: 20px;
}

.wrapp-woocommerce ul.products .item-product-category li a {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    position: absolute;
    z-index: 10;
    overflow: hidden;
    border-radius: 20px;
}

.wrapp-woocommerce ul.products .item-product-category li a::after {
    content: '';
    display: flex;
    max-width: 50px;
    width: 100%;
    height: 50px;
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    background: url(../../pic/best-offers/btn-best-offers.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 11;
}

.wrapp-woocommerce ul.products .item-product-category li a img {
    border-radius: 20px;
    transition: transform 0.3s ease;
    z-index: 11;
    filter: brightness(0.6);
    height: 100%;
}

.wrapp-woocommerce ul.products .item-product-category li a img:hover {
    transform: scale(1.1);
}


.wrapp-woocommerce ul.products .item-product-category li a .woocommerce-loop-category__title {
    position: absolute;
    z-index: 12;
    bottom: 0;
    font-family: 'Onest', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    margin-left: 20px;
    margin-bottom: 20px;
}

.wrapp-woocommerce ul.products .item-product-category li a .woocommerce-loop-category__title .count {
    font-family: 'Onest', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
}



@media(max-width:1860px){
    .wrapp-woocommerce ul.products .item-product-category {
        display: flex;
        width: 31%;
    }
    .container.width-full.catalog-container {
        max-width: 1600px;
        width: 100%;
        padding:0 90px;
    }
    

}


@media(max-width:1650px){
    #woof_results_by_ajax>a {
        right: auto;
        left: 0;
    }
    .wrapp-woocommerce .page-title {
        margin-bottom: 110px;
    }
}

@media(max-width:1600px){
    .wrapp-woocommerce ul.products .item-product-category {
        display: flex;
        width: 31.8%;
    }
}

@media(max-width:1520px) {
    .wrapp-woocommerce ul.products .item-product-category li {
        height: 220px;
    }
}

@media(max-width:1500px) {
    .wrapp-woocommerce ul.products .item-product-category {
        width: 31.7%;
    }
}

@media(max-width:1480px) {
    .wrapp-woocommerce ul.products .item-product-category {
        flex: 0 0 calc(33% - 17px);
    }

    .wrapp-woocommerce ul.products .item-product-category li {
        height: 220px;
    }

   
}

@media(max-width:1240px) {
    .wrapp-woocommerce ul.products {
        gap: 20px;
    }
    .container.width-full.catalog-container {
        max-width: 1060px;
        padding: 0;
    }
    .wrapp-woocommerce ul.products .item-product-category li {
        max-width: 340px;
        height: 200px;
    }

    .wrapp-woocommerce ul.products .item-product-category {
        max-width: 340px;
        width: 100%;
        flex: initial;
        display: flex;
    }

    .wrapp-woocommerce .page-title {
        font-size: 75px;
        line-height: 75px;
        margin-bottom: 110px;
    }

    #woof_results_by_ajax>a {
        left: 0;
        right: auto;
    }

    .wrapp-woocommerce ul.products .item-product-category li a .woocommerce-loop-category__title {
        font-size: 16px;
        line-height: 21px;
        margin-left: 15px;
        margin-bottom: 10px;
    }
    .wrapp-woocommerce ul.products .item-product-category li a .woocommerce-loop-category__title .count {
        font-size: 16px;
        line-height: 21px;
    }

 

}




@media(max-width:1200px) {
    .wrapp-woocommerce ul.products .item-product-category {
        width: 32%;
    }

    .wrapp-woocommerce ul.products .item-product-category li {
        max-width: 100%;
        height: 220px;
    }
}



@media(max-width:1180px) {
    .wrapp-woocommerce ul.products .item-product-category {
        width: 100%;
        max-width: 48%;
    }

    .wrapp-woocommerce ul.products .item-product-category li {
        height: 280px;
    }
}

@media(max-width:1130px) {
    .container.small.catalog-container {
        padding: 0 35px;
    }
    .wrapp-woocommerce {
      padding: 0 0px;
    }
  
   
}

@media(max-width:1024px) {
    .wrapp-woocommerce ul.products .item-product-category li {
        height: 260px;
    }
}

@media(max-width:980px) {
    .wrapp-woocommerce ul.products .item-product-category li {
        height: 420px;
    }

    .wrapp-woocommerce ul.products .item-product-category {
        max-width: 100%;
    }

    .wrapp-woocommerce ul.products .item-product-category li a .woocommerce-loop-category__title {
        font-size: 20px;
        line-height: 21px;
        margin-left: 30px;
        margin-bottom: 20px;
    }
    .wrapp-woocommerce ul.products .item-product-category li a img {
        object-fit: cover;
    }

}

@media(max-width:820px) {
    .wrapp-woocommerce ul.products .item-product-category li {
        height: 380px;
    }
    .wrapp-woocommerce .page-title {
        font-size: 60px;
        line-height: 60px;
    }
    .container.small.catalog-container {
        padding: 0px 40px;
    }
}

@media(max-width:780px) {
    .wrapp-woocommerce ul.products .item-product-category li {
        height: 340px;
    }
}

@media(max-width:620px) {
    .wrapp-woocommerce ul.products .item-product-category li {
        height: 250px;
    }
    .container.small.catalog-container {
        padding: 0px 27px;
    }
    .wrapp-woocommerce ul.products .item-product-category li a .woocommerce-loop-category__title {
        margin-left: 20px;
    margin-bottom: 15px;
    }
}

@media(max-width:520px) {
    .wrapp-woocommerce ul.products .item-product-category li {
        height: 220px;
    }
    .container.small.catalog-container {
        padding: 0 25px;
    }
    .wrapp-woocommerce .page-title {
        font-size: 50px;
        line-height: 50px;
    }
    .wrapp-woocommerce {
        margin-bottom: 70px;
    }
}

@media(max-width:420px) {
    .wrapp-woocommerce ul.products .item-product-category li {
        height: 170px;
    }

    .container.small.catalog-container {
        padding: 0px 17px;
    }
    .wrapp-woocommerce ul.products .item-product-category li a .woocommerce-loop-category__title {
        font-size: 14px;
        line-height: 19px;
        margin-left: 15px;
        margin-bottom: 10px;
    }
    .wrapp-woocommerce ul.products .item-product-category li a .woocommerce-loop-category__title .count {
        font-size: 14px;
        line-height: 19px;
    }
}

@media(max-width:375px) {
    .wrapp-woocommerce .page-title {
        font-size: 40px;
        line-height: 40px;
    }

    #woof_results_by_ajax>a {
        font-size: 14px;
    }

    .wrapp-woocommerce ul.products .item-product-category li {
        height: 150px;
    }

 
}
