@import 'Tafulu.WebFront.Client.wz7ekgj709.bundle.scp.css';
@import '_content/Tafulu.SharedRazor/Tafulu.SharedRazor.y01silnvk2.bundle.scp.css';

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-83jwqzfu3o],
.components-reconnect-repeated-attempt-visible[b-83jwqzfu3o],
.components-reconnect-failed-visible[b-83jwqzfu3o],
.components-pause-visible[b-83jwqzfu3o],
.components-resume-failed-visible[b-83jwqzfu3o],
.components-rejoining-animation[b-83jwqzfu3o] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-83jwqzfu3o],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-83jwqzfu3o],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-83jwqzfu3o],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-83jwqzfu3o],
#components-reconnect-modal.components-reconnect-retrying[b-83jwqzfu3o],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-83jwqzfu3o],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-83jwqzfu3o],
#components-reconnect-modal.components-reconnect-failed[b-83jwqzfu3o],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-83jwqzfu3o] {
    display: block;
}


#components-reconnect-modal[b-83jwqzfu3o] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-83jwqzfu3o 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-83jwqzfu3o 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-83jwqzfu3o 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-83jwqzfu3o]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-83jwqzfu3o 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-83jwqzfu3o {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-83jwqzfu3o {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-83jwqzfu3o {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-83jwqzfu3o] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-83jwqzfu3o] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-83jwqzfu3o] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-83jwqzfu3o] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-83jwqzfu3o] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-83jwqzfu3o] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-83jwqzfu3o] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-83jwqzfu3o 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-83jwqzfu3o] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-83jwqzfu3o {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Layout/SubChat/FloatingContact.razor.rz.scp.css */
.fc-root[b-nguir0xli3] {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99;
    pointer-events: auto;
}

[b-nguir0xli3] .fc-btn {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    padding: 6px;
    border: 1px solid #dddddd;
    box-shadow: 0 6px 20px rgba(0,0,0,.15);
    background: #fff;
}

[b-nguir0xli3] .fc-btn:hover {
    background: #eeeeee;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0,0,0,.2);
}

/* 菜单容器 */
.fc-menu[b-nguir0xli3] {
    position: absolute;
    right: 0;
    bottom: 80px;
    display: grid;
    gap: 12px;
    padding: 8px;
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease;
}

.fc-menu--open[b-nguir0xli3] {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* 菜单项（白色圆角胶囊） */
[b-nguir0xli3] .fc-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    background: #fff;
    border-radius: 999px;
    padding: 12px 14px;
    box-shadow: 0 4px 18px rgba(0,0,0,.12);
    transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}

[b-nguir0xli3] .fc-item:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(0,0,0,.16);
    background: #fafafa;
}

/* 大屏 */
@media (min-width: 641px) {
    .fc-menu[b-nguir0xli3] {
        width: 400px;
    }
}

/* 小屏 */
@media (max-width: 640px) {
    .fc-root[b-nguir0xli3] {
        right: 12px;
        bottom: 12px;
    }

    .fc-btn[b-nguir0xli3] {
        width: 50px;
        height: 50px;
    }

    .fc-menu[b-nguir0xli3] {
        width: 86vw;
        right: 0;
    }
}
/* /Components/Layout/subUser/LTUserNav.razor.rz.scp.css */

.menu_warp[b-fxzh2n11ry] {
    height: calc(100vh - 150px);
    overflow-y: scroll;
}

.menu_warp.hide[b-fxzh2n11ry] {
    display: none;
}

.menu_warp.show[b-fxzh2n11ry] {
    display: block;
}


.menu_box[b-fxzh2n11ry] {
    padding-left: 20px;
    width:100%;
}

.menu_box dt[b-fxzh2n11ry] {
    margin-top: 10px;
    font-weight: bold;
}

