/*
Theme Name: Flatsome Child xiaoxiong
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
body	.woocommerce-mini-cart  dl.variation{
    display: flex;
    flex-direction: column;
}
body	.woocommerce-mini-cart .variation-Components ul li{
       padding-left: 0;
       padding-right: 0;
       padding:0;
       min-height: auto;
}
.cartprod_title span{
    display: none;
}.woosq-product .product-type-simple .product_title .extral_money{
    display: none;
}
@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    
    
    }

/* 手機／平板（Flatsome medium ≤849px）：左選單 | 居中 Logo | 右購物車。
   主題常把 #logo 設為 order:1、側欄為 order:0，flex 視覺順序會變成「左欄、右欄、Logo」，與 DOM 順序不一致；此處用 order 1/2/3 與三欄 grid 對齊。 */
@media screen and (max-width: 849px) {
    #masthead .header-inner.flex-row.container.logo-left,
    #header .header-inner.flex-row.container.logo-left,
    .header-main .header-inner.flex-row.container.logo-left,
    .header-inner.flex-row.container.logo-left {
        display: grid !important;
        grid-template-columns: 1fr auto 1fr !important;
        grid-template-rows: auto !important;
        align-items: center !important;
        column-gap: 10px;
        row-gap: 0 !important;
        width: 100% !important;
    }

    #masthead .header-inner.flex-row.container.logo-left > .flex-col.show-for-medium.flex-left,
    #header .header-inner.flex-row.container.logo-left > .flex-col.show-for-medium.flex-left,
    .header-main .header-inner.flex-row.container.logo-left > .flex-col.show-for-medium.flex-left,
    .header-inner.flex-row.container.logo-left > .flex-col.show-for-medium.flex-left {
        grid-column: 1 !important;
        grid-row: 1 !important;
        justify-self: start !important;
        align-self: center !important;
        order: 1 !important;
        flex: 0 0 auto !important;
        width: auto !important;
        max-width: none !important;
    }

    #masthead .header-inner.flex-row.container.logo-left > #logo,
    #header .header-inner.flex-row.container.logo-left > #logo,
    .header-main .header-inner.flex-row.container.logo-left > #logo,
    .header-inner.flex-row.container.logo-left > #logo {
        grid-column: 2 !important;
        grid-row: 1 !important;
        justify-self: center !important;
        align-self: center !important;
        order: 2 !important;
        min-width: 0 !important;
        flex: 0 1 auto !important;
        margin: 0 !important;
    }

    #masthead .header-inner.flex-row.container.logo-left > .flex-col.show-for-medium.flex-right,
    #header .header-inner.flex-row.container.logo-left > .flex-col.show-for-medium.flex-right,
    .header-main .header-inner.flex-row.container.logo-left > .flex-col.show-for-medium.flex-right,
    .header-inner.flex-row.container.logo-left > .flex-col.show-for-medium.flex-right {
        grid-column: 3 !important;
        grid-row: 1 !important;
        justify-self: end !important;
        align-self: center !important;
        order: 3 !important;
        flex: 0 0 auto !important;
        width: auto !important;
        max-width: none !important;
    }
}


    body img.emoji{
    max-width: 16px !important;
    max-height: 16px !important;
    position: relative !important;
    top:unset !important;
}



               .mymodifycart {
        display: flex;
        flex-direction: row-reverse;
        cursor: pointer;
    }

    .mymodifycart .cartleft {
        visibility: hidden;
    }

    .mymodifycart .cartright {


        border-radius: 10px;
        border: 1px solid #E2E2E2;
        background: #FFF;

        height: 44px;
        padding: 12px;
        justify-content: center;
        align-items: center;
        gap: 2px;


        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
            margin-bottom: 10px;
    }

    .mymodifycartson {
        display: flex;

        padding: 5px;

        width: fit-content;
        cursor: pointer;
        color: #1E1E1E;

        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .mymodifycart .cartright:hover {
        border-radius: 10px;
        border: 1px solid #E2E2E2;
        background: #F6F6F6;
    }

    #header .header-nav .woocommerce-mini-cart-item a {
        color: #1E1E1E;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    #header .header-nav .woocommerce-mini-cart-item a img {
        border-radius: 10px;
    }

    #header .header-nav .woocommerce-mini-cart-item .quantity bdi {
        color: #EA3E3E;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    #header .header-nav .nav-dropdown .widget_shopping_cart .ux-mini-cart-footer .woocommerce-mini-cart__buttons .button {
        border-radius: 10px;
        border: 1px solid #fe7d26;
        background: #fe7d26;
        color: #fff;

        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;

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

    /* 非空購物車：結帳按鈕橙色 */
    #header .header-nav .nav-dropdown .widget_shopping_cart .ux-mini-cart-footer.ux-mini-cart-footer--not-empty .woocommerce-mini-cart__buttons .checkout {
        border-radius: 10px;
        border: 1px solid #fe7d26;
        background: #fe7d26;
        color: #fff;
        pointer-events: auto;
        cursor: pointer;
        opacity: 1;
    }

    /* 空購物車：結帳按鈕灰色且不可點擊 */
    #header .header-nav .nav-dropdown .widget_shopping_cart .ux-mini-cart-footer.ux-mini-cart-footer--empty .woocommerce-mini-cart__buttons .checkout {
        border-radius: 10px;
        border: 1px solid #BDBDBD;
        background: #BDBDBD;
        color: #fff;
        pointer-events: none;
        cursor: default;
        opacity: 1;
    }

    #header .header-nav .nav-dropdown .widget_shopping_cart .ux-mini-cart-footer .woocommerce-mini-cart__total strong {
        color: #1E1E1E;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .cartprod .mymodifycart {
      
    }

    /* Scope dropdown width to mini-cart only (avoid shrinking mega menu dropdowns) */
    #header .header-nav li.cart-item > .nav-dropdown{
        min-width:356px;
    }

    #header .nav-dropdown ul.woocommerce-mini-cart{
        padding-right: 10px;
    }
    #header .header-nav .woocommerce-mini-cart-item a.remove{
        color: #ececec;
    }

      #header .nav-dropdown ul.woocommerce-mini-cart::-webkit-scrollbar {

        width: 3px;

        height: 10px;

    }

    #header .nav-dropdown ul.woocommerce-mini-cart::-webkit-scrollbar-thumb {
        border-radius: 3px;


         -webkit-box-shadow: inset005pxrgba(0,0,0,0.2); 
        background: #fe7d26;
        opacity: 0.1;
    }

    #header .nav-dropdown ul.woocommerce-mini-cart::-webkit-scrollbar-track {
        border-radius: 3px;
        height: 100px;

        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    }
