/* Add custom CSS styles below */ 
.navbar-brand img {
    content: url("https://cdn.files.salla.network/homepage/466788670/5959eb90-109c-4df1-be8b-af5eb6909e31.webp");
}
section.section-space.categories-1 .container img {
    width: 50%;
    height: auto;
    display: block;
    margin: 0 auto:
}
footer .h-6 img {
    height: 60px !important;
    width: auto !important;
}
 .s-product-card-vertical .s-product-card-content-footer .slide-text {
    transform: translateX(0%);
    display: block;
}
.s-product-card-vertical .s-product-card-image {
    aspect-ratio: 1/1.5;
}
  .s-product-card-image .s-product-card-image-cover{
    object-fit: cover !important;
}
@media (max-width: 768px){
 /* a.navbar-brand.h-12 {
    height: 5rem;
}*/
  .index .s-product-card-image-contain{
    object-fit: cover !important;
}
  .main-banner .main-banner-slider.swiper {
    height: 38vh;
}
  .video-banner.h-\[500px\] {
    height: 300px !important;
}
  .after-before.section-space.h-\[587px\] {
    height: 400px;
}
  .after-before.section-space .object-cover {
    object-position: 60%;
}
  
  section.special-category.section-space .category-item.overflow-hidden.md\:row-span-2 {
    grid-row: span 2;
}
 
}