/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
.s-product-card-promotion-title {
    display: none;
}
.gap-4{
color:#991B1B;
}
.s-product-card-price{
color: #991B1B;
}
.slide--cat-entry i{
color:#991B1B;
}

@media (min-width: 768px) {
    .two-row .banner-entry:first-child {
        display: none;
    }
}

.s-block--fixed-banner .container {
  max-width: 100% !important;
}



/* Target only the homepage slider using its unique ID */
#photos-0-slider.swiper.s-slider-container {
  width: 100vw !important;
  padding: 0 !important;
}

#photos-0-slider .swiper-slide {
  width: 100vw !important;
}

#photos-0-slider .swiper-slide img {
  width: 100% !important;
  height: auto;
  object-fit: cover; /* Or 'contain' if needed */
}