body{
  background-color:  white;
}

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: 700px;
  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 {
    gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.s-slider-block__title h2 {
    font-size: 1.7rem;
    border-bottom: 2px solid white;
    padding-bottom: 1rem;
}
.s-product-card-entry {
   box-shadow: 0 0 10px black;
    margin: 10px;
    height: 95%;
 
}


.s-button-primary-outline {
background-color: #CBB59A;
  color: black;
  border: none;
}
.s-button-primary-outline:hover {
  background-color: #CBB59A;
  color: black;
  border: none;}

.s-slider-block__title h2{
  border-bottom: 2px solid black;
  padding-bottom: 10px;
}
.banner--fixed img,
.banner-entry {
    background-color: transparent;
}
.s-reviews-header-wrapper {
    justify-content: center;
}
.s-reviews-header {
    font-size: 1.9rem;
  color: black;
}

.s-reviews-testimonial__info h2{
  color: black;
}
.s-reviews-testimonial {
   background-color: #CBB59A;
}
.s-reviews-testimonial__icon svg {
    fill: black;
}
.s-rating-stars-small svg{
  fill: black;
}

.s-reviews-testimonial__text p{
  color: black;
}

@media (max-width:768px){


.s-block--banners .grid > a.banner-entry {
    width: 100%;
}
.grid{
display:flex !important;
grid-template-columns:none !important;
flex-wrap:wrap;
justify-content:center;
gap:10px;
}
.grid > *{
flex:0 0 calc(50% - 10px);
max-width:calc(50% - 10px);
}
.grid > *:last-child{
flex:1 0 calc(50% - 10px);


  padding-right: 10px;
}
  .two-row .banner-entry:first-child{
  height: 200px !important;
  }
}


.s-slider-block__display-all{
  border: 1px solid black;
  border-radius: 20px;
  padding: 10px 20px;
}
 
  .footer-is-light .store-footer .store-footer__inner {
  background-color: white;
  color: black;
}

section:nth-of-type(9) .container {
    max-width: unset;
    padding: unset;
}

.s-button-btn {
  background-color: #CBB59A;
  color: black;
  border: none;
}
.footer-is-light .store-footer{
   background-color: #CBB59A;
  color: black;
}
.s-social-link a {
    display: flex;
    height: 3rem;
    width: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    background-color: #CBB59A;
}