@charset "UTF-8";
/* ======================================================
   MOREH CLEAN CSS — V5
   المقاسات + المنتجات + المميزات
   ملاحظة: كل تعديلات كروت المنتج مجموعة في نهاية الكود
   ====================================================== */

:root {
  --moreeh-black: #111111;
  --moreeh-text: #171717;
  --moreeh-muted: #6f675f;
  --moreeh-border: #eadfce;
  --moreeh-soft: #faf5ee;
  --moreeh-card: #ffffff;
  --moreeh-gold: #c9ad84;
}

/* ======================================================
   1) إعدادات اختيار المقاسات
   ====================================================== */

/* فتح كل الأكورديونات دائمًا */
salla-accordion-body,
salla-accordion-body[data-collapsed="true"] {
  display: block !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.s-accordion-head-wrapper-toggle {
  display: none !important;
}

/* القسمين جنب بعض */
.s-multiple-bundle-product-wrapper-sections {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
  gap: 10px !important;
  width: 100% !important;
}

.s-multiple-bundle-product-wrapper-sections > salla-accordion {
  flex: 1 1 0 !important;
  min-width: 0 !important;
}

/* إخفاء عنوان القسم الثاني */
.s-multiple-bundle-product-wrapper-sections > salla-accordion:nth-of-type(2) salla-accordion-head {
  display: none !important;
}

/* مهم: تعديل السلايدر خاص بالمقاسات فقط حتى لا يخرب سلايدر صور المنتج */
.s-multiple-bundle-product-wrapper-sections .s-slider-swiper-wrapper {
  display: flex !important;
  flex-wrap: nowrap !important;
  transform: none !important;
  gap: 6px !important;
  width: 100% !important;
}

.s-multiple-bundle-product-wrapper-sections .s-slider-container,
.s-multiple-bundle-product-wrapper-sections .s-slider-swiper-container {
  overflow: visible !important;
}

.s-multiple-bundle-product-wrapper-sections .s-multiple-bundle-product-slide-one-third {
  min-width: 0 !important;
  max-width: none !important;
  width: calc((100% - 12px) / 3) !important;
  flex: 0 0 calc((100% - 12px) / 3) !important;
}

/* كرت المقاس */
.s-multiple-bundle-product-card {
  position: relative !important;
  height: 56px !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  background: #fffdf8 !important;
  transition: all .15s ease !important;
}

.s-multiple-bundle-product-image-wrapper {
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 5 !important;
}

.s-multiple-bundle-product-image {
  display: none !important;
}

.s-multiple-bundle-product-checkbox {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  opacity: 0 !important;
  cursor: pointer !important;
}

.s-multiple-bundle-product-card:has(.s-multiple-bundle-product-checkbox:checked),
.s-multiple-bundle-product-card.is-selected {
  border-color: var(--moreeh-black) !important;
  box-shadow: 0 0 0 2px var(--moreeh-black) !important;
  background: #f8f2e8 !important;
}

.s-multiple-bundle-product-price-wrapper,
.s-multiple-bundle-product-badge,
.swiper-pagination {
  display: none !important;
}

.s-multiple-bundle-product-content-wrapper,
.s-multiple-bundle-product-content,
.s-multiple-bundle-product-details,
.s-multiple-bundle-product-title-wrapper {
  position: relative !important;
  z-index: 2 !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: none !important;
}

.s-multiple-bundle-product-title {
  text-align: center !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  margin: 0 !important;
  color: var(--moreeh-text) !important;
}

.s-multiple-bundle-product-title a {
  pointer-events: none !important;
  text-decoration: none !important;
  color: inherit !important;
}

/* رأس اختر مقاسك */
salla-accordion-head:has(h2) {
  position: relative !important;
  cursor: default !important;
}

salla-accordion-head h2 {
  pointer-events: none !important;
}

.s-accordion-head-wrapper-start {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  padding-left: 150px !important;
}

.s-accordion-head-wrapper-start h2 {
  margin: 0 !important;
}

.s-accordion-head-wrapper-start span,
.s-accordion-head-wrapper-end {
  display: none !important;
}

/* زر اعرف مقاسك */
#mqsHeaderBtn {
  position: absolute !important;
  left: 24px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  background: var(--moreeh-black) !important;
  border: 1px solid var(--moreeh-black) !important;
  border-radius: 12px !important;
  color: #fff !important;
  font-family: Cairo, Tajawal, sans-serif !important;
  font-weight: 800 !important;
  font-size: 13px !important;
  padding: 8px 16px !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  z-index: 999 !important;
  pointer-events: auto !important;
  box-shadow: 0 8px 20px rgba(0,0,0,.12) !important;
}

#mqsHeaderBtn:hover {
  background: #fff !important;
  color: var(--moreeh-black) !important;
}

#mqsOv #mqsHeaderBtn {
  display: none !important;
}

/* المقاسات النافدة: 2XL / XXL / 3XL */
.moreeh-size-oos {
  position: relative !important;
  background: #f3f4f6 !important;
  border-color: #d1d5db !important;
  color: #9ca3af !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
  opacity: 0.75 !important;
  box-shadow: none !important;
}

.moreeh-size-oos::before {
  content: "";
  position: absolute;
  width: 140%;
  height: 1.5px;
  background: #9ca3af;
  top: 50%;
  left: -20%;
  transform: rotate(-18deg);
  z-index: 20;
}

.moreeh-size-oos::after {
  content: "نفد";
  position: absolute;
  top: 4px;
  left: 5px;
  color: #000;
  font-size: 10px;
  font-weight: 800;
  padding: 2px 6px;
  border-radius: 999px;
  z-index: 25;
}

.moreeh-size-oos .s-multiple-bundle-product-title {
  color: #9ca3af !important;
}

/* ======================================================
   2) إخفاء الهيرو القديم
   ====================================================== */

body.index #fullscreen-banner-0 {
  display: none !important;
}

/* ======================================================
   3) قسم المميزات
   ====================================================== */

.s-block--features.enhanced-features {
  direction: rtl !important;
  max-width: 980px !important;
  margin: 38px auto !important;
  padding: 0 12px !important;
  background: transparent !important;
}

.s-block--features.enhanced-features .features--title-outer {
  margin: 0 0 22px !important;
  text-align: center !important;
  color: #111 !important;
}

.s-block--features.enhanced-features .features--title-outer h3 {
  margin: 0 !important;
  color: #111 !important;
  font-size: clamp(24px, 4vw, 36px) !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.7px !important;
}

.s-block--features.enhanced-features .features--title-outer p {
  margin: 8px 0 0 !important;
  color: #7b7166 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

.s-block--features.enhanced-features > .grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
  align-items: stretch !important;
}

