.wss-d-block{
display:block!important;
}

.wss-d-none{
display:none!important;
}

.wss-row {
    display: flex !important;
    justify-content: space-around !important;
}

.wss-row .title {
    width: 25% !important;
}

.wss-row .title h2 {
    font-size: 40px !important;
    font-weight: bold !important;
    font-family: 'IBM Plex Sans', sans-serif !important;
    text-rendering: optimizeLegibility !important;
    font-style: normal !important;
    margin: 0 0 16px 0 !important;
    line-height: 1.2 !important;
    color: #0D141A !important;
}

.wss-product-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 16px !important; /* Ajuste o espaço entre os itens conforme necessário */
}

.wss-product-grid a {
    display: flex !important;
    flex-direction: column !important;
    width: calc(25% - 16px) !important; /* 4 por linha no desktop */
    box-sizing: border-box !important;
    text-decoration: none !important;
    color: inherit !important;
}

.wss-product {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    flex-grow: 1 !important;
    padding: 16px !important;
    background-color: #fff !important;
    text-align: center !important;
}

.wss-product-grid .wss-product .ww-product-image {
    position: relative !important;
}

.wss-product-grid .wss-product .ww-product-image .wss-product-image-cat {
    position: absolute !important;
    right: 10px !important;
    top: 10px !important;
    color: #ffffff !important;
    border-radius: 4px !important;
    padding: 7px 16px !important;
    font-size: 14px !important;
    font-weight: bold !important;
}

.wss-product-grid .extensao .ww-product-image .wss-product-image-cat {
    background-color: #26ccb9 !important;
}

.wss-product-grid .certificacao .ww-product-image .wss-product-image-cat {
    background-color: #0089d9 !important;
}

.wss-product-grid .especializacao .ww-product-image .wss-product-image-cat {
    background-color: #9e0e0e !important;
}

.wss-product-grid a:hover {
    cursor: pointer !important;
    opacity: .6 !important;
    text-decoration: none !important;
    transform: translateY(-2px) !important;
}

.wss-product img {
    width: 100% !important;
    height: auto !important;
}

.wss-product h2 {
    font-size: 24px !important;
    font-weight: bold !important;
    margin: 0 !important;
    color: #0d141a !important;
    text-align: left !important;
}

.wss-product p {
    color: #6b6c7a !important;
    margin-bottom: 20px !important;
    font-family: 'IBM Plex Sans', sans-serif !important;
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    text-align: left !important;
    text-rendering: optimizeLegibility !important;
}

.wss-product .wss-product-categories {
    font-size: 14px !important;
    color: #666 !important;
    margin-bottom: 8px !important;
}

.wss-product .wss-product-excerpt {
    font-size: 14px !important;
    color: #333 !important;
    margin-bottom: 16px !important;
}

.wss-product .matricule-se-btn {
    display: inline-block !important;
    margin-top: 8px !important;
    padding: 8px 16px !important;
    background-color: #0073aa !important;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 4px !important;
}

.wss-product .matricule-se-btn:hover {
    background-color: #005177 !important;
}

.wss-product-categories-filter {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    list-style: none !important;
    margin-bottom: 20px !important;
    gap: 30px !important;
}

.wss-product-categories-filter a {
    font-size: 14px !important;
    color: #0d141a !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    font-family: 'IBM Plex Sans', sans-serif !important;
    text-decoration: none !important;
    line-height: inherit !important;
}

.wss-product-categories-filter button {
    text-transform: uppercase !important;
}

.wss-product-categories-filter a:hover {
    text-decoration: underline !important;
}

.wss-button {
    display: flex;
    gap: 10px;
}

.wss-button div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px !important;
    height: 46px !important;
    border-radius: 4px;
    background-color: #eef2f4;
}

.wss-button svg {
    width: 14px !important;
    height: 10px !important;
    background-color: #eef2f4;
}

@media (max-width: 768px) {
    .wss-product-grid a {
        width: 100% !important; /* 1 por linha no mobile */
    }
    .wss-row {
        display: block !important;
        justify-content: space-around !important;
    }
    .wss-row .title {
        width: 100% !important;
    }
    .wss-row .title h2 {
        font-size: 28px !important;
    }
    .wss-product-categories-filter a, .wss-product-categories-filter button {
        font-size: 12px !important;
    }
    .wss-product-categories-filter {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        list-style: none !important;
        margin-bottom: 20px !important;
        gap: 30px !important;
    }
}