.navigation{background-color:var(--white)}
.header .header__top{background-color: var(--white);padding: 0px;}
.header--mobile{background-color:var(--white)}
.header--mobile.header--sticky .navigation--mobile{background-color:var(--white)}
.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-shopping-product .ps-product:not(.ps-product--wide) .ps-product__thumbnail > a {
    display: flex;
    align-items: center;
    justify-content: center;
    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;
}