.s-block--features.enhanced-features .s-block--features__item {
  position: relative !important;
  min-height: 178px !important;
  padding: 36px 16px 18px !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  background: rgba(255, 253, 248, 0.88) !important;
  border: 1px solid #e9dfd2 !important;
  box-shadow: 0 12px 34px rgba(17, 17, 17, 0.06) !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
}

.s-block--features.enhanced-features .s-block--features__item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 18px;
  left: 18px;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, transparent, var(--moreeh-gold), transparent);
}

.s-block--features.enhanced-features .s-block--features__item::after {
  content: "";
  position: absolute;
  width: 105px;
  height: 105px;
  left: -45px;
  bottom: -45px;
  border-radius: 50%;
  background: rgba(201, 173, 132, .13);
  pointer-events: none;
}

.s-block--features.enhanced-features .s-block--features__item:hover {
  transform: translateY(-4px) !important;
  border-color: #d9c7ad !important;
  box-shadow: 0 18px 44px rgba(17, 17, 17, .09) !important;
}

.s-block--features.enhanced-features .feature-icon {
  position: relative !important;
  top: auto !important;
  transform: none !important;
  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  margin: 0 0 14px !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, #252525, #171717) !important;
  color: #fff !important;
  border: 1px solid rgba(201, 173, 132, .65) !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.16) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.s-block--features.enhanced-features .feature-icon i {
  color: #fff !important;
  font-size: 25px !important;
}

.s-block--features.enhanced-features .s-block--features__item h4,
.s-block--features.enhanced-features .s-block--features__item h4 *,
.s-block--features.enhanced-features .s-block--features__item .injaz_count {
  color: #171717 !important;
  font-size: 19px !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
  margin: 0 !important;
}

.s-block--features.enhanced-features .s-block--features__item p {
  color: #6f665c !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.85 !important;
  margin: 9px 0 0 !important;
  max-width: 95% !important;
}

