/* ============================================================
   الكود المحسن بالكامل - مع الحركة اللانهائية للسلايدر
   تم تحسين الأداء وتقليل الاستهلاك مع الحفاظ على جميع الستايلات
   ============================================================ */

/* ========== إعادة تعيين بعض الخصائص ========== */
* {
  -webkit-tap-highlight-color: transparent;
}

/* ========== الألوان الأساسية ========== */
:root {
  --primary: #5b5084;
  --primary-light: #8c82b0;
  --primary-dark: #463c68;
  --white: #ffffff;
  --shadow-light: rgba(91, 80, 132, 0.08);
}

/* ========== التعديلات العامة ========== */
.yasmeen-categories.container.mx-auto.block.block > div > section > div > div.flex.flex-col {
  margin: auto;
  text-align: center;
  color: var(--primary);
}

#page-main-title,
.mb-2.flex.justify-between.items-center > div {
  color: var(--primary);
}

#offer-corner-badge {
  background: var(--primary);
  color: var(--white);
}

/* ========== العناوين الرئيسية ========== */
.s-slider-block__title .s-slider-block__title-right h2,
.yasmeen-text-with-photo h2,
.yasmeen-before-and-after .yasmeen-before-and-after-header,
.yasmeen-squares-title.flex.items-center > div > h2,
.s-block.s-block--testimonials > div > div > h1,
.yasmeen-faq-title > div,
.s-slider-block__title-right h2,
.yasmeen-features .yasmeen-features-title.flex > div {
  color: var(--primary);
  font-size: 26px;
}

/* ========== الفوتر ========== */
footer .container > div .grid > div > a > h4 {
  font-size: 26px;
}

footer .container > div > div.grid > div > p {
  font-size: 15px;
}

/* ========== أزرار الإضافة ========== */
.s-product-card-content .s-product-card-content-footer salla-add-product-button salla-button button span,
.s-product-card-content .s-product-card-content-footer salla-add-product-button salla-button button i {
  font-size: 12px;
}

.yasmeen-text-with-photo span {
  color: var(--primary);
}

/* ========== أيقونات التواصل ========== */
.yasmeen-contact .w-auto.flex.gap-8.items-center .social-links.flex > salla-social > ul > li > a {
  color: var(--white);
  fill: var(--white);
}

/* ========== كروت التصنيفات ========== */
.yasmeen-categories-slide a > div {
  transition: transform 0.5s ease;
  border-radius: 8rem;
  margin: auto;
}

.yasmeen-categories-slide h3 {
  font-size: 15px;
  text-align: center;
  margin: auto;
}

.yasmeen-categories-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.yasmeen-categories-slide .aspect-square,
.yasmeen-categories-slide a > div {
  overflow: visible;
}

.yasmeen-categories-slide h3 {
  width: 100%;
  max-width: 100%;
  position: absolute;
  left: 50%;
  bottom: -1.9rem;
  transform: translateX(-50%);
}

.yasmeen-categories-slide:hover a > div {
  transform: scale(1.04);
}

/* ========== السلايدر ========== */
.swiper .swiper-wrapper {
  padding-bottom: 1.5rem;
}

/* ========== الهيدر ========== */
header > div.flex > div > a,
.flex-1.flex.flex-col > div.w-64 > a {
  border-radius: 1rem;
}

/* ========== العناوين مع الزخرفة ========== */
.flex-1.flex.flex-col.justify-between > div.flex.flex-col > h2,
.featured-categories-grid > div > div.flex.flex-col.gap-2.mb-8,
.yasmeen-before-and-after .yasmeen-before-and-after-header:nth-child(1),
.yasmeen-text-with-photo .flex.flex-col > div,
.s-block.s-block--testimonials > div > div > h1,
.s-slider-block__title-right > h2,
.flex.justify-between.items-end.w-full.h-full.mb-4 > div > h2,
.flex.items-center.w-full.h-full.mb-8 > div > h2,
.yasmeen-categories div.flex.flex-col,
.yasmeen-categories-title h2,
.s-slider-block__title-right h2 {
  font-size: 26px;
}

