.spinnerfa {
    position: absolute;
    /* background-color: hsla(0, 0%, 86.7%, .5); */
    background-color: #fff;
    z-index: 999999;
    display: none;
    width: 100%;
    height: 100%;
}

.spinnerfa[style*="display: block"] {
    display: flex !important
}

.products-list {
    position: relative;
}

.spinner {
    position: sticky;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    z-index: 1
}
@media (max-width: 768px) {
    .spinner {
        transform: translate(-20%, -50%);
    }
}

.spinner-video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain
}

.spinnerfa.spinnerfa--product {
    background-color: rgba(255, 255, 255, 0.55);
}

.spinner.spinner--product {
    width: 56px;
    height: 56px;
}

.spinner.spinner--product .spinner-video {
    display: none;
}

.spinner.spinner--product::before {
    content: "";
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 4px solid rgba(229, 126, 24, 0.22);
    border-top-color: #fe7d26;
    animation: spinnerfa-product-rotate 0.8s linear infinite;
}

@keyframes spinnerfa-product-rotate {
    to {
        transform: rotate(360deg);
    }
}

.left3::-webkit-scrollbar {
    width: 3px;
    height: 10px
}

.left3::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset005pxrgba(0, 0, 0, .2);
    background: #fe7d26;
    opacity: .1
}

.left3::-webkit-scrollbar-track {
    border-radius: 3px;
    height: 100px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.rightcart .rightcartson {
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.cartprods::-webkit-scrollbar {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5;
    width: 3px;
    height: 10px
}

.cartprods::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset005pxrgba(0, 0, 0, .2);
    background: #fe7d26;
    opacity: .1
}

.cartprods::-webkit-scrollbar-track {
    border-radius: 3px;
    height: 100px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.rightcart::-webkit-scrollbar {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5;
    width: 3px;
    height: 10px
}

.rightcart::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset005pxrgba(0, 0, 0, .2);
    background: #fe7d26;
    opacity: .1
}

.rightcart::-webkit-scrollbar-track {
    border-radius: 3px;
    height: 100px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.carttop::-webkit-scrollbar {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 3px;
    height: 10px;
    z-index: 1001;
}

.carttop::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset005pxrgba(0, 0, 0, .2);
    background: #fe7d26;
    opacity: .1
}

.carttop::-webkit-scrollbar-track {
    border-radius: 3px;
    height: 100px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.moright::-webkit-scrollbar {
    width: 3px;
    height: 10px
}

.moright::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset005pxrgba(0, 0, 0, .2);
    background: #fe7d26;
    opacity: .1
}

.moright::-webkit-scrollbar-track {
    border-radius: 3px;
    height: 100px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}


.mobile {
    display: none
}

.mobile-only {
    display: none
}

#app {
    max-width: 1440px
}

#app, #app .pc {
    margin: 0 auto;
    display: flex
}

#app .pc {
    width: 1440px
}

#app .left3 {
    width: 250px;
    flex: 0 0 auto;
    max-height: 85vh;
    overflow-x: hidden;
    overflow-y: screen;
    position: sticky;
    top: 120px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    padding: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}


#app .right9 {
    flex: 1 1 0;
    display: flex;
    position: relative;
    max-width: 100%;
    margin: 0 1.1111111111vw 1.1111111111vw
}

#app .rightcart {
    width: 326px;
    max-width: 326px;
    flex: 0 0 auto;
    position: sticky;
    max-height: 100vh;
    top: 120px;    
}

#app .rightcart .carttop {
    overflow-x: hidden;
    overflow-y: scroll
}


#app p {
    margin-bottom: 0
}

.left3 {
    background: #fff
}



.right9 .shop-container {
    width: 100%
}

.right9 .toptitle {
    display: flex;
    justify-content: left;
    align-items: center;
    color: #242424;
    font-size: 20px;
    font-style: normal;
    font-weight: 600
}

.right9 .right9_top {
    display: flex;
    flex-direction: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px
}

.right9 .right9_topright {
    display: flex;
    cursor: pointer;
    position: relative;
    padding: 10px 16px;
    background: #fff;
    border-radius: 10px
}

.right9 .right9_topright .toprightsvg {
    width: auto;
    width: 24px;
    height: 24px
}

.right9 .right9_topright .sortorder {
    display: none;
    position: absolute;
    right: 0;
    z-index: 10;
    width: 176px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .15)
}

.right9 .right9_topright .sortorder ul {
    padding: 12px 16px;
    margin: 0
}

.right9 .right9_topright .sortorder li {
    list-style: none
}

.right9 .right9_topright .sortorder li:hover {
    color: #fe7d26
}

.right9 .products {
    margin-top: 1.1111111111vw;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(321px, 1fr));
    gap: 1.1111111111vw
}

.right9 .products .product {
    display: flex;
    flex-wrap: nowrap;
    border-radius: 10px;
    background: #fff;
    padding: 12.5px
}

.right9 .products .product .proleft {
    width: 140px;
    height: 140px;
    flex: 0 0 140px;
    cursor: pointer;
    border-radius: 10px
}

.right9 .products .product .proleft img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px
}

.right9 .products .product .proright {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #242424;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    padding-left: 1.0416666667vw;
    flex: 1 1 0
}

.right9 .products .product .proright .proright_title p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-bottom: 8px;
    font-size: 16px;
    line-height: normal
}

.right9 .products .product .proright .proright_title span {
    font-size: 14px;
    line-height: normal
}

.right9 .products .product .proright p {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    padding-bottom: 10px
}

.right9 .products .product .proright span {
    font-weight: 400;
    font-size: 14px
}

.right9 .products .product .proright .protitle_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    bottom: -7px;
    color: #fe7d26;
    font-size: 20px;
    font-style: normal;
    font-weight: 700
}

.right9 .products .product .proright .protitle_bottom p {
    margin: 0;
    padding: 0
}

.right9 .products .product .proright .protitle_bottom span {
    position: relative;
    bottom: -5px;
    cursor: pointer
}

.right9 .products .product .proright .protitle_bottom span svg {
    height: 24px;
    width: 24px;
    margin: 0;
    padding: 0
}

.right9 .products .product .proright .protitle_bottom .regularprice {
    text-decoration: line-through;
    color: #797979;
    padding-left: 5px;
    font-weight: 400;
    font-size: 13px
}

.rightcart {
    background: #fff;
    color: #9a9a9a;
    font-size: 12px;
    font-weight: 500
}

.rightcart .carttop {
    max-height: 60vh
}

.rightcart .cartbuttons,
.rightcart .carttop,
.rightcart .emptybox {
    padding: 1.5277777778vw
}

.rightcart .cartprods {
    overflow: hidden
}

.rightcart .carttitle {
    display: flex;
    justify-content: left;
    align-items: center;
    color: #242424;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: #fff;
    top: -22px
}

