.products-verita-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: #e7e5e4;
    padding: 6rem 3rem 20.875rem;
    container-type: inline-size;
}

.products-verita-3 .content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 7rem;
    width: 100%;
    max-width: 114rem;
    align-items: center;
    padding-left: 9.5rem;
}


.products-verita-3 .content-wrapper .upper-part {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
}

.products-verita-3 .content-wrapper .upper-part>h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #a66a3f;
    font-weight: 500;
}

.products-verita-3 .content-wrapper .upper-part>h2 {
    width: 40rem;
    font-size: 3rem;
    line-height: 3.25rem;
    color: #161b1d;
    font-weight: 500;
}

.products-verita-3 .content-wrapper .lower-part {
    display: flex;
    width: 100%;
    gap: 4rem;
}

.products-verita-3 .content-wrapper .lower-part .filter-buttons {
    display: flex;
    flex-direction: column;
    justify-content: right;
    gap: 1.5rem;
}

.products-verita-3 .content-wrapper .lower-part .filter-buttons>button {
    width: 15rem;
    border: none;
    border-bottom: solid 2px #949b9e;
    background-color: unset;
    text-align: left;
    padding-bottom: 1rem;
    cursor: pointer;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 500;
    color: #949b9e;
}

.products-verita-3 .content-wrapper .lower-part .filter-buttons .active {
    color: #161b1d;
    border-bottom: solid 2px #fd2a00;
}

.products-verita-3 .content-wrapper .lower-part .right-side {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.products-verita-3 .content-wrapper .lower-part .right-side .cards-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 2rem;
}

.products-verita-3 .content-wrapper .lower-part .right-side .cards-container.hidden {
    display: none;
}

.products-verita-3 .content-wrapper .lower-part .right-side .cards-container .card {
    display: flex;
    flex: 0 0 100%;
    width: 100%;
    padding-inline: 0.25rem;
    flex-direction: column;
    gap: 1.5rem;
}

.products-verita-3 .content-wrapper .lower-part .right-side .cards-container .card .img-part {
    position: relative;
    aspect-ratio: 1/1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products-verita-3 .content-wrapper .lower-part .right-side .cards-container .card .img-part>img {
    position: absolute;
    width: 95%;
    height: 95%;
    -o-object-fit: contain;
    object-fit: contain;
}

.products-verita-3 .content-wrapper .lower-part .right-side .cards-container .card .bottom-part {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.products-verita-3 .content-wrapper .lower-part .right-side .cards-container .card .bottom-part>h4 {
    font-size: 2rem;
    line-height: 2.25rem;
    font-weight: 500;
    color: #161b1d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1rem;
}

.products-verita-3 .content-wrapper .lower-part .right-side .cards-container .card .bottom-part>p {
    height: 6rem;
    overflow: hidden;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: #2d3438;
}

.products-verita-3 .content-wrapper .lower-part .right-side .cards-container .card .bottom-part .link {
    width: -moz-fit-content;
    width: fit-content;
    padding-block: 1rem;
    border-bottom: solid 1px #fd2a00;
    font-size: 1rem;
    line-height: 1rem;
    color: #161b1d;
    font-weight: 500;
    text-decoration: none;
}

@container (max-width: 100rem) {
    .products-verita-3 {
        padding: 3rem 6rem;
    }

    .products-verita-3 .content-wrapper {
        max-width: unset;
        padding-left: unset;
        flex-direction: column;
    }

    .products-verita-3 .content-wrapper .upper-part>h2 {
        width: 100%;
        font-size: 3rem;
        line-height: 3.25rem;
        font-weight: 500;
    }

    .products-verita-3 .content-wrapper .lower-part {
        gap: 4rem;
        flex-direction: column;
    }

    .products-verita-3 .content-wrapper .lower-part .filter-buttons {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: unset;
        -moz-column-gap: 2rem;
        column-gap: 2rem;
        row-gap: 1.5rem;
    }

    .products-verita-3 .content-wrapper .lower-part .filter-buttons>button {
        width: 100%;
        padding-bottom: 1rem;
        font-size: 1.25rem;
    }

    .products-verita-3 .content-wrapper .lower-part .filter-buttons .active {
        color: #fd2a00;
    }

    .products-verita-3 .content-wrapper .lower-part .right-side {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 4rem;
    }

    .products-verita-3 .content-wrapper .lower-part .right-side .cards-container {
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 4rem;
    }

    .products-verita-3 .content-wrapper .lower-part .right-side .cards-container .card {
        margin-top: 2rem;
        padding-inline: 0;
        gap: 1.5rem;
    }

    .products-verita-3 .content-wrapper .lower-part .right-side .cards-container .card .bottom-part>a>h4 {
        font-size: 2.25rem;
        line-height: 2.375rem;
        margin-bottom: 1.5rem;
    }

    .products-verita-3 .content-wrapper .lower-part .right-side .cards-container .card .bottom-part>p {
        height: 6rem;
        font-weight: 500;
    }

    .products-verita-3 .content-wrapper .lower-part .right-side .cards-container .card .bottom-part .link {
        padding-block: 1rem;
        font-size: 1rem;
        line-height: 1rem;
    }
}

@container (max-width: 45rem) {
    .products-verita-3 {
        padding: 2.25rem 1.5rem;
    }

    .products-verita-3 .content-wrapper {
        gap: 6.25rem;
    }

    .products-verita-3 .content-wrapper .upper-part>h2 {
        font-size: 2rem;
        line-height: 2.25rem;
        font-weight: 600;
    }

    .products-verita-3 .content-wrapper .lower-part {
        gap: 2rem;
    }

    .products-verita-3 .content-wrapper .lower-part .filter-buttons {
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }

    .products-verita-3 .content-wrapper .lower-part .filter-buttons>button {
        padding-bottom: 0.5rem;
        font-size: 1rem;
    }

    .products-verita-3 .content-wrapper .lower-part .right-side {
        gap: 2rem;
    }

    .products-verita-3 .content-wrapper .lower-part .right-side .cards-container {
        row-gap: 2rem;
    }

    .products-verita-3 .content-wrapper .lower-part .right-side .cards-container .card {
        margin-top: 1.25rem;
        gap: 1rem;
    }

    .products-verita-3 .content-wrapper .lower-part .right-side .cards-container .card .bottom-part>a>h4 {
        font-size: 1.5rem;
        line-height: 1.25rem;
        margin-bottom: 1rem;
    }

    .products-verita-3 .content-wrapper .lower-part .right-side .cards-container .card .bottom-part>p {
        height: 4.5rem;
    }

    .products-verita-3 .content-wrapper .lower-part .right-side .cards-container .card .bottom-part .link {
        padding-block: 0.75rem;
        font-size: 0.75rem;
        line-height: 0.75rem;
    }
}
