body {
  background: #fff;
}
.s-block--fixed-banner:first-of-type{
  margin-top: 0;
}
.s-block--fixed-banner:first-of-type .container{
  margin: 0;
  padding: 0;
  max-width: none;
}

.full-banner-entry::after, .full-banner-entry::before{
  visibility: hidden !important;
}

section:nth-of-type(3) .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.s-block:nth-of-type(6) .grid{
  grid-template-columns: repeat(3, 1fr) !important;
}

@media (max-width: 640px) {
  .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.banner-entry {
  position: relative;
  direction: rtl;
  padding: 0 !important;
  background-size: cover !important;
  background-position: center !important;
  display: block;
  overflow: hidden;
}

.banner-entry .lazy__bg {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.two-row .banner-entry:first-child{
  height: 93%;
}

.s-block__title {
  align-items: center;
  display: none;
  margin-top: -100px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.s-products-slider-card{
  width: 90%;
  margin: 10px auto;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 20px !important;
}

@media (min-width: 576px) {
  .s-products-slider-card {
    width: 70%;
  }
}

.s-block__title h2,
.s-slider-block__title-right h2{
  font-size: 2.5rem !important;
  font-weight: 400;
}

@media (max-width: 576px) {
  .s-slider-block__title-right h2 {
    font-size: 1.5rem !important;
    text-align: center;
    width: 100%;
  }
}

.s-slider-block__display-all{
  display: none;
}
.s-block-s-block--full-banner{
  background-size: cover !important;
  background-position: center !important;
  width: 80%;
}

.s-product-card-content-footer{
    background-color: #77968A!important;
    color: white !important;
    border-radius: 0 !important;
    width: 90%;
    position: relative;
  }
  
   .s-product-card-content-footer .s-button-text::before{
 content: "";
  position: absolute;
  top: -10px; 
  left: -10px;
  width: 110%;
  height: 1px;
  background-color: #77968A;
   }
  
  .s-product-card-content-footer span {
  color: #fff;
  border-style: none; 
  border-color: transparent;
  }

  .s-product-card-price {
    color: #28a745 !important;
  }

.s-product-card-entry{
  border-radius: 20px; 
  overflow: hidden; 
}

  .s-product-card-entry,
  .s-product-card-image img {
    border-radius: 20px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  
  .s-product-card-image img{
    width: 100%;
    margin-top: 5px;
  }

  .s-product-card-image {
    padding: 5px;
    border-radius: 20px !important;
    background-color: #fff!important;
  }

  .s-product-card-entry:hover {
    box-shadow: none !important;
  }
  
  .s-button-btn, .s-price-range-number-input {
    border-radius: 0 !important;
}
.s-button-primary-outline{
  color: transparent !important;
}
.carousel-slider .swiper-wrapper{
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.s-reviews-header-wrapper{
  justify-content: center;
}

.s-reviews-header-wrapper h1{
    font-size: 2rem;
    font-weight: 600;
    width: 12rem;
    height: 4rem;
    background-image: url(https://lirp.cdn-website.com/0f1f35bd/dms3rep/multi/opt/Untitled-design--2810-29-1920w.png);
    background-position: center;
    background-size: cover;
    padding-inline: 20px;
    padding-block: 10px;
}

.s-reviews-container .swiper-slide-active .s-reviews-testimonial__inner{
  background-color: #f7f5ef;
  direction: ltr;
  padding-inline: 10px;
  margin-end: 20px; 
}

.s-reviews-container .swiper-slide-active .s-reviews-testimonial{
  background-color: #f7f5ef;
}

.s-reviews-testimonial__text {
  margin-left: 20px;
}

.s-rating-stars-selected {
    fill: #000;
}

.s-reviews-testimonial__icon svg{
  fill:#000;
  position: absolute;
  right: 1rem;
  top: 1rem;
}

#scrollToTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
  background-color: #77968A;
  color: white;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
}

#scrollToTopBtn:hover {
  background-color: #5f7a6b;
  transform: translateY(-3px);
}
.navbar-brand img {
    max-height: 4rem;
    width: auto;
    max-width: 100px;
}
section:first-of-type .text-white{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border: 0;
  color: transparent;
}
@media (max-width: 768px){
  section:nth-of-type(3) .grid{
    grid-template-columns: repeat(2, 1fr);
  }
  .two-row .banner-entry:first-child{
    height: 100%;
  }
  section:nth-of-type(3) .square-photos{
    height: 100px;
  }
}
@media (max-width: 480px){
  section:nth-of-type(6){
    margin: 0;
    height: 160px;
  }
}