/* Add custom CSS styles below */ 
.s-fast-checkout-button.outline{
  background-color: black !important;
/* ===== PREMIUM PRODUCTS DISPLAY ===== */

:root {
  --brand-color: #8B0000;
  --dark-color: #111111;
  --soft-bg: #f7f7f7;
}

/* شبكة المنتجات */
.s-products-list-wrapper,
.salla-products-list,
.products-grid,
.products-list,
.products,
.grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px 10px !important;
  padding: 10px !important;
  align-items: start !important;
}

/* كرت المنتج */
.s-product-card-entry,
salla-product-card,
.product-card,
.product-item {
  background: #fff !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  border: 1px solid rgba(0,0,0,0.06) !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.07) !important;
  transition: all 0.35s ease !important;
  text-align: center !important;
}

/* حركة المنتج */
.s-product-card-entry:hover,
salla-product-card:hover,
.product-card:hover,
.product-item:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 18px 45px rgba(0,0,0,0.16) !important;
}

/* صورة المنتج */
.s-product-card-image,
.product-card .image,
.product-item .image {
  width: 100% !important;
  aspect-ratio: 3 / 4.6 !important;
  overflow: hidden !important;
  background: var(--soft-bg) !important;
}

/* جودة الصورة */
.s-product-card-image img,
.s-product-card-entry img,
salla-product-card img,
.product-card img,
.product-item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top !important;
  display: block !important;
  filter: contrast(1.06) brightness(1.03) saturate(1.06) !important;
  transition: transform 0.45s ease, filter 0.45s ease !important;
}

/* زوم ناعم للصورة */
.s-product-card-entry:hover img,
salla-product-card:hover img,
.product-card:hover img,
.product-item:hover img {
  transform: scale(1.045) !important;
  filter: contrast(1.08) brightness(1.04) saturate(1.08) !important;
}

/* محتوى المنتج */
.s-product-card-content,
.product-card__content,
.product-card .content,
.product-item .content {
  padding: 9px 6px 12px !important;
  text-align: center !important;
}

/* اسم المنتج */
.s-product-card-content-title,
.s-product-card-content-title a,
.product-card__title,
.product-card h3,
.product-item h3 {
  font-size: 13.5px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  color: #111 !important;
  height: 40px !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  margin: 5px 0 !important;
}

/* السعر */
.s-product-card-price,
.product-card__price,
.price {
  font-size: 15.5px !important;
  font-weight: 900 !important;
  color: var(--brand-color) !important;
  text-align: center !important;
  justify-content: center !important;
}

/* زر السلة */
.s-product-card-entry button,
.product-card button,
.product-item button,
salla-product-card button {
  background: var(--dark-color) !important;
  color: #fff !important;
  border-radius: 999px !important;
  border: none !important;
  font-weight: 800 !important;
  min-height: 34px !important;
  transition: all 0.25s ease !important;
}

.s-product-card-entry button:hover,
.product-card button:hover,
.product-item button:hover,
salla-product-card button:hover {
  background: var(--brand-color) !important;
  transform: scale(1.04) !important;
}

/* للجوال */
@media (max-width: 600px) {
  .s-products-list-wrapper,
  .salla-products-list,
  .products-grid,
  .products-list,
  .products,
  .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 16px 9px !important;
  }

  .s-product-card-content-title,
  .s-product-card-content-title a,
  .product-card__title,
  .product-card h3,
  .product-item h3 {
    font-size: 12.5px !important;
    height: 37px !important;
  }

  .s-product-card-price,
  .product-card__price,
  .price {
    font-size: 14px !important;
  }
}

/* للكمبيوتر */
@media (min-width: 768px) {
  .s-products-list-wrapper,
  .salla-products-list,
  .products-grid,
  .products-list,
  .products,
  .grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 24px 18px !important;
  }
}
repeat(3, minmax(0, 1fr))
/* ===== PRODUCT PAGE PREMIUM STYLE ===== */

/* عنوان المنتج */
.product-title,
.s-product-title,
h1 {
  font-size: 25px !important;
  font-weight: 900 !important;
  line-height: 1.4 !important;
  color: #111 !important;
}

/* سعر المنتج */
.product-price,
.s-product-price,
.total-price {
  font-size: 27px !important;
  font-weight: 900 !important;
  color: #8B0000 !important;
}

/* الوصف */
.product-description,
.s-product-description,
.description,
.prose {
  font-size: 16px !important;
  line-height: 2 !important;
  color: #222 !important;
}

/* زر أضف للسلة */
.add-to-cart,
.s-add-product-button-main,
button[type="submit"] {
  border-radius: 18px !important;
  min-height: 54px !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  background: #111 !important;
  color: #fff !important;
  box-shadow: 0 12px 30px rgba(0,0,0,0.18) !important;
  transition: all 0.3s ease !important;
}

/* حركة زر الشراء */
.add-to-cart:hover,
.s-add-product-button-main:hover,
button[type="submit"]:hover {
  background: #8B0000 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 16px 35px rgba(139,0,0,0.24) !important;
}