.rightcart .carttitle svg {
    position: relative;
    bottom: -3px;
    left: -6px
}

.rightcart .cartprod_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #242424;
    font-size: 14px;
    font-weight: 500
}

.rightcart .cartprod_title span {
    height: 24px;
    cursor: pointer
}

.rightcart .cateprod_desc .cateprod_group_title {
    font-weight: 600;
    font-size: 13px;
    color: #242424;
    margin: 8px 0 4px 0
}

.rightcart .cateprod_desc .cateprod_group_title:first-child {
    margin-top: 0
}
.rightcart .cateprod_desc .extra-money {
    color: #FE7D26;
}
.rightcart .carpod_bottom {
    display: flex;
    justify-content: space-between;
    padding: 10px 0
}

.rightcart .carpod_bottom .numsbox {
    border-radius: 4px;
    background: #D9D9D9;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    max-width: 102px
}

.rightcart .carpod_bottom .numsbox .add,
.rightcart .carpod_bottom .numsbox .minus {
    width: 24px;
    height: 24px;
    text-align: center;
    color: #303030;
    cursor: pointer
}

.rightcart .carpod_bottom .numsbox .add svg {
    width: 24px;
    height: 24px
}

.rightcart .carpod_bottom .numsbox .nums {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    color: #303030
}

.rightcart .carpod_bottom .numsbox.is-smart-coupon-gift {
    background: #f5f5f5;
    opacity: 0.7;
    pointer-events: none
}

.rightcart .carpod_bottom .numsbox.is-smart-coupon-gift .add,
.rightcart .carpod_bottom .numsbox.is-smart-coupon-gift .minus {
    cursor: not-allowed;
    color: #9a9a9a
}

.rightcart .carpod_bottom .numsbox.is-smart-coupon-gift .nums {
    color: #9a9a9a
}

.rightcart .carpod_bottom .price {
    display: flex;
    font-size: 16px;
    align-items: center
}

.rightcart .carpod_bottom .price .pricereal {
    font-weight: 700;
    color: #fe7d26
}

.rightcart .carpod_bottom .price .priceori {
    color: #aaa;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 500
}

/* Cart product layout: image left, text & price/right controls on the right */
.rightcart .cartprod {
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
}

.rightcart .cartprod:last-child {
    border-bottom: none;
}

.rightcart .cartprod_inner {
    display: flex;
    gap: 12px;
}

.rightcart .cartprod_thumb {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    border-radius: 6px;
    overflow: hidden;
}

.rightcart .cartprod_thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
}

.rightcart .cartprod_content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.rightcart .cartprod_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.rightcart .cartprod_title .cartprod_name {
    margin: 0;
}

.rightcart .cartprod_bottom_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 6px;
}

.rightcart .cartbuttons .total {
    color: #242424;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    display: flex;
    justify-content: space-between
}

.rightcart .cartbuttons .cartbutton {
    padding-top: 15px;
    width: 100%
}

.rightcart .cartbuttons .cartbutton_info {
    font-size: 14px;
    color: #9a9a9a;
    margin-bottom: 10px;
    text-align: center;
    margin-bottom: 10px;
}

.rightcart .cartbuttons .viewcart {
    display: flex;
    flex-direction: column;
    height: 40px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid #2b2b2b;
    width: 100%;
    color: #2b2b2b
}

.rightcart .cartbuttons .viewcart:hover {
    border: 1px solid #363636;
    color: #fff;
    background: #363636
}

.rightcart .cartbuttons .checkoutbutton {
    display: flex;
    flex-direction: column;
    height: 40px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid #fe7d26;
    width: 100%;
    background: #fe7d26;
    color: #fff
}

.rightcart .cartbuttons .checkoutbutton:hover {
    border: 1px solid #f4a169;
    background: #f4a169
}

.rightcart .cartbuttons .checkoutbutton:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    border-color: #c8c8c8;
    background: #c8c8c8;
    color: #666
}

.rightcart .cartbuttons .checkoutbutton:disabled:hover {
    border-color: #c8c8c8;
    background: #c8c8c8
}

.rightcart .emptybox {
    padding: 20px;
    text-align: center;
    color: #9a9a9a;
    
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.rightcart .emptybox img {
    max-width: 213px
}

.pagenation {
    margin: 30px auto;
    display: flex;
    justify-content: center
}

.right9 .products .product .proright .protitle_bottom span.saleprice {
    font-size: 18px;
    font-weight: 500
}

#app .el-pagination.is-background .btn-next.is-active,
#app .el-pagination.is-background .btn-prev.is-active,
#app .el-pagination.is-background .el-pager li.is-active {
    background: #fe7d26;
    border-radius: 50%;
    color: #fff
}

#app .el-pagination.is-background .btn-next.is-active,
#app .el-pagination.is-background .btn-prev.is-active,
#app .el-pagination.is-background .el-pager li {
    border-radius: 50%
}

#app .el-pagination.is-background .btn-next.is-active,
#app .el-pagination.is-background .btn-prev.is-active,
#app .el-pagination.is-background .el-pager li.is-active {
    background-color: #fe7d26
}

.pc .left3,
.pc .rightcart {
    border-radius: 10px
}

@media screen and (max-width:1322px) {
    #app .left3 {
        width: 21.1111111111vw
    }

    #app .left3 #shop-sidebar-filter {
        width: 100%
    }

    #app .rightcart {
        width: 22.6388888889vw
    }

    .right9 .products {
        grid-template-columns: repeat(auto-fill, minmax(236px, 1fr))
    }
}

@media screen and (max-width:900px) {
    .right9 .products {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr))
    }

    .right9 .products .product .proleft {
        width: 88px;
        height: 88px;
        flex: 0 0 88px
    }

    .proright_title {
        font-size: 12px;
        font-style: normal;
        font-weight: 700
    }

    .right9 .products .product .proright .protitle_bottom {
        color: #fe7d26;
        font-size: 12px;
        font-style: normal;
        font-weight: 700
    }
}

.pc .cate_name_active:after,
.pc .cate_name_active:before {
    content: ""
}

