.slide--one-fourth.swiper-slide {
  width: 75px !important;
  height: 75px !important;
}

@media (max-width: 640px) {
    .swal2-container .swal2-popup.swal2-toast {
        max-width: 70%;
    }
}


/* إخفاء بعض العناصر */
.flex.items-center.justify-between.mb-5,
.flex.flex-col.space-y-5.mb-5,
nav.breadcrumbs {
  display: none !important;
}
.text-red-500 {
    color: rgb(175 111 47);
}
.text-red-400 {
    color: rgb(175 111 47);
}
/* إزالة الهامش الجانبي للصور */
.s-slider-container .swiper-slide[style*="margin-left"] {
  margin-left: 0px !important;
}
.s-cart-summary-count {
    background-color: rgb(175 111 47);
    }
/* توسيط خيارات المنتج */
.s-product-options-wrapper {
  display: flex !important;
  flex-direction: column;
  align-items: center !important;
  text-align: center !important;
  width: 100%;
}

.s-product-options-option-label {
  display: block !important;
  text-align: center !important;
  width: 100%;
}

/* تنسيق الشبكة */
.s-product-options-grid-mode {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap;
  gap: 10px;
}

/* أنميشن لطيف لظهور بانر الهدية */
@keyframes popFadeIn {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.015);
    opacity: 0.98;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}


/* تنسيق بانر "طرحة + نقاب هدية" */
.gift-banner {
    background-color: #0e1f13;
    color: #fffaef;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  padding: 5px 0px;
  border-radius: 6px;
  max-width: 180px;
  margin: 15px auto;
  animation: popFadeIn 2s infinite;
  transform-origin: center;
  }




/* تنسيق الأسئلة الشائعة */
.accordion-group {
  border-bottom: 1px solid #e4e4e4;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}
.accordion-group:first-of-type {
  margin-top: 24px;
}

.accordion-title {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  color: #222;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  border-radius: 6px;
  position: relative;
  transition: background-color 0.2s ease;
}

.accordion-title::before {
  content: "►";
  font-size: 13px;
  color: #666;
  margin-left: 12px;
  transition: transform 0.2s ease, content 0.2s ease;
}

.accordion-group[open] .accordion-title::before {
  content: "▼";
  transform: rotate(-180deg);
}

details > summary::-webkit-details-marker {
  display: none;
}

.accordion-content {
  padding: 12px 20px 16px;
  font-size: 14px;
  color: #444;
  line-height: 1.7;
  background-color: #fff;
  border-right: 3px solid #eee;
  border-left: 3px solid #eee;
  border-radius: 0 0 6px 6px;
  position: relative;
}


/* توسيط الصور المصغرة 
.s-slider-thumbs-container,
.s-slider-swiper-wrapper {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
} */

salla-installment {
  display: none !important;

}
.product-price-top,
.text-xl.md\:text-2xl.leading-10.font-bold.text-store-text-primary {
  display: block;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.product-single .product-features-item, .s-product-options-wrapper, .s-quantity-input-input {
    background-color: #efefef;
}


/* إخفاء العرض الافتراضي من سلة */
salla-conditional-offer {
  display: none !important;
}
#my-conditional-offer {
  background-color: #f3f4f6;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 20px;
  text-align: center;
}

#my-conditional-offer h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.progress-line-wrapper {
  position: relative;
  height: 8px;
  background-color: #e5e7eb;
  border-radius: 9999px;
  overflow: visible;
  margin-bottom: 30px;
}

.progress-line-fill {
  height: 100%;
  background-color: #0e1f13;
  border-radius: 9999px;
  width: 0%;
  transition: width 0.4s ease;
}

.steps {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.step {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: white;
  border: 3px solid #e5e7eb;
  position: relative;
  box-sizing: border-box;
}
.step[data-qty="3"] {
  width: 42px;
  height: 42px;
}


.step::after {
  content: attr(data-label);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #6b7280;
  font-size: 12px;
  font-weight: bold;
}

.step.active {
  border-color: #0e1f13;
  background-color: #0e1f13;
}

.step.active::after {
  color: white;
}

.discount-message {
  color: #050e2c;
  margin-bottom: 8px;
  font-size: 15px;
}

.note {
  font-size: 12px;
  color: #6b7280;
}