@media (max-width: 680px) {
    .compra-categorias-container .vc_column_container {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }
    .compra-categorias {
        padding: 0 !important;
    }
    .compra-categorias .owl-stage-outer .owl-stage .owl-item .porto-tb-item {
        padding: 14px !important;
    }
}

.compra-categorias .owl-stage {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    width: max-content !important;
    margin: 0 auto !important;
}
@media (min-width: 1168px) {
    .compra-categorias .owl-stage {
        gap: 32px !important;
    }
}

.compra-categorias .owl-item {
    width: auto !important;
}

.compra-categorias .owl-item .porto-tb-item{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 16px !important;
    gap: 16px !important;
    border: 1px solid rgba(217, 219, 233, 1) !important;
    border-radius: 8px !important;
}
.compra-categorias .owl-item .porto-tb-item > div {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 16px !important;
    width: 100% !important;
}

.compra-categorias .owl-item .porto-tb-item > div .porto-tb-featured-image {
    width: 149px !important;
    height: 149px !important;
}
@media (max-width: 680px) {
    .compra-categorias .owl-item .porto-tb-item > div .porto-tb-featured-image {
        width: 128.14px !important;
        height: 128.14px !important;
    }
}

.compra-categorias .owl-item .porto-tb-item > div .porto-section {
    padding: 0 !important;
}
.compra-categorias .owl-item .porto-tb-item > div .porto-section h3,
.compra-categorias .owl-item .porto-tb-item > div .porto-section h2 {    
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-transform: none !important;
    color: rgba(78, 75, 102, 1);
}

.compra-categorias .owl-stage .owl-item:not(.active) {
    opacity: 1 !important;
}

.compra-categorias .porto-tb-item:hover{
    opacity: 0.8 !important;
}

.compra-categorias .porto-tb-item .porto-tb-featured-image {
    border-radius: 50% !important;
}