/* Add custom CSS styles below */ 

.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;
}

.no-padding > div{
  padding:0 !important;
  margin-top: 32px;
}
#wa-selia{
  background-color: rgb(226, 195, 101) !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-fast-checkout-button.outline {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
}

/* ==========================
LADORE FOOTER - MLEHA MOBILE STYLE
========================== */

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

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

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

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

/* Brand */

.ladore-footer-brand-section {
  padding-bottom: 24px;
  border-bottom: 1px solid #d8cabc;
}

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

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

.ladore-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;
}

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

/* Content */

.ladore-footer-content-section {
  padding: 20px 0;
  border-bottom: 1px solid #d8cabc;
}

/* Certificates */

.ladore-footer-certificates {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  margin-bottom: 26px;
}

.ladore-cert-featured {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  min-height: 92px;
  padding: 12px 8px;
  
  border: 1px solid #9c9289;
  border-radius: 22px;
}

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

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

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

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

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

.ladore-cert-card {
  min-height: 105px;
  padding: 12px 8px;
  
  border: 1px solid #9c9289;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.ladore-cert-card img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.ladore-cert-card .title {
  font-size: 9px;
  font-weight: 700;
  text-align: center;
  color: #000;
}

.ladore-cert-card .number {
  direction: ltr;
  font-size: 11px;
  text-align: center;
  color: #000;
}

.cert-divider {
  width: 18px;
  height: 1px;
  background: #222b10;
  display: block;
}

/* Columns */

.ladore-footer-columns {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.ladore-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;
}

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

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

/* Link cards */

.ladore-footer .footer-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}

.ladore-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;
}

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

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

/* Social */

.ladore-footer-social h3 {
  display: none;
}

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

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

/* Settings */

.ladore-settings-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

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

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

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

/* Payments */

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

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

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

.ladore-payment-icon {
  height: 26px;
  width: auto;
  object-fit: contain;
  display: block;
}

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

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

/* Desktop */

@media (min-width: 768px) {
  .ladore-footer-wrapper {
    padding: 70px 70px 24px;
  }

  .ladore-footer-certificates {
    gap: 10px;
  }

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

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

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

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

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

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

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

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

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

.ladore-settings-container{
  display:none;
}

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

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

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

.cert-divider {
  background: var(--ladore-olive) !important;
}

.ladore-footer-social .social-icons a,
.ladore-link-icon,
.ladore-link-card i,
.ladore-setting-btn i {
  color: var(--ladore-olive) !important;
}

/* تعديل مكان كتابة التوثيق */
.ladore-cert-featured {
  gap: 18px !important;
}

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

/* شعارات الدفع بلون الهوية */
.ladore-payment-icon {
  filter: brightness(0) saturate(100%) invert(14%) sepia(21%) saturate(1077%) hue-rotate(36deg) brightness(92%) contrast(93%) !important;
}