:root{--mp-purple:#5b21b6;--mp-lilac:#f1eafe;--mp-ink:#17131f;--mp-muted:#706a79;--mp-line:#e9e5ed;--mp-green:#11865b;--mp-bg:#f6f4f8}
.mp-checkout{background:var(--mp-bg);min-height:70vh;padding:18px 0 90px;color:var(--mp-ink)}
.mp-checkout *{box-sizing:border-box}.mp-checkout__top{display:flex;justify-content:space-between;align-items:center;font-size:13px;margin-bottom:16px}.mp-checkout__back,.mp-checkout__secure{text-decoration:none;color:var(--mp-muted)}
.mp-checkout__steps{display:flex;align-items:center;justify-content:center;max-width:760px;margin:0 auto 24px}.mp-checkout__steps div{display:flex;align-items:center;gap:8px;color:#a39da9;font-size:13px}.mp-checkout__steps span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#e8e3ec;font-weight:700}.mp-checkout__steps .is-active{color:var(--mp-purple)}.mp-checkout__steps .is-active span{background:var(--mp-purple);color:white}.mp-checkout__steps i{height:2px;background:#ded9e3;flex:1;max-width:110px;margin:0 12px}
.mp-checkout__layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(310px,.75fr);gap:22px;align-items:start}.mp-checkout__main{display:grid;gap:16px}.mp-card{background:white;border:1px solid var(--mp-line);border-radius:18px;box-shadow:0 6px 24px rgba(37,23,52,.045)}
.mp-card__heading{display:flex;justify-content:space-between;gap:16px;padding:20px 22px 12px}.mp-card h2{font-size:18px;margin:3px 0}.mp-kicker{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--mp-purple);font-weight:800}.mp-text-button,.mp-store-link{border:0;background:none;color:var(--mp-purple);font-weight:700;text-decoration:none;cursor:pointer}.mp-address-row{display:flex;gap:13px;margin:0 22px 20px;padding:14px;background:var(--mp-lilac);border-radius:13px}.mp-address-row p{margin:4px 0 0;color:var(--mp-muted);font-size:13px}.mp-address-icon{font-size:22px}
.mp-store-head{display:flex;align-items:center;padding:20px 22px;border-bottom:1px solid var(--mp-line);gap:12px}.mp-store-head h2{margin:0}.mp-store-head p{margin:2px 0 0;color:var(--mp-muted);font-size:12px}.mp-store-avatar{width:42px;height:42px;border-radius:12px;background:var(--mp-purple);color:#fff;display:grid;place-items:center;font-weight:800}.mp-store-link{margin-left:auto}.mp-delivery-promise{display:flex;gap:10px;margin:14px 22px;padding:12px 14px;background:#effaf5;border-radius:12px;color:#176c4e}.mp-delivery-promise div{display:flex;flex-direction:column}.mp-delivery-promise small{opacity:.78}
.mp-cart-lines{padding:0 22px}.mp-cart-line{display:grid;grid-template-columns:118px 1fr;gap:16px;padding:20px 0;border-bottom:1px solid var(--mp-line)}.mp-cart-line:last-child{border-bottom:0}.mp-cart-line__image{position:relative;border-radius:14px;overflow:hidden;background:#f5f3f7;aspect-ratio:1;text-decoration:none}.mp-cart-line__image img{width:100%;height:100%;object-fit:cover}.mp-cart-line__image>span{position:absolute;right:7px;top:7px;background:rgba(23,19,31,.82);color:white;border-radius:999px;min-width:23px;height:23px;display:grid;place-items:center;font-size:11px}.mp-cart-line__top{display:flex;justify-content:space-between;gap:12px}.mp-vendor{display:block;color:var(--mp-purple);font-weight:800;font-size:11px;text-transform:uppercase}.mp-cart-line__title{display:block;color:var(--mp-ink);font-weight:650;text-decoration:none;line-height:1.35;margin-top:3px}.mp-remove{font-size:26px;color:#999;text-decoration:none;line-height:1}.mp-variants{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.mp-variants span{padding:5px 8px;background:#f3f1f5;border-radius:7px;font-size:11px}.mp-line-badges{display:flex;flex-wrap:wrap;gap:10px;margin:11px 0;color:var(--mp-green);font-size:11px;font-weight:650}.mp-cart-line__bottom{display:flex;align-items:end;justify-content:space-between;gap:12px}.mp-qty{display:grid;grid-template-columns:32px 44px 32px;border:1px solid #dcd6e1;border-radius:9px;overflow:hidden}.mp-qty button,.mp-qty input{height:32px;border:0;background:white;text-align:center}.mp-qty button{font-size:18px;cursor:pointer}.mp-qty input{width:100%;border-left:1px solid #eee;border-right:1px solid #eee}.mp-line-price{text-align:right}.mp-line-price s{display:block;color:#958e9d;font-size:12px}.mp-line-price strong{font-size:18px;color:var(--mp-purple)}
.mp-cart-note{padding:15px 22px 10px;border-top:1px solid var(--mp-line)}.mp-cart-note label{display:block;font-weight:700;font-size:12px;margin-bottom:7px}.mp-cart-note label span{font-weight:400;color:var(--mp-muted)}.mp-cart-note textarea{width:100%;border:1px solid #ddd6e4;border-radius:10px;padding:10px;resize:vertical}.mp-update-cart{margin:0 22px 20px;border:0;background:#f0ebf8;color:var(--mp-purple);font-weight:750;border-radius:9px;padding:9px 14px;cursor:pointer}
.mp-protection{padding:20px 22px}.mp-protection__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.mp-protection__grid>div{display:grid;grid-template-columns:auto 1fr;column-gap:10px;padding:13px;border:1px solid var(--mp-line);border-radius:12px}.mp-protection__grid span{grid-row:1/3;font-size:21px}.mp-protection__grid b{font-size:13px}.mp-protection__grid small{color:var(--mp-muted);font-size:11px}
.mp-checkout__aside{position:sticky;top:120px;display:grid;gap:14px}.mp-summary{padding:22px}.mp-summary h2{margin:0 0 18px;font-size:20px}.mp-summary__row{display:flex;justify-content:space-between;gap:20px;margin:10px 0;font-size:13px}.mp-summary__row b{text-align:right}.mp-saving{color:var(--mp-green)}.mp-discount{padding:14px 0;border-top:1px solid var(--mp-line);border-bottom:1px solid var(--mp-line);margin:16px 0}.mp-discount label{font-size:12px;font-weight:750}.mp-discount>div{display:grid;grid-template-columns:1fr auto;margin-top:7px}.mp-discount input{border:1px solid #dcd6e1;border-radius:10px 0 0 10px;padding:11px}.mp-discount button{border:0;background:var(--mp-lilac);color:var(--mp-purple);font-weight:800;border-radius:0 10px 10px 0;padding:0 14px;cursor:pointer}.mp-discount small{display:block;color:#b35a4b;margin-top:5px}.mp-summary__total{display:flex;justify-content:space-between;gap:18px;align-items:start;margin:18px 0}.mp-summary__total>span{font-size:16px;font-weight:800}.mp-summary__total div{text-align:right}.mp-summary__total strong{display:block;font-size:24px}.mp-summary__total small{display:block;color:var(--mp-muted);font-size:10px;max-width:180px}.mp-checkout-button{width:100%;border:0;border-radius:12px;background:var(--mp-purple);color:white;font-weight:800;font-size:15px;padding:14px;cursor:pointer}.mp-payment-note{text-align:center;margin-top:10px;color:var(--mp-muted);font-size:11px}.mp-dynamic-checkout{margin-top:12px}.mp-coupon-card{padding:16px;display:flex;gap:12px}.mp-coupon-card span{font-size:24px}.mp-coupon-card p{margin:3px 0;color:var(--mp-muted);font-size:12px}.mp-mobile-checkout{display:none}.mp-empty{text-align:center;background:#fff;padding:70px 20px;border-radius:18px;border:1px solid var(--mp-line)}.mp-empty__icon{font-size:48px}.mp-empty p{color:var(--mp-muted)}
@media(max-width:989px){.mp-checkout__layout{grid-template-columns:1fr}.mp-checkout__aside{position:static}.mp-summary{margin-bottom:78px}.mp-mobile-checkout{position:fixed;display:flex;left:0;right:0;bottom:calc(68px + env(safe-area-inset-bottom));z-index:25;background:white;border-top:1px solid var(--mp-line);padding:10px 14px;justify-content:space-between;align-items:center;box-shadow:0 -8px 24px rgba(20,10,30,.1)}.mp-mobile-checkout div{display:flex;flex-direction:column}.mp-mobile-checkout small{font-size:10px;color:var(--mp-muted)}.mp-mobile-checkout strong{font-size:17px}.mp-mobile-checkout button{border:0;border-radius:10px;background:var(--mp-purple);color:white;font-weight:800;padding:12px 23px}.mp-checkout__steps b{display:none}}
@media(max-width:600px){.mp-checkout{padding-top:10px}.mp-checkout__top{margin-bottom:10px}.mp-checkout__secure{font-size:0}.mp-checkout__secure:after{content:'🔒 Secure';font-size:12px}.mp-checkout__steps{margin-bottom:14px}.mp-card{border-radius:14px}.mp-card__heading,.mp-store-head{padding:16px}.mp-address-row,.mp-delivery-promise{margin-left:16px;margin-right:16px}.mp-cart-lines{padding:0 16px}.mp-cart-line{grid-template-columns:88px 1fr;gap:11px;padding:16px 0}.mp-cart-line__title{font-size:13px}.mp-line-badges span:nth-child(2){display:none}.mp-protection{padding:16px}.mp-protection__grid{grid-template-columns:1fr}.mp-protection__grid>div{padding:10px}.mp-cart-note{padding-left:16px;padding-right:16px}.mp-update-cart{margin-left:16px}.mp-summary{padding:18px}.mp-checkout__steps i{margin:0 6px}.mp-checkout__steps span{width:24px;height:24px;font-size:11px}}
