.cart-page{position:relative;min-height:100vh;height:100vh;overflow-y:auto;background-color:#fff4ec;padding-bottom:140px}.cart-page.accessibility-mode{background-color:#000;color:#00bfff}.cart-content{max-width:600px;margin:0 auto;padding:1rem;padding-top:100px}.cart-header-row{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.back-btn{background:none;border:none;cursor:pointer;color:inherit;padding:8px;border-radius:50%}.back-btn:hover{background:#0000000d}.cart-list{display:flex!important;flex-direction:column!important;gap:1rem}.cart-item-card{background:#fff!important;color:#333!important;padding:1rem;border-radius:12px;box-shadow:0 2px 4px #0000000d;display:flex;justify-content:space-between;align-items:center;width:100%}.cart-page.accessibility-mode .cart-item-card{background:#111!important;border:1px solid #333;color:#00bfff!important}.item-details h3{margin:0;font-size:1rem;font-weight:600;color:inherit}.item-price{color:#fc8019;font-weight:600;margin-top:4px}.cart-page.accessibility-mode .item-price{color:#00bfff}.qty-controls{display:flex;align-items:center;gap:12px;background:#fdf2e9;padding:4px 8px;border-radius:20px}.cart-page.accessibility-mode .qty-controls{background:#222}.ctrl-btn{width:30px;height:30px;border-radius:50%;border:none;background:#fff;color:#fc8019;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 1px 2px #0000001a}.cart-page.accessibility-mode .ctrl-btn{background:#333;color:#00bfff}.qty-val{font-weight:700;min-width:20px;text-align:center;color:inherit}.cart-footer{position:fixed;bottom:0;left:0;right:0;background:#fff;padding:1.5rem;border-top:1px solid #eee;z-index:100;box-shadow:0 -2px 10px #0000000d;display:flex;justify-content:center}.cart-footer-content{width:100%;max-width:600px}@media (max-width: 640px){.cart-footer{padding-left:90px}}.cart-page.accessibility-mode .cart-footer{background:#111;border-top:1px solid #333}.total-row{display:flex;justify-content:space-between;font-size:1.2rem;font-weight:700;margin-bottom:1rem;color:#333}.cart-page.accessibility-mode .total-row{color:#00bfff}.action-buttons{display:flex;gap:1rem}.reset-btn,.confirm-btn{padding:12px;border-radius:8px;border:none;font-weight:600;cursor:pointer;font-size:1rem;flex:1}.reset-btn{background:#f1f1f1;color:#333;flex:.4}.confirm-btn{background:#fc8019;color:#fff;flex:1}.cart-page.accessibility-mode .reset-btn{background:#333;color:#fff}.cart-page.accessibility-mode .confirm-btn{background:#00bfff;color:#000}.empty-msg{text-align:center;padding:3rem 1rem;color:#888;font-size:1.1rem}.addons-section{margin-top:2rem;padding-bottom:2rem}.addons-section h3{font-size:1.1rem;font-weight:700;color:#4a2e1f;margin-bottom:1rem}.addons-grid{display:grid;grid-template-columns:1fr;gap:.75rem}@media (min-width: 480px){.addons-grid{grid-template-columns:1fr 1fr}}.addon-card{background:#fff;border:1.5px solid #e2c1ac;border-radius:12px;padding:12px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden}.addon-card input{position:absolute;opacity:0;cursor:pointer}.addon-card.active{border-color:#fc8019;background-color:#fffaf5;box-shadow:0 4px 12px #fc80191a}.addon-info{display:flex;align-items:center;gap:12px}.addon-icon{font-size:1.5rem}.addon-text{display:flex;flex-direction:column}.addon-name{font-size:.95rem;font-weight:600;color:#333}.addon-price{font-size:.85rem;color:#fc8019;font-weight:700}.addon-check{width:24px;height:24px;border-radius:50%;background:#f1f1f1;color:#888;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;transition:all .2s ease}.active .addon-check{background:#fc8019;color:#fff}.addon-total-row{font-size:1rem;font-weight:500;color:#666;margin-bottom:.5rem}.final-total-row{border-top:1px dashed #e2c1ac;padding-top:1rem;margin-top:1rem;color:#fc8019!important}.cart-page.accessibility-mode .addons-section h3{color:#00bfff}.cart-page.accessibility-mode .addon-card{background:#111;border-color:#333;color:#fff}.cart-page.accessibility-mode .addon-card.active{border-color:#00bfff;background:#1a1a1a}.cart-page.accessibility-mode .addon-name{color:#fff}.cart-page.accessibility-mode .addon-check{background:#222;color:#666}.cart-page.accessibility-mode .active .addon-check{background:#00bfff;color:#000}
