/* ==========================
   LARA STORE - COMBINED CSS
   ========================== */

salla-why-us-qw8uhs[bundle-id="1610076853/1135584570"] {
  padding: 10px 32px !important;
}

.product-count-sale {
  display: none !important;
}

.product-count-sale ~ span {
  display: none !important;
}

div.flex.text-\[\#f11e1e\]:has(.product-count-sale) {
  display: none !important;
}

.advanced-slider__caption .container {
  margin-top: auto;
  margin-bottom: 18px;
}

.advanced-slider__caption__inner__content__button {
  border-radius: 20px;
}

.s-fast-checkout-button.outline {
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  background-color: transparent;
}

.no-padding > div {
  padding: 0 !important;
  margin-top: 32px;
}

#wa-selia {
  background-color: rgb(34 43 16) !important;
}

.scroll-to-top::before,
.scroll-to-top::after {
  background: rgb(226, 195, 101) !important;
}

.products-slider h2 {
  padding: 0;
}

.products-slider .s-slider-block__title-right {
  padding: 0 0 1rem 0;
}

.products-slider .s-slider-block__title {
  place-self: center;
}

.products-slider .s-slider-block__title-left {
  display: none;
}

.logo-normal {
  height: auto !important;
  width: 180px !important;
}

.store-footer__inner .img-fluid {
  height: auto !important;
  width: 260px;
}

/* --- إطار رمادي أنيق للصور --- */
.s-block-image img, 
.banner img, 
.s-image-card img {
  border: 2px solid #b0b0b0 !important;
  border-radius: 12px !important;
}

/* ==========================
   LARA FOOTER - MOBILE STYLE
   ========================== */

.store-footer.lara-footer,
.lara-footer {
  background: #f3f4f6 !important;
  color: #452e1e !important;
  direction: rtl;
  font-family: "Zain", inherit;
}

.lara-footer * {
  box-sizing: border-box;
}

.lara-footer a {
  color: inherit !important;
  text-decoration: none !important;
}

.lara-footer-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 44px 28px 15px;
}

/* Brand */
.lara-footer-brand-section {
  padding-bottom: 24px;
  border-bottom: 1px solid #d8cabc;
}

.lara-footer-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.lara-footer-logo {
  width: 120px;
  height: auto;
  display: block;
}

.lara-footer-description {
  max-width: 420px;
  padding-inline-start: 18px;
  border-inline-start: 1px solid #222b10;
  color: #452e1e;
  font-size: 11px;
  line-height: 1.55 !important;
  font-weight: 400;
  text-align: center;
}

.lara-footer-description strong {
  font-size: 13px;
  font-weight: 700;
}

/* Content */
.lara-footer-content-section {
  padding: 20px 0;
  border-bottom: 1px solid #d8cabc;
}

/* Certificates */
.lara-footer-certificates {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  margin-bottom: 26px;
}

.lara-cert-featured {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  min-height: 92px;
  padding: 12px 24px;
  border: 1px solid #9c9289;
  border-radius: 22px;
  width: 100%;
  max-width: 450px;
  background: #fff;
}

.lara-cert-featured img {
  width: 53px;
  height: 57px;
  object-fit: contain;
}

.lara-cert-featured .cert-text {
  padding-inline-start: 30px;
  border-inline-start: 1px solid #222b10;
  text-align: right;
}

.lara-cert-featured .title {
  display: block;
  font-size: 9px;
  line-height: 1.5;
  font-weight: 700;
  color: #000;
}

.lara-cert-featured .cert-subtitle {
  display: block;
  font-size: 10px;
  line-height: 1.5;
  color: #000;
}

.lara-cert-featured .number {
  display: block;
  direction: ltr;
  font-size: 10px;
  color: #000;
}

/* Columns */
.lara-footer-columns {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.lara-footer-column h3 {
  width: 100%;
  margin: 0 0 10px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  text-align: center;
  color: #452e1e;
  font-size: 23px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.lara-footer-column h3::before,
.lara-footer-column h3::after {
  content: "";
  height: 1px;
  background: #e3d5ca;
  display: block;
}

.lara-footer ul,
.lara-footer li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Link cards */
.lara-footer .footer-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}

.lara-link-card {
  min-height: 118px;
  padding: 12px 8px;
  border: 1px solid #d7c9bb;
  border-radius: 18px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  color: #452e1e !important;
}

.lara-link-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block;
}

.lara-link-text {
  display: block;
  font-size: 14px;
  line-height: 1.35;
  color: #452e1e;
}

/* Social */
.lara-footer-social h3 {
  display: none;
}

