/* سلاسة الاختيار | قالب ملاك | النسخة النهائية 3.1 */

@font-face {
  font-family: "Saudi";
  src: url("https://cdn.salla.network/fonts/lib/saudi/Saudi-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Saudi";
  src: url("https://cdn.salla.network/fonts/lib/saudi/Saudi-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Saudi";
  src: url("https://cdn.salla.network/fonts/lib/saudi/Saudi-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --sal-green: #03894a;
  --sal-green-dark: #02713d;
  --sal-footer: #03894a;
  --sal-ink: #263a33;
  --sal-muted: #687770;
  --sal-border: #e3ebe7;
  --sal-surface: #f7f9f8;
  --sal-mobile-nav: 70px;
  --color-primary: #03894a;
  --primary-color: #03894a;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  color: var(--sal-ink);
  overflow-x: clip;
  background-color: var(--sal-surface) !important;
  background-image: none !important;
}

body.font-saudi,
body.font-saudi button,
body.font-saudi input,
body.font-saudi select,
body.font-saudi textarea {
  --font-main: "Saudi";
  font-family: "Saudi", sans-serif !important;
}

body.font-saudi
  :where(
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    a,
    button,
    input,
    select,
    textarea,
    label,
    strong,
    b,
    small,
    li,
    div,
    span
  ):not(i):not([class^="sicon-"]):not([class*=" sicon-"]) {
  font-family: "Saudi", sans-serif !important;
}

img,
svg,
video,
iframe {
  max-width: 100%;
}

.container {
  max-width: 1440px;
}

:focus-visible {
  outline: 3px solid rgba(3, 137, 74, 0.28) !important;
  outline-offset: 3px;
}

/* الهيدر */

#mainnav.main-nav-container,
.store-header,
.store-header .header-inner {
  height: auto !important;
  background: var(--sal-green) !important;
  border: 0 !important;
  color: #fff !important;
}

.store-header .header-container > .flex {
  min-height: 84px;
  align-items: center;
  gap: 16px;
}

.store-header .navbar-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.store-header .navbar-brand img.logo-light {
  width: auto !important;
  height: 62px !important;
  max-width: 220px;
  object-fit: contain;
  background: transparent !important;
  filter: brightness(0) invert(1) !important;
}

.store-header .mburger,
.store-header .mburger p,
.store-header .mburger i,
.store-header .header-btn,
.store-header .header-cart,
.store-header .s-cart-summary-total,
.store-header a {
  color: #fff !important;
}

.store-header .mburger {
  display: flex !important;
  align-items: center !important;
  gap: 7px;
}

.store-header .mburger .sicon-menu {
  font-size: 25px !important;
}

.store-header .mburger p {
  font-size: 15px !important;
  font-weight: 700;
}

.store-header .search-btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 162px;
  height: 42px;
  padding-inline: 15px;
  color: var(--sal-green) !important;
  background: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
}

.store-header .search-btn::after {
  content: "ابحث في المتجر";
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.store-header .search-btn i {
  color: var(--sal-green) !important;
  font-size: 17px !important;
}

.store-header .header-btn {
  border-radius: 10px !important;
}

.store-header .header-btn:hover {
  background: rgba(255, 255, 255, 0.13) !important;
}

.store-header.is-sticky .header-inner {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

/* الشريط الإعلاني المتحرك */

.angel-ad {
  min-height: 46px !important;
  padding: 8px 42px !important;
  display: flex !important;
  align-items: center !important;
}

.angel-ad .mask-block {
  width: 100% !important;
}

.angel-ad__slider {
  gap: 28px !important;
}

.angel-ad__item {
  gap: 9px !important;
  min-height: 30px !important;
}

.angel-ad__content {
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}

.angel-ad__img {
  width: 27px !important;
  height: 27px !important;
  min-width: 27px !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.angel-ad .ad-close {
  font-size: 19px !important;
  color: #fff !important;
}

/* أيقونة سلة الهيدر */

salla-cart-summary .header-btn i.sicon-cart2,
salla-cart-summary .header-btn i.sicon-cart {
  display: none !important;
}

salla-cart-summary .header-btn::before {
  content: "\ef36";
  font-family: sallaicons !important;
  font-size: 22px;
  line-height: 1;
  color: currentColor;
}

/* القائمة الجانبية */

#mobile-menu,
.mobile-menu {
  --menu-bg: #03894a !important;
  background: var(--sal-green) !important;
  color: #fff !important;
}

#mobile-menu::before {
  background: var(--sal-green) !important;
  color: #fff !important;
}

#mobile-menu .menu_title,
#mobile-menu .sidemenu-link,
#mobile-menu a,
#mobile-menu button,
#mobile-menu i,
#mobile-menu span,
#mobile-menu p {
  color: #fff !important;
}

#mobile-menu .sidemenu-link {
  border-color: rgba(255, 255, 255, 0.18) !important;
}

#mobile-menu .sidemenu-link:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}

#mobile-menu.mm-spn {
  width: min(88vw, 390px) !important;
}

#mobile-menu
  .main-menu
  > li:not(.mobile-menu-slider)
  > .sidemenu-link {
  display: flex !important;
  align-items: center !important;
  min-height: 82px !important;
  padding: 9px 16px !important;
  gap: 13px !important;
}

#mobile-menu .menu-img {
  display: block !important;
  width: 64px !important;
  height: 64px !important;
  min-width: 64px !important;
  margin: 0 !important;
  background-size: cover !important;
  background-position: center !important;
  border: 0 !important;
  border-radius: 50% !important;
  box-shadow: none !important;
}

