salla-slider.photos-slider .swiper-slide {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding: 0;
}
salla-slider.photos-slider .swiper {
    padding: 00px;
}
section.s-block.s-block--photos-slider {
        margin: 2rem !important;
}
.md\:grid-cols-3 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}
.two-row .banner-entry:first-child {
    height: 200px;
    background-size: contain;
}
div#mainnav {
    background-color: #ece5d5;
}
body {
    font-family: sans-serif;
    background-color: rgb(255 255 255);
}
.main-menu li.root-level>a {
    font-weight: bold;
    font-size: 18px;
}
    section.s-block.s-block--fixed-banner.wide-placeholder .container{
        max-width: 100%;
        padding: 0;
}
.store-footer__inner {
    background-image: url(https://axiafoods.com/wp-content/uploads/2023/08/footer-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-is-light .store-footer .store-footer__inner {
    background-color: rgb(255 255 255);
}
.s-product-card-image img.loaded {
    background-color: white;
}
.banner--fixed img {
    background-color: white;
}
a.banner-entry.square-photos {
    background-color: white;
}
.s-slider-block__title h2 {
    font-size: 34px;
    font-weight: 800;
    color: #f76860;
}
.s-products-slider-card.swiper-slide {
        border: 2px solid gray;
        padding: 0 !important;
        margin: 6px;
        border-radius: 12px;
        box-shadow: 1px 2px 0 #d6d6d6;
    }
.s-button-primary-outline {
    fill: #f76860;
    color: #f76860;
}
.s-button-primary-outline:hover {
    background-color: #f76860;
    color: #000000;
}
.text-primary {
    color: #f76860;
}
@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;
}
section.s-block.s-block--photos-slider {
        margin: 10px !important;
}
.md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
}