/* Add custom CSS styles below */ 
/* ==================================================
   NUO — CELIA THEME
   الألوان:
   أسود فحمي  #0B0B0A
   برتقالي    #FF5A00
   أوف وايت  #F4F0E8
   ليموني     #D8FF3E
================================================== */

@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@500;600;700;800&family=IBM+Plex+Sans+Arabic:wght@400;500;600;700&display=swap');

:root {
  --nuo-black: #0B0B0A;
  --nuo-orange: #FF5A00;
  --nuo-orange-dark: #D94800;
  --nuo-cream: #F4F0E8;
  --nuo-white: #FFFFFF;
  --nuo-lime: #D8FF3E;
  --nuo-gray: #77736C;
  --nuo-border: rgba(11, 11, 10, 0.12);

  --nuo-radius-sm: 14px;
  --nuo-radius-md: 22px;
  --nuo-radius-lg: 32px;

  --nuo-shadow:
    0 16px 45px rgba(11, 11, 10, 0.09);

  --nuo-shadow-hover:
    0 24px 60px rgba(11, 11, 10, 0.16);

  --font-main:
    "IBM Plex Sans Arabic",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;

  --font-heading:
    "Alexandria",
    "IBM Plex Sans Arabic",
    sans-serif;

  --color-primary: #FF5A00;
  --color-primary-dark: #D94800;
  --color-primary-light: #FF7833;
  --color-primary-reverse: #FFFFFF;
}


/* ==================================================
   1. إعدادات عامة وخط عربي واضح
================================================== */

html {
  scroll-behavior: smooth;
}

body {
  direction: rtl;
  background: var(--nuo-cream) !important;
  color: var(--nuo-black);
  font-family: var(--font-main) !important;
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body,
button,
input,
textarea,
select,
.s-button-element,
.s-button-text {
  font-family: var(--font-main) !important;
}

main,
.app-inner,
.page-wrapper {
  background: var(--nuo-cream);
}

::selection {
  color: var(--nuo-black);
  background: var(--nuo-lime);
}

a,
button,
input,
textarea,
select {
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}


/* ==================================================
   2. العناوين ومنع تداخل الكلمات
================================================== */

h1,
h2,
h3,
h4,
h5,
h6,
.s-slider-block__title h2,
.section-title,
.title--primary,
.product-title,
.product-entry__title {
  margin-top: 0;
  color: var(--nuo-black);
  font-family: var(--font-heading) !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2rem, 5vw, 4.3rem);
}

h2,
.s-slider-block__title h2,
.section-title {
  font-size: clamp(1.65rem, 3vw, 2.7rem);
}

h3 {
  font-size: clamp(1.2rem, 2vw, 1.65rem);
}

p,
.description,
.content-entry,
.product__description,
.product-description,
.s-product-card-content-sub,
.testimonial-item p {
  line-height: 1.9 !important;
  white-space: normal !important;
  overflow-wrap: break-word;
}

.s-slider-block__title {
  align-items: flex-end;
  margin-bottom: 24px;
}

.s-slider-block__title h2::after,
.section-title::after {
  display: block;
  width: 56px;
  height: 5px;
  margin-top: 12px;
  border-radius: 100px;
  background: var(--nuo-orange);
  content: "";
}


/* ==================================================
   3. المساحات والحاويات
================================================== */

.container {
  width: min(1280px, calc(100% - 40px));
  margin-inline: auto;
}

.s-block {
  margin-top: clamp(54px, 8vw, 100px);
  margin-bottom: clamp(54px, 8vw, 100px);
}

.s-block:first-child {
  margin-top: 24px;
}


/* ==================================================
   4. شريط الإعلان العلوي
================================================== */

.top-navbar,
.announcement-bar,
.topbar {
  min-height: 40px;
  border: 0 !important;
  background: var(--nuo-orange) !important;
  color: var(--nuo-white) !important;
  font-weight: 600;
}

.top-navbar a,
.announcement-bar a,
.topbar a {
  color: var(--nuo-white) !important;
}


/* ==================================================
   5. الهيدر والقائمة
================================================== */

.store-header,
.main-nav-container,
.header-wrapper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(11, 11, 10, 0.96) !important;
  color: var(--nuo-white);
}

