/* Add custom CSS styles below */ 
section.s-block.s-block--fixed-banner.wide-placeholder .container{
        max-width: 100%;
        padding: 2%;
}


.md\:grid-cols-3 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}
.two-row .banner-entry:first-child {
    height: 200px;
    background-size: contain;
}


body#app {
    background-color: #ffffff;
}
.lazy__bg.lazy.bg-no-repeat.entered.loaded {
    background-color: #ffffff;
}
section.s-block.s-block--fixed-banner.wide-placeholder {
    margin: 0;
}
.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-rtl.swiper-backface-hidden {
        margin-bottom: 3rem;
}
.s-block--banners:nth-of-type(7) .grid {
    grid-template-columns: repeat(3, 1fr) !important;
}
.s-product-card-vertical {
    border: 1px solid #a8b959;
    border-radius: 12px;
}
.store-footer__inner {
    background-color: rgb(45 45 45);
}
.copyright-text p {
    color: rgb(255 255 255);
}

@media (max-width: 760px) {
a.banner-entry.square-photos {
    height: 150px;
}
.two-row .banner-entry:first-child {
    height: 150px;
    background-size: contain;
}
.store-footer__inner {
    text-align: center;
}
.store-footer a {
    transition-duration: 150ms;
    display: flex;
    justify-content: center;
}
.s-social-list {
    justify-content: center;
} 
.md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex.gap-4 {
    display: flex;
    justify-content: center;
}
}