/* Add custom CSS styles below */ 
.navbar-brand img {
    OBJECT-FIT: contain;
}
.s-main-banner .banner__content .section__title .section__header {
    ALIGN-ITEMS: center;
}
section .absolute .object-cover{
  object-fit: contain
}
.ts_reactbanner-sec .img-position.absolute {
    max-width: 90%;
}
.imgcurve img {
    object-fit: cover;
}
.mainside {
        background-image: url(https://cdn.files.salla.network/homepage/1130662712/a07372f6-eb2c-480b-b7a5-a3eb3052316b.webp) !important;
    }
.imgmain::before {
    background-color: transparent;
}
.imgmain {
    width: 343px;
    height: 343px;
  margin-top:30px;
}
  .imgmain .h-\[62\%\] {
    height: 100%;
    
}
section.review_cus_sec .absolute .object-cover {
    object-fit: cover;
}
/*product hover */
.s-product-card-entry:hover .s-product-card-content ,.s-product-card-entry:hover .product__header {
    background-color: #27bcee12 !important;
}
.s-product-card-entry:hover .s-product-card-content ,.s-product-card-entry:hover .product__header {
    border-color: #fff2db !important;
}



@media (min-width:1024px){
  .s-main-banner .banner__content {
    width: 50% !important;
}
section:nth-child(3 of .s-main-banner) .banner__content .section__title .title__name {
    margin-top: 30%;
}
}

@media (min-width: 1024px) {
  .s-filtered-product  .lg\:grid-cols-4 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  .filtered__banner.relative.rounded-xl.aos-init.aos-animate {
    grid-column: span 2;
}
}
.s-main-banner .floating__img img {
    object-fit: cover;
}