/* Add custom CSS styles below */
:root {
  --main-color: #2e5ca6;
  --sec-color: #0F0948;
  --white-color: white;
}
body {
  background: var(--white-color);
}
/* start header */
.inner.bg-inherit {
  background: var(--white-color) !important;
  color: var(--main-color) !important;
}

.top-navbar {
  background: #e1f5f4;
}

.s-menu-topnav-list * {
  color: var(--main-color) !important;
}
i.header-btn__icon.icon.sicon-shopping-bag,
i.header-btn__icon.sicon-user-circle {
  background: var(--main-color) !important;
  color: var(--white-color) !important;
  border: none;
}

i.sicon-menu.text-primary.text-2xl {
  background: var(--main-color) !important;
  border-radius: 50px;
  padding: 6px;
  color: var(--white-color) !important;
}
/* end header */

/************  slider **************/
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: 0px;
}

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;
}

/** End slider **/

/** start banners **/
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: 0px;
  background-color: transparent;
}
/** End banners **/
/* start catagroies */
body.index
  > div.app-inner.flex.flex-col.min-h-full
  > section.s-block.s-block--banners.container
  > div {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.index
  > div.app-inner.flex.flex-col.min-h-full
  > section.s-block.s-block--banners.container
  > div
  a:nth-child(1) {
  grid-area: 1/1/1/1 !important;
}

body.index
  > div.app-inner.flex.flex-col.min-h-full
  > section.s-block.s-block--banners.container
  > div
  .banner-entry {
  height: 392px;
  background: var(--white-color) !important;
}

@media (max-width: 767px) {
  body.index
    > div.app-inner.flex.flex-col.min-h-full
    > section.s-block.s-block--banners.container
    > div
    .banner-entry {
    height: 120px;
  }
}
/* end catagroies */
/*start products*/
.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-rtl {
  padding-top: 10px;
}
salla-add-product-button button.s-button-element {
  position: relative;
  transition: all 250ms ease-in-out;
  overflow: hidden;
  z-index: 1;
  background-color: var(--main-color);
  color: var(--white-color);
}
salla-add-product-button button.s-button-element::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: var(--white-color);
  z-index: -1;
  transition: all 250ms ease-in-out;
}

salla-add-product-button button.s-button-element:hover::before {
  width: 100%;
}
.s-button-primary-outline:hover {
  fill: var(--main-color) !important;
  color: var(--main-color) !important;
}

img.s-product-card-image-contain.lazy.loaded {
  background: var(--white-color);
}

h3.s-product-card-content-title a {
  color: var(--sec-color) !important;
}
.s-product-card-price {
  color: var(--main-color) !important;
}

.s-product-card-vertical .s-product-card-wishlist-btn button {
  opacity: 1;
  background-color: var(--main-color) !important;
  color: var(--white-color) !important;
}

.s-slider-block__title-right h2,
.right-side h2 {
  position: relative;
  color: var(--sec-color);
  font-size: 20px;
}

.s-slider-block__title-right h2::after,
.right-side h2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  width: 50%;
  height: 2px;
  background-color: var(--sec-color);
  border-radius: 3px;
  transition: width 0.5s ease-out;
}

.s-slider-block__title-right h2:hover::after,
.right-side h2:hover::after {
  width: 100%;
}

custom-salla-product-card.s-product-card-entry {
  border-radius: 8px;
  box-shadow: 0 2px 8px #1a2b5d69;
  transition: all 0.4s ease;
}

custom-salla-product-card.s-product-card-entry:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px #1a2b5d69;
}

/*end products*/

/* start feature */

.s-block--features__item {
  background: transparent;
}
.s-block--features__item .feature-icon {
  background-color: transparent !important;
}

.s-block--features__item h2 {
  color: #0f0948;
  font-weight: 700;
  font-size: 23.49px;
  line-height: 133%;
}
.s-block--features__item .feature-icon i {
  color: #50d5c1 !important;
}
.s-block--features__item p {
  color: #0f094880;
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
}
.s-block--features__item:hover {
  box-shadow: none !important;
}

@media (max-width: 767px) {
  .grid.grid-cols-\[repeat\(2\,minmax\(0\,1fr\)\)\].md\:grid-cols-\[repeat\(3\,minmax\(0\,1fr\)\)\].gap-4.sm\:gap-6.xl\:gap-8 {
    border-radius: 40px;
  }
  .s-block--features__item h2 {
    font-size: 18px;
  }
  .s-block--features__item p {
    font-size: 14px;
  }
}
/* end feature */
/*start footer */
footer a[href*="instagram"] {
  background: linear-gradient(
    45deg,
    #f09433 0,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  color: var(--white-color);
}
footer a[href*="tiktok"] {
  background: black;
  color: var(--white-color);
}
footer a[href*="snapchat"] {
  background: yellow;
  color: black;
}
.store-footer__inner {
  background: linear-gradient(to right, #3fa9a9, #1a3b6b) !important ;
}


.s-social-list {
  justify-content: center;
}

salla-contacts.s-contacts.hydrated {
  color: var(--white-color) !important;
}

@media (max-width: 767px) {
  .store-footer__inner * {
    justify-content: center;
    text-align: center;
  }
}

/* end footer */