.menu_box dd[b-fxzh2n11ry] {
    margin-top: 7px;
    font-size: 14px;
}
/* /Components/Layout/sub/LTHeader.razor.rz.scp.css */
.header-warp[b-pb9ce0aq3v] {
    position: fixed;
    inset: 0;
    z-index: 999;
    border-bottom: 4px solid #cc9966;
    background-color: #330000;
    /*overflow:hidden;*/
}


.drawer-fixed-wrap[b-pb9ce0aq3v] {
    position: fixed;
    top: 0;
    height: 100vh;
    overflow-y: auto;
}

.drawer-fixed-wrap[b-pb9ce0aq3v]  a {
    display: block;
    line-height: 40px;
}


.menu-warp[b-pb9ce0aq3v] {
    position: relative;
}

.menu-btn[b-pb9ce0aq3v] {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: none;
    cursor: pointer;
    color: #ffffff;
    background: transparent;
}

.menu-btn:hover[b-pb9ce0aq3v] {
    color: #FF0000;
}

.menu-list[b-pb9ce0aq3v] {
    position: absolute;
    top: 30px;
    left: 0;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 10;
}

.menu-list li[b-pb9ce0aq3v] {
    white-space: nowrap;
    cursor: pointer;
}

.menu-list li[b-pb9ce0aq3v]  a {
    padding-left: 20px;
    padding-right: 30px;
    display: block;
    line-height: 40px;
}
/* /Components/Layout/sub/second/LTLanguageSwitcher.razor.rz.scp.css */
.lang-warp[b-zph1k2h132] {
    position: relative;
}

.lang-btn[b-zph1k2h132] {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: none;
    cursor: pointer;
    color: #ffffff;
    background: transparent;
}

.lang-btn:hover[b-zph1k2h132] {
    color: var(--color-yellow);
}

.lang-list[b-zph1k2h132] {
    position: absolute;
    top: 100%; /* 让它出现在父元素下方 */
    right: 0;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 10;
    overflow: hidden;
}

.lang-list li[b-zph1k2h132] {
    padding: 10px 20px;
    white-space: nowrap;
    cursor: pointer;
}

.lang-list li:hover[b-zph1k2h132] {
    background-color: #eeeeee;
}

.lang-list li.active[b-zph1k2h132] {
    color: #fd521d;
    font-weight: bold;
}
/* /Components/Pages/AllCategories/sub/CategoryCard.razor.rz.scp.css */
.cat-card[b-ypw1hokwkz] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

/* 主轴左右翻转 */
.cat-card.is-reverse[b-ypw1hokwkz] {
    flex-direction: row-reverse;
}

/* 不允许放大(0) 不允许缩小(0) 占据主轴 40% 的宽度 */
.cat-card_image[b-ypw1hokwkz] {
    flex: 0 0 40%;
}

/* 允许放大(1) 允许缩小(1) 占据主轴剩余的全部空间 */
.cat-card_content[b-ypw1hokwkz] {
    flex: 1;
}

/* 手机端竖排 */
@media (max-width: 767px) {
    .cat-card[b-ypw1hokwkz] {
        flex-direction: column;
        text-align: center;
    }

    .cat-card.is-reverse[b-ypw1hokwkz] {
        flex-direction: column;
    }

    .cat-card_image[b-ypw1hokwkz], .cat-card_content[b-ypw1hokwkz] {
        flex: unset;
        width: 100%;
    }

    .cat-card_content[b-ypw1hokwkz] {
        padding: 10px 0;
    }
}
/* /Components/Pages/ContactUs/sub/ContactSupport.razor.rz.scp.css */
.contact-card[b-plgl7nxb4d] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 20px;
    border-radius: 10px;
    background: #f8f8f8;
    border: 1px solid #eeeeee;
    overflow: hidden;
}

/* 不允许放大(0) 不允许缩小(0) 占据主轴 xpx 或 x% 的宽度 */
.card_image[b-plgl7nxb4d] {
    flex: 0 0 80px;
    border-radius: 10px;
    overflow: hidden;
}