#mobile-menu .menu_title {
  font-size: 17px !important;
  line-height: 1.45 !important;
  font-weight: 800 !important;
  color: #fff !important;
}

#mobile-menu .links > span,
#mobile-menu .social > span,
#mobile-menu .currency-menu > span,
#mobile-menu .lang-menu > span {
  font-size: 16px !important;
  font-weight: 800 !important;
}

/* البنرات */

.home-slider.s-block--hero-slider {
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  background: transparent;
}

.home-slider .swiper-slide,
.home-slider .swiper-lazy-wrap,
.home-slider a {
  overflow: hidden;
}

.home-slider picture,
.home-slider picture img {
  width: 100%;
  height: auto;
}

.home-slider img {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
}

@media (max-width: 767px) {
  .home-slider img.hidden[class*="md:!block"] {
    display: none !important;
  }

  .home-slider img[class*="md:!hidden"] {
    display: block !important;
  }

  .home-slider picture img {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .home-slider img[class*="md:!hidden"] {
    display: none !important;
  }

  .home-slider img.hidden[class*="md:!block"] {
    display: block !important;
  }
}

/* الفاصل بين البنرات والمنتجات */

.s-angel--divider,
.s-angel--divider.centered-title {
  display: block !important;
  height: 18px !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: 0 !important;
  overflow: hidden !important;
}

.s-angel--divider > * {
  display: none !important;
}

.s-angel--divider + .s-block--best-offers {
  margin-top: 0 !important;
}

/* إزالة الفراغات */

.s-block--bundle-personalized-shoppers-who-bought:empty,
.s-block--bundle-personalized-shoppers-who-bought:not(:has(*)) {
  display: none !important;
}

.s-block--banners {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.angel-testimonials,
.angel-features {
  margin-top: 32px !important;
  padding-block: 16px !important;
}

/* المنتجات */

.s-block--best-offers {
  padding-bottom: 18px !important;
}

.s-product-card-entry,
.product-entry {
  height: 100%;
  background: #fff !important;
  border: 1px solid var(--sal-border) !important;
  border-radius: 14px !important;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(22, 58, 43, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.s-product-card-entry:hover,
.product-entry:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(3, 137, 74, 0.1);
}

.s-product-card-image,
.product-entry__image {
  background: #fff !important;
}

.s-product-card-content,
.product-entry__content {
  padding: 12px !important;
}

.s-product-card-content-title,
.product-entry__title {
  color: var(--sal-ink) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.6 !important;
}

/* السعر الحالي والسابق */

.s-product-card-sale-price,
.s-product-card-price,
.product-entry__price {
  background: transparent !important;
  border: 0 !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
}

.s-product-card-sale-price {
  display: flex !important;
  align-items: baseline !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  min-height: 26px !important;
  margin: 7px 0 !important;
  white-space: nowrap !important;
}

.s-product-card-price,
.product-entry__price {
  display: block !important;
  color: var(--sal-green) !important;
  font-weight: 900 !important;
  font-size: 18px !important;
  line-height: 1.35 !important;
}

.s-product-card-price-before,
.s-product-card-sale-price del {
  display: block !important;
  color: #7a8781 !important;
  background: transparent !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  text-decoration: line-through !important;
  text-decoration-thickness: 1.5px !important;
}

.sale-badge,
.product-entry__offer-tag {
  background: var(--sal-green) !important;
  color: #fff !important;
}

/* زر أضف للسلة */

.s-product-card-entry .s-button-primary,
.product-entry .s-button-primary,
.product-entry__button,
.s-add-product-button-main {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  width: 100% !important;
  min-height: 0 !important;
  height: 38px !important;
  padding: 0 11px !important;
  margin: 0 !important;
  color: #fff !important;
  background: var(--sal-green) !important;
  border: 1px solid var(--sal-green) !important;
  border-radius: 9px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  box-shadow: none !important;
  white-space: nowrap !important;
}

.s-product-card-entry .s-button-primary i,
.product-entry .s-button-primary i,
.product-entry__button i,
.s-add-product-button-main i {
  display: none !important;
}

.s-product-card-entry .s-button-primary::before,
.product-entry .s-button-primary::before,
.product-entry__button::before,
.s-add-product-button-main::before {
  content: "\ef36" !important;
  font-family: sallaicons !important;
  display: inline-block !important;
  font-size: 16px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
}

.s-product-card-entry .s-button-primary:hover,
.product-entry .s-button-primary:hover,
.product-entry__button:hover,
.s-add-product-button-main:hover {
  background: var(--sal-green-dark) !important;
  border-color: var(--sal-green-dark) !important;
}

.btn--primary,
.btn-primary,
button[type="submit"],
input[type="submit"] {
  background: var(--sal-green) !important;
  border-color: var(--sal-green) !important;
  color: #fff !important;
}

/* موقع المحل */

.s-angel-maps {
  margin: 34px 0 !important;
  padding: 0 !important;
}

.s-angel-maps > .container > .flex {
  padding: 20px !important;
  background: #fff !important;
  border: 1px solid var(--sal-border) !important;
  border-radius: 18px !important;
  box-shadow: 0 7px 22px rgba(3, 80, 45, 0.07) !important;
  overflow: hidden;
}

.s-angel-maps h2 {
  color: var(--sal-ink) !important;
  font-size: 27px !important;
  font-weight: 800 !important;
  text-align: center;
}

.s-angel-maps p {
  color: var(--sal-muted) !important;
  text-align: center;
  margin-top: 5px;
}

.s-maps-tabs {
  width: 100%;
  margin-top: 14px;
}

.tabs__map {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.tabs__map .tab-trigger {
  padding: 8px 18px !important;
  border: 1px solid var(--sal-green) !important;
  border-radius: 999px !important;
  color: var(--sal-green) !important;
  background: #fff !important;
  font-size: 13px !important;
  font-weight: 700;
}

.tabs__map .tab-trigger.is-active {
  background: var(--sal-green) !important;
  color: #fff !important;
}

.tabs-wrapper__map,
.google-map {
  width: 100% !important;
  border-radius: 13px !important;
  overflow: hidden;
  background: #edf7f2 !important;
}

.google-map {
  position: relative !important;
  height: 350px !important;
  min-height: 0 !important;
  max-height: 350px !important;
  aspect-ratio: auto !important;
}

.google-map iframe {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
}

/* التقييمات */

.angel-testimonials {
  overflow: hidden;
}

.angel-testimonials .s-block__title {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  text-align: center !important;
}

.angel-testimonials .s-block__title h2,
.angel-testimonials .s-block__title p {
  width: 100% !important;
  text-align: center !important;
  margin-inline: auto !important;
}

.angel-testimonials .swiper-slide {
  height: auto !important;
}

.angel-testimonials .testimonial-item,
.angel-testimonials .testimonial-card,
.angel-testimonials [class*="testimonial"] article {
  height: 100%;
  min-height: 175px;
  padding: 18px !important;
  background: #fff !important;
  border: 1px solid var(--sal-border) !important;
  border-radius: 14px !important;
  box-shadow: 0 5px 16px rgba(3, 80, 45, 0.06) !important;
}

.angel-testimonials img {
  width: 46px !important;
  height: 46px !important;
  border-radius: 50%;
  object-fit: cover;
}

.angel-testimonials .swiper-button-next,
.angel-testimonials .swiper-button-prev {
  width: 38px !important;
  height: 38px !important;
  background: var(--sal-green) !important;
  color: #fff !important;
  border-radius: 50% !important;
}

.angel-testimonials .swiper-pagination-bullet-active {
  background: var(--sal-green) !important;
}

/* الفوتر */

.store-footer {
  margin-top: 30px !important;
  padding: 0 14px 14px !important;
  background: transparent !important;
  color: #fff !important;
}

.store-footer__inner {
  --footer-bg: #03894a !important;
  background: var(--sal-footer) !important;
  background-image: none !important;
  border-top: 4px solid var(--sal-green) !important;
  border-radius: 28px !important;
  padding: 0 !important;
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(0, 35, 34, 0.18);
}

.store-footer .to-top {
  height: 52px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.store-footer .to-top a {
  padding: 0 !important;
  font-size: 13px !important;
  opacity: 0.85;
}

.store-footer .footer-middle {
  display: grid !important;
  grid-template-columns:
    minmax(260px, 1.25fr)
    minmax(180px, 0.85fr)
    minmax(190px, 0.8fr)
    minmax(280px, 1.1fr) !important;
  align-items: start !important;
  gap: 42px !important;
  padding: 38px 34px 30px !important;
  border: 0 !important;
}

.store-footer .footer-profile {
  max-width: 350px !important;
}

.store-footer .logo-footer {
  display: inline-flex !important;
  background: transparent !important;
  width: max-content !important;
}

.store-footer .logo-footer img.logo-light {
  width: auto !important;
  height: 74px !important;
  max-width: 250px !important;
  object-fit: contain !important;
  background: transparent !important;
  filter: brightness(0) invert(1) !important;
  opacity: 1 !important;
}

.store-footer .footer-description {
  margin-top: 15px !important;
  line-height: 1.8 !important;
}

.store-footer .footer-description p {
  margin: 0 0 5px !important;
  text-align: start !important;
}

.store-footer .footer-title,
.store-footer .s-contacts-title {
  margin: 0 0 22px !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 800 !important;
}

.store-footer .footer-title::after,
.store-footer .s-contacts-title::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin-top: 9px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 99px;
}

.store-footer h3,
.store-footer h4,
.store-footer p,
.store-footer li,
.store-footer a,
.store-footer span,
.store-footer i {
  color: #fff !important;
}

.store-footer .footer-list a {
  margin-bottom: 12px !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  opacity: 0.88;
}

.store-footer .footer-list a:hover {
  opacity: 1 !important;
  color: #fff !important;
}

.store-footer .store-links-items {
  display: flex !important;
  flex-direction: column !important;
  columns: auto !important;
  column-count: auto !important;
  align-items: flex-start !important;
  gap: 13px !important;
}

.store-footer .store-links-items a {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.55 !important;
}

/* خدمة العملاء */

.store-footer .s-contacts-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

.store-footer .s-contacts-item {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  background: transparent !important;
  padding: 0 !important;
}

.store-footer .s-contacts-icon {
  display: grid !important;
  place-items: center !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  padding: 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.55) !important;
  border-radius: 50% !important;
  background: transparent !important;
}

.store-footer .s-contacts-icon svg {
  width: 20px !important;
  height: 20px !important;
  fill: #fff !important;
}

.store-footer .unicode {
  font-size: 14px !important;
  direction: ltr;
}

.store-footer .footer-vat {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 14px !important;
  padding: 0 !important;
}

.store-footer .s-trust-badges-wrapper {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.store-footer .s-trust-badges-image {
  width: 48px !important;
  height: 48px !important;
  object-fit: contain !important;
  filter: none !important;
}

.store-footer .vat-num {
  display: flex !important;
  flex-direction: column !important;
  gap: 3px !important;
}

/* مواقع التواصل */

.store-footer .footer-social {
  margin-top: 16px !important;
  justify-content: flex-start !important;
}

.store-footer .s-social-list {
  display: flex !important;
  gap: 10px !important;
}

.store-footer .s-social-link a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.58) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.08) !important;
  overflow: hidden !important;
}

.store-footer .s-social-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.store-footer .s-social-icon svg {
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;
  margin: 0 !important;
  fill: #fff !important;
  stroke: none !important;
  transform: none !important;
}

.store-footer .s-social-icon svg path {
  fill: #fff !important;
}

/* وسائل الدفع */

.store-footer .footer-bottom {
  min-height: 82px;
  padding: 18px 34px !important;
  border-top: 1px dashed rgba(255, 255, 255, 0.32) !important;
  gap: 18px !important;
}

.store-footer .s-payments-list {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  flex-wrap: wrap;
}

.store-footer .s-payments-list-item {
  display: grid !important;
  place-items: center !important;
  width: 58px !important;
  height: 38px !important;
  padding: 5px !important;
  background: #fff !important;
  border-radius: 8px !important;
}

.store-footer .s-payments-list-item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  filter: none !important;
}

