:root {
  --main-color: #091d33;
  --white-color: white;
  --black-color: black;
}

body {
  background-color: var(--white-color);
}
.main-nav-container.fixed-pinned .navbar-brand img {
  max-height: 80px;
}

.navbar-brand img {
  max-height: 58rem;
}
#mainnav .sicon-menu {
  width: unset;
}

.s-search-input::placeholder {
  color: var(--main-color) !important ;
}

.s-search-input-wrapper > span > span > svg {
  fill: var(--white-color) !important ;
}

.bg-inherit {
  background-color: var(--white-color) !important ;
}
.bg-inherit * {
  color: var(--main-color) !important ;
}
 .top-navbar {
  background-color: var(--main-color) !important ;
}
.top-navbar {
  color: var(--white-color);
}
.top-navbar .s-search-input {
  background-color: var(--white-color);  !important;
}

.main-menu li.root-level > a:hover {
  transform: translateY(-3px);
}

i.header-btn__icon.sicon-user-circle,
i.header-btn__icon.icon.sicon-shopping-bag,
i.sicon-menu {
  background: var(--main-color) !important;
  color: var(--white-color) !important;
  box-shadow: rgb(100 100 111 / 0.2) 0 7px 29px 0;
  transition: 0.3s;
}

i.sicon-menu {
  padding: 8px;
  border-radius: 50%;
}

i.header-btn__icon.sicon-user-circle:hover,
i.header-btn__icon.icon.sicon-shopping-bag:hover {
  background: var(--white-color) !important;
  color: var(--main-color) !important;
  box-shadow: rgb(100 100 111 / 0.2) 0 7px 29px 0;
  transform: translateY(-3px);
  transition: 0.3s;
}

section.s-block.s-block--photos-slider {
  margin-top: 0 !important;
}

section.s-block.s-block--photos-slider
  salla-slider.photos-slider
  .swiper-slide {
  padding: 0 !important;
  margin-top: 0px !important;
  width: 100% !important;
  border-radius: 0 !important;
}

[dir="rtl"]
  section.s-block.s-block--photos-slider
  salla-slider.photos-slider
  .swiper {
  padding: 0 !important;
}

img.w-full {
  border-radius: 0;
}

.s-product-card-image img.loaded {
  background: white;
}

.s-product-card-image img {
  background: white;
}
button.s-slider-next.s-slider-nav-arrow.swiper-button-disabled.swiper-button-lock,
button.s-slider-prev.s-slider-nav-arrow.swiper-button-disabled.swiper-button-lock {
  display: none;
}

section.s-block.s-block--fixed-banner.wide-placeholder > .container {
  padding: 0 !important;
  margin: 0px !important;
  max-width: 100%;
}

.s-products-slider-card.swiper-slide {
  margin-top: 10px;
  margin-bottom: 10px;
}

.banner--fixed img {
  border-radius: 0;
  background-color: #fff0;
}

button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
  color: #fff;
  background: var(--main-color) !important;
  transition: ease-out 0.5s;
  border: 2px solid var(--main-color) !important;
  box-shadow: inset 0 0 0 0 #fff;
}

button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center:hover {
  color: var(--main-color) !important;
  box-shadow: inset 0 -100px 0 0 #fff;
}

button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center:active {
  transform: scale(0.9);
}

.s-products-slider-card.swiper-slide {
  transition: transform 0.3s ease;
}

.s-products-slider-card.swiper-slide:hover {
  transform: translateY(-7px);
}

.s-products-slider-card.swiper-slide {
  padding-top: 20px;
}

.s-product-card-entry {
  box-shadow: 0 0 10px 0 #091d334d;
  border: 1px solid #091d333b;
  overflow: hidden;
}

.s-slider-block__title-right {
  color: var(--main-color) !important ;
}

.banner-entry {
  background: white;
}


.s-block__title {
  justify-content: center;
}
.right-side h2 {
  color: var(--main-color);
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-size: 32px;
  padding: 0 20px;
}

.right-side h2::before,
.right-side h2::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 80px;
  height: 2px;
  background-color: #a69a89;
}

.right-side h2::before {
  right: 100%;
  margin-right: 10px;
}

.right-side h2::after {
  left: 100%;
  margin-left: 10px;
}



/* تنسيق الكارت */
.s-block--features__item {
  background: linear-gradient(135deg, #0a1f33 0%, #123a5a 100%);
  border: 1px solid #0e2a44;
  border-radius: 14px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 6px 14px rgba(0,0,0,0.25);
  transition: .3s ease;
}

/* هوفر */
.s-block--features__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.35);
}

/* إخفاء الأيقونة الأصلية */
.s-block--features__item .feature-icon i {
  display: none;
}

/* مكان الصورة */
.s-block--features__item .feature-icon {
  width: 70px;
    height: 70px;

  background-color: transparent;
  height: 70px;
  margin: 0 auto 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* الصورة الأولى */
.s-block--features__item:nth-child(1) .feature-icon {
  background-image: url("https://i.ibb.co/QFMFw3Hh/1.webp");
}

/* الصورة الثانية */
.s-block--features__item:nth-child(2) .feature-icon {
  background-image: url("https://i.ibb.co/21vphjgs/2.webp");
}

/* الصورة الثالثة */
.s-block--features__item:nth-child(3) .feature-icon {
  background-image: url("https://i.ibb.co/5X47BK5M/3.webp");
}

/* العناوين */
.s-block--features__item h2 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 600;
}

/* الوصف */
.s-block--features__item p {
  color: #d7e3ef;
  font-size: 14px;
}


a[href*="instagram"] {
  color: #fff;
  background: linear-gradient(
    45deg,
    #f09433 0,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  border: none;
}

a[href*="tiktok"] {
  background: #000;
  color: #fff;
  border: none;
}

a[href*="snapchat"] {
  background: #ff0;
  border: none;
}

.s-social-link a[href*="snapchat"] svg {
  fill: #000 !important;
}

a[href*="youtube"] {
  background: red;
  border: none;
  color: #fff;
}

footer a[href*="x"] {
  background: #000;
  border: none;
  color: #fff;
}
.footer-is-light .store-footer .contact-social{border:none;}
.store-footer__inner {
  background: linear-gradient(1800deg, #091d33 0%, #091d33 50%, #091d33e3 100%);
  color:var(--white-color) !important;
  border-bottom:1px solid #ffffff00  !important;
}
.store-footer {
  background: var(--main-color) !important;
}
.copyright-text * {
  color: var(--white-color) !important;
}


@media (max-width: 767px) {
  .right-side h2 {
    font-size: 24px;
    padding: 0 10px;
  }
  .main-nav-container {
    min-height: 63px;
  }
  .store-footer__inner * {
    justify-content: center;
    text-align: center;
  }

  

}