.page-module__imkfmq__container{max-width:1000px;margin:0 auto;padding:2rem}.page-module__imkfmq__title{color:var(--text);margin-bottom:2rem;font-size:2.5rem;font-weight:800}.page-module__imkfmq__cartGrid{grid-template-columns:2fr 1fr;gap:2rem;display:grid}.page-module__imkfmq__cartItems{background:var(--surface);border-radius:16px;padding:2rem;box-shadow:0 4px 20px #0000000d}.page-module__imkfmq__cartItem{border-bottom:1px solid #f0f0f0;align-items:center;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.page-module__imkfmq__cartItem:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.page-module__imkfmq__itemImage{background:var(--background);border-radius:8px;width:80px;height:80px;margin-right:1.5rem}.page-module__imkfmq__itemDetails{flex:1}.page-module__imkfmq__itemName{margin-bottom:.25rem;font-size:1.2rem;font-weight:600}.page-module__imkfmq__itemPrice{color:var(--text-light);font-size:1.1rem}.page-module__imkfmq__quantityControl{background:var(--background);border-radius:8px;align-items:center;display:flex;overflow:hidden}.page-module__imkfmq__qtyBtn{width:36px;height:36px;color:var(--primary);justify-content:center;align-items:center;font-size:1.2rem;font-weight:600;display:flex}.page-module__imkfmq__qtyBtn:hover{background:#00b4d81a}.page-module__imkfmq__qtyValue{text-align:center;width:40px;font-weight:600}.page-module__imkfmq__summary{background:var(--surface);border-radius:16px;height:fit-content;padding:2rem;box-shadow:0 4px 20px #0000000d}.page-module__imkfmq__summaryTitle{margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.page-module__imkfmq__summaryRow{color:var(--text-light);justify-content:space-between;margin-bottom:1rem;display:flex}.page-module__imkfmq__summaryTotal{color:var(--text);border-top:1px dashed #ddd;justify-content:space-between;margin-top:1.5rem;margin-bottom:2rem;padding-top:1.5rem;font-size:1.25rem;font-weight:800;display:flex}.page-module__imkfmq__checkoutBtn{text-align:center;border-radius:var(--radius);background:var(--success);width:100%;color:var(--surface);padding:1.25rem;font-size:1.1rem;font-weight:700;transition:all .3s}.page-module__imkfmq__checkoutBtn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #38b0004d}@media (max-width:768px){.page-module__imkfmq__cartGrid{grid-template-columns:1fr}}
