:root {
  --main-color: #8b8378;
}
body {
  background-color: #fbf8f2 !important;
}
body#app .h-full.w-full.object-cover {
  object-fit: contain;
}
/*****header****/
.navbar-brand img {
  max-height: 4rem;
  width: auto;
  max-width: 100px;
}

.top-navbar {
  background-color: var(--main-color) !important;
  color: white !important;
}
.s-search-input {
  border: 1px solid #dddd !important;
}
.s-cart-summary-count {
  background-color: var(--main-color);
}

/*****header****/
/*****banner****/
.banner--fixed img {
  background-color: transparent;
}
.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-rtl.swiper-backface-hidden {
  padding: 0 !important;
}

section.s-block.s-block--photos-slider {
  margin: 0;
}

salla-slider.photos-slider .swiper-slide {
  padding: 0;
  width: 100% !important;
  margin: 0;
  border-radius: 0;
}
.w-full.object-contain.rounded-md {
  border-radius: 0 !important;
}
section.s-block.s-block--fixed-banner.wide-placeholder {
  margin: 0;
  margin-bottom: 20px !important;
}
section.s-block.s-block--fixed-banner.wide-placeholder .container {
  margin: 0;
  padding: 0;
  max-width: 100% !important;
  margin-bottom: 20px !important;
}
.banner--fixed img {
  border-radius: 0;
}
section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(12)
  .container {
  max-width: 80% !important;
  margin: 50px auto;
}
section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(3)
  .container,
section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(8)
  .container {
  max-width: 80% !important;
  margin: 30px auto;
}

/*****banner****/
/******product*****/
.s-slider-block__title-right,
.s-block__title {
  margin: 10px auto;
  padding: 0;
  color: var(--main-color);
}

.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *) {
  padding: 0;
  margin-right: 130px;
  position: relative;
  font-size: 28px !important;
  text-align: center !important;
}
@media (max-width: 600px) {
  .s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *) {
    font-size: 20px !important;
  }
}

.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *):before,
.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *):after {
  content: "";
  position: absolute;
  top: 50.6%;
  left: 120.4%;
  width: 100%;
  height: 2px;
  background-color: var(--main-color);
  z-index: -1;
}
.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *):after {
  left: -120%;
}
@media (max-width: 600px) {
  .s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 30px;
  }
}
.s-block__title h2:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 550px;
  margin-bottom: 30px;
  font-size: 22px !important;
}
@media (max-width: 600px) {
  .s-block__title h2:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 120px;
  }
}
.s-slider-block__title-left {
  background-color: transparent;
  padding: 2px;
}

.s-slider-block__display-all {
  color: var(--main-color) !important;
}
.s-slider-block__display-all a {
  color: var(--main-color) !important;
}
.s-button-primary-outline {
  background-color: #7c7c7c;
}
.s-button-primary-outline {
  background-color: #7c7c7c;
}

.s-product-card-vertical {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px,
    rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px,
    rgba(0, 0, 0, 0.07) 0px 16px 16px;
  border-radius: 0 0 2rem 2rem;
}
@media (max-width: 600px) {
  .s-product-card-vertical {
    border-radius: 0 0 1rem 1rem;
    width: 180px;
  }
  .s-products-slider-card {
    max-width: 200px;
  }
}
.s-products-slider-card.swiper-slide {
  margin-bottom: 20px;
  margin-top: 20px;
}
a.s-slider-block__display-all {
  color: black;
}

/*glow effect */
.s-product-card-entry {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.s-product-card-entry:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  background-color: #f7f7f7;
}

