/* =====================================
   DESIGN SYSTEM VARIABLES (SALLA + CUSTOM)
===================================== */
:root {
  /* Salla Base Variables */
  --font-main: "Zain";
  --color-primary: #9d3d38;
  --color-primary-dark: #771712;
  --color-primary-light: #c3635e;
  --color-primary-reverse: #ffffff;

  --bg-primary: #fafafa;
  --bg-secondary: #ffffff;
  --header-bg: #eee2d4;
  --header-text-color: #262626;

  --store-text-primary: #262626;
  --store-text-secondary: #777777;

  --product-bg: #ffffff;
  --product-border-color: #eeeeee;
  --product-image-height: 19rem;
  --product-enhanced-btn-bg: #9d3d38;
  --product-enhanced-btn-color: #ffffff;
  --products-per-row: 4;

  --footer-bg: #9d3d38;
  --footer-text-color: #eeddc7;
  --bottom-footer-bg: #9d3d38;

  --countdown-bg: #f3f4f6;
  --countdown-color: #111827;
  --countdown-border-color: #f3f4f6;

  --bottom-nav-bg: #eee2d4;
  --bottom-nav-text-color: #432039;

  --wa-btn-bg: #22c55e;
  --wa-btn-text-color: #ffffff;

  /* Custom UI Helpers */
  --ui-text-soft: #444444;
  --ui-border: #cbcbcb;
  --ui-bg-light: #f5f5f5;
  --ui-bg-soft: #f1edeb;
  --ui-dark: #2f2f2f;
  --ui-black: #000000;
  --ui-white: #ffffff;

  /* Brand Text Scale */
  --text-overline: 10px;
  --text-label: 12px;
  --text-body: 11px;
  --text-price: 16px;
  --text-heading: 13px;
  --text-hero: 18px;

  --lh-overline: 14px;
  --lh-label: 14px;
  --lh-body: 15px;
  --lh-price: 18px;
  --lh-heading: 18px;
  --lh-hero: 20px;

  --fw-light: 300;
  --fw-regular: 400;
  --fw-bold: 700;

  /* Spacing */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 12px;
  --space-lg: 16px;
  --space-xl: 24px;
  --space-2xl: 40px;

  /* Border Radius */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 10px;
  --radius-full: 50px;

  /* Sizing */
  --header-height-desktop: 95px;
  --header-height-mobile: 60px;
  --icon-size-sm: 34px;
  --icon-size-lg: 42px;

  /* Transitions */
  --transition-fast: 0.15s ease;
  --transition-base: 0.3s ease;
}

html {
  overflow-y: auto;
}

body,
input,
select,
textarea,
button {
  font-family: var(--font-main), -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: var(--text-body);
  font-weight: var(--fw-regular);
  line-height: var(--lh-body);
}

/* =====================================
   1. GLOBAL HIDDEN ELEMENTS
===================================== */
.product-card__addToCart,
.product-card__enhanced-mini-cart,
.product-options,
.product-single__inner .flex.flex-col.space-y-5.mb-5,
.product-single__discounted-amount,
.inventory-content,
.s-add-product-button-main i,
.sticky-product-bar__quantity label,
.s-social-share-btn.s-button-wrap.hydrated,
.product-single .btn--wishlist.animated,
.store-footer__settings,
.footer-settings-btn,
.store-footer__contacts-row .enhanced-contact-item span,
.s-block--custom-reviews .sicon-quote,
#block-blog-6 .enhanced-title-border.home-block-line,
#block-blog-6 > .container > .flex.items-center.gap-8.mt-5,
#block-blog-6 .post-entry .mb-2\.5.text-store-text-secondary,
#block-blog-6 .post-entry p.text-store-text-secondary,
#block-blog-6 .post-entry > div > a:last-child,
.blog-category > .mb-10.text-gray-500,
aside[aria-label="Sidebar"],
.special-product .flex.justify-center,
.s-product-options-option-label small,
.store-footer__curve,
.product-single .breadcrumbs {
  display: none !important;
}


/* =====================================
   scroll arrow & whatsapp icons
===================================== */

.scroll-to-top.left {
    left: 20px;
}

.scroll-to-top {
    bottom: 20px;
}

.wa-selia.right {
    right: 20px;
}
.wa-selia {
    bottom: 20px;
}

/* =====================================
   2. MAIN NAVIGATION
===================================== */

body.trans_header .store-header {
    z-index: 30;
}

/* الحالة الافتراضية */
#mainnav {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transition:
    background-color 0.3s ease,
    backdrop-filter 0.3s ease,
    -webkit-backdrop-filter 0.3s ease,
    box-shadow 0.3s ease !important;
}

/* عند النزول */
#mainnav.is-scrolled {
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(16px) saturate(150%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(150%) !important;
}

.main-nav-container {
  height: var(--header-height-desktop);
  min-height: 60px;
}

.main-nav-container.fixed-pinned {
  background-color: var(--header-bg) !important;
}

.fixed-pinned .navbar-brand img {
  height: var(--space-2xl) !important;
}

.navbar-brand {
  font-size: var(--text-label) !important;
  font-weight: var(--fw-regular) !important;
  line-height: var(--lh-body) !important;
}

.main-menu,
.mobile-menu,
.root-level,
.main-nav-container .root-level,
.main-nav-container .root-level a,
.main-nav-container .root-level span {
  font-size: var(--text-label) !important;
  font-weight: var(--fw-bold) !important;
  line-height: var(--lh-label) !important;
}

.s-cart-summary-wrapper {
  font-size: var(--text-label) !important;
  font-weight: var(--fw-bold) !important;
  line-height: var(--lh-body) !important;
}

.s-cart-summary-count {
  font-size: 12px !important;
  font-weight: var(--fw-bold) !important;
  line-height: 16px !important;
  background-color: var(--color-primary);
}


/* =========================================================
   MLEHA MOBILE MENU — FINAL STABLE CODE
========================================================= */

@media (max-width: 1024px) {
  :root {
    --mm-ocd-width: 100vw;
    --mm-ocd-min-width: 100vw;
    --mm-ocd-max-width: 100vw;

    --mm-spn-item-height: 58px;
    --mm-spn-item-indent: 24px;
    --mm-spn-line-height: 22px;
    --mm-spn-panel-offset: 0%;
  }

  /* DROP FROM TOP */
  .mm-ocd {
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    bottom: 100% !important;
    background: rgba(0, 0, 0, 0) !important;
    transition:
      bottom 0s ease 0.35s,
      background-color 0.35s ease !important;
    overflow-x: hidden !important;
  }

  .mm-ocd.mm-ocd--open {
  bottom: 0 !important;
  background: rgba(20, 20, 20, 0.14) !important;
  backdrop-filter: blur(14px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(14px) saturate(140%) !important;
  transition:
    bottom 0s ease 0s,
    background-color 0.35s ease,
    backdrop-filter 0.35s ease !important;
}

  .mm-ocd__content {
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    bottom: auto !important;
    width: 100vw !important;
    min-width: 100vw !important;
    max-width: 100vw !important;
    height: 80vh !important;
    max-height: 80vh !important;
    background: #f8f3ee !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    transform: translate3d(0, -100%, 0) !important;
    transition: transform 0.35s ease !important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0);
  }

  .mm-ocd.mm-ocd--open .mm-ocd__content {
    transform: translate3d(0, 0, 0) !important;
  }

  .mm-ocd__backdrop {
    display: none !important;
  }

  /* MENU CONTAINER */
  #mobile-menu,
  #mobile-menu.mobile-menu,
  #mobile-menu.mm-spn {
    width: 100% !important;
    height: 80vh !important;
    min-height: 80vh !important;
    max-height: 80vh !important;
    background: #f8f3ee !important;
    color: #1f1f1f !important;
    text-align: right;
    direction: rtl;
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }

  .mm-spn {
    width: 100% !important;
    max-width: 100% !important;
    height: 80vh !important;
    min-height: 80vh !important;
    overflow-x: hidden !important;
  }

  /* PANEL BEHAVIOR */
  .mm-spn ul {
    width: 100% !important;
    max-width: 100% !important;
    left: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
  }

  .mm-spn > ul {
    left: 0 !important;
  }

  .mm-spn ul.mm-spn--open {
    left: 0 !important;
  }

  .mm-spn ul.mm-spn--parent {
    left: -100% !important;
    overflow: hidden !important;
  }

  /* TOP BAR / TITLE */
  .mm-spn.mm-spn--navbar:after {
    height: 64px !important;
    line-height: 64px !important;
    padding-right: 52px !important;
    padding-left: 56px !important;
    text-align: right !important;
    font-size: 12px !important;
    font-weight: 300 !important;
    letter-spacing: 0 !important;
    color: #9D3D38 !important;
    opacity: 1 !important;
    background: #f8f3ee !important;
    border-bottom: 1px solid rgba(69, 46, 30, 0.08);
  }

  .mm-spn.mm-spn--navbar ul {
    top: 65px !important;
  }

  .mm-spn.mm-spn--navbar ul:before {
    display: none !important;
  }

  /* BACK ARROW */
  #mobile-menu.mm-spn.mm-spn--navbar:before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    right: 22px !important;
    left: auto !important;
    top: 32px !important;
    width: 13px !important;
    height: 13px !important;
    margin: 0 !important;
    border-left: 1px solid #9D3D38 !important;
    border-top: 1px solid #9D3D38 !important;
    opacity: 1 !important;
    transform: rotate(-45deg) translateY(-50%) !important;
    z-index: 6 !important;
  }

  /* MAIN MENU SPACING */
  #mobile-menu > ul.main-menu {
    padding-top: 6px !important;
    padding-bottom: 84px !important;
  }

  /* ITEMS / DIVIDERS */
  .mm-spn li {
    background: transparent !important;
    position: relative;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .mm-spn li:after {
    border-top: 0 !important;
    margin-right: 24px !important;
    margin-left: 24px !important;
    opacity: 1 !important;
  }

  /* أخفِ السهم من جميع العناصر */
  [dir="rtl"] .mm-spn li:before {
    content: none !important;
    display: none !important;
  }

  /* أظهر السهم فقط للعناصر التي تحتوي قائمة فرعية */
  [dir="rtl"] .mm-spn li:has(> ul):before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    left: 24px !important;
    right: auto !important;
    top: 50% !important;
    width: 7px !important;
    height: 7px !important;
    border: 1.5px solid #452e1e !important;
    border-right: none !important;
    border-top: none !important;
    opacity: 0.9 !important;
    transform: translateY(-50%) rotate(45deg) !important;
  }

  /* ITEM ROWS */
  .mm-spn li > a,
  .mm-spn li > span {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    min-height: 58px !important;
    padding: 16px 24px !important;
    color: #1f1f1f !important;
    font-size: 18px !important;
    line-height: 1 !important;
    font-weight: 100 !important;
    background: transparent !important;
    text-decoration: none !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .mm-spn li > a span,
  .mm-spn li > span span {
    padding: 0 !important;
  }

  /* SUB LEVELS */
  .mm-spn ul ul li > a,
  .mm-spn ul ul li > span {
    font-size: 18px !important;
    font-weight: 100 !important;
    color: #55483f !important;
    min-height: 50px !important;
    padding-top: 14px !important;
    padding-bottom: 1px !important;
  }

  .mm-spn ul ul li:first-child > a {
    font-weight: 100 !important;
    color: #2c221d !important;
  }

  /* THEME OVERRIDES */
  #mobile-menu a.text-gray-500,
  #mobile-menu .text-gray-500 {
    color: #1f1f1f !important;
  }

  #mobile-menu a.\!flex {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
  }

  /* CLOSE BUTTON */
  #mobile-menu .btn--close.close-mobile-menu {
    position: absolute !important;
    top: 12px !important;
    left: 12px !important;
    right: auto !important;
    z-index: 7 !important;
    width: 36px !important;
    height: 36px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #9D3D38 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 32px !important;
    cursor: pointer;
  }

  #mobile-menu .btn--close.close-mobile-menu:before {
    font-size: 32px !important;
    font-weight: 200 !important;
  }

  .mm-spn--parent + .btn--close {
    display: none !important;
  }

  /* GENERAL POLISH */
  #mobile-menu,
  #mobile-menu * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}


