/* Add custom CSS styles below */ 
.navbar-brand img{
max-height: 8rem !important;
}

.s-product-card-content-title{
white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  text-align: right !important;
}

:root{
--font-main: 'Apple' !important;
}