.s-block--fixed-banner .grid img{
    max-height: 300px;
    height: 300px;
}
.product-entry__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-entry__content .flex.flex-col.gap-1 {
  gap: 0 !important;
}

.product-entry__content .flex.flex-col.gap-1.md\:gap-2\.5.mt-auto {
  gap: 4px !important;
}
.product-entry__content .mt-auto {
  gap: 2px !important;
  margin-top: 4px !important;
}

.product-entry__content .flex.flex-col.gap-1 {
  gap: 2px !important;
}