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

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

.products-verita-2 .upper-content-wrapper .split-row {
    display: flex;
    justify-content: space-between;
}

.products-verita-2 .upper-content-wrapper .split-row>h2 {
    width: 50%;
    font-size: 3rem;
    line-height: 3.25rem;
    font-weight: 500;
    color: #161b1d;
}

.products-verita-2 .upper-content-wrapper .split-row>p {
    width: 50%;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: #2d3438;
}

.products-verita-2 .upper-content-wrapper .split-row .control-buttons {
    display: flex;
    gap: 1rem;
}

.products-verita-2 .upper-content-wrapper .split-row .control-buttons>button {
    border-radius: 50%;
    border: none;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fd2a00;
    cursor: pointer;
}

.products-verita-2 .upper-content-wrapper .split-row .control-buttons>button>img {
    width: 1.5rem;
    height: 1.5rem;
    -o-object-fit: contain;
    object-fit: contain;
}

.products-verita-2 .upper-content-wrapper .split-row .control-buttons .left {
    transform: rotate(180deg);
}

.products-verita-2 .upper-content-wrapper .split-row .control-buttons .disabled {
    background-color: #d6c5c2;
    cursor: not-allowed;
}

.products-verita-2 .upper-content-wrapper .split-row .phone-tablet-control-buttons {
    display: none;
}

.products-verita-2 .carousel-wrapper {
    display: flex;
    width: 100%;
    max-width: 114rem;
    overflow: hidden;
}

.products-verita-2 .carousel-wrapper .carousel-window {
    position: relative;
    width: 25%;
    height: auto;
}

.products-verita-2 .carousel-wrapper .carousel-window .carousel {
    transition: 0.5s;
    left: 0%;
    position: relative;
    display: flex;
}

.products-verita-2 .carousel-wrapper .carousel-window .carousel .product {
    display: flex;
    flex: 0 0 100%;
    width: 100%;
    padding-inline: 0.25rem;
    flex-direction: column;
    gap: 1.5rem;
}

.products-verita-2 .carousel-wrapper .carousel-window .carousel .product .img-part {
    position: relative;
    aspect-ratio: 1/1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products-verita-2 .carousel-wrapper .carousel-window .carousel .product .img-part>img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.products-verita-2 .carousel-wrapper .carousel-window .carousel .product .bottom-part {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.products-verita-2 .carousel-wrapper .carousel-window .carousel .product .bottom-part .upper-texts {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.products-verita-2 .carousel-wrapper .carousel-window .carousel .product .bottom-part .upper-texts>h4 {
    font-size: 2rem;
    line-height: 2.25rem;
    font-weight: 500;
    color: #161b1d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.products-verita-2 .carousel-wrapper .carousel-window .carousel .product .bottom-part .upper-texts>p {
    height: 6rem;
    overflow: hidden;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #2d3438;
}

.products-verita-2 .carousel-wrapper .carousel-window .carousel .product .bottom-part>a {
    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-2 {
        padding: 4rem 6rem;
    }

    .products-verita-2 .upper-content-wrapper {
        width: 100%;
        max-width: unset;
        gap: 2.25rem;
    }

    .products-verita-2 .upper-content-wrapper .split-row>h2 {
        width: 75%;
        font-size: 3rem;
        line-height: 3.25rem;
    }

    .products-verita-2 .upper-content-wrapper .split-row>p {
        width: 70%;
    }

    .products-verita-2 .upper-content-wrapper .split-row .control-buttons {
        display: none;
        gap: 1rem;
    }

    .products-verita-2 .upper-content-wrapper .split-row .control-buttons>button {
        width: 3rem;
        height: 3rem;
    }

    .products-verita-2 .upper-content-wrapper .split-row .control-buttons>button>img {
        width: 1.5rem;
        height: 1.5rem;
    }

    .products-verita-2 .upper-content-wrapper .split-row .phone-tablet-control-buttons {
        display: flex;
    }

    .products-verita-2 .carousel-wrapper {
        width: 100%;
        max-width: unset;
        overflow: unset;
        justify-content: center;
    }

    .products-verita-2 .carousel-wrapper .carousel-window {
        width: 60%;
        max-width: 38rem;
    }

    .products-verita-2 .carousel-wrapper .carousel-window .carousel .product {
        padding-inline: 0.75rem;
        gap: 1rem;
    }

    .products-verita-2 .carousel-wrapper .carousel-window .carousel .product .bottom-part {
        width: 75%;
        gap: 0.5rem;
    }

    .products-verita-2 .carousel-wrapper .carousel-window .carousel .product .bottom-part .upper-texts {
        gap: 1rem;
    }

    .products-verita-2 .carousel-wrapper .carousel-window .carousel .product .bottom-part .upper-texts>h4 {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    .products-verita-2 .carousel-wrapper .carousel-window .carousel .product .bottom-part .upper-texts>p {
        height: 4.5rem;
    }

    .products-verita-2 .carousel-wrapper .carousel-window .carousel .product .bottom-part>a {
        padding-block: 0.75rem;
        font-size: 0.75rem;
        line-height: 0.75rem;
    }
}

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

    .products-verita-2 .upper-content-wrapper .split-row>h2 {
        width: 70%;
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .products-verita-2 .upper-content-wrapper .split-row>p {
        width: 100%;
    }

    .products-verita-2 .upper-content-wrapper .split-row .control-buttons {
        gap: 0.75rem;
    }

    .products-verita-2 .upper-content-wrapper .split-row .control-buttons>button {
        width: 2.25rem;
        height: 2.25rem;
    }

    .products-verita-2 .upper-content-wrapper .split-row .control-buttons>button>img {
        width: 1rem;
        height: 1rem;
    }

    .products-verita-2 .carousel-wrapper {
        justify-content: left;
    }

    .products-verita-2 .carousel-wrapper .carousel-window {
        width: 100%;
        max-width: 17.375rem;
    }

    .products-verita-2 .carousel-wrapper .carousel-window .carousel .product {
        padding-inline: 0.625rem;
        gap: 0.75rem;
    }

    .products-verita-2 .carousel-wrapper .carousel-window .carousel .product .bottom-part {
        width: 75%;
        gap: 0.5rem;
    }

    .products-verita-2 .carousel-wrapper .carousel-window .carousel .product .bottom-part .upper-texts {
        gap: 1rem;
    }

    .products-verita-2 .carousel-wrapper .carousel-window .carousel .product .bottom-part .upper-texts>h4 {
        font-size: 1.25rem;
        line-height: 1rem;
    }

    .products-verita-2 .carousel-wrapper .carousel-window .carousel .product .bottom-part .upper-texts>p {
        height: 3.75rem;
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .products-verita-2 .carousel-wrapper .carousel-window .carousel .product .bottom-part>a {
        padding-block: 0.75rem;
        font-size: 0.75rem;
        line-height: 0.75rem;
    }
}
