/*********cati*******************/
.swiper-slide.slide--one-sixth.text-center.group a {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  justify-content: space-around;
  max-width: 400px;
  border: 1px solid #75b8cf;
  padding: 10px 20px;
  border-radius: 12px;
}

img.aspect-\[14\/13\].w-full.lazy.object-cover.group-hover\:scale-110.duration-400.loaded {
  width: 62px;

  object-fit: contain;
}

.swiper-slide.slide--one-sixth.text-center.group .overflow-hidden {
  overflow: visible !important;
}

h3.mt-6.text-base.font-semibold.leading-7.tracking-tight.text-store-text-primary {
  margin: 0;
  transition: 0.3s;
}
.swiper-slide.slide--one-sixth.text-center.group
  a:hover
  h3.mt-6.text-base.font-semibold.leading-7.tracking-tight.text-store-text-primary {
  color: #75b8cf;
}


/*********cati*******************/
/*********product*******************/
.fit-slider-products
  .s-slider-swiper-wrapper
  .swiper-slide
  custom-salla-product-card {
  border: 1px solid #f1f1f1;
}

.product-card__content {
  background-color: #ffff !important;
}
.product-card__image {
  background-color: transparent;
}


/*********product*******************/




/*********footer*******************/
/* شارة عدد المشاهدين بخلفية خضراء */
.salla-viewers-badge{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:.5rem;
  margin-top:.5rem;
  font-size:15px;
  line-height:1.6;
  background:#28a745;     /* خلفية خضراء */
  color:#fff;             /* النص أبيض */
  padding:.6rem 1rem;
  border-radius:6px;      /* زوايا ناعمة */
  font-weight:600;
  width:max-content;      /* الحجم على قد النص */
}

.salla-viewers-badge .svb-text{
  display:flex;
  align-items:center;
  gap:.35rem;
  white-space:nowrap;
}

.salla-viewers-badge .svb-number{
  font-weight:700;
  margin:0 .2rem;
}

.salla-viewers-badge .svb-label{
  opacity:1;
}

/* النقطة الخضراء مع حركة نبض */
.salla-viewers-badge .svb-dot{
  width:.7rem;
  height:.7rem;
  border-radius:50%;
  background:#00ff66;
  box-shadow:0 0 6px rgba(0,255,102,.8);
  display:inline-block;
  animation:pulse 1.5s infinite;
}

@keyframes pulse{
  0%   {transform:scale(1);   box-shadow:0 0 6px rgba(0,255,102,.8);}
  70%  {transform:scale(1.2); box-shadow:0 0 15px rgba(0,255,102,0);}
  100% {transform:scale(1);   box-shadow:0 0 6px rgba(0,255,102,.8);}
}

/* تنسيق "تم الشراء الآن" */
.salla-purchase-count{
  display:flex;
  align-items:center;
  gap:.4rem;
  margin-top:.5rem;
  font-size:14px;
  font-weight:600;
  color:#ff4444;
}
.salla-purchase-count .fire-icon{
  font-size:16px;
  animation:flame 1s infinite alternate;
}
@keyframes flame{
  from{transform:scale(1) rotate(-5deg);}
  to{transform:scale(1.2) rotate(5deg);}
}




/*********footer*******************/