/* Add custom CSS styles below */ 
.navbar-brand img {
    width: 100px !important;
    object-fit: contain;
    scale: 2;
}
.main-menu.mm-spn--open li a ,
.main-menu.mm-spn--open {
    background: #fbf5ec;
}
.s-main-banner .banner__content .section__title .title__name {
    text-align: right;
}
.tcat-image img{
  width: 100% !important;
  height: 100% !important;

}
.product-single .main-content {
    background: transparent;
    box-shadow: none;
}
.s-product-card-fit-height .s-product-card-image {
    height: 29rem;
    max-height: 29rem;
}
@media screen and (max-width: 768px) {
    .navbar-brand img {
        width: 70px !important;
    }
    .s-product-card-fit-height .s-product-card-image {
        height: 17rem;
        max-height: 20rem;
    }
    .s-main-banner .banner__content .section__title .title__description {
        width: 59%;
        text-align: right;
    }
    .s-main-banner {
        min-height: 250px;
    }
    .s-main-banner .banner__content .section__title .title__name {
        font-size: 24px;
    }
}

/** Edits **/
.single-product .sidebar .s-slider-wrapper .s-slider-container .swiper-wrapper {
    height: unset !important;
}
.single-product .sidebar .s-slider-wrapper .s-slider-container {
    max-height: unset;
}
/*  */
.s-product-card-entry.s-product-card-horizontal {
    max-height: 220px;
    overflow: hidden;
}