.s-product-card-entry:hover .s-product-card-image {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.s-product-card-content-footer button {
  background-color: #e9dfd3;
  color: #3d3d3d;
  transition: background-color 0.3s ease, transform 0.3s ease,
    box-shadow 0.3s ease;
  transform: translateY(10px);
}
.s-button-primary-outline:hover {
  background-color: #;
  background-color: var(--color-primary);
  fill: #ff6767;
  fill: var(--color-primary-reverse);
  color: #ffff !important;;
}
.s-product-card-entry:hover .s-product-card-content-footer button {
  transform: scale(1.1) translateY(0);
box-shadow: 0 0 10px rgba(139, 131, 120, 0.5), 0 0 20px rgba(139, 131, 120, 0.8);


}
/*glow effect */
.swiper-wrapper {
  justify-content: start !important;
  gap: 20px;
}
.s-slider-block__display-all {
  background: transparent;
  z-index: 9999;
  margin-top: 62px;
}
/******product*****/

/**********footer********/

@media (max-width: 600px) {
  .lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 a.flex.items-center.m-0 {
    margin: auto;
  }
}
footer.store-footer {
  background: white !important;
  position: relative;
}
.store-footer__inner:before {
  content: "";
  background-image: url(https://i.ibb.co/5htLdkwR/1.webp);
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: -30%;
  left: 50%;
  transform: translate(-50%, 0%);

}
@media(max-width:600px){.store-footer__inner:before {top:-3%;
  height:25%;
  }}

.store-footer__inner {
  background: var(--main-color) !important;
  position: relative;
  color: #ffff;
  padding-top: 10rem;
  background-image: url("https://i.ibb.co/WpzWTZNX/KJGWEKJAGLVGAL.png") !important;
  background-size:contain !important;
z-index: 999 !important;
}

span.text-sm.copyright-text p.text-gray-400.mb-2\.5.md\:mb-0 {
  display: none;
}
.lg\:grid-cols-6 {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 50px;
  }
}

.lg\:grid-cols-6:before {
  content: "";
  background-image: url(https://i.ibb.co/G3QTRY2Z/xxx.png);
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 200px;
  height: 200px;

  top: 1%;
  left: 50%;
  transform: translate(-50%, 0%);
}
.lg\:grid-cols-6:after {
  content: "";
  background-color: white;
  display: block;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 29%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: -1;
}
@media (max-width: 600px) {
  .lg\:grid-cols-6:before {
    width: 150px;
    height: 150px;
  }
  .lg\:grid-cols-6:after {
    top: 15%;
  }
}
.s-social-list {
  margin-top: 10px;
}
@media (max-width: 600px) {
  .s-social-list.hydrated {
    justify-content: center;
  }
}
.s-contacts.hydrated {
  position: relative;
  z-index: 99;
}

/**********footer********/

/*********features__item********/
.s-block--features__item {
  background-color: transparent;
  position: relative;
  border-radius: 20px;
  width: 200px;
  padding: 3rem;
  margin: 10px auto;
  border: 1px solid #8b8378;
}
@media (max-width: 600px){.s-block--features__item{  width: 80px;
    height: 200px;}

.grid.grid-cols-\[repeat\(2\,minmax\(0\,1fr\)\)\].md\:grid-cols-\[repeat\(3\,minmax\(0\,1fr\)\)\].gap-4.sm\:gap-6.xl\:gap-8 {
  grid-template-columns: repeat(3,minmax(0,1fr));
}
.s-block--features__item {
  grid-column: span 1 / span 1 !important;
}}
.s-block--features__item .feature-icon i {
  font-size: 2.85rem;
  color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
}
.s-block--features__item:nth-of-type(1) .feature-icon i {
  background-image: url(https://i.ibb.co/TMpNRcgN/earth-17422340.webp);
}
.s-block--features__item:nth-of-type(2) .feature-icon i {
  background-image: url(https://i.ibb.co/Z1xYx6cG/fast-delivery-12892245.webp);
}
.s-block--features__item:nth-of-type(3) .feature-icon i {
  background-image: url(https://i.ibb.co/Cpg86k7Q/wallet-6251407.webp);
}
.s-block--features__item p {
  display: none;
}
.feature-icon {
  background-color: transparent !important;
}
/*********features__item********/
.banner-entry.square-photos {
  padding: 0 !important;
  background-color: transparent;
  height: 300px !important;
}
.grid.one-row.md\:grid-cols-3.grid-flow-row.gap-3.sm\:gap-8 {
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .grid.one-row.md\:grid-cols-3.grid-flow-row.gap-3.sm\:gap-8 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .banner-entry.square-photos {
    height: 150px !important;
  }
.s-block.s-block--banners.container {
  height: 100px;
  margin-top: 0;
}

}
@media (min-width: 768px) {
  .md\:grid-cols-\[repeat\(3\,minmax\(0\,1fr\)\)\] {
    grid-template-columns: repeat(3,minmax(0,1fr));
    width: 71%;
    margin: 0px auto 60px auto;
  }
}
@media(max-width:600px){
body.blog-single .h-80.mb-10.w-full.object-cover.rounded-md {
  object-fit: contain;
  height: 118px;
  }}