/* صندوق رمادي محدد لكل تعليق - زي desertsa.com */
salla-comment-item {
  display: block;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 14px;
}
salla-comment-item .s-comments-item-content {
  padding: 0;
  margin-top: 8px;
}
.s-comments-container salla-comment-item + salla-comment-item {
  margin-top: 4px;
}

/* وصف المنتج */
.product__description ul,
.product__description p {
  margin-top: 0;
  margin-bottom: 0;
}

.product__description ul li {
  list-style: none !important;
  transition: transform 0.2s ease, background-color 0.2s ease;
  padding: 10px 12px !important;
  border-radius: 8px;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product__description ul li:hover {
  background-color: #F7EEDD !important;
  transform: translateX(-4px);
}

.product__description ul li strong {
  font-size: 1.05em;
}

.product__description ol {
  counter-reset: step;
  list-style: none !important;
  padding-right: 0 !important;
}

.product__description ol li {
  list-style: none !important;
  counter-increment: step;
  position: relative;
  padding-right: 44px !important;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 6px;
}

.product__description ol li::before {
  content: counter(step);
  position: absolute;
  right: 0;
  top: 6px;
  width: 28px;
  height: 28px;
  background-color: #8B5E34;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: bold;
}

.product__description h2,
.product__description h3 {
  animation: fadeInUp 0.5s ease both;
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 480px) {
  .product__description ul li {
    font-size: 13px;
  }
lor: #8B5E34 !important;
}
salla-comment-item {
  display: block;
  position: relative;
  background-color: #FBF6EC;
  border: none;
  border-radius: 14px;
  padding: 20px 24px;
  margin-bottom: 16px;
  box-shadow: 0 2px 8px rgba(139, 94, 52, 0.08);
  overflow: hidden;
}

salla-comment-item::before {
  content: "\201D";
  position: absolute;
  top: -10px;
  left: 16px;
  font-size: 80px;
  font-weight: bold;
  color: #8B5E34;
  opacity: 0.08;
  line-height: 1;
  font-family: Georgia, serif;
}

salla-comment-item .s-comments-item-content {
  padding: 0;
  margin-top: 8px;
  position: relative;
  z-index: 1;
}
form.product-form > section:not(.sticky-product-bar) {
  display: none !important;
}
form.product-form section:first-of-type {
  display: none !important;
}
salla-comment-item {
  display: block;
  position: relative;
  background-color: #FBF6EC;
  border: 1.5px solid #B0996F;
  border-radius: 14px;
  padding: 20px 24px;
  margin-bottom: 16px;
  box-shadow: 0 2px 8px rgba(139, 94, 52, 0.08);
  overflow: hidden;
  animation: fadeInUp 0.6s ease both;
}
.s-comments-filter-wrapper {
  display: none !important;
}
.s-reviews-summary-recommendation-only {
  display: flex !important;
  flex-direction: row-reverse;
  align-items: baseline;
  gap: 6px;
  background-color: #FBF6EC;
  border: 1.5px solid #B0996F;
  border-radius: 999px;
  padding: 8px 18px;
  width: fit-content;
  margin-bottom: 12px;
}

.s-reviews-summary-recommendation-percentage {
  font-size: 1.4rem !important;
  color: #8B5E34 !important;
  margin: 0 !important;
}

.s-reviews-summary-count {
  font-size: 0.95rem;
  color: #6B5637;
  margin: 0;
}
.s-reviews-testimonial {
  background-color: #FBF6EC !important;
  border: 1.5px solid #B0996F !important;
  border-radius: 14px !important;
  padding: 14px 20px !important;
  position: relative;
  overflow: hidden;
  height: auto !important;
  min-height: unset !important;
  justify-content: center !important;
}

.s-reviews-testimonial::before {
  content: "\201D";
  position: absolute;
  top: -4px;
  left: 12px;
  font-size: 40px;
  font-weight: bold;
  color: #8B5E34;
  opacity: 0.08;
  line-height: 1;
  font-family: Georgia, serif;
  z-index: 0;
}
.s-reviews-container .swiper-slide[style] {
  width: 32% !important;
}

@media (max-width: 768px) {
  .s-reviews-container .swiper-slide[style] {
    width: 85% !important;
  }
}
custom-salla-product-card {
  display: block;
  background-color: #FBF6EC;
  border: 1.5px solid #B0996F;
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.2s ease;
}

custom-salla-product-card:hover {
  border-color: #8B5E34;
}

/* نلغي أي بوردر أو خلفية داخلية مكررة */
custom-salla-product-card .s-product-card-content {
  border: none !important;
  background-color: transparent !important;
}
custom-salla-product-card:hover {
  border-color: #8B5E34 !important;
}
.s-reviews-testimonial {
  min-height: 220px !important;
}

.s-reviews-testimonial__inner {
  min-height: 220px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}
.s-reviews-container .swiper-wrapper {
  gap: 8px !important;
}

.s-reviews-container .swiper-slide {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
/*
.s-reviews-testimonials-slider[slides-per-view="1"] .swiper-wrapper {
  display: flex !important;
  gap: 8px !important;
}

.s-reviews-testimonials-slider[slides-per-view="1"] .swiper-slide {
  flex: 0 0 32% !important;
  width: 32% !important;
  margin: 0 !important;
}
*/