:root {
  --font-main: "PingARLT";
  --color-primary: #076fdf;
  --color-primary-dark: #076fdf;
  --color-primary-light: #d4feff;
  --color-primary-reverse: #ffffff;
}

body {
  background-color: #ffffff; /* اللون الأبيض */
}

/* =============================
   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;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-evenly;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  justify-content: space-around;
}

.header-btn__icon {
  color: white;
  background-color: #663b67;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, 1);
  border-color: rgb(255 255 255) !important;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, 1);
  color: rgb(255 255 255) !important;
}
.top-navbar {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  color: #ffffff;
  background-color: #663b67;
}

.slide--cat-entry {
  background-color: rgb(255 255 255 / 0%);
  border-color: rgb(243 244 246 / 0%);
}

.rounded-full {
  border-radius: 0px;
}
.w-16 {
  width: 17rem;
}
.h-16 {
  height: AUTO;
}
.slide--cat-entry h2 {
  display: NONE;
}
.slide--cat-entry {
  height: 12rem;
  padding: 0;
}

@media (min-width: 1024px) {
  salla-slider .slide--one-sixth {
    width: 22.666667%;
  }
}

.s-slider-block__title-left {
  display: NONE;
}

.s-slider-block__title {
  justify-content: center;
}
.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 0rem;
  border-bottom: double #5b175f;
}

.s-button-btn {
  position: relative;
  border: none;
  border-radius: 14px;
  padding: 10px 20px;
  font-weight: bold;
  cursor: pointer;
  background: transparent;
  z-index: 1;
  transition: all 0.3s ease;
  color: transparent;

  background-image: linear-gradient(to right, #d946ef, #3b82f6);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 2px solid transparent;
}

/* البوردر المتدرج */
.s-button-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  padding: 2px;
  background: linear-gradient(to right, #d946ef, #3b82f6);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  pointer-events: none;
  transition: all 0.3s ease;
}

/* الزر الفعّال */
.s-button-btn.active {
  background: linear-gradient(to right, #d946ef, #3b82f6);
  color: white;
  -webkit-text-fill-color: white;
  background-clip: border-box;
  -webkit-background-clip: border-box;
}
/* Hover = نفس الـ active */
.s-button-btn:hover,
.s-button-btn.active {
  background: linear-gradient(to right, #d946ef, #3b82f6);
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: white;
  color: white;
}
.s-block--features__item .feature-icon {
  background: linear-gradient(to right, #d946ef, #3b82f6);
  color: white; /* لون الأيقونة لو كانت نص */
  border-radius: 50%; /* لو الأيقونة شكلها دائري */
  padding: 10px; /* حسب التصميم */
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sm\:py-16 {
  background: unset;
}

@media (min-width: 1024px) {
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.footer-is-light .store-footer .store-footer__inner {
  background: linear-gradient(to right, #d946ef, #3b82f6); /* التدرج */
  color: white; /* لون النص */
}

.footer-is-light .store-footer .store-footer__inner * {
  color: white !important;
}

.footer-is-light .store-footer,
.footer-is-light .store-footer .store-footer__inner {
  background: linear-gradient(to right, #d946ef, #3b82f6); /* التدرج */
  color: white;
}

/* نضمن إن كل النصوص جوا الفوتر لونها أبيض */
.footer-is-light .store-footer *,
.footer-is-light .store-footer a {
  color: white !important;
}
.top-navbar {
  background: linear-gradient(to right, #d946ef, #3b82f6); /* التدرج */
  color: white;
}

/* نضمن إن كل العناصر جواه لونها أبيض */
.top-navbar *,
.top-navbar a {
  color: white !important;
}
.top-navbar .s-search-input {
    background-color: rgb(255 255 255);
    color: black !important;
}
.header-btn__icon {
  background: linear-gradient(to right, #d946ef, #3b82f6);
  color: white;
  border-radius: 50%; /* حسب الشكل */
  padding: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.s-product-card-content-sub {
  margin-bottom: 1.25rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.s-product-card-content-title a {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
  display: flex;
  justify-content: center;
}

.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%; /* عشان الالتفاف أو التقطيع */
}
.navbar-brand img {
  display: none;
}
.top-navbar .s-search-input {
  background-color: rgb(255 255 255);
}
.navbar-brand {
  background-image: url("https://i.ibb.co/NgY3pCfF/logo-1.png");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-repeat: no-repeat no-repeat;
  background-size: contain;
  height: 50px;
  width: 4.5vw;
  display: block;
  animation: heartbeat 2.5s ease-in-out infinite both;
  scale: 2;
}

@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

10% {
  -webkit-transform: scale(0.91);
  transform: scale(0.91);
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

17% {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

33% {
  -webkit-transform: scale(0.87);
  transform: scale(0.87);
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

45% {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

a.myBtn {
  right: 90% !important;
}
@media (max-width: 768px) {
  a.myBtn {
    right: 80% !important;
  }
}

.top-navbar *, .top-navbar a {
    color: #000000 !important;
}
.copyright-text p::after {
  content: attr(data-after);
  margin-right: 5px;
  direction: rtl;
  color: inherit;
}