/* Add custom CSS styles below */ 
#sticky-bar,
.sticky-bar-active-btn {
  display: none !important;
}/* جعل القائمة الرئيسية في سطر واحد على الكمبيوتر */
@media (min-width: 1024px) {
  .main-menu {
    flex-wrap: nowrap !important;
  }

  .main-menu > li > a {
    padding-right: 6px !important;
    padding-left: 6px !important;
    white-space: nowrap !important;
  }
}
/* إظهار زر عرض القسم في الجوال */
@media (max-width: 767px) {
  .s-block--slider-with-bg {
    position: relative !important;
  }

  .s-block--slider-with-bg .container > div.hidden {
    display: contents !important;
  }

  .s-block--slider-with-bg .container > div.hidden h3,
  .s-block--slider-with-bg .container > div.hidden p {
    display: none !important;
  }

  .s-block--slider-with-bg .container > div.hidden a {
    display: flex !important;
    position: absolute !important;
    top: 20px !important;
    left: 18px !important;
    z-index: 20 !important;
    min-height: 42px !important;
    padding: 10px 20px !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 10px !important;
    background: #352622 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16) !important;
  }
}
/* إظهار اسم كل قسم فوق صورته في الجوال */
@media (max-width: 767px) {
  .s-block--slider-with-bg .container > div.hidden h3 {
    display: block !important;
    position: absolute !important;
    top: 18px !important;
    right: 18px !important;
    left: 18px !important;
    z-index: 20 !important;
    width: fit-content !important;
max-width: calc(100% - 36px) !important;
    margin: 0 !important;
    padding: 10px 16px !important;
    border-radius: 10px !important;
    background: rgba(250, 247, 242, 0.92) !important;
    color: #352622 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    text-align: right !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.10) !important;
  }

  .s-block--slider-with-bg .container > div.hidden a {
    top: 78px !important;
  }
}
/* تصغير اسم القسم ووضعه في المساحة الفارغة */
@media (max-width: 767px) {
  .s-block--slider-with-bg .container > div.hidden h3 {
    top: 22px !important;
    right: auto !important;
    left: 18px !important;
    width: 46% !important;
    max-width: 46% !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    color: #352622 !important;
    font-size: 18px !important;
    line-height: 1.35 !important;
    text-align: center !important;
    text-shadow: 0 1px 3px rgba(255,255,255,0.85) !important;
  }

  .s-block--slider-with-bg .container > div.hidden a {
    top: 78px !important;
    left: 18px !important;
    min-height: 38px !important;
    padding: 8px 15px !important;
    font-size: 13px !important;
  }
}
/* تحسين بطاقات المنتجات على الجوال */
@media (max-width: 767px) {

  custom-salla-product-card.custom-card {
    overflow: hidden !important;
    background: #ffffff !important;
    border: 1px solid #E8DDD4 !important;
    border-radius: 14px !important;
    box-shadow: 0 4px 14px rgba(53, 38, 34, 0.06) !important;
  }

  custom-salla-product-card.custom-card .card-image {
    border-bottom: 1px solid #F1E6DC !important;
  }

  custom-salla-product-card.custom-card .product-block__info {
    padding: 10px 9px 7px !important;
  }

  custom-salla-product-card.custom-card .product-block__info label,
  custom-salla-product-card.custom-card .product-block__info label span {
    font-size: 12px !important;
    line-height: 1.4 !important;
  }

  custom-salla-product-card.custom-card h3 {
    min-height: 42px !important;
    margin: 6px 0 !important;
    overflow: hidden !important;
    color: #241F1D !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.6 !important;
  }

  custom-salla-product-card.custom-card .price-wrapper,
  custom-salla-product-card.custom-card .price-wrapper span {
    font-size: 15px !important;
    font-weight: 700 !important;
  }

  custom-salla-product-card.custom-card .actions {
    gap: 7px !important;
    padding: 7px 8px 10px !important;
  }

  custom-salla-product-card.custom-card .s-button-element {
    min-height: 42px !important;
    border-radius: 9px !important;
  }

  custom-salla-product-card.custom-card .add-to-cart-icon {
    width: 28px !important;
    height: 28px !important;
    font-size: 25px !important;
  }
}
/* اللمسات النهائية لبطاقات المنتجات على الجوال */
@media (max-width: 767px) {

  /* تصغير اختيار المنتج */
  custom-salla-product-card.custom-card label {
    font-size: 12px !important;
    line-height: 1.3 !important;
  }

  custom-salla-product-card.custom-card label input {
    width: 18px !important;
    height: 18px !important;
  }

  /* تصغير شريط الأزرار */
  custom-salla-product-card.custom-card .actions {
    min-height: 46px !important;
    gap: 7px !important;
  }

  custom-salla-product-card.custom-card .actions button,
  custom-salla-product-card.custom-card .actions .s-button-element {
    min-height: 42px !important;
    height: 42px !important;
    border-radius: 9px !important;
  }

  /* تصغير جميع أيقونات السلة والمفضلة */
  custom-salla-product-card.custom-card .actions svg,
  custom-salla-product-card.custom-card .actions i,
  custom-salla-product-card.custom-card .add-to-cart-icon {
    width: 24px !important;
    height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
    font-size: 24px !important;
  }

  /* زر المفضلة */
  custom-salla-product-card.custom-card .actions > button:first-child {
    width: 44px !important;
    min-width: 44px !important;
    padding: 8px !important;
  }

  /* زر السلة */
  custom-salla-product-card.custom-card .add-to-cart {
    flex: 1 !important;
    padding: 8px 12px !important;
  }
}
/* تحسين الفوتر على الجوال */
@media (max-width: 767px) {

  footer,
  .store-footer,
  .store-footer__inner {
    padding-top: 22px !important;
    padding-bottom: 16px !important;
  }

  /* تقليل الفراغات بين عناصر الفوتر */
  .store-footer .container,
  .store-footer__inner .container {
    row-gap: 18px !important;
  }

  /* الشعار */
  .store-footer img[alt*="logo"],
  .store-footer img[alt*="شعار"] {
    max-width: 145px !important;
    height: auto !important;
    margin: 0 auto 12px !important;
  }
/* وصف المتجر */
.store-footer p {
  margin: 8px auto !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
}


  /* عنوان الروابط */
  .store-footer h3,
  .store-footer h4 {
    margin: 12px 0 !important;
    font-size: 20px !important;
  }

  /* روابط الفوتر */
  .store-footer a {
    font-size: 14px !important;
    line-height: 1.9 !important;
  }

  /* أيقونات التواصل */
  .store-footer .social-icons,
  .store-footer__social {
    margin: 14px 0 !important;
    gap: 10px !important;
  }

  /* وسائل الدفع */
  .store-footer__payment,
  .store-footer .payment-methods {
    gap: 7px !important;
    margin: 18px 0 10px !important;
  }

  .store-footer__payment img,
  .store-footer .payment-methods img {
    width: auto !important;
    max-width: 58px !important;
    max-height: 30px !important;
    object-fit: contain !important;
  }

  /* شريط الحقوق */
  .store-footer__copyright,
  .copyrights {
    min-height: 58px !important;
    padding: 14px 75px !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    text-align: center !important;
  }

  /* نقل زر الرجوع للأعلى إلى اليمين */
  .scroll-to-top,
  #scroll-to-top,
  .back-to-top {
    right: 18px !important;
    left: auto !important;
    bottom: 92px !important;
}
  /* تنسيق روابط الفوتر على الجوال */
@media (max-width: 767px) {

  .store-footer ul {
    margin: 0 !important;
    padding: 0 !important;
  }

  .store-footer ul li {
    margin-bottom: 5px !important;
  }

  .store-footer ul li a {
    display: inline-block !important;
    padding: 2px 0 !important;
    color: #352622 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.65 !important;
    text-decoration: none !important;
  }

  .store-footer ul li a:active {
    color: #C78F6A !/* تحسين روابط الفوتر على الجوال */
@media (max-width: 767px) {

  .footer-wrapper .footer-menu-mobile {
    width: 100% !important;
    margin-top: 18px !important;
  }

  .footer-wrapper .footer-menu-mobile h3 {
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-bottom: 14px !important;
    text-align: center !important;
  }

  .footer-wrapper .footer-menu-mobile .menu-links {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 20px !important;
    row-gap: 8px !important;
    width: 100% !important;
  }

  .footer-wrapper .footer-menu-mobile .menu-links li {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
  }

  .footer-wrapper .footer-menu-mobile .menu-links a {
    display: block !important;
    padding: 4px 2px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    color: #352622 !important;
    text-decoration: none !important;
  }

  .footer-wrapper .footer-menu-mobile .menu-links a:active {
    color: #9a603f !important;
  }

  .footer-wrapper .footer-payment {
    padding-top: 14px !important;
    padding-bottom: 16px !important;
  }

  .footer-wrapper .s-payments-list {
    gap: 7px !important;
    justify-content: center !important;
  }

  .footer-wrapper .s-payments-list-item {
    width: 58px !important;
    height: 40px !important;
    padding: 6px !important;
    border-radius: 10px !important;
  }
}* تحسين روابط الفوتر على الجوال */
@media (max-width: 767px) {

  .footer-wrapper .footer-menu-mobile {
    width: 100% !important;
    margin-top: 18px !important;
  }

  .footer-wrapper .footer-menu-mobile h3 {
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-bottom: 14px !important;
    text-align: center !important;
  }

  .footer-wrapper .footer-menu-mobile .menu-links {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 20px !important;
    row-gap: 8px !important;
    width: 100% !important;
  }

  .footer-wrapper .footer-menu-mobile .menu-links li {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
  }

  .footer-wrapper .footer-menu-mobile .menu-links a {
    display: block !important;
    padding: 4px 2px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    color: #352622 !important;
    text-decoration: none !important;
  }

  .footer-wrapper .footer-menu-mobile .menu-links a:active {
    color: #9a603f !important;
  }

  .footer-wrapper .footer-payment {
    padding-top: 14px !important;
    padding-bottom: 16px !important;
  }

  .footer-wrapper .s-payments-list {
    gap: 7px !important;
    justify-content: center !important;
  }

  .footer-wrapper .s-payments-list-item {
    width: 58px !important;
    height: 40px !important;
    padding: 6px !important;
    border-radius: 10px !important;
  }
}
  /* فوتر فيلورا الفاخر – الجوال */
@media (max-width: 767px) {

  .footer-wrapper .inner-footer {
    padding: 28px 16px 20px !important;
    gap: 18px !important;
  }

  /* الشعار */
  .footer-wrapper .store-info img {
    max-width: 145px !important;
    max-height: 90px !important;
    margin: 0 auto 12px !important;
  }

  /* التعريف دون تغيير النص */
  .footer-wrapper .store-info p {
    max-width: 100% !important;
    margin: 0 auto 14px !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
  }

  /* وسائل التواصل */
  .footer-wrapper .s-social-list {
    gap: 10px !important;
    margin: 12px 0 4px !important;
  }

  /* قسم الروابط */
  .footer-wrapper .footer-menu-mobile {
    width: 100% !important;
    margin: 8px 0 0 !important;
  }

  .footer-wrapper .footer-menu-mobile h3 {
    font-size: 20px !important;
    font-weight: 700 !important;
    margin: 0 0 14px !important;
    color: #352622 !important;
    text-align: center !important;
  }

  .footer-wrapper .footer-menu-mobile .menu-links {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
    width: 100% !important;
  }

  .footer-wrapper .footer-menu-mobile .menu-links li {
    margin: 0 !important;
    padding: 0 !important;
  }

  .footer-wrapper .footer-menu-mobile .menu-links a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 43px !important;
    padding: 7px 4px !important;
    border: 1px solid rgba(199, 143, 106, 0.38) !important;
    border-radius: 11px !important;
    background: rgba(255, 255, 255, 0.55) !important;
    color: #352622 !important;
    font-size: 12.5px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  /* وسائل الدفع */
  .footer-wrapper .footer-payment {
    padding: 14px 10px 16px !important;
  }

  .footer-wrapper .s-payments-list {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    gap: 6px !important;
  }

  .footer-wrapper .s-payments-list-item {
    width: 56px !important;
    height: 38px !important;
    padding: 5px !important;
    border-radius: 9px !important;
  }
}
  /* فرض تنسيق روابط الفوتر في جميع نسخ الثيم */
@media (max-width: 767px) {

  .footer-wrapper .footer-menu ul,
  .footer-wrapper .footer-menu-mobile ul {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    width: 100% !important;
  }

  .footer-wrapper .footer-menu li,
  .footer-wrapper .footer-menu-mobile li {
    margin: 0 !important;
    padding: 0 !important;
  }

  .footer-wrapper .footer-menu li a,
  .footer-wrapper .footer-menu-mobile li a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 40px !important;
    padding: 7px 3px !important;
    background: rgba(255,255,255,.60) !important;
    border: 1px solid rgba(199,143,106,.40) !important;
    border-radius: 10px !important;
    color: #352622 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
    text-align: center !important;
  }
}
  @media (max-width: 767px) {
  .footer-wrapper .footer-menu h3,
  .footer-wrapper .footer-menu-mobile h3 {
    font-size: 21px !important;
  }

  .footer-wrapper .footer-menu a,
  .footer-wrapper .footer-menu-mobile a {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }
}
  @media (max-width: 767px) {

  /* تقليل الفراغ بعد معرض إنستغرام */
  #kig-wr {
    min-height: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  #kig-wr + footer,
  #kig-wr + .footer-wrapper,
  .footer-wrapper {
    margin-top: 0 !important;
  }

  /* تصغير الأزرار العائمة داخل منطقة الفوتر */
  .footer-wrapper ~ * .whatsapp-button,
  .footer-wrapper ~ * [class*="whatsapp"] {
    width: 52px !important;
    height: 52px !important;
  }
}
  /* إخفاء عبارة الأسعار شاملة للضريبة من ملخص السلة */
salla-cart-summary .tax-note,
salla-cart-summary .tax-text,
salla-cart-summary .text-xs.text-gray-400,
salla-cart-summary .text-sm.text-gray-400,
.cart-summary .tax-note,
.cart-summary .tax-text {
  display: none !important;
}
  /* إخفاء ملاحظة الضريبة من ملخص السلة */
salla-cart-summary small,
salla-cart-summary [class*="tax"],
.cart-summary__tax,
.cart-summary .tax-note,
.cart-summary small:last-of-type,
.checkout-summary small:last-of-type {
  display: none !important;
}
/* تنسيق عنوان أحدث المنتجات ومختارات عملاء فيلورا */
#featured-products-style2-5 .tabs,
#featured-products-style2-6 .tabs {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  text-align: right !important;
  margin: 0 0 22px !important;
}

button[data-component-id="featured-products-style2-5"],
button[data-component-id="featured-products-style2-6"] {
  width: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 0 10px !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #382521 !important;
  pointer-events: none !important;
}

button[data-component-id="featured-products-style2-5"] .s-button-text,
button[data-component-id="featured-products-style2-6"] .s-button-text {
  display: block !important;
  font-size: 30px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
  color: #382521 !important;
  text-align: right !important;
}

button[data-component-id="featured-products-style2-5"] .s-button-text::after,
button[data-component-id="featured-products-style2-6"] .s-button-text::after {
  content: "";
  display: block;
  width: 55px;
  height: 3px;
  margin-top: 8px;
  margin-right: 0;
  background: #c99b70;
  border-radius: 20px;
}

@media (max-width: 640px) {
  #featured-products-style2-5 .tabs,
  #featured-products-style2-6 .tabs {
    margin-bottom: 14px !important;
  }

  button[data-component-id="featured-products-style2-5"] .s-button-text,
  button[data-component-id="featured-products-style2-6"] .s-button-text {
    font-size: 22px !important;
  }
}