.shuffle-page-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    padding-right: 12px;
}

.shuffle-items-titles {
    display: flex;
    flex-direction: column;
    /* gap: 25px; */
    /* align-items: center; */
    width: fit-content;
    border-left: 1px solid var(--text-4);
    color: var(--text-4);

}

.shuffle-info-title:nth-child(5) {
    height: 60px;
}

.shuffle-image-title {
    border-bottom: 1px solid var(--text-4);
    min-height: 250px;
    max-height: 250px;
    text-align: center;
    align-content: center;
}

.shuffle-info-title {
    border-bottom: 1px solid var(--text-4);
    padding-block: 11px;
    text-align: center;
    align-content: center;
    padding-left: 10px;
}

.shuffle-info-title:last-child {
    border-bottom: none;
    padding-block: 20px;

}

.separated-dicount-section {
    width: fit-content;
    width: 50px;
    height: 30px;
    text-align: center;
    align-content: center;
    border-radius: 5px;
    background-color: var(--secondaryColor);
    color: var(--white);
    margin: auto;
}

.shuffle-item-description {
    font-size: 15px;
    color: var(--text-3);
    margin-top: 0px;
    line-height: 1.6;
    overflow: hidden;
    transition: .4s ease;
    text-align: center;
}