#mainnav {
  .inner {
    padding: 0;
  }

  .main-menu li > a {
    padding-inline: 8px;
  }
}
.landing-page-fixed-bannar {
  height: auto !important;
  aspect-ratio: 4 / 2;
  background-size: contain;
  margin: 0 !important;
}
@media only screen and (max-width: 600px) {
  .landing-page-fixed-bannar {
    aspect-ratio:3/ 2;
  }
}

.landing-page-fixed-bannar,
.second-banner {
  a,
  button {
    height: 100%;
    width: 100%;
    background: transparent !important;
  }
  h1,
  p {
    display: none;
  }
}
.second-banner {
    aspect-ratio: 4 / 1;
    margin-inline: auto;
    width: 90%;
    height: auto;
    overflow: unset;
  h1,
  p {
    display: none;
  }
  img {
    object-fit: contain;
  }
}
.landing-page-fixed-bannar,
.liabty-cat,
.second-banner,
.md\:mb-\[111px\] {
  margin-bottom: 1rem;
}
.liabty-cat {
  .cont-cat,
  .swiper-wrapper {
    justify-content: center;
    .cat {
      background-color: transparent !important;
      padding: 0;
      &:hover {
        border-radius: 16px;
      }
      p {
        display: none;
      }
    }
  }
}

.liabty-cat + section {
  & > div {
    background-color: transparent !important;
    padding: 0;
  }
  .text {
    display: none;
  }
}

.products-fixed-slider {
  background: transparent !important;
  h2 {
    color: black;
  }
}
.s-product-card-content{
  padding:0;
  .s-product-card-content-main {
    margin: 0;
    .desc {
      display: none;
    }
    .s-product-card-content-title {
      overflow: unset;
      display: block;
    }
  }
}


.store-footer {
  .md\:flex {
    background-color: #e8c463;
    max-width: 100%;
    padding-inline: 10vw;
    p,
    span,
    a {
      color: white;
    }
  }
}