:root {
  --main-color: #535937;
}

/***** body *****/
body {
  background-color: white !important;
}

/***** header *****/
.navbar-brand img {
  max-height: 5rem;
  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-search-input::placeholder {
  color: #fff;
}

.s-cart-summary-count {
  background-color: var(--main-color);
}

.main-menu.mm-spn--open {
  color: var(--main-color);
}

/***** banner *****/
div#swiper-wrapper-ddaf9d5c6a74f2a7 {
  gap: 0 !important;
}

.banner--fixed img {
  background-color: transparent;
  border-radius: 0;
}

.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-rtl.swiper-backface-hidden {
  padding: 0;
}

section.s-block.s-block--fixed-banner.wide-placeholder,
section.s-block.s-block--photos-slider {
  margin: 0;
}

salla-slider.photos-slider .swiper-slide {
  padding: 0;
  width: 100% !important;
  margin: 0;
}

.w-full.object-contain.rounded-md {
  border-radius: 0 !important;
}

section.s-block.s-block--fixed-banner.wide-placeholder .container {
  margin: 0;
  padding: 0;
  max-width: 100% !important;
}

/***** sections *****/
.grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.two-row .banner-entry:first-child {
  grid-row: span 1 / span 1 !important;
}

a.banner-entry.square-photos {
  height: 382px;
  border: 1px solid #ccc;
  background: transparent;
  position: relative;
}

a.banner-entry.square-photos::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    0deg,
    transparent,
    transparent 30%,
    var(--main-color)
  );
  transform: rotate(-45deg);
  transition: all 0.5s ease !important;
  opacity: 0;
  z-index: 99;
}

a.banner-entry.square-photos:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px var(--main-color);
  transition: all 0.5s ease !important;
}

a.banner-entry.square-photos:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
}

/* responsive grid */
@media (max-width: 767px) {
  .grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  a.banner-entry.square-photos {
    max-height: 250px !important;
  }
}
@media (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  a.banner-entry.square-photos {
    max-height: 300px !important;
  }
}
@media only screen and (min-width: 992px) {
  a.banner-entry.square-photos {
    max-height: 507px !important;
  }
}

.s-block__title h2 {
  font-size: 32px;
  font-weight: 400;
  border-right: 4px solid #a6b37a;
  padding: 10px 20px;
}

/***** products *****/
.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *) {
  font-size: 32px;
  font-weight: 400;
  border-right: 4px solid #a6b37a;
  padding: 10px 20px;
}

@media (max-width: 600px) {
  .s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *) {
    font-size: 20px !important;
  }
}

.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: 20px;
  padding: 20px;
}

@media (max-width: 600px) {
  .s-product-card-vertical {
    border-radius: 0 0 6% 6%;
    width: 200px;
  }
  .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: var(--main-color);
  color: white;
  transition: background-color 0.3s ease, transform 0.3s ease,
              box-shadow 0.3s ease;
  transform: translateY(10px);
}

.s-product-card-entry:hover .s-product-card-content-footer button {
  transform: scale(1.1) translateY(0);
  box-shadow: 0 0 10px rgba(83, 89, 55, 0.6),
              0 0 20px rgba(72, 79, 53, 0.4);
}

.swiper-wrapper {
  justify-content: start !important;
  gap: 20px;
}

/***** features item *****/
.s-block--features__item {
  border: 1px solid #ccc;
}
.feature-icon {
  background-color: transparent !important;
}
.s-block--features__item .feature-icon i {
  font-size: 2.85rem;
  color: transparent;
  width: 120px;
  height: 120px;
}
.s-block--features__item .feature-icon {
  border-radius: 0;
}
.s-block--features__item:nth-of-type(1) .feature-icon i {
  background-image: url(https://i.ibb.co/m545b54x/customer-service-309230.png);
  background-position: center;
  background-repeat: no-repeat;
}
.s-block--features__item:nth-of-type(2) .feature-icon i {
  background-image: url(https://i.ibb.co/1fgkjtxH/logistics-delivery-16331397.png);
  background-position: center;
  background-repeat: no-repeat;
}
.s-block--features__item:nth-of-type(3) .feature-icon i {
  background-image: url(https://i.ibb.co/9k29rF8H/online-payment-14529636.png);
  background-position: center;
  background-repeat: no-repeat;
}

.s-block--features__item p {
  color: #000;
}

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

.store-footer__inner {
  background: var(--main-color) !important;
  position: relative;
  color: white;
}

@media (min-width: 1024px) {
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.s-social-list {
  margin-top: 10px;
}

/***** blog *****/
body.blog-index img.h-full.w-full.object-cover {
  object-fit: contain;
}

body.blog-index a.post-entry__image.relative.overflow-hidden.hover\:opacity-90.w-full.h-56.bg-border-color.flex.items-center.justify-center {
  height: auto;
}

body.blog-single img.h-80.mb-10.w-full.object-cover.rounded-md {
  object-fit: contain;
}