.main-menu .root-level {
    transition: all .3s ease;
}
.faq-section {
    background: #ffffff !important;
    padding: 60px 40px;
    direction: rtl;
}
.faq-card {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    border: 1px solid #D8C3A5;
}
.main-menu .root-level:hover {
    transform: translateY(-4px);
}

.main-menu .root-level > a {
    position: relative;
    transition: all .3s ease;
}

.main-menu .root-level > a:hover {
    color: #D8C3A5 !important;
}

/* خط ذهبي ناعم بدل البوكس */
.main-menu .root-level > a::after {
    content: "";
    position: absolute;
    bottom: -6px;
    right: 50%;
    width: 0;
    height: 2px;
    background: #D8C3A5;
    transition: all .3s ease;
    transform: translateX(50%);
}

.main-menu .root-level > a:hover::after {
    width: 70%;
}
.s-button-primary-outline {
    transition: all .35s ease !important;
}

.s-button-primary-outline:hover {
    transform: translateY(-4px) scale(1.03);
    border-color: #D8C3A5 !important;
    color: #fff !important;
    background:#D8C3A5 !important;

    box-shadow:
        0 0 15px #D8C3A5,
        0 0 30px #D8C3A5,
        0 0 50px rgba(216,195,165,.8);
}
/* روابط الفوتر فقط */
.store-footer__inner a:not(.s-social-link a) {
    transition: all .3s ease;
}

.store-footer__inner a:not(.s-social-link a):hover {
    color: #fff !important;
    transform: translateY(-3px);
}

/* الروابط والعناوين */
.store-footer__inner a,
.store-footer__inner h3 {
    transition: all .35s ease;
    display: inline-block;
}

.store-footer__inner a:hover,
.store-footer__inner h3:hover {
    color: #fff !important;
    transform: translateY(-5px);

    text-shadow:
        0 0 5px rgba(255,255,255,.8),
        0 0 10px rgba(255,255,255,.6),
        0 0 20px rgba(255,255,255,.4);
}

/* أيقونات التواصل */
.store-footer__inner .s-social-link a {
    transition: all .35s ease;
}

.store-footer__inner .s-social-link a:hover {
    transform: translateY(-5px) scale(1.08);

    filter:
        drop-shadow(0 0 5px rgba(255,255,255,.8))
        drop-shadow(0 0 12px rgba(255,255,255,.6));
}
.store-footer__inner a:hover,
.store-footer__inner h3:hover {
    color: #fff !important;
    transform: translateY(-5px);

    text-shadow:
        0 0 10px #fff,
        0 0 20px #fff,
        0 0 30px #fff;
}
/* الأيقونات */
.s-social-link a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}

/* الهوفر */
.s-social-link a:hover {
    transform: translateY(-5px);
}

/* الإضاءة على الأيقونة نفسها */
.s-social-link a:hover svg {
    filter:
        drop-shadow(0 0 5px rgba(255,255,255,.8))
        drop-shadow(0 0 10px rgba(255,255,255,.6));
}
.s-block--photos-slider {
    margin: 0 !important;
    padding: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
}


.s-block--photos-slider .container,
.s-block--photos-slider .swiper,
.s-block--photos-slider .swiper-wrapper,
.s-block--photos-slider salla-slider {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
}


.s-block--photos-slider img {
    width: 100% !important;
    height: auto !important;
    display: block;
}
body {
    background-color: #FFFFFF;
}


.banner--fixed img, .banner-entry {
    background: transparent;
    }
    

section.s-block.s-block--fixed-banner:nth-of-type(2) .container{
    margin: 0 auto;
    padding: 0;
    max-width: 600px;
}
section.s-block.s-block--fixed-banner:nth-of-type(4) .container{
    margin: 0 auto;
    padding: 0;
    max-width: 600px;
}

section.s-block.s-block--banners.container .grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: -31px;
    margin-bottom: 3rem;
}

section.s-block.s-block--banners.container .banner-entry {
  flex: 0 0 calc(16% - 10px);
 max-width: calc(14% - 10px);
  height: 204px;
  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: 204px;
    margin-top: -66px;
  }
}
@media (width: 1024px) {
  section.s-block.s-block--banners.container .banner-entry {
  height: 204px;
  margin-top: -37px;
    }
  }
@media (max-width:768px) {
    section.s-block.s-block--banners.container .banner-entry {
        margin-top: 1rem;
        flex: 0 0 calc(33% - 10px);
        max-width: calc(35% - 10px);
        height: 126px;
    }
  section.s-block.s-block--fixed-banner:nth-of-type(2) .container{
    margin: 0 auto;
    padding: 0;
    max-width: 300px;
}
}

.s-product-card-entry {
    box-shadow: 0 0 10px 0 black;
    height: 100%;
    border-radius: 12px !important;
}
.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:#D8C3A5;
}

.s-reviews-testimonial {
   background: #D8C3A5;
    border-radius: 14px;
    padding: 25px;
    color:#fff;
}
.s-reviews-testimonial * {
    color:#fff;
}
.s-reviews-header-wrapper .s-reviews-header {
  position: relative;
  font-size: 25px;
  line-height: 1.2;
  color: #fff;
  display: inline-block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
 padding: 0 36px;
}
.s-reviews-header-wrapper .s-reviews-header::after {
  content: "";
  position: absolute;
    left: -44px;
    right: -42px;
    bottom: -17px;
    height: 51px;

  background: url("https://e.top4top.io/p_3826jzsqq1.png") center center / contain no-repeat;
  z-index: -1; 
}
.s-slider-block__title h2 {
  color: #D8C3A5;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  margin-bottom: 20px; 
}

.s-slider-block__title h2::after {
    content: "";
    position: absolute;
    left: 59%;
    bottom: -13px;
    transform: translateX(-50%);
    width: 101%;
    height: 3px;
    background-color: #000;
    border-radius: 3px;
}
.s-reviews-testimonial__icon svg ,
.s-rating-stars-small svg{
  fill: #FFF;
}
#best-offers-9-slider .s-slider-block__title{
  display: none;
}
.s-product-card-price, .s-product-card-starting-price h4 {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.25rem;
    color: #000;
}
.footer-is-light .store-footer .store-footer__inner  {
   background:#D8C3A5;
    color: #fff;
}
    .copyright-text p {
    color: #000;
}