.carrinho-checkout .atendimento li *{
    color: var(--primary) !important;
}

.carrinho-checkout #cabecalho{
    background-color:var(--primary-foreground);
}

#component-header-mobile-menu-content .menu-mobile .blog-button{
    display:none;
}

div#formularioObservacao p {
    display: none;
}

#component-category-items-content 
#component-categories-carousel .swiper-slide img{
    width:100%;
    height:100%;
    object-fit: cover;
}

#component-category-items-content 
#component-categories-carousel .swiper-slide a{
    width:100%;
    height:280px;
}

@media (max-width:920px){
    #component-category-items-content 
    #component-categories-carousel .swiper-slide a{
        height:200px;
    }
}