.store-footer .s-payments-list-item img[alt*="tamara" i],
.store-footer .s-payments-list-item img[src*="tamara" i] {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 46px !important;
  max-height: 24px !important;
  margin: auto !important;
  object-fit: contain !important;
  transform: none !important;
  position: static !important;
}

.store-footer .copyrights {
  opacity: 0.72 !important;
}

/* شريط الجوال السفلي */

.bottom-header {
  position: fixed !important;
  right: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  top: auto !important;
  z-index: 9999 !important;
  margin: 0 !important;
  padding: 7px 8px calc(7px + env(safe-area-inset-bottom, 0px)) !important;
  background: var(--sal-green) !important;
  border: 0 !important;
  border-radius: 16px 16px 0 0 !important;
  box-shadow: 0 -5px 18px rgba(0, 0, 0, 0.16) !important;
  opacity: 1 !important;
  transform: none !important;
}

.bottom-header .bottom-header-buttons {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  align-items: center !important;
  justify-content: stretch !important;
  gap: 0 !important;
  width: 100% !important;
}

.bottom-header .bottom-header-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
}

.bottom-header .bottom-header-icon {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 51px !important;
  min-width: 0 !important;
  padding: 4px 2px !important;
  gap: 3px !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 10px !important;
}

.bottom-header a,
.bottom-header button,
.bottom-header i,
.bottom-header span {
  color: #fff !important;
}

