.header-logo-img {
    max-height: 100%;
    margin: auto;
}

.header-middle {
        padding: 10px;
    }


.headroom--not-top .header-logo-img {
        max-height: 100%;
    }

.header-navbar-search {
        height: 0%;
		margin-bottom: 45px;
}

.header-top-row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: #cecece5c;
}

.btn-quickview.btn, .product-card__details .btn {
    border-color: #141414;
    color: #dae1e8;
    background-color: #e36f26;
}

.splide__slide--main .banner-item__image {
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.category-menu {
    display: flex;
    margin: 0 -1rem;
    justify-content: center;
    flex-wrap: wrap;
    line-height: 1.4;
    background-color: #000000;
    color: #fff;
    margin-left: -4px;
    margin-right: -4px;
}

.btn-primary {
 background-color: black;
 color: white;
}

.category-menu>.category-list>.nav-link {
    outline: 0;
    font-weight: 400;
    font-size: .9375rem;
    margin: 1.47rem 1.565rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    line-height: 150%;
    color: #fff !important;
}

.search-module__input {
     border: 1px solid rgb(228 110 42);
    }

.footer-middle {
    background-color: #000;
    color: var(--text-on-primary);
    border-radius: 0;
    padding: 50px;
    margin-left: calc(-1* var(--gutter));
    margin-right: calc(-1* var(--gutter));
}

    .container-small {
        max-width: 1200px;
    }