.auto_substring {
    color: #b788f8;
}

.shop_profile {
    max-width: 1250px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 50px;
}

.shop_profile .cover_module {
    width: 100%;
    aspect-ratio: 6 / 1.5;
    position: relative;
}

.shop_profile .cover {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    border-radius: 0 0 12px 12px;
}

.shop_profile .cover img.cover_image {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.shop_profile .cover_module img.cover_avatar {
    position: absolute;
    height: 120px;
    width: 120px;
    border-radius: 150px;
    border: 4px solid var(--cms-black-1);
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 0;
    display: none;
}

.shop_profile .other {
    width: 496px;
    border-left: 1px solid var(--cms-border-color);
}

.shop_profile .other .list {
    display: grid;
    column-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    padding: 0px 30px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.shop_profile .other .item {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    line-height: 30px;
}

.shop_profile .other .item .title {}

.shop_profile .other .item .value {
    font-weight: 600;
}

.shop_profile .other .item .value span {
    color: #DDDDDD;
}

.shop_profile .other .item .title svg {
    width: 25px;
    vertical-align: middle;
    margin-top: -2px;
}

.shop_profile .social {
    margin-top: 15px;
}

.shop_profile .social .url {
    color: var(--cms-highlight-text);
    margin-bottom: 12px;
    font-size: 15px;
    margin-top: 2px;
}

.shop_profile .social .url span {
    font-weight: 700;
}

.shop_profile .social .list {
    display: flex;
    gap: 10px;
}

.shop_profile .social .list .item img {
    height: 36px;
    background-color: var(--cms-black-9);
    border-radius: 150px;
    padding: 4px;
}

.shop_profile .info {
    background-color: var(--cms-black-2);
    box-shadow: var(--box-shadow);
    border-radius: 12px;
    display: flex;
    padding: 20px 0;
    box-sizing: border-box;
    position: absolute;
    width: 90%;
    margin: 0 auto;
    bottom: -60px;
    transform: translate(-50%, 0%);
    left: 50%;
    z-index: 1;
}

.shop_profile .info .follow_button {
    right: 15px;
    position: absolute;
    height: 34px;
    min-width: 150px;
    top: 0;
}

.shop_profile .info .avatar {
    position: relative;
    width: 140px;
    text-align: right;
}

.shop_profile .info .avatar img {
    border-radius: 150px;
    height: 110px;
}

.shop_profile .info .detail {
    flex: 1;
    padding: 0px 30px;
    position: relative;
}

.shop_profile .info .detail .name {
    font-size: 18px;
    font-weight: 600;
    color: white;
    margin-bottom: 10px;
}

.shop_profile .info .detail .intro {
    line-height: 25px;
    font-size: 13px;
    min-height: 24px;
}

#theme_load .theme_donate {
    display: flex;
    gap: 20px;
    max-width: 1120px;
    margin: 0 auto;
    width: 100%;
    padding-top: 30px;
}

#theme_load .theme_donate .left {
    flex: 1;
    gap: 20px;
}

#theme_load .theme_donate .right {
    flex: 1;
}

#theme_load .theme_donate .themes_content_module {
    background: var(--cms-black-2);
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    position: relative;
}

#theme_load .theme_donate .donate_module.top_module {
    position: sticky;
    top: 80px;
    z-index: 1;
}

#theme_load .theme_donate .donate_module.vip_module {
    display: flex;
    align-items: center;
    gap: 20px;
}

#theme_load .theme_donate .donate_module.vip_module .detail {
    flex: 1;
}

#theme_load .theme_donate .donate_module.vip_module .detail .text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7px;
}

#theme_load .theme_donate .donate_module.vip_module .detail .text .note {
    color: var(--cms-grey-1);
    display: flex;
}

#theme_load .theme_donate .donate_module.vip_module .detail .text .note span {
    color: var(--yellow-color);
    font-weight: 600;
}

#theme_load .theme_donate .donate_module.vip_module .detail .text .amount {
    font-weight: 600;
}

#theme_load .theme_donate .donate_module.vip_module .icon {}

#theme_load .theme_donate .donate_module.vip_module .icon img {
    height: 42px;
}

#theme_load .theme_donate .donate_module.vip_module .bar {
    background-color: var(--cms-black-9);
    border-radius: 5px;
    height: 10px;
    overflow: hidden;
}

#theme_load .theme_donate .donate_module.vip_module .bar .bar_inner {
    background: linear-gradient(90deg, var(--cms-purple-text) 0%, #a855f7 50%, #9333ea 100%);
    height: 100%;
}