.main-nav-container.fixed-pinned,
.store-header.is-sticky {
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.navbar-brand img,
.store-header .logo img {
  width: auto !important;
  max-width: 145px;
  max-height: 58px !important;
  object-fit: contain;
}

.main-menu > li > a,
.main-menu li a,
.store-header a {
  color: var(--nuo-cream);
  font-family: var(--font-main) !important;
  font-weight: 600;
}

.main-menu > li > a {
  position: relative;
  padding-block: 12px;
}

.main-menu > li > a::after {
  position: absolute;
  right: 50%;
  bottom: 4px;
  width: 0;
  height: 3px;
  border-radius: 100px;
  background: var(--nuo-orange);
  content: "";
  transform: translateX(50%);
  transition: width 0.25s ease;
}

.main-menu > li > a:hover::after,
.main-menu > li.active > a::after {
  width: 26px;
}

.main-menu > li > a:hover,
.store-header a:hover {
  color: var(--nuo-lime) !important;
}

.header-btn__icon,
salla-cart-summary,
salla-user-menu {
  color: var(--nuo-white) !important;
}

.header-btn__icon:hover {
  color: var(--nuo-lime) !important;
  transform: translateY(-2px);
}


/* ==================================================
   6. البحث
================================================== */

salla-search input,
.s-search-input,
.header-search input,
input[type="search"] {
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 100px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: var(--nuo-white) !important;
}

salla-search input::placeholder,
.s-search-input::placeholder,
.header-search input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

salla-search input:focus,
.s-search-input:focus,
.header-search input:focus {
  border-color: var(--nuo-lime) !important;
  box-shadow: 0 0 0 4px rgba(216, 255, 62, 0.15) !important;
}


/* ==================================================
   7. البنر الرئيسي
================================================== */

.home-slider,
.home-slider .swiper,
salla-slider.photos-slider {
  overflow: hidden;
  border-radius: var(--nuo-radius-lg);
  background: var(--nuo-black);
  box-shadow: var(--nuo-shadow);
}

.home-slider .swiper-slide {
  position: relative;
  overflow: hidden;
}

.home-slider .swiper-slide::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(11, 11, 10, 0.05) 20%,
      rgba(11, 11, 10, 0.76) 100%
    );
  content: "";
  pointer-events: none;
}

.home-slider img,
.home-slider .swiper-slide img {
  width: 100%;
  min-height: clamp(430px, 62vw, 680px);
  object-fit: cover;
  animation: nuoHeroZoom 14s ease-in-out infinite alternate;
}

.home-slider .slider-details,
.home-slider .slide-content {
  z-index: 2;
  max-width: 620px;
  padding: clamp(28px, 6vw, 70px);
}

.home-slider h1,
.home-slider h2,
.home-slider h3 {
  color: var(--nuo-white) !important;
  line-height: 1.35 !important;
}

.home-slider p {
  max-width: 550px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.9 !important;
}

@keyframes nuoHeroZoom {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.035);
  }
}


/* ==================================================
   8. الأزرار
================================================== */

.s-button-primary,
.s-button-element,
.s-add-product-button,
button[type="submit"],
.add-to-cart,
.btn--primary {
  min-height: 52px;
  padding-inline: 26px !important;
  border: 1px solid var(--nuo-orange) !important;
  border-radius: 100px !important;
  background: var(--nuo-orange) !important;
  color: var(--nuo-white) !important;
  font-family: var(--font-heading) !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  box-shadow: 0 10px 24px rgba(255, 90, 0, 0.22);
}

.s-button-primary:hover,
.s-button-element:hover,
.s-add-product-button:hover,
button[type="submit"]:hover,
.add-to-cart:hover,
.btn--primary:hover {
  border-color: var(--nuo-black) !important;
  background: var(--nuo-black) !important;
  color: var(--nuo-white) !important;
  box-shadow: 0 14px 30px rgba(11, 11, 10, 0.2);
  transform: translateY(-3px);
}

.s-button-outline,
.btn--outline {
  border: 1px solid var(--nuo-black) !important;
  border-radius: 100px !important;
  background: transparent !important;
  color: var(--nuo-black) !important;
}