/* =========================
   12) OPTIONAL POLISH
========================= */
#mobile-menu .main-menu > li:first-child > a,
#mobile-menu .main-menu > li:first-child > span,
#mobile-menu > ul > li:first-child > a,
#mobile-menu > ul > li:first-child > span {
  margin-top: 2px;
}

/* =====================================
   3. PRODUCT CARDS
===================================== */
.s-products-list-wrapper {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 !important;
}

.product-card {
  position: relative !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.product-card,
.product-card__image,
.product-card__image img {
  border-radius: 0 !important;
}

.product-card--rounded .product-card__content {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.product-card__image {
  background: var(--ui-bg-light);
}

.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card--fit-height .product-card__image {
  height: auto;
  max-height: max-content;
}

.product-card__content {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 30px var(--space-md) var(--space-md);
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(255, 255, 255, 0.85) 60%,
    rgba(255, 255, 255, 0) 100%
  );
  text-align: right !important;
  direction: rtl;
}

.product-card__title {
  text-align: right !important;
  font-size: var(--text-label) !important;
  font-weight: var(--fw-bold) !important;
  line-height: var(--lh-label) !important;
}

.product-card__title a,
.product-card__title span {
  font-size: var(--text-label) !important;
  font-weight: var(--fw-bold) !important;
  color: var(--store-text-primary);
  line-height: var(--lh-label) !important;
  display: block;
}

.product-card__price {
  justify-content: flex-start !important;
  align-items: flex-start !important;
  text-align: right !important;
  font-size: var(--text-label) !important;
  font-weight: var(--fw-regular) !important;
  line-height: var(--lh-label) !important;
  color: var(--store-text-secondary);
  margin-top: 2px;
}

.product-card__price > div {
  justify-content: flex-start !important;
}

.product-card__price p,
.product-card__price span {
  text-align: right !important;
}

.total-price,
.product-card__price .total-price,
.product-single .total-price,
h2.total-price {
  font-size: var(--text-price) !important;
  font-weight: var(--fw-bold) !important;
  line-height: var(--lh-price) !important;
  color: var(--store-text-primary) !important;
}

.before-price,
.product-card__price .before-price {
  font-size: var(--text-label) !important;
  font-weight: var(--fw-regular) !important;
  line-height: var(--lh-label) !important;
}

.product-card__promotion {
  background-color: var(--color-primary) !important;
  top: 0;
  left: 0;
  font-size: 12px !important;
  font-weight: var(--fw-bold) !important;
  line-height: 16px !important;
  border-radius: 0 0 var(--radius-lg) 0;
}

.product-card__out-label {
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  font-size: 12px !important;
  font-weight: var(--fw-bold) !important;
  line-height: 16px !important;
}

.product-card__buttons {
  position: absolute !important;
  top: var(--space-md) !important;
  left: var(--space-md) !important;
  display: flex !important;
  flex-direction: column !important;
  gap: var(--space-sm) !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  z-index: 1 !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.product-card:hover .product-card__buttons {
  opacity: 1;
  visibility: visible;
}

.product-card__buttons .wishlist,
.product-card__buttons .quickview-btn {
  width: var(--icon-size-sm) !important;
  height: var(--icon-size-sm) !important;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  pointer-events: none;
}

.product-card__buttons button {
  width: 100% !important;
  height: 100% !important;
  background: transparent !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.product-card__buttons i {
  font-size: var(--text-label);
  color: var(--ui-black);
}

.product-card__buttons button:hover {
  background: transparent !important;
}

.product-card__buttons button:hover i {
  color: var(--ui-black) !important;
}

.product-card__buttons [data-title]::after,
.product-card__buttons [data-title]::before {
  display: none !important;
  content: none !important;
}

/* =====================================
   4. PRODUCT SINGLE PAGE
===================================== */
.product-single .product-single__info {
  text-align: center;
  place-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 0;
  border: 1px solid var(--ui-border);
  border-radius: var(--radius-lg);
  padding: 30px var(--radius-lg) 15px;
  background-color: var(--ui-white);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.product-single .product-single__info > :first-child {
  order: 1;
}

.product-single salla-slider {
  padding: var(--space-lg);
}

.product-single salla-slider img {
  border-radius: var(--radius-md) !important;
}

.s-slider-vertical .s-slider-thumbs-container .swiper-slide {
  height: auto;
  border-radius: 3px;
}

.product-single h1,
.product-single h1.text-xl,
.product-single h1.text-xl.md\:text-2xl {
  font-size: var(--text-heading) !important;
  font-weight: var(--fw-bold) !important;
  line-height: var(--lh-heading) !important;
}

.product-single small,
.product-single .text-store-text-secondary.mb-3.block {
  font-size: 12px !important;
  font-weight: var(--fw-regular) !important;
  line-height: 18px !important;
}

.product-single__discounted-amount,
.product-single .product-count-sale {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.product-single__discounted-amount path:first-of-type,
.product-single .product-count-sale svg path:first-of-type {
  fill: var(--color-primary) !important;
}

.product-single__info .product-price-top {
  flex-direction: column;
  gap: 0;
}

.s-product-options-wrapper {
  margin-bottom: 0;
  padding: 0 1.25rem;
}

.form.product-form .bg-storeBG.p-5.rounded-md {
  padding: 6px 0;
  margin-bottom: 0;
}

.s-product-options-grid-mode {
  justify-content: center;
}

.s-product-options-option-label,
.s-product-options-option-label b,
.s-product-options-option-label span,
label.s-product-options-option-label {
  text-align: center;
  font-size: var(--text-label) !important;
  font-weight: var(--fw-bold) !important;
  line-height: var(--lh-label) !important;
}

.s-product-options-grid-mode-span,
.product-single .s-product-options-grid-mode-span {
  font-size: 12px !important;
  font-weight: var(--fw-bold) !important;
  line-height: 16px !important;
}

.s-product-options-disabled .s-product-options-grid-mode-span {
  position: relative;
  color: var(--store-text-secondary) !important;
  direction: rtl;
  white-space: nowrap;
  overflow: hidden;
}

.s-product-options-disabled .s-product-options-grid-mode-span:lang(ar) {
  unicode-bidi: plaintext;
}

.s-product-options-disabled .s-product-options-grid-mode-span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom right,
    transparent 48%,
    var(--color-primary) 50%,
    transparent 52%
  );
  pointer-events: none;
}

.product-weight,
.text-sm.text-primary.underline,
.text-sm.text-store-text-secondary,
.product-single .text-sm,
.product-single a.text-sm {
  font-size: var(--text-label) !important;
  font-weight: var(--fw-regular) !important;
  line-height: var(--lh-label) !important;
}

.product-single b,
.product-single .text-store-text-primary,
.product-single label.text-store-text-primary,
.product-single .center-between b {
  font-size: var(--text-label) !important;
  font-weight: var(--fw-bold) !important;
  line-height: var(--lh-label) !important;
}

.s-add-product-button-main:not(.w-full) > salla-button {
  width: 100% !important;
}

.s-add-product-button-with-quick-buy:not(.s-add-product-button-with-apple-pay)
  .s-add-product-button-main {
  flex-direction: column;
}

.s-add-product-button-main .s-add-product-button-mini-checkout {
  width: 100%;
  margin-top: 15px;
}

.s-add-product-button-mini-checkout-content,
.s-add-product-button-main button,
.s-add-product-button-main .s-button-text {
  font-size: var(--text-label) !important;
  font-weight: var(--fw-bold) !important;
  line-height: var(--lh-label) !important;
}

.s-add-product-button-mini-checkout-content,
.s-add-product-button-main .s-button-text {
  color: var(--ui-white);
}

.s-add-product-button-main,
.s-add-product-button-main salla-button,
.s-add-product-button-main salla-button button,
.s-add-product-button-main salla-mini-checkout-widget {
  width: 100% !important;
  display: block !important;
}

.s-add-product-button-main salla-button button {
  border: none !important;
  border-radius: var(--radius-md) !important;
  min-width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  direction: rtl;
}

.s-add-product-button-main salla-button button .flex.items-center.gap-2\.5 {
  margin: 0 auto;
  text-align: center;
  justify-content: center !important;
}

.s-add-product-button-main salla-mini-checkout-widget {
  display: flex;
  justify-content: center;
  text-align: center;
}

.s-add-product-button-main salla-mini-checkout-widget button {
  border: none !important;
  border-radius: var(--radius-md) !important;
  text-align: center;
}

.s-fast-checkout-button,
.s-add-product-button-main .s-fast-checkout-button.outline,
.s-add-product-button-main .s-fast-checkout-button.rtl {
  border: none !important;
}

salla-mini-checkout-widget {
  border-radius: var(--radius-lg);
  background: var(--ui-dark);
}

.sticky-product-bar {
  padding: 0 !important;
}

.sticky-product-bar,
.sticky-product-bar * {
  border: none !important;
  box-shadow: none !important;
}

.sticky-product-bar > div.border-b-\[1px\] {
  border-bottom: none !important;
}

.sticky-product-bar__quantity {
  flex-direction: column;
}

.sticky-product-bar button:nth-of-type(3) {
  border-radius: var(--radius-md);
}

.product-single .sticky-product-bar salla-add-product-button salla-button .s-button-btn {
  border-radius: var(--radius-md) !important;
}

.product-single__inner .s-quantity-input-input {
  width: 100%;
}

.product-single .product-single__info button.s-social-share-btn,
.product-single .product-single__info button.btn--wishlist {
  background-color: var(--ui-dark);
  color: var(--ui-white);
  border-radius: var(--radius-full) !important;
}

.s-social-share-list {
  position: initial;
  display: flex;
  flex-direction: row;
  transform: translateY(0) !important;
  opacity: 1 !important;
  height: auto !important;
  background-color: transparent;
  box-shadow: none;
  gap: var(--radius-lg);
  margin-top: var(--space-lg);
}

.s-social-share-list a {
  padding: 0.4rem;
  background: var(--ui-dark);
  border-radius: var(--radius-full);
}

.s-social-share-list a svg {
  fill: var(--ui-white);
}

salla-social-share {
  margin-top: var(--radius-lg);
}

.s-add-product-button-main salla-button button,
.s-add-product-button-main salla-mini-checkout-widget button,
.sticky-product-bar button:nth-of-type(3),
.product-single .sticky-product-bar salla-add-product-button salla-button .s-button-btn,
.product-single__inner .btn-tab,
.product-single__inner .s-button-btn,
.product-single__inner .s-quantity-input-container,
.product-single__inner .s-quick-order-container,
.product-single__inner .s-form-control,
.product-single__inner .s-product-options-thumbnails-wrapper label,
.product-single__inner .s-button-icon,
.product-single__inner .s-social-share-list,
.product-single__inner .s-comment-form-input {
  border-radius: var(--radius-md) !important;
}

#product-form {
  display: flex;
  flex-direction: column;
}

.product-single .s-block--tabs-produtcs .tab-trigger button,
.product-single .s-block--tabs-produtcs .tab-trigger,
.product-single .s-block--tabs-produtcs .tab-trigger .s-button-text,
.index .s-block--tabs-produtcs .tabs .s-button-text {
  font-size: var(--text-label) !important;
  font-weight: var(--fw-bold) !important;
  line-height: var(--lh-body) !important;
}

.product-single .s-block--tabs-produtcs .tab-trigger button {
  border-radius: 0;
}

.s-block--tabs-produtcs .tabs {
  justify-content: right;
  padding: 0;
}

.tabs-wrapper p,
.tabs__item p,
.product-single .tabs-wrapper p,
.product-single .tabs__item p {
  font-size: var(--text-body) !important;
  font-weight: var(--fw-regular) !important;
  line-height: var(--lh-body) !important;
}

/* =====================================
   5. CART PAGE
===================================== */
body.cart .s-block--fixed-banner {
  height: 160px;
}

body.cart .s-block--fixed-banner .banner,
body.cart .s-block--fixed-banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.cart-submit-wrap {
  display: flex;
  flex-direction: column !important;
}

.terms-box {
  margin-bottom: 15px;
  width: 100%;
  font-size: 13px;
  color: var(--ui-text-soft);
}

.terms-label {
  display: flex;
  align-items: flex-start;
  gap: var(--space-sm);
  line-height: 1.7;
}

.terms-label input {
  margin-top: var(--space-xs);
  width: var(--space-lg);
  height: var(--space-lg);
  cursor: pointer;
}

.terms-label a {
  color: var(--ui-black);
  text-decoration: underline;
  font-weight: 500;
}

.cart-item img.h-20 {
  height: auto;
}

/* =====================================
   6. FOOTER
===================================== */
@media (max-width: 1024px) {
footer.store-footer {
  padding: 0 0 20px 0 !important;
 }
}

.store-footer__newsletter {
  background: transparent !important;
  border-bottom: 1px solid var(--footer-text-color) !important;
  padding: 30px var(--space-xl) !important;
}

.store-footer__newsletter .container {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}

.store-footer__newsletter h2,
.store-footer__newsletter .text-lg.text-center.font-bold.tracking-tight.sm\:text-2xl {
  font-size: var(--text-heading) !important;
  font-weight: var(--fw-bold) !important;
  line-height: var(--lh-heading) !important;
  margin-bottom: var(--radius-lg) !important;
  color: var(--footer-text-color) !important;
  text-align: center !important;
}

.mleha-sub-text {
  font-size: var(--text-body) !important;
  font-weight: var(--fw-regular) !important;
  line-height: var(--lh-body) !important;
  display: block;
}

.store-footer__newsletter form {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 15px !important;
  width: 100%;
}

.store-footer__newsletter input#cta-email {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid var(--footer-text-color) !important;
  border-radius: 0 !important;
  width: 320px !important;
  max-width: 90vw;
  text-align: center;
  padding: 3px 0 !important;
  font-size: var(--text-body) !important;
  font-weight: var(--fw-regular) !important;
  line-height: var(--lh-body) !important;
}

.store-footer__newsletter button {
  background: transparent !important;
  color: var(--footer-text-color) !important;
  font-weight: var(--fw-bold) !important;
  border: none !important;
  border-bottom: 1px solid var(--footer-text-color) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: var(--text-label) !important;
  line-height: var(--lh-label) !important;
  padding: 3px 5px !important;
}

.mleha-custom-wrapper {
  max-width: 1346px;
  margin: 0 auto;
  width: 100%;
  padding: 0px 20px;
}

.mleha-row-1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  padding: var(--space-2xl) 0;
}

