/* Bg */
body.index .app-inner {
  background-color: #0f0420;
}
body.index * {
  color: #fff;
}

/* General Stylings */
@media (min-width: 1280px) {
  .container {
    max-width: 1440px;
  }
}
/* Title */
section.s-block.s-block--banners.container .s-block__title {
  justify-content: center;
}
section.s-block.s-block--banners.container .s-block__title * {
  padding: 0;
}
body.index section h2 {
  font-size: 28px;
  text-align: center;
}
body.index section h2::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #1e1e1e;
  border: 3px solid #fff;
  outline: 12px solid #0f0420;
  border-radius: 50%;
  bottom: 0;
  right: 50%;
  transform: translate(50%, 40%);
}
body.index section h2::after {
  content: '';
  width: 300px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin-top: 18px;
}
/* products */
.s-block--best-offers .s-slider-block__title-left {
  display: none;
}
.s-block--best-offers .s-slider-block__title {
  justify-content: center;
}
.s-block--best-offers .s-slider-block__title * {
  padding: 0;
}
/* Title */
.s-slider-block__title-left {
  display: none;
}
.s-slider-block__title {
  justify-content: center;
}
.s-slider-block__title * {
  padding: 0;
}
@media (max-width: 768px) {
  body.index section h2 {
    font-size: 20px;
  }
  body.index section h2::after {
    width: 170px;
  }
}

/* Header */
body.index #mainnav {
  height: unset !important;
  background-color: transparent;
}
body.index #mainnav.fixed-header {
  background-color: #0f0420;
}
body.index .top-navbar,
body.index .top-navbar input {
  background-color: transparent !important;
}
body.index .top-navbar input {
  border: 1px solid #bbb !important;
}
body.index .top-navbar *,
body.index .header-btn__icon,
body.index .top-navbar input,
body.index .top-navbar input::placeholder {
  color: #fff;
}
.top-navbar ::placeholder {
  color: #000;
}
.s-search-icon svg {
  fill: #000;
}
.navbar-brand img {
  max-height: 8rem;
  padding: 0.5rem;
}
.main-nav-container.fixed-pinned .navbar-brand img {
  max-height: 140px;
}
@media (min-width: 768px) {
  body.index .store-header {
    position: absolute;
    width: 100%;
    z-index: 99;
  }
}

/* First Banner Start */
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;
}
/* Hide right-left arrows */
section.s-block.s-block--photos-slider .s-slider-block__title-nav {
  display: none !important;
}
img,
.banner-entry {
  background-color: unset !important;
}
/* First Banner End */

/* Categories List Start */
section.s-block.s-block--banners.container .grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.two-row .banner-entry:first-child {
  grid-column: 1 / 1;
  grid-row: 1 / 1;
}
a.banner-entry {
  height: 405px;
  background-color: unset;
  transition: 0.2s;
}
a.banner-entry:hover {
  transform: scale(1.04);
}
section.s-block.s-block--banners.container .lazy__bg.lazy.entered.loaded {
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 768px) and (max-width: 1200px) {
  a.banner-entry {
    height: 355px;
  }
}
@media (max-width: 768px) {
  a.banner-entry {
    height: 260px;
  }
}
@media (max-width: 576px) {
  section.s-block.s-block--banners.container .grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  a.banner-entry {
    grid-column: span 2 !important;
    height: 220px;
  }
  a.banner-entry:last-child {
    grid-column: 2/4 !important;
  }
}
/* Categories List End */

/* Products Start */
button.undefined {
  background-color: var(--color-primary);
  color: #fff;
}
body.index .s-product-card-entry {
    background-color: transparent;
    border: 1px solid;
}
@media (width < 768px) {
  .s-products-slider-card.swiper-slide {
    width: 55%;
  }
}
/* Products End */

/* Features Title */
section:has(img[src*='66adcf94-0a4f-4937-9392-e6ed5550ea72']) .container {
  max-width: 300px;
}
body.index .s-product-card-content-title a {
  color: #fff;
}
@media (width < 768px) {
  section:has(img[src*='66adcf94-0a4f-4937-9392-e6ed5550ea72']) .container {
    max-width: 200px;
  }
}

/* Footer Start */
.footer-is-light .store-footer .store-footer__inner {
  background-color: #110722;
  color: white;
  border: none;
}
.footer-is-light .store-footer {
  background-color: #110722;
}
/* remove border - xmoaaz */
.footer-is-light .store-footer .contact-social {
  border: none;
}
.copyright-text p {
  color: #fff;
}
/* color: black to icons's border */
span.s-contacts-icon {
  border-color: #fff;
}
.store-footer a:hover {
  opacity: 0.7;
  color: #fff;
}
.unicode {
  text-align: right;
}
@media (width < 1024px) {
  footer * {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
/* Footer End */