.skip-link{position:absolute;top:-40px;left:0;padding:8px 16px;background:var(--primary);color:white;font-weight:600;z-index:9999;transition:top 0.2s}.skip-link:focus{top:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.cart-page{min-height:100vh;display:flex;flex-direction:column;background:var(--bg)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.page-header{background:linear-gradient(135deg,var(--primary-light) 0%,rgba(91,76,219,0.03) 100%);padding:28px 0;border-bottom:1px solid var(--border)}.breadcrumb{display:flex;align-items:center;gap:8px;font-size:13px;margin-bottom:12px}.breadcrumb a{color:var(--text-secondary);text-decoration:none;transition:color 0.2s}.breadcrumb a:hover{color:var(--primary)}.breadcrumb a:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:4px}.breadcrumb svg{width:14px;height:14px;color:var(--text-muted);opacity:0.4}.breadcrumb span[aria-current]{color:var(--text);font-weight:500}.page-title{display:flex;align-items:center;gap:14px;margin:0}.page-title-icon{width:48px;height:48px;background:linear-gradient(135deg,var(--primary) 0%,#7c6fe3 100%);border-radius:14px;display:flex;align-items:center;justify-content:center;color:white;box-shadow:0 4px 16px rgba(91,76,219,0.3)}.page-title-icon svg{width:24px;height:24px}.page-title span:not(.page-title-count){font-size:26px;font-weight:700;color:var(--text)}.page-title-count{font-size:14px;font-weight:600;color:var(--primary);background:white;padding:4px 12px;border-radius:20px;box-shadow:0 2px 8px rgba(0,0,0,0.08)}.page-title-count:empty{display:none}.cart-wrapper{flex:1;padding:32px 0 100px}.cart-grid{display:grid;grid-template-columns:1fr 380px;gap:28px;align-items:start}.card{background:var(--surface);border-radius:20px;box-shadow:0 2px 16px rgba(0,0,0,0.04),0 0 0 1px rgba(0,0,0,0.02);overflow:hidden}.card-header{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;background:linear-gradient(180deg,var(--surface) 0%,var(--bg) 100%);border-bottom:1px solid var(--border)}.card-header h2{font-size:16px;font-weight:600;color:var(--text);margin:0}.item-count{font-size:13px;color:var(--text-secondary);background:var(--surface);padding:5px 12px;border-radius:20px;border:1px solid var(--border)}.card-body{padding:0}.cart-products .card-body{min-height:320px;contain:layout style}.cart-products .card-body>*{opacity:0;transition:opacity 0.15s ease-out}.cart-products .card-body.ready>*{opacity:1}.card-footer{padding:18px 24px;background:var(--bg);border-top:1px solid var(--border)}.cart-empty{padding:60px 24px;text-align:center;min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center}.cart-empty-icon{width:100px;height:100px;margin:0 auto 24px;background:linear-gradient(135deg,var(--primary-light) 0%,rgba(91,76,219,0.08) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center}.cart-empty-icon svg{width:44px;height:44px;color:var(--primary);opacity:0.8}.cart-empty h3{font-size:20px;font-weight:600;color:var(--text);margin:0 0 8px}.cart-empty p{font-size:14px;color:var(--text-secondary);margin:0 0 24px;max-width:300px;margin-left:auto;margin-right:auto;line-height:1.6}.cart-empty-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;background:linear-gradient(135deg,var(--primary) 0%,#7c6fe3 100%);color:white;font-size:15px;font-weight:600;text-decoration:none;border-radius:12px;box-shadow:0 4px 16px rgba(91,76,219,0.25);transition:all 0.25s ease}.cart-empty-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(91,76,219,0.35)}.cart-empty-btn:focus-visible{outline:none;box-shadow:var(--focus-ring),0 4px 16px rgba(91,76,219,0.25)}.cart-empty-btn svg{width:20px;height:20px}.cart-empty-notice{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:32px;padding-top:24px;border-top:1px solid var(--border);font-size:13px;color:var(--text-secondary)}.cart-empty-notice svg{width:16px;height:16px;opacity:0.6}.cart-loading{padding:20px 24px;min-height:300px}.skeleton-item{display:flex;gap:16px;padding:16px 0;border-bottom:1px solid var(--border);min-height:120px}.skeleton-item:last-child{border-bottom:none}.skeleton{background:linear-gradient(90deg,var(--bg) 25%,var(--border) 50%,var(--bg) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite linear;border-radius:8px}@keyframes shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}.skeleton-img{width:80px;height:80px;border-radius:12px;flex-shrink:0}.skeleton-content{flex:1;display:flex;flex-direction:column;gap:8px}.skeleton-line{height:14px}.skeleton-line.w-40{width:40%}.skeleton-line.w-60{width:60%}.skeleton-line.w-30{width:30%}.cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:20px;padding:20px 24px;border-bottom:1px solid var(--border);transition:background 0.2s,box-shadow 0.3s}.cart-item:last-child{border-bottom:none}.cart-item:hover{background:rgba(0,0,0,0.015)}.cart-item.highlight{background:rgba(91,76,219,0.05);box-shadow:inset 0 0 0 2px rgba(91,76,219,0.15)}.cart-item-image{width:100px;height:100px;border-radius:12px;overflow:hidden;background:var(--bg);flex-shrink:0}.cart-item-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.cart-item:hover .cart-item-image img{transform:scale(1.05)}.cart-item-image a:focus-visible{outline:none}.cart-item-image a:focus-visible img{outline:3px solid var(--primary);outline-offset:-3px}.cart-item-details{min-width:0;display:flex;flex-direction:column;gap:6px}.cart-item-brand{font-size:12px;font-weight:600;color:var(--primary-dark);text-transform:uppercase;letter-spacing:0.5px}.cart-item-title{font-size:15px;font-weight:600;margin:0;line-height:1.4}.cart-item-title a{color:var(--text);text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-item-title a:hover{color:var(--primary)}.cart-item-title a:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:4px}.cart-item-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.cart-item-condition,.cart-item-stock{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:500;padding:4px 10px;border-radius:6px}.cart-item-condition svg,.cart-item-stock svg{width:12px;height:12px}.cart-item-condition{color:#047857;background:var(--success-light)}.cart-item-stock{color:#047857;background:var(--success-light)}.cart-item-stock.low-stock{color:#92400e;background:rgba(245,158,11,0.12)}.cart-item-stock.out-of-stock{color:#b91c1c;background:rgba(239,68,68,0.1)}.cart-item-actions{display:flex;align-items:center;gap:10px;margin-top:auto;padding-top:8px}.quantity-selector{display:inline-flex;align-items:center;border:2px solid var(--border);border-radius:10px;overflow:hidden;background:var(--surface)}.quantity-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--text);cursor:pointer;transition:all 0.15s}.quantity-btn:hover:not(:disabled){background:var(--primary-light);color:var(--primary)}.quantity-btn:focus-visible{outline:none;background:var(--primary-light);box-shadow:inset var(--focus-ring)}.quantity-btn:disabled{opacity:0.3;cursor:not-allowed}.quantity-btn svg{width:16px;height:16px}.quantity-input{width:48px;height:44px;border:none;border-left:1px solid var(--border);border-right:1px solid var(--border);background:transparent;text-align:center;font-size:15px;font-weight:600;font-family:inherit;color:var(--text);-moz-appearance:textfield;appearance:textfield}.quantity-input::-webkit-outer-spin-button,.quantity-input::-webkit-inner-spin-button{-webkit-appearance:none}.quantity-input:focus{outline:none;background:var(--primary-light)}.quantity-input.updating{background:var(--primary-light);color:var(--primary)}.remove-btn{display:flex;align-items:center;justify-content:center;gap:6px;min-height:44px;min-width:44px;padding:0 12px;background:transparent;border:2px solid transparent;border-radius:10px;color:var(--text-secondary);cursor:pointer;transition:all 0.15s;font-size:13px;font-family:inherit}.remove-btn:hover{background:rgba(239,68,68,0.08);border-color:rgba(239,68,68,0.15);color:var(--danger)}.remove-btn:focus-visible{outline:none;box-shadow:var(--focus-ring)}.remove-btn svg{width:18px;height:18px;flex-shrink:0}.remove-btn span{font-weight:500}.cart-item-pricing{display:flex;flex-direction:column;align-items:flex-end;gap:4px;min-width:100px;text-align:right}.cart-item-price{font-size:18px;font-weight:700;color:var(--text)}.cart-item-original{font-size:13px;color:var(--text-secondary);text-decoration:line-through}.cart-item-unit-price{font-size:12px;color:var(--text-secondary)}.cart-item-savings{font-size:12px;font-weight:600;color:#047857;background:var(--success-light);padding:3px 8px;border-radius:6px;margin-top:4px}.cart-item-unavailable{font-size:14px;font-weight:500;color:var(--danger)}.cart-item-alert{display:flex;align-items:center;gap:8px;margin-top:8px;padding:10px 12px;background:var(--warning-light);border:1px solid rgba(245,158,11,0.2);border-radius:8px;font-size:13px;color:#92400e}.cart-item-alert svg{width:16px;height:16px;flex-shrink:0}.cart-item-alert button,.cart-item-alert .btn-fix{margin-left:auto;padding:8px 14px;background:var(--warning);border:none;border-radius:6px;color:white;font-size:12px;font-weight:600;font-family:inherit;cursor:pointer;transition:background 0.15s;min-height:36px}.cart-item-alert button:hover,.cart-item-alert .btn-fix:hover{background:#d97706}.cart-item-alert button:focus-visible,.cart-item-alert .btn-fix:focus-visible{outline:2px solid white;outline-offset:2px}.cart-item.unavailable .cart-item-alert{background:var(--danger-light);border-color:rgba(239,68,68,0.2);color:#b91c1c}.continue-link{display:inline-flex;align-items:center;gap:8px;margin-top:20px;padding:14px 18px;font-size:14px;font-weight:500;color:var(--text-secondary);text-decoration:none;border-radius:10px;transition:all 0.2s;min-height:48px}.continue-link:hover{color:var(--primary);background:var(--primary-light)}.continue-link:focus-visible{outline:none;box-shadow:var(--focus-ring)}.continue-link svg{width:18px;height:18px}.cart-summary{position:relative}.summary-card{position:sticky;top:100px}.summary-card .card-body{padding:20px 24px}.shipping-notice{margin-bottom:16px;padding:14px 16px;background:var(--bg);border-radius:12px;border:1px solid var(--border);transition:all 0.3s ease}.shipping-notice.free-shipping{background:var(--success-light);border-color:rgba(16,185,129,0.2)}.shipping-progress-wrapper{height:6px;background:var(--border);border-radius:3px;overflow:hidden;margin-bottom:10px}.shipping-progress-bar{height:100%;background:linear-gradient(90deg,var(--primary) 0%,#7c6fe3 100%);border-radius:3px;transition:width 0.4s ease;min-width:0}.shipping-progress-bar.complete{background:linear-gradient(90deg,var(--success) 0%,#34d399 100%)}.shipping-message{display:flex;align-items:center;gap:8px;margin:0;font-size:13px;font-weight:500;color:var(--text-secondary)}.shipping-message svg{width:18px;height:18px;color:var(--primary);flex-shrink:0}.shipping-message.free{color:#047857}.shipping-message.free svg{color:var(--success)}.price-breakdown{display:flex;flex-direction:column;gap:12px;padding-bottom:16px;border-bottom:1px solid var(--border)}.price-row{display:flex;justify-content:space-between;align-items:center;font-size:14px}.price-row span:first-child{color:var(--text-secondary)}.price-row .price{font-weight:600;color:var(--text)}.price-row .price.free,.price-row .price.success{color:var(--success)}.price-row .savings{color:#047857}.savings-row{display:none}.savings-row.show,.savings-row[style*="flex"]{display:flex}.delivery-info{display:flex;align-items:center;gap:12px;margin:16px 0;padding:14px 16px;background:var(--bg);border-radius:12px}.delivery-info svg{width:22px;height:22px;color:var(--primary);flex-shrink:0}.delivery-text{display:flex;flex-direction:column;gap:2px}.delivery-label{font-size:12px;color:var(--text-secondary)}.delivery-date{font-size:14px;font-weight:600;color:var(--text)}.last-updated{display:flex;align-items:center;gap:8px;margin-bottom:16px;padding:10px 12px;background:var(--bg);border-radius:8px;font-size:12px;color:var(--text-secondary)}.last-updated.hidden{display:none}.last-updated svg{width:14px;height:14px;opacity:0.6}.total-row{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:2px solid var(--border);margin-top:4px;position:relative;margin-bottom:24px}.total-row::after{content:'Verzendkosten berekend bij checkout';display:block;position:absolute;bottom:-20px;left:0;right:0;font-size:12px;color:var(--text-muted);font-weight:400}.total-row span:first-child{font-size:15px;font-weight:600;color:var(--text)}.total-price{font-size:24px;font-weight:700;color:var(--text)}.btw-hint{font-size:12px;font-weight:400;color:var(--text-muted);letter-spacing:0.02em}.vat-notice{font-size:12px;color:var(--text-muted);text-align:center;margin-top:8px;padding-top:8px}.checkout-btn{display:flex;align-items:center;justify-content:center;width:100%;height:56px;margin-top:16px;background:linear-gradient(135deg,var(--primary) 0%,#7c6fe3 100%);color:white;font-size:16px;font-weight:600;font-family:inherit;border:none;border-radius:14px;cursor:pointer;box-shadow:0 4px 16px rgba(91,76,219,0.25);transition:all 0.25s ease;position:relative;overflow:hidden}.checkout-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 28px rgba(91,76,219,0.35)}.checkout-btn:focus-visible{outline:none;box-shadow:var(--focus-ring),0 4px 16px rgba(91,76,219,0.25)}.checkout-btn:active:not(:disabled){transform:translateY(0)}.checkout-btn:disabled{opacity:0.6;cursor:not-allowed}.checkout-btn .btn-text,.checkout-btn .btn-loading{display:flex;align-items:center;justify-content:center;gap:10px}.checkout-btn .btn-text svg{width:20px;height:20px}.checkout-btn .btn-loading{display:none}.checkout-btn.loading .btn-text{display:none}.checkout-btn.loading .btn-loading{display:flex}.checkout-btn .spinner{width:20px;height:20px;animation:spin 0.8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.card-footer{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.trust-item{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;padding:8px 4px;border-radius:8px;transition:background 0.2s}.trust-item:hover{background:rgba(16,185,129,0.05)}.trust-item svg{width:24px;height:24px;color:#047857}.trust-item span{font-size:13px;font-weight:500;color:var(--text-secondary);line-height:1.3}.mobile-checkout{display:none !important;position:fixed;bottom:0;left:0;right:0;padding:16px 20px;padding-bottom:calc(16px+env(safe-area-inset-bottom,0));background:var(--surface);border-top:1px solid var(--border);box-shadow:0 -4px 20px rgba(0,0,0,0.08);z-index:100;gap:16px;align-items:center}.mobile-checkout-info{display:flex;flex-direction:column;gap:2px}.mobile-checkout-label{font-size:12px;color:var(--text-secondary)}.mobile-checkout-price{font-size:20px;font-weight:700;color:var(--text)}.mobile-checkout-btn{flex:1;height:50px;background:linear-gradient(135deg,var(--primary) 0%,#7c6fe3 100%);color:white;font-size:15px;font-weight:600;font-family:inherit;border:none;border-radius:12px;cursor:pointer;box-shadow:0 4px 12px rgba(91,76,219,0.25)}.mobile-checkout-btn:focus-visible{outline:none;box-shadow:var(--focus-ring),0 4px 12px rgba(91,76,219,0.25)}.mobile-checkout-btn:disabled{opacity:0.6}.cart-toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%) translateY(120%);display:flex;align-items:center;gap:12px;padding:14px 18px;background:var(--text);color:white;border-radius:14px;box-shadow:0 12px 40px rgba(0,0,0,0.25);z-index:1000;opacity:0;visibility:hidden;transition:all 0.3s cubic-bezier(0.4,0,0.2,1);max-width:calc(100vw - 40px)}.cart-toast.show{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.cart-toast-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:var(--success);border-radius:50%;flex-shrink:0}.cart-toast-icon svg{width:16px;height:16px}.cart-toast.warning .cart-toast-icon{background:var(--warning)}.cart-toast.error .cart-toast-icon{background:var(--danger)}.cart-toast-message{font-size:14px;font-weight:500;flex:1;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.cart-toast-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,0.1);border:none;border-radius:8px;color:rgba(255,255,255,0.7);cursor:pointer;transition:all 0.15s;flex-shrink:0}.cart-toast-close:hover{background:rgba(255,255,255,0.2);color:white}.cart-toast-close:focus-visible{outline:2px solid white;outline-offset:2px}.cart-toast-close svg{width:14px;height:14px}.cart-toast .undo-btn{padding:8px 14px;background:rgba(255,255,255,0.15);border:none;border-radius:8px;color:white;font-size:13px;font-weight:600;cursor:pointer;transition:background 0.15s;white-space:nowrap;min-height:36px}.cart-toast .undo-btn:hover{background:rgba(255,255,255,0.25)}.cart-toast .undo-btn:focus-visible{outline:2px solid white;outline-offset:2px}.offline-banner{position:fixed;top:0;left:0;right:0;display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 20px;background:var(--warning);color:white;font-size:14px;font-weight:500;z-index:1100}.offline-banner svg{width:18px;height:18px}@media (max-width:1024px){.cart-grid{grid-template-columns:1fr 340px;gap:24px}}@media (max-width:900px){.cart-grid{grid-template-columns:1fr}.cart-summary{order:-1}.summary-card{position:static}.cart-wrapper{padding-bottom:140px}.mobile-checkout.show{display:flex !important}.cart-products .card-body{min-height:380px}.cart-empty{min-height:360px}.cart-loading{min-height:360px}}@media (max-width:768px){.container{padding:0 16px}.page-header{padding:20px 0}.page-title-icon{width:42px;height:42px;border-radius:12px}.page-title-icon svg{width:20px;height:20px}.page-title span:not(.page-title-count){font-size:22px}.cart-wrapper{padding:20px 0 150px}.card-header{padding:14px 16px}.card-footer{padding:14px 16px}.cart-item{grid-template-columns:80px 1fr;grid-template-rows:auto auto;gap:12px;padding:16px}.cart-item-image{width:80px;height:80px;grid-row:1}.cart-item-details{grid-row:1;grid-column:2}.cart-item-pricing{grid-column:1 / -1;grid-row:2;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:12px;border-top:1px solid var(--border);min-width:0}.cart-item-pricing .cart-item-price{font-size:16px;order:2}.cart-item-pricing .cart-item-unit-price{order:1;width:auto}.cart-item-pricing .cart-item-original{display:none}.cart-item-pricing .cart-item-savings{order:3}.summary-card .card-body{padding:16px}.card-footer{grid-template-columns:1fr;gap:8px}.trust-item{flex-direction:row;justify-content:flex-start;text-align:left;padding:10px 12px;background:var(--success-light);border-radius:8px}.trust-item:hover{background:var(--success-light)}.cart-toast{left:16px;right:16px;bottom:calc(90px+env(safe-area-inset-bottom,0px));transform:translateX(0) translateY(120%);max-width:none}.cart-toast.show{transform:translateX(0) translateY(0)}.remove-btn span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.remove-btn{padding:0 10px}}@media (max-width:480px){.cart-item{grid-template-columns:70px 1fr}.cart-item-image{width:70px;height:70px}.cart-item-title{font-size:14px}.quantity-btn{width:40px;height:40px}.quantity-input{width:44px;height:40px;font-size:14px}.remove-btn{min-height:40px;min-width:40px}}@media (prefers-contrast:high){.cart-item{border-bottom-width:2px}.quantity-selector{border-width:3px}.checkout-btn{border:2px solid white}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important;scroll-behavior:auto !important}.cart-item.highlight{box-shadow:inset 0 0 0 3px var(--primary)}}@media print{.page-header{background:none;border:none}.cart-summary,.mobile-checkout,.cart-toast,.continue-link,.cart-item-actions,.offline-banner,.skip-link{display:none !important}.cart-grid{display:block}.cart-item{break-inside:avoid}}