section:nth-of-type(1) {
    margin: unset;
}
section:nth-of-type(1) .container {
    max-width: unset;
    padding: unset;
}
section:nth-of-type(2) .container {
    max-width: 600px;
}
section:nth-of-type(3) {
    margin-top: 1rem;
   max-width: 670px;
  padding: 1rem;
}

.main-menu #more-menu-dropdown>.sub-menu{
  color: black;
}
.two-row .banner-entry:first-child {
    grid-row: span 1 / span 1;
}
section:nth-of-type(3) div {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.s-slider-block__title h2 {
    font-size: 1.7rem;
    border-bottom: 2px solid #000;
    padding-bottom: 1rem;
}
.s-button-primary-outline {
    background: #FAF4E8;
    color: black;
  border: none;
}
.s-button-primary-outline:hover {
    background: #FAF4E8;
    color: black;
}

.s-product-card-entry  {
    box-shadow: 0 0 10px #000;
    margin: 10px;
    height: 95%;
}
.banner--fixed img,
.banner-entry {
    background-color: transparent;
}
.s-reviews-header-wrapper {
    justify-content: center;
}
.s-reviews-header {
    font-size: 1.7rem;
    color: black;
   background-image: url(https://imglink.cc/cdn/8wSmczlpd6.png);
  background-repeat: no-repeat;
  padding: 8px 86px;
}

.s-reviews-testimonial {
     background: #E8CD96;background: linear-gradient(to right, #FAF4E8, #E8CD96);
    color: black;
}
.s-rating-stars-small svg {
    fill:black;
}
.s-reviews-testimonial__icon svg {
    fill: black;
}
.footer-is-light .store-footer .store-footer__inner {
   background: linear-gradient(to right, #FAF4E8, #E8CD96);
    color: black;
}
.s-reviews-testimonial__info h2{
  color: black;
} 
.s-reviews-testimonial__text p{
  color: black;
}

@media (max-width:768px){
section:nth-of-type(3){
  margin-top: 1rem;
    max-width: 400px;
    padding: 1rem;

}
.grid{
display:flex !important;
grid-template-columns:none !important;
flex-wrap:wrap;
justify-content:center;
gap:20px;
  padding: 0rem 2.5rem;
}
.grid > *{
flex:0 0 calc(50% - 10px);
max-width:calc(50% - 10px);
}
.grid > *:last-child{
flex:1 0 calc(50% - 10px);
max-width:calc(50% - 10px);
margin-left:auto;
margin-right:auto;
}
  .two-row .banner-entry:first-child{
  height: 200px !important;
  }
}
.main-menu li>a:hover{
  color: white;
}
#best-offers-5-slider .s-slider-block__title{
  display: none;
}
#best-offers-8-slider .s-slider-block__title{
  display: none;
}
.s-slider-block__display-all{
  border: 1px solid black;
  border-radius: 20px;
  padding: 10px 20px;
}
section:nth-of-type(7) {
    margin: unset;
}
section:nth-of-type(7) .container {
    max-width: unset;
    padding: unset;
}