.lara-footer-social .social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
  margin: 28px 0 20px;
}

.lara-footer-social .social-icons a {
  font-size: 24px;
  color: #452e1e !important;
  line-height: 1;
}

/* تلوين أيقونة الواتساب في الفوتر باللون الأخضر */
.lara-footer-social .social-icons a[href*="wa.me"],
.lara-footer-social .social-icons a[href*="whatsapp"],
.lara-footer-social .social-icons a:has(.fa-whatsapp) {
  color: #25d366 !important;
}

/* تلوين زر الواتساب العائم باللون الأخضر */
#wa-selia, 
#wa-selia svg, 
#wa-selia i {
  background-color: #25d366 !important;
  color: #ffffff !important;
}

/* Settings */
.lara-settings-container {
  display: none;
}

.lara-setting-btn {
  background: transparent;
  border: 0;
  color: #452e1e;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  cursor: pointer;
}

.lara-setting-btn i {
  font-size: 30px;
}

.lara-setting-btn .sicon-keyboard_arrow_down {
  display: none;
}

/* Payments */
.lara-footer-bottom-section {
  padding-top: 26px;
  display: flex;
  flex-direction: column-reverse;
  gap: 18px;
  align-items: center;
}

.lara-payments-list {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 22px;
}

.lara-payments-list li {
  list-style: none;
}

.lara-payment-icon {
  height: 26px;
  width: auto;
  object-fit: contain;
  display: block;
  filter: brightness(0) saturate(100%) invert(14%) sepia(21%) saturate(1077%) hue-rotate(36deg) brightness(92%) contrast(93%) !important;
}

.lara-footer-rights {
  width: 100%;
  text-align: center;
}

.lara-footer-rights p {
  margin: 0;
  color: #6b625c;
  font-size: 12px;
  line-height: 1.7;
}

/* Desktop */
@media (min-width: 768px) {
  .lara-footer-wrapper {
    padding: 70px 70px 24px;
  }

  .lara-lara-footer-certificates {
    flex-direction: row;
    justify-content: center;
  }

  .lara-footer-columns {
    flex-direction: row;
    gap: 35px;
    align-items: flex-start;
  }

  .lara-footer-column {
    flex: 1;
  }

  .lara-footer-social {
    flex: 1.2;
  }

  .lara-footer-column h3 {
    font-size: 16px !important;
  }

  .lara-footer .footer-list {
    grid-template-columns: 1fr;
  }

  .lara-link-card {
    min-height: auto;
    border-radius: 0;
    border: 0;
    background: transparent;
    flex-direction: row;
    justify-content: flex-start;
    text-align: right;
    padding: 0;
  }

  .lara-link-text {
    font-size: 12px;
  }

  .lara-footer-social h3 {
    display: block;
  }

  .lara-footer-social h3::before,
  .lara-footer-social h3::after {
    display: none;
  }
}

.lara-link-icon {
  font-size: 22px;
}

:root {
  --lara-olive: #222b10;
}

.lara-footer-description,
.lara-cert-featured .cert-text {
  border-inline-start-color: var(--lara-olive) !important;
}

.lara-footer-social .social-icons a:not([href*="wa.me"]):not([href*="whatsapp"]),
.lara-link-icon,
.lara-link-card i,
.lara-setting-btn i {
  color: var(--lara-olive) !important;
}

.lara-cert-featured {
  gap: 18px !important;
}

.lara-cert-featured .cert-text {
  padding-inline-start: 18px !important;
  min-width: 90px;
}

/* إخفاء بطاقة العلامة التجارية القديمة بالكامل */
.lara-cert-card, 
.lara-footer-certificates .lara-cert-card {
  display: none !important;
}

/* تصميم بطاقة ترخيص التخفيضات الجديدة بداخل الفوتر مباشرة */
<a href="https://qr.mc.gov.sa/sales/license-details?qr=7Qi6+vrnOAZrz1whHZKoEw==" target="_blank" class="lara-cert-featured" style="background: #fff; text-decoration: none; margin: 0 auto; display: flex;">
  <img src="https://qr.mc.gov.sa/sales/product" alt="ترخيص وزارة التجارة" style="width: 53px; height: 57px; object-fit: contain;">
  <div class="cert-text" style="padding-inline-start: 30px; border-inline-start: 1px solid #222b10; text-align: right;">
    <span class="title" style="display: block; font-size: 9px; line-height: 1.5; font-weight: 700; color: #000;">ترخيص تخفيضات رسمية</span>
    <span class="number" style="display: block; direction: ltr; font-size: 10px; color: #000;">482518</span>
  </div>
</a>