.slider__trend[data-v-e33afd9b] {
    display: grid;
    gap: 2.2%;
    grid-auto-columns: 31.8666666667%;
    grid-auto-flow: column;
    height: 100%
}

.trend__item:hover img[data-v-e33afd9b] {
    transform: scale(1.07);
    transition: all .5s
}

.trend__btn[data-v-e33afd9b] {
    margin-top: 6px;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF !important;
    width: 92px;
    height: 34px;
    align-items: center;
    background: linear-gradient(135deg, #FF4B91 0%, #9c4dcc 100%);
    border-radius: 40px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(255, 75, 145, 0.3);
    transition: all 0.3s ease;
    text-transform: capitalize;
}

.trend__btn[data-v-e33afd9b]:hover {
    filter: brightness(1.1);
    transform: translateY(-1px);
    box-shadow: 0 6px 15px rgba(255, 75, 145, 0.4);
}

@media (max-width: 1439.9px) {
    .trend__btn[data-v-e33afd9b] {
        margin-top: .41667vw;
        font-size: 13px;
        width: 80px;
        height: 30px;
    }
}

.trend__title[data-v-e33afd9b] {
    margin-top: 10px;
    line-height: 24px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis
}

@media (max-width: 1439.9px) {
    .trend__title[data-v-e33afd9b] {
        margin-top: .69444vw;
        font-size: 1.38889vw;
        line-height: 1.66667vw
    }
}

.trend__intro[data-v-e33afd9b] {
    margin-top: 10px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #91939a
}

@media (max-width: 1439.9px) {
    .trend__intro[data-v-e33afd9b] {
        margin-top: .69444vw;
        font-size: 1.11111vw;
        line-height: 1.38889vw
    }
}

.change__btn[data-v-e33afd9b] {
    align-items: center;
    background: #212122;
    border-radius: 8px;
    color: #606266;
    cursor: pointer;
    display: flex;
    font-size: 34px;
    height: 34px;
    justify-content: center;
    width: 34px
}

.change__btn[data-v-e33afd9b]:hover {
    color: #000
}