
.hero-section{
    height: 540px
}

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


.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 var(--f-primary);
}
.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;
    cursor: pointer;
}
.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);
}

.whatsapp-container{
    display: block;
    position: fixed;
    right: -50px;
    bottom: -50px;
    z-index: 999;
    opacity: 0;
    transition: .5s ease-out;
}
.whatsapp-container.active{
    bottom: 10px;
    right: 10px;
    opacity: 1;
}
.whatsapp-container img:hover{
    width: 55px;
}
.whatsapp-container img{
    width: 50px;
}

.shopier-container{
    display: block;
    position: fixed;
    right: 30px;
    bottom: -50px;
    z-index: 999;
    opacity: 0;
    transition: .5s ease-out;
}
.shopier-container.active{
    bottom: 10px;
    right: 70px;
    opacity: 1;
}
.shopier-container img:hover{
    width: 55px;
}
.shopier-container img{
    width: 50px;
    border-radius: 11px!important;
}

.instagram-img{
    height: 300px;
    object-fit: cover;
    object-position: center;
}
.swiper-primary-text{
    font-size: 50px;
    --heading-font: 'Inter', sans-serif;
}
.swiper-secondary-text{
    font-size: 40px;
    --heading-font: 'Inter', sans-serif;
}

@media screen and (max-width: 768px) {
    .hero-img{
        height: 270px!important;
        object-fit: cover!important;
    }
    .hero-h1{
        font-size: 22px!important;
        margin-bottom: 15px!important;
        font-weight: 700!important;
    }
    .instagram-img{
        height: auto!important;
        object-fit: contain;
    }
    .swiper-primary-text{
        font-size: 30px;
    }
    .swiper-secondary-text{
        font-size: 20px;
    }
}







