body {
    background-color: #FFFFFF;
}
.banner--fixed img,
.banner-entry {
    background-color: transparent;
}
section:nth-of-type(1) {
    margin: unset;
}
section:nth-of-type(1) .container  
,section:nth-of-type(2) .container 
,section:nth-of-type(5) .container {
    max-width: unset;
    padding: unset;
}
section:nth-of-type(2) {
  margin-top: unset;
}
.s-slider-block__title h2 {
    font-size: 1.7rem;
    border-bottom: 1px solid #000;
    padding-bottom: 1rem;
}
.s-button-primary-outline {
    background: #9C1B20;
    color: white;
}
.s-button-primary-outline:hover {
    background: #9C1B20;
    color: white;
}
.s-product-card-entry  {
    box-shadow: 0 0 10px #000;
    margin: 10px;
    height: 95%;
}
.s-slider-block__title-left {
    display: none;
}

.s-slider-block__title {
    justify-content: center;
}