body#app {
    background: #f9f6ef !important;
}

a.navbar-brand img {
    width: 64px !important;
    height: 64px !important;
    object-fit: contain !important;
    transform: scale(1.5);
}

.banner--fixed img {
    background-color: transparent !important;
}


section.AL_custom_products.AL_custom_products-6.products-fixed-slider.products-fixed-slider-6 {
    margin-top:50px !important;
}

section.AL_instegram{
    margin-bottom: -88px !important;
}

section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type{
    margin-top:0px !important;
}

section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type > .container {
    max-width: 100% !important;
    padding: 0 !important;
}


.banner--fixed img{
    border-radius: 0px !important;
}

@media (max-width:687px){
   .AL_banners.AL_banners-2 img.w-full.h-full.object-cover {
   height: 345px !important; 
}
}

/* categories circle */

.slide--cat-entry{
    height: 15rem !important;
}

section.s-block.s-block--categories .swiper {
    overflow: visible !important;
}

a.slide--cat-entry img{
    height:15rem !important;
    width: 15rem !important;    
}

a.slide--cat-entry {
    background-color: transparent !important;
    border-color: transparent !important;
}

.slide--cat-entry h2{
    color: transparent !important;
}

section.s-block.s-block--categories {
    background-color: #F9F1E6 !important;
    padding-top: 20px !important;
    margin: 0px 15px !important;
    border-radius: 15px !important;
}


section.s-block.s-block--categories {
    margin-top: 0 !important;
}


@media(min-width:687px){
 section.s-block.s-block--categories .swiper-wrapper{
    display:flex !important;
    justify-content: center !important;
} 
}


@media(max-width:687px){
    a.slide--cat-entry img{
    height:8rem !important;
    width: 8rem !important;    
}

section.s-block.s-block--categories .container {
    padding: 0px !important;
}

a.slide--cat-entry {
    padding: 0 !important;
}

.section.s-block.s-block--categories .swiper-wrapper {
    width: fit-content;
    margin: 0 auto;
}
}


/* end categories circle */