﻿/*  */
/* .oc-powder-applicatlons-wrapper{
    padding: 0 1.75rem 0 1.75rem;
    position: relative;
} */
.products-by-category-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.24rem;
}
.products-by-category-box .products-by-category-box-h2{
    height: 0.6rem;
    font-family: Anton;
    font-size: 0.4rem;
    font-weight: 400;
    line-height: 0.6rem;
    letter-spacing: 0.03em;
    text-align: center;
    margin-bottom: 0.63rem;
}
.products-by-category-box-svgs{
    display: none;
}
.products-by-category-box-svg{
    display: none;
}
.products-by-category-box .products-by-category-box-conter{
    width: 13.59rem;
    display: flex;
    flex: fle;
    column-gap: 1.27rem;
    row-gap: 0.67rem;
    flex-wrap: wrap;
}

.products-by-category-box .products-by-category-box-conter .products-by-category-box-conter-swiper{
    width: 1.7rem;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}
.products-by-category-box .products-by-category-box-conter .products-by-category-box-conter-swiper a{
    color: #3F3F3F;
}
.products-by-category-box-active{
    outline: 0.02rem solid #2C63A0;
}
.products-by-category-box-active-p{
    color: #2C63A0;
}
.products-by-category-box .products-by-category-box-conter .products-by-category-box-conter-swiper:hover .products-by-category-box-conter-swiper-img{
    outline: 0.02rem solid #2C63A0;
}
.products-by-category-box .products-by-category-box-conter .products-by-category-box-conter-swiper:hover .products-by-category-box-conter-swiper-p{
    color: #2C63A0;
}
.products-by-category-box .products-by-category-box-conter .products-by-category-box-conter-swiper .products-by-category-box-conter-swiper-img{
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
}
.products-by-category-box .products-by-category-box-conter .products-by-category-box-conter-swiper .products-by-category-box-conter-swiper-p{
    font-family: Roboto;
    font-size: 0.2rem;
    font-weight: 700;
    line-height: 0.3rem;
    text-align: center;
    word-break: keep-all;
    margin-top: 0.23rem;
    width: 1.7rem;
}
@media screen and (max-width: 1025px) {
    .products-by-category-box .products-by-category-box-conter{
        width: 100%;
        justify-content: center;
        column-gap: normal;
        height: 6rem;
        overflow: hidden;
   }
   .products-by-category-box-ul{
        width: 95%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 0.34rem;
   }
   .products-by-category-box .products-by-category-box-h2 {
        margin-bottom: 0.28rem;
        font-family: Anton;
        font-size: 0.4rem;
        font-weight: 400;
   }
   .products-by-category-box .products-by-category-box-conter .products-by-category-box-conter-swiper .products-by-category-box-conter-swiper-p{
        font-family: Roboto;
        font-size: 0.24rem;
        font-weight: 700;
        line-height: 0.3rem;
   }
   .products-by-category-box .products-by-category-box-conter .products-by-category-box-conter-swiper{
    width: 30%;
    align-items: center;
   }
   .products-by-category-box-conter-false{
        height: 6.2rem !important;
    }
    .products-by-category-box-conter-true {
        height: 100% !important;
    }
    .products-by-category-box .products-by-category-box-conter-xian{
        height: 0px;
        width: 95%;
        border-bottom: 0.01rem solid #B3B3B3;
    }
    .products-by-category-box .products-by-category-box-conter-xians{
        margin-top: -0.04rem;
    }
    .products-by-category-box .products-by-category-box-svg{
        width: 0.3rem;
        height: 0.3rem;
        display: block;
        margin-top: -0.05rem;
    }
    .products-by-category-box .products-by-category-box-svgs{
        width: 0.3rem;
        height: 0.3rem;
        margin-top: 0.2rem;
        display: block;
    }
}
