body {
    background-color: #FFFFFF;
}
section:nth-of-type(1){
margin: unset;
}
section:nth-of-type(1) .container{
padding: unset;
    max-width: unset;
}
section:nth-of-type(2) .container{
 max-width: 600px;
}
.banner--fixed img, .banner-entry{
background-color: transparent;
}
.two-row .banner-entry:first-child{
grid-row: span 1 / span 1;
}
section:nth-of-type(3) div {
grid-template-columns: repeat(5, minmax(0, 1fr));
}
section:nth-of-type(4) div {
grid-template-columns: repeat(5, minmax(0, 1fr));
}
section:nth-of-type(3) .two-row .banner-entry:last-child{
display: none;
}

@media (max-width:768px){
section:nth-of-type(4) .two-row .banner-entry:first-child{
display: none;
}
section:nth-of-type(3) .two-row .banner-entry:last-child{
display: block;
}
section:nth-of-type(3) div {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
section:nth-of-type(4) div {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.s-product-card-entry{
    height: 97%;
    padding: 10px;
    margin: 5px;
    box-shadow: 0 0 10px black;
}
.s-button-primary-outline{
background-image: linear-gradient(90deg, rgba(2, 113, 255, 0.99) 0%, rgba(0, 226, 255, 1) 50%);
    color: white;
}
.s-button-primary-outline:hover{
background-image: linear-gradient(90deg, rgba(2, 113, 255, 0.99) 0%, rgba(0, 226, 255, 1) 50%);
    color: white;
    opacity: 1;
}
.s-slider-block__title h2{
font-size: 1.90rem;
}
.store-footer__inner,.store-footer{
background-image: linear-gradient(90deg, rgba(2, 113, 255, 0.99) 0%, rgba(0, 226, 255, 1) 50%);
    color: white;
}
.copyright-text p{
color: white;
    font-size: medium;
}
.main-menu:nth-of-type(1) #blog{
display: none !important;
}
.s-search-inline{
min-width: unset;
}