@media screen and (max-width:768px) {
    #app {
        padding-top: 0
    }

    .mobile .shop-container {
        width: 100%
    }

    #app .pc,
    .left3,
    .rightcart {
        display: none
    }

    .mobile {
        display: block;
        width: 100%
    }

    .mobile-only {
        display: block;
        width: 100%
    }

    .mobileson {
        display: flex;
        flex-wrap: nowrap;
        position: relative
    }

    .mobileson .moleft {
        width: 70px;
        flex: 0 0 70px;
        position: unset;
        top: 91px;
        height: 80vh;
        overflow-y: auto;
        overflow-x: hidden;
        color: #fff;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
        -webkit-overflow-scrolling: touch
    }

    .mobileson .moleft .moline {
        display: none
    }

    .mobileson .moleft #woocommerce_layered_nav-12 {
        display: flex;
        overflow-y: overlay;
        flex-direction: column
    }

    .mobileson .moleft .cate_name {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 16px 8px;
        background: #F0F0F0;
        text-align: center;
        border-radius: 0;
        margin: 0;
        cursor: pointer
    }

    .mobileson .moleft .cate_name::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 4px;
        background: transparent
    }

    .mobileson .moleft .cate_name img {
        display: none;
        width: 32px;
        height: 32px;
        margin-bottom: 4px;
        flex-shrink: 0
    }

    .mobileson .moleft .cate_name .catetitle {
        font-size: 13px;
        line-height: 1.3;
        color: #333;
        font-weight: 500
    }

    .mobileson .moleft .cate_name_active {
        background: #ffffff;
        font-weight: 700
    }

    .mobileson .moleft .cate_name_active::before {
        background: #ff6a00
    }
    .mobileson .moleft .cate_name_active::after {
        content: "";
        display: none;
    }
    .mobileson .moleft .cate_name_active img {
        display: block
    }

    .mobileson .moleft .cate_name_active .moline {
        display: none
    }

    .mobileson .moright {
        flex: 1 1 0;
        /* height: 100vh; */
        padding: 0 10px
    }

    

    .mobileson .moright .right9_topright {
        display: flex;
        cursor: pointer;
        position: relative;
        padding: 7px;
        background: #fff;
        border-radius: 10px
    }

    .mobileson .moright .toprightsvg {
        display: flex;
        flex-wrap: nowrap;
        width: 24px;
        height: 24px
    }

    .mobileson .moright .sortorder {
        display: none
    }

    .mobileson .moright .products {
        display: flex;
        flex-direction: column
    }

    .mobileson .moright .products .product {
        background: #fff;
        border: 15px;
        border-radius: 10px;
        display: flex;
        flex-wrap: nowrap;
        margin: 10px 0;
        padding: 20px
    }

    .mobileson .moright .products .product .proleft {
        width: 140px;
        height: 140px;
        flex: 0 0 140px;
        object-fit: cover
    }

    .mobileson .moright .products .product .proleft img {
        width: 140px;
        height: 140px;
        object-fit: cover;
        border-radius: 10px
    }

    .mobileson .moright .products .product .proright {
        margin-left: 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex: 1 1 auto;
        color: #242424
    }

    .mobileson .moright .products .product .proright .regularprice {
        text-decoration: line-through;
        color: #797979;
        padding-left: 5px;
        font-weight: 400;
        font-size: 12px
    }

    .mobileson .moright .products .product .proright .proright_title {
        font-size: 14px;
        font-style: normal;
        font-weight: 500
    }

    .mobileson .moright .products .product .proright .proright_title p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        text-overflow: ellipsis;
        overflow: hidden;
        padding-bottom: 0;
        margin-bottom: 3px;
        font-size: 14px;
    }

    .mobileson .moright .products .product .proright .proright_title span {
        font-weight: 400;
        color: #797979
    }

    .mobileson .moright .products .product .proright .protitle_bottom svg {
        width: 24px;
        height: 24px
    }

    .mobileson .moright .products .product .proright .protitle_bottom {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center
    }

    .mobileson .moright .products .product .proright .protitle_bottom .price {
        color: #ed823a;
        font-size: 16px;
        font-style: normal;
        font-weight: 700
    }
}

@media screen and (max-width:568px) {
    .mobileson .moright .products .product {
        padding: 0
    }

    .mobileson .moright .products .product .proleft {
        flex: 0 0 80px
    }

    .mobileson .moright .products .product .proright .proright_title span {
        font-size: 10px;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical
    }

    #app .mobile .mobileson .proleft {
        width: 80px;
        height: 80px
    }

    #app .mobile .mobileson .proleft img {
        width: 100%;
        height: 100%
    }
}

#shadowbox {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: hsla(0, 0%, 86.7%, .5);
    z-index: 8000
}

#shadowbox .shadowboxson {
    --prodlist-nav-top: 0px;
    --prodlist-nav-height: 54px;
    width: 580px;
    max-height: 95vh;
    position: absolute;
    top: 2.5vh;
    left: calc(50% - 290px);
    background: #f4f4f4;
    border-radius: 20px;
    text-align: right;
    overflow-x: hidden;
    overflow-y: scroll
}

#shadowbox .shadowboxson::-webkit-scrollbar {
    display: none
}


#shadowbox .shadowboxson .firstlinefa {
    position: sticky;
    right: 10px;
    top: 6px;
    bottom: 0;
    float: right;
    z-index: 999;
    height: 0
}

#shadowbox .shadowboxson .haspadding {
    padding: 10px;
    background-color: #fff;
}

#shadowbox .shadowboxson .firstline {
    right: 20px;
    z-index: 555;
    top: 15px
}

#shadowbox .shadowboxson .firstline .box {
    width: 36px;
    height: 36px;
    margin: 0;
    display: flex;
    justify-content: right
}

#shadowbox .shadowboxson .firstline .box .rectangle {
    width: 36px;
    height: 36px;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.8);
    border-radius: 18px;
    border: 1px solid #111;
    cursor: pointer
}

#shadowbox .shadowboxson .firstline .box .rectangle svg {
    width: 36px;
    height: 36px
}

#shadowbox .shadowboxson .firstline .rectangle:hover {
    background-color: #fff
}

#shadowbox .shadowboxson .firstline .rectangle:hover svg {
    fill: #292929
}

#shadowbox .shadowboxson .firstline svg {
    width: 36px;
    height: 36px;
    fill: #fff;
    transition: fill .3s
}

#shadowbox .shadowboxson .thirdfa {
    background: #f4f4f4
}


#shadowbox .shadowboxson .third h1 {
    text-align: left;
    color: #292929;
    
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px
}

#shadowbox .shadowboxson .third .stickytitle h1 {
    font-size: 20px
}

#shadowbox .shadowboxson .third .price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

#shadowbox .shadowboxson .third .price .group {
    position: relative;
    height: 34px;
    display: flex;
    align-items: center;
    gap: 5px
}

#shadowbox .shadowboxson .third .price .text-wrapper {
    font-family: PingFang SC-Semibold, Helvetica;
    color: #fe7d25;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal
}

#shadowbox .shadowboxson .third .price .div {
    font-family: PingFang SC, Helvetica;
    color: #919191;
    font-size: 16px;
    text-decoration: line-through;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal
}

#shadowbox .shadowboxson .third .price .frame {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 4px 6px;
    top: 1px;
    left: 124px;
    background-color: #ffe6ea;
    border-radius: 4px
}

#shadowbox .shadowboxson .third .price .delivery {
    position: relative;
    width: 24px;
    height: 24px
}

#shadowbox .shadowboxson .third .price .bestseller {
    border-radius: 4px;
    background: #e4fff7;
    color: #00b780;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 5px
}

