:root{--mg-cart-width:390px}
.mg-cart-header-button{position:relative;width:42px;height:42px;border:1px solid #d2deed;border-radius:12px;background:linear-gradient(180deg,#fff,#f7faff);color:#35455e;display:grid;place-items:center;cursor:pointer;flex:0 0 auto}
.mg-cart-header-button:hover,.mg-cart-header-button:focus-visible{border-color:#9fbeef;background:#eef5ff;color:#1455d9;outline:0;box-shadow:0 0 0 3px rgba(37,99,235,.1)}
.mg-cart-header-button svg{width:18px;height:18px}.mg-cart-header-badge{position:absolute;right:-4px;top:-5px;min-width:18px;height:18px;padding:0 5px;border:2px solid #fff;border-radius:999px;background:#2563eb;color:#fff;display:grid;place-items:center;font-size:9px;font-weight:700}.mg-cart-header-badge[hidden]{display:none!important}
.mg-app-shell{position:relative}.mg-cart-drawer{position:fixed;inset:0;z-index:900;pointer-events:none}.mg-cart-drawer.is-contained{position:absolute;inset:0;overflow:hidden}.mg-cart-drawer.is-open{pointer-events:auto}.mg-cart-backdrop{position:absolute;inset:0;background:rgba(7,18,37,.18);opacity:0;transition:.2s ease}.mg-cart-drawer.is-open .mg-cart-backdrop{opacity:1}.mg-cart-drawer-panel{position:absolute;top:0;right:0;width:min(var(--mg-cart-width),100vw);height:100%;min-height:100%;background:#fbfdff;border-left:1px solid #d8e4f4;box-shadow:-26px 0 60px rgba(15,23,42,.18);transform:translateX(105%);transition:transform .24s ease;display:grid;grid-template-rows:auto minmax(0,1fr)}.mg-cart-drawer:not(.is-contained) .mg-cart-drawer-panel{height:100svh}.mg-cart-drawer.is-open .mg-cart-drawer-panel{transform:translateX(0)}.mg-cart-drawer-top{min-height:64px;padding:0 14px;border-bottom:1px solid #d8e4f4;display:flex;align-items:center;justify-content:space-between;gap:12px}.mg-cart-drawer-top h2{margin:0;font-size:18px}.mg-cart-close{width:38px;height:38px;border:1px solid #d2deed;border-radius:10px;background:#fff;color:#24324a;display:grid;place-items:center;font-size:22px;cursor:pointer}.mg-cart-close:focus-visible{outline:3px solid rgba(37,99,235,.18);outline-offset:2px}.mg-cart-drawer-body{min-height:0;overflow:auto;padding:14px}
.mg-cart-panel{min-height:100%;display:flex;flex-direction:column;background:#fff}.mg-cart-panel-head{padding:16px;border-bottom:1px solid #d8e4f4;display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.mg-cart-eyebrow{display:block;color:#60728f;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.mg-cart-panel-head h2{margin:4px 0 0;font-size:18px}.mg-cart-count-label{padding:6px 9px;border:1px solid #d8e4f4;border-radius:999px;background:#f8fbff;color:#60728f;font-size:10px;white-space:nowrap}.mg-cart-items{display:grid}.mg-cart-item{display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:10px;padding:14px;border-bottom:1px solid #e5edf7}.mg-cart-thumb{width:48px;height:48px;border:1px solid #d8e4f4;border-radius:12px;background:#eff6ff;display:grid;place-items:center;color:#1d4ed8;font-weight:800}.mg-cart-item-copy{min-width:0}.mg-cart-item-copy strong{display:block;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mg-cart-item-copy span{display:block;margin-top:3px;color:#60728f;font-size:10px}.mg-cart-item-controls{display:flex;align-items:center;gap:5px;margin-top:8px}.mg-cart-qty{display:inline-flex;align-items:center;border:1px solid #d8e4f4;border-radius:9px;overflow:hidden}.mg-cart-qty button{width:28px;height:28px;border:0;background:#f8fbff;cursor:pointer}.mg-cart-qty span{min-width:28px;text-align:center;color:#162033;font-size:11px}.mg-cart-remove{border:0;background:transparent;color:#b54747;font-size:10px;cursor:pointer}.mg-cart-price{font-size:12px;font-weight:800;white-space:nowrap}.mg-cart-empty{margin:auto;padding:36px 20px;text-align:center;color:#60728f}.mg-cart-empty-icon{font-size:30px}.mg-cart-empty strong{display:block;margin-top:10px;color:#071225;font-size:15px}.mg-cart-empty p{margin:6px auto 16px;max-width:240px;font-size:11px;line-height:1.5}.mg-cart-summary{margin-top:auto;padding:16px;border-top:1px solid #d8e4f4;background:#f8fbff;display:grid;gap:10px}.mg-cart-summary>div{display:flex;justify-content:space-between;align-items:center}.mg-cart-summary>div span{color:#60728f;font-size:12px}.mg-cart-summary>div strong{font-size:20px}.mg-cart-summary p{margin:0;color:#60728f;font-size:10px;line-height:1.45}.mg-cart-summary .mg-btn{width:100%}
body.mg-cart-open{overflow:hidden}
@media(max-width:980px){.mg-cart-header-button{width:38px;height:38px;min-width:38px;border-radius:10px}.mg-cart-drawer.is-contained{position:fixed;inset:0}.mg-cart-drawer-panel{width:min(390px,92vw);height:100svh}.mg-cart-backdrop{background:rgba(7,18,37,.38);backdrop-filter:blur(2px)}}
@media(max-width:640px){.mg-cart-header-button{width:35px;height:35px;min-width:35px}.mg-cart-header-button svg{width:16px;height:16px}.mg-cart-drawer-panel{width:100vw}.mg-cart-drawer-top{min-height:64px}.mg-cart-item{grid-template-columns:44px minmax(0,1fr) auto;padding:12px}.mg-cart-thumb{width:44px;height:44px}.mg-cart-drawer-body{padding:0}}