.mleha-row-1 img {
  height: 55px;
  width: auto;
}

.mleha-row-1 .store-desc,
.store-desc,
.store-footer__inner .store-desc {
  margin: 0;
  font-size: var(--text-label) !important;
  font-weight: var(--fw-regular) !important;
  line-height: 18px !important;
  max-width: 600px;
  text-align: right;
}

/* ===== FOOTER 4 COLUMNS ===== */
.mleha-row-2 {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 25px !important;
  align-items: start !important;
  padding: var(--space-2xl) 0 !important;
  max-width: 800px;
}

.mleha-row-2 > .link-group {
  min-width: 0 !important;
  text-align: right !important;
  flex: initial !important;
}

.link-group {
  text-align: right;
}

.link-group h3,
.acc-item h3 {
  font-size: var(--text-heading) !important;
  font-weight: var(--fw-bold) !important;
  line-height: var(--lh-heading) !important;
  margin-bottom: 16px !important;
}

.footer-list {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.footer-list li {
  margin: 0 !important;
}

.footer-list li + li {
  margin-top: 14px !important;
}

.footer-list a,
.link-group a,
.store-footer__inner a,
.text-gray-400.mb-2\.5.md\:mb-0 {
  font-size: var(--text-label) !important;
  font-weight: var(--fw-regular) !important;
  line-height: 15px !important;
}

/* حقوق الفوتر فقط */
.store-footer .footer-bottom span.footer-rights,
.store-footer .footer-bottom span.footer-rights p {
    font-size: 9px !important;
}

/* إزالة تأثير كلاس text-sm من سلة على هذا النص فقط */
.store-footer .footer-bottom .footer-rights.text-sm,
.store-footer .footer-bottom .footer-rights .text-gray-400 {
    font-size: 9px !important;
}

.social-group h3,
.settings-group h3 {
  display: block !important;
}

.social-icons {
  display: flex;
  justify-content: flex-start;
  gap: var(--text-price);
  margin-top: var(--radius-lg);
}

.social-icons--footer {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px 16px !important;
  margin-top: 0 !important;
  justify-content: flex-start !important;
}

.social-icons a,
.cert-text .title,
.title,
.cert-text .number,
.number {
  color: var(--footer-text-color);
}

.social-icons a {
  font-size: 22px;
}

.social-icons--footer a {
  font-size: 18px !important;
  line-height: 1 !important;
}

.settings-group .mleha-settings-container--inline {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 12px !important;
}

.settings-group .mleha-setting-btn {
  padding: 0 !important;
  justify-content: flex-start !important;
  gap: 6px !important;
}

.settings-group .divider {
  display: none !important;
}

.mleha-row-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  padding: 25px 0px var(--space-xl);
  max-width: 800px;
}

