/* Add custom CSS styles below */
.normal-banners-homePage .advanced-slider__slide {
  padding: 0 16px;
}

@media (max-width: 767px) {
  .normal-banners-homePage .advanced-slider__image {
    border-radius: 20px;
  }
}

@media (max-width: 991px) {
.s-block--special-products-slider .min-h-\[600px\] > div:first-child {
    max-height: none !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.s-block--special-products-slider .min-h-\[600px\] > div:first-child img {
    max-height: none !important;
}
}

@media (min-width: 992px) {
  .s-block--special-products-slider img.lazy {
    object-fit: contain !important;
  }
}

.s-block--enhanced-features .grid {
  padding-top: 20px;
  padding-bottom: 20px;
}

.s-block--enhanced-features__item {
  border: #D1799E7A 1px solid;
  border-radius: 8px;
}