#shadowbox .shadowboxson .third .price .bestseller .text-wrapper-2 {
    color: #00b780
}

#shadowbox .shadowboxson .third .price .text-wrapper-2 {
    color: #e51a36;
    font-size: 14px;
    position: relative;
    width: fit-content;
    font-family: PingFang SC-Semibold, Helvetica;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal
}
#shadowbox .shadowboxson .third .price .buttonsfa {
    display: flex;
    gap: 8px;
}
#shadowbox .shadowboxson .third .price .button {
    all: unset;
    box-sizing: border-box;
    height: 42px;
    align-items: center;
    justify-content: center;
    padding: 5px 12px;
    position: relative;
    flex: 0 0 auto;
    cursor:pointer;
}
@media (max-width: 768px) {
    #shadowbox .shadowboxson .third .price .button {
        font-size: 12px;
        height: 32px;
        padding: 5px 10px;
    }
}

#shadowbox .shadowboxson .third .price .viewmymenu {
    background: #F8F8F8;
    color: #2A3031;
    border-radius: 10px;
    border: unset;
    display: flex;
    align-self: center;
}
#shadowbox .shadowboxson .third .price .viewmymenu:hover {
    background-color: #FFEFDF;
}

#shadowbox .shadowboxson .third .price .viewmydetail {
    background: #2A3031;
    color: #fff;
    border-radius: 10px;
    border: unset
}
#shadowbox .shadowboxson .third .price .viewmydetail:hover {
    background-color: #1a1f20;
}

#shadowbox .shadowboxson .third .price .viewmydetail .text-wrapper-3 {
    color: #fff
}

#shadowbox .shadowboxson .description {
    background-color: #fff;
    position: relative;
    order: 3;
    padding: 10px 15px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}
#shadowbox .shadowboxson .description .title {
    color: #2A3031;
    font-size: 14px;
}
#shadowbox .shadowboxson .description .content_desc_wrapper {
    width: 100%;
    position: relative;
    margin-bottom: 5px;
    padding-right: 16px;
}

#shadowbox .shadowboxson .description .content_desc {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    height:24px;
    font-family: PingFangSC-Regular;
    position: relative;
    cursor: pointer;
    overflow: hidden
}

#shadowbox .shadowboxson .description .expandmy {
    display: flex;
    align-items: center;
    cursor: pointer;
    flex-shrink: 0;
    position: absolute;
    top: -3px;
    right: 20px;
    z-index: 10
}

#shadowbox .shadowboxson .description .expandmy .expandstatus,
#shadowbox .shadowboxson .description .expandmy .shrinkstatus {
    display: flex;
    align-items: center;
    cursor: pointer
}

#shadowbox .shadowboxson .description .expandmy .expandstatus .text,
#shadowbox .shadowboxson .description .expandmy .shrinkstatus .text {
    display: none
}

#shadowbox .shadowboxson .description .expandmy .expandstatus img,
#shadowbox .shadowboxson .description .expandmy .shrinkstatus img {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease
}

#shadowbox .shadowboxson .description .expandmy .expandstatus img {
    transform: rotate(-90deg)
}

#shadowbox .shadowboxson .description .expandmy .shrinkstatus img {
    transform: rotate(0deg)
}

#shadowbox .shadowboxson .description .expandmy .modal-dialog .productWrapper .productinfo .description .expand span {
    color: #333;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px
}

#shadowbox .shadowboxson .description .expandmy img {
    width: 24px;
    height: 24px
}

#shadowbox .shadowboxson .description .expandreal {
    display: block
}

#shadowbox .shadowboxson .prodlistNav {
    margin-top: 15px;
    position: -webkit-sticky;
    position: sticky;
    /* .stickytitle 不再吸顶时贴容器顶；若日后需上移可改 --prodlist-nav-top */
    top: var(--prodlist-nav-top, 0px);
    z-index: 23;
    background: #fff;
    padding: 0 12px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

#shadowbox .shadowboxson .prodlistNav.is-sticky {
    padding-right: 50px;
}

#shadowbox .shadowboxson .prodlistNavInner {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: none;
    cursor: grab;
    touch-action: pan-x
}

#shadowbox .shadowboxson .prodlistNavInner.is-dragging {
    cursor: grabbing
}

#shadowbox .shadowboxson .prodlistNavInner::-webkit-scrollbar {
    display: none
}

#shadowbox .shadowboxson .prodlistNavItem {
    all: unset;
    box-sizing: border-box;
    flex: 0 0 auto;
    padding: 12px 0;
    color: #797979;
    border: 1px solid transparent;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
    max-width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#shadowbox .shadowboxson .prodlistNavItem.active {
    color: #2a3031;
    border-bottom: 3px solid #2a3031;
    font-weight: 600;
}

#shadowbox .shadowboxson .prodlistNavItem:active {
    transform: translateY(1px)
}

#shadowbox .shadowboxson .prodlist ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 7px;
    background: #fff;
    margin-bottom: 0;
    padding-bottom: 20px;
}

#shadowbox .shadowboxson .prodlist li {
    background: #fff;
    text-align: left;
    margin:16px 16px 0;
    border-radius: 20px;
    background: #f8f8f8; 
}

#shadowbox .shadowboxson .prodlist li .prods {
    display: flex;
    flex-direction: column;
    gap: 5px;
    display: none
}

#shadowbox .shadowboxson .prodlist li .prods .area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    padding: 12px;
    position: relative;
    border-radius: 10px;
    margin-bottom: 5px;
    display: none;
    cursor: pointer
}

#shadowbox .shadowboxson .prodlist li .prods .area:hover {
    background: #fff1e7
}

#shadowbox .shadowboxson .prodlist li .prods .area .addminus {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#shadowbox .shadowboxson .prodlist li .prods .area .addminus .add-minus {
    padding: 0 4px;
    display: flex;
    width: 80px;
    height: 32px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 4px;
    background: #fff;

}

#shadowbox .shadowboxson .prodlist li .prods .area .addminus .add-minus-guding-readonly {
    padding: 0 4px;
    display: flex;
    width: 80px;
    height: 32px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 4px;
    background: #fff;
    cursor: default;
}

#shadowbox .shadowboxson .prodlist li .prods .area .addminus .add-minus-guding-readonly .text-wrapper {
    position: relative;
    margin: 0 auto;
    font-family: PingFang SC-Semibold, Helvetica;
    font-weight: 400;
    color: #000;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}

#shadowbox .shadowboxson .prodlist li .prods .area .addminus .add-minus .add-light-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 0 0 auto;
    cursor: pointer
}

#shadowbox .shadowboxson .prodlist li .prods .area .addminus .add-minus .add-light {
    position: relative;
    width: 24px;
    height: 24px
}

#shadowbox .shadowboxson .prodlist li .prods .area .addminus .add-minus .text-wrapper {
    position: relative;
    margin: 0 auto;
    font-family: PingFang SC-Semibold, Helvetica;
    font-weight: 400;
    color: #000;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal
}