.mleha-cert-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--space-md);
  text-align: right;
  width: 100%;
}

.mleha-cert-item img {
  height: var(--icon-size-lg);
  width: auto;
  object-fit: contain;
}

.cert-text {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
}

.cert-text .title,
.title {
  font-size: var(--text-overline) !important;
  font-weight: var(--fw-light) !important;
  line-height: var(--lh-overline) !important;
  letter-spacing: 0.04em;
}

.cert-text .number,
.number {
  font-size: var(--text-label) !important;
  font-weight: var(--fw-regular) !important;
  line-height: var(--lh-label) !important;
  letter-spacing: 0.5px;
}

/* أخفِ صف الإعدادات القديم لأننا نقلناه داخل الأعمدة */
.mleha-row-settings {
  display: none !important;
}

.mleha-settings-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--radius-lg);
}

.mleha-setting-btn,
.divider {
  display: flex;
  align-items: center;
  background: transparent !important;
  border: none !important;
  font-size: var(--text-label) !important;
  font-weight: var(--fw-bold) !important;
  line-height: var(--lh-label) !important;
  cursor: pointer;
  padding: 5px var(--radius-lg);
  transition: opacity var(--transition-base);
}

.mleha-setting-btn:hover {
  opacity: 0.7;
}

.mleha-setting-btn i {
  margin: 0 5px;
  font-size: var(--text-body);
}

/* أخفِ صف التواصل القديم لأننا نقلناه داخل الأعمدة */
.store-footer__contacts-row {
  display: none !important;
}

.store-footer__contacts-row selia-contacts,
.store-footer__contacts-row salla-social {
  margin: 0 !important;
}

.store-footer__contacts-row .enhanced_rounded_contacts {
  display: flex !important;
  flex-direction: row !important;
  gap: var(--space-xl);
}

.store-footer__contacts-row .enhanced-contact-item {
  border: none !important;
  background: none !important;
  padding: 0 !important;
}

.store-footer__contacts-row .enhanced-contact-item i {
  font-size: var(--space-xl) !important;
  width: var(--space-xl);
  height: var(--space-xl);
  margin: 0 !important;
}

.s-social-list {
  display: flex !important;
  gap: var(--space-xl);
}

.s-social-list a {
  background: none !important;
  padding: 0 !important;
  border-width: 0 !important;
}

.s-social-list svg {
  width: var(--space-xl) !important;
  height: var(--space-xl) !important;
  fill: var(--color-primary);
}

.s-social-link a svg {
  height: 1.5rem;
  width: 1.5rem;
}

.store-footer__inner .flex.space-x-2.items-end.justify-center {
  margin-top: 0 !important;
}

.store-footer__inner .leading-6.footer-description {
  margin-bottom: var(--space-sm);
}

.store-footer__inner .relative {
  text-align: center !important;
}

.footer-badges {
  margin-top: var(--space-xl);
}

.footer-is-custom .store-footer .social-link,
.footer-is-custom .store-footer .contact-social,
.footer-is-custom .store-footer .contact-icon {
  background: var(--ui-black);
  color: var(--ui-white);
}

.footer-is-custom .store-footer .store-footer__contacts-row,
.footer-is-custom .store-footer .store-footer__inner,
.footer-is-custom .store-footer {
  background-color: var(--footer-bg);
  --tw-border-opacity: 1;
  border-bottom-color: var(--footer-bg) !important;
}

.s-payments-list-item {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0);
}

/* تنسيق أيقونات الدفع الجديدة */
.s-payments-list {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.s-payments-list .mleha-payment-item {
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.s-payments-list .mleha-payment-icon {
    display: block !important;
    width: auto !important;
    height: 28px !important;
    max-width: 58px !important;
    object-fit: contain !important;
}

/* =========================================
   ADVANCED SLIDER --2 ONLY
========================================= */

/* === MAX WIDTH 1440 ==== */
section.advanced-slider.advanced-slider--2 {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 15px;
  box-sizing: border-box;
  overflow: hidden;
}
@media (min-width: 1510px) {
  section.advanced-slider.advanced-slider--2 {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  section.advanced-slider.advanced-slider--2 {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
  }
}

section.advanced-slider.advanced-slider--2 > salla-slider,
section.advanced-slider.advanced-slider--2 .advanced-slider__slide,
section.advanced-slider.advanced-slider--2 .advanced-slider__image,
section.advanced-slider.advanced-slider--2 .advanced-slider__caption,
section.advanced-slider.advanced-slider--2 .container {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

section.advanced-slider.advanced-slider--2 img {
  display: block;
  width: 100%;
  max-width: 100%;
}

/* === BUTTON STYLE === */
section.advanced-slider.advanced-slider--2 .advanced-slider__caption__inner__content__button,
section.advanced-slider.advanced-slider--2 .advanced-slider__caption__inner__content__button:hover,
section.advanced-slider.advanced-slider--2 .advanced-slider__caption__inner__content__button:focus,
section.advanced-slider.advanced-slider--2 .advanced-slider__caption__inner__content__button:active,
section.advanced-slider.advanced-slider--2 .advanced-slider__caption__inner__content__button[style] {
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  min-height: auto !important;
  height: auto !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: #000 !important;
  text-decoration: none !important;
}

section.advanced-slider.advanced-slider--2 .advanced-slider__caption__inner__content__button::before,
section.advanced-slider.advanced-slider--2 .advanced-slider__caption__inner__content__button::after {
  display: none !important;
  content: none !important;
}

section.advanced-slider.advanced-slider--2 .advanced-slider__caption__inner__content__button span {
  position: relative;
  display: inline-block;
  font-weight: 400 !important;
  color: #000 !important;
}

section.advanced-slider.advanced-slider--2 .advanced-slider__caption__inner__content__button span::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -4px;
  height: 1px;
  background: #000;
  opacity: 1;
  transform: none;
}

section.advanced-slider.advanced-slider--2 .advanced-slider__caption__inner__content__button[style] {
  background: transparent !important;
  color: #000 !important;
}

/* === MOBILE TEXT POSITION === */
@media (max-width: 1024px) {
  section.advanced-slider.advanced-slider--2 .advanced-slider__caption {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }

  section.advanced-slider.advanced-slider--2 .advanced-slider__caption .container {
    width: 100% !important;
    height: 100% !important;
  }

  section.advanced-slider.advanced-slider--2 .advanced-slider__caption__inner {
    width: 100% !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    text-align: right !important;
    padding-top: 24px !important;
  }

  section.advanced-slider.advanced-slider--2 .advanced-slider__caption__inner--left {
    justify-content: flex-start !important;
    text-align: right !important;
  }

  section.advanced-slider.advanced-slider--2 .advanced-slider__caption__inner__content {
    margin-right: 0 !important;
    margin-left: auto !important;
    text-align: right !important;
    max-width: 100% !important;
  }
}

/* === LIGHT OVERLAY === */
body.slider_has_overlay section.advanced-slider.advanced-slider--2 .swiper-slide:before,
body.slider_has_overlay section.advanced-slider.advanced-slider--2 salla-slider[static-when-single]:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), transparent) !important;
}

/* =========================================
   ADVANCED SLIDER --2 ONLY
========================================= */

/* =========================================
   Twin Banners
========================================= */

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

section.s-block--fixed-banner.double-banner--3 .banner::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 50%;
  z-index: 1;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  -webkit-mask-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.9) 20%,
    rgba(0, 0, 0, 0.55) 55%,
    rgba(0, 0, 0, 0.2) 78%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.9) 20%,
    rgba(0, 0, 0, 0.55) 55%,
    rgba(0, 0, 0, 0.2) 78%,
    rgba(0, 0, 0, 0) 100%
  );
}