.s-button-outline:hover,
.btn--outline:hover {
  background: var(--nuo-black) !important;
  color: var(--nuo-white) !important;
}


/* ==================================================
   9. بطاقات المنتجات والدورات
================================================== */

salla-product-card {
  display: block;
  height: 100%;
}

.s-product-card-entry,
.product-entry {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--nuo-border) !important;
  border-radius: var(--nuo-radius-md) !important;
  background: var(--nuo-white) !important;
  box-shadow: var(--nuo-shadow);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.s-product-card-entry:hover,
.product-entry:hover {
  border-color: rgba(255, 90, 0, 0.45) !important;
  box-shadow: var(--nuo-shadow-hover);
  transform: translateY(-9px);
}

.s-product-card-image,
.product-entry__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--nuo-black);
}

.s-product-card-image::after,
.product-entry__image::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      transparent 55%,
      rgba(11, 11, 10, 0.25) 100%
    );
  content: "";
  pointer-events: none;
}

.s-product-card-image img,
.product-entry__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.55s ease;
}

.s-product-card-entry:hover .s-product-card-image img,
.product-entry:hover .product-entry__image img {
  transform: scale(1.045);
}

.s-product-card-content,
.product-entry__content {
  padding: 20px !important;
}

.s-product-card-content-title,
.s-product-card-content-title a,
.product-entry__title {
  display: -webkit-box;
  min-height: 3.2em;
  overflow: hidden;
  color: var(--nuo-black) !important;
  font-family: var(--font-heading) !important;
  font-size: 1.12rem !important;
  font-weight: 700 !important;
  line-height: 1.6 !important;
  white-space: normal !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.s-product-card-content-sub {
  margin-top: 8px;
  color: var(--nuo-gray);
  font-size: 0.95rem;
  line-height: 1.8 !important;
}

.s-product-card-price,
.s-product-card-sale-price,
.product-entry__price {
  color: var(--nuo-orange) !important;
  font-family: var(--font-heading) !important;
  font-size: 1.25rem !important;
  font-weight: 800 !important;
  font-variant-numeric: tabular-nums;
}

.s-product-card-regular-price {
  color: var(--nuo-gray) !important;
  font-size: 0.9rem !important;
}

/* تمييز المنتج الذي يحتوي على سعر مخفض */
.s-product-card-entry:has(.s-product-card-sale-price) {
  border: 2px solid var(--nuo-orange) !important;
}

.s-product-card-entry:has(.s-product-card-sale-price)::before {
  position: absolute;
  z-index: 6;
  top: 14px;
  right: 14px;
  padding: 7px 14px;
  border-radius: 100px;
  background: var(--nuo-lime);
  color: var(--nuo-black);
  content: "الأوفر";
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(11, 11, 10, 0.15);
}


/* ==================================================
   10. شارات الخصم
================================================== */

.s-product-card-promotion-title,
.badge--sale,
.sale-badge,
.discount-badge {
  padding: 7px 13px !important;
  border-radius: 100px !important;
  background: var(--nuo-orange) !important;
  color: var(--nuo-white) !important;
  font-family: var(--font-heading) !important;
  font-weight: 700 !important;
}


/* ==================================================
   11. الأقسام والتصنيفات
================================================== */

.categories-slider .swiper-slide,
.category-entry,
.s-category-card {
  overflow: hidden;
  border: 1px solid var(--nuo-border);
  border-radius: var(--nuo-radius-md);
  background: var(--nuo-white);
  box-shadow: 0 12px 35px rgba(11, 11, 10, 0.07);
}

.category-entry img,
.s-category-card img {
  transition: transform 0.5s ease;
}

.category-entry:hover img,
.s-category-card:hover img {
  transform: scale(1.06);
}

.category-entry h3,
.s-category-card h3 {
  padding: 14px;
  line-height: 1.5 !important;
}


/* ==================================================
   12. قسم آراء العملاء
================================================== */

.testimonials-slider,
.s-testimonials-slider,
.testimonials {
  position: relative;
}

.testimonial-item,
.testimonials-slider .swiper-slide,
.s-testimonials-slider .swiper-slide,
.s-reviews-container .review-item {
  height: auto;
  padding: clamp(22px, 4vw, 34px) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: var(--nuo-radius-md) !important;
  background: var(--nuo-black) !important;
  color: var(--nuo-white) !important;
  box-shadow: var(--nuo-shadow);
}

.testimonial-item p,
.testimonials-slider p,
.s-testimonials-slider p,
.s-reviews-container .review-item p {
  color: rgba(255, 255, 255, 0.83) !important;
  font-size: 1rem;
  line-height: 1.95 !important;
}

.testimonial-item h3,
.testimonial-item h4,
.testimonials-slider h3,
.testimonials-slider h4,
.s-testimonials-slider h3,
.s-testimonials-slider h4 {
  color: var(--nuo-lime) !important;
  line-height: 1.55 !important;
}

.testimonial-item img,
.testimonials-slider img,
.s-testimonials-slider img {
  border: 3px solid var(--nuo-orange);
}


/* ==================================================
   13. صفحة المنتج
================================================== */

.product-main,
.product-details,
.product-form,
.product-summary,
.product-tabs {
  border-radius: var(--nuo-radius-md);
}

.product-main {
  padding: clamp(18px, 4vw, 34px);
  background: var(--nuo-white);
  box-shadow: var(--nuo-shadow);
}

.product-title,
.product-entry__title {
  margin-bottom: 16px;
  font-size: clamp(1.7rem, 4vw, 2.65rem) !important;
  line-height: 1.45 !important;
}

.product-price,
.product__price {
  color: var(--nuo-orange) !important;
  font-family: var(--font-heading) !important;
  font-size: clamp(1.55rem, 3vw, 2.15rem) !important;
  font-weight: 800 !important;
}

.product__description,
.product-description,
.content-entry {
  color: #35332F;
  font-size: 1.04rem;
  line-height: 2 !important;
}

.product__description h2,
.product-description h2,
.content-entry h2 {
  margin-top: 40px;
  margin-bottom: 14px;
}

.product__description ul,
.product-description ul,
.content-entry ul {
  display: grid;
  gap: 12px;
  margin-block: 22px;
}

.product__description li,
.product-description li,
.content-entry li {
  position: relative;
  padding-right: 28px;
  line-height: 1.8;
}

.product__description li::before,
.product-description li::before,
.content-entry li::before {
  position: absolute;
  top: 0.55em;
  right: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--nuo-lime);
  box-shadow: 0 0 0 4px rgba(216, 255, 62, 0.22);
  content: "";
}

