@media screen and (max-width: 1199px) {
    #banner-home {
        width: 100%;
    }

    .avisos-item {
        flex-direction: column;
        text-align: center;
    }
    .avisos-item img {
        margin-right: 0;
    }

    .categoria-item span {
        font-size: 16px;
        line-height: 21px;
        text-align: center;
    }

    #categorias-circulos .owl-carousel .owl-item .categoria-item-img img{
        width: 110px;
        height: 110px;
    }

    #categorias-circulos .owl-nav {
        position: absolute;
        top: 55px;
        width: 100%;
    }
    
    #categorias-circulos .owl-next {
        position: absolute;
        right: 4px;
    }
    
    #categorias-circulos .owl-prev {
        position: absolute;
        left: 4px;
    }

    .categoria-bloco {
        height: 260px;
        background-size: contain;
        background-size: cover;
    }

    h3.categoria-bloco-main {
        font-size: 32px;
        line-height: 42.53px;
    }

    .categoria-bloco-sub {
        margin-top: 4px;
        display: block;
    }

    #cards-info {
        padding: 40px 0;
    }

    .card-info {
        padding: 16px;
        width: 162px;
    }

    section#tamanho {
        padding: 64px 0;
    }

    #tamanho .tamanho-blocks-list {
        overflow-x: scroll;
        -ms-overflow-style: none;
    }

    #tamanho .tamanho-blocks-list::-webkit-scrollbar {
        display: none;
    }

    h2.tamanho-section-title {
        font-size: 24px;
    }

    .tamanho-block, .tamanho-block img {
        width: 227px;
    }

    span.tamanho-block-title {
        margin-top: 16px;
        font-size: 18px;
        line-height: 21px;
    }
    
    #listagem-destaque {
        padding: 64px 0;
    }
    
    #listagem-mais {
        padding: 64px 0 0 0;
    }

    .listagem-mais-produtos {
        padding: 64px 0;;
    }

    h3.listagem-title {
        font-size: 24px;
        line-height: 32px;
    }

    .products-row {
        overflow-x: scroll;
        -ms-overflow-style: none;
    }

    .products-row::-webkit-scrollbar {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    #banner-home {
        width: 100%;
    }
    .glide__arrow--left {
        left: 0em !important;
    }
    .glide__arrow--right {
        right: 0em !important;
    }
    #banner-home .glide__slide img{
        max-height: 60px;
    }

    #banner-home .owl-nav {
        top: 30%;
    }

    #categorias-circulos {
        margin: 20px 0;
    }

    #categoria-blocos .container {
        flex-direction: column;
        align-items: center;
    }

    .categoria-bloco {
        width: 100%;
        background-size: cover;
    }

    #cards-info .container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .card-info {
        margin: 8px;
    }

    .tamanho-block {
        margin: 0 16px;
    }

    .card-produto {
        margin: 0 16px;
    }

    #cards-info .container {
        gap: 4px;
    }

    .card-info {
        padding: 14px;
        gap: 0px;
        margin: 0;
        width: 156px;
        height: 82px;
        justify-content: space-between;
    }

    .card-info-icon {
        width: 25px;
        height: 25px;
    }

    .card-info-icon img {
        width: 13px;
        height: 13px;
    }

    span.card-info-text {
        font-size: 12px;
        line-height: 14px;
        max-width: 92px;
    }
}