/* خيارات المنتج */
.s-product-options-wrapper button,
.product-option,
.size-option,
.color-option {
  border-radius: 14px !important;
  border: 1px solid rgba(0,0,0,0.14) !important;
  transition: all 0.25s ease !important;
}

/* عند اختيار أو تمرير الخيارات */
.s-product-options-wrapper button:hover,
.product-option:hover,
.size-option:hover,
.color-option:hover {
  border-color: #8B0000 !important;
  box-shadow: 0 6px 16px rgba(139,0,0,0.14) !important;
}
/* إطار متحرك فاخر للمنتجات */
.s-product-card-entry,
salla-product-card,
.product-card,
.product-item {
  position: relative !important;
  border-radius: 18px !important;
  overflow: hidden !important;
}

.s-product-card-entry::before,
salla-product-card::before,
.product-card::before,
.product-item::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px;
  border-radius: 18px;
  background: conic-gradient(
    from 180deg,
    transparent,
    #8B0000,
    #D4AF37,
    transparent,
    #8B0000
  );
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  z-index: 5;

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.s-product-card-entry:hover::before,
salla-product-card:hover::before,
.product-card:hover::before,
.product-item:hover::before {
  opacity: 1;
}
/* إضاءة ناعمة خلف صور المنتجات */
.s-product-card-image,
.product-card .image,
.product-item .image {
  position: relative !important;
  overflow: hidden !important;
  background: #f7f7f7 !important;
}

.s-product-card-image::after,
.product-card .image::after,
.product-item .image::after {
  content: "";
  position: absolute;
  inset: 12%;
  background: radial-gradient(circle, rgba(139,0,0,0.18), transparent 65%);
  filter: blur(18px);
  z-index: 1;
  opacity: 0.75;
}

.s-product-card-image img,
.product-card .image img,
.product-item .image img {
  position: relative !important;
  z-index: 2 !important;
}
/* لمعة فاخرة على المنتج */
.s-product-card-image,
.product-card .image,
.product-item .image {
  position: relative !important;
  overflow: hidden !important;
}

.s-product-card-image::before,
.product-card .image::before,
.product-item .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 55%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.45),
    rgba(212,175,55,0.25),
    transparent
  );
  transform: skewX(-18deg);
  z-index: 4;
  transition: left 0.8s ease;
  pointer-events: none;
}

.s-product-card-entry:hover .s-product-card-image::before,
.product-card:hover .image::before,
.product-item:hover .image::before {
  left: 130%;
}
/* شريط فاخر أعلى المتجر */
body::before {
  content: "تسوقي الآن — منتجات مختارة بعناية وتجربة شراء فاخرة";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 34px;
  background: linear-gradient(90deg, #111, #8B0000, #111);
  color: #fff;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.2px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.18);
}

body {
  padding-top: 34px !important;
}
/* ظهور المنتجات بحركة ناعمة */
.s-product-card-entry,
salla-product-card,
.product-card,
.product-item {
  animation: productFadeUp 0.55s ease both;
}

.s-product-card-entry:nth-child(1),
.product-card:nth-child(1),
.product-item:nth-child(1) {
  animation-delay: 0.05s;
}

.s-product-card-entry:nth-child(2),
.product-card:nth-child(2),
.product-item:nth-child(2) {
  animation-delay: 0.1s;
}

.s-product-card-entry:nth-child(3),
.product-card:nth-child(3),
.product-item:nth-child(3) {
  animation-delay: 0.15s;
}

.s-product-card-entry:nth-child(4),
.product-card:nth-child(4),
.product-item:nth-child(4) {
  animation-delay: 0.2s;
}

@keyframes productFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/* نبض خفيف لزر الشراء */
.s-product-card-entry button,
.product-card button,
.product-item button,
.s-add-product-button-main,
.add-to-cart,
button[type="submit"] {
  animation: softBuyPulse 2.4s infinite;
}

@keyframes softBuyPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(139,0,0,0.25);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(139,0,0,0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(139,0,0,0);
  }
}
/* تأثير زجاجي للأقسام */
.s-block,
.home-section,
section {
  border-radius: 24px !important;
}

.s-block__title,
.s-block-title,
.section-title {
  display: inline-flex !important;
  align-items: center !important;
  padding: 10px 18px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,0.72) !important;
  backdrop-filter: blur(12px) !important;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08) !important;
  border: 1px solid rgba(255,255,255,0.55) !important;
}
/* شريط تمرير فخم */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #111, #8B0000);
  border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
  background: #8B0000;
}
/* وضوح الصور بشكل أنعم */
.s-product-card-image img,
.s-product-card-entry img,
.product-card img,
.product-item img,
salla-product-card img {
  filter: contrast(1.07) brightness(1.03) saturate(1.07) !important;
  transform: translateZ(0) !important;
  backface-visibility: hidden !important;
  image-rendering: auto !important;
}
/* السعر داخل شارة فخمة */
.s-product-card-price,
.product-card__price,
.price {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #111 !important;
  color: #fff !important;
  padding: 5px 11px !important;
  border-radius: 999px !important;
  font-weight: 900 !important;
  font-size: 13.5px !important;
  margin-top: 6px !important;
  box-shadow: 0 6px 16px rgba(0,0,0,0.14) !important;
}