/* Add custom CSS styles below */ 
body {
    --tw-bg-opacity: 1;
    background-color: #f9fafb;
    background-color: rgb(255 255 255);
}
i.sicon-heart {
    color:#ff5657
}
.s-button-wrap svg {
    height: 1.25rem;
    width: 1.25rem;
    fill: rgb(255 86 87);
}

/*=============================
   Slider - Photos
============================= */

section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    width: 100%;
}

section.s-block.s-block--photos-slider .carousel-slider .swiper-wrapper > div {
    padding: 0 !important;
}

section:first-of-type.s-block.s-block--photos-slider {
    margin-top: 0;
}

[dir="rtl"] salla-slider.photos-slider .swiper {
    padding: 0;
}

section.s-block.s-block--photos-slider .s-slider-block__title-nav {
    display: none !important;
}

/* =============================
block__title 
============================= */

.s-slider-block__title h2 {
    position: relative;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
    color: #ff5659;
    padding: 0.5rem 1rem;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    z-index: 1;
}
.s-slider-block__title-left {
    align-items: center;
    display: flex;
    display: none;
}
.s-slider-block__title {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
}

.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *)::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 12px;
    background: url(https://i.ibb.co/WN63mTnZ/b.png) no-repeat center / contain;
}


.s-product-card-content-footer {
  
    background-color: #ff5659;
  border-radius: 8px;
}
.s-button-text {
    color: white;
}


/* =============================
   Footer
============================= */




.store-footer {
    background: transparent!important;
    padding: 30px;
    font-size: 14px;
    text-align: center
}
.s-social-list {
  display: flex;
  gap: 0.625rem;
  justify-content: center;
}
.s-block--features__item {
  background: transparent!important;
}
.s-block--features_item h2 , .s-block--features_item p {
  color:#CDAD6B
}
.store-footer__inner {
    background: transparent!important;

    border: none !important; /* إزالة أي حدود أخرى */
    width: 85%; /* تقليل طول الخط */
    margin: 0 auto; /* توسيطه في المنتصف */
    position: relative; /* ضروري لعناصر before و after */
    justify-content: center; 

}





.store-footer__inner .flex {
    justify-content: center
    
}

.store-footer__inner .max-w-sm {
    margin: auto
}

.store-footer h3 {
    color: #ffffff;
    font-size: 1.3rem
}

.store-footer h3:hover {
    color: #ffffff;
    opacity: 1;
    cursor: pointer
}

.footer-list {
    color: #CDAD6B;
}

.store-footer__inner .max-w-sm {
    color: #ffffff;
    font-size:15px;
}

.store-footer a {
    color: #ffffff;
    font-size:15px;
}

.store-footer i {
    color: #ffffff;
    border-color: #CDAD6B;
}
.copyright-text p {
    --tw-text-opacity: 1;
    color: #374151;
    color: rgb(255 255 255);
}

.store-footer__inner {
    text-align: center!important;
}
@media (min-width: 1024px) {
    .lg\:grid-cols-6 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
.footer-is-light .store-footer {
    background-color: rgb(255 86 89) !important;
}
.footer-is-light .store-footer {
    border-top-right-radius: 180px;
    border-top-left-radius: 180px;
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
}
.s-contacts-list {
    display: flex
;
    gap: 1rem;
    align-content: center;
    align-items: center;
}
.s-social-list {
    display: flex
;
    gap: 0.625rem;
    justify-content: center;
}
.footer-logo {
    background-color: white;
    display: block;
    margin: 0 auto 20px auto;
    max-width: 80px;
    border-radius: 16px;
    height: auto;
    animation: footerLogoBounce 2s ease-in-out infinite;
}

@keyframes footerLogoBounce {
  0% {
    transform: scale(1) translateY(0);
  }
  50% {
    transform: scale(1.1) translateY(-5px);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}


@media (min-width: 1024px) {
    .store-footer__inner {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}