.s-product-card-content {
  padding: .1rem !important;
  width: 100%;
}
 
  .s-block {
       min-height: 32px!IMPORTANT;

 
}
.banner--fixed img {
    border-radius: .375rem;
    border-style: none;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    TRANSFORM: SCALE(1.1);
}
card-promotion-title {
  display: none;
   color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  top: 15% !important;
}

@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

h1, h2, a, i, p, h3 {
  font-family: "Tajawal", sans-serif;
}

.s-product-card-discount {
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  top: 15%;
}

/* حجز مساحة لكل سكشن */
.s-block,
.mob\:container {
  contain: layout;
  min-height: 100px;
}

.container, .wrapper {
  margin-left: auto !important;
  margin-right: auto !important;
}

body {
  overflow-x: hidden;
}

/* النجمة قبل النص */
.s-slider-block__title-right h2::before,
.s-block__title h2::before {
  content: "✨";
  margin-left: 6px;
}

/* خط من اليسار فقط */
.s-slider-block__title-right h2::after,
.s-block__title h2::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #ddd;
}

/* الشعار */
.navbar-brand img {
  max-width: 193px;
  height: 64px !important;
}

@media (min-width: 768px) {
  .s-angel--divider.xl-title h2 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}

.smt-app-popup .sm-window-title {
  font-weight: bold;
  font-size: 21px;
  line-height: 1.4;
}

/* ================== BANNER SHINE ================== */
.s-block--fixed-banner {
  position: relative;
  overflow: hidden;
}

.header-components {
  padding-top: 1.6rem;
  padding-bottom: 1.625rem;
}

.s-block--fixed-banner .banner {
  position: relative;
  overflow: hidden;
}

.s-block--fixed-banner .banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 40%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.5), transparent);
  transform: skewX(-15deg);
  animation: bannerShine 7s infinite;
}

@keyframes bannerShine {
  0% { left: -120%; }
  100% { left: 150%; }
}

/* ================== PRODUCT CARD ================== */
.s-product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(212,175,55,0.15), transparent 60%);
  opacity: 0;
  transition: 0.4s;
}

.s-product-card:hover::before {
  opacity: 1;
}

/* السعر */
.s-product-card-price {
  position: relative;
  font-weight: bold;
  font-size: 17px;
  color: #111;
}

.s-product-card-price::after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 0;
  width: 100%;
  height: 6px;
  background: rgba(212,175,55,0.2);
  border-radius: 3px;
  z-index: -1;
}

.s-product-card-price del {
  font-size: 13px;
  color: #999;
}

/* الزر */
.s-button-primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(212,175,55,0.4), transparent);
  transform: skewX(-20deg);
}

.s-button-primary:hover::after {
  left: 130%;
  transition: 0.8s;
}

/* الكرت */
.s-product-card-entry {
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease;
  border: 1px solid #eee;
}

.s-product-card-entry:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.s-product-card-entry img {
  transition: transform 0.4s ease;
}

.s-product-card-entry:hover img {
  transform: scale(1.05);
}

/* العناوين */
.s-block__title h2,
.s-slider-block__title h2 {
  font-size: 20px;
  font-weight: 700;
}

/* ================== TABS ================== */
.s-block--tabs-produtcs .tab-trigger {
  border: 1px dashed #2e25254a;
}

/* موبايل */
@media (max-width:768px) {
    .s-product-card-content-title a {
          font-weight: 600 !important;
        color: #a7432f !important;
    }

  .s-product-card-entry {
     max-height: 310px;
    max-width: 150px !important;gap:1px;margin-left:1px
  }

  .s-product-card-content {
     text-align: center;
  }

 
  h1, h2, p, h3, a, i, span {
    font-size: 0.8rem;
  }
  .carousel-slider .swiper:where([dir=rtl],[dir=rtl] *), salla-slider[type]:not(.hydrated) .swiper>div>div:where([dir=rtl],[dir=rtl] *), salla-slider[type]:not(.hydrated)>div:where([dir=rtl],[dir=rtl] *) {
    padding-left: 7rem;
}
.s-product-card-fixed-btn button {
     height: 1.5rem;
     width: 1.5rem;
     background-color: #e5e7eb;
     
    bottom: 20px;
}
  
}