.featured-categories-grid > div > div.flex.flex-col.gap-2.mb-8,
.yasmeen-before-and-after .yasmeen-before-and-after-header:nth-child(1),
.yasmeen-text-with-photo .flex.flex-col > div,
.s-block.s-block--testimonials > div > div > h1,
.s-slider-block__title-right > h2,
.flex.justify-between.items-end.w-full.h-full.mb-4 > div > h2,
.flex.items-center.w-full.h-full.mb-8 > div > h2,
.yasmeen-categories div.flex.flex-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-bottom: 30px;
}

.featured-categories-grid > div > div.flex.flex-col.gap-2.mb-8::after,
.yasmeen-before-and-after .yasmeen-before-and-after-header:nth-child(1)::after,
.yasmeen-text-with-photo .flex.flex-col > div::after,
.s-block.s-block--testimonials > div > div > h1::after,
.s-slider-block__title-right > h2::after,
.flex.justify-between.items-end.w-full.h-full.mb-4 > div > h2::after,
.flex.items-center.w-full.h-full.mb-8 > div > h2::after,
.yasmeen-categories div.flex.flex-col::after {
  content: "✦";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
  color: #5b5086;
  font-size: 20px;
  position: relative;
}

.featured-categories-grid > div > div.flex.flex-col.gap-2.mb-8::after,
.yasmeen-before-and-after .yasmeen-before-and-after-header:nth-child(1)::after,
.yasmeen-text-with-photo .flex.flex-col > div::after,
.s-block.s-block--testimonials > div > div > h1::after,
.s-slider-block__title-right > h2::after,
.flex.justify-between.items-end.w-full.h-full.mb-4 > div > h2::after,
.flex.items-center.w-full.h-full.mb-8 > div > h2::after,
.yasmeen-categories div.flex.flex-col::after {
  background: linear-gradient(90deg, transparent 0%, #5b5086 10%, #5b5086 45%, transparent 45%, transparent 55%, #5b5086 55%, #5b5086 90%, transparent 100%);
  height: 1px;
  background-size: 100% 1px;
  background-repeat: no-repeat;
}

/* ========== إخفاء التقييم في التستيمونيال ========== */
#swiper-wrapper-6fe530f5050471010d > div.swiper-slide > div > div > .testimonial__text .testimonial__rating {
  display: none;
  opacity: 0;
}

.s-slider-block_title + .swiper-wrapper {
  background: transparent;
}

/* ========== تصميم التستيمونيال ========== */
.testimonial {
  background: var(--white);
  border-radius: 28px;
  padding: 20px;
  margin: 15px 8px;
  box-shadow: 0 12px 24px var(--shadow-light);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  border: 0.5px solid #e6e2f0;
}

.testimonial:hover {
  transform: translateY(-4px);
  border-color: var(--primary);
  box-shadow: 0 20px 30px rgba(91, 80, 132, 0.12);
}

.testimonial__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}

.testimonial__avatar img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--primary);
  padding: 3px;
  background: var(--white);
}

.testimonial__text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonial__text > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.testimonial__text p {
  font-size: 15px;
  line-height: 1.5;
  color: #2d2a3b;
  font-weight: 500;
  margin: 0 0 8px 0;
}

.testimonial__text .customer-name,
.testimonial__text strong:first-of-type {
  color: var(--primary);
  font-weight: 700;
  font-size: 15px;
  display: inline-block;
}

.testimonial__text .customer-location,
.testimonial__text span:last-of-type {
  color: var(--primary-light);
  font-size: 15px;
  display: inline-block;
}

.testimonial__icon.sicon-quote-open {
  color: var(--primary);
  font-size: 26px;
  opacity: 0.3;
  margin-bottom: 8px;
}

.rating-stars {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin: 10px 0;
}

.rating-stars .star,
.rating-stars span[class*="star"] {
  color: var(--primary);
  font-size: 15px;
}