/* تمييز أول كرت */
.s-block--features.enhanced-features .s-block--features__item:nth-child(1) {
  background: linear-gradient(180deg, #252525, #171717) !important;
  border-color: rgba(201, 173, 132, .75) !important;
  box-shadow: 0 16px 40px rgba(0,0,0,.16) !important;
}

.s-block--features.enhanced-features .s-block--features__item:nth-child(1) .feature-icon {
  background: #fffdf8 !important;
  color: #171717 !important;
  border-color: var(--moreeh-gold) !important;
}

.s-block--features.enhanced-features .s-block--features__item:nth-child(1) .feature-icon i {
  color: #171717 !important;
}

.s-block--features.enhanced-features .s-block--features__item:nth-child(1) h4,
.s-block--features.enhanced-features .s-block--features__item:nth-child(1) h4 *,
.s-block--features.enhanced-features .s-block--features__item:nth-child(1) .injaz_count {
  color: #fff !important;
}

.s-block--features.enhanced-features .s-block--features__item:nth-child(1) p {
  color: #d8d0c5 !important;
}

@media (max-width: 768px) {
  .s-block--features.enhanced-features {
    margin: 30px auto !important;
    padding: 0 10px !important;
  }

  .s-block--features.enhanced-features > .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .s-block--features.enhanced-features .features--title-outer {
    margin-bottom: 18px !important;
  }

  .s-block--features.enhanced-features .features--title-outer h3 {
    font-size: 25px !important;
  }

  .s-block--features.enhanced-features .features--title-outer p {
    font-size: 13px !important;
  }

  .s-block--features.enhanced-features .s-block--features__item {
    min-height: 158px !important;
    padding: 30px 10px 15px !important;
    border-radius: 17px !important;
  }

  .s-block--features.enhanced-features .feature-icon {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    border-radius: 15px !important;
    margin-bottom: 11px !important;
  }

  .s-block--features.enhanced-features .feature-icon i {
    font-size: 21px !important;
  }

  .s-block--features.enhanced-features .s-block--features__item h4,
  .s-block--features.enhanced-features .s-block--features__item h4 *,
  .s-block--features.enhanced-features .s-block--features__item .injaz_count {
    font-size: 16px !important;
  }

  .s-block--features.enhanced-features .s-block--features__item p {
    font-size: 11.5px !important;
    line-height: 1.75 !important;
    max-width: 100% !important;
  }
}

@media (max-width: 380px) {
  .s-block--features.enhanced-features > .grid {
    gap: 9px !important;
  }

  .s-block--features.enhanced-features .s-block--features__item {
    min-height: 150px !important;
    padding: 28px 8px 13px !important;
  }

  .s-block--features.enhanced-features .feature-icon {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
  }

  .s-block--features.enhanced-features .s-block--features__item h4,
  .s-block--features.enhanced-features .s-block--features__item h4 *,
  .s-block--features.enhanced-features .s-block--features__item .injaz_count {
    font-size: 15px !important;
  }

  .s-block--features.enhanced-features .s-block--features__item p {
    font-size: 10.5px !important;
  }
}

/* ======================================================
   4) الخط الخاص بالشعار
   ====================================================== */

@font-face {
  font-family: "Enferad";
  src: url("رابط-الخط-Enferad-Font.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.moreeh-title-logo,
.moreeh-brand-logo {
  font-family: "Enferad", sans-serif !important;
}



/* ======================================================
   5) كروت المنتجات في الصفحة الرئيسية
   نسخة موحدة بدون قواعد متكررة
   ====================================================== */

body.index :is(
  .s-block-count-down-1,
  .s-block-count-down-2,
  .s-block-count-down-3
) {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  padding-inline: 12px !important;
  margin-bottom: 14px !important;
  background: transparent !important;
}

body.index .s-block-count-down-4 {
  display: none !important;
}

body.index :is(.s-block-count-down-2, .s-block-count-down-3)::before {
  content: none !important;
  display: none !important;
}

body.index .s-block-count-down-1 {
  position: relative !important;
  padding-top: 72px !important;
  margin-top: 18px !important;
}

body.index .s-block-count-down-1::before {
  content: "طلب مسبق\A بوكسر مريح" !important;
  white-space: pre-line !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 2 !important;
  display: block !important;
  color: var(--moreeh-black) !important;
  font-size: 30px !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.6px !important;
  text-align: center !important;
}

body.index :is(
  .s-block-count-down-1,
  .s-block-count-down-2,
  .s-block-count-down-3
) custom-salla-product-card {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 54% 46% !important;
  width: 100% !important;
  min-height: 340px !important;
  height: auto !important;
  overflow: visible !important;
  background: var(--moreeh-card) !important;
  border: 1px solid #efe6d9 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  cursor: pointer !important;
  -webkit-tap-highlight-color: transparent !important;
}

body.index :is(
  .s-block-count-down-1,
  .s-block-count-down-2,
  .s-block-count-down-3
) .s-product-card-content {
  order: 1 !important;
  width: 100% !important;
  height: 100% !important;
  overflow: visible !important;
  background: transparent !important;
}

body.index .product-block__info {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: center !important;
  gap: 0 !important;
  height: 100% !important;
  padding: 18px 13px !important;
  overflow: visible !important;
  background: transparent !important;
  text-align: right !important;
}

body.index :is(
  .s-block-count-down-1,
  .s-block-count-down-2,
  .s-block-count-down-3
) .s-product-card-image.product-block__thumb {
  order: 2 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 340px !important;
  height: 100% !important;
  overflow: visible !important;
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

body.index .s-product-card-image .thumb-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

body.index .s-product-card-image img {
  display: block !important;
  width: 132% !important;
  max-width: none !important;
  height: 255px !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
  opacity: 1 !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  pointer-events: none !important;
}

body.index :is(
  .s-product-card-image.product-block__thumb,
  .s-product-card-image .thumb-wrapper
)::before,
body.index :is(
  .s-product-card-image.product-block__thumb,
  .s-product-card-image .thumb-wrapper
)::after {
  content: none !important;
  display: none !important;
}

body.index :is(.showPreviewBtn, .product-category-name) {
  display: none !important;
}

body.index .product-title {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--moreeh-black) !important;
  text-decoration: none !important;
}

body.index .product-block__info .title,
body.index .product-block__info .title * {
  margin: 0 0 8px !important;
  color: var(--moreeh-black) !important;
  font-size: 19px !important;
  font-weight: 900 !important;
  line-height: 1.32 !important;
  letter-spacing: -0.25px !important;
  text-align: right !important;
}

body.index .product-title::after {
  content: "نعومة فائقة • دعم مثالي • تهوية ممتازة";
  display: block;
  margin-bottom: 9px !important;
  color: var(--moreeh-muted) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.55 !important;
}

body.index .product-subtitle {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  width: fit-content !important;
  max-width: 100% !important;
  margin: 0 0 8px !important;
  padding: 4px 10px !important;
  overflow: visible !important;
  white-space: nowrap !important;
  background: #fffdf8 !important;
  color: #5a4630 !important;
  border: 1px solid #e4d5c0 !important;
  border-radius: 0 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

body.index .product-subtitle::after {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 3px 7px !important;
  white-space: nowrap !important;
  background: var(--moreeh-soft) !important;
  color: #5a4630 !important;
  border: 1px solid #e4d5c0 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
}

body.index custom-salla-product-card:has(a[href*="p1712626537"]) .product-subtitle::after {
  content: "الحبة 37.25 ر.س" !important;
}

body.index custom-salla-product-card:has(a[href*="p1074246420"]) .product-subtitle::after {
  content: "الحبة 34.63 ر.س" !important;
}

body.index custom-salla-product-card:has(a[href*="p618905232"]) .product-subtitle::after {
  content: "الحبة 30.5 ر.س" !important;
}

body.index .price-wrapper {
  display: flex !important;
  flex-direction: row !important;
  align-items: baseline !important;
  justify-content: flex-start !important;
  gap: 9px !important;
  flex-wrap: wrap !important;
  margin: 0 0 11px !important;
  padding: 0 !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 1 !important;
}

body.index .price-wrapper > * {
  display: none !important;
}

body.index .price-wrapper::before {
  display: inline-flex !important;
  color: #d71920 !important;
  font-size: 28px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

body.index .price-wrapper::after {
  display: inline-flex !important;
  margin: 0 !important;
  color: #8b8177 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: line-through !important;
  text-decoration-thickness: 2px !important;
}

body.index custom-salla-product-card:has(a[href*="p1712626537"]) .price-wrapper::before {
  content: "149 ر.س" !important;
}

body.index custom-salla-product-card:has(a[href*="p1712626537"]) .price-wrapper::after {
  content: "195 ر.س" !important;
}

body.index custom-salla-product-card:has(a[href*="p1074246420"]) .price-wrapper::before {
  content: "277 ر.س" !important;
}

body.index custom-salla-product-card:has(a[href*="p1074246420"]) .price-wrapper::after {
  content: "390 ر.س" !important;
}

body.index custom-salla-product-card:has(a[href*="p618905232"]) .price-wrapper::before {
  content: "366 ر.س" !important;
}

body.index custom-salla-product-card:has(a[href*="p618905232"]) .price-wrapper::after {
  content: "585 ر.س" !important;
}

body.index .badge.badge--ribbon {
  top: 10px !important;
  right: 10px !important;
  left: auto !important;
  z-index: 99 !important;
  width: max-content !important;
  min-width: max-content !important;
  max-width: none !important;
  height: auto !important;
  padding: 8px 14px !important;
  overflow: visible !important;
  white-space: nowrap !important;
  background: var(--moreeh-black) !important;
  color: #fff !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 11.5px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  text-overflow: unset !important;
}

body.index .count-down_wrapper.inside_product {
  order: 20 !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.index .count-down_wrapper.inside_product::before {
  content: "ينتهي الطلب المسبق خلال";
  display: block;
  margin-bottom: 9px !important;
  color: var(--moreeh-muted) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-align: center !important;
}

body.index .s-count-down-list {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 4px !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.index .s-count-down-item {
  min-width: 0 !important;
  padding: 3px 1px !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.index .s-count-down-item-value {
  color: var(--moreeh-black) !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

body.index .s-count-down-item-label {
  color: #8b8177 !important;
  font-size: 9px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

body.index .btn--add-to-cart {
  order: 30 !important;
  position: relative !important;
  z-index: 20 !important;
  width: 100% !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  transform: translateY(-8px) !important;
  pointer-events: none !important;
}

body.index :is(
  .s-button-element.s-button-primary,
  .s-button-element.s-button-solid
) {
  position: relative !important;
  width: 100% !important;
  min-height: 48px !important;
  background: var(--moreeh-black) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-weight: 900 !important;
  pointer-events: none !important;
}

body.index .s-button-text {
  color: transparent !important;
  font-size: 0 !important;
  line-height: 1 !important;
}

body.index :is(
  .s-block-count-down-1,
  .s-block-count-down-2,
  .s-block-count-down-3
) custom-salla-product-card button.s-button-element::after {
  content: "اختر مقاسك" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #fff !important;
  font-family: Cairo, Tajawal, Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

body.index custom-salla-product-card :is(
  .s-product-card-image,
  .product-block__thumb,
  .thumb-wrapper,
  img
) {
  pointer-events: none !important;
}

@media (max-width: 600px) {
  body.index :is(
    .s-block-count-down-1,
    .s-block-count-down-2,
    .s-block-count-down-3
  ) {
    padding-inline: 10px !important;
    margin-bottom: 18px !important;
  }

  body.index :is(
    .s-block-count-down-1,
    .s-block-count-down-2,
    .s-block-count-down-3
  ) custom-salla-product-card {
    grid-template-columns: 51% 49% !important;
    height: 360px !important;
    min-height: 360px !important;
  }

  body.index :is(
    .s-block-count-down-1,
    .s-block-count-down-2,
    .s-block-count-down-3
  ) :is(.s-product-card-content, .s-product-card-image.product-block__thumb) {
    height: 360px !important;
    min-height: 360px !important;
  }

  body.index .product-block__info {
    padding: 16px 11px !important;
  }

  body.index .product-block__info .title,
  body.index .product-block__info .title * {
    margin-bottom: 8px !important;
    font-size: 18px !important;
    line-height: 1.28 !important;
  }

  body.index .product-title::after {
    margin-bottom: 8px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
  }

  body.index .product-subtitle {
    gap: 4px !important;
    padding: 4px 6px !important;
    font-size: 10px !important;
  }

  body.index .product-subtitle::after {
    padding: 3px 4px !important;
    font-size: 8.8px !important;
  }

  body.index .price-wrapper::before {
    font-size: 25px !important;
  }

  body.index .price-wrapper::after {
    font-size: 13px !important;
  }

  body.index .badge.badge--ribbon {
    top: 8px !important;
    right: 8px !important;
    padding: 7px 12px !important;
    font-size: 10.5px !important;
  }

  body.index .count-down_wrapper.inside_product::before {
    margin-bottom: 8px !important;
    font-size: 11.5px !important;
  }

  body.index .s-count-down-item-value {
    font-size: 14px !important;
  }

  body.index .s-count-down-item-label {
    font-size: 8.5px !important;
  }

  body.index .s-product-card-image img {
    width: 100% !important;
    max-width: 100% !important;
    height: 275px !important;
    transform: translateX(-10px) translateY(-10px) scale(1.42) !important;
    transform-origin: center center !important;
  }
}

@media (max-width: 390px) {
  body.index :is(
    .s-block-count-down-1,
    .s-block-count-down-2,
    .s-block-count-down-3
  ) custom-salla-product-card {
    grid-template-columns: 50% 50% !important;
    height: 350px !important;
    min-height: 350px !important;
  }

  body.index :is(
    .s-block-count-down-1,
    .s-block-count-down-2,
    .s-block-count-down-3
  ) :is(.s-product-card-content, .s-product-card-image.product-block__thumb) {
    height: 350px !important;
    min-height: 350px !important;
  }

  body.index .product-block__info {
    padding: 14px 9px !important;
  }

  body.index .product-block__info .title,
  body.index .product-block__info .title * {
    font-size: 16.5px !important;
  }

  body.index .product-title::after {
    font-size: 11px !important;
  }

  body.index .product-subtitle {
    gap: 3px !important;
    padding: 4px 5px !important;
    font-size: 9px !important;
  }

  body.index .product-subtitle::after {
    padding: 3px !important;
    font-size: 8px !important;
  }

  body.index .price-wrapper::before {
    font-size: 23px !important;
  }

  body.index .price-wrapper::after {
    font-size: 12px !important;
  }

  body.index .s-product-card-image img {
    height: 260px !important;
    transform: translateX(-8px) translateY(-8px) scale(1.38) !important;
  }
}

@media (min-width: 601px) and (max-width: 900px) {
  body.index :is(
    .s-block-count-down-1,
    .s-block-count-down-2,
    .s-block-count-down-3
  ) {
    float: none !important;
    width: 100% !important;
    max-width: 720px !important;
    margin: 0 auto 16px !important;
    padding-inline: 14px !important;
  }
}

@media (min-width: 901px) {
  body.index {
    --moreeh-row-width: min(1120px, 92vw);
    --moreeh-card-gap: 20px;
    --moreeh-home-card-width: calc(
      (var(--moreeh-row-width) - (var(--moreeh-card-gap) * 2)) / 3
    );
  }

  body.index :is(
    .s-block-count-down-1,
    .s-block-count-down-2,
    .s-block-count-down-3
  ) {
    float: right !important;
    clear: none !important;
    width: var(--moreeh-home-card-width) !important;
    min-width: var(--moreeh-home-card-width) !important;
    max-width: var(--moreeh-home-card-width) !important;
    margin: 0 var(--moreeh-card-gap) 42px 0 !important;
    padding: 96px 0 0 !important;
    box-sizing: border-box !important;
  }

  body.index .s-block-count-down-1 {
    margin-right: calc((100vw - var(--moreeh-row-width)) / 2) !important;
  }

  body.index .s-block-count-down-3 {
    margin-left: 0 !important;
  }

  body.index .s-block-count-down-1::before {
    right: 0 !important;
    left: auto !important;
    width: var(--moreeh-row-width) !important;
    font-size: 38px !important;
    line-height: 1.12 !important;
  }

  body.index :is(
    .s-block-count-down-1,
    .s-block-count-down-2,
    .s-block-count-down-3
  ) .container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.index :is(
    .s-block-count-down-1,
    .s-block-count-down-2,
    .s-block-count-down-3
  ) custom-salla-product-card {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: 625px !important;
    min-height: 625px !important;
  }

  body.index :is(
    .s-block-count-down-1,
    .s-block-count-down-2,
    .s-block-count-down-3
  ) .s-product-card-image.product-block__thumb {
    order: 1 !important;
    width: 100% !important;
    height: 275px !important;
    min-height: 275px !important;
  }

  body.index .s-product-card-image img {
    width: 120% !important;
    height: 275px !important;
    transform: none !important;
  }

  body.index :is(
    .s-block-count-down-1,
    .s-block-count-down-2,
    .s-block-count-down-3
  ) .s-product-card-content {
    order: 2 !important;
    width: 100% !important;
    height: 350px !important;
    min-height: 350px !important;
  }

  body.index .product-block__info {
    justify-content: flex-start !important;
    padding: 18px 22px !important;
  }

  body.index .product-block__info .title,
  body.index .product-block__info .title * {
    min-height: 56px !important;
    font-size: 21px !important;
    line-height: 1.3 !important;
  }

  body.index .product-title::after {
    min-height: 22px !important;
    font-size: 14px !important;
  }

  body.index .price-wrapper::before {
    font-size: 30px !important;
  }

  body.index .price-wrapper::after {
    font-size: 14px !important;
  }

  body.index .count-down_wrapper.inside_product {
    margin-top: auto !important;
    margin-bottom: 13px !important;
  }

  body.index .s-block-count-down-3 ~ :is(
    .s-block--bundle-text-content,
    .s-block--features,
    .s-block--fixed-banner,
    .s-block-faqs-home
  ) {
    clear: both !important;
  }
}

/* ======================================================
   6) لوحة القيمة في أول صفحة المنتج
   السعر + التوفير + سعر الحبة + الضمان + مقارنة الخامات
   ====================================================== */

.moreeh-fixed-product-price {
  direction: rtl !important;
  position: relative !important;
  margin: 12px 0 18px !important;
  padding: 18px !important;
  overflow: hidden !important;
  background: linear-gradient(145deg, #fffdf8 0%, #f8f0e4 100%) !important;
  border: 1px solid #dfcfb8 !important;
  border-radius: 18px !important;
  box-shadow: 0 16px 38px rgba(17, 17, 17, 0.07) !important;
  font-family: Cairo, Tajawal, Arial, sans-serif !important;
  text-align: right !important;
}

.moreeh-fixed-product-price::before {
  content: "";
  position: absolute;
  top: -70px;
  left: -70px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(201, 173, 132, 0.18);
  pointer-events: none;
}

.moreeh-offer-head,
.moreeh-fixed-product-price__row,
.moreeh-offer-benefits {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
}

.moreeh-offer-head {
  justify-content: space-between !important;
  gap: 8px !important;
  margin-bottom: 13px !important;
}

.moreeh-offer-kicker,
.moreeh-offer-limited {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 28px !important;
  padding: 5px 10px !important;
  border-radius: 999px !important;
  font-size: 11.5px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.moreeh-offer-kicker {
  background: #111 !important;
  color: #fff !important;
}

.moreeh-offer-limited {
  background: #fff !important;
  color: #6b4f2d !important;
  border: 1px solid #dfcfb8 !important;
}

.moreeh-fixed-product-price__row {
  align-items: baseline !important;
  gap: 10px !important;
  padding-bottom: 15px !important;
  border-bottom: 1px solid rgba(201, 173, 132, 0.36) !important;
}

.moreeh-fixed-product-price__new {
  color: #d71920 !important;
  font-size: clamp(31px, 5vw, 39px) !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  letter-spacing: -1px !important;
}

.moreeh-fixed-product-price__old {
  color: #8b8177 !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: line-through !important;
  text-decoration-thickness: 2px !important;
}

.moreeh-offer-saving {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-inline-start: auto !important;
  padding: 6px 10px !important;
  border-radius: 10px !important;
  background: #eaf7ee !important;
  color: #176b35 !important;
  border: 1px solid #c7ead2 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

.moreeh-value-grid {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin-top: 14px !important;
}

.moreeh-value-item {
  min-width: 0 !important;
  padding: 11px 9px !important;
  background: rgba(255, 255, 255, 0.82) !important;
  border: 1px solid #eadfce !important;
  border-radius: 12px !important;
}

.moreeh-value-item span,
.moreeh-value-item strong,
.moreeh-value-item small {
  display: block !important;
}

.moreeh-value-item span {
  margin-bottom: 4px !important;
  color: #776d62 !important;
  font-size: 10.5px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}

.moreeh-value-item strong {
  color: #171717 !important;
  font-size: 13.5px !important;
  font-weight: 950 !important;
  line-height: 1.3 !important;
}

.moreeh-value-item small {
  margin-top: 3px !important;
  color: #8b8177 !important;
  font-size: 8.5px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}

.moreeh-offer-benefits {
  gap: 7px !important;
  margin-top: 12px !important;
}

.moreeh-offer-benefits span {
  position: relative !important;
  padding: 4px 20px 4px 8px !important;
  color: #51483f !important;
  font-size: 10.5px !important;
  font-weight: 850 !important;
  line-height: 1.3 !important;
}

.moreeh-offer-benefits span::before {
  content: "✓";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #176b35;
  font-size: 12px;
  font-weight: 950;
}

.moreeh-material-comparison {
  position: relative !important;
  z-index: 1 !important;
  margin-top: 13px !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1px solid #e6d9c7 !important;
  border-radius: 12px !important;
}

.moreeh-material-comparison summary {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  padding: 12px 13px !important;
  cursor: pointer !important;
  list-style: none !important;
  color: #171717 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  -webkit-tap-highlight-color: transparent !important;
}

.moreeh-material-comparison summary::-webkit-details-marker {
  display: none !important;
}

.moreeh-material-comparison summary b {
  color: #6b4f2d !important;
  font-size: 10.5px !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

.moreeh-material-comparison[open] summary {
  border-bottom: 1px solid #eadfce !important;
}

.moreeh-material-comparison[open] summary b::before {
  content: "إخفاء ";
}

.moreeh-material-comparison:not([open]) summary b::before {
  content: "عرض ";
}

.moreeh-comparison-table {
  padding: 7px 10px 10px !important;
}

.moreeh-comparison-row {
  display: grid !important;
  grid-template-columns: 0.9fr 1.1fr 1.1fr !important;
  align-items: center !important;
  gap: 7px !important;
  min-height: 40px !important;
  padding: 7px 4px !important;
  border-bottom: 1px solid #f0e8dc !important;
}

.moreeh-comparison-row:last-child {
  border-bottom: 0 !important;
}

.moreeh-comparison-row span,
.moreeh-comparison-row strong,
.moreeh-comparison-row em {
  min-width: 0 !important;
  font-style: normal !important;
  line-height: 1.45 !important;
}

.moreeh-comparison-row span {
  color: #645b52 !important;
  font-size: 10.5px !important;
  font-weight: 900 !important;
}

.moreeh-comparison-row strong {
  color: #176b35 !important;
  font-size: 10.5px !important;
  font-weight: 900 !important;
}

.moreeh-comparison-row em {
  color: #776d62 !important;
  font-size: 10px !important;
  font-weight: 750 !important;
}

.moreeh-comparison-header {
  min-height: 34px !important;
  background: #faf5ee !important;
  border-radius: 8px !important;
}

.moreeh-comparison-header strong {
  color: #171717 !important;
}

.moreeh-fixed-product-price__note {
  position: relative !important;
  z-index: 1 !important;
  margin: 10px 0 0 !important;
  color: #776d62 !important;
  font-size: 10.5px !important;
  font-weight: 800 !important;
  line-height: 1.5 !important;
}

.moreeh-dynamic-price-hidden,
.moreeh-native-product-info-hidden {
  display: none !important;
}

@media (max-width: 600px) {
  .moreeh-fixed-product-price {
    margin: 10px 0 15px !important;
    padding: 14px 12px !important;
    border-radius: 15px !important;
  }

  .moreeh-fixed-product-price__row {
    gap: 8px !important;
  }

  .moreeh-fixed-product-price__new {
    font-size: 31px !important;
  }

  .moreeh-fixed-product-price__old {
    font-size: 14px !important;
  }

  .moreeh-offer-saving {
    margin-inline-start: 0 !important;
    padding: 5px 8px !important;
    font-size: 10.5px !important;
  }

  .moreeh-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 7px !important;
  }

  .moreeh-value-item {
    padding: 10px 9px !important;
  }

  .moreeh-value-item strong {
    font-size: 13px !important;
  }

  .moreeh-material-comparison summary {
    padding: 11px !important;
    font-size: 11.5px !important;
  }

  .moreeh-comparison-row {
    grid-template-columns: 0.82fr 1.09fr 1.09fr !important;
    gap: 5px !important;
  }

  .moreeh-comparison-row span,
  .moreeh-comparison-row strong {
    font-size: 9.7px !important;
  }

  .moreeh-comparison-row em {
    font-size: 9.2px !important;
  }
}

/* ======================================================
   7) كروت المنتجات خارج الصفحة الرئيسية
   التصنيفات والمنتجات المقترحة
   ====================================================== */

body:not(.index) custom-salla-product-card:has(
  a[href*="p1712626537"],
  a[href*="p1074246420"],
  a[href*="p618905232"]
) {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  min-height: 0 !important;
  height: auto !important;
  overflow: visible !important;
  background: var(--moreeh-card) !important;
  border: 1px solid #efe6d9 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  cursor: pointer !important;
  -webkit-tap-highlight-color: transparent !important;
}

body:not(.index) custom-salla-product-card:has(
  a[href*="p1712626537"],
  a[href*="p1074246420"],
  a[href*="p618905232"]
) .s-product-card-image.product-block__thumb {
  order: 1 !important;
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 175px !important;
  min-height: 175px !important;
  max-height: 175px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 0 !important;
  box-shadow: none !important;
  pointer-events: none !important;
}

body:not(.index) custom-salla-product-card:has(
  a[href*="p1712626537"],
  a[href*="p1074246420"],
  a[href*="p618905232"]
) .thumb-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: transparent !important;
}

body:not(.index) custom-salla-product-card:has(
  a[href*="p1712626537"],
  a[href*="p1074246420"],
  a[href*="p618905232"]
) :is(.s-product-card-image img, .product-block__thumb img, .thumb-wrapper img) {
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  visibility: visible !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 158px !important;
  max-height: 158px !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  pointer-events: none !important;
}

body:not(.index) custom-salla-product-card:has(
  a[href*="p1712626537"],
  a[href*="p1074246420"],
  a[href*="p618905232"]
) .s-product-card-content {
  order: 2 !important;
  flex: 0 0 auto !important;
  width: 100% !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
}

body:not(.index) custom-salla-product-card:has(
  a[href*="p1712626537"],
  a[href*="p1074246420"],
  a[href*="p618905232"]
) .product-block__info {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 10px 18px 17px !important;
  background: transparent !important;
  text-align: right !important;
}

body:not(.index) custom-salla-product-card:has(
  a[href*="p1712626537"],
  a[href*="p1074246420"],
  a[href*="p618905232"]
) :is(.showPreviewBtn, .product-category-name) {
  display: none !important;
}

body:not(.index) custom-salla-product-card:has(
  a[href*="p1712626537"],
  a[href*="p1074246420"],
  a[href*="p618905232"]
) .product-subtitle {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 4px !important;
  flex-wrap: nowrap !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 0 10px !important;
  padding: 4px 5px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
  background: #fffdf8 !important;
  color: #5a4630 !important;
  border: 1px solid #e4d5c0 !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

body:not(.index) custom-salla-product-card:has(
  a[href*="p1712626537"],
  a[href*="p1074246420"],
  a[href*="p618905232"]
) .product-subtitle::after {
  flex: 0 1 auto !important;
  min-width: 0 !important;
  max-width: 58% !important;
  padding: 4px 5px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  background: var(--moreeh-soft) !important;
  color: #5a4630 !important;
  border: 1px solid #e4d5c0 !important;
  font-size: 8.8px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-overflow: ellipsis !important;
}

body:not(.index) custom-salla-product-card:has(a[href*="p1712626537"]) .product-subtitle::after {
  content: "الحبة 37.25 ر.س" !important;
}

body:not(.index) custom-salla-product-card:has(a[href*="p1074246420"]) .product-subtitle::after {
  content: "الحبة 34.63 ر.س" !important;
}

body:not(.index) custom-salla-product-card:has(a[href*="p618905232"]) .product-subtitle::after {
  content: "الحبة 30.5 ر.س" !important;
}

body:not(.index) custom-salla-product-card:has(
  a[href*="p1712626537"],
  a[href*="p1074246420"],
  a[href*="p618905232"]
) .product-block__info .title {
  min-height: 0 !important;
  height: auto !important;
  margin: 0 0 8px !important;
  overflow: visible !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 1 !important;
  text-align: center !important;
}

body:not(.index) custom-salla-product-card:has(
  a[href*="p1712626537"],
  a[href*="p1074246420"],
  a[href*="p618905232"]
) .product-block__info .title * {
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

body:not(.index) custom-salla-product-card:has(
  a[href*="p1712626537"],
  a[href*="p1074246420"],
  a[href*="p618905232"]
) .product-block__info .title::after {
  display: block !important;
  color: var(--moreeh-black) !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.25px !important;
  text-align: center !important;
  white-space: nowrap !important;
}

body:not(.index) custom-salla-product-card:has(a[href*="p1712626537"]) .product-block__info .title::after {
  content: "بوكسر أربع قطع" !important;
}

body:not(.index) custom-salla-product-card:has(a[href*="p1074246420"]) .product-block__info .title::after {
  content: "بوكسر ثمان قطع" !important;
}

body:not(.index) custom-salla-product-card:has(a[href*="p618905232"]) .product-block__info .title::after {
  content: "بوكسر 12 قطعة" !important;
}

body:not(.index) custom-salla-product-card:has(
  a[href*="p1712626537"],
  a[href*="p1074246420"],
  a[href*="p618905232"]
) .product-title::after {
  content: "نعومة فائقة • دعم مثالي • تهوية ممتازة";
  display: block;
  margin-bottom: 9px !important;
  color: var(--moreeh-muted) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.55 !important;
}

body:not(.index) custom-salla-product-card:has(
  a[href*="p1712626537"],
  a[href*="p1074246420"],
  a[href*="p618905232"]
) .price-wrapper {
  display: flex !important;
  flex-direction: row !important;
  align-items: baseline !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 1 !important;
}

body:not(.index) custom-salla-product-card:has(
  a[href*="p1712626537"],
  a[href*="p1074246420"],
  a[href*="p618905232"]
) .price-wrapper > * {
  display: none !important;
}

body:not(.index) custom-salla-product-card:has(
  a[href*="p1712626537"],
  a[href*="p1074246420"],
  a[href*="p618905232"]
) .price-wrapper::before {
  display: inline-flex !important;
  margin: 0 !important;
  color: #d71920 !important;
  font-size: 26px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

body:not(.index) custom-salla-product-card:has(
  a[href*="p1712626537"],
  a[href*="p1074246420"],
  a[href*="p618905232"]
) .price-wrapper::after {
  display: inline-flex !important;
  margin: 0 !important;
  color: #8b8177 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: line-through !important;
  text-decoration-thickness: 2px !important;
}

body:not(.index) custom-salla-product-card:has(a[href*="p1712626537"]) .price-wrapper::before {
  content: "149 ر.س" !important;
}

body:not(.index) custom-salla-product-card:has(a[href*="p1712626537"]) .price-wrapper::after {
  content: "195 ر.س" !important;
}

body:not(.index) custom-salla-product-card:has(a[href*="p1074246420"]) .price-wrapper::before {
  content: "277 ر.س" !important;
}

body:not(.index) custom-salla-product-card:has(a[href*="p1074246420"]) .price-wrapper::after {
  content: "390 ر.س" !important;
}

body:not(.index) custom-salla-product-card:has(a[href*="p618905232"]) .price-wrapper::before {
  content: "366 ر.س" !important;
}

body:not(.index) custom-salla-product-card:has(a[href*="p618905232"]) .price-wrapper::after {
  content: "585 ر.س" !important;
}

body:not(.index) custom-salla-product-card:has(
  a[href*="p1712626537"],
  a[href*="p1074246420"],
  a[href*="p618905232"]
) .badge.badge--ribbon {
  top: 10px !important;
  right: 10px !important;
  left: auto !important;
  z-index: 99 !important;
  width: max-content !important;
  min-width: max-content !important;
  max-width: none !important;
  height: auto !important;
  padding: 8px 14px !important;
  overflow: visible !important;
  white-space: nowrap !important;
  background: var(--moreeh-black) !important;
  color: #fff !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 11.5px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

body:not(.index) custom-salla-product-card:has(
  a[href*="p1712626537"],
  a[href*="p1074246420"],
  a[href*="p618905232"]
) .btn--add-to-cart {
  position: relative !important;
  width: 100% !important;
  margin-top: auto !important;
  padding: 0 !important;
  pointer-events: none !important;
}

body:not(.index) custom-salla-product-card:has(
  a[href*="p1712626537"],
  a[href*="p1074246420"],
  a[href*="p618905232"]
) :is(.s-button-element.s-button-primary, .s-button-element.s-button-solid) {
  position: relative !important;
  width: 100% !important;
  min-height: 48px !important;
  background: var(--moreeh-black) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-weight: 900 !important;
  pointer-events: none !important;
}

body:not(.index) custom-salla-product-card:has(
  a[href*="p1712626537"],
  a[href*="p1074246420"],
  a[href*="p618905232"]
) .s-button-text {
  color: transparent !important;
  font-size: 0 !important;
  line-height: 1 !important;
}

body:not(.index) custom-salla-product-card:has(
  a[href*="p1712626537"],
  a[href*="p1074246420"],
  a[href*="p618905232"]
) button.s-button-element::after {
  content: "اختر مقاسك" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #fff !important;
  font-family: Cairo, Tajawal, Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

@media (max-width: 600px) {
  body:not(.index) custom-salla-product-card:has(
    a[href*="p1712626537"],
    a[href*="p1074246420"],
    a[href*="p618905232"]
  ) .s-product-card-image.product-block__thumb {
    height: 150px !important;
    min-height: 150px !important;
    max-height: 150px !important;
  }

  body:not(.index) custom-salla-product-card:has(
    a[href*="p1712626537"],
    a[href*="p1074246420"],
    a[href*="p618905232"]
  ) :is(.s-product-card-image img, .product-block__thumb img, .thumb-wrapper img) {
    height: 138px !important;
    max-height: 138px !important;
  }

  body:not(.index) custom-salla-product-card:has(
    a[href*="p1712626537"],
    a[href*="p1074246420"],
    a[href*="p618905232"]
  ) .product-block__info {
    padding: 8px 13px 15px !important;
  }

  body:not(.index) custom-salla-product-card:has(
    a[href*="p1712626537"],
    a[href*="p1074246420"],
    a[href*="p618905232"]
  ) .product-block__info .title::after {
    font-size: 17px !important;
  }

  body:not(.index) custom-salla-product-card:has(
    a[href*="p1712626537"],
    a[href*="p1074246420"],
    a[href*="p618905232"]
  ) .product-title::after {
    font-size: 11.5px !important;
  }

  body:not(.index) custom-salla-product-card:has(
    a[href*="p1712626537"],
    a[href*="p1074246420"],
    a[href*="p618905232"]
  ) .product-subtitle {
    gap: 3px !important;
    padding: 4px !important;
    font-size: 9px !important;
  }

  body:not(.index) custom-salla-product-card:has(
    a[href*="p1712626537"],
    a[href*="p1074246420"],
    a[href*="p618905232"]
  ) .product-subtitle::after {
    max-width: 56% !important;
    padding: 4px 3px !important;
    font-size: 8px !important;
  }

  body:not(.index) custom-salla-product-card:has(
    a[href*="p1712626537"],
    a[href*="p1074246420"],
    a[href*="p618905232"]
  ) .price-wrapper::before {
    font-size: 23px !important;
  }

  body:not(.index) custom-salla-product-card:has(
    a[href*="p1712626537"],
    a[href*="p1074246420"],
    a[href*="p618905232"]
  ) .price-wrapper::after {
    font-size: 12px !important;
  }

  body:not(.index) custom-salla-product-card:has(
    a[href*="p1712626537"],
    a[href*="p1074246420"],
    a[href*="p618905232"]
  ) .badge.badge--ribbon {
    top: 8px !important;
    right: 8px !important;
    padding: 7px 12px !important;
    font-size: 10.5px !important;
  }
}

@media (max-width: 390px) {
  body:not(.index) custom-salla-product-card:has(
    a[href*="p1712626537"],
    a[href*="p1074246420"],
    a[href*="p618905232"]
  ) .product-block__info .title::after {
    font-size: 15.5px !important;
  }

  body:not(.index) custom-salla-product-card:has(
    a[href*="p1712626537"],
    a[href*="p1074246420"],
    a[href*="p618905232"]
  ) .product-subtitle {
    padding: 4px 3px !important;
    font-size: 8.5px !important;
  }

  body:not(.index) custom-salla-product-card:has(
    a[href*="p1712626537"],
    a[href*="p1074246420"],
    a[href*="p618905232"]
  ) .product-subtitle::after {
    padding: 4px 3px !important;
    font-size: 7.5px !important;
  }
}

/* ======================================================
   8) طبقة فتح المنتج وتأثير الضغط
   ====================================================== */

.moreeh-real-click-layer {
  -webkit-tap-highlight-color: transparent !important;
  touch-action: manipulation !important;
}

.moreeh-layer-pressed {
  transform: translateY(2px) scale(0.985) !important;
  background: #242424 !important;
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, .28) !important;
}

/* ======================================================
   9) ترتيب أول صفحة المنتج + إخفاء خصم خاص الأصلي
   ====================================================== */

body.moreeh-product-page .moreeh-product-purchase-block {
  position: relative !important;
}

body.moreeh-product-page .moreeh-fixed-product-price + .s-multiple-bundle-product-wrapper-sections {
  margin-top: 0 !important;
}

body.moreeh-product-page :is(
  .product-subtitle,
  .product-entry__subtitle,
  .product-details__subtitle,
  .product-offer-title
).moreeh-native-product-info-hidden,
body.moreeh-product-page .moreeh-native-product-info-hidden {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
}

/* يمنع وجود فراغ بعد نقل بلوك القيمة والمقاسات */
body.moreeh-product-page .moreeh-product-purchase-block > .moreeh-fixed-product-price:first-child {
  margin-top: 12px !important;
}

/* ======================================================
   10) مقارنة المودال والقطن — الصفحة الرئيسية
   ====================================================== */

.moreeh-home-comparison {
  direction: rtl !important;
  clear: both !important;
  position: relative !important;
  width: 100% !important;
  margin: 18px auto 42px !important;
  padding: 0 14px !important;
  box-sizing: border-box !important;
  font-family: Cairo, Tajawal, Arial, sans-serif !important;
}

.moreeh-home-comparison__inner {
  position: relative !important;
  width: min(1120px, 100%) !important;
  margin: 0 auto !important;
  padding: 30px !important;
  overflow: hidden !important;
  background: linear-gradient(145deg, #fffdf8 0%, #f6eddf 100%) !important;
  border: 1px solid #dfcfb8 !important;
  border-radius: 24px !important;
  box-shadow: 0 18px 44px rgba(17, 17, 17, 0.07) !important;
}

.moreeh-home-comparison__inner::before {
  content: "";
  position: absolute;
  top: -110px;
  left: -90px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(201, 173, 132, 0.18);
  pointer-events: none;
}

.moreeh-home-comparison__head {
  position: relative !important;
  z-index: 1 !important;
  max-width: 720px !important;
  margin: 0 auto 24px !important;
  text-align: center !important;
}

.moreeh-home-comparison__head > span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 8px !important;
  padding: 6px 12px !important;
  background: #171717 !important;
  color: #fff !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

.moreeh-home-comparison__head h2 {
  margin: 0 !important;
  color: #171717 !important;
  font-size: clamp(27px, 4vw, 40px) !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.7px !important;
}

.moreeh-home-comparison__head p {
  margin: 10px auto 0 !important;
  color: #6f675f !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.9 !important;
}

.moreeh-home-comparison__table {
  position: relative !important;
  z-index: 1 !important;
  overflow: hidden !important;
  background: rgba(255, 255, 255, 0.82) !important;
  border: 1px solid #e6d9c8 !important;
  border-radius: 18px !important;
}

.moreeh-home-comparison__row {
  display: grid !important;
  grid-template-columns: 0.8fr 1.25fr 1.25fr !important;
  align-items: stretch !important;
  min-height: 58px !important;
  border-bottom: 1px solid #eadfce !important;
}

.moreeh-home-comparison__row:last-child {
  border-bottom: 0 !important;
}

.moreeh-home-comparison__row > :is(span, strong, em) {
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 13px 16px !important;
  font-style: normal !important;
  line-height: 1.55 !important;
}

.moreeh-home-comparison__row > span {
  color: #4f4942 !important;
  background: #faf5ee !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

.moreeh-home-comparison__row > strong {
  position: relative !important;
  gap: 8px !important;
  color: #171717 !important;
  background: rgba(201, 173, 132, 0.14) !important;
  border-inline: 1px solid #eadfce !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

.moreeh-home-comparison__row:not(.moreeh-home-comparison__row--head) > strong::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #171717;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.moreeh-home-comparison__row > em {
  color: #7a7168 !important;
  background: #fff !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
}

.moreeh-home-comparison__row--head {
  min-height: 50px !important;
}

.moreeh-home-comparison__row--head > :is(span, strong, em) {
  justify-content: center !important;
  background: #171717 !important;
  color: #fff !important;
  border-color: #2b2b2b !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-align: center !important;
}

.moreeh-home-comparison__foot {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
  margin-top: 15px !important;
  color: #6f675f !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.moreeh-home-comparison__foot strong {
  color: #171717 !important;
  font-weight: 900 !important;
}

@media (max-width: 700px) {
  .moreeh-home-comparison {
    margin: 12px auto 32px !important;
    padding: 0 10px !important;
  }

  .moreeh-home-comparison__inner {
    padding: 22px 12px 16px !important;
    border-radius: 18px !important;
  }

  .moreeh-home-comparison__head {
    margin-bottom: 17px !important;
  }

  .moreeh-home-comparison__head > span {
    font-size: 10.5px !important;
  }

  .moreeh-home-comparison__head h2 {
    font-size: 27px !important;
  }

  .moreeh-home-comparison__head p {
    font-size: 12px !important;
    line-height: 1.75 !important;
  }

  .moreeh-home-comparison__row {
    grid-template-columns: 0.72fr 1.18fr 1.1fr !important;
    min-height: 54px !important;
  }

  .moreeh-home-comparison__row > :is(span, strong, em) {
    padding: 10px 7px !important;
    line-height: 1.45 !important;
  }

  .moreeh-home-comparison__row > span {
    font-size: 10px !important;
  }

  .moreeh-home-comparison__row > strong {
    gap: 4px !important;
    font-size: 9.7px !important;
  }

  .moreeh-home-comparison__row > em {
    font-size: 9.2px !important;
  }

  .moreeh-home-comparison__row:not(.moreeh-home-comparison__row--head) > strong::before {
    flex-basis: 17px;
    width: 17px;
    height: 17px;
    font-size: 9px;
  }

  .moreeh-home-comparison__row--head > :is(span, strong, em) {
    font-size: 9.5px !important;
  }

  .moreeh-home-comparison__foot {
    margin-top: 12px !important;
    font-size: 10.5px !important;
  }
}

@media (max-width: 390px) {
  .moreeh-home-comparison__row {
    grid-template-columns: 0.68fr 1.2fr 1.12fr !important;
  }

  .moreeh-home-comparison__row > :is(span, strong, em) {
    padding-inline: 5px !important;
  }

  .moreeh-home-comparison__row > span {
    font-size: 9.2px !important;
  }

  .moreeh-home-comparison__row > strong {
    font-size: 8.8px !important;
  }

  .moreeh-home-comparison__row > em {
    font-size: 8.4px !important;
  }
}