/* Add custom CSS styles below */ 
body {
  background-color: #FFF8ED !important;
}

@media(max-width: 992px) {
  .tala-header div:first-child {
    height: 2rem;
  }
}

@media (max-width: 1023px) {
    .tala-menu {
        background-color: #D7AE69;
    }
}

section.tala-fixed-banner.s-block.s-block--fixed-banner.wide-placeholder .container img {
  background-color: transparent;
}

:nth-child(4 of section.tala-fixed-banner.s-block.s-block--fixed-banner.wide-placeholder) .container img {
  max-width: 768px;
  justify-self: center;
}

/* Products Section */
.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *), .s-slider-block__title-right:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0;
}

@media(min-width: 768px) {
  .s-slider-block__title h2 {
    font-size: 1.3rem;
  }
}

.s-slider-block__title {
    display: none !important;
    text-align: center;
}

custom-salla-product-card .tala-card img {
  object-fit: fill;
  aspect-ratio: 1 / 1;
}

custom-salla-product-card .tala-card .product-name {
  height: 2rem;
}

.tala-card .card-content .text-sm .m-1\.5 {
    margin:  0 0.375rem 0 0 !important;
}

.tala-card .s-button-btn {
  border-color: #D7AE69;
  padding-left: 1.2rem !important;
  padding-right: 1.2rem !important;
}

.tala-add-to-cart .s-button-primary {
    color: #000 !important;
}

.tala-add-to-cart .s-button-primary:hover {
    color: #000 !important;
}
/* End of Products Section */

/* Testimonials */
.testimonials-slider .swiper-slide-active .testimonial {
    background-color: transparent;
}

.testimonials-slider .testimonial__avatar:where([dir="rtl"], [dir="rtl"] *) {
    border: 1px solid #00000033;
}
/* End of Testimonials */

/* Store Features */
.s-block--features__item .feature-icon {
    height: 5rem;
    width: 5rem;
}

.s-block--features__item .feature-icon i {
    font-size: 2rem;
    color: #fff;
}

.s-block--features__item h4 {
    font-size: 1rem;
    line-height: 2.5rem;
}
/* End of Store Features */