.nav-brand img {
    width: 100px;
}
.vactor-img {
    margin-top: -30px;
    background: #fff;
}
.limited-card-img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 165px;
    overflow: hidden;
    background: #e7f3ff;
    padding: 10px;
    border-radius: 10px;
}
.limited-card-img-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.trusted-stars img.w-auto {
    width: 80px !important;
}
.list-columns-2 {
    columns: 2;
}
.fashion-customer-support__icon img {
    width: 80px;
    height: 40px;
    object-fit: contain;
}
.category-panel{
  display: inline-block;
  width: 100%;
  padding: 50px 0;
}
span.category__list__icon img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}
.product-card .card-img {
    width: 100%;
    height: 225px;
    overflow: hidden;
}
.product-card .card-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* .flexslider .slides li {
    height: 285px;
    padding: 15px;
}
.flexslider .slides li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
} */
@media (max-width:767px){
    .nav-brand img {
        width: 70px;
    }
    nav.navigation.header-style4 {
        padding: 5px 0;
    }
    .header-style4 .nav-bottom {
        margin-top: 0;
        padding: 0;
        border: none;
    }
    .header-icon-gap {
        gap: 13px;
    }
    .logo-mobile-view {
        margin-right: auto;
        margin-left: 35px;
    }
    header.header-main-block .header-style4 .nav-search.mobile-view button.nav__search__icon {
        margin-top: 15px;
        margin-right: -25px;
    }
    .nav-search-inner {
        top: 0px;
    }
    .navigation-portrait .nav-search-close-button {
        top: 14px;
    }
}