:root {
  --main-color: #c67e87;
  --border-color: #8b645a;
}
body {
  background-color: #fff;
}

/* header  */
.top-navbar {
  background-color: #fceae4;
  border: 0px solid #8e4146;
  border-top-width: 1px;
  border-bottom-width: 1px;
}

/* header  */
/* banner */
salla-slider.photos-slider .swiper-slide {
  margin: 0;
  padding: 0;
  width: 100%;
}
salla-slider.photos-slider .swiper {
  padding: 0;
}
.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-rtl.swiper-backface-hidden {
  padding: 0;
}
section.s-block.s-block--photos-slider {
  margin: 0;
}
img.w-full.object-contain.rounded-md {
  border-radius: 0 !important;
}
section.s-block.s-block--fixed-banner.wide-placeholder .container {
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
section.s-block.s-block--fixed-banner.wide-placeholder {
  margin-top: 60px !important;
}
section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type {
  margin: 0 !important;
}
/* banner */
/* sq-photos */
.lazy__bg.lazy.bg-no-repeat.entered.loaded,
a.banner-entry.square-photos {
  height: 400px;
}

.has-overlay.with-hover:after {
  opacity: 1;
  background-color: #c67e874d;
  background-blend-mode: overlay;
}
.has-overlay.with-hover:hover:after {
  opacity: 0;
}
.banner-entry:hover h3 {
  transform: translateY(-100%);
  opacity: 0;
}
.banner-entry h3 {
  transform: translateY(-10%) !important;
  opacity: 1;
  font-size: 40px;
  border: none !important;
  width: 200px;
}
.banner-entry h3 span {
  padding: 20px;
}

h3.text-with-border {
  margin: auto;
}

a.banner-entry.square-photos.has-overlay.with-hover {
  border-radius: 16px;
  padding: 0;
}
@media (max-width: 600px) {
  .grid.one-row.md\:grid-cols-3.grid-flow-row.gap-3.sm\:gap-8 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .lazy__bg.lazy.bg-no-repeat.entered.loaded,
  a.banner-entry.square-photos {
    width: 170px;
    height: 170px;
  }
  .banner-entry h3 {
    transform: translateY(-10%) !important;
    opacity: 1;
    font-size: 28px;
    border: none !important;
    width: 150px;
  }
}

/* sq-photos */
/* sq-photos2 */
a.banner-entry.lazy.h-lg-banner.entered.loaded {
  width: 400px;
  height: 400px;
}
@media (max-width: 600px) {
  .grid.md\:grid-cols-3.grid-flow-row.gap-3.sm\:gap-8 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  a.banner-entry.lazy.h-lg-banner.entered.loaded {
    width: 170px;
    height: 170px;
  }
}
/* sq-photos2 */
/* product  */
.s-slider-block__title-right,
.s-slider-block__title-right h2 {
  padding: 0 !important;
}
.s-slider-block__title-right {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);

  font-size: 32px !important;
}
.s-slider-block__title-right h2 {
  font-size: inherit;
  font-weight: 400;
  color: #56453f;
}
.s-slider-block__title {
  justify-content: end;
}
button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
  border-radius: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-color: var(--border-color);
  color: var(--border-color);
}
button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center:hover {
  color: #fff;
  border-color: var(--main-color);
}
/* product  */
/* footer  */
footer.store-footer {
  background: #eedadd !important;
}

.store-footer__inner {
  background: #f8ecee !important;
  padding-top: 15rem;
  position: relative;
}
.store-footer__inner:before {
  content: "";
  background-image: url(https://i.ibb.co/HDm26WS6/3id-2015-calligraphy-by-Madyan-pdf.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 5%;
  right: 5%;
  width: 150px;
  height: 100px;
}
.store-footer__inner:after {
  content: "";

  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 30%;
  right: 5%;
  width: 90%;
  height: 1px;
  background-color: #8e4146;
}
@media (max-width: 600px) {
  .store-footer__inner {
    padding-top: 8rem;
  }

  .store-footer__inner:before {
    content: "";
    background-image: url(https://i.ibb.co/HDm26WS6/3id-2015-calligraphy-by-Madyan-pdf.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 2%;
    right: 5%;
    width: 100px;
    height: 80px;
  }
  .store-footer__inner:after {
    content: "";

    position: absolute;
    top: 13%;
    right: 3%;
    width: 90%;
    height: 1px;
    background-color: #8e4146;
  }
}
/* footer  */

@media(max-width:600px){



.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    padding-top: 28px;
}

.s-slider-block__title-right h2 {font-size:25px;}}