/* Background Color and Border for Products in Boost Collections */

.boost-sd__product-image-img {
    background-color: #f4f5f7 !important; 
}

a .boost-sd__product-image {
    
    border:1px solid #DCDCDE !important;
}
a .boost-sd__product-image:hover {
      border:1px solid #DCDCDE !important;
}

.boost-sd__search-widget-init-wrapper {
    top: 2.5rem !important;
  }



/* Collections List Styles */

.card .card__inner .card__media {
    background-color: #f4f5f7 !important;
    border:1px solid #DCDCDE !important;
 
}
.card .card__inner .card__media:hover {
   border:1px solid #DCDCDE !important;
 
}


@media (max-width: 767px) {
    h3.boost-sd__header-item.boost-sd__instant-search-product-list-header {
        padding-top: min(.4rem, 10px) !important;
        text-align: left;
        background: white;
    }
}