.testimonial__text p:first-of-type {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonial__text p:first-of-type span,
.testimonial__text p:first-of-type .stars-emoji,
.testimonial__text p:first-of-type emoji-star,
.testimonial__text p:first-of-type .emoji,
.testimonial__text p:first-of-type [class*="star"] {
  display: none;
}

/* ========== أزرار السلايدر ========== */
.swiper-button-next,
.swiper-button-prev {
  color: var(--primary);
  background: var(--white);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 15px;
  font-weight: bold;
}

.swiper-pagination-bullet-active {
  background: var(--primary);
  border: 1px solid #86799e;
}

/* ========== السكويرز ========== */
.yasmeen-squares a,
.yasmeen-squares a:nth-child(1) img {
  transition: transform 0.6s ease-out;
}

.yasmeen-squares a:nth-child(1) img:hover {
  transform: scale(0.8);
  transition: transform 0.6s ease-out;
}

.yasmeen-squares .yasmeen-square-slide.flex > a:nth-child(1),
.yasmeen-squares .yasmeen-square-slide.flex > a:nth-child(1) img {
  background: rgba(91, 80, 134, 0.5);
  border-radius: 11rem;
  margin: auto;
  width: 8rem;
  max-width: 8rem;
  height: 8rem;
  max-height: 8rem;
}

.yasmeen-squares .swiper-wrapper {
  display: flex !important;
  flex-wrap: wrap;
  gap: 5px;
  transform: none !important;
  justify-content: center;
}

.yasmeen-squares .yasmeen-square-slide {
  width: 90% !important;
  height: 11rem !important;
  max-height: 11rem !important;
  margin: auto !important;
  flex: 0 0 calc(33.333% - 5px);
}

#swiper-wrapper-18ae28d6e7da2144 {
  width: 80% !important;
  display: flex !important;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
}

#swiper-wrapper-18ae28d6e7da2144 .yasmeen-square-slide {
  flex: 0 0 calc(25% - 5px);
}

/* ========== فاكس ========== */
.yasmeen-faq-title,
.featured-categories-grid > div > div.flex.flex-col.gap-2.mb-8 {
  margin: 0 auto 2% auto;
  justify-content: center;
  text-align: center;
}

/* ========== السلايدر البسيط ========== */
#swiper-wrapper-4ed2d87962d40292,
.yasmeen-slider-simple .swiper .swiper-wrapper {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* ========== التصنيفات المميزة ========== */
.featured-categories-grid > div > div.grid > a > div.overflow-hidden.w-full.aspect-square {
  background: rgba(91, 80, 134, 0.7);
}

.featured-categories-grid > div > div.grid {
  width: 90%;
  margin: auto;
}

/* ========== التستيمونيال سلايدر ========== */
.s-block--testimonials salla-slider,
.s-block--testimonials .swiper-wrapper,
.testimonial {
  padding: 0.2rem;
  margin: 0.1rem auto;
  width: 90%;
}

.s-product-card-content .s-product-card-content-sub {
  display: none;
}

.s-product-card-promotion-title {
  padding: 0.1rem 0.2rem;
}

/* ========== التحديد ========== */
::selection {
  background-color: var(--primary);
  color: var(--white);
}

::-moz-selection {
  background-color: var(--primary);
  color: var(--white);
}

/* ========== سكرول بار ========== */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: var(--white);
}

::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 5px;
  border: 2px solid var(--white);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--primary-dark);
}

html {
  scrollbar-color: var(--primary) var(--white);
  scrollbar-width: thin;
}

/* ========== نص مع صورة ========== */
.yasmeen-text-with-photo > div > div > div.w-full {
  visibility: hidden;
  display: none;
}

.yasmeen-text-with-photo > div > div > div.flex.flex-col {
  width: 88%;
  margin: auto;
}

#app > section.yasmeen-text-with-photo.container.mx-auto.block.block > div > div {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 8rem;
}

.yasmeen-slider .yasmeen-slide h2 {
  font-size: 15px;
}

/* ========== ضبط التستيمونيال ========== */
.testimonial,
#swiper-wrapper-9894193ae4a2107a4 > div.swiper-slide {
  height: 10.5rem;
  overflow: hidden;
  padding: 0.3rem;
  margin: 0.3rem auto;
  border-radius: 1rem;
  border: 1px solid #8C84AA;
}