#shadowbox .shadowboxson .prodlist li .prods .area .addminus .add-light-wrapper {
    display: inline-block;
    padding: 0;
}

#shadowbox .shadowboxson .prodlist li .prods .area .addminus .add-light-wrapper:hover {
    background-color: #fff
}

#shadowbox .shadowboxson .prodlist li .prods .area .addminus .add-light-wrapper:hover svg {
    color: #FF6700
}

#shadowbox .shadowboxson .prodlist li .prods .area .addminus svg {
    width: 24px;
    height: 24px;
    color: #000;
    transition: color .3s
}

#shadowbox .shadowboxson .prodlist li .prods .area .addminus .circlefa {
    position: absolute;
    bottom: 0
}

#shadowbox .shadowboxson .prodlist li .prods .area .addminus .circlefa .circle {
    width: 32px;
    height: 32px;
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #000;
    text-align: center;
    background: #fff
}

#shadowbox .shadowboxson .prodlist li .prods .area .product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    border-radius: 10px
}

#shadowbox .shadowboxson .prodlist li .prods .area .div {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 80px;
    margin-right: 10px
}

#shadowbox .shadowboxson .prodlist li .prods .area .text-wrapper {
    color: #292929;
    font-size: 14px;
    margin-left: 20px;
    font-weight: 600;
}

#shadowbox .shadowboxson .prodlist li .prods .area .image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px
}

#shadowbox .shadowboxson .prodlist li .prods .area .element {
    position: relative;
    font-family: PingFang SC-Semibold, Helvetica;
    font-weight: 600;
    color: #292929;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
    flex: 0 0 auto
}

#shadowbox .shadowboxson .prodlist li .prods .choosed {
    background: #fff1e7;
    display: block
}

/* 所有 area：名称两行显示，第二行小字号灰色；选中时右侧数量加减常显 */
#shadowbox .shadowboxson .prodlist li .prods .area .div .text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

#shadowbox .shadowboxson .prodlist li .prods .area .div .text-wrapper-line1 {
    line-height: 1.4;
}

#shadowbox .shadowboxson .prodlist li .prods .area .div .text-wrapper-line2 {
    font-size: 13px;
    color: #888;
    font-weight: 500;
    line-height: 1.4;
}
#shadowbox .shadowboxson .prodlist li .prods .area .div .text-wrapper-line2 .extra_money {
    color: #fe8719;
    font-weight: 600;
    line-height: 1.4;
}

#shadowbox .shadowboxson .prodlist li .prods .area.choosed .addminus {
    right: 12px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width:768px) {
    #shadowbox .shadowboxson .prodlist li .prods .area.choosed .addminus {
        top: 70%;
    }
}

#shadowbox .shadowboxson .prodlist li .prods_is_guding1 {
    display: block
}

#shadowbox .shadowboxson .prodlist li .prodbottom {
    display: flex;
    align-items: center;
    border-radius: 10px;
}

#shadowbox .shadowboxson .prodlist li .prodbottom .expandmy {
    display: block;
    padding: 6px 8px;
    align-items: center;
    cursor: pointer;
    border-radius: 10px;
}

#shadowbox .shadowboxson .prodlist li .prodbottom .expandmy .expandmyson {
    display: flex;
    align-items: center;
    flex-wrap: nowrap
}

#shadowbox .shadowboxson .prodlist li .prodbottom .expandmy div {
    color: #292929;
    font-size: 13px;
}

#shadowbox .shadowboxson .prodlist li .prodbottom .expandmy svg {
    width: 24px;
    height: 24px
}

#shadowbox .shadowboxson .prodlist li .prodbottom .expandmy:hover {
    background: #fff1e7
}

#shadowbox .shadowboxson .prodlist li .prodbottom .uparrow svg {
    rotate: 180deg
}

#shadowbox .shadowboxson .prodlist .titles {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    border-radius: 8px;
    position: -webkit-sticky;
    position: sticky;
    /* 吸顶在各自 li 内的“标题行”：滚动到顶部时停在导航栏下方 */
    top: 46px;
    z-index: 22;
    background: #f8f8f8;
}

/* composite-complete：已完成的組別不需要吸頂 */
#shadowbox .shadowboxson .prodlist li.composite-complete .titles {
    position: static;
    top: auto;
    z-index: auto;
}

#shadowbox .shadowboxson .prodlist .titles .left {
    flex: 1;
    min-width: 0
}

#shadowbox .shadowboxson .prodlist .titles .left div span {
    color: #0FA87D;
    font-size: 14px;
   font-weight: 600;
    line-height: normal
}

#shadowbox .shadowboxson .prodlist .titles .newtitle {
    margin-bottom: 4px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px
}

#shadowbox .shadowboxson .prodlist .titles .newtitle h1 {
    margin: 0;
    flex: 0 1 auto;
    font-size: 16px;
    font-weight: 600;
    color: #724110;
    line-height: normal
}
 
#shadowbox .shadowboxson .prodlist .titles .newtitle .newtitle-badge {
    flex-shrink: 0;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 4px
}


#shadowbox .shadowboxson .prodlist .titles .newtitle .newtitle-badge-right.newtitle-badge-condition {
    background-color: #FFF5E9;
    color: #FF491C
}

#shadowbox .shadowboxson .prodlist .titles .newtitle .newtitle-badge-right.newtitle-badge-complete {
    background-color: transparent;
    color: #2e7d32
}

#shadowbox .shadowboxson .prodlist .titles .newtitle .newtitle-badge-wrap {
    position: relative;
    display: inline-flex
}

#shadowbox .shadowboxson .prodlist .titles .newtitle .newtitle-badge-overlay {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    background-color: #FFF3F3;
    color: #E91A16;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.3
}

#shadowbox .shadowboxson .prodlist .titles .newtitle .newtitle-complete-icon {
    flex-shrink: 0
}

#shadowbox .shadowboxson .prodlist .titles .newtitle-subtitle {
    font-size: 0.875rem;
    color: #888;
    line-height: normal;
    margin-top: 0
}

#shadowbox .shadowboxson .prodlist li.composite-complete {
    background-color: #fff1e7
}

#shadowbox .shadowboxson .prodlist li.composite-complete .titles {
    background-color: transparent
}



#shadowbox .shadowboxson .prodlist .left .complete {
    font-size: 15px;
    color: #fe7d26;
    margin-bottom: 5px
}

#shadowbox .shadowboxson .prodlist .label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 4px 12px;
    position: relative;
    background-color: #fe7d25;
    border-radius: 24px
}

#shadowbox .shadowboxson .prodlist .label .text-wrapper {
    position: relative;
    width: fit-content;
    margin-top: -1px;
    font-family: PingFang SC-Semibold, Helvetica;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal
}

