.banner-section img {
    object-fit: contain;
    aspect-ratio: 1/1;
}

.product-item img {
    object-fit: contain;
    aspect-ratio: 1/1;
}

.product-item_category a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-compare-image img {
    object-fit: contain;
    aspect-ratio: 1/1;
    max-width: 300px;
}

.z-index-9999 {
    z-index: 9999;
}

.category-background {
    background-color: #fff;
}

.category-menu {
    max-height: 600px;
    overflow-y: scroll;
}

.category-link {
    border: none;
    outline: none;
    background-color: transparent;
}

a.nav-link.best-deals-nav-link:hover,
a.nav-link.bestsellers-nav-link:hover {
    background-color: red;
    color: #fff !important;
}

a.nav-link.bestsellers-nav-link.active,
a.nav-link.best-deals-nav-link.active {
    color: #fff !important;
}

.page-link.current,
.page-link.currenthover,
.page-link.current:focus,
.page-item.current.active .page-link {
    color: #ffffff !important;
}


.u-hamburger__inner,
.u-hamburger__inner::before,
.u-hamburger__inner::after {
	background-color: white !important;
}

/* Header icons - only mobile (desktop uses default theme colors) */
@media (max-width: 1199.98px) {
    /* mobile cart + mobile account icon */
    .font-size-22.ec.ec-shopping-bag,
    .font-size-22.ec.ec-user,
    /* mobile search icon inside searchClassicInvoker */
    #searchClassicInvoker .ec.ec-search {
        color: #ffffff !important;
    }
}