.seriesProCon {
    font-family: Poppins;
    margin-top: 7.94vw;
}

.seriesProTitle {
    font-size: 1.28vw;
    font-weight: 600;
    line-height: 1.28vw;
    color: #000;
    text-align: center;
}
.seriesProItemCon {
    display: flex;
    justify-content: center;
    margin-top: 2.42vw;
    column-gap: 0.78vw;
}
.seriesProItem {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    padding: 0.32vw 0.65vw;
    column-gap: 0.52vw;
    border-radius: 50vw;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.seriesProIcon {
    width: 1.4vw;
    height: 1.4vw;
    background-color: #8b8b8b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.8vw;
    font-weight: 600;
    flex-shrink: 0;
    transition: background 0.3s ease;
}
.seriesProItem[aria-selected="true"] .seriesProIcon {
    background: linear-gradient(to bottom right, #8117df, #ef51ed);
}

.seriesProConFlex {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 1.95vw 5.99vw;
    justify-content: center;
    padding: 4.03vw 0 5.73vw 0;
    transition: opacity 0.22s ease, transform 0.22s ease;
    will-change: opacity, transform;
}
.seriesProConGrid {
    display: grid;
    justify-items: center;
    background-color: #f8f9fc;
    border-radius: 0.5vw;
}
.seriesProConPos {
    position: relative;
    overflow: hidden;
    border-radius: 0.5vw;
    background-color: #f8f9fc;
}
.seriesProConPos img {
    width: 12.04vw;
    cursor: pointer;
    display: block;
    transition: transform 0.3s ease-in-out;
}
.seriesProDesc {
    position: absolute;
    top: 0;
    right: -1px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5vw;
    box-sizing: border-box;
    font-size: 0.7vw;
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
    z-index: 12;
    text-align: left;
    overflow-y: auto;
    cursor: pointer;
    text-decoration: none;
}
.seriesProDesc p, .seriesProDesc ul, .seriesProDesc li {
    margin: 0;
    padding: 0;
}
.seriesProDesc ul {
    list-style: disc;
    padding-left: 1.2vw;
    line-height: 1.2vw;
}
.seriesProDesc li {
    list-style: disc;
    margin-bottom: 0.2vw;
}
.seriesProConPos:hover .seriesProDesc {
    transform: translateX(0);
}
.seriesProConAbs {
    position: absolute;
    top: 2.21vw;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    text-align: center;
    font-size: 0.6vw;
    line-height: 0.6vw;
    z-index: 11;
}
.seriesProSize1 {
    color: #000;
    font-weight: 500;
}
.seriesProSize2 {
    color: #6e6e6e;
    font-weight: 300;
    margin-top: 0.39vw;
}
.grid-animating-out {
    opacity: 0;
    transform: translateY(0.26vw);
    pointer-events: none;
}
@media (min-width: 769px) and (max-width: 1024px) {
    .seriesProTitle {
        font-size: 2.5vw;
        line-height: 2.5vw;
    }

    .seriesProItemCon {
        margin-top: 4vw;
        column-gap: 1.5vw;
    }

    .seriesProItem {
        padding: 0.8vw 1.5vw;
        column-gap: 1vw;
    }

    .seriesProIcon {
        width: 2.5vw;
        height: 2.5vw;
        font-size: 1.5vw;
    }

    .seriesProConFlex {
        grid-template-columns: repeat(3, auto);
        gap: 3vw 3vw;
        padding: 6vw 0 8vw 0;
    }

    .seriesProConPos img {
        width: 25vw;
    }

    .seriesProConAbs {
        top: 4vw;
        font-size: 1.5vw;
        line-height: 1.5vw;
    }

    .seriesProSize2 {
        margin-top: 0.8vw;
    }

    .seriesProDesc {
        font-size: 1.5vw;
        padding: 2vw;
    }
}

@media (max-width: 767px) {
    .seriesProCon {
        margin-top: 10vw;
    }

    .seriesProTitle {
        font-size: 6vw;
        line-height: 6vw;
    }

    .seriesProItemCon {
        margin-top: 6vw;
        column-gap: 2vw;
        flex-wrap: wrap;
        row-gap: 3vw;
        padding: 0 4vw;
    }

    .seriesProItem {
        padding: 2vw 4vw;
        column-gap: 2vw;
        font-size: 3.5vw;
    }

    .seriesProIcon {
        width: 6vw;
        height: 6vw;
        font-size: 3.5vw;
    }

    .seriesProConFlex {
        grid-template-columns: repeat(2, auto);
        gap: 4vw 2vw;
        padding: 10vw 4vw;
    }

    .seriesProConPos img {
        width: 45vw;
    }

    .seriesProConAbs {
        top: 6vw;
        font-size: 3.5vw;
        line-height: 3.5vw;
    }

    .seriesProSize2 {
        margin-top: 1.5vw;
    }

    .seriesProDesc {
        font-size: 3vw;
        padding: 3vw;
    }
}