body {
    background-color: #FFFFFF;
}


.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(5) .container {
    max-width: 1600px;
}
section.s-block.s-block--fixed-banner:nth-of-type(7) .container {
    max-width: 1600px;
}
section.s-block.s-block--fixed-banner:nth-of-type(10) .container {
    max-width: 1600px;
}
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 a.banner--fixed img {
    margin: 0 auto;
    padding: 0;
    width:600px;
}

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

section.s-block.s-block--banners.container .banner-entry {
 flex: 0 0 calc(16% - 10px);
  max-width: calc(14% - 10px);
  height: 160px;
  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: 147px;
        margin-top: -27px;
        margin-bottom: -2rem;
  }
}
@media (width: 1024px) {
  section.s-block.s-block--banners.container .banner-entry {
    height: 160px;
    margin-top: -18px;
    margin-bottom: -3REM;
  }
}
@media (max-width: 640px) {
  section.s-block.s-block--banners.container .banner-entry {
       flex: 0 0 calc(62% - 10px);
        max-width: calc(33% - 10px);
        height: 151px;
    margin-top: 2rem;
  }
}
@media (width: 320px) {
  section.s-block.s-block--banners.container .banner-entry {
   flex: 0 0 calc(42% - 10px);
   max-width: calc(34% - 10px);
    height: 110px;
    margin-top: 1rem;
  }
}
@media (width: 375px) {
  section.s-block.s-block--banners.container .banner-entry {
        flex: 0 0 calc(39% - 10px);
        max-width: calc(33% - 10px);
        height: 131px;
    margin-top: 1rem;
  }
}
.s-product-card-content-title a {
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
    overflow: hidden;
    white-space: nowrap;
}
.s-product-card-entry {
    box-shadow: 0 0 10px 0 black;
    border-radius: 12px !important;
      height:360PX
}
.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: #BF638E;
}

.s-product-card-price, .s-product-card-starting-price h4 {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.25rem;
    color: #000;
}
.s-reviews-testimonial {
   background: #BF638E;
    border-radius: 14px;
    padding: 25px;
    color:#fff
}
  .s-reviews-header {
    font-size: 33.83px;
    font-weight: 700;
    line-height: 1.75rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    margin-right: .5rem;
}

.s-slider-block__title h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  margin-bottom: 20px; 
  color:#BF638E;
}

.s-rating-stars-hovered, .s-rating-stars-selected {
    fill: #fff;
}
.s-reviews-testimonial__icon svg {
     fill: #fff;
}
.footer-is-light .store-footer .store-footer__inner {
   background: #BF638E;
  color: #fff;
}