#shadowbox .shadowboxson .bottom {
    padding: 20px;
    display: flex;
    align-items: center;
    background: #fff;
    position: sticky;
    bottom: 0;
    z-index: 30;
    gap: 16px;
}
@media (max-width: 768px) {
    #shadowbox .shadowboxson .bottom {
        gap: 10px;
    }
}
#shadowbox .shadowboxson .bottom .left {
    display: flex;
    gap: 16px;
}
@media (max-width: 768px) {
    #shadowbox .shadowboxson .bottom .left {
        gap: 10px;
    }
}
#shadowbox .shadowboxson .bottom .add-minus {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    position: relative;
    background-color: #fff;
}

#shadowbox .shadowboxson .bottom .leftjump {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #2a3031;
    height: 58px;
    padding: 10px 16px;
    min-width: 140px;
}

#shadowbox .shadowboxson .bottom .leftjump button {
    all: unset;
    box-sizing: border-box;
    cursor: pointer;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -.272px;
    padding: 8px 14px;
}

#shadowbox .shadowboxson .bottom .leftjump:hover {
    transition: transform .3s ease;
    transform: scale(1.03);
}

#shadowbox .shadowboxson .bottom .leftjump:active {
    transform: scale(.99);
}

#shadowbox .shadowboxson .bottom .add-minus .add-light-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    position: relative;
    flex: 0 0 auto;
    border-radius: 36px;
    border: 1px solid #eaeaea
}

#shadowbox .shadowboxson .bottom .add-minus .add-light {
    position: relative;
    width: 24px;
    height: 24px
}

#shadowbox .shadowboxson .bottom .add-minus .text-wrapper {
    position: relative;
    width: 36px;
    height: 32px;
    margin-top: -1px;
    font-family: PingFang SC-Semibold, Helvetica;
    font-weight: 400;
    color: #000;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal
}

#shadowbox .shadowboxson .bottom .left svg {
    width: 26px;
    height: 26px
}

#shadowbox .shadowboxson .bottom .left .text-wrapper {
    color: #000;
    text-align: center;
    
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    top: 4px
}

#shadowbox .shadowboxson .bottom .menu-tips-wrapper-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: 2px;
}

#shadowbox .shadowboxson .bottom .menu-tips-view-btn {
    all: unset;
    box-sizing: border-box;
    cursor: pointer;
    color: #fff;
    text-align: center;
    background: #2a3031;
    border-radius: 10px;
    height: 57px;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}
@media (max-width: 768px) {
    #shadowbox .shadowboxson .bottom .menu-tips-view-btn {
        height: 48px;
        padding: 8px 10px;
    }
}
#shadowbox .shadowboxson .bottom .menu-tips-wrapper {
    width: 200px;
    position: absolute;
    left: 50%;
    bottom: calc(100% + 8px);
    z-index: 100;
    pointer-events: none;
    animation: menuTipsFloat 2s ease-in-out infinite;
}

#shadowbox .shadowboxson .bottom .menu-tips-img {
    width: 100%;
    height: 100%;
    display: block;
    pointer-events: none;
}

#shadowbox .shadowboxson .bottom .menu-tips-close {
    pointer-events: auto;
    position: absolute;
    top: 5px;
    right: -1px;
    width: 20px;
    margin: 0;
    min-height: 20px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

@keyframes menuTipsFloat {
    0% {
        transform: translateX(-50%) translateY(0);
    }
    50% {
        transform: translateX(-50%) translateY(-10px);
    }
    100% {
        transform: translateX(-50%) translateY(0);
    }
}

#shadowbox .shadowboxson .bottom .right:hover {
    transition: transform .3s ease;
    transform: scale(1.05)
}

#shadowbox .shadowboxson .bottom .right .button-add-to {
    color: #fff;
    
    font-size: 20px;
    font-weight: 600;
    text-align: center
}

#shadowbox .shadowboxson .bottom .add-light-wrapper {
    display: inline-block;
    padding: 10px;
    transition: background-color .3s
}

#shadowbox .shadowboxson .bottom .add-light-wrapper:hover {
    background-color: #fe7d26;
    cursor: pointer;
}

#shadowbox .shadowboxson .bottom .add-light-wrapper:hover svg {
    color: #fff
}

#shadowbox .shadowboxson .bottom svg {
    width: 24px;
    height: 24px;
    color: #fe7d26;
    transition: color .3s
}

#shadowbox .swiper {
    width: 100%;
    height: 400px;
    margin: auto
}

#shadowbox .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #fff
}

#shadowbox img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#shadowbox .swiper-button-next,
#shadowbox .swiper-button-prev {
    color: #fe7d26
}

#shadowbox .swiper-pagination-bullet-active {
    background: #fe7d26
}

#shadowbox .button-circle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fe7d25;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    padding: 10px
}

#shadowbox .swiper-button-next,
#shadowbox .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: rgba(0,0,0,.8);
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 8080
}

#shadowbox .swiper-button-next:after,
#shadowbox .swiper-button-prev:after {
    font-size: 18px
}

#shadowbox .swiper-button-next:hover:after,
#shadowbox .swiper-button-prev:hover:after {
    color: #000
}

#shadowbox .swiper-button-next:hover,
#shadowbox .swiper-button-prev:hover {
    background: #fff
}

#shadowbox .button-circle:hover {
    background-color: rgba(0, 0, 255, .2)
}

#shadowbox .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 0 8px;
    border-radius: 50px;
    height: 20px;
    display: flex;
    align-items: center;
    width: fit-content
}

.imgmodel {
    position: fixed;
    z-index: 1;
    z-index: 8002;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4);
    display: none
}

.imgmodel .modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 80%;
    max-width: 700px;
    background: 0 0
}

.imgmodel .modal-content img {
    width: 100%
}

#shadowbox .shadowboxson_ani_pc {
    top: 100%;
    animation: slideUppc .8s forwards
}

.right9 .products .product .proright .proright_title p {
    margin-bottom: 0;
    padding-bottom: 0
}

@media screen and (max-width:1148px) {
    .right9 .products .product .proright .proright_title p {
        font-size: 14px;
        padding-bottom: 0
    }

    .realbottom .myleft {
        flex-wrap: wrap;
        gap: 3px
    }
}

