/* MTG Shared Render Matrix: mtg-anonymous-style-ba9193b82738 */

                        .mtg-header-action--cart-clean{
                            display:inline-flex;
                            align-items:center;
                            justify-content:center;
                            position:relative;
                            flex:0 0 auto;
                        }
                        .mtg-header-cart-clean-btn{
                            width:56px;
                            height:48px;
                            display:grid;
                            place-items:center;
                            position:relative;
                            border:2px solid #111827;
                            background:#ffffff;
                            color:#111827;
                            text-decoration:none;
                            border-radius:14px;
                            box-sizing:border-box;
                            overflow:visible;
                            transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
                        }
                        .mtg-header-cart-clean-btn:hover{
                            transform:translateY(-1px);
                            box-shadow:0 10px 22px rgba(15,23,42,.12);
                            border-color:#111827;
                            background:#f8fafc;
                        }
                        .mtg-header-cart-clean-icon{
                            width:100%;
                            height:100%;
                            display:grid;
                            place-items:center;
                            line-height:1;
                        }
                        .mtg-header-cart-clean-icon svg{
                            width:23px;
                            height:23px;
                            display:block;
                            stroke:currentColor;
                            transform:translateY(1px);
                        }
                        .mtg-header-cart-clean-count{
                            position:absolute;
                            top:-8px;
                            right:-8px;
                            min-width:19px;
                            height:19px;
                            padding:0 5px;
                            display:inline-flex;
                            align-items:center;
                            justify-content:center;
                            border-radius:999px;
                            background:linear-gradient(135deg,#ff7a1a,#ff4d00);
                            color:#fff;
                            border:2px solid #fff;
                            font-size:10px;
                            font-weight:900;
                            line-height:1;
                            letter-spacing:-.02em;
                            box-shadow:0 6px 14px rgba(255,106,0,.24);
                            box-sizing:border-box;
                        }
                        .mtg-header-cart-clean-count.is-empty{
                            background:linear-gradient(135deg,#ff7a1a,#ff4d00);
                        }
                        @media(max-width:768px){
                            .mtg-header-actions{
                                display:flex;
                                align-items:center;
                                justify-content:center;
                                gap:8px;
                                flex-wrap:wrap;
                            }
                            .mtg-header-action--cart-clean{
                                order:1;
                            }
                            .mtg-header-cart-clean-btn{
                                width:46px;
                                height:42px;
                                border-radius:13px;
                            }
                            .mtg-header-cart-clean-icon svg{
                                width:20px;
                                height:20px;
                            }
                            .mtg-header-cart-clean-count{
                                top:-7px;
                                right:-7px;
                                min-width:18px;
                                height:18px;
                                padding:0 4px;
                                font-size:10px;
                            }
                            .mtg-header-actions .mtg-header-btn{
                                min-height:42px;
                                display:inline-flex;
                                align-items:center;
                                justify-content:center;
                                white-space:nowrap;
                            }
                        }
                        @media(max-width:480px){
                            .mtg-header-actions{
                                gap:7px;
                            }
                            .mtg-header-cart-clean-btn{
                                width:44px;
                                height:40px;
                                border-radius:12px;
                            }
                            .mtg-header-cart-clean-icon svg{
                                width:19px;
                                height:19px;
                            }
                            .mtg-header-cart-clean-count{
                                top:-6px;
                                right:-6px;
                                min-width:17px;
                                height:17px;
                                font-size:9px;
                            }
                        }
                    