body{
  background: white;
}
.store-header .top-navbar{
  background:white;
color: black;
}
.banner--fixed img, .banner-entry{
  background-color: transparent;
}
section:nth-of-type(1){
  margin: unset;
}
section:nth-of-type(1) .container{
    padding: unset;
  max-width: 100%;
}
section:nth-of-type(2) .container{
    max-width: 500px;
  margin-top: 4em;
}
.md\:grid-cols-3 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
 gap: 0rem

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

section:nth-of-type(3){
  max-width: 850px;
}
section:nth-of-type(3).s-block {
    margin-top: 2rem;
} 
section:not(:nth-of-type(4)) .s-slider-block__title{
    display: none;
}
section:nth-of-type(4) .s-slider-block__title h2{
      border-bottom: 2px solid ;
      font-size: 25px;
    padding-bottom: 15px
}

.s-button-btn {
    border-radius: 10px;
    background: #DA9A8F;
    color:black;
  border: none;
}
.s-product-card-entry{
     box-shadow: 0px 0px 8.35px 0px #00000036;;
    padding: 1rem;
    border-radius: 24px;
  margin: 5px;
    height: 98%;
}
.carousel-slider .swiper{
    padding: 5px ;
}
.store-footer{
  background:#DA9A8F;
color: black;
}
.store-footer__inner{
    background:#DA9A8F;
color: black;
}

.hover\:text-primary:hover {
    color: #000000;
}
@media (max-width: 767px){
  .md\:grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem
}