#theme_load .theme_donate .donate_module .donate_premium {
    border-top: 1px solid var(--cms-black-3);
    padding: 20px 0;
    border-bottom: 1px solid var(--cms-black-3);
    margin-bottom: 15px;
}

#theme_load .theme_donate .donate_module .donate_premium .donate_premium_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

#theme_load .theme_donate .donate_module .donate_premium .donate_premium_title p {
    font-weight: 600;
    font-size: 16px;
}

#theme_load .theme_donate .donate_module .donate_premium .donate_premium_title p span {
    color: var(--yellow-color);
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

#theme_load .theme_donate .donate_module .donate_premium .donate_premium_list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#theme_load .theme_donate .donate_module .donate_premium .donate_premium_list .donate_premium_item {
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    line-height: 30px;
}

#theme_load .theme_donate .donate_module .donate_premium .donate_premium_list .donate_premium_item .donate_premium_item_title {}

#theme_load .theme_donate .donate_module .donate_premium .donate_premium_list .donate_premium_item .donate_premium_item_value {
    background-color: var(--cms-black-1);
    padding: 0 10px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
}
#theme_load .theme_donate .donate_module .donate_premium .donate_premium_list .donate_premium_item .donate_premium_item_value.active{
    background-color: var(--cms-purple-text);
}

#theme_load .theme_donate .donate_module .donate_action {}

#theme_load .theme_donate .donate_module .donate_action .donate_effect {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    background-color: var(--background-trans);
    padding: 0 15px;
    line-height: 40px;
    border-radius: 6px;
}

#theme_load .theme_donate .donate_module .donate_action .donate_effect .title {
    margin: 0;
}

#theme_load .theme_donate .donate_module .donate_action .donate_effect .value {
    font-weight: 600;
    color: var(--yellow-color);
    cursor: pointer;
}

#theme_load .theme_donate .donate_module .donate_finish {
    display: none;
    text-align: center;
    padding: 20px 0;
}

#theme_load .theme_donate .donate_module .donate_finish svg {
    font-size: 50px;
    margin-bottom: 10px;
    color: var(--green-color);
}

#theme_load .theme_donate .donate_module .donate_finish p {}

#theme_load .theme_donate .donate_module .menu_title {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#theme_load .theme_donate .donate_module .menu_title .button_div {}

#theme_load .theme_donate .donate_module h5 {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    gap: 10px;
}

#theme_load .theme_donate .donate_module .title {
    margin-bottom: 10px;
}

#theme_load .theme_donate .donate_module .title a {
    color: var(--cms-url-color);
}

#theme_load .theme_donate .donate_module .spin_list {
    display: grid;
    gap: 10px;
    margin-top: 10px;
}

#theme_load .theme_donate .donate_module .spin_list .item {
    background-color: var(--cms-black-9-highlight);
    line-height: 40px;
    border-radius: 5px;
    display: flex;
    overflow: hidden;
    justify-content: space-between;
}

#theme_load .theme_donate .donate_module .spin_list .item .text {
    padding: 0 10px;
}

#theme_load .theme_donate .donate_module .spin_list .item .rate {
    background-color: var(--cms-black-9);
    padding: 0 9px;
    width: 70px;
    text-align: center;
}

#theme_load .theme_donate .donate_module .donate_input {
    position: relative;
    margin-bottom: 15px;
}

#theme_load .theme_donate .donate_module .donate_input input {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
}

#theme_load .theme_donate .donate_module .donate_input .suggest_list {
    display: flex;
    gap: 5px;
    justify-content: flex-start;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translate(0, -50%);
}

#theme_load .theme_donate .donate_module .donate_input .suggest_list .item {
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    background-color: var(--cms-black-9);
}

#theme_load .theme_donate .donate_module .donate_input .suggest_list.suggest_above {}

#theme_load .theme_donate .donate_module .donate_input .donate_money_input {
    margin-top: 0;
}

#theme_load .theme_donate .donate_module .donate_text {
    position: relative;
    margin-bottom: 15px;
}

#theme_load .theme_donate .donate_module .donate_note {
    margin-top: 20px;
    line-height: 25px;
    background-color: var(--cms-black-9);
    border-radius: 5px;
    padding: 10px;
}