#app .rightcart .cartbuttons .checkoutbutton{
    color:#1E1E1E;
}.shop_table .mymodifycart{flex-direction:row}


#dialog .needchoosemore{
    border: unset;
}

    #content  .cart-sidebar .checkout-button{
        background-color:#fe7d26;
    }

    .mini-cart-payment-methods {
        margin-top: 8px;
        text-align: center;
    }

    .mini-cart-payment-methods__text {
        margin: 4px 0;
        font-size: 11px;
        color: #9E9E9E;
    }

    .mini-cart-payment-methods__image {
        max-width: 100%;
        height: auto;
        display: inline-block;
    }

    /* Mini cart layout: keep footer at bottom */
    #cart-popup .widget_shopping_cart_content {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    #cart-popup .widget_shopping_cart_content .woocommerce-mini-cart {
        flex: 1 1 auto;
        overflow-y: auto;
    }

    #cart-popup .widget_shopping_cart_content .ux-mini-cart-footer {
        margin: auto -16px -16px;
        padding: 10px !important;
        z-index: 100;
    }

    /* Empty mini cart image size & centering */
    #cart-popup .ux-mini-cart-empty {
        flex-direction: column;
        align-items: center;
    }

    #cart-popup .ux-mini-cart-empty__image {
        width: 160px;
        height: 141px;
        object-fit: contain;
        margin: 0 auto 8px;
        display: block;
    }
    #cart-popup .inner-padding {
        padding: 16px;
    }
    #cart-popup .widget_shopping_cart_content .ux-mini-cart-footer .woocommerce-mini-cart__buttons {
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
    }
    #cart-popup .widget_shopping_cart_content .ux-mini-cart-footer .woocommerce-mini-cart__buttons .button {
        border-radius: 10px;
    }
    #cart-popup .widget_shopping_cart_content .ux-mini-cart-footer .woocommerce-mini-cart__buttons .button:first-child {
        background-color: #fff;
        border: 2px solid #2A3031;
        color: #2A3031;
        order: 2;        
    }
    #cart-popup .widget_shopping_cart_content .ux-mini-cart-footer .woocommerce-mini-cart__buttons .button:first-child:hover {
        background-color: #2A3031;
        color: #fff;
    }
    #cart-popup .widget_shopping_cart_content .ux-mini-cart-footer .woocommerce-mini-cart__buttons .checkout {
        background: #FF6700;
        order: 1;
    }
    #cart-popup .widget_shopping_cart_content .ux-mini-cart-footer .woocommerce-mini-cart__buttons .checkout:disabled {
        background: #8c8c8c;
        border: 1px solid #8c8c8c;
        color: #fff;
        cursor: no-drop;
    }

    /* Mini cart quantity row */
    #cart-popup .woocommerce-mini-cart-item .mini-cart-item-qty-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 4px;
    }

    #cart-popup .woocommerce-mini-cart-item .mini-cart-qty-input-group {
        display: inline-flex;
        align-items: center;
        border-radius: 20px;
        border: 1px solid #E2E2E2;
        background: #FFF;
        width: 86px;
        height: 30px;
        padding: 0 8px;
    }

    #cart-popup .woocommerce-mini-cart-item .mini-cart-qty-btn {
        margin: 0;
        padding: 0;
        min-height: 24px;
        display: flex;
        align-items: center;
    }

    #cart-popup .woocommerce-mini-cart-item .mini-cart-qty-input {
        width: 20px;
        border: none;
        text-align: center;
        font-size: 14px;
        margin: 0;
        padding: 0;
        outline: none;
        box-shadow: none;
        background: transparent;
        -moz-appearance: textfield;
    }

    #cart-popup .woocommerce-mini-cart-item .mini-cart-qty-input::-webkit-outer-spin-button,
    #cart-popup .woocommerce-mini-cart-item .mini-cart-qty-input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* Smart Coupon 赠品：数量价格同一行 + 数量控件锁定为灰色不可用 */
    #cart-popup .woocommerce-mini-cart-item .mini-cart-item-qty-row .quantity {
        display: flex;
        align-items: center;
        gap: 4px;
        white-space: nowrap;
    }

    #cart-popup .woocommerce-mini-cart-item.is-smart-coupon-gift .mini-cart-qty-input-group {
        border-color: #d9d9d9;
        background: #f5f5f5;
        opacity: 0.7;
        pointer-events: none;
    }

    #cart-popup .woocommerce-mini-cart-item.is-smart-coupon-gift .mini-cart-qty-btn,
    #cart-popup .woocommerce-mini-cart-item.is-smart-coupon-gift .mini-cart-qty-input {
        cursor: not-allowed;
        color: #9a9a9a;
        -webkit-text-fill-color: #9a9a9a;
        background: transparent;
    }
        /* mini-cart 列表固定高度 + 滚动 */
        .ux-mini-cart .woocommerce-mini-cart.cart_list {
            max-height: 260px;
            /* 根据实际弹窗高度自己调 */
            overflow-y: auto;
            padding-right: 8px;
            /* 给滚动条留一点空间，可选 */
        }
    
        /* 滚动时隐藏水平滚动条，保证只上下滚动 */
        .ux-mini-cart .woocommerce-mini-cart.cart_list {
            overflow-x: hidden;
        }

        .mini-cart-sale-section {
            padding: 10px !important;
        }

        /* Mini-cart「追加之選」：独立样式（不依赖 shop.css） */
        .mini-cart-sale-section.product-carousel-section {
            margin: 10px 0;
            padding: 10px;
            background: #FFF5E9;
            border-radius: 12px;
            /* 暂时隐藏不显示 */
            display: none;
        }

        .mini-cart-sale-section .carousel-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 10px;
        }

        .mini-cart-sale-section .carousel-left {
            display: flex;
            align-items: center;
            gap: 12px;
            min-width: 0;
        }

        /* mini-cart 弹窗里 header 的垂直对齐稍微偏中间；
           这里让控件贴近右上角（顶部对齐），视觉更符合预期。 */
        .mfp-content.off-canvas-cart .mini-cart-sale-section .carousel-header {
            align-items: flex-start;
        }

        .mini-cart-sale-section .carousel-navigation {
            display: flex;
            align-items: center;
            gap: 8px;
            flex: 0 0 auto;
        }
        .mfp-content.off-canvas-cart {
            background-color: #fff;
        }
        .mini-cart-sale-section ul.product_list_widget li .quantity {
            display: flex !important;
        }
        /* Flickity 默认按钮在轮播内绝对定位，这里放到 header 里做成一行 */
        .mini-cart-sale-section .carousel-controls .flickity-button {
            border-radius: 50%;
            width: 36px !important;
            height: 36px !important;
            min-height: 36px !important;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            /* Flickity 默认把 prev/next 做成绝对定位；把它们移到 header 后，
               让按钮重新参与 flex 布局，避免 controls 容器宽高变 0、位置错乱。 */
            position: relative !important;
            top: auto !important;
            right: auto !important;
            bottom: auto !important;
            left: auto !important;
            transform: none !important;
            z-index: 1;
            opacity: 1 !important;
        }

        /* Fallback（mini-cart only）：如果按钮还留在 mini-cart-sale-slider 内部（JS 时序问题），
           强制常显并固定到右上角，避免 hover 才显示的问题。 */
        .mfp-content.off-canvas-cart .mini-cart-sale-section .mini-cart-sale-slider {
            position: relative;
        }
        .mfp-content.off-canvas-cart .mini-cart-sale-section .mini-cart-sale-slider .flickity-prev-next-button {
            opacity: 1 !important;
            visibility: visible !important;
            display: flex !important;
            position: absolute !important;
            top: 0 !important;
            transform: none !important;
            z-index: 5 !important;
        }
        .mfp-content.off-canvas-cart .mini-cart-sale-section .mini-cart-sale-slider .flickity-prev-next-button.next {
            left: auto !important;
            right: 0 !important;
        }
        .mfp-content.off-canvas-cart .mini-cart-sale-section .mini-cart-sale-slider .flickity-prev-next-button.previous {
            left: auto !important;
            right: 44px !important; /* 36px 按钮 + 8px 间距 */
        }

        /* NOTE: 之前这里有 left:-20% 的 hack（仅适用于 popup 布局），改为通用后移除。 */

        /* 隐藏默认 SVG，用自定义箭头替换 */
        .mini-cart-sale-section .carousel-controls .flickity-prev-next-button svg {
            display: none;
        }
        /* 使用 ::before 放置自定义 SVG 图标 */
        /* 基础：按钮背景白，图标颜色黑 */
        .mini-cart-sale-section .carousel-controls .flickity-prev-next-button {
            background-color: #fff !important;
            color: #000 !important;
            opacity: 1 !important;
            visibility: visible !important;
            display: flex !important;
            border: 1px solid #ddd !important;
        }

        /* 使用 ::before 放置自定义 SVG 图标 */
        .mini-cart-sale-section .carousel-controls .flickity-prev-next-button::before {
            content: "";
            position: absolute;
            inset: 0;
            width: 7px;
            height: 12px;
            margin: auto;
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
        }

        /* 上一张：默认黑色箭头 */
        .mini-cart-sale-section .carousel-controls .flickity-prev-next-button.previous::before {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M6 11L1 6L6 1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        }

        /* 下一张：默认黑色箭头，同一图形旋转 180° 作为右箭头 */
        .mini-cart-sale-section .carousel-controls .flickity-prev-next-button.next::before {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M6 11L1 6L6 1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
            transform: rotate(180deg);
        }

        /* hover：背景变黑，图标换成白色版本 */
        .mini-cart-sale-section .carousel-controls .flickity-prev-next-button:hover {
            background-color: #444 !important;
        }

        /* hover 时上一张：白色箭头 */
        .mini-cart-sale-section .carousel-controls .flickity-prev-next-button.previous:hover::before {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M6 11L1 6L6 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        }

        /* hover 时下一张：白色箭头 + 旋转 */
        .mini-cart-sale-section .carousel-controls .flickity-prev-next-button.next:hover::before {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M6 11L1 6L6 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
            transform: rotate(180deg);
        }

        .mini-cart-sale-section .carousel-title h3 {
            margin: 0;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .mini-cart-sale-section .carousel-title h3 .carousel-subtitle {
            font-size: 14px;
            font-weight: 600;
            color: #2A3031;
            line-height: 1;
            white-space: nowrap;
        }

        .mini-cart-sale-section .countdown-timer {
            background: #ff0036;
            color: #fff;
            padding: 4px 10px;
            border-radius: 6px;
            font-size: 16px;
            font-weight: 700;
            line-height: 1;
            white-space: nowrap;
        }

        .mini-cart-sale-section .product-carousel {
            overflow: hidden;
            position: relative;
            width: 100%;
        }

        .mini-cart-sale-section .swiper-wrapper {
            display: flex;
        }

        /* Swiper slide：mini-cart / 通用 默认一行约 3.2 个（显示第 4 个的部分）
           提高选择器优先级，避免被 `shop.css` 中的 `.shop-top-carousel .swiper-slide` 覆盖。 */
        .mini-cart-sale-section.shop-top-carousel .swiper-slide {
            width: calc(31.25% - 6px) !important;
            margin: 0 3px;
            box-sizing: border-box;
            padding-bottom: 10px;
            flex-shrink: 0;
        }

        /* cart 页面：桌面宽度下显示约 5 个；手机端仍继承上面的 3.2 个设置 */
        @media (min-width: 768px) {
            .cart-wrapper .mini-cart-sale-section.shop-top-carousel .swiper-slide {
                width: calc(20% - 16px) !important;
                margin: 0 8px;
            }
        }

        .mini-cart-sale-section .featured-product-card {
            overflow: hidden;
            position: relative;
        }

        .mini-cart-sale-section .special-tag {
            position: absolute;
            top: 8px;
            left: 8px;
            background: #ff0036;
            color: #fff;
            padding: 2px 6px;
            border-radius: 4px;
            font-size: 12px;
            z-index: 2;
        }

        .mini-cart-sale-section .product-image {
            padding: 0;
            background: #fff;
            border-radius: 12px;
            overflow: hidden;
            position: relative;
        }

        /* Ensure the image link contributes to layout.
           Some theme/global rules may set anchors/images to absolute, which collapses height.
           Keep this scoped to mini-cart sale section only. */
        .mini-cart-sale-section .product-image > a {
            display: block;
            position: relative;
            width: 100%;
        }

        .mini-cart-sale-section .product-image img {
            width: 100%;
            height: auto;
            object-fit: cover;
            border-radius: 8px;
            display: block;
        }

        /* Make the button overlay anchor to the image box */
        .mini-cart-sale-section .product-image .append-to-cart-btn {
            position: absolute;
            inset: 0;
            z-index: 3;
            pointer-events: none;
        }

        .mini-cart-sale-section .product-image .append-to-cart-btn a {
            pointer-events: auto;
            width: 32px;
            height: 32px;
            background: #fff;
            border: 2px solid #d0d0d0;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            position: absolute;
            bottom: 4px;
            right: 4px;
            margin: 0;
            padding: 0;
            font-size: 0;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }

        .mini-cart-sale-section .product-image .append-to-cart-btn a.loading {
            background-color: #FF6700;
            border-color: #FF6700;
            color: #fff;
            cursor: not-allowed;
        }
        .mini-cart-sale-section .product-image .append-to-cart-btn a.loading svg {
            display: none;
        }

        .mini-cart-sale-section .product-name {
            margin: 0;
            font-size: 13px;
            font-weight: 600;
            color: #2A3031;
            line-height: 1.4;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            height: 36px;
        }

        .mini-cart-sale-section .product-price {
            display: flex;
            align-items: center;
            gap: 6px;
            flex-wrap: wrap;
        }

        .mini-cart-sale-section .current-price {
            font-size: 14px;
            font-weight: 700;
            color: #ff0036;
        }

        /* Swiper navigation buttons（替代原先 Flickity 的样式） */
        .mini-cart-sale-section .carousel-navigation .swiper-button-prev,
        .mini-cart-sale-section .carousel-navigation .swiper-button-next {
            width: 36px;
            height: 36px;
            background: #fff;
            border: 1px solid #dcdcdc;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            color: #ff0036;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            position: relative;
            top: auto;
            left: auto;
            right: auto;
            transform: none;
            margin: 0;
        }

        /* Swiper 默认会用 :after 画箭头（或文字），这里禁用，避免与自定义 SVG 叠加 */
        .mini-cart-sale-section .carousel-navigation .swiper-button-prev::after,
        .mini-cart-sale-section .carousel-navigation .swiper-button-next::after {
            content: "" !important;
            display: none !important;
        }

        .mini-cart-sale-section .carousel-navigation .swiper-button-prev svg,
        .mini-cart-sale-section .carousel-navigation .swiper-button-next svg {
            max-height: 24px;
        }

        .mini-cart-sale-section .original-price {
            font-size: 12px;
            color: #999;
            text-decoration: line-through;
        }
        .mini-cart-sale-section .original-price span.amount {
            color: #999;
            font-weight: 400;
        }

        .mini-cart-sale-section ul.product_list_widget li a.remove {
            display: none;
        }
        .mini-cart-sale-section ul.product_list_widget li a:not(.remove) {
            font-size: 14px;
            font-weight: 700;
        }
    /* 小熊自定義購物車 */
    .header-cart-icon {
        line-height: 1 !important;
    }
    .header-cart-icon::after {
        background-color: #FF6700 !important;
        font-weight: normal !important;
        right: -6px !important;
        top: -6px !important;
    }
    .quotation:hover {
        transform: scale(1.08);
    }

    /* Desktop first: always hide bar/panel on PC. */
    .xmbb,
    .xmbb-backdrop,
    .xmbb-panel {
        display: none;
    }
/* 小熊移動端底部導航欄樣式已移至 assets/css/xiaoxiong-mobile-bottom-bar.css */
