/* Add custom CSS styles below */ 
.logo-normal{
    width:60px !important;
  height:auto !important;
}


.wide-banner {
    height:250px !important;
  width:100% !important;
  padding:0px !important;
  margin: 0px !important;
}

.wide-banner .container{
    max-width: 100% !important;
  padding: 0px !important;
}

.wide-banner .container .flex {
    gap:0rem !important;
  border: 0 solid #e5e7eb !important;
  
}

/* Shift all images downward to show the head */
.s-products-slider-card .product-card__image img {
    object-fit: cover;
    object-position: 50% 10%; /* 20% from top instead of 50% center */
}

.product-card__image img {
    object-fit: cover;
    object-position: 50% 15%;
}