body {
  background-color: #fff;
}
section.s-block--fixed-banner:first-of-type {
  margin: 0;
}
section.s-block--fixed-banner {
  margin-inline: 0;
  padding: 0;
}
section.s-block--fixed-banner .container {
  margin-inline: 0;
  padding: 0;
  max-width: 100%;
}
section.s-block--fixed-banner:has(img[data-src="https://cdn.files.salla.network/homepage/2094654160/468bad91-3145-4a2c-a4aa-9c9a5d629080.webp"]) .container,
section.s-block--fixed-banner:has(img[data-src="https://cdn.files.salla.network/homepage/2094654160/891ae977-6437-4962-947c-e8ef963d637d.webp"]) .container
{
  max-width: 1280px;
  margin: auto;
}
section.s-block--fixed-banner .lazy__bg{
  background-color: transparent !important;
}
.banner--fixed img {
  border-radius: 0;
}
.s-block--categories {
  margin: 0;
}
.s-block--categories .s-slider-block__title {
  justify-content: center;
}
.s-block--categories .s-slider-block__title-right {
  padding: 0 !important;
}
.s-block--categories .s-slider-block__title-right h2 {
  padding: 0 !important;
  font-size: 2rem;
}
.s-block--categories .slide--cat-entry {
  border-width: 0;
  height: 14rem;
}
.s-block--categories .slide--cat-entry img {
  width: 12rem;
  height: 12rem;
}
.s-block--categories .slide--cat-entry h2 {
  font-size: 1rem;
}
.s-block--best-offers .swiper-wrapper,
.s-block--testimonials .s-reviews-swiper-slide {
  padding-block: 10px;
}
.s-product-card-entry,
.s-block--features__item,
.s-reviews-testimonial {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.s-product-card-entry,
.s-product-card-image {
  background-color: #f8f8f8;
}
img.s-product-card-image-contain {
  background-color: #f8f8f8;
  padding: 10px;
  border-radius: 24px;
  object-fit: cover;
}
.s-product-card-content * {
  justify-content: center;
  text-align: center;
}
.s-product-card-content .s-button-btn,
.store-footer__inner {
  background: linear-gradient(
    124deg,
    rgba(225, 196, 162, 1) 0%,
    rgba(210, 157, 86, 1) 100%
  );
  color: #fff;
}
.s-block--banners {
  margin-inline: 0;
  max-width: 100%;
}
.s-block--banners .grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.s-block--banners .grid .banner-entry:first-child {
  grid-row: span 1 / span 1;
}
.s-block--banners .banner-entry {
  height: 30vw;
}
.s-block--banners .banner-entry div {
  background-size: cover !important;
}
.feature-icon i {
  color: #fff !important;
}
/* Footer */
.store-footer__inner * {
  justify-content: center;
  text-align: center;
}
.store-footer__inner .container {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.store-footer__inner .container div {
  grid-column: span 1 / span 1;
}
footer .copyright-text p {
  color: #fff;
}
@media (max-width: 1025px){
  .s-block--categories .slide--cat-entry img {
    width: 8rem;
    height: 8rem;
}
}
@media (max-width: 769px){
  .store-footer__inner .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
  .store-footer__inner .container > div > div{
  margin-inline: auto;
  }
}
@media (max-width: 480px){
  .s-block--categories .slide--cat-entry img {
        width: 6rem;
        height: 6rem;
    }
  .s-block--categories .slide--cat-entry {
    border-width: 0;
    height: 8rem;
}
  .s-block--categories .s-slider-block__title-right h2 {
    font-size: 1.2rem;
}
.s-product-card-content .s-button-btn .s-button-text{
    font-size: 0.8rem;
}
.s-product-card-content .s-button-btn .s-button-text i{
    display: none;
}
.s-search-container{
    min-width: 180px
}
}