@media screen and (max-width:580px) {
    #shadowbox .shadowboxson .third .price .text-wrapper {
        font-size: 16px
    }
    #shadowbox .shadowboxson .third .price .text-wrapper .first {
        display: none;
    }

    #shadowbox .shadowboxson .third .price .div {
        font-size: 14px
    }

    #shadowbox .shadowboxson .third .price .bestseller {
        border-radius: 4px;
        background: #e4fff7;
        color: #00b780;
        
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        height: auto
    }

    #shadowbox .shadowboxson .third .price .text-wrapper-2 {
        font-size: 13px
    }

    #shadowbox .shadowboxson .firstlinefa {
        top: 4px
    }

    #shadowbox .shadowboxson .bottom {
        position: relative
    }


    .mobileson .realbottom .bestseller,
    .mobileson .realbottom .freeshipping {
        padding: 1px 5px
    }

    #shadowbox .shadowboxson .prodlist ul {
        gap: 0;
        padding-bottom: 80px;
    }

    #shadowbox .shadowboxson .third .stickytitle {
        margin-bottom: 0
    }

    .swiper {
        max-height: 300px
    }

    #shadowbox .shadowboxson {
        width: 100vw;
        height: 95%;
        bottom: -500px;
        border-radius: 20px 20px 0 0;
        top: unset;
        left: 0
    }

    #shadowbox .shadowboxson_ani {
        animation: slideUp .8s forwards
    }

    #shadowbox .shadowboxson .third .stickytitle h1 {
        font-size: 20px;
        width: 90%
    }

    body .floating_button {
        bottom: 80px !important
    }

    body .stillneed {
        color: #919191;
        
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal
    }
}

@media screen and (max-width:440px) {
    #shadowbox .shadowboxson .bottom .right .button-add-to {
        font-size: 15px
    }

    #shadowbox .shadowboxson .firstlinefa {
        top: 14px
    }

    #shadowbox .shadowboxson .bottom {
        padding: 5px 10px
    }

    #shadowbox .shadowboxson .bottom .left svg {
        width: 24px;
        height: 24px
    }

    #shadowbox .shadowboxson .bottom .right {
        height: 48px
    }

    #shadowbox .shadowboxson .prodlist li .prods .area .text-wrapper {
        font-size: 14px;
        margin-left: 10px
    }

    #shadowbox .shadowboxson .prodlist li .prods .area .element {
        font-size: 14px
    }

    #shadowbox .shadowboxson .firstline .box .rectangle,
    #shadowbox .shadowboxson .firstline .box .rectangle svg {
        width: 26px;
        height: 26px
    }
}

#shadowbox .shadowboxson_hide {
    animation: slideHide .8s forwards
}

@keyframes slideHide {
    0% {
        opacity: 1;
        top: 2.5%
    }

    to {
        top: 100%;
        opacity: 1
    }
}

@keyframes slideUp {
    0% {
        bottom: -500px;
        opacity: 1
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

@keyframes slideUppc {
    0% {
        top: 100%;
        opacity: 1
    }

    to {
        top: 2.5%;
        opacity: 1
    }
}

@media screen and (max-width:410px) {
    .mobileson .moright .right9_topright {
        font-size: 13px;
        padding: 2px 0
    }

    .mobileson .moright .toptitle {
        font-size: 13.2px
    }
}

body #app #shadowbox .shadowboxson .price .change250619 .first {
    font-size: 18px
}

body #app #shadowbox .shadowboxson .price .change250619 .first,
body #app #shadowbox .shadowboxson .price .change250619 .second {
    background-color: unset;
    color: #ff6700;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -.34px;
    padding: unset;
    border-radius: unset
}

body #app #shadowbox .shadowboxson .price .change250619 .second {
    font-size: 20px
}

body #app #shadowbox .shadowboxson .price .div {
    text-decoration: unset;
    color: #666;
    text-align: center;
    text-decoration: line-through;
    font-size: 14px;
    line-height: normal;
    letter-spacing: -.272px
}

body #app #shadowbox .shadowboxson .bottom .change250619cart {
    height: 52px;
    border-radius: 10px;
    background: #CB1800;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex: 1 1 auto;
    width: auto;
    padding: 8px 16px;
    cursor: pointer;
}
@media (max-width: 768px) {
    body #app #shadowbox .shadowboxson .bottom .change250619cart {
        padding: 8px;
        height: 48px;
    }
    body #app #shadowbox .shadowboxson .bottom .change250619cart.change250619cart--on-sale {
        padding: 8px 8px 0;
    }
}
body #app #shadowbox .shadowboxson .bottom .change250619cart .change250619cart-icon {
    width: 116px;
    height: 21px;
    position: absolute;
    top: -8px;
    left: 0;
}
@media (max-width: 768px) {
    body #app #shadowbox .shadowboxson .bottom .change250619cart .change250619cart-icon {
        top: -7px;
        left: 50%;
        transform: translateX(-50%);
    }
}
body #app #shadowbox .shadowboxson .bottom .change250619cart .firstline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}


body #app #shadowbox .shadowboxson .bottom .change250619cart .firstline .change250619cart-text {
    display: inline-block;
}

body #app #shadowbox .shadowboxson .bottom .change250619cart .secondline {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

body #app #shadowbox .shadowboxson .bottom .change250619cart .secondline .price1 {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

body #app #shadowbox .shadowboxson .bottom .change250619cart .secondline .price2 {
    color: #ffc69f;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: line-through;
}

.quote {
    margin-top: 30px;
    border-radius: 10px;
    background: #ffebd4;
    text-align: center;
    margin-bottom: 25px
}

.quote .quoteson {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 24px 0
}

.quote .quoteson img {
    max-width: 112px
}

.quote .quoteson h4 {
    color: #0c2633;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.quote .quoteson .custom_quote {
    border-radius: 10px;
    background: #ff6700;
    display: inline-flex;
    height: 48px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0
}

.quote .quoteson .custom_quote button {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0
}

.line22 {
    display: flex;
    align-items: center;
    gap: 10px
}
@media (max-width: 768px) {
    .line22 {
        margin-bottom: 10px;
    }
}
.line22 .myleft {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.line22 .bestseller,
.line22 .freeshipping,
.line22 .hot-sale,
.line22 .discount-percent {
    padding: 2px 6px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
}

.line22 .bestseller {
    background: #FFECF0;
    color: #EE1742;
}

.line22 .freeshipping {
    background: #E2F1FF;
    color: #1C8EFF;
}

.line22 .hot-sale {
    background: #FFEFDF;
    display: flex;
    align-items: center;
    gap: 2px;
    padding-left: 0;
}

.line22 .discount-percent {
    background: #FFEFDF;
    color: #FF491C;
}


@media screen and (max-width:750px) {
    body #app #shadowbox .shadowboxson .third .price .group {
        gap: unset
    }

    body #app #shadowbox .shadowboxson .bottom .change250619cart .firstline {
        font-size: 16px
    }

    body #app #shadowbox .shadowboxson .bottom .change250619cart .second,
    body #app #shadowbox .shadowboxson .bottom .change250619cart .secondline .price1,
    body #app #shadowbox .shadowboxson .bottom .change250619cart .secondline .price2 {
        font-size: 14px
    }

    body #app #shadowbox .shadowboxson .price .div {
        font-size: 14px;
        font-weight: 500
    }

    .quote .quoteson img {
        max-width: 82px
    }

    .quote .quoteson h4 {
        font-size: 14px
    }

    .quote .quoteson .custom_quote {
        padding: 14px
    }

    .quote .quoteson .custom_quote button {
        font-size: 14px
    }
}