.testimonials-slider .swiper-slide-active .testimonial {
  border-radius: 1.5px solid #5B5085;
  box-shadow: 5px 0 0 0 #5B5085;
}

.testimonial * {
  font-size: 12px;
  text-align: center;
  margin: auto;
}

.swiper-slide .testimonial__avatar,
.swiper-slide .testimonial__avatar img {
  width: 2rem;
  height: 2rem;
  object-fit: cover;
  background-size: cover;
  margin: auto;
  text-align: center;
  justify-content: center;
}

.yasmeen-slider .yasmeen-slide h2,
.yasmeen-contact h6 {
  font-size: 20px;
  margin: auto;
  text-align: center;
}

.sicon-whatsapp,
.yasmeen-contact.block.block > div > div > div > div.w-auto.flex.gap-8.items-center > div.w-full.h-12 > a {
  padding: 0.4rem 0.6rem;
  font-size: 18px;
}

.s-slider-block__title > div.s-slider-block__title-right > h2 {
  font-size: 20px;
}

/* ========== عنوان المنتج والوصف ========== */
.s-product-card-entry .s-product-card-content-title a {
  font-size: 12px;
  text-align: center;
  margin: auto;
}

.s-product-card-entry .s-product-card-content-subtitle {
  font-size: 12px;
  text-align: center;
  margin: auto;
}

.yasmeen-text-with-photo > div > div > div.flex > p {
  font-size: 18px;
}

.yasmeen-slider .yasmeen-slide span {
  font-size: 18px;
}

.yasmeen-images-grid {
  max-height: 450px;
  overflow-y: auto;
}

/* ========== فاكس ========== */
.yasmeen-faq-2-16.container .accordion-container .cursor-pointer *,
.yasmeen-faq-2-16.container .accordion-container .cursor-pointer {
  font-size: 15px;
}

.s-contacts-list {
  margin-top: 0;
}

/* ========== صور طرق الدفع في الفوتر ========== */
footer .container .grid .text-center.yasmeen-payment-methods > salla-payments > ul > li > img {
  width: 1rem;
  height: 1rem;
  object-fit: contain;
  border: none;
}

.yasmeen-footer-menu-title,
.yasmeen-footer-links,
.s-contacts,
.s-contacts h3,
.yasmeen-footer,
footer {
  margin: auto;
  text-align: center;
}

#swiper-wrapper-328dfafd252f39a3 > div:nth-child(4) {
  width: 80px;
  max-width: 80px;
  min-width: 80px;
}

.yasmeen-label h5,
.yasmeen-faq-2-16 .yasmeen-accordion.yasmeen-accordion-16 .yasmeen-contentBox > p {
  font-size: 18px;
}

/* ========== التستيمونيال (ترتيب) ========== */
.testimonial__inner {
  gap: 10px;
}

.testimonial__text p:first-of-type::before {
  font-size: 20px;
  margin-bottom: 10px;
}

.testimonial__text > div {
  gap: 10px;
}

.testimonial__text p:first-of-type {
  order: 1;
  margin-bottom: 0;
}

.testimonial__text .customer-name,
.testimonial__text strong:first-of-type {
  order: 2;
  margin-top: 8px;
}

.testimonial__text .customer-location,
.testimonial__text span:last-of-type {
  order: 3;
}

/* ========== السكويرز ========== */
#swiper-wrapper-61ef52476d1ba774,
.yasmeen-squares {
  width: 70%;
  margin: auto;
}

#swiper-wrapper-88a361d8821094a1d > div > div > div.flex-1.flex.flex-col.justify-between.px-\[10px\].order-last.md\:order-first > div.flex.flex-col.md\:gap-4.gap-1 > h2,
.yasmeen-slider salla-slider h2 {
  font-size: 15px;
  margin-bottom: 0.4rem;
}

.yasmeen-images-grid {
  max-height: 700px;
}

/* ========== إلغاء توسيط الفوتر ========== */
.yasmeen-footer-menu-title,
.yasmeen-footer-links,
.s-contacts,
.s-contacts h3,
.yasmeen-footer,
footer {
  margin: unset;
  text-align: unset;
}

