/* تحسين شعار الفوتر */[data-selia="footer-logo-link"] {  position: relative;  top: 10px;  margin-bottom: 10px !important;}[data-selia="footer-logo-link"] img {  height: 80px !important;  width: auto !important;  max-width: 220px;  object-fit: contain;}/* معلومات الشحن والثقة داخل منطقة الشراء */.product-form .sticky-product-bar::before {  content: "🚚 شحن مجاني للطلبات فوق 119 ريال";  display: block;  margin-bottom: 12px;  padding: 11px 13px;  border-radius: 10px;  background: #fff7fa;  border: 1px solid #ead2dc;  color: #6f2f49;  font-size: 14px;  font-weight: 700;  line-height: 1.7;  text-align: center;}.product-form .sticky-product-bar::after {  content: "أكملي سلتك إلى 119 ريال واحصلي على شحن مجاني  ✓ دفع آمن  ✓ استبدال وفق الشروط  ✓ دفع عند الاستلام  ✓ دعم عبر واتساب";  display: block;  margin-top: 12px;  padding: 11px 13px;  border-radius: 10px;  background: #f8f5f6;  color: #4f3b43;  font-size: 13px;  font-weight: 600;  line-height: 1.8;  text-align: center;}@media (max-width: 640px) { .product-form .sticky-product-bar::before, .product-form .sticky-product-bar::after { font-size: 12.5px; padding: 10px; }}/* تحسينات الواجهة 2026-08-12 */header .logo-normal{width:auto!important;max-width:105px!important;max-height:78px!important}.store-footer{padding-top:22px!important}.store-footer>div{padding-top:18px!important;padding-bottom:16px!important}.store-footer .container{row-gap:16px!important}.store-footer p{margin-bottom:8px!important}.s-block--features{margin-top:24px!important;margin-bottom:18px!important}@media(max-width:767px){header .logo-normal{max-width:88px!important;max-height:66px!important}.store-footer{padding-top:12px!important}.store-footer>div{padding-top:12px!important;padding-bottom:12px!important}.store-footer .container{row-gap:10px!important}}/* زر بحث واضح وسهل */button[data-selia="header-search-button"] {  display: flex !important;  align-items: center;  justify-content: center;  gap: 8px;  min-width: 205px;  padding: 10px 14px !important;  border: 1px solid #ead2dc !important;  border-radius: 999px !important;  background: #fff7fa !important;  color: #6f2f49 !important;}button[data-selia="header-search-button"]::after {  content: "ابحثي عن روج، ماسكارا، عناية...";  font-family: inherit;  font-size: 13px;  font-weight: 600;  white-space: nowrap;}@media (max-width: 767px) {  button[data-selia="header-search-button"] {    min-width: 44px;    width: 44px;    height: 44px;    padding: 0 !important;  }  button[data-selia="header-search-button"]::after {    display: none;  }}/* إخفاء عبارة صنع بإتقان على منصة سلة */.store-footer p:has(a[href*="salla.sa"]) { display: none !important; }
.store-footer p:has(a[href*="salla.com"]), p.text-gray-400:has(a[href*="salla.com"]) { display: none !important; }
/* إخفاء رسالة حد الشحن المجاني لباقة اليوم الوطني فقط */
body:has(salla-add-product-button[product-id="2106456695"]) .product-form .sticky-product-bar::before,
body:has(salla-add-product-button[product-id="2106456695"]) .product-form .sticky-product-bar::after {
  content: none !important;
  display: none !important;
}