.product-tabs,
.tabs {
  margin-top: 32px;
  border: 1px solid var(--nuo-border);
  background: var(--nuo-white);
}


/* ==================================================
   14. الحقول والدفع
================================================== */

input,
textarea,
select,
.s-form-control {
  min-height: 50px;
  border: 1px solid rgba(11, 11, 10, 0.16) !important;
  border-radius: var(--nuo-radius-sm) !important;
  background: var(--nuo-white);
  color: var(--nuo-black);
  line-height: 1.5;
}

textarea {
  min-height: 130px;
  padding-block: 14px;
}

input:focus,
textarea:focus,
select:focus,
.s-form-control:focus {
  border-color: var(--nuo-orange) !important;
  outline: none;
  box-shadow: 0 0 0 4px rgba(255, 90, 0, 0.12) !important;
}

.cart-item,
.checkout-page .summary,
.cart-summary,
.order-summary {
  border: 1px solid var(--nuo-border);
  border-radius: var(--nuo-radius-md);
  background: var(--nuo-white);
  box-shadow: 0 12px 35px rgba(11, 11, 10, 0.06);
}


/* ==================================================
   15. زر الشراء الثابت بالجوال
================================================== */

.sticky-product-bar,
.product-sticky-bar {
  border-top: 1px solid rgba(11, 11, 10, 0.09);
  background: rgba(244, 240, 232, 0.94) !important;
  box-shadow: 0 -12px 35px rgba(11, 11, 10, 0.1);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}


/* ==================================================
   16. الفوتر
================================================== */

.store-footer,
footer.store-footer,
.footer-is-light .store-footer {
  margin-top: 90px;
  border-top: 5px solid var(--nuo-orange);
  background: var(--nuo-black) !important;
  color: rgba(255, 255, 255, 0.72) !important;
}

