.mpd-cart{width:min(100% - 48px,1150px);margin:0 auto;padding:42px 0 58px;color:#17233a}.mpd-cart *{box-sizing:border-box}.mpd-cart__header{margin-bottom:28px}.mpd-cart__eyebrow{margin:0 0 7px;color:#062e73;font-size:11px;font-weight:800;letter-spacing:.14em}.mpd-cart__header h1{margin:0;color:#17233a;font-size:clamp(30px,3vw,40px);line-height:1.1}.mpd-cart__header>p{margin:9px 0 0;color:#5f6b7a;font-size:14px}.mpd-cart__layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:24px}.mpd-cart__items{display:grid;gap:14px}.mpd-cart__item{display:grid;grid-template-columns:150px minmax(0,1fr);gap:18px;padding:16px;background:#fff;border:1px solid #e3e9f1;border-radius:14px;box-shadow:0 4px 16px rgba(15,45,80,.05)}.mpd-cart__media{height:150px;display:grid;place-items:center;overflow:hidden;background:#f7f9fc;border:1px solid #edf1f5;border-radius:10px}.mpd-cart__media img{width:100%;height:100%;object-fit:contain;padding:12px}.mpd-cart__details{min-width:0;display:flex;flex-direction:column}.mpd-cart__item-top{display:flex;justify-content:space-between;gap:16px}.mpd-cart__vendor{margin:0 0 5px;color:#64748b;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.mpd-cart__item h2{margin:0;font-size:16px;line-height:1.35}.mpd-cart__item h2 a{color:#17233a;text-decoration:none}.mpd-cart__item h2 a:hover{text-decoration:underline}.mpd-cart__variant{margin:6px 0 0;color:#64748b;font-size:12px}.mpd-cart__remove{flex:0 0 auto;color:#52657c;font-size:12px;font-weight:700;text-decoration:underline;text-underline-offset:3px}.mpd-cart__remove:hover{color:#062e73}.mpd-cart__item-bottom{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-top:auto;padding-top:16px}.mpd-cart__quantity-wrap>span{display:block;margin-bottom:6px;color:#64748b;font-size:11px;font-weight:700}.mpd-cart__quantity{display:flex;align-items:center;width:max-content;border:1px solid #d6e0ec;border-radius:8px;overflow:hidden;background:#fff}.mpd-cart__quantity button{width:36px;height:36px;padding:0;border:0;background:#f4f7fb;color:#062e73;font-size:20px;line-height:1;cursor:pointer}.mpd-cart__quantity button:hover{background:#e8f1fb}.mpd-cart__quantity input{width:42px;height:36px;border:0;border-inline:1px solid #d6e0ec;text-align:center;color:#17233a;font:700 13px inherit;appearance:textfield}.mpd-cart__quantity input::-webkit-inner-spin-button,.mpd-cart__quantity input::-webkit-outer-spin-button{appearance:none;margin:0}.mpd-cart__prices{text-align:right}.mpd-cart__prices span{display:block;color:#64748b;font-size:11px}.mpd-cart__prices strong{display:block;margin-top:4px;color:#062e73;font-size:18px}.mpd-cart__summary{position:sticky;top:20px;padding:22px;background:#fff;border:1px solid #dfe7f1;border-radius:14px;box-shadow:0 8px 24px rgba(15,45,80,.08)}.mpd-cart__summary h2{margin:0 0 18px;color:#17233a;font-size:18px}.mpd-cart__total{display:flex;justify-content:space-between;gap:12px;padding:15px 0;border-top:1px solid #e6edf4;border-bottom:1px solid #e6edf4;font-size:14px}.mpd-cart__total strong{color:#062e73;font-size:20px}.mpd-cart__notice{margin:14px 0;color:#64748b;font-size:11px;line-height:1.5}.mpd-cart__button{display:flex;align-items:center;justify-content:center;width:100%;min-height:46px;border:1px solid #062e73;border-radius:8px;background:#062e73;color:#fff;font:700 13px inherit;text-decoration:none;cursor:pointer}.mpd-cart__button:hover{background:#0a4b91}.mpd-cart__update{display:block;width:100%;margin-top:10px;padding:8px;border:0;background:transparent;color:#52657c;font:700 12px inherit;text-decoration:underline;cursor:pointer}.mpd-cart__continue{display:block;margin-top:16px;color:#062e73;font-size:12px;font-weight:700;text-align:center;text-decoration:none}.mpd-cart__continue:hover{text-decoration:underline}.mpd-cart__cod{margin:17px 0 0;padding-top:14px;border-top:1px solid #e6edf4;color:#64748b;font-size:11px;line-height:1.5;text-align:center}.mpd-cart__empty{max-width:540px;padding:44px 28px;margin:0 auto;background:#fff;border:1px solid #e3e9f1;border-radius:14px;text-align:center;box-shadow:0 4px 16px rgba(15,45,80,.05)}.mpd-cart__empty-icon{display:grid;place-items:center;width:46px;height:46px;margin:0 auto 15px;border-radius:50%;background:#eef5fd;color:#062e73;font-size:26px;transform:rotate(45deg)}.mpd-cart__empty h2{margin:0;color:#17233a;font-size:22px}.mpd-cart__empty p{margin:9px auto 22px;max-width:350px;color:#64748b;font-size:14px;line-height:1.5}.mpd-cart__empty .mpd-cart__button{max-width:210px;margin:auto}@media(max-width:800px){.mpd-cart__layout{grid-template-columns:1fr}.mpd-cart__summary{position:static}.mpd-cart{padding-top:30px}}@media(max-width:560px){.mpd-cart{width:calc(100% - 28px);padding:25px 0 40px}.mpd-cart__header{margin-bottom:20px}.mpd-cart__header h1{font-size:29px}.mpd-cart__item{grid-template-columns:104px minmax(0,1fr);gap:12px;padding:12px}.mpd-cart__media{height:104px}.mpd-cart__media img{padding:8px}.mpd-cart__item h2{font-size:14px}.mpd-cart__vendor{font-size:9px}.mpd-cart__remove{font-size:11px}.mpd-cart__item-top{gap:8px}.mpd-cart__item-bottom{gap:8px;padding-top:11px}.mpd-cart__quantity button,.mpd-cart__quantity input{height:38px}.mpd-cart__quantity button{width:34px}.mpd-cart__prices strong{font-size:16px}.mpd-cart__summary{padding:18px}.mpd-cart__empty{padding:34px 18px}}