#theme_load .theme_donate .donate_module .donate_text .char_counter {
    position: absolute;
    right: 40px;
    bottom: 15px;
    font-size: 12px;
    color: var(--white-color);
    padding: 2px 6px;
    border-radius: 3px;
    background-color: var(--cms-black-9);
}

#theme_load .theme_donate .donate_module .donate_text .emoji_div .icon_touch {
    bottom: 17px;
    right: 10px;
    font-size: 21px;
}

#theme_load .theme_donate .donate_module .donate_text textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    border-radius: 5px;
    resize: none;
    line-height: 20px;
}

#theme_load .theme_donate .donate_module .vote_title {
    margin: 20px 0;
    text-align: center;
    font-size: 15px;
}

#theme_load .theme_donate .donate_module .vote_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#theme_load .theme_donate .donate_module .vote_list .vote_item {
    background-color: var(--cms-black-9);
    border-radius: 5px;
    padding: 10px;
    display: flex;
    width: 100%;
    cursor: pointer;
    align-items: center;
    gap: 10px;
}

#theme_load .theme_donate .donate_module .vote_list .vote_item.active {
    background-color: var(--cms-purple-text);
}

#theme_load .theme_donate .donate_module .vote_list .vote_item .vote_item_avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}

#theme_load .theme_donate .donate_module .vote_list .vote_item .vote_item_avatar img {
    height: 100%;
}

#theme_load .theme_donate .donate_module .vote_list .vote_item .vote_item_content {
    flex: 1;
    display: flex;
    justify-content: space-between;
}

#theme_load .theme_donate .donate_module .vote_list .vote_item .vote_item_content .vote_item_name {
    font-size: 16px;
    font-weight: 600;
}

#theme_load .theme_donate .donate_module .vote_list .vote_item .vote_item_content .vote_item_amount {}

.shop_promotion_module .swiper-pagination {
    position: absolute;
    right: 25px !important;
    top: 20px !important;
    left: auto !important;
    text-align: right;
    height: 20px;
    width: 100px;
    z-index: 1;
}

.shop_promotion_swiper {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
    padding: 10px 0;
    position: absolute !important;
    width: calc(100% - 40px);
}

.shop_promotion_swiper .shop_promotion_item {
    background-color: var(--cms-black-9);
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    padding-bottom: 0;
    border-radius: 5px;
    overflow: hidden;
}

.shop_promotion_swiper .shop_promotion_item .shop_promotion_image {
    width: 100%;
    max-width: 200px;
    aspect-ratio: 1/1;
    overflow: hidden;
}

.shop_promotion_swiper .shop_promotion_item .shop_promotion_image img {
    width: 100%;
    height: 100%;
}

.shop_promotion_swiper .shop_promotion_item .shop_promotion_title {
    font-size: 14px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
}

@media(max-width: 799px) {
    #theme_load .theme_donate .donate_module .donate_input .suggest_list {
        display: none !important;
    }

    #theme_load .theme_donate .donate_module .menu_title .button_div {
        width: 100%;
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    }

    #theme_load .theme_donate .donate_module .menu_title {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .shop_profile .social {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        padding: 0 10px;
    }

    #theme_load .theme_donate .donate_module .donate_input .suggest_list {
        display: none;
    }

    #theme_load .theme_donate {
        display: grid;
        padding-top: 0;
    }

    #theme_load .theme_donate .themes_content_module {
        border-radius: 0;
    }

    .shop_profile {
        margin-bottom: 0;
    }

    .shop_profile .cover_module {
        aspect-ratio: 6 / 2.5;
        margin-bottom: 55px;
    }

    .shop_profile .cover {
        border-radius: 0;
        aspect-ratio: 6 / 2.5;
        height: auto;
    }

    .shop_profile .cover img.cover_image {}

    .shop_profile .cover_module img.cover_avatar {
        display: block;
    }

    .shop_profile .other {
        display: none;
    }

    .shop_profile .info {
        background-color: transparent;
        box-shadow: none;
        text-align: center;
        display: block;
        position: initial;
        transform: none;
        left: 0;
        width: 100%;
        bottom: 0;
        top: auto;
    }

    .shop_profile .info .avatar {
        display: none;
    }

    .shop_profile .info .avatar img {
        border: 5px solid var(--white-color);
    }

    .shop_profile .info .detail {
        position: inherit;
    }

    .shop_profile .info .detail .name {
        font-size: 20px;
    }

    .shop_profile .info .detail .intro {
        min-height: auto;
    }

    .shop_profile .info .follow_button {
        position: inherit;
        height: 36px;
    }
}