/* MAGDY-YAFA */
/* كروت مميزات المتجر */
/* الكروت */
.store-features-style-2-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center; /* توسيط المحتوى */
  gap: 10px;
  text-align: right;
}

/* توسيط الكروت نفسها */
.store-features-style-2-content-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
/* ============================================= */
/* الخط اللي تحت كل عنوان */
.section-heading-divider,
.section-heading-divider:before {
  background: none;
}
/* ============================================= */
/* اخفاء الاسهم */
.enhanced-products-slider-swiper-actions-start{
  display: none;
}
/* ============================================= */

.descriptive-heading-action-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #5362E4;
  border-radius: 14px; /* الكيرف */
  padding-left: .7rem;
  padding-right: 1.3rem;
}

/* إضافة أيقونة ديسكورد */
.descriptive-heading-action-button::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/discord.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  filter: invert(1); /* يخليها أبيض لو الخلفية غامقة */
}
/* ============================================= */
/* اخفاء سهم زر الهوم واستبداله بالديسكورد */
.descriptive-heading-action-button-icon:where([dir=rtl],[dir=rtl] *) {
    display: none;
}
/* ============================================= */
/* اخفاط تواصل معنا في الفوتر */
.s-contacts-list-vertical, .s-contacts-title {
    display: none;
}
/* ============================================= */
/* تعديل كروت اراء العملاء */
.shadow-\[0px_3px_16px_0px_rgba\(47\2c 83\2c 109\2c 0\.12\)\] {
    background: none;
}
/* ============================================= */
/* لما اضغط على اض الي السله */
.product-card-actions-add-to-cart:hover,.s-button-primary {
  background: transparent;
}

.s-button-primary:hover {
  background: #bb58dd;
  border-color: #bb58dd;
}
/* ============================================= */
.s-button-primary {
  color: #fff;
}
/* ============================================= */

.product-card , 
.hydrated .is-sticky-product-bar .sticky-product-bar, .hydrated .is-sticky-product-bar .sticky-product-bar salla-add-product-button, .hydrated .is-sticky-product-bar .sticky-product-bar__quantity {
  background: black;
}
/* ============================================= */

.no-content-placeholder .icon:is(.dark *) , 
.xs\:p-7 , .product-details-meta-quantity-sold {
  background: none;
}
/* ============================================= */

.text-\[\#676D75\] {
  color: #ffffff !IMPORTANT;
}
/* ============================================= */