/* Add custom CSS styles below */ 
.store-footer__inner {
    background-color: #4f4768 !important;
}

footer.store-footer {
    background-color: #3c3359 !important;
    color: #fff !important;
}

button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    background: #3c3359;
    color: #fff;
}

section.s-block.s-block--fixed-banner.wide-placeholder .container {
    max-width: 100%;
    padding: 0px;
}
section:first-of-type{
    margin-top:0px;
}
.banner-entry {    background-size: contain;
    height: 393px;}
@media (max-width:768px){
    .grid.md\:grid-cols-3.grid-flow-row.gap-3.sm\:gap-8 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.banner-entry {
    height: 116px;
}
}