body.ffmc-v34-on .cart-widget-side{
            --ffmc-text:#173d50;
            --ffmc-muted:#71838c;
            --ffmc-line:#dce7ec;
            --ffmc-soft:#f3f9fc;
            --ffmc-pink-soft:#fff5fa;
            --ffmc-success:#17845f;
            --ffmc-danger:#b84f7e;
            --ffmc-nav-h:0px;
            color:var(--ffmc-text)!important;
            background:linear-gradient(180deg,#fff 0%,#fbfdfe 100%)!important;
        }

        @media(min-width:1025px){
            body.ffmc-v34-on .cart-widget-side{
                width:min(var(--ffmc-panel-w),92vw)!important;
                max-width:min(var(--ffmc-panel-w),92vw)!important;
            }
        }

        body.ffmc-v34-on .cart-widget-side li.ffmc34-card-ready{
            display:grid!important;
            grid-template-columns:92px minmax(0,1fr)!important;
            grid-template-areas:"thumb info"!important;
            align-items:start!important;
            gap:12px!important;
            min-height:0!important;
            padding:13px 44px 13px 13px!important;
            overflow:hidden!important;
        }

        body.ffmc-v34-on .cart-widget-side .ffmc34-thumb-link{
            grid-area:thumb!important;
            display:flex!important;
            align-items:center!important;
            justify-content:center!important;
            width:92px!important;
            height:92px!important;
            margin:0!important;
            padding:6px!important;
            border:1px solid #e1e9ed!important;
            border-radius:14px!important;
            background:#fff!important;
            overflow:hidden!important;
        }

        body.ffmc-v34-on .cart-widget-side .ffmc34-thumb-link img{
            display:block!important;
            width:100%!important;
            min-width:0!important;
            height:100%!important;
            max-width:none!important;
            margin:0!important;
            padding:0!important;
            border:0!important;
            border-radius:9px!important;
            object-fit:contain!important;
            float:none!important;
        }

        body.ffmc-v34-on .cart-widget-side .ffmc34-info{
            grid-area:info!important;
            display:flex!important;
            min-width:0!important;
            flex-direction:column!important;
            align-self:stretch!important;
        }

        body.ffmc-v34-on .cart-widget-side .ffmc34-title-link{
            display:-webkit-box!important;
            -webkit-box-orient:vertical!important;
            -webkit-line-clamp:2!important;
            overflow:hidden!important;
            margin:0!important;
            color:#274e61!important;
            font-family:inherit!important;
            font-size:11.5px!important;
            line-height:1.85!important;
            font-weight:900!important;
            text-decoration:none!important;
        }

        body.ffmc-v34-on .cart-widget-side .ffmc34-info > .quantity{
            display:block!important;
            width:100%!important;
            margin:0!important;
            padding:0!important;
            border:0!important;
            background:transparent!important;
            overflow:visible!important;
        }

        body.ffmc-v34-on .cart-widget-side .widget-heading,
        body.ffmc-v34-on .cart-widget-side .wd-heading{
            min-height:66px!important;
            padding:12px 15px!important;
            border-bottom:1px solid var(--ffmc-line)!important;
            background:rgba(255,255,255,.97)!important;
            backdrop-filter:blur(8px);
        }

        body.ffmc-v34-on .cart-widget-side .widget-heading .title,
        body.ffmc-v34-on .cart-widget-side .wd-heading .title,
        body.ffmc-v34-on .cart-widget-side .widget-heading h3{
            display:flex!important;
            align-items:center!important;
            gap:8px!important;
            margin:0!important;
            color:var(--ffmc-blue)!important;
            font-family:inherit!important;
            font-size:17px!important;
            line-height:1.6!important;
            font-weight:900!important;
        }

        body.ffmc-v34-on .cart-widget-side .ffmc34-count{
            display:inline-flex;
            align-items:center;
            justify-content:center;
            min-width:25px;
            height:25px;
            padding:0 7px;
            border:1px solid rgba(226,137,184,.32);
            border-radius:14px;
            background:var(--ffmc-pink-soft);
            color:#a54572;
            font-size:9px;
            font-weight:900;
        }

        body.ffmc-v34-on .cart-widget-side .widget-close,
        body.ffmc-v34-on .cart-widget-side .close-side-widget{
            display:inline-flex!important;
            align-items:center!important;
            justify-content:center!important;
            min-width:38px!important;
            min-height:38px!important;
            padding:0 9px!important;
            border:1px solid var(--ffmc-line)!important;
            border-radius:12px!important;
            background:#fff!important;
            color:var(--ffmc-blue)!important;
            font-family:inherit!important;
            font-size:10px!important;
            font-weight:900!important;
        }

        body.ffmc-v34-on .cart-widget-side .shopping-cart-widget-body{
            padding:11px 10px 6px!important;
            scrollbar-width:thin;
            scrollbar-color:#bfd2dc transparent;
        }

        body.ffmc-v34-on .cart-widget-side .woocommerce-mini-cart,
        body.ffmc-v34-on .cart-widget-side ul.product_list_widget{
            margin:0!important;
            padding:0!important;
        }

        body.ffmc-v34-on .cart-widget-side li.mini_cart_item,
        body.ffmc-v34-on .cart-widget-side li.woocommerce-mini-cart-item{
            position:relative!important;
            min-height:calc(var(--ffmc-image) + 26px)!important;
            margin:0 0 10px!important;
            padding:12px 42px 12px 12px!important;
            border:1px solid var(--ffmc-line)!important;
            border-radius:var(--ffmc-radius)!important;
            background:#fff!important;
            box-shadow:0 8px 22px rgba(0,53,83,.055)!important;
        }

        body.ffmc-v34-on .cart-widget-side li.mini_cart_item img,
        body.ffmc-v34-on .cart-widget-side li.woocommerce-mini-cart-item img{
            display:block!important;
            width:var(--ffmc-image)!important;
            min-width:var(--ffmc-image)!important;
            height:var(--ffmc-image)!important;
            max-width:none!important;
            margin-left:10px!important;
            padding:5px!important;
            border:1px solid #e1e9ed!important;
            border-radius:13px!important;
            background:#fff!important;
            object-fit:contain!important;
        }

        body.ffmc-v34-on .cart-widget-side .product-title,
        body.ffmc-v34-on .cart-widget-side .wd-entities-title{
            display:-webkit-box!important;
            -webkit-box-orient:vertical!important;
            -webkit-line-clamp:2!important;
            overflow:hidden!important;
            color:#274e61!important;
            font-family:inherit!important;
            font-size:11px!important;
            line-height:1.8!important;
            font-weight:900!important;
            text-decoration:none!important;
        }

        body.ffmc-v34-on .cart-widget-side .variation{
            display:flex!important;
            flex-wrap:wrap!important;
            gap:4px!important;
            margin:5px 0 0!important;
            color:var(--ffmc-muted)!important;
            font-size:8.5px!important;
            line-height:1.7!important;
        }

        body.ffmc-v34-on .cart-widget-side .variation dt,
        body.ffmc-v34-on .cart-widget-side .variation dd{
            float:none!important;
            margin:0!important;
            padding:2px 6px!important;
            border:1px solid #e4ebef!important;
            border-radius:8px!important;
            background:#f8fbfc!important;
        }

        body.ffmc-v34-on .cart-widget-side li.mini_cart_item > .remove,
        body.ffmc-v34-on .cart-widget-side li.woocommerce-mini-cart-item > .remove{
            position:absolute!important;
            top:12px!important;
            left:10px!important;
            right:auto!important;
            display:flex!important;
            align-items:center!important;
            justify-content:center!important;
            width:28px!important;
            min-width:28px!important;
            height:28px!important;
            min-height:28px!important;
            padding:0!important;
            border:1px solid #efd8e3!important;
            border-radius:9px!important;
            background:#fff7fb!important;
            color:var(--ffmc-danger)!important;
            font-size:14px!important;
            line-height:1!important;
            opacity:1!important;
            box-shadow:none!important;
        }

        body.ffmc-v34-on .cart-widget-side .ffmc34-detail{
            clear:both;
            margin-top:8px;
            padding-top:8px;
            border-top:1px dashed #e2e9ed;
        }

        body.ffmc-v34-on .cart-widget-side .ffmc34-meta-row{
            display:flex;
            align-items:center;
            justify-content:space-between;
            gap:8px;
            margin-bottom:7px;
            color:var(--ffmc-muted);
            font-size:8.5px;
            line-height:1.6;
        }

        body.ffmc-v34-on .cart-widget-side .ffmc34-stock{
            display:inline-flex;
            align-items:center;
            gap:4px;
            color:var(--ffmc-success);
            font-weight:900;
        }

        body.ffmc-v34-on .cart-widget-side .ffmc34-stock:before{
            content:'';
            width:6px;
            height:6px;
            border-radius:50%;
            background:currentColor;
        }

        body.ffmc-v34-on .cart-widget-side .ffmc34-stock.is-out{
            color:#b55757;
        }

        body.ffmc-v34-on .cart-widget-side .ffmc34-price-row,
        body.ffmc-v34-on .cart-widget-side .ffmc34-bottom-row{
            display:flex;
            align-items:center;
            justify-content:space-between;
            gap:9px;
        }

        body.ffmc-v34-on .cart-widget-side .ffmc34-price-row{
            margin-bottom:8px;
        }

        body.ffmc-v34-on .cart-widget-side .ffmc34-price-label,
        body.ffmc-v34-on .cart-widget-side .ffmc34-line-total span{
            color:var(--ffmc-muted);
            font-size:8.5px;
            font-weight:800;
        }

        body.ffmc-v34-on .cart-widget-side .ffmc34-price-values{
            display:flex;
            flex-wrap:wrap;
            align-items:center;
            justify-content:flex-end;
            gap:4px 6px;
        }

        body.ffmc-v34-on .cart-widget-side .ffmc34-price-current,
        body.ffmc-v34-on .cart-widget-side .ffmc34-line-total strong{
            color:var(--ffmc-blue)!important;
            font-size:10.5px!important;
            line-height:1.6!important;
            font-weight:900!important;
            white-space:nowrap;
        }

        body.ffmc-v34-on .cart-widget-side .ffmc34-price-regular{
            color:#9aa6ac!important;
            font-size:8.5px!important;
            text-decoration-thickness:1px;
        }

        body.ffmc-v34-on .cart-widget-side .ffmc34-discount{
            display:inline-flex;
            align-items:center;
            min-height:21px;
            padding:2px 6px;
            border-radius:10px;
            background:#fff0f6;
            color:#b64f7e;
            font-size:7.8px;
            font-weight:900;
        }

        body.ffmc-v34-on .cart-widget-side .ffmc34-qty{
            display:grid;
            grid-template-columns:36px 42px 36px;
            align-items:center;
            min-height:38px;
            border:1px solid #d5e2e8;
            border-radius:12px;
            background:#fff;
            overflow:hidden;
        }

        body.ffmc-v34-on .cart-widget-side .ffmc34-qty-btn,
        body.ffmc-v34-on .cart-widget-side .ffmc34-qty-input{
            width:100%!important;
            min-width:0!important;
            height:38px!important;
            min-height:38px!important;
            margin:0!important;
            padding:0!important;
            border:0!important;
            border-radius:0!important;
            font-family:inherit!important;
            box-shadow:none!important;
        }

        body.ffmc-v34-on .cart-widget-side .ffmc34-qty-btn.is-trash{
            background:#fff0f3!important;
            color:#d83d5b!important;
            box-shadow:inset 1px 0 #ffd3db!important;
        }

        body.ffmc-v34-on .cart-widget-side .ffmc34-qty-btn.is-trash{
            font-size:0!important;
            line-height:0!important;
            background-image:none!important;
        }

        body.ffmc-v34-on .cart-widget-side .ffmc34-qty-btn.is-trash::before{
            content:""!important;
            display:block!important;
            width:19px!important;
            height:19px!important;
            background:currentColor!important;
            -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 3h6l1 2h4v2h-1l-1 14H6L5 7H4V5h4l1-2Zm-1.9 4 .86 12h8.08L16.9 7H7.1ZM10 9h2v8h-2V9Zm4 0h2v8h-2V9Z'/%3E%3C/svg%3E") center/contain no-repeat!important;
            mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 3h6l1 2h4v2h-1l-1 14H6L5 7H4V5h4l1-2Zm-1.9 4 .86 12h8.08L16.9 7H7.1ZM10 9h2v8h-2V9Zm4 0h2v8h-2V9Z'/%3E%3C/svg%3E") center/contain no-repeat!important;
            pointer-events:none!important;
        }

        body.ffmc-v34-on .cart-widget-side .ffmc34-qty-btn.is-trash svg{
            display:none!important;
        }

        body.ffmc-v34-on .cart-widget-side .ffmc34-qty-btn{
            display:flex!important;
            align-items:center!important;
            justify-content:center!important;
            background:#f3f8fb!important;
            color:var(--ffmc-blue)!important;
            font-size:16px!important;
            font-weight:900!important;
            cursor:pointer;
        }

        body.ffmc-v34-on .cart-widget-side .ffmc34-qty-input{
            border-right:1px solid #e1e9ed!important;
            border-left:1px solid #e1e9ed!important;
            background:#fff!important;
            color:var(--ffmc-text)!important;
            font-size:10px!important;
            font-weight:900!important;
            text-align:center!important;
            appearance:textfield;
        }

        body.ffmc-v34-on .cart-widget-side .ffmc34-qty-input::-webkit-inner-spin-button,
        body.ffmc-v34-on .cart-widget-side .ffmc34-qty-input::-webkit-outer-spin-button{
            margin:0;
            appearance:none;
        }

        body.ffmc-v34-on .cart-widget-side .ffmc34-line-total{
            display:flex;
            flex-direction:column;
            align-items:flex-end;
            gap:1px;
            min-width:86px;
        }

        body.ffmc-v34-on .cart-widget-side .wd-progress-bar,
        body.ffmc-v34-on .cart-widget-side .wd-free-progress-bar,
        body.ffmc-v34-on .cart-widget-side .free-shipping-progress-bar{
            margin:8px 0 11px!important;
            padding:10px 12px!important;
            border:1px solid #ecdbe3!important;
            border-radius:14px!important;
            background:linear-gradient(135deg,#fff8fc,#fff)!important;
            color:#5f737d!important;
            font-size:9.5px!important;
            line-height:1.9!important;
        }

        body.ffmc-v34-on .cart-widget-side .shopping-cart-widget-footer{
            padding:12px 13px calc(14px + var(--ffmc-nav-h) + env(safe-area-inset-bottom))!important;
            border-top:1px solid var(--ffmc-line)!important;
            background:#fff!important;
            box-shadow:0 -10px 28px rgba(0,53,83,.065)!important;
        }

        body.ffmc-v34-on .cart-widget-side .woocommerce-mini-cart__total,
        body.ffmc-v34-on .cart-widget-side .total{
            display:flex!important;
            align-items:center!important;
            justify-content:space-between!important;
            gap:10px!important;
            margin:0 0 10px!important;
            padding:11px 12px!important;
            border:1px solid var(--ffmc-line)!important;
            border-radius:13px!important;
            background:var(--ffmc-soft)!important;
            color:#405e6c!important;
            font-size:10.5px!important;
        }

        body.ffmc-v34-on .cart-widget-side .woocommerce-mini-cart__total .amount,
        body.ffmc-v34-on .cart-widget-side .total .amount{
            color:var(--ffmc-blue)!important;
            font-size:12px!important;
            font-weight:900!important;
        }

        body.ffmc-v34-on .cart-widget-side .woocommerce-mini-cart__buttons,
        body.ffmc-v34-on .cart-widget-side .buttons{
            display:grid!important;
            grid-template-columns:1fr 1fr!important;
            gap:8px!important;
            margin:0!important;
        }

        body.ffmc-v34-on .cart-widget-side .woocommerce-mini-cart__buttons a,
        body.ffmc-v34-on .cart-widget-side .buttons a{
            display:flex!important;
            align-items:center!important;
            justify-content:center!important;
            width:100%!important;
            min-height:46px!important;
            margin:0!important;
            padding:8px 10px!important;
            border:1px solid rgba(226,137,184,.42)!important;
            border-radius:13px!important;
            background:linear-gradient(135deg,#fff4f9,#fceaf3)!important;
            color:var(--ffmc-blue)!important;
            font-family:inherit!important;
            font-size:10px!important;
            line-height:1.5!important;
            font-weight:900!important;
            text-align:center!important;
            box-shadow:none!important;
        }

        body.ffmc-v34-on .cart-widget-side .woocommerce-mini-cart__buttons a.checkout,
        body.ffmc-v34-on .cart-widget-side .buttons a.checkout{
            border-color:transparent!important;
            background:linear-gradient(135deg,var(--ffmc-blue),var(--ffmc-blue-2))!important;
            color:#fff!important;
            box-shadow:0 10px 22px rgba(0,83,131,.18)!important;
        }

        body.ffmc-v34-on .cart-widget-side .wd-empty-mini-cart,
        body.ffmc-v34-on .cart-widget-side .woocommerce-mini-cart__empty-message{
            margin:14px!important;
            padding:28px 16px!important;
            border:1px dashed #cbdce4!important;
            border-radius:16px!important;
            background:linear-gradient(135deg,#f6fbfd,#fff7fb)!important;
            color:var(--ffmc-muted)!important;
            font-size:10.5px!important;
            line-height:2!important;
            text-align:center!important;
        }

        body.ffmc-v34-on .cart-widget-side .ffspui-cart-pending-card{
            display:grid!important;
            grid-template-columns:46px minmax(0,1fr) auto!important;
            align-items:center!important;
            gap:9px!important;
            margin:8px 7px 10px!important;
            padding:9px!important;
            border:1px dashed rgba(0,83,131,.28)!important;
            border-radius:14px!important;
            background:linear-gradient(135deg,#f3fafe,#fff8fb)!important;
            color:var(--ffmc-text)!important;
        }

        body.ffmc-v34-on .cart-widget-side .ffspui-cart-pending-card img{
            display:block!important;
            width:46px!important;
            height:46px!important;
            margin:0!important;
            padding:3px!important;
            border:1px solid var(--ffmc-border)!important;
            border-radius:11px!important;
            background:#fff!important;
            object-fit:contain!important;
        }

        body.ffmc-v34-on .cart-widget-side .ffspui-cart-pending-card span,
        body.ffmc-v34-on .cart-widget-side .ffspui-cart-pending-card strong,
        body.ffmc-v34-on .cart-widget-side .ffspui-cart-pending-card small{
            display:block!important;
            min-width:0!important;
        }

        body.ffmc-v34-on .cart-widget-side .ffspui-cart-pending-card strong{
            overflow:hidden!important;
            font-size:10px!important;
            line-height:1.8!important;
            font-weight:900!important;
            text-overflow:ellipsis!important;
            white-space:nowrap!important;
        }

        body.ffmc-v34-on .cart-widget-side .ffspui-cart-pending-card small{
            color:var(--ffmc-muted)!important;
            font-size:9px!important;
            line-height:1.7!important;
        }

        body.ffmc-v34-on .cart-widget-side .ffspui-cart-pending-card b{
            color:var(--ffmc-blue)!important;
            font-size:10px!important;
            white-space:nowrap!important;
        }

        body.ffmc-v34-on .cart-widget-side.ffmc34-loading:after{
            content:'';
            position:absolute;
            inset:0;
            z-index:20;
            background:rgba(255,255,255,.52);
            pointer-events:none;
        }

        body.ffmc-v34-on .cart-widget-side.ffmc34-loading:before{
            content:'';
            position:absolute;
            top:50%;
            left:50%;
            z-index:21;
            width:30px;
            height:30px;
            margin:-15px 0 0 -15px;
            border:3px solid rgba(0,83,131,.16);
            border-top-color:var(--ffmc-blue);
            border-radius:50%;
            animation:ffmc34-spin .7s linear infinite;
        }

        @keyframes ffmc34-spin{to{transform:rotate(360deg)}}

        @media(max-width:1024px){
            body.ffmc-v34-on .cart-widget-side .shopping-cart-widget-footer{
                padding-bottom:calc(13px + var(--ffmc-nav-h) + env(safe-area-inset-bottom))!important;
            }
        }

        @media(max-width:1024px){
            body.ffmc-v34-on .cart-widget-side{
                width:min(430px,100vw)!important;
                max-width:100vw!important;
            }
        }

        @media(max-width:480px){
            body.ffmc-v34-on .cart-widget-side .widget-heading,
            body.ffmc-v34-on .cart-widget-side .wd-heading{
                min-height:60px!important;
                padding:10px 11px!important;
            }

            body.ffmc-v34-on .cart-widget-side .widget-heading .title,
            body.ffmc-v34-on .cart-widget-side .wd-heading .title,
            body.ffmc-v34-on .cart-widget-side .widget-heading h3{
                font-size:15px!important;
            }

            body.ffmc-v34-on .cart-widget-side .shopping-cart-widget-body{
                padding:8px 7px 4px!important;
            }

            body.ffmc-v34-on .cart-widget-side li.mini_cart_item,
            body.ffmc-v34-on .cart-widget-side li.woocommerce-mini-cart-item{
                margin-bottom:8px!important;
                padding:10px 38px 10px 9px!important;
                border-radius:14px!important;
            }

            body.ffmc-v34-on .cart-widget-side li.mini_cart_item img,
            body.ffmc-v34-on .cart-widget-side li.woocommerce-mini-cart-item img{
                width:66px!important;
                min-width:66px!important;
                height:66px!important;
                margin-left:8px!important;
                border-radius:11px!important;
            }

            body.ffmc-v34-on .cart-widget-side .product-title,
            body.ffmc-v34-on .cart-widget-side .wd-entities-title{
                font-size:10px!important;
                line-height:1.75!important;
            }

            body.ffmc-v34-on .cart-widget-side .ffmc34-bottom-row{
                align-items:flex-end;
            }

            body.ffmc-v34-on .cart-widget-side .ffmc34-qty{
                grid-template-columns:34px 38px 34px;
                min-height:36px;
            }

            body.ffmc-v34-on .cart-widget-side .ffmc34-qty-btn,
            body.ffmc-v34-on .cart-widget-side .ffmc34-qty-input{
                height:36px!important;
                min-height:36px!important;
            }

            body.ffmc-v34-on .cart-widget-side .woocommerce-mini-cart__buttons,
            body.ffmc-v34-on .cart-widget-side .buttons{
                grid-template-columns:1fr!important;
            }

            body.ffmc-v34-on .cart-widget-side .woocommerce-mini-cart__buttons a,
            body.ffmc-v34-on .cart-widget-side .buttons a{
                min-height:44px!important;
                font-size:9.8px!important;
            }

            body.ffmc-v34-on .cart-widget-side li.ffmc34-card-ready{
                grid-template-columns:76px minmax(0,1fr)!important;
                gap:9px!important;
                padding:10px 38px 10px 9px!important;
            }

            body.ffmc-v34-on .cart-widget-side .ffmc34-thumb-link{
                width:76px!important;
                height:76px!important;
                padding:4px!important;
                border-radius:12px!important;
            }

            body.ffmc-v34-on .cart-widget-side .ffmc34-title-link{
                font-size:10px!important;
                line-height:1.75!important;
            }

            body.ffmc-v34-on .cart-widget-side .ffmc34-detail{
                margin-top:6px!important;
                padding-top:6px!important;
            }
        }

        /* Cart recommendations / WoodMart cross-sells */
        body.ffmc-v34-on.ff-cart-v4 .cross-sells,
        body.ffmc-v34-on.woocommerce-cart .cross-sells{
            clear:both!important;
            width:100%!important;
            max-width:1440px!important;
            margin:24px auto 0!important;
            padding:22px!important;
            border:1px solid #dce7ec!important;
            border-radius:22px!important;
            background:linear-gradient(180deg,#fff 0%,#fbfdfe 100%)!important;
            box-shadow:0 14px 36px rgba(0,53,83,.065)!important;
            overflow:hidden!important;
        }

        body.ffmc-v34-on.ff-cart-v4 .cross-sells > h2,
        body.ffmc-v34-on.woocommerce-cart .cross-sells > h2{
            display:flex!important;
            align-items:center!important;
            justify-content:flex-start!important;
            gap:10px!important;
            width:100%!important;
            margin:0 0 18px!important;
            color:#173d50!important;
            font-family:inherit!important;
            font-size:clamp(17px,1.55vw,22px)!important;
            line-height:1.75!important;
            font-weight:900!important;
            text-align:right!important;
            text-wrap:balance!important;
        }

        body.ffmc-v34-on.ff-cart-v4 .cross-sells > h2:before,
        body.ffmc-v34-on.woocommerce-cart .cross-sells > h2:before{
            content:'♡';
            display:inline-flex!important;
            align-items:center!important;
            justify-content:center!important;
            width:38px!important;
            min-width:38px!important;
            height:38px!important;
            border:1px solid #efd7e2!important;
            border-radius:13px!important;
            background:#fff5fa!important;
            color:#b7507e!important;
            font-size:20px!important;
        }

        body.ffmc-v34-on.ff-cart-v4 .cross-sells .products:not(.wd-carousel),
        body.ffmc-v34-on.woocommerce-cart .cross-sells .products:not(.wd-carousel){
            display:grid!important;
            grid-template-columns:repeat(auto-fit,minmax(170px,220px))!important;
            justify-content:center!important;
            gap:15px!important;
            width:100%!important;
            margin:0!important;
        }

        body.ffmc-v34-on.ff-cart-v4 .cross-sells .product-grid-item,
        body.ffmc-v34-on.ff-cart-v4 .cross-sells .product,
        body.ffmc-v34-on.woocommerce-cart .cross-sells .product-grid-item,
        body.ffmc-v34-on.woocommerce-cart .cross-sells .product{
            position:relative!important;
            width:100%!important;
            min-width:0!important;
            margin:0!important;
            padding:12px 12px 14px!important;
            border:1px solid #e1e9ed!important;
            border-radius:18px!important;
            background:#fff!important;
            box-shadow:0 8px 22px rgba(0,53,83,.05)!important;
            overflow:visible!important;
        }

        body.ffmc-v34-on.ff-cart-v4 .cross-sells .product img,
        body.ffmc-v34-on.woocommerce-cart .cross-sells .product img{
            display:block!important;
            width:100%!important;
            aspect-ratio:1/1!important;
            margin:0!important;
            border-radius:13px!important;
            background:#fff!important;
            object-fit:contain!important;
        }

        body.ffmc-v34-on.ff-cart-v4 .cross-sells .wd-entities-title,
        body.ffmc-v34-on.ff-cart-v4 .cross-sells .woocommerce-loop-product__title,
        body.ffmc-v34-on.woocommerce-cart .cross-sells .wd-entities-title,
        body.ffmc-v34-on.woocommerce-cart .cross-sells .woocommerce-loop-product__title{
            display:-webkit-box!important;
            -webkit-box-orient:vertical!important;
            -webkit-line-clamp:2!important;
            overflow:hidden!important;
            min-height:44px!important;
            margin:10px 0 6px!important;
            color:#31566a!important;
            font-family:inherit!important;
            font-size:11px!important;
            line-height:1.9!important;
            font-weight:850!important;
            text-align:center!important;
        }

        body.ffmc-v34-on.ff-cart-v4 .cross-sells .price,
        body.ffmc-v34-on.woocommerce-cart .cross-sells .price{
            display:flex!important;
            flex-wrap:wrap!important;
            align-items:center!important;
            justify-content:center!important;
            gap:4px 7px!important;
            min-height:36px!important;
            margin:0!important;
            color:#005383!important;
            font-size:12px!important;
            line-height:1.7!important;
            font-weight:900!important;
            text-align:center!important;
        }

        body.ffmc-v34-on.ff-cart-v4 .cross-sells .price del,
        body.ffmc-v34-on.woocommerce-cart .cross-sells .price del{
            color:#98a5ac!important;
            font-size:9px!important;
        }

        body.ffmc-v34-on.ff-cart-v4 .cross-sells .price ins,
        body.ffmc-v34-on.woocommerce-cart .cross-sells .price ins{
            color:#005383!important;
            text-decoration:none!important;
        }

        body.ffmc-v34-on.ff-cart-v4 .cross-sells .wd-wishlist-btn,
        body.ffmc-v34-on.ff-cart-v4 .cross-sells .wishlist-btn,
        body.ffmc-v34-on.ff-cart-v4 .cross-sells .add_to_wishlist,
        body.ffmc-v34-on.woocommerce-cart .cross-sells .wd-wishlist-btn,
        body.ffmc-v34-on.woocommerce-cart .cross-sells .wishlist-btn,
        body.ffmc-v34-on.woocommerce-cart .cross-sells .add_to_wishlist{
            display:flex!important;
            align-items:center!important;
            justify-content:center!important;
            width:38px!important;
            min-width:38px!important;
            height:38px!important;
            min-height:38px!important;
            margin:9px auto 0!important;
            border:1px solid #efd7e2!important;
            border-radius:50%!important;
            background:#fff4f9!important;
            color:#b7507e!important;
            box-shadow:none!important;
        }

        @media(max-width:767px){
            body.ffmc-v34-on.ff-cart-v4 .cross-sells,
            body.ffmc-v34-on.woocommerce-cart .cross-sells{
                margin-top:16px!important;
                padding:14px 9px 16px!important;
                border-radius:18px!important;
            }

            body.ffmc-v34-on.ff-cart-v4 .cross-sells > h2,
            body.ffmc-v34-on.woocommerce-cart .cross-sells > h2{
                gap:8px!important;
                margin-bottom:13px!important;
                font-size:15.5px!important;
                line-height:1.75!important;
            }

            body.ffmc-v34-on.ff-cart-v4 .cross-sells > h2:before,
            body.ffmc-v34-on.woocommerce-cart .cross-sells > h2:before{
                width:34px!important;
                min-width:34px!important;
                height:34px!important;
                border-radius:11px!important;
                font-size:17px!important;
            }

            body.ffmc-v34-on.ff-cart-v4 .cross-sells .products:not(.wd-carousel),
            body.ffmc-v34-on.woocommerce-cart .cross-sells .products:not(.wd-carousel){
                grid-template-columns:repeat(auto-fit,minmax(145px,180px))!important;
                gap:9px!important;
            }

            body.ffmc-v34-on.ff-cart-v4 .cross-sells .product-grid-item,
            body.ffmc-v34-on.ff-cart-v4 .cross-sells .product,
            body.ffmc-v34-on.woocommerce-cart .cross-sells .product-grid-item,
            body.ffmc-v34-on.woocommerce-cart .cross-sells .product{
                padding:9px 8px 11px!important;
                border-radius:15px!important;
            }

            body.ffmc-v34-on.ff-cart-v4 .cross-sells .wd-entities-title,
            body.ffmc-v34-on.ff-cart-v4 .cross-sells .woocommerce-loop-product__title,
            body.ffmc-v34-on.woocommerce-cart .cross-sells .wd-entities-title,
            body.ffmc-v34-on.woocommerce-cart .cross-sells .woocommerce-loop-product__title{
                min-height:38px!important;
                font-size:9.5px!important;
                line-height:1.85!important;
            }

            body.ffmc-v34-on.ff-cart-v4 .cross-sells .price,
            body.ffmc-v34-on.woocommerce-cart .cross-sells .price{
                min-height:32px!important;
                font-size:10.5px!important;
            }
        }


        /* =====================================================
         * V3.4 — تثبیت قطعی کارت مینی‌کارت و حذف کنترل تکراری WoodMart
         * =================================================== */
        body.ffmc-v34-on .cart-widget-side .woocommerce-mini-cart,
        body.ffmc-v34-on .cart-widget-side ul.product_list_widget{
            display:block!important;
            height:auto!important;
            min-height:0!important;
            flex:none!important;
        }

        body.ffmc-v34-on .cart-widget-side li.ffmc34-card-ready{
            display:grid!important;
            grid-template-columns:88px minmax(0,1fr)!important;
            grid-template-areas:"thumb info"!important;
            align-items:start!important;
            align-content:start!important;
            width:100%!important;
            height:auto!important;
            min-height:0!important;
            max-height:none!important;
            flex:0 0 auto!important;
            gap:11px!important;
            padding:12px 42px 12px 12px!important;
            overflow:visible!important;
            box-sizing:border-box!important;
        }

        body.ffmc-v34-on .cart-widget-side .ffmc34-thumb-link{
            width:88px!important;
            height:88px!important;
            min-width:88px!important;
            min-height:88px!important;
            align-self:start!important;
        }

        body.ffmc-v34-on .cart-widget-side .ffmc34-info,
        body.ffmc-v34-on .cart-widget-side .ffmc34-info > .quantity,
        body.ffmc-v34-on .cart-widget-side .ffmc34-detail{
            position:static!important;
            width:100%!important;
            height:auto!important;
            min-height:0!important;
            max-height:none!important;
            margin-left:0!important;
            margin-right:0!important;
            transform:none!important;
            flex:none!important;
            box-sizing:border-box!important;
        }

        /* کنترل‌های تزریقی وودمارت داخل wrapper اصلی quantity هرگز نمایش داده نشوند. */
        body.ffmc-v34-on .cart-widget-side .ffmc34-info > .quantity > input.qty,
        body.ffmc-v34-on .cart-widget-side .ffmc34-info > .quantity > button,
        body.ffmc-v34-on .cart-widget-side .ffmc34-info > .quantity > .plus,
        body.ffmc-v34-on .cart-widget-side .ffmc34-info > .quantity > .minus{
            display:none!important;
        }

        body.ffmc-v34-on .cart-widget-side .ffmc34-meta-row{
            justify-content:flex-start!important;
            flex-wrap:wrap!important;
        }

        body.ffmc-v34-on .cart-widget-side .ffmc34-price-row,
        body.ffmc-v34-on .cart-widget-side .ffmc34-bottom-row{
            width:100%!important;
        }

        body.ffmc-v34-on .cart-widget-side .ffmc34-price-values{
            min-width:0!important;
        }

        body.ffmc-v34-on .cart-widget-side .ffmc34-qty{
            flex:0 0 auto!important;
        }

        body.ffmc-v34-on .cart-widget-side .ffmc34-line-total{
            min-width:0!important;
            max-width:48%!important;
        }

        @media(max-width:480px){
            body.ffmc-v34-on .cart-widget-side li.ffmc34-card-ready{
                grid-template-columns:72px minmax(0,1fr)!important;
                gap:8px!important;
                padding:10px 38px 10px 9px!important;
            }
            body.ffmc-v34-on .cart-widget-side .ffmc34-thumb-link{
                width:72px!important;
                height:72px!important;
                min-width:72px!important;
                min-height:72px!important;
            }
            body.ffmc-v34-on .cart-widget-side .ffmc34-price-row{
                align-items:flex-start!important;
            }
            body.ffmc-v34-on .cart-widget-side .ffmc34-bottom-row{
                align-items:center!important;
                gap:7px!important;
            }
            body.ffmc-v34-on .cart-widget-side .ffmc34-line-total{
                max-width:45%!important;
            }
        }

        /* =====================================================
         * V3.4 — اصلاح نهایی فقط برای سبد خرید سریع دسکتاپ
         * wrapper قدیمی quantity حذف می‌شود و کارت ارتفاع طبیعی می‌گیرد.
         * =================================================== */
        @media(min-width:1025px){
            body.ffmc-v34-on .cart-widget-side li.ffmc34-card-ready > .cart-item-link.wd-fill{
                pointer-events:none!important;
            }

            body.ffmc-v34-on .cart-widget-side li.ffmc34-card-ready > .cart-info > .quantity{
                display:none!important;
            }

            body.ffmc-v34-on .cart-widget-side{
                display:flex!important;
                flex-direction:column!important;
                height:100vh!important;
                max-height:100vh!important;
                overflow:hidden!important;
            }

            body.ffmc-v34-on .cart-widget-side .widget-heading,
            body.ffmc-v34-on .cart-widget-side .wd-heading{
                flex:0 0 auto!important;
            }

            body.ffmc-v34-on .cart-widget-side .shopping-cart-widget-body{
                display:block!important;
                flex:1 1 auto!important;
                min-height:0!important;
                height:auto!important;
                max-height:none!important;
                overflow-x:hidden!important;
                overflow-y:auto!important;
                overscroll-behavior:contain!important;
            }

            body.ffmc-v34-on .cart-widget-side .woocommerce-mini-cart,
            body.ffmc-v34-on .cart-widget-side ul.product_list_widget{
                display:flex!important;
                flex-direction:column!important;
                gap:10px!important;
                width:100%!important;
                height:auto!important;
                min-height:0!important;
                margin:0!important;
                padding:0!important;
            }

            body.ffmc-v34-on .cart-widget-side li.ffmc34-card-ready{
                display:grid!important;
                grid-template-columns:94px minmax(0,1fr)!important;
                grid-template-areas:"thumb info"!important;
                align-items:start!important;
                align-content:start!important;
                gap:12px!important;
                width:100%!important;
                height:auto!important;
                min-height:118px!important;
                max-height:none!important;
                margin:0!important;
                padding:12px 42px 12px 12px!important;
                overflow:hidden!important;
                flex:0 0 auto!important;
                box-sizing:border-box!important;
            }

            body.ffmc-v34-on .cart-widget-side .ffmc34-thumb-link{
                grid-area:thumb!important;
                width:94px!important;
                height:94px!important;
                min-width:94px!important;
                min-height:94px!important;
                align-self:start!important;
            }

            body.ffmc-v34-on .cart-widget-side .ffmc34-info{
                grid-area:info!important;
                display:flex!important;
                flex-direction:column!important;
                align-self:start!important;
                justify-self:stretch!important;
                width:100%!important;
                min-width:0!important;
                height:auto!important;
                min-height:0!important;
                max-height:none!important;
                margin:0!important;
                padding:0!important;
                transform:none!important;
                position:static!important;
                box-sizing:border-box!important;
            }

            body.ffmc-v34-on .cart-widget-side .ffmc34-info > .quantity,
            body.ffmc-v34-on .cart-widget-side li.ffmc34-card-ready > .quantity{
                display:none!important;
                width:0!important;
                height:0!important;
                min-height:0!important;
                margin:0!important;
                padding:0!important;
                overflow:hidden!important;
            }

            body.ffmc-v34-on .cart-widget-side .ffmc34-title-link{
                width:100%!important;
                min-width:0!important;
                margin:0!important;
            }

            body.ffmc-v34-on .cart-widget-side .ffmc34-detail{
                position:static!important;
                display:block!important;
                width:100%!important;
                min-width:0!important;
                height:auto!important;
                min-height:0!important;
                max-height:none!important;
                margin:7px 0 0!important;
                padding:7px 0 0!important;
                transform:none!important;
                box-sizing:border-box!important;
            }

            body.ffmc-v34-on .cart-widget-side .ffmc34-meta-row,
            body.ffmc-v34-on .cart-widget-side .ffmc34-price-row,
            body.ffmc-v34-on .cart-widget-side .ffmc34-bottom-row{
                width:100%!important;
                min-width:0!important;
                height:auto!important;
                min-height:0!important;
                margin-left:0!important;
                margin-right:0!important;
                position:static!important;
                transform:none!important;
                box-sizing:border-box!important;
            }

            body.ffmc-v34-on .cart-widget-side .ffmc34-price-row{
                align-items:center!important;
                margin-bottom:7px!important;
            }

            body.ffmc-v34-on .cart-widget-side .ffmc34-bottom-row{
                display:grid!important;
                grid-template-columns:max-content minmax(0,1fr)!important;
                align-items:center!important;
                gap:10px!important;
            }

            body.ffmc-v34-on .cart-widget-side .ffmc34-qty{
                grid-column:1!important;
                width:auto!important;
                min-width:0!important;
                margin:0!important;
                flex:none!important;
            }

            body.ffmc-v34-on .cart-widget-side .ffmc34-line-total{
                grid-column:2!important;
                justify-self:end!important;
                width:auto!important;
                min-width:0!important;
                max-width:100%!important;
                margin:0!important;
            }

            body.ffmc-v34-on .cart-widget-side .shopping-cart-widget-footer{
                position:relative!important;
                inset:auto!important;
                flex:0 0 auto!important;
                z-index:4!important;
                width:100%!important;
                margin:0!important;
                transform:none!important;
                box-sizing:border-box!important;
            }
        }

        /* =====================================================
         * V3.4 — شبکه واقعی محصولات پیشنهادی بدون عرض‌های خراب Carousel
         * =================================================== */
        body.ffmc-v34-on .cross-sells .ffmc34-rec-source-hidden{
            display:none!important;
        }

        body.ffmc-v34-on .cross-sells .ffmc34-rec-grid{
            display:grid!important;
            grid-template-columns:repeat(auto-fit,minmax(185px,220px))!important;
            justify-content:center!important;
            align-items:stretch!important;
            gap:16px!important;
            width:100%!important;
            margin:0!important;
            padding:0!important;
            transform:none!important;
        }

        body.ffmc-v34-on .cross-sells .ffmc34-rec-grid > .product,
        body.ffmc-v34-on .cross-sells .ffmc34-rec-grid > .product-grid-item{
            display:flex!important;
            flex-direction:column!important;
            width:100%!important;
            min-width:0!important;
            max-width:220px!important;
            height:100%!important;
            margin:0!important;
            padding:12px 11px 14px!important;
            border:1px solid #e1e9ed!important;
            border-radius:18px!important;
            background:#fff!important;
            box-shadow:0 8px 22px rgba(0,53,83,.05)!important;
            overflow:visible!important;
            box-sizing:border-box!important;
        }

        body.ffmc-v34-on .cross-sells .ffmc34-rec-grid .product-wrapper,
        body.ffmc-v34-on .cross-sells .ffmc34-rec-grid .product-element-top,
        body.ffmc-v34-on .cross-sells .ffmc34-rec-grid .product-information{
            width:100%!important;
            min-width:0!important;
            box-sizing:border-box!important;
        }

        body.ffmc-v34-on .cross-sells .ffmc34-rec-grid .product-element-top img,
        body.ffmc-v34-on .cross-sells .ffmc34-rec-grid img{
            width:100%!important;
            max-width:100%!important;
            aspect-ratio:1/1!important;
            object-fit:contain!important;
        }

        body.ffmc-v34-on .cross-sells .ffmc34-rec-grid .wd-entities-title,
        body.ffmc-v34-on .cross-sells .ffmc34-rec-grid .woocommerce-loop-product__title{
            min-height:44px!important;
            font-size:11px!important;
            line-height:1.85!important;
            text-align:center!important;
        }

        body.ffmc-v34-on .cross-sells .ffmc34-rec-grid .price{
            margin-top:auto!important;
            padding-top:6px!important;
        }

        @media(max-width:767px){
            body.ffmc-v34-on .cross-sells{
                padding-left:9px!important;
                padding-right:9px!important;
            }
            body.ffmc-v34-on .cross-sells .ffmc34-rec-grid{
                grid-template-columns:repeat(2,minmax(0,1fr))!important;
                gap:9px!important;
            }
            body.ffmc-v34-on .cross-sells .ffmc34-rec-grid > .product,
            body.ffmc-v34-on .cross-sells .ffmc34-rec-grid > .product-grid-item{
                max-width:none!important;
                padding:9px 8px 11px!important;
                border-radius:15px!important;
            }
            body.ffmc-v34-on .cross-sells .ffmc34-rec-grid .wd-entities-title,
            body.ffmc-v34-on .cross-sells .ffmc34-rec-grid .woocommerce-loop-product__title{
                min-height:38px!important;
                font-size:9.5px!important;
                line-height:1.8!important;
            }
        }
