body {
    background-color: #FFFFFF;
}

.s-product-card-promotion-title {
    --tw-bg-opacity: 1;
    background-color: #991b1b;
    background-color: rgb(36 51 41);
    --tw-text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.s-product-card-content-title a {
    display: block;
    font-size: 0.880rem;
    font-weight: 800;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: #1f2937;
    color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
}
.s-product-card-price, .s-product-card-starting-price h4 {
    font-size: .875rem;
    font-weight: 800;
    line-height: 1.25rem;
    color: #000;
}
.banner--fixed img, .banner-entry {
    background: transparent;
    }
    
section.s-block.s-block--fixed-banner:nth-of-type(1) .container {
    max-width: 100%;
    padding: 0;
}
section.s-block.s-block--fixed-banner:nth-of-type(1) {
    margin: 0;
    padding: 0;
}
section.s-block.s-block--fixed-banner:nth-of-type(2) .container{
    MAX-width: 600px;
}

section.s-block.s-block--banners.container .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top:0px;
}

section.s-block.s-block--banners.container .banner-entry {
     flex: 0 0 calc(27% - 10px);
    max-width: calc(36% - 10px);
  height: 204px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
@media (width: 768px) {
  section.s-block.s-block--banners.container .banner-entry {
    height: 204px;
    margin-top: -66px;
  }
}
@media (width: 1024px) {
  section.s-block.s-block--banners.container .banner-entry {
  height: 204px;
  margin-top: -37px;
    }
  }
@media (max-width: 640px) {
  section.s-block.s-block--banners.container .banner-entry {
         margin-top: 0rem;
        flex: 0 0 calc(45% - 10px);
        max-width: calc(118% - 10px);
        height: 81px;
  }
  section.s-block.s-block--fixed-banner:nth-of-type(2) .container
Specificity: (0,4,1)
 {
    margin: 0 auto;
    padding: 0;
    MAX-width: 300px;
}
}

.s-product-card-entry {
    box-shadow: 0 0 10px 0 black;
    height: 100%;
    border-radius: 12px !important;
}
.s-products-slider-card {
  padding: 1rem;
}
.s-products-list-vertical-cards { 
  padding: 1rem;
}  

.s-button-btn, .s-price-range-number-input {
    border-radius: .75rem;
    color: #fff;
    background: #243329;
}
.s-slider-block__title h2::after {
    content: "";
    position: absolute;
    left: 59%;
    bottom: -13px;
    transform: translateX(-50%);
    width: 101%;
    height: 3px;
    background-color: #000;
    border-radius: 3px;
}


.s-product-card-price, .s-product-card-starting-price h4 {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.25rem;
    color: #000;
}
 .store-footer__inner {
   background: #243329;
    color: #fff;
}
    .copyright-text p {
    color: #FFF;
}