i.bg-cover.sicon-store {
    display: none;
}


.slide--cat-entry h2 {
    font-size: 20px;
}
a.slide--cat-entry {
    min-height: 100px;
}
/********header********/
.top-nav salla-menu.hydrated {
    display: none;
}

.top-nav {
  background-image: url(https://i.ibb.co/FbGzQm8k/Frame-2.png);
}
.main-nav-container {

  padding: 20px 10px;
}
.s-search-input {
  background-color: #ffffff4a !important;
}
input.s-search-input {
    background-color: #8cbfcba6 !important;
}

input.s-search-input::placeholder {
    color: white;
}
/********header********/
/********banner********/
.s-block.s-block--photos-slider {
  margin: 0;
}
.w-full.object-contain.rounded {
  border-radius: 0;
}
section.s-block.s-block--fixed-banner.wide-placeholder .container {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
salla-slider[type]:not(.hydrated) > div > div,
salla-slider[type]:not(.hydrated) .swiper > div > div > div {
  padding: 0;
  margin: 0;
  width: 100%;
}
salla-slider.photos-slider .swiper-slide {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    border-radius: 0;
}

.carousel-slider .swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-rtl.swiper-backface-hidden {
    padding: 0;
}
/********banner********/
/********sec********/

.slide--cat-entry.has-image i {
  border-radius: 0;
  height: 100px;
  width: 70px;
}
.s-slider-block__title-right,
.s-block__title {
  margin-right: 0px;
  position: relative;
  padding: 1.5rem 0rem;
  overflow: revert !important;
}
.s-slider-block__title-right:before,
.s-block__title:before {
  content: "";
  position: absolute;
  background-image: url(https://i.ibb.co/RTnXWpjX/Mask-group-6.png);
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  right: -45px;
  z-index: 99 !important;
  overflow: visible;
  background-size: contain;
}
/********sec********/
/********products********/

.product-entry {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 6px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

.product-entry:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.product-entry__image {
  overflow: hidden;
  height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-entry__image img {
  width: 100%;
  height: 100%;

  transition: transform 0.3s ease;
}

.product-entry:hover .product-entry__image img {
  transform: scale(1.05);
}

.s-button-btn.s-button-outline {
  background: linear-gradient(to right, #74b9c8, #000000);
  color: #fff !important;
  border: none;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 6px;
  transition: 0.3s ease, transform 0.2s ease;
}

.s-button-btn.s-button-outline:hover {
  background: linear-gradient(to left, #000000, #74b9c8);
  transform: scale(1.05);
  filter: brightness(1.1);
}

.btn--wishlist .s-button-element {
  border: 1px solid #ccc;
  padding: 6px 10px;
  border-radius: 6px;
  transition: box-shadow 0.2s ease;
}

.btn--wishlist .s-button-element:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-rtl.swiper-backface-hidden {
  padding: 20px 10px;
}
/********products********/
/********footer********/
img.img-fluid.max-h-\[70px\] {
  width: 200px !important;
  height: 200px !important;
  max-height: 200px;
}

.footer-is-light .store-footer {
  background: linear-gradient(
    to bottom,
    rgba(116, 185, 200, 1),
    rgba(116, 185, 200, 0)
  ) !important;
}
.-mx-1.mt-4.lg\:mt-0.justify-center.s-social-list.hydrated {
  justify-content: safe !important;
}
@media (max-width: 600px) {
  img.img-fluid.max-h-\[70px\] {
    width: 150px !important;
    height: 150px !important;
    max-height: 200px;
    margin: auto;
  }
  .-mx-1.mt-4.lg\:mt-0.justify-center.s-social-list.hydrated {
    justify-content: center !important;
  }
}
/********footer********/