/* fw */
section.s-block.s-block--photos-slider {
    margin-top: 0;
    margin-bottom: 4%;
}
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper,
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    padding: 0;
}
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    width: 100%;
}
section.s-block.s-block--photos-slider .s-slider-block__title-nav {
  display: none;
}

/* cats 1 */
@media (max-width: 768px) {
    .g_cat .grid-cols-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

/* Categories List Start 2 */
section.s-block.s-block--banners.container {
    max-width: 100%;
    margin-bottom: 5%;
}
section.s-block.s-block--banners.container .grid {
    grid-template-columns: 45% 55% !important;
    gap: 0.5rem !important;
    justify-content: center;
}
a.banner-entry {
    height: 800px;
    background-color:unset;
    transition: 0.2s;
}
a.banner-entry:first-child {
}
a.banner-entry:hover {
    transform: scale(1.04)
}
section.s-block.s-block--banners.container .lazy__bg.lazy.entered.loaded{
    background-size: contain;
    background-repeat: no-repeat;
}

@media(min-width:992px) and (max-width:1400px){
a.banner-entry{
    height: 600px;
}
}
@media(max-width:992px){
a.banner-entry{
    height: 435px;
}
}
@media(max-width:768px){
a.banner-entry{
    height: 320px;
}
}
@media(max-width: 576px){
section.s-block.s-block--banners.container .grid {
    grid-template-columns: 100% !important;
}
a.banner-entry{
    height: 400px;
}
a.banner-entry:last-child{
    height: 340px;
}
}
/* Categories List End 2 */

/* products */
.s-product-card-image-full {
    max-height: 300px;
}

/* footer */
.store-footer,
.store-footer__inner {
    background-color: var(--color-primary) !important;
}