.not-show h3.s-product-card-content-title a { font-size: 14px; margin-top: -17px; margin-right: 17px; padding-bottom: 9px; } :root { --m-color: #d63e3e; --color-primary: #7e1515 } .s-button-primary-outline:hover { background-color: #de4844; } .whatsapp-info { position: fixed; right: 95%; } /* ============================= Slider - Photos ============================== */ section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide { width: 100%; } section.s-block.s-block--photos-slider .carousel-slider .swiper-wrapper > div { padding: 0 !important; } section:first-of-type.s-block.s-block--photos-slider { margin-top: 0; } [dir="rtl"] salla-slider.photos-slider .swiper { padding: 0; } section.s-block.s-block--photos-slider .s-slider-block__title-nav { display: none !important; } @media (max-width: 641px) { .whatsapp-info { position: fixed; right: 80%; } } .mt-52 { margin-top: 5rem; } .rooms .s-slider-block__title .s-slider-block__title-left .s-slider-block__title-nav .s-slider-prev, .rooms .s-slider-block__title .s-slider-block__title-left .s-slider-block__title-nav .s-slider-next { display: none; } .s-slider-block__title-left { display: none; } .s-slider-block__title { display: flex; max-width: 1280px; align-items: center; justify-content: center; } .s-product-card-vertical .s-product-card-content-sub { display: flex!important; justify-content: start !important; align-items: center!important; flex-direction: column-reverse!important; } .opinions .s-slider-block__title .s-slider-block__title-right h2 { color: #000000; font-size: clamp(1.375rem, 1.104rem + 1.084vw, 2.188rem); font-weight: 700; font-size: 20px; } .s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *) { padding-left: 0rem; } @media (min-width: 1024px) { .lg\:grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); background: #232323; padding: 24px; border-radius: 40px; color: white !important } } .store-footer__inner { background-color: #000 !important; } .lg\:grid-cols-5 { background: #232323; padding: 24px; border-radius: 40px; color: white !important } .bg-\[var\(--m-color\)\] { background-color: #000; } .md\:\!pt-\[120px\] { padding-top: 65px !important; border-radius: 60px 60px 0px 0px; } .s-social-link a { border-color: white !important; } .s-slider-block__title-right:where([dir="rtl"], [dir="rtl"] *) { padding-left: 0rem; } .s-product-card-content-title { text-align: center; /* تفضل العناوين في النص */ } .s-product-card-content-title a { display: inline-block; /* يخلي الرابط يتوسّط جوه العنوان */ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: start; /* يبدأ النص من الأول داخل الرابط */ direction: rtl; /* لو النص عربي */ max-width: 100%; /* عشان الالتفاف أو التقطيع */ } footer .flex.items-center.m-0 img { content: url("https://cdn.salla.sa/form-builder/5NvhteJshmur9mHzgnHBRx6pLQmtvZBlx2lPibgg.png"); width: 80px; height: auto; filter: brightness(0) invert(1); /* يحول الصورة لأبيض */ animation: heartbeat 2.5s ease-in-out infinite both; } .gap-3 { display: none; } .main-nav-container .mobile-menu ul li a { color: var(--m-color); font-size: 16px; font-weight: 600; opacity: 0.9; transition: all 0.3s ease-in-out; } .text-\[24px\] { font-size: 20px; }
.store-footer a{display:flex;align-items:center;justify-content:center}

img {
  transition: filter 0.3s ease;
  filter: blur(8px);
}
img[src] {
  filter: blur(0);
}
/* وقف الأنيميشن لحد ما الصفحة تستقر */
*:not(.page-loaded) * {
  animation: none !important;
  transition: none !important;
}