/* ================================
   1️⃣ إخفاء العنوان الشمال
================================ */
.s-products-slider-wrapper.hydrated 
.s-slider-block__title-left {
    display: none !important;
}

/* ================================
   2️⃣ العنوان الرئيسي في المنتصف
   + خطوط من الجانبين
================================ */
.s-products-slider-wrapper.hydrated 
.s-slider-block__title {
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
}

/* العنوان الذهبي */
.s-products-slider-wrapper.hydrated 
.s-slider-block__title-right {
    position: relative;
    color: #B69D6E !important;
    font-size: 32px;
    font-weight: 600;
    padding: 0 25px;
    white-space: nowrap;
}
.s-slider-block__title h2 {
  font-size: 2.25rem;}
  
/* الخط يمين */
.s-products-slider-wrapper.hydrated 
.s-slider-block__title-right::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -120px;
    width: 100px;
    height: 2px;
    background-color: #6C9EA7;
    transform: translateY(-50%);
}

/* الخط شمال */
.s-products-slider-wrapper.hydrated 
.s-slider-block__title-right::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -120px;
    width: 100px;
    height: 2px;
    background-color: #6C9EA7;
    transform: translateY(-50%);
}
/* ================================
   زر إضافة للسلة – الوضع الطبيعي
================================ */
.s-products-slider-wrapper.hydrated 
salla-add-product-button[width="wide"] {
    --s-button-background: #2ecc71;   /* أخضر */
    --s-button-border: #2ecc71;
    --s-button-text: #ffffff;
}

/* ================================
   Hover – يتحول ذهبي
================================ */
.s-products-slider-wrapper.hydrated 
salla-add-product-button[width="wide"]:hover {
    --s-button-background: #B69D6E;   /* ذهبي */
    --s-button-border: #B69D6E;
    --s-button-text: #ffffff;
}
/* ================================
   Wrapper عنوان آراء العملاء
================================ */
.s-reviews-header-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

/* الخطوط يمين وشمال */
.s-reviews-header-wrapper::before,
.s-reviews-header-wrapper::after {
    content: "";
    flex: 1;
    height: 2px;
    background-color: #6C9EA7;
}

/* العنوان نفسه */
.s-reviews-header-wrapper > * {
    margin: 0 25px;
    color: #B69D6E !important;
    font-weight: 700 !important;
    font-size: 22px;
    white-space: nowrap;
    text-align: center;
}


/* ===== Testimonials Card Layout ===== */

.s-reviews-testimonial {
    background: #fff;
    border-radius: 20px;
    padding: 30px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
    transition: .3s ease;
}

.s-reviews-testimonial:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 55px rgba(0,0,0,.12);
}

/* المحتوى الداخلي */
.s-reviews-testimonial__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* النص */
.s-reviews-testimonial__text {
    flex: unset;
    margin: 25px 0;
}

.s-reviews-testimonial__text p {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
    position: relative;
}

/* علامة التنصيص */
.s-reviews-testimonial__text p::before {
    content: "“";
    font-size: 60px;
    color: #4f335b;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    opacity: .2;
}

/* الاسم + التقييم */
.s-reviews-testimonial__name_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.s-reviews-testimonial__name {
    font-weight: 800;
    color: #4f335b;
    font-size: 16px;
}

/* النجوم */
.s-reviews-testimonial__stars {
    display: flex;
    gap: 4px;
}

.s-reviews-testimonial__stars svg,
.s-reviews-testimonial__stars i {
    color: #f4c430;
}

/* الأفاتار */
.s-reviews-testimonial__avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px;
}

/* ===== Swiper sizing ===== */

.testimonials-slider .swiper-slide {
    height: auto;
}

/* 3 في الديسكتوب */
@media (min-width: 1024px) {
    .testimonials-slider .swiper-slide {
        width: calc(100% / 3);
    }
}

/* 2 في التابلت */
@media (max-width: 1023px) and (min-width: 768px) {
    .testimonials-slider .swiper-slide {
        width: calc(100% / 2);
    }
}

/* 1 في الموبايل */
@media (max-width: 767px) {
    .testimonials-slider .swiper-slide {
        width: 100%;
    }
}

.slide--cat-entry,
.slide--cat-entry * {
    all: unset;
    box-sizing: border-box;
}
.quick-links-slider {
    max-height: 480px; /* 4 عناصر فقط */
    overflow-y: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 10px;
}

/* العنصر */
.slide--cat-entry {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

/* الدائرة */
.slide--cat-entry::before {
    content: "";
    width: 160px;
    height: 160px;
    background: #eeeeee00;
    border-radius: 50%;
    display: block;
    margin-bottom: 10px;
}

/* الصورة */
.slide--cat-entry .object-cover {
    width: 180px;
    height: 180px;
    object-fit: contain;
    margin-top: -140px;
    z-index: 2;
    filter: drop-shadow(0 12px 20px rgba(0,0,0,.15));
}

/* العنوان */
.slide--cat-entry span {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}