.navigation{background-color:var(--white)}
.header .header__top{
    background-color: var(--white);
    padding: 0px;
    background-image: var(--header-top-banner, none);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    min-height: var(--header-top-banner-min-height, 0px);
}
.header.header--sticky .header__top{
    min-height: 0;
}
.header--mobile{background-color:var(--white)}
.header--mobile .navigation--mobile{
    background-image: var(--header-top-banner-mobile, none);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    min-height: var(--header-mobile-banner-min-height, 0px);
}
.header--mobile.header--sticky .navigation--mobile{
    background-color:var(--white);
    min-height: 0;
}
.ps-form--quick-search .form-control{background-color: var(--input-color)}
.ps-form--search-mobile input{background-color: var(--input-color)}
.ps-form--quick-search .form-group--icon .product-cat-label{background-color:var(--input-color)}

.ps-block--category {
    border: 1px solid transparent;
}

.ps-shopping-product .ps-product:not(.ps-product--wide) .ps-product__thumbnail > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    /* height: 210px; */
    /* height: 280px; */
    overflow: hidden;
}

/* .ps-shopping-product .ps-product:not(.ps-product--wide) .ps-product__thumbnail > a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
} */