footer .container > div .grid > div h2,
footer .container > div .grid > div h3,
footer .container > div .grid > div h4,
footer .container > div .grid > div p,
footer .container > div .grid > div a {
  text-align: unset;
}

.yasmeen-contact.block.block > div > div > div {
  padding-top: 0.8rem;
}

.s-contacts-title {
  justify-content: center;
  padding-bottom: 0.4rem;
}

/* ========== الميزات ========== */
.yasmeen-features .yasmeen-features-title,
.yasmeen-features .yasmeen-features-title > div {
  text-align: center;
  justify-content: center;
}

.yasmeen-features-slider salla-slider .swiper .swiper-wrapper .swiper-slide {
  width: 90px;
  min-width: unset;
}

.yasmeen-features .yasmeen-features-slider .s-slider-wrapper .swiper .swiper-wrapper .flex {
  width: 90px;
  min-width: unset;
}

.yasmeen-features-slider .swiper-slide h4 {
  font-size: 15px;
}

.yasmeen-features-slider .items-center > span {
  height: 3rem;
  font-size: 20px;
}

/* ========== صور المنتجات ========== */
.s-product-card-image > a > img {
  object-fit: cover;
  margin: auto;
}

custom-salla-product-card {
  padding-bottom: 0.9rem;
}

/* ========== الفوتر ========== */
.store-footer .s-contacts-title {
  display: unset;
  margin-bottom: 0.1rem;
}

footer .s-contacts-list {
  padding-top: 0.6rem;
  margin-top: 0.6rem;
}

/* ========== خيارات المنتج ========== */
.s-product-options-grid-mode input:checked + div,
.s-quantity-input-input {
  background: var(--color-primary);
  color: var(--white);
  border-color: var(--color-primary);
}

/* ==============================================================
   ====== ✅ الحركة اللانهائية للسلايدر (محسنة وآمنة) ======
   ============================================================== */

.yasmeen-features-slider .swiper-wrapper {
  display: flex !important;
  animation: autoScrollSlow 25s linear infinite;
  will-change: transform;
}

@keyframes autoScrollSlow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(25%);
  }
}

/* إيقاف الحركة عند التمرير بالماوس عشان تجربة أفضل */
.yasmeen-features-slider .swiper-wrapper:hover {
  animation-play-state: paused;
}

/* توفير البطارية للمستخدمين اللي بيفضلوا تقليل الحركة */
@media (prefers-reduced-motion: reduce) {
  .yasmeen-features-slider .swiper-wrapper {
    animation: none !important;
  }
}

/* ============================================================ */
/* ========== التعديلات الخاصة بالجوال ========== */
/* ============================================================ */