.bottom-header .bottom-header-icon > i {
  font-size: 22px !important;
  line-height: 1 !important;
}

.bottom-header .bottom-header-icon > span {
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
  margin: 0 !important;
}

.bottom-header .sal-current {
  background: rgba(0, 0, 0, 0.13) !important;
  border-radius: 10px !important;
}

.bottom-header .search-btn,
.bottom-header .header-btn {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* زر السلة السفلي */

.bottom-header .bottom-header-cart {
  position: relative !important;
  height: 51px !important;
  overflow: visible !important;
}

.bottom-header .bottom-header-cart salla-cart-summary {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 51px !important;
  opacity: 0 !important;
  z-index: 2 !important;
  cursor: pointer !important;
}

.bottom-header .bottom-header-cart::before {
  content: "\ef36";
  font-family: sallaicons !important;
  position: absolute !important;
  top: 7px !important;
  right: 50% !important;
  transform: translateX(50%) !important;
  color: #fff !important;
  font-size: 22px !important;
  line-height: 1 !important;
  pointer-events: none !important;
}

.bottom-header .bottom-header-cart::after {
  content: "السلة";
  position: absolute !important;
  bottom: 4px !important;
  right: 0 !important;
  left: 0 !important;
  color: #fff !important;
  font-family: "Saudi", sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-align: center !important;
  pointer-events: none !important;
}

/* الآيباد */

@media (max-width: 1023px) {
  .store-footer .footer-middle {
    grid-template-columns: 1fr 1fr !important;
    gap: 30px !important;
    padding: 32px 26px !important;
  }
}

/* الجوال */

@media (max-width: 767px) {
  body {
    padding-bottom: calc(
      var(--sal-mobile-nav) + env(safe-area-inset-bottom, 0px)
    );
  }

  .store-header .header-container > .flex {
    min-height: 66px;
    gap: 7px;
    padding-inline: 9px;
  }

  .store-header .navbar-brand {
    padding: 2px 5px !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  .store-header .navbar-brand img.logo-light {
    height: 45px !important;
    max-width: 140px;
  }

  .angel-ad {
    min-height: 42px !important;
    padding: 7px 36px !important;
  }

  .angel-ad__content {
    font-size: 15px !important;
  }

  .angel-ad__img {
    width: 23px !important;
    height: 23px !important;
    min-width: 23px !important;
  }

  .store-header .mburger p,
  .store-header .search-btn::after {
    display: none !important;
  }

  .store-header .search-btn,
  .store-header .mburger {
    min-width: 40px !important;
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    justify-content: center;
  }

  #mobile-menu
    .main-menu
    > li:not(.mobile-menu-slider)
    > .sidemenu-link {
    min-height: 78px !important;
    padding: 8px 14px !important;
    gap: 12px !important;
  }

  #mobile-menu .menu-img {
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
    border-radius: 50% !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  #mobile-menu .menu_title {
    font-size: 17px !important;
  }

  .s-angel--divider,
  .s-angel--divider.centered-title {
    height: 12px !important;
  }

  .s-block--banners {
    margin-block: 16px !important;
    padding-block: 8px !important;
  }

  .s-product-card-content,
  .product-entry__content {
    padding: 10px !important;
  }

  .s-product-card-content-title,
  .product-entry__title {
    font-size: 13px !important;
  }

  .s-product-card-sale-price {
    gap: 8px !important;
    min-height: 24px !important;
    margin: 6px 0 !important;
  }

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

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

  .s-product-card-entry .s-button-primary,
  .product-entry .s-button-primary,
  .product-entry__button,
  .s-add-product-button-main {
    height: 37px !important;
    padding-inline: 9px !important;
    font-size: 12px !important;
    gap: 5px !important;
    border-radius: 8px !important;
  }

  .s-product-card-entry .s-button-primary::before,
  .product-entry .s-button-primary::before,
  .product-entry__button::before,
  .s-add-product-button-main::before {
    font-size: 15px !important;
  }

  .s-angel-maps {
    margin: 24px 0 !important;
  }

  .s-angel-maps > .container > .flex {
    padding: 13px !important;
    border-radius: 14px !important;
  }

  .s-angel-maps h2 {
    font-size: 21px !important;
    line-height: 1.45 !important;
  }

  .s-angel-maps p {
    font-size: 12px !important;
    line-height: 1.7 !important;
  }

  .google-map {
    height: 270px !important;
    max-height: 270px !important;
  }

  .angel-testimonials,
  .angel-features {
    margin-top: 24px !important;
    padding-block: 10px !important;
  }

  .angel-testimonials .swiper-button-next,
  .angel-testimonials .swiper-button-prev {
    display: none !important;
  }

  .store-footer {
    margin-top: 22px !important;
    padding: 0 !important;
  }

  .store-footer__inner {
    border-radius: 22px 22px 0 0 !important;
  }

  .store-footer .footer-middle {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 26px !important;
    padding: 28px 20px !important;
    text-align: center;
  }

  .store-footer .footer-profile {
    max-width: none !important;
    align-items: center !important;
  }

  .store-footer .logo-footer {
    margin-inline: auto !important;
  }

  .store-footer .logo-footer img.logo-light {
    height: 65px !important;
    max-width: 220px !important;
  }

  .store-footer .footer-description p {
    text-align: center !important;
  }

  .store-footer .footer-title::after,
  .store-footer .s-contacts-title::after {
    margin-inline: auto !important;
  }

  .store-footer .footer-list,
  .store-footer .s-contacts-list {
    align-items: center !important;
  }

  .store-footer .store-links-items {
    align-items: center !important;
    gap: 11px !important;
  }

  .store-footer .store-links-items a {
    text-align: center !important;
    font-size: 16px !important;
  }

  .store-footer .footer-vat {
    align-items: center !important;
  }

  .store-footer .footer-social {
    justify-content: center !important;
  }

  .store-footer .footer-bottom {
    padding: 18px 16px !important;
    flex-direction: column !important;
    text-align: center;
  }

  .store-footer .s-payments-list-item {
    width: 50px !important;
    height: 34px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}