.store-footer h3,
.store-footer h4,
.store-footer .footer-title {
  color: var(--nuo-white) !important;
  font-family: var(--font-heading) !important;
  line-height: 1.5 !important;
}

.store-footer a {
  color: rgba(255, 255, 255, 0.72) !important;
}

.store-footer a:hover {
  color: var(--nuo-lime) !important;
  padding-right: 4px;
}

.store-footer p {
  line-height: 1.9 !important;
}

.s-social-list a,
.store-footer .social-link {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
}

.s-social-list a:hover,
.store-footer .social-link:hover {
  border-color: var(--nuo-orange);
  background: var(--nuo-orange);
  color: var(--nuo-white) !important;
  transform: translateY(-3px);
}


/* ==================================================
   17. زر واتساب
================================================== */

salla-whatsapp,
.s-whatsapp-chat,
.whatsapp-button {
  --whatsapp-color: #FF5A00;
}

.s-whatsapp-chat,
.whatsapp-button {
  border: 3px solid var(--nuo-cream) !important;
  background: var(--nuo-orange) !important;
  box-shadow: 0 12px 30px rgba(11, 11, 10, 0.2) !important;
}


/* ==================================================
   18. الأنيميشن الخفيف
================================================== */

@keyframes nuoFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.s-block,
.product-main,
.testimonials-slider {
  animation: nuoFadeUp 0.65s ease both;
}


/* ==================================================
   19. الجوال
================================================== */

@media (max-width: 767px) {
  body {
    font-size: 15.5px;
    line-height: 1.85;
  }

  .container {
    width: min(100% - 28px, 1280px);
  }

  .s-block {
    margin-top: 52px;
    margin-bottom: 52px;
  }

  h1 {
    font-size: clamp(1.85rem, 9vw, 2.75rem);
    line-height: 1.45 !important;
  }

  h2,
  .s-slider-block__title h2,
  .section-title {
    font-size: clamp(1.4rem, 6vw, 2rem);
    line-height: 1.5 !important;
  }

  .navbar-brand img,
  .store-header .logo img {
    max-width: 115px;
    max-height: 46px !important;
  }

  .main-nav-container {
    padding-block: 7px;
  }

  .home-slider,
  .home-slider .swiper,
  salla-slider.photos-slider {
    border-radius: 22px;
  }

  .home-slider img,
  .home-slider .swiper-slide img {
    min-height: 500px;
  }

  .home-slider .swiper-slide::after {
    background:
      linear-gradient(
        180deg,
        rgba(11, 11, 10, 0.05) 20%,
        rgba(11, 11, 10, 0.82) 100%
      );
  }

  .home-slider .slider-details,
  .home-slider .slide-content {
    align-items: flex-start;
    justify-content: flex-end;
    padding: 26px 22px 42px;
    text-align: right;
  }

  .s-product-card-entry,
  .product-entry {
    border-radius: 19px !important;
  }

  .s-product-card-content,
  .product-entry__content {
    padding: 17px !important;
  }

  .s-product-card-content-title,
  .s-product-card-content-title a,
  .product-entry__title {
    min-height: auto;
    font-size: 1rem !important;
    line-height: 1.65 !important;
  }

  .s-button-primary,
  .s-button-element,
  .s-add-product-button,
  button[type="submit"],
  .add-to-cart {
    min-height: 50px;
    width: 100%;
    line-height: 1.4 !important;
  }

  .product-main {
    padding: 18px;
    border-radius: 20px;
  }

  .product__description,
  .product-description,
  .content-entry {
    font-size: 1rem;
    line-height: 2 !important;
  }

  .store-footer {
    margin-top: 64px;
  }
}


/* ==================================================
   20. شاشات الكمبيوتر
================================================== */

@media (min-width: 992px) {
  .products-container .grid,
  .s-products-grid {
    gap: 28px;
  }

  .store-header .container {
    min-height: 76px;
  }
}


/* ==================================================
   21. تقليل الحركة حسب إعداد الجهاز
================================================== */

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
/* =========================================
   NUO — إصلاح مقاسات البنرات والمسافات
========================================= */