@media screen and (max-width:580px) {
    body #app #shadowbox .shadowboxson .bottom .change250619cart .secondline {
        position: relative;
        align-items: flex-end
    }

    body #app #shadowbox .shadowboxson .bottom .change250619cart .secondline .price2 {
        font-size: 14px;
        top: -5px;
        position: relative
    }

    #app #shadowbox .shadowboxson .bottom {
        position: fixed;
        width: 100%;
    }

    #shadowbox .shadowboxson .third .price .text-wrapper {
        gap: unset !important
    }

    body #app #shadowbox .shadowboxson .price .change250619 .first,
    body #app #shadowbox .shadowboxson .price .change250619 .second {
        font-size: 18px;
        font-weight: 700
    }

    #shadowbox .shadowboxson .bottom .right {
        padding: 10px 18px
    }

    #shadowbox .shadowboxson .bottom .leftjump {
        height: 48px;
        padding: 8px 10px;
        min-width: auto;
    }
    

    #shadowbox .shadowboxson .bottom .leftjump button {
        font-size: 14px;
        padding: 6px 10px;
    }
}

/* ad3: card list app (優惠搭配) */
#card_list_app {
    margin: 0 auto;
    padding: 0;
    position: sticky;
    z-index: 54;
    bottom: auto;
}
@media (min-width: 768px) {
    #card_list_app {
        bottom: 98px !important;
    }
}
#card_list_app .menu-list {
    cursor: pointer
}

#card_list_app .title {
    border-radius: 20px 20px 0 0;
    position: sticky;
    top: 0;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    align-items: center;
    background-color: #FFF5E9;
    z-index: 9999
}

#card_list_app .title .title-icon {
    margin-right: 0
}

#card_list_app .title .title-wrapper {    
    color: #ff6700;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.2;
}
#card_list_app .title .title-wrapper .title1 {
    font-size: 24px;
    font-weight: 700;
}

#card_list_app .title .title-wrapper .title2 {
    font-size: 14px;
    font-weight: 700;
}

#card_list_app .title .card_list_app-close {
    position: relative;
    width: 36px;
    height: 36px;
    min-height: 36px;
    flex-shrink: 0;
    margin-left: auto;
    margin-right: 20px;
    border-radius: 50%;
    border: 1px solid #d9d9d9;
    background: #fff;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

/* 舊版 X 按鈕 */
/* #card_list_app .title .card_list_app-close:before,
#card_list_app .title .card_list_app-close:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    background-color: #7c7c7c;
    border-radius: 2px;
}

#card_list_app .title .card_list_app-close:before {
    transform: rotate(45deg);
}

#card_list_app .title .card_list_app-close:after {
    transform: rotate(-45deg);
} */

#card_list_app .title .card_list_app-close:hover {
    border-color: #ff6700;
}

/* #card_list_app .title .card_list_app-close:hover:before,
#card_list_app .title .card_list_app-close:hover:after {
    background-color: #ff6700;
} */

#card_list_app .menu-list {
    background-color: #fff;
    padding: 10px;
    height: 500px;
    overflow-y: scroll
}

#card_list_app .menu-list .list {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 10px;
}
#card_list_app .menu-list .list:hover,#card_list_app .menu-list .list.active {
    background-color: #fff5e9;
}

#card_list_app .menu-list .list .cover {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    background-color: hsla(0, 0%, 100%, .5);
    border-radius: 10px;
    overflow: hidden
}

#card_list_app .menu-list .list .cover img {
    width: 100%;
    height: 100%
}

#card_list_app .menu-list .list .info {
    text-align: left;
    margin-left: 16px;
    flex: 1
}

#card_list_app .menu-list .list .info .name {
    color: #2A3031;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis
}

#card_list_app .menu-list .list .info .price-wrapper {
    display: flex;
    align-items: center;
}

#card_list_app .menu-list .list .info .price-wrapper .price {
    color: #ff6700;
    font-size: 14px;
    font-weight: 700;
}

#card_list_app .menu-list .list .info .price-wrapper .regular_price {
    margin-left: 4px;
    font-size: 12px;
    color: #7c7c7c;
    position: relative
}

#card_list_app .menu-list .list .info .price-wrapper .regular_price:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    top: 56%;
    position: absolute;
    transform: translateY(-50%);
    background-color: #bcbcbc
}

#card_list_app .menu-list .list .add-wrapper {
    width: 84px;
    cursor: pointer;
    text-align: right
}

#card_list_app .menu-list .list .add-wrapper .addorminus3 {
    width: 82px;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

#card_list_app .menu-list .list .add-wrapper .addorminus3 svg {
    height: 24px
}

#card_list_app .menu-list .list .add-wrapper .addorminus2 {
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    background: #fff;
    display: flex;
    width: 82px;
    padding: 4px;
    justify-content: space-between;
    align-items: center
}

#card_list_app .menu-list .list .add-wrapper .addorminus2 .fullbox2 {
    display: flex;
    align-items: center;
    justify-self: center
}

#card_list_app .menu-list .list .add-wrapper .addorminus2 span {
    color: #2a3031;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 24px;
    flex-shrink: 0;
    display: inline-block
}

#card_list_app .menu-list .list .add-wrapper .addorminus2 svg {
    width: 24px;
    height: 24px
}

#card_list_app .menu-list .list .add-wrapper img {
    width: 72px
}

.animation_ad3_slide_up {
    animation: slideUpad3 .8s forwards
}

.animation_ad3_slide_down {
    animation: slideDownad3 .8s forwards
}

@keyframes slideUpad3 {
    0% {
        bottom: -500px;
        opacity: 1
    }

    to {
        bottom: 100px;
        opacity: 1
    }
}

@keyframes slideDownad3 {
    0% {
        bottom: 100px;
        opacity: 1
    }

    to {
        bottom: -500px;
        opacity: 0
    }
}

@media (max-width:440px) {
    @keyframes slideUpad3 {
        0% {
            bottom: -500px;
            opacity: 1
        }

        to {
            bottom: 58px;
            opacity: 1
        }
    }

    @keyframes slideDownad3 {
        0% {
            bottom: 58px;
            opacity: 1
        }

        to {
            bottom: -500px;
            opacity: 1
        }
    }
}

@media screen and (max-width:580px) {
    #card_list_app {
        width: 100%
    }

    .leftjump {
        padding: 4px
    }
}

.swiper-page svg {
    user-select: none
}

/* ad3: card_list_app active -> mask overlay, block interactions */
#shadowbox .shadowboxson > .second.ad3-mask,
#shadowbox .shadowboxson > .thirdfa.ad3-mask {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

#shadowbox .shadowboxson > .second.ad3-mask::after,
#shadowbox .shadowboxson > .thirdfa.ad3-mask::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 9999;
    pointer-events: auto;
    cursor: not-allowed;
}