@media (max-width: 768px) {
  /* ========== تصغير العناوين ========== */
  .flex-1.flex.flex-col.justify-between > div.flex.flex-col > h2,
  .featured-categories-grid > div > div.flex.flex-col.gap-2.mb-8,
  .yasmeen-before-and-after .yasmeen-before-and-after-header:nth-child(1),
  .yasmeen-text-with-photo .flex.flex-col > div,
  .s-block.s-block--testimonials > div > div > h1,
  .s-slider-block__title-right > h2,
  .flex.justify-between.items-end.w-full.h-full.mb-4 > div > h2,
  .flex.items-center.w-full.h-full.mb-8 > div > h2,
  .yasmeen-categories div.flex.flex-col,
  .yasmeen-categories-title h2,
  .s-slider-block__title-right h2 {
    font-size: 20px;
  }

  .yasmeen-faq-2-13 .accordion-container .yasmeen-label > h5 > button {
    font-size: 15px;
  }

  .s-product-card-entry .s-button-btn {
    font-size: 15px;
    line-height: 1.01rem;
    padding: 0.5rem;
    padding-left: 1.01rem;
    padding-right: 1.01rem;
  }

  .s-product-card-promotion-title {
    font-size: 10px;
    padding: 0.1rem 0.2rem;
  }

  .s-product-card-content .s-product-card-content-footer salla-add-product-button salla-button button span,
  .s-product-card-content .s-product-card-content-footer salla-add-product-button salla-button button i {
    font-size: 10px;
  }

  .s-product-card-entry .s-product-card-content-subtitle {
    font-size: 10px;
  }

  .yasmeen-text-with-photo > div > div > div.flex > p {
    font-size: 15px;
  }

  .yasmeen-slider .yasmeen-slide span {
    font-size: 15px;
  }

  .yasmeen-contact,
  .yasmeen-contact > div > div > div > div.w-auto.flex,
  .yasmeen-contact i,
  .yasmeen-contact span,
  .yasmeen-contact div {
    gap: 0.6rem;
    font-size: 15px;
    padding: 0.3rem;
  }

  #swiper-wrapper-e108d5ab21a969ade > div.flex.flex-col.gap-6.text-center.justify-center.items-center.swiper-slide {
    font-size: 15px;
    width: 2.5rem;
    min-width: 2.5rem;
  }

  .yasmeen-features-slider .swiper-slide h4 {
    font-size: 15px;
  }

  .s-product-card-content .s-product-card-content-main > h3 > a {
    height: 1.1rem;
    overflow: hidden;
    font-size: 12px;
  }

  .s-product-card-content-subtitle {
    height: 1.5rem;
    overflow: hidden;
    font-size: 10px;
  }

  .s-products-slider-card.swiper-slide {
    width: 11.1rem;
  }

  .testimonial {
    padding: 16px;
    margin: 10px;
  }

  .testimonial__avatar img {
    width: 53px;
    height: 53px;
  }

  .testimonial__text p {
    font-size: 15px;
  }

  .testimonial__text p:first-of-type::before {
    font-size: 15px;
  }

  .yasmeen-categories salla-slider .slide--one-sixth {
    width: 45%;
  }

  .yasmeen-features-slider salla-slider .swiper .swiper-wrapper {
    gap: 4px;
  }

  .yasmeen-features-slider salla-slider .swiper .swiper-wrapper .swiper-slide {
    width: 70px;
    min-width: 70px;
    max-width: 70px;
  }

  #swiper-wrapper-328dfafd252f39a3 > div:nth-child(4) {
    width: 60px;
    max-width: 60px;
    min-width: 60px;
  }

  .yasmeen-label h5,
  .yasmeen-faq-2-16 .yasmeen-accordion.yasmeen-accordion-16 .yasmeen-contentBox > p {
    font-size: 15px;
  }

  /* ========== توسيط الفوتر في الجوال ========== */
  footer .container > div .grid > div h2,
  footer .container > div .grid > div h3,
  footer .container > div .grid > div h4,
  footer .container > div .grid > div p,
  footer .container > div .grid > div a {
    text-align: center;
  }

  footer .container .grid > div,
  footer salla-contacts,
  .s-contacts-title,
  footer .grid a h4,
  footer .grid a *,
  footer .grid * {
    margin: auto;
    text-align: center;
  }

  .yasmeen-footer-menu-title,
  .yasmeen-footer-links,
  .s-contacts,
  .s-contacts h3,
  .yasmeen-footer,
  footer {
    margin: auto;
    text-align: center;
  }

  footer .container .grid .text-center.yasmeen-payment-methods > salla-payments > ul > li > img {
    width: 0.8rem;
    height: 0.8rem;
    border: none;
  }

  footer .container > div .grid > div > a > h4 {
    font-size: 20px;
  }

  .s-slider-block__display-all {
    margin-bottom: 2.5rem;
  }

  .s-product-card-content-title {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .swiper-slide .flex-1.testimonial__text p {
    font-size: 12px;
    padding-bottom: 2px;
  }

  /* ========== صور المنتجات ========== */
  .s-product-card-image,
  .s-product-card-image img {
    height: 7rem;
    width: 7rem;
    object-fit: cover;
    aspect-ratio: 1/1;
    margin: auto;
  }

  .s-product-card-image > a > img {
    object-fit: cover;
  }

  .s-product-card-promotion-title,
  .s-product-card-entry .s-product-card-promotion-title {
    font-size: 0.6rem;
    width: 4rem;
    max-width: 4rem;
    text-align: center;
    margin: auto;
  }

  .yasmeen-categories-slide h3 {
    font-size: 12px;
  }
}