/* إلغاء الارتفاع والقص المفروض على البنر */
.home-slider,
.home-slider .swiper,
.home-slider .swiper-wrapper,
.home-slider .swiper-slide,
salla-slider.photos-slider,
salla-slider.photos-slider .swiper-slide {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
}

/* عرض الصورة كاملة بدون قص */
.home-slider img,
.home-slider .swiper-slide img,
salla-slider.photos-slider img,
.banner-entry img,
.fixed-banner img,
.s-block--fixed-banner img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center !important;
  animation: none !important;
  transform: none !important;
}

/* إلغاء الطبقة الداكنة فوق الصور القديمة */
.home-slider .swiper-slide::after {
  display: none !important;
  background: transparent !important;
}

/* تقليل الفراغات بين أقسام الصفحة */
.s-block {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.s-block + .s-block {
  margin-top: 32px !important;
}

/* إصلاح الجوال */
@media (max-width: 767px) {
  .container {
    width: calc(100% - 24px) !important;
  }

  .s-block {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
  }

  .s-block + .s-block {
    margin-top: 22px !important;
  }

  .home-slider,
  .home-slider .swiper,
  salla-slider.photos-slider {
    overflow: hidden !important;
    border-radius: 18px !important;
  }

  .home-slider img,
  .home-slider .swiper-slide img,
  salla-slider.photos-slider img {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    object-fit: contain !important;
  }
}
/* =====================================
   تنسيق شريط مزايا دورات NUO
===================================== */

.nuo-trust-strip {
  width: min(1200px, calc(100% - 32px)) !important;
  margin: 32px auto 52px !important;
  padding: 0 !important;
}

.nuo-trust-strip__inner {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

.nuo-trust-strip__item {
  display: grid !important;
  grid-template-columns: 48px minmax(0, 1fr) !important;
  align-items: center !important;
  column-gap: 14px !important;
  padding: 20px !important;
  border: 1px solid rgba(11, 11, 10, 0.1) !important;
  border-radius: 20px !important;
  background: #FFFFFF !important;
  color: #0B0B0A !important;
  box-shadow: 0 12px 35px rgba(11, 11, 10, 0.07) !important;
  text-align: right !important;
}

.nuo-trust-strip__icon {
  display: flex !important;
  grid-row: 1 / span 3 !important;
  width: 48px !important;
  height: 48px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 15px !important;
  background: #0B0B0A !important;
  color: #D8FF3E !important;
  font-family: "Alexandria", sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  direction: ltr !important;
}

.nuo-trust-strip__item > :not(.nuo-trust-strip__icon) {
  grid-column: 2 !important;
  min-width: 0 !important;
}

.nuo-trust-strip__item strong {
  display: block !important;
  margin: 0 0 4px !important;
  color: #0B0B0A !important;
  font-family: "Alexandria", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.55 !important;
}

.nuo-trust-strip__item p {
  margin: 0 !important;
  color: #77736C !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
}

/* إخفاء أقسام متجر المسابح القديمة مؤقتًا */
#best-offers-1-slider,
#about-2,
section.s-block--faq {
  display: none !important;
}

/* ضبط الجوال */
@media (max-width: 767px) {
  .nuo-trust-strip {
    width: calc(100% - 28px) !important;
    margin: 22px auto 36px !important;
  }

  .nuo-trust-strip__inner {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .nuo-trust-strip__item {
    grid-template-columns: 44px minmax(0, 1fr) !important;
    padding: 16px !important;
    border-radius: 17px !important;
  }

  .nuo-trust-strip__icon {
    width: 44px !important;
    height: 44px !important;
    border-radius: 13px !important;
    font-size: 13px !important;
  }

  .nuo-trust-strip__item strong {
    font-size: 15px !important;
  }

  .nuo-trust-strip__item p {
    font-size: 13px !important;
  }
}
/* نقل زر واتساب حتى لا يغطي المحتوى */
@media (max-width: 767px) {
  body > a[href*="wa.me"],
  .selia-whatsapp,
  .s-whatsapp-chat,
  .whatsapp-button,
  a[class*="whatsapp"] {
    top: auto !important;
    right: auto !important;
    bottom: 90px !important;
    left: 18px !important;
    transform: none !important;
    z-index: 50 !important;
  }
}