section.s-block--fixed-banner.double-banner--3 .mleha-banner-content {
  position: absolute !important;
  right: var(--space-lg) !important;
  left: var(--space-lg) !important;
  bottom: var(--space-lg) !important;
  z-index: 10 !important;
  text-align: right !important;
  pointer-events: none !important;
}
@media (max-width: 767px) {
  section.s-block--fixed-banner.double-banner--3 .mleha-banner-content {
    position: absolute !important;
    right: var(--space-sm) !important;
    left: var(--space-sm) !important;
    bottom: var(--space-lg) !important;
    z-index: 10 !important;
    text-align: right !important;
    pointer-events: none !important;
  }
}
section.s-block--fixed-banner.double-banner--3 .mleha-banner-title {
  margin: 0 0 6px 0 !important;
  font-size: var(--text-hero) !important;
  line-height: var(--lh-hero) !important;
  font-weight: var(--fw-bold) !important;
  color: var(--store-text-primary) !important;
}
@media (max-width: 767px) {
  section.s-block--fixed-banner.double-banner--3 .mleha-banner-title {
    font-size: var(--text-heading) !important;
    line-height: var(--lh-heading) !important;
  }
}

section.s-block--fixed-banner.double-banner--3 .mleha-banner-text {
  margin: 0 0 8px 0 !important;
  font-size: var(--text-body) !important;
  line-height: var(--lh-body) !important;
  font-weight: var(--fw-regular) !important;
  color: var(--store-text-primary) !important;
}
@media (max-width: 767px) {
  section.s-block--fixed-banner.double-banner--3 .mleha-banner-text {
    font-size: var(--text-body) !important;
    line-height: var(--lh-body) !important;
  }
}

section.s-block--fixed-banner.double-banner--3 .mleha-banner-link {
  display: inline-block !important;
  font-size: var(--text-body) !important;
  line-height: var(--lh-body) !important;
  font-weight: var(--fw-regular) !important;
  color: var(--store-text-primary) !important;
  border-bottom: 1px solid currentColor !important;
  padding-bottom: 2px !important;
}
@media (max-width: 767px) {
  section.s-block--fixed-banner.double-banner--3 .mleha-banner-link {
    font-size: var(--text-body) !important;
    line-height: var(--lh-body) !important;
  }
}

/* =====================================
   Twin Banners
===================================== */

/* =====================================
   ADVANCED SLIDER --4 ONLY
===================================== */

/* === MAX WIDTH 1440 === */
section.advanced-slider.advanced-slider--4 {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 15px;
  box-sizing: border-box;
  overflow: hidden;
}
@media (min-width: 1510px) {
  section.advanced-slider.advanced-slider--4 {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 15px;
  }
}
@media (max-width: 1199px) {
  section.advanced-slider.advanced-slider--4 {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
  }
}

section.advanced-slider.advanced-slider--4 > salla-slider,
section.advanced-slider.advanced-slider--4 .advanced-slider__slide,
section.advanced-slider.advanced-slider--4 .advanced-slider__image,
section.advanced-slider.advanced-slider--4 .advanced-slider__caption,
section.advanced-slider.advanced-slider--4 .container {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

section.advanced-slider.advanced-slider--4 img {
  display: block;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 1024px) {
  section.advanced-slider.advanced-slider--4 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* === BUTTON STYLE === */
section.advanced-slider.advanced-slider--4 .advanced-slider__caption__inner__content__button,
section.advanced-slider.advanced-slider--4 .advanced-slider__caption__inner__content__button:hover,
section.advanced-slider.advanced-slider--4 .advanced-slider__caption__inner__content__button:focus,
section.advanced-slider.advanced-slider--4 .advanced-slider__caption__inner__content__button:active,
section.advanced-slider.advanced-slider--4 .advanced-slider__caption__inner__content__button[style] {
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  min-height: auto !important;
  height: auto !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: #000 !important;
  text-decoration: none !important;
}

section.advanced-slider.advanced-slider--4 .advanced-slider__caption__inner__content__button::before,
section.advanced-slider.advanced-slider--4 .advanced-slider__caption__inner__content__button::after {
  display: none !important;
  content: none !important;
}

section.advanced-slider.advanced-slider--4 .advanced-slider__caption__inner__content__button span {
  position: relative;
  display: inline-block;
  font-weight: 400 !important;
  color: #000 !important;
}

section.advanced-slider.advanced-slider--4 .advanced-slider__caption__inner__content__button span::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -4px;
  height: 1px;
  background: #000;
  opacity: 1;
  transform: none;
}

section.advanced-slider.advanced-slider--4 .advanced-slider__caption__inner__content__button[style] {
  background: transparent !important;
  color: #000 !important;
}

/* === DESKTOP FONT SIZES === */
section.advanced-slider.advanced-slider--4 .advanced-slider__caption__inner__content__heading {
  font-size: var(--text-hero) !important;
  line-height: var(--lh-hero) !important;
  font-weight: var(--fw-bold) !important;
}

section.advanced-slider.advanced-slider--4 .advanced-slider__caption__inner__content__text,
section.advanced-slider.advanced-slider--4 .advanced-slider__caption__inner__content__button span {
  font-size: var(--text-body) !important;
  line-height: var(--lh-body) !important;
  font-weight: var(--fw-regular) !important;
}

/* === MOBILE TEXT POSITION + 
       FONT SIZES === */
@media (max-width: 1024px) {
  section.advanced-slider.advanced-slider--4 .advanced-slider__caption {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }

  section.advanced-slider.advanced-slider--4 .advanced-slider__caption .container {
    width: 100% !important;
    height: 100% !important;
  }

  section.advanced-slider.advanced-slider--4 .advanced-slider__caption__inner {
    width: 100% !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    text-align: right !important;
    padding-top: 24px !important;
  }

  section.advanced-slider.advanced-slider--4 .advanced-slider__caption__inner--left {
    justify-content: flex-start !important;
    text-align: right !important;
  }

  section.advanced-slider.advanced-slider--4 .advanced-slider__caption__inner__content {
    margin-right: 0 !important;
    margin-left: auto !important;
    text-align: right !important;
    max-width: 100% !important;
  }

  section.advanced-slider.advanced-slider--4 .advanced-slider__caption__inner__content__heading {
    font-size: var(--text-heading) !important;
    line-height: var(--lh-heading) !important;
  }

  section.advanced-slider.advanced-slider--4 .advanced-slider__caption__inner__content__text,
  section.advanced-slider.advanced-slider--4 .advanced-slider__caption__inner__content__button span {
    font-size: var(--text-body) !important;
    line-height: var(--lh-body) !important;
  }
}

/* === LIGHT OVERLAY === */
body.slider_has_overlay section.advanced-slider.advanced-slider--4 .swiper-slide:before,
body.slider_has_overlay section.advanced-slider.advanced-slider--4 salla-slider[static-when-single]:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), transparent) !important;
}
/* =====================================
   ADVANCED SLIDER --4 ONLY
===================================== */
/* =====================================
   7. SECTIONS & BLOCKS
===================================== */
/* زر السلايدر — نص فقط مع خط سفلي بدون أي تأثير */
.advanced-slider--0 .advanced-slider__caption__inner__content__button,
.advanced-slider--0 .advanced-slider__caption__inner__content__button:hover,
.advanced-slider--0 .advanced-slider__caption__inner__content__button:focus,
.advanced-slider--0 .advanced-slider__caption__inner__content__button:active {
    background: transparent !important;
    background-color: transparent !important;
    color: #111111 !important;
    border: none !important;
    border-bottom: 1px solid currentColor !important;
    border-radius: 0 !important;
    padding: 0 0 6px 0 !important;
    box-shadow: none !important;
    outline: none !important;
    transform: none !important;
    translate: none !important;
    scale: none !important;
    rotate: none !important;
    opacity: 1 !important;
    transition: none !important;
    animation: none !important;
}

/* النص داخل الزر */
.advanced-slider--0 .advanced-slider__caption__inner__content__button span,
.advanced-slider--0 .advanced-slider__caption__inner__content__button:hover span,
.advanced-slider--0 .advanced-slider__caption__inner__content__button:focus span,
.advanced-slider--0 .advanced-slider__caption__inner__content__button:active span {
    color: inherit !important;
    background: transparent !important;
    transform: none !important;
    opacity: 1 !important;
    transition: none !important;
    animation: none !important;
}

/* إلغاء أي عناصر وهمية ممكن تسوي تأثير هوفر */
.advanced-slider--0 .advanced-slider__caption__inner__content__button::before,
.advanced-slider--0 .advanced-slider__caption__inner__content__button::after,
.advanced-slider--0 .advanced-slider__caption__inner__content__button span::before,
.advanced-slider--0 .advanced-slider__caption__inner__content__button span::after {
    display: none !important;
    content: none !important;
    transition: none !important;
    animation: none !important;
}

/* طبقة بلور أسفل النص وفوق الفيديو */
.advanced-slider--0 .advanced-slider__slide {
    position: relative !important;
    overflow: hidden !important;
}

/* الفيديو في الخلف */
.advanced-slider--0 .advanced-slider__slide video {
    position: relative !important;
    z-index: 1 !important;
}

/* طبقة البلور */
.advanced-slider--0 .advanced-slider__slide::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    width: 100%;
    height: 55%;
    z-index: 2;
    pointer-events: none;

    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    mask-image: linear-gradient(
        to top,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0.9) 5%,
        rgba(0, 0, 0, 0.55) 30%,
        rgba(0, 0, 0, 0.2) 40%,
        rgba(0, 0, 0, 0) 100%
    );

    -webkit-mask-image: linear-gradient(
        to top,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0.9) 5%,
        rgba(0, 0, 0, 0.55) 30%,
        rgba(0, 0, 0, 0.2) 40%,
        rgba(0, 0, 0, 0) 100%
    );
}