/* 允许放大(1) 允许缩小(1) 占据主轴剩余的全部空间 */
.card_content[b-plgl7nxb4d] {
    flex: 1;
    padding: 10px 10px 0 30px;
}

/* 手机端竖排 */
@media (max-width: 767px) {
    .contact-card[b-plgl7nxb4d] {
        flex-direction: column;
    }

    .card_image[b-plgl7nxb4d], .card_content[b-plgl7nxb4d] {
        flex: unset;
        width: 100%;
    }

    .card_content[b-plgl7nxb4d] {
        padding: 10px 10px 0 10px;
    }
}
/* /Components/Pages/ProductDetail/SubShared/Price/ProductDetailPriceBox.razor.rz.scp.css */
.pd-price-box[b-sd86rqgroo] {
    margin: 16px 0;
    padding: 18px;
    border-radius: 8px;
    background-color: #fff5f5;
    border: 1px solid #ffe1e1;
}


.pd-discount-detail[b-sd86rqgroo] {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px dashed #ffd0d0;
}


.pd-discount-bargain[b-sd86rqgroo] {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px dashed #ffd0d0;
}
/* /Components/Pages/ProductDetail/SubShared/sub/SkuUI.razor.rz.scp.css */
.sku-selector[b-pnaihpx7au] {
}


.attribute-value[b-pnaihpx7au] {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 5px;
    padding: 0.5rem 1rem;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    /*background-color: #ececec;*/
    cursor: pointer;
    transition: all 0.2s;
}

.attribute-value:hover[b-pnaihpx7au] {
    border-color: #adb5bd;
}

.attribute-value.selected[b-pnaihpx7au] {
    color: #cc3333;
    border-color: #cc3333;
}

.attribute-value.disabled[b-pnaihpx7au] {
    color: #bbb;
    border-color: #eee;
    cursor: not-allowed;
}
/* /Components/Widgets/RuleBargain/XkfBargainRuleBox.razor.rz.scp.css */

.bargain-rule-box[b-5mt2mz8cer] {
    padding: 20px;
    padding-top: 0;
    border-radius: 14px;
    background: #fff;
    margin-top: 30px;
    margin-bottom: 16px;
}



.bargain-rule-step[b-5mt2mz8cer] {
    display: flex;
    gap: 12px;
}

.bargain-rule-icon[b-5mt2mz8cer] {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 999px;
    background: #ff4d4f;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}


.bargain-rule-line[b-5mt2mz8cer] {
    width: 1px;
    height: 18px;
    background: #ffd6d6;
    margin-left: 14px;
    margin-top: 6px;
    margin-bottom: 6px;
}


ul.bargain-tips[b-5mt2mz8cer] {
    margin-top: 10px;
    margin-left: 20px;
    list-style-type: disc;
}

ul.bargain-tips li[b-5mt2mz8cer] {
    color: #ff0000;
    margin-bottom: 2px;
}
/* /Components/Widgets/RuleGroupbuy/XkfGroupbuyRuleBox.razor.rz.scp.css */

.groupbuy-rule-box[b-dkxob0jy0o] {
    padding: 20px;
    padding-top: 0;
    border-radius: 14px;
    background: #fff;
    margin-top: 30px;
    margin-bottom: 16px;
}



.groupbuy-rule-step[b-dkxob0jy0o] {
    display: flex;
    gap: 12px;
}

.groupbuy-rule-icon[b-dkxob0jy0o] {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 999px;
    background: #ff4d4f;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}


.groupbuy-rule-line[b-dkxob0jy0o] {
    width: 1px;
    height: 18px;
    background: #ffd6d6;
    margin-left: 14px;
    margin-top: 6px;
    margin-bottom: 6px;
}


ul.groupbuy-tips[b-dkxob0jy0o] {
    margin-top: 10px;
    margin-left: 20px;
    list-style-type: disc;
}

ul.groupbuy-tips li[b-dkxob0jy0o] {
    color: #ff0000;
    margin-bottom: 2px;
}
