.main{margin-top:70px}.cart-container{display:flex;flex-direction:row!important;align-items:flex-start;margin-top:90px;gap:15px}.cart-content{flex:14}.cart-aside{flex:6;display:flex;flex-direction:column;align-self:flex-start;position:sticky;top:90px;margin-top:32px}.cart-header h1{font-size:16px;margin-top:0;color:#fff}.cart-items{width:100%;background:#131b28;border-radius:10px;overflow:hidden}.cart-item{display:grid;grid-template-columns:72px 1fr;gap:12px;padding:14px;border-bottom:1px solid rgba(255,255,255,.06)}.cart-item:last-child{border-bottom:0}.cart-item-image{width:72px;height:72px;border-radius:10px;background:#0d1117;overflow:hidden;display:flex;align-items:center;justify-content:center}.cart-item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cart-item-title{display:flex;flex-direction:column;gap:6px}.cart-item-title a{color:#f1f1f1;font-size:14px;font-weight:700;line-height:22px}.cart-item-title a:hover{color:#e52700}.cart-item-variant{color:#76a4f4;font-size:12px;font-weight:500}.cart-item-meta{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:8px}.cart-price{color:#dfdfdf;font-size:13px;font-weight:600}.cart-price-muted{color:#9aa4b2;font-size:12px;font-weight:500;text-decoration:line-through}.cart-qty{display:flex;align-items:center;gap:6px;background:#0d1117;border-radius:10px;padding:6px}.cart-qty button{width:30px;height:30px;border-radius:8px;border:1px solid rgba(255,255,255,.14);background:transparent;color:#f1f1f1;font-weight:700;cursor:pointer}.cart-qty button:disabled{opacity:.4;cursor:not-allowed}.cart-qty label{width:36px;height:30px;background:transparent;border:0;color:#f1f1f1;text-align:center;font-weight:700;line-height:30px}.cart-remove{border:0;background:transparent;color:#ff6b6b;font-weight:700;cursor:pointer}.cart-remove:disabled{opacity:.5;cursor:not-allowed}.cart-line-total{margin-right:auto;color:#dfdfdf;font-size:13px;font-weight:700}.cart-summary{background:#131b28;border-radius:10px;padding:15px;display:flex;flex-direction:column;gap:12px;color:#dfdfdf}.cart-summary h2{margin:0;font-size:14px;font-weight:700}.cart-summary-row{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#cdd5df}.cart-summary-row strong{color:#f1f1f1;font-weight:800}.cart-summary-divider{height:1px;width:100%;background:#ffffff0f;margin:4px 0}.cart-empty{background:#131b28;border-radius:10px;padding:18px;color:#cdd5df;line-height:26px}.cart-summary-fallback{background:#131b28;border-radius:10px;padding:15px;color:#cdd5df}@media screen and (max-width: 910px){.cart-container{flex-direction:column!important;margin-top:80px;align-items:unset}.cart-aside{position:static;top:auto;width:100%}}@media screen and (min-width: 648px){.cart-item{grid-template-columns:86px 1fr}.cart-item-image{width:86px;height:86px}}
