:root {
  --main-color: #6c3b97;
}
/* header  */
.top-navbar {
  background: var(--main-color) !important;
}
.top-navbar *,
input.s-search-input::placeholder {
  color: #fff !important;
}
/* header  */
/************banner******/
section.s-block.s-block--fixed-banner.wide-placeholder {
  margin: 0;
}
section.s-block.s-block--fixed-banner.wide-placeholder .container {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
section.s-block.s-block--fixed-banner.wide-placeholder .container * {
  border-radius: 0;
}
/************banner******/

/* cat  */
.slide--cat-entry i {
  display: none;
}

a.slide--cat-entry {
  width: 100%;
  height: 100% !important;
}

a.slide--cat-entry {
}

section.s-block.s-block--categories .swiper-slide.slide--one-sixth {
  height: 120px;
  background: transparent;
  width: 400px;
}
section.s-block.s-block--categories .swiper-slide.slide--one-sixth a {
  background-image: url(https://i.ibb.co/DFKyGtC/Vector-1-2.png);
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 768px) {
  section.s-block.s-block--categories:nth-of-type(2)
    .swiper-slide.slide--one-sixth:nth-of-type(5),
  section.s-block.s-block--categories:nth-of-type(2)
    .swiper-slide.slide--one-sixth:nth-of-type(6),
  section.s-block.s-block--categories:nth-of-type(2)
    .swiper-slide.slide--one-sixth:nth-of-type(4) {
    display: none;
  }
  section.s-block.s-block--categories
    .s-slider-v-centered
    .s-slider-block__title-nav
    button {
    display: none;
  }
  section.s-block.s-block--categories .swiper-wrapper {
    justify-content: center;
  }
}
.slide--cat-entry h2 {
  color: #fff;
  font-size: 2rem;
}
@media (max-width: 600px) {
  section.s-block.s-block--categories:nth-of-type(3) {
    display: none;
  }
  section.s-block.s-block--categories .swiper-slide.slide--one-sixth {
    height: 90px;
    background: transparent;
    width: 250px;
  }
  .slide--cat-entry h2 {
    color: #fff;
    font-size: 1.2rem;
  }
}
/* cat  */
/* products  */
.s-block.s-block--best-offers.container {
  margin-top: 150px;
  overflow: visible !important;
}
@media (max-width: 600px) {
  .s-block.s-block--best-offers.container {
    margin-top: 30px;
    overflow: hidden !important;
  }
}

.s-slider-block__title-right,
.right-side {
  position: absolute;
  top: -5%;
  font-size: 40px;
  right: 50%;
  transform: translateX(50%);
  padding: 0;
}
.s-slider-block__title-right h2,
.right-side h2 {
  color: var(--main-color);
  font-size: 40px;

  padding: 0;
}
@media (max-width: 600px) {
  .s-slider-block__title-right h2,
  .right-side h2 {
    font-size: 22px;
    text-align: center;
    font-weight: 700;
  }
  .s-slider-block__title,
  .right-side {
    padding-top: 60px;
  }
  .s-slider-block__title-right,
  .right-side {
    top: 0%;
  }
  .s-slider-block__title-left {
    margin-left: 10px;
  }
}

.s-block.s-block--best-offers.container .s-slider-block__title {
  justify-content: flex-end;
}

h3.s-product-card-content-title {
  text-align: center;
}

.s-product-card-content-sub {
  justify-content: center;
}
section#best-offers-2-slider {
  margin-top: 200px;
}

/* products  */

.s-block__title {
  position: relative;
  justify-content: flex-end;
}

.right-side {
  padding: 0;
}

button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
  background: #ffffff;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(181, 157, 203, 1) 27%,
    rgba(108, 59, 151, 1) 100%
  );
  color: #fff;
}
/* footer  */
footer.store-footer * {
  color: #fff;
}

.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 a.flex.items-center.m-0 {
  display: block;
  background-image: url(https://i.ibb.co/sJ32RXjS/Gsco-Fashion-logo-2-page-0001-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 200px;
  height: 100px;
  text-indent: -9999px;

  margin-bottom: 10px;

  margin-top: -15px;
}

.store-footer__inner {
  background: var(--main-color) !important;
}
/* footer  */

a.post-entry__image.relative.overflow-hidden.hover\:opacity-90.w-full.h-56.bg-border-color.flex.items-center.justify-center {
height:100%

}
.blog-single img.h-80.mb-10.w-full.object-cover.rounded-md {
    height: 100% !important;
}