/* Add custom CSS styles below */ 
body {
  background-color: #F6F6F6 !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;
  padding-bottom: 10px;
}

.s-slider-block__title-left {
  display: none;
}

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

.s-slider-block__title {
    /* 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 {
  background-color: #fff;
  border-radius: 10px;
}

custom-salla-product-card > div.tala-card > div.flex.flex-col.mt-4.card-content {
    margin-bottom: 1rem;
}

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

.tala-card .s-button-btn {
  border-color: #D7AE69;
  background-color: #d7ae69;
  padding-left: 1.2rem !important;
  padding-right: 1.2rem !important;
  width: 90%;
  border-radius: 15px !important;
}

.tala-card .s-button-btn:hover {
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.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 {
  background-color: #fff;
  border: 1px solid #0000001A;
  border-radius: 20px;
}

.s-block--features__item .feature-icon i {
  font-size: 3rem !important;
  color: #D9AC69 !important;
}

.s-block--features__item .feature-icon {
    background-color: transparent;
}

.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 */