#main-content ,.bg-inherit ,.top-navbar{
background:
  linear-gradient(167.29deg, #C0A886 0%, #F6F0EA 60%, #B9A088 100%);
}

section:nth-of-type(1) {
    margin: unset;
}
section:nth-of-type(1) .container  {
    max-width: unset;
    padding: unset;
}
section:nth-of-type(2) div{
  justify-content: center;
  color: black;
}
section:nth-of-type(2) {
    max-width: 500px;
}
.banner-entry {
    height: 234px !important;
}
@media(max-width:768px) {
    section:nth-of-type(2) {
        margin-top: 1rem;
        max-width: 400px;
    }

    .banner-entry {
        height: 200px !important;
    }

    section:nth-of-type(2) .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
#best-offers-5-slider .s-slider-block__title{
  justify-content: start;
}
#best-offers-3-slider .s-slider-block__title 
,#best-offers-6-slider .s-slider-block__title{
  display: none;
}
#best-offers-5-slider .s-slider-block__title h2{
  color: black;
}
.s-slider-block__title h2 {
    font-size: 1.7rem;
  color: white;
}
.s-button-primary-outline {
  background: linear-gradient(95.71deg, #A43DC0 0%, #F9A354 100%);

    color: white;
  border: none;
}
.s-slider-block__title-left {
    display: none;
}
.s-slider-block__title {
    justify-content: center;
}
.s-button-primary-outline:hover {
   background: linear-gradient(95.71deg, #A43DC0 0%, #F9A354 100%);
    color:white;
}
.s-product-card-entry{
    box-shadow: 0 0 10px #000;
    margin: 10px;
    height: 85%;
  background: transparent;
}
.banner--fixed img,
.banner-entry {
    background-color: transparent;
}

.footer-is-light .store-footer .store-footer__inner 
,.footer-is-light .store-footer{
  background-image: url(https://imglink.cc/cdn/CL26fNTaOZ.png);
  color: white;
  background-repeat: no-repeat;
}
.s-reviews-testimonial{
  background-color: transparent;
}
.s-rating-stars-small svg 
,.s-reviews-testimonial__icon svg{
  fill: black;
}
.s-reviews-header-wrapper{
  justify-content: center;
}