.tag-desc-catalog {
    display: none;
}

.selo-campanha.id-camp-29,
.selo-campanha.id-camp-30,
.selo-campanha.id-camp-31,
.selo-campanha.id-camp-32,
.selo-campanha.id-camp-33 {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 3px;
    background: #e6e6e6;
    color: #1a1a1a;
    font-size: 11px;
    strong {
        padding-right: 0;
        &:before {
            content: "";
            height: 9px;
            margin-bottom: -1px;
            width: 1px;
            background: #1a1a1a;
            display: inline-block;
            margin-right: 5px;
        }
    }
}
.selo-campanha.id-camp-30,
.selo-campanha.id-camp-32 {
    background: #ccc;
    color: #1a1a1a;
}
.selo-campanha.id-camp-29,
.selo-campanha.id-camp-33 {
    background: #1a1a1a;
    color: #e6e6e6;
    strong {
        &:before {
            background: #e6e6e6;
        }
    }
}
@media (max-width: 767px) {
    .blSeloCampanha:has(.id-camp-29),
    .blSeloCampanha:has(.id-camp-30),
    .blSeloCampanha:has(.id-camp-31),
    .blSeloCampanha:has(.id-camp-32),
    .blSeloCampanha:has(.id-camp-33) {
        width: 163px;
    }
    .selo-campanha.id-camp-29,
    .selo-campanha.id-camp-30,
    .selo-campanha.id-camp-31,
    .selo-campanha.id-camp-32,
    .selo-campanha.id-camp-33 {
        width: 163px;
    }
}
@media (max-width: 340px) {
    .blPriceTags:has(.id-camp-29),
    .blPriceTags:has(.id-camp-30),
    .blPriceTags:has(.id-camp-31),
    .blPriceTags:has(.id-camp-32),
    .blPriceTags:has(.id-camp-33) {
        margin-top: 0;
    }
    .blSeloCampanha:has(.id-camp-29),
    .blSeloCampanha:has(.id-camp-30),
    .blSeloCampanha:has(.id-camp-31),
    .blSeloCampanha:has(.id-camp-32),
    .blSeloCampanha:has(.id-camp-33) {
        width: 137px;
    }
    .selo-campanha.id-camp-29,
    .selo-campanha.id-camp-30,
    .selo-campanha.id-camp-31,
    .selo-campanha.id-camp-32,
    .selo-campanha.id-camp-33 {
        width: 137px;
        font-size: 10px;
    }
}