/* النص فوق طبقة البلور */
.advanced-slider--0 .advanced-slider__caption {
    position: absolute !important;
    z-index: 3 !important;
}
/* ===================================== */

.advanced-slider--0 .advanced-slider__slide {
  position: relative !important;
  overflow: hidden !important;
}

.advanced-slider--0 .advanced-slider__caption {
  position: absolute !important;
  inset: 0 !important;
}

@media (min-width: 640px) {
  .advanced-slider--0,
  .advanced-slider--0 .s-slider-container,
  .advanced-slider--0 .swiper,
  .advanced-slider--0 .swiper-wrapper,
  .advanced-slider--0 .advanced-slider__slide {
    width: 100% !important;
    height: min(90vh, 56.25vw) !important;
    max-height: 90vh !important;
  }

  .advanced-slider--0 .advanced-slider__image {
    width: 100% !important;
    height: 100% !important;
    max-height: 90vh !important;
    object-fit: cover !important;
    object-position: top center !important;
  }
}

@media (max-width: 639px) {
  .advanced-slider--0,
  .advanced-slider--0 .s-slider-container,
  .advanced-slider--0 .swiper,
  .advanced-slider--0 .swiper-wrapper,
  .advanced-slider--0 .advanced-slider__slide {
    width: 100% !important;
    height: auto !important;
    max-height: 90vh !important;
    min-height: 550px !important;
  }

  .advanced-slider--0 .advanced-slider__image {
    width: 100% !important;
    height: auto !important;
    max-height: 90vh !important;
    object-fit: cover !important;
    object-position: top center !important;
  }
}

.advanced-slider__caption {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: flex-end !important;
  height: 100% !important;
}

.advanced-slider__caption .container {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: flex-end !important;
  position: relative !important;
  overflow: hidden !important;
}

.advanced-slider__caption .container::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 50%;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.03) !important;
  -webkit-backdrop-filter: blur(26px) !important;
  -webkit-mask-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.75) 35%,
    rgba(0, 0, 0, 0.35) 70%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.75) 35%,
    rgba(0, 0, 0, 0.35) 70%,
    rgba(0, 0, 0, 0) 100%
  );
}

.advanced-slider__caption__inner,
.advanced-slider__caption__inner--left {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: flex-end !important;
  text-align: right !important;
}

.advanced-slider__caption__inner__content {
  position: relative !important;
  z-index: 2 !important;
  text-align: right !important;
  margin-right: 0 !important;
  margin-left: auto !important;
  margin-bottom: var(--space-2xl) !important;
  max-width: 420px !important;
}

.advanced-slider__caption__inner__content__heading {
  font-size: var(--text-hero) !important;
  line-height: var(--lh-hero) !important;
  font-weight: var(--fw-bold) !important;
  color: var(--store-text-primary) !important;
  margin-bottom: var(--space-sm) !important;
}

.advanced-slider__caption__inner__content__text {
  font-size: var(--text-body) !important;
  line-height: var(--lh-body) !important;
  font-weight: var(--fw-regular) !important;
  color: var(--store-text-primary) !important;
  margin: 0 !important;
}

/* جعل نصوص السلايدر الرئيسي باللون الأبيض فقط */
.advanced-slider--0 .advanced-slider__caption,
.advanced-slider--0 .advanced-slider__caption * {
    color: #ffffff !important;
}

/* الزر نص أبيض مع خط أبيض فقط */
.advanced-slider--0 .advanced-slider__caption__inner__content__button,
.advanced-slider--0 .advanced-slider__caption__inner__content__button:hover,
.advanced-slider--0 .advanced-slider__caption__inner__content__button:focus,
.advanced-slider--0 .advanced-slider__caption__inner__content__button:active {
    color: #ffffff !important;
    background: transparent !important;
    background-color: transparent !important;
    border-bottom-color: #ffffff !important;
}

@media (max-width: 767px) {
  .advanced-slider__caption__inner__content {
    max-width: 280px !important;
    margin-bottom: var(--space-xl) !important;
  }

  .advanced-slider__caption__inner__content__heading {
    font-size: var(--text-heading) !important;
    line-height: var(--lh-heading) !important;
  }

  .advanced-slider__caption__inner__content__text {
    font-size: var(--text-body) !important;
    line-height: var(--lh-body) !important;
  }
}

/* =====================================
   sections header + paragraph
===================================== */
/* =========================================
   CATEGORY CONTENT TEXT STYLE
   نصوص محتوى التصنيف فقط
========================================= */

.cat-content.cats_style_1 .cat-content-wrapper--content {
    text-align: right !important;
}

/* العنوان - الكمبيوتر */
.cat-content.cats_style_1 .cat-content-wrapper--content .font-bold.text-xl {
    font-size: var(--text-hero) !important;
    line-height: var(--lh-hero) !important;
    font-weight: var(--fw-bold) !important;
    color: var(--store-text-primary, #191919) !important;
    margin-bottom: 12px !important;
}

/* النص - الكمبيوتر */
.cat-content.cats_style_1 .cat-content-wrapper--content .text-base {
    font-size: var(--text-body) !important;
    line-height: var(--lh-body) !important;
    font-weight: var(--fw-regular) !important;
    color: var(--store-text-secondary, rgba(25, 25, 25, 0.72)) !important;
    max-width: 760px !important;
}

/* الجوال */
@media (max-width: 768px) {
    .cat-content.cats_style_1 .cat-content-wrapper--content {
        margin-top: 14px !important;
        padding-right: 2px !important;
        padding-left: 2px !important;
    }

    /* العنوان - الجوال */
    .cat-content.cats_style_1 .cat-content-wrapper--content .font-bold.text-xl {
        font-size: var(--text-heading) !important;
        line-height: var(--lh-heading) !important;
        font-weight: var(--fw-bold) !important;
        margin-bottom: 8px !important;
    }

    /* النص - الجوال */
    .cat-content.cats_style_1 .cat-content-wrapper--content .text-base {
        font-size: var(--text-body) !important;
        line-height: var(--lh-body) !important;
        font-weight: var(--fw-regular) !important;
        max-width: 100% !important;
    }
}

.cats_style_3 {
  width: 100%;
}

.cats_style_3 .cat-content-wrapper {
  position: relative;
  height: 250px;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 35px;
  background-size: cover;
  background-position: center;
  text-align: right;
}

.cats_style_3 .cat-content-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
}

.cats_style_3 .content {
  position: relative;
  z-index: 2;
  color: var(--color-primary);
  width: 100%;
}

.cats_style_3 .text-2xl,
.cats_style_3 .md\:text-4xl,
.mb-3.text-2xl.md\:text-4xl.text-white.font-bold,
.s-slider-block__title h2,
.fit-slider-products h2,
.text-lg.text-center.font-bold.tracking-tight.sm\:text-2xl {
  font-size: var(--text-heading) !important;
  line-height: var(--lh-heading) !important;
  font-weight: var(--fw-bold) !important;
  color: var(--color-primary) !important;
  margin-bottom: var(--space-sm) !important;
  text-align: right !important;
}

.cats_style_3 .text-base,
.cats_style_3 .md\:text-xl,
.text-base.md\:text-xl.text-white.max-w-\[32rem\] {
  font-size: var(--text-body) !important;
  line-height: var(--lh-body) !important;
  font-weight: var(--fw-light) !important;
  color: var(--color-primary) !important;
  text-align: right !important;
}


/* about */

#about-1 h2,
#about-1 .text-2xl,
#about-1 .lg\:text-4xl {
  font-size: var(--text-hero) !important;
  font-weight: var(--fw-bold) !important;
  line-height: var(--lh-hero) !important;
}

#about-1 p,
#about-1 p.text-store-text-primary,
#about-1 .mb-5.text-store-text-primary {
  font-size: var(--text-body) !important;
  font-weight: var(--fw-regular) !important;
  line-height: var(--lh-body) !important;
}

#about-1 p.text-store-text-primary {
  margin: 0 auto !important;
  max-width: 600px;
}

#about-1 h3.text-lg {
  margin-bottom: var(--space-xs) !important;
}

#about-1 h2.text-2xl {
  margin-bottom: var(--space-sm) !important;
}

#about-1 p.text-store-text-primary,
#about-1.s-block {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#about-1.s-block {
  padding: 110px 47px !important;
}

#about-1 .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.s-block--fixed-banner.s-block--double-banner,
.s-block--fixed-banner .container {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
#about-1 .flex {
  flex-direction: column !important;
  align-items: center !important;
}

#about-1 .md\:w-5\/12 {
  order: -1 !important;
  width: 100% !important;
  text-align: center !important;
  margin-bottom: 12px !important;
}

#about-1 .md\:w-5\/12 img {
  display: block !important;
  max-width: 15px !important;
  width: 15px !important;
  height: auto !important;
  margin: 0 auto !important;
  object-fit: contain !important;
}

#about-1 .md\:w-7\/12 {
  width: 100% !important;
  text-align: center !important;
}

/*  */

.double-banner--2 {
  margin-top: 0.5rem !important;
}

.banner--fixed img {
  border-radius: 0;
}

.square-links-1 .text-store-text-primary {
  font-size: var(--text-heading);
  font-weight: var(--fw-bold);
  line-height: var(--lh-heading);
}

