@import url("https://fonts.googleapis.com/css2?family=Gwendolyn:wght@400;700&display=swap");
:root {
  --main-color: #c97465;
}

body {
  background-color: #f1e8e8;
}
/* header  */
custom-main-menu {
    display: flex;
    align-items: center;
}
header .inner.bg-inherit.w-full {
  background-color: #f1e8e8;
}

.top-navbar {
  background-color: #fff;
}

input.s-search-input {
  background-color: #f1e8e8;
}

header .flex.items-center.justify-end.my-2\.5 i {
  color: var(--main-color);
}

i.header-btn__icon.icon.sicon-shopping-bag,
.header-btn__icon {
  border: 1px solid var(--main-color);
}
a.navbar-brand img {
  min-height: 100px !important;
  padding: 10px;
}
a.navbar-brand {
  height: fit-content !important;
}

div#mainnav {
  height: fit-content !important;
}
/* header  */
/* banner */

section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(1) {
  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 */
/* sp-banner  */
.sp-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  margin-top: 4em;
}

.sp-banner h2.custom-txt {
  font-family: "Gwendolyn", cursive;
  font-weight: 600;
  font-style: normal;
  font-size: 5rem;
}

.banner-txt {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.banner-txt * {
  line-height: 100%;
  color: var(--main-color);
}
.sp-banner .banner-txt p {
  font-size: 2em;
}
.sp-banner .banner-txt {
  padding: 0 20px;
}
/* sp-banner  */

salla-products-list.vertical-products.s-products-list.hydrated
  .s-products-list-wrapper.s-products-list-vertical-cards {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  justify-items: center;
}

salla-products-list.vertical-products.s-products-list.hydrated
  .s-products-list-wrapper.s-products-list-vertical-cards
  .s-product-card-vertical {
  max-width: 400px !important;
}

.s-block__title {
  text-align: center !important;
  align-items: center;
  justify-content: center;
  font-size: 3rem !important;
  color: var(--main-color);
}
.s-block__title .right-side {
  padding: 0 !important;
}
.s-block__title h2 {
  font-size: inherit;
}
.s-slider-block__title-right {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  padding: 0 !important;
}
.s-slider-block__title-right h2 {
  padding: 0;
  font-size: 3rem !important;
  color: var(--main-color);
}
@media (min-width: 992px) {
  .s-block--best-offers .swiper-wrapper {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 600px) {
  a.navbar-brand img {
    min-height: 80px !important;
  }
  salla-products-list.vertical-products.s-products-list.hydrated
    .s-products-list-wrapper.s-products-list-vertical-cards
    .s-product-card-vertical {
    max-width: 250px !important;
  }
  .sp-banner .banner-txt p {
    font-size: 1.3em;
  }
  .s-slider-block__title-right h2 {
    font-size: 2rem !important;
    font-weight: 400 !important;
  }
    .s-block--best-offers .swiper-wrapper {
   margin-top:3rem ;
  }
}
/* footer */
footer.store-footer,
.store-footer__inner {
  background: #f1e8e8 !important;
  box-shadow: 0 -18px 40px 0px #0000001f;
}
footer.store-footer * {
  color: var(--main-color);
}
/* footer */
a.flex.items-center.m-0 h3 {
  height: 70px;
  width: 70px;

  position: relative;
  color: transparent;
}
a.flex.items-center.m-0 h3:before {
  content: "";
  position: absolute;
  background-image: url("https://i.ibb.co/0j1314CG/image-5.png");
  background-size: contain;
  height: 100px;
  width: 100px;
  background-repeat: no-repeat;

  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
}

.s-block--best-offers .s-products-slider-card.swiper-slide.swiper-slide:nth-of-type(3) {
    order: -1;
}
.s-block--best-offers .s-products-slider-card.swiper-slide.swiper-slide:nth-of-type(2) {
    order: 0;
}
.s-block--best-offers .s-products-slider-card.swiper-slide.swiper-slide:nth-of-type(1) {
    order: 1;
}