@media screen and (max-width:992px){
    .hero-section .container{
        height: 600px!important;
    }
    .hero-section img{
        object-fit: cover!important;
        object-position: center!important;
        height: 400px!important;
    }
}

.hero-section .container{
    height: 540px
}

.hero-section img{
    object-fit: cover;
    object-position: center;
    height: 100%!important;
}





.swiper-slide img{
    object-fit: contain;
    width: 100%;
    height: 150px;
    object-position: center;
}

.box-card:hover img{
    padding: 0!important;
    transition: 0.5s linear;
    -webkit-transition: 0.5s;
}

.swiper-slide img:not(:hover){
    padding: 0 1rem  !important;
    transition: 0.5s linear;
}
.swiper-slide p{
    font-weight: 700;
    font-size: 12px;
}

.box-card img{
    height: 200px;
    object-position: center;
    object-fit: contain;
}

.product-box{
    border-radius: 20px;
    display: block;
    box-shadow: 0 3px 10px 0 rgba(169, 169, 169, 0.3);
    position: relative;
    height: 350px;
}
.product-box:hover{
    border-radius: 15px;
    display: block;
    box-shadow: 0 2px 6px 0 rgba(77, 1, 1, 0.5);
}
.product-box img{
    height: 250px;
    object-position: center;
    object-fit: contain;
    width: 100%;
    padding: 30px;
    transition: 0.5s linear;
}
.product-box:hover img{
    height: 250px;
    object-position: center;
    object-fit: contain;
    padding: 10px;
}
.product-box:hover p{
    color: var(--f-secondary)!important;
}

.category-item{
    padding: 15px 0 0 0!important;
}
.category-item a{
    color: var(--f-fifth)!important;
    font-size: 14px!important;
}
.category-item a.active, .category-item a:hover{
    color: var(--f-primary)!important;
}
.product-link{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}
.product-container:hover .product-link{
    bottom: 25%;
    transition: 0.5s ease-out;
    opacity: 1;
}
.product-link a:hover{
    color: var(--f-secondary)!important;
    background-color: white!important;
    box-shadow: 0 2px 3px 0 rgba(77, 1, 1, 0.5);
}

.brand-box{
    height: 90px;
}

.brand-box div{
    transition: .5s linear;
}
.brand-box div:hover{
    border : 1px solid var(--f-primary)!important;
}

.card-shadow{
    box-shadow: 0 3px 10px 0 rgba(169, 169, 169, 0.3);
}
