#artist-lists-page .artist_wrapper{
    margin-top: 1rem;
}


/*=================================================
            [PAGE] goods-lists-page
=================================================*/
#goods-lists-page .lists-func-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#goods-lists-page .lists-func-wrap .left-func-wrap{
    display: flex;
    align-items: center;
}

#goods-lists-page .lists-func-wrap .func-item{
    display: flex;
    align-items: center;

    gap: 0.5rem;

    padding: 1rem;

    font-weight: bold;
}

#goods-lists-page .lists-func-wrap .func-item .bi::before,
#goods-lists-page .lists-func-wrap .func-item [class^="bi-"]::before,
#goods-lists-page .lists-func-wrap .func-item [class*=" bi-"]::before{
    font-weight: bold !important;
}

/*=================================================
            [PAGE] goods-lists-page
=================================================*/
#goods-view-wrap .img-wrap .gds-soldout-wrap{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;

    display: flex;
    align-items: center;
    justify-content: center;
}

#goods-view-wrap .thumb-wrap .thumb-item.active{
    border: 1px solid #404040;
}

#goods-view-wrap .view-wrap{
    display: flex;
    flex-direction: column;

    gap: 1.25rem;

    padding: 0.625rem 0;
}

#goods-view-wrap .view-wrap .view-content-wrap:not(:first-child) {
    margin-top: 0;
}

#goods-view-wrap .view-wrap .view-content-wrap .view-item:not(:first-child) {
    margin-top: 0;
}

#goods-view-wrap .view-wrap .view-content-wrap{
    display: flex;
    flex-direction: column;

    gap: 0.625rem;
}

#goods-view-wrap .view-wrap .view-content-wrap .count-wrap .count-num{
    width: 100%;
    text-align: center;
}

#goods-view-wrap .goods-btn-wrap .gds_btn[data-type="cart"]{
    font-size: 1.7rem;
    border: 1px solid #303030;
    color: #303030;
}

#goods-view-wrap .goods-btn-wrap .gds_btn[data-type="order"]{
    height: 100%;

    border: 1px solid #303030;
    background-color: #303030;
    color: #FFFFFF;
}

#goods-view-wrap .goods-btn-wrap .soldout-btn{
    height: 100%;

    border: 1px solid #c2c2c2;
    background-color: #c2c2c2;
    color: #FFFFFF;
}


.brand-info-wrap{
    display: flex;
    align-items: center;

    gap: 1.2rem;

    padding: 1rem 0.75rem;
    border-top: 10px solid #E7E7E7;
}

.brand-info-wrap .brand-image-wrap{
    width: 4.75rem;

    border-radius: 0.5rem;

    overflow: hidden;
}

.brand-info-wrap .brand-title-wrap{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.brand-info-wrap .brand-title-wrap .brand-title{
    font-size: 1.25rem;
}

.brand-info-wrap .brand-title-wrap .brand-link{
    color: #888888;
}

.goods-view-tab{
    position: sticky;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    top: 3.75rem;

    background-color: #FFFFFF;

    z-index: 1;
}

.goods-view-tab .tab-item .nav-link{
    display: block;
    padding: 1rem 0;

    text-align: center;

    color: #979797;
    border-bottom: 2px solid #f2f2f2;
}

.goods-view-tab .tab-item .nav-link.active{
    border-bottom: 2px solid #303030;

    color: #404040;
    font-weight: bold;
}

.goods-view-tab-content .tab-content-wrap .tab-content-title{
    margin-bottom: 1rem;

    font-size: 1.25rem;
    font-weight: 600;
}

.goods-view-tab-content .tab-content-wrap .tab-content-content{
    padding: 1rem;
    border-radius: 0.5rem;

    background-color: #f2f2f2;
}

.goods-view-tab-content {
    display: flex;
    flex-direction: column;

    gap: 1.5rem;
}

/*=================================================
            [PAGE] order-form-page
=================================================*/
#order-form-page .title-wrap{
    text-align: center;
}

#order-form-page .title-wrap .title-title{
    font-size: 1.5rem;
    font-weight: bold;
}

/*=================================================
            [PAGE] order-cart-page
=================================================*/
#order-cart-page .title-wrap{
    text-align: center;
}

#order-cart-page .title-wrap .title-title{
    font-size: 1.5rem;
    font-weight: bold;
}

/*=================================================
            [PAGE] user-signup-page
=================================================*/
#user-signup-page .write-component-wrap{
    display: flex;
    flex-direction: column;

    gap: 2rem;
}

#user-signup-page .write-component-wrap .write-group-wrap .group-title-wrap{
    margin-bottom: 1.25rem;
}

#user-signup-page .write-component-wrap .write-group-wrap .group-title-wrap .group-title{
    font-size: 1.125rem;
    font-weight: bold;
}