.square-links-1 .text-store-text-secondary {
  margin: 0;
}

.index .s-block.s-block--square-links.square-links-1 {
  margin-top: var(--radius-lg);
}

.index .s-block.s-block--square-links.square-links-1 .carousel-slider .swiper-wrapper > div {
  padding-left: var(--radius-lg) !important;
  padding-right: 0 !important;
}

.index .s-block.s-block--square-links.square-links-1 .carousel-slider .swiper {
  padding-right: 0;
}

.index .s-block.s-block--square-links.square-links-1 .rounded-2xl {
  border-radius: 0;
  height: 180px;
}

.index .s-block.s-block--square-links.square-links-1 salla-slider .slide--one-sixth {
  width: 25%;
}

.index .s-block.s-block--square-links.square-links-1 .mt-6 {
  color: var(--ui-black);
  margin-top: 0;
  padding: 3px 0;
  background: var(--header-bg);
}

.index .s-block.s-block--square-links.square-links-1 .swiper:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 0;
}

.index .s-block--tabs-produtcs .tabs {
  justify-content: center;
  border: none;
  margin-bottom: var(--space-md);
}

.index .s-block--tabs-produtcs .tabs .s-button-text {
  font-size: var(--text-label) !important;
  font-weight: var(--fw-bold) !important;
  line-height: var(--lh-body) !important;
  color: var(--store-text-primary);
}

.index .s-block--tabs-produtcs .tabs .tab-trigger {
  border: none;
}

/* ========================================
   MLEHA REVIEWS 
======================================== */

/* =========================================================
   MLEHA REVIEWS — UPDATED LAYOUT FIXED
========================================================= */

section.s-block--custom-reviews {
  background: transparent !important;
  padding: 36px 0 !important;
  position: relative;
}

section.s-block--custom-reviews .container {
  max-width: 1440px !important;
  padding-right: 30px !important;
  padding-left: 30px !important;
}

section.s-block--custom-reviews .reviews-slider,
section.s-block--custom-reviews .swiper,
section.s-block--custom-reviews .swiper-wrapper {
  overflow: visible !important;
}

section.s-block--custom-reviews .swiper-wrapper {
  align-items: stretch !important;
}

section.s-block--custom-reviews .review.swiper-slide {
  height: auto !important;
  position: relative !important;
  padding: 0 14px !important;
  width: 20% !important;
}

section.s-block--custom-reviews .review.swiper-slide > div {
  position: relative !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 6px 20px !important;
  min-height: auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  text-align: right !important;
}

section.s-block--custom-reviews .review.swiper-slide > div::after {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: -1px;
  width: 1px;
  background: rgba(157, 61, 56, 0.35);
}

section.s-block--custom-reviews .review.swiper-slide:last-child > div::after {
  display: none;
}

section.s-block--custom-reviews .review .flex.items-center.mt-6 > img,
section.s-block--custom-reviews .review .flex.items-center.mt-6 img.object-cover,
section.s-block--custom-reviews .review .w-14.h-14.rounded-full {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  max-width: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

section.s-block--custom-reviews .sicon-quote {
  display: none !important;
}

/* الحاوية الخارجية للهوية */
section.s-block--custom-reviews .flex.items-center.mt-6 {
  order: 1 !important;
  margin: 0 0 30px 0 !important;
  padding: 0 !important;
  border: 0 !important;
  width: 100% !important;
  display: block !important;
}

/* الحاوية الداخلية التي بداخلها الاسم والنجوم */
section.s-block--custom-reviews .flex.items-center.mt-6 .mx-2 {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 15px !important;
  margin: 0 !important;
  width: 100% !important;
  text-align: right !important;
}

/* النجوم بالأعلى */
section.s-block--custom-reviews .comment__rating {
  order: 1 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 2px !important;
  width: 100% !important;
}

section.s-block--custom-reviews .comment__rating i {
  font-size: 11px !important;
  color: #a94740 !important;
}

/* الاسم + المدينة تحت النجوم */
section.s-block--custom-reviews h4 {
  order: 2 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: flex-start !important;
  gap: 15px !important;
  flex-wrap: nowrap !important;
  text-align: right !important;
  width: 100% !important;
}

section.s-block--custom-reviews .review-name {
  font-size: 16px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  color: var(--store-text-primary) !important;
}

section.s-block--custom-reviews .review-city {
  font-size: 10px !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
  color: var(--store-text-secondary) !important;
  padding: 0 !important;
}

section.s-block--custom-reviews .review-city::before {
  display: none !important;
}

/* التعليق */
section.s-block--custom-reviews #item-text {
  order: 2 !important;
  margin: 0 !important;
  width: 100% !important;
}

section.s-block--custom-reviews #item-text p {
  margin: 0 !important;
  max-width: 220px !important;
  font-size: 13px !important;
  line-height: 1.75 !important;
  font-weight: 400 !important;
  text-align: right !important;
  color: var(--store-text-primary) !important;
}

section.s-block--custom-reviews .mx-2 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

section.s-block--custom-reviews .-mx-2 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

@media (max-width: 1024px) {
  section.s-block--custom-reviews {
    padding: 28px 0 !important;
  }

  section.s-block--custom-reviews .container {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  section.s-block--custom-reviews .review.swiper-slide {
    width: 60% !important;
    padding: 0 10px !important;
  }

  section.s-block--custom-reviews .review.swiper-slide > div {
    padding: 6px 14px !important;
  }

  section.s-block--custom-reviews .review-name {
    font-size: 15px !important;
  }

  section.s-block--custom-reviews .review-city {
    font-size: 10px !important;
  }

  section.s-block--custom-reviews #item-text p {
    font-size: 13px !important;
    max-width: 100% !important;
  }
}

/* ========================================
   MLEHA REVIEWS 
======================================== */
/* ========================================
   8. BLOG & POSTS
======================================== */
#block-blog-6 .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}

#block-blog-6 .post-entry {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  transition: none !important;
  border-radius: 0 !important;
}

#block-blog-6 .post-entry__image {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  overflow: hidden;
}

#block-blog-6 .post-entry__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#block-blog-6 .post-entry__image:hover,
#block-blog-6 .post-entry:hover {
  opacity: 1 !important;
}

#block-blog-6 .post-entry .flex-1 {
  text-align: center;
}

#block-blog-6 .post-entry a.flex.items-center.justify-start {
  justify-content: center !important;
  text-align: center;
}

#block-blog-6 .home-block-title h2 {
  font-size: var(--text-hero) !important;
  line-height: var(--lh-hero) !important;
  font-weight: var(--fw-bold) !important;
}

@media (max-width: 1024px) {
  #block-blog-6 .home-block-title h2 {
    font-size: var(--text-heading) !important;
    line-height: var(--lh-heading) !important;
  }
}

#block-blog-6 .post-entry__title {
  font-size: var(--text-label) !important;
  font-weight: var(--fw-bold) !important;
  line-height: var(--lh-label) !important;
}

#block-blog-6 .post-entry p {
  font-size: var(--text-label) !important;
  font-weight: var(--fw-regular) !important;
  line-height: 22px !important;
}

.image-gallery {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: var(--radius-lg);
}

.image-gallery img {
  width: 23%;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

/* =====================================
   9. PROMOTION BANNER & ANIMATED TEXT
===================================== */
.promotion-banner ul li a,
.animated-text ul li a,
section.animated-text .animated-text__inner a {
  font-size: var(--text-label) !important;
  font-weight: var(--fw-bold) !important;
  line-height: var(--lh-label) !important;
}

.promotion-banner,
.animated-text {
  padding: 0;
}

.promotion-title {
  background-color: var(--color-primary) !important;
  top: 0;
}

section.animated-text {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.animated-text,
section.animated-text * {
  animation: none !important;
  transition: none !important;
}

section.animated-text .animated-text__inner {
  width: 100%;
}

section.animated-text .animated-text__inner ul {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  text-align: center;
}

section.animated-text .animated-text__inner li {
  display: none;
  max-width: 100%;
  text-align: center;
  padding: var(--space-sm) var(--space-lg);
}

section.animated-text .animated-text__inner li:first-child {
  display: block;
}

section.animated-text .animated-text__inner a {
  display: block;
  color: var(--ui-white);
  text-align: center;
  white-space: normal;
  word-break: break-word;
}

/* =====================================
   10. COMPONENTS & UTILITIES
===================================== */
.enhanced-title-border {
  border: 2px solid var(--ui-black);
  margin: 0 auto;
  width: var(--radius-lg);
  height: var(--radius-lg);
}

.enhanced-title-border::after,
.enhanced-title-border::before {
  background: var(--ui-black);
}

.enhanced-title-border::before {
  content: " ";
  width: 180px;
  height: 1px;
  right: var(--space-md);
}

.enhanced-title-border::after {
  content: " ";
  width: 180px;
  height: 1px;
  left: var(--space-md);
}

.viewers-border {
  background: var(--ui-bg-soft);
  padding: var(--radius-lg) var(--space-xl);
  color: var(--store-text-secondary);
  font-size: var(--text-label) !important;
  font-weight: var(--fw-bold) !important;
  line-height: var(--lh-body) !important;
  text-align: center;
  width: 100%;
  margin: var(--space-xl) auto 0;
  border-radius: var(--radius-lg);
}

.viewers-border span {
  color: var(--ui-black);
  font-size: var(--text-label) !important;
  font-weight: var(--fw-bold) !important;
  margin-left: 5px;
}

.eye-icon {
  display: inline-block;
  width: var(--text-price);
  height: var(--text-price);
  vertical-align: middle;
  margin-left: 5px;
  animation: pulse 2s infinite ease-in-out;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
}

.text-primary,
.text-red-500,
.text-red-400,
.text-\[\#f11e1e\] {
  color: var(--color-primary) !important;
}

.s-button-primary {
  color: var(--ui-white);
}

.s-button-danger {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}

.profile__cover--placeholder::before {
  background: var(--header-bg);
}

section.bg-storeBG.p-5.rounded-md.mb-5 {
  margin-top: var(--radius-lg);
}

section.bg-storeBG.p-5.rounded-md.mb-5 .center-between {
  display: flex;
  align-items: center;
  justify-content: initial;
  gap: var(--space-md);
}

.sicon-pencil-ruler {
  font-size: var(--text-price);
  vertical-align: middle;
}

label.hidden.sm\:block,
select.form-input,
form select,
.form-input,
.s-button-element,
.s-button-text {
  font-size: var(--text-label) !important;
  font-weight: var(--fw-regular) !important;
  line-height: var(--lh-label) !important;
}

salla-slider[type]:not(.hydrated) > div:where([dir="rtl"], [dir="rtl"] *),
salla-slider[type]:not(.hydrated) .swiper > div > div:where([dir="rtl"], [dir="rtl"] *),
.carousel-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 5px;
}

/* =====================================
   11. RESPONSIVE STYLES (UNIFIED)
===================================== */
@media (max-width: 1024px) {
  .s-products-list-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .product-single .scroll-to-top,
  .product-single .wa-selia {
    bottom: 90px;
  }

  [dir="rtl"] .s-slider-vertical .s-slider-thumbs-container {
    margin-right: var(--radius-lg);
    padding-left: 38px;
  }

  .product-card__title a {
    margin: 0;
    font-size: var(--text-label) !important;
    line-height: var(--lh-label) !important;
  }
}

@media (max-width: 768px) {
  .cats_style_3 .text-2xl,
  .cats_style_3 .md\:text-4xl,
  .mb-3.text-2xl.md\:text-4xl.text-white.font-bold,
  .store-footer__newsletter h2,
  .text-lg.text-center.font-bold.tracking-tight.sm\:text-2xl,
  .link-group h3,
  .acc-item h3,
  #about-1 h2,
  #about-1 .text-2xl,
  #about-1 .lg\:text-4xl,
  .s-block--about h2.text-2xl,
  .s-block--about .text-2xl.lg\:text-4xl {
    font-size: var(--text-heading) !important;
    line-height: var(--lh-heading) !important;
  }

  .cats_style_3 .text-base,
  .cats_style_3 .md\:text-xl,
  .mleha-sub-text,
  #about-1 p,
  #about-1 p.text-store-text-primary,
  .s-block--about p.text-store-text-primary,
  .tabs-wrapper p,
  .tabs__item p {
    font-size: var(--text-body) !important;
    line-height: var(--lh-body) !important;
  }

  .mleha-row-3 {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--text-price);
  }

  .mleha-cert-item img {
    height: 36px;
  }

  .cert-text .title {
    font-size: var(--text-overline) !important;
  }

  .cert-text .number {
    font-size: 12px !important;
  }

  .mleha-sub-text,
  .store-footer__newsletter input#cta-email,
  .store-footer__newsletter button {
    font-size: var(--text-body) !important;
  }

  .mleha-row-1 {
    text-align: center;
    padding: var(--radius-lg) 0;
  }

  .mleha-row-2 {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    padding: 24px 0 !important;
  }

  .social-icons {
    justify-content: center !important;
    margin-top: 0;
    padding: var(--space-xl) 0;
  }

  .acc-item {
    width: 100%;
  }

  .acc-item h3 {
    padding: 12px 0 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    cursor: pointer !important;
    margin-bottom: 0 !important;
  }

  .acc-item h3::after {
    content: "+" !important;
    font-size: 18px !important;
    line-height: 1 !important;
  }

  .acc-item.active h3::after {
    content: "-" !important;
  }

  .acc-item:not(.social-group):not(.settings-group) .footer-list {
    display: none !important;
    padding-top: 12px !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
  }

  .acc-item.active:not(.social-group):not(.settings-group) .footer-list {
    display: block !important;
  }

  .social-group .social-icons--footer,
  .settings-group .mleha-settings-container--inline {
    display: flex !important;
  }

  .social-group h3,
  .settings-group h3 {
    cursor: default !important;
  }

  .social-group h3::after,
  .settings-group h3::after {
    content: none !important;
  }

  .social-group {
    padding-top: 8px !important;
  }

  .settings-group {
    padding-top: 8px !important;
  }

  .settings-group .mleha-settings-container--inline {
    gap: 10px !important;
    padding-top: 8px !important;
  }

  .social-icons--footer {
    justify-content: flex-start !important;
    padding: 0 !important;
  }

  #block-blog-6 .s-slider-container {
    padding-inline: var(--space-md);
  }

  #block-blog-6 .s-slider-container .swiper-wrapper > .swiper-slide {
    width: 45% !important;
  }

  #block-blog-6 .post-entry__image {
    height: 140px;
  }

  #block-blog-6 .post-entry__title {
    font-size: var(--text-label) !important;
  }

  #block-blog-6 .post-entry p {
    font-size: var(--text-label) !important;
    line-height: 22px !important;
  }

  .image-gallery img {
    width: 48%;
  }

  .product-single__inner salla-quantity-input {
    width: 100% !important;
    display: block !important;
  }

  .product-single__inner .s-quantity-input-container {
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
    gap: 0.5rem;
  }

  .product-single__inner .s-quantity-input-button {
    flex: 1 1 0%;
    padding: 0 var(--radius-lg);
  }

  .product-single__inner .s-quantity-input-input {
    flex: 1 1 auto !important;
    width: 100% !important;
    max-width: none !important;
    border-width: 0;
  }

  .product-single salla-slider {
    padding: 0 var(--space-lg);
  }

  .product-single__main-media {
    margin-top: var(--space-lg);
  }

  .product-card__title a,
  .main-nav-container .root-level a,
  .main-nav-container .root-level span,
  .s-add-product-button-main .s-button-text,
  .s-add-product-button-mini-checkout-content {
    font-size: var(--text-label) !important;
    line-height: var(--lh-label) !important;
  }

  .total-price,
  .product-card__price .total-price,
  .product-single .total-price,
  h2.total-price {
    font-size: var(--text-price) !important;
    line-height: var(--lh-price) !important;
  }

  section.animated-text .animated-text__inner li {
    padding: var(--radius-lg) var(--text-label);
  }

  section.animated-text .animated-text__inner a {
    font-size: var(--text-label) !important;
    font-weight: var(--fw-bold) !important;
  }
}

@media (max-width: 767px) {
  .product-card__price .total-price,
  .product-card__price .starting-or-normal-price,
  .product-card__price .before-price {
    font-size: var(--text-label) !important;
  }
}

@media (max-width: 640px) {
  .s-products-list-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-card__content {
    position: relative !important;
    background: none !important;
    padding: var(--space-sm) 6px var(--radius-lg) !important;
    text-align: right !important;
    direction: rtl;
  }

  .product-card__title a {
    font-size: var(--text-label) !important;
    line-height: var(--lh-label) !important;
  }

  .product-card__price {
    font-size: var(--text-label) !important;
    margin-top: 2px;
  }

  .product-card__price .before-price,
  .product-card__price .starting-or-normal-price {
    font-size: var(--text-label) !important;
    line-height: var(--lh-label) !important;
  }

  .product-card__price .total-price {
    font-size: var(--text-price) !important;
    line-height: var(--lh-price) !important;
  }

  salla-product-options,
  .sticky-product-bar {
    min-width: 90vw;
  }

  .index .s-products-slider-card {
    max-width: 49vw;
  }

  .is-sticky-product-bar.product-single {
    padding-bottom: 11rem;
  }

  .index .product-card--fit-height img.lazy.loaded {
    object-fit: cover;
    aspect-ratio: 2 / 3;
    height: auto;
    width: auto;
    display: block;
  }

  .index .s-block.s-block--square-links.square-links-1 salla-slider .slide--one-sixth {
    width: 30%;
  }

  .index .s-block.s-block--square-links.square-links-1 .mt-6 {
    padding: var(--radius-lg) 0;
    font-size: var(--text-label);
  }

  #about-1.s-block {
    margin-top: 0 !important;
    padding: 110px 47px !important;
  }

  .store-desc,
  .footer-list a,
  .link-group a, {
    font-size: var(--text-body) !important;
    line-height: 2px !important;
  }
}

@media (max-width: 567px) {
  .main-nav-container {
    height: var(--header-height-mobile);
  }

  .main-nav-container.fixed-pinned .inner {
    height: auto;
    margin-top: 0;
  }
}

.main-nav-container .inner {
    padding-bottom: 14px;
    padding-top: 14px;
}

.main-nav-container.fixed-pinned .inner {
    backdrop-filter: blur(40px);
    background: rgba(255, 255, 255, 0.6) !important;
}
@media (max-width: 480px) {
  .image-gallery img {
    width: 100%;
  }
}

@media (min-width: 640px) {
  .s-block--fixed-banner.s-block--double-banner {
    margin-top: 0 !important;
  }
}