@charset "UTF-8";:root{--primary:#5784ba;--primary-dark:#456a98;--gray-100:#f7fafc;--gray-200:#edf2f7;--gray-300:#e2e8f0;--gray-600:#718096;--gray-800:#2d3748;--shadow-sm:0 1px 3px rgba(0,0,0,.1);--shadow-md:0 4px 6px -1px rgba(0,0,0,.1);--radius:12px;--navbar-height:80px}.cart-section{background:var(--gray-100);margin-top:var(--navbar-height);min-height:calc(70vh - 80px);padding:40px 20px 80px}.cart-container{margin:0 auto;max-width:1200px;position:relative}.cart-header{margin-bottom:40px;padding-top:20px;text-align:center}.cart-header h1{color:var(--gray-800);font-size:2rem;font-weight:600}.cart-empty-state{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow-sm);margin-top:20px;padding:60px 20px;text-align:center}.cart-empty-state .cart-icon{color:var(--gray-600);margin-bottom:20px}.cart-continue-shopping{background:var(--primary);border-radius:99px;color:#fff;display:inline-block;margin-top:20px;padding:12px 24px;text-decoration:none;transition:all .2s ease}.cart-continue-shopping:hover{background:var(--primary-dark);transform:translateY(-1px)}.cart-content{align-items:start;display:grid;gap:30px;grid-template-columns:1fr 350px;position:relative}.cart-items{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow-sm);overflow:hidden}.cart-item{border-bottom:1px solid var(--gray-200);display:flex;padding:20px}.cart-item:last-child{border-bottom:none}.cart-item-image{height:100px;margin-right:20px;width:100px}.cart-item-image img{border-radius:8px;height:100%;object-fit:cover;width:100%}.cart-item-details{flex:1}.cart-item-details h3{color:var(--gray-800);font-size:1.1rem;margin-bottom:8px}.cart-item-price{color:var(--gray-600);font-size:1rem}.cart-item-quantity{align-items:center;display:flex;gap:12px;margin-top:12px}.quantity-btn{align-items:center;border:1px solid var(--gray-300);border-radius:6px;color:var(--gray-600);display:flex;height:30px;justify-content:center;text-decoration:none;transition:all .2s ease;width:30px}.quantity-btn:hover{background:var(--gray-200);color:var(--gray-800)}.cart-summary{align-self:start;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow-sm);position:sticky;top:calc(var(--navbar-height) + 20px)}.summary-content{padding:28px}.summary-row:first-child{border-bottom:1px solid var(--gray-200);margin-bottom:12px;padding-bottom:20px}.summary-row:first-child span:first-child{font-weight:500}.summary-row:first-child span:last-child{background:var(--gray-100);border-radius:20px;font-weight:600;padding:4px 12px}.summary-row{align-items:center;color:var(--gray-600);display:flex;font-size:.95rem;justify-content:space-between;padding:12px 0}.summary-row.total{align-items:center;border-top:1px solid var(--gray-200);color:var(--gray-800);display:flex;flex-direction:column;font-size:1.2rem;font-weight:600;gap:8px;justify-content:center;margin:16px 0;padding:20px 0}.summary-row.total span:first-child{color:var(--gray-600);font-size:1.1rem;font-weight:500}.summary-row.total span:last-child{color:var(--primary);font-size:1.4rem;font-weight:600}.checkout-btn{background:var(--primary);border-radius:8px;color:#fff;display:block;font-size:1.05rem;font-weight:500;margin-top:16px;padding:16px;text-align:center;text-decoration:none;transition:all .2s ease;width:100%}.checkout-btn:hover{background:var(--primary-dark);transform:translateY(-1px)}.clear-cart{color:var(--gray-600);display:block;font-size:.9rem;margin-top:20px;padding:8px 0;text-align:center;text-decoration:none;transition:all .2s ease}.clear-cart:hover{color:var(--gray-800);text-decoration:underline}.custom-panier{align-items:center;display:flex;height:36px;position:relative}.cart-preview{background:#fff;border-radius:8px;box-shadow:0 2px 15px rgba(0,0,0,.1);display:none;margin-top:10px;max-width:350px;min-width:300px;padding:20px;position:absolute;right:0;top:100%;z-index:1000}.cart-preview .cart-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.cart-preview .cart-header h3{font-size:18px;font-weight:500;margin:0}.cart-preview .cart-header .close-button{background:none;border:none;color:#999;cursor:pointer;font-size:20px;padding:5px}.cart-preview .cart-items{max-height:300px;overflow-y:auto}.cart-preview .cart-item{align-items:center;border-bottom:1px solid #eee;display:flex;padding:12px 0}.cart-preview .cart-item:last-child{border-bottom:none}.cart-preview .cart-item img{border-radius:4px;height:64px;margin-right:15px;object-fit:cover;width:64px}.cart-preview .cart-item .cart-item-header{align-items:start;display:flex;justify-content:space-between}.cart-preview .cart-item .remove-item{background:none;border:none;color:#333;cursor:pointer;font-size:18px;font-weight:700;padding:0 5px}.cart-preview .cart-item .remove-item:hover{color:#000}.cart-preview .cart-item .cart-item-details{flex-grow:1}.cart-preview .cart-item .cart-item-details .cart-item-name{font-weight:500;margin-bottom:5px}.cart-preview .cart-item .cart-item-details .cart-item-quantity{color:#666;font-size:14px}.cart-preview .cart-item .cart-item-details .cart-item-price{color:#333;font-weight:600}.cart-preview .cart-footer{margin-top:15px}.cart-preview .cart-footer .cart-total{border-top:1px solid #eee;display:flex;font-weight:700;justify-content:space-between;margin:15px 0;padding-top:15px}.cart-preview .cart-footer .cart-buttons{display:flex;gap:10px;margin-top:15px}.cart-preview .cart-footer .cart-buttons .btn-commander,.cart-preview .cart-footer .cart-buttons .btn-panier{border-radius:4px;flex:1;font-size:14px;font-weight:500;padding:12px;text-align:center;text-decoration:none;text-transform:uppercase;transition:opacity .3s ease}.cart-preview .cart-footer .cart-buttons .btn-commander:hover,.cart-preview .cart-footer .cart-buttons .btn-panier:hover{opacity:.9}.cart-preview .cart-footer .cart-buttons .btn-panier{background:#222;color:#fff}.cart-preview .cart-footer .cart-buttons .btn-commander{background:#b6d8f2;color:#fff}.cart-preview .empty-cart-message{color:#666;padding:20px;text-align:center}@media screen and (max-width:768px){.cart-preview{height:auto;left:50%;margin:0;max-height:80vh;max-width:350px;overflow-y:auto;position:fixed;top:50%;transform:translate(-50%,-50%);width:90%;z-index:1100}.cart-preview .cart-items{max-height:40vh}.cart-overlay{background-color:rgba(0,0,0,.5);display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:1050}.cart-overlay.active{display:block}}@media (max-width:768px){.cart-content{gap:20px;grid-template-columns:1fr}.cart-item{flex-direction:column}.cart-item-image{height:200px;margin-bottom:16px;margin-right:0;width:100%}.cart-summary{margin:20px 0;position:static}.summary-content{padding:24px}.summary-row.total{padding-bottom:20px;padding-top:20px}.summary-row.total span:last-child{font-size:1.3rem}}.checkout-stepper{align-items:center;background:#fff;border:1px solid #edf2f7;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.02);display:flex;justify-content:center;margin:0 auto 1rem;max-width:600px;padding:.75rem 1.25rem}.checkout-stepper .step{align-items:center;display:flex;flex-direction:column;gap:.5rem;position:relative;z-index:1}.checkout-stepper .step-number{align-items:center;background:#e2e8f0;border:2px solid transparent;border-radius:50%;color:#4a5568;display:flex;font-size:.9rem;font-weight:600;height:32px;justify-content:center;transition:all .3s ease;width:32px}.checkout-stepper .step.active .step-number{background:#2d3748;box-shadow:0 0 0 4px rgba(45,55,72,.15);color:#fff}.checkout-stepper .step-label{color:#718096;font-size:.8rem;font-weight:500}.checkout-stepper .step.active .step-label{color:#2d3748;font-weight:600}.checkout-stepper .step-line{background:#e2e8f0;flex:1;height:2px;margin:0 1.5rem;position:relative;top:-12px}.checkout-stepper .step-line.active{background:#2d3748}.cart-main-title{color:#1a202c;font-size:1.8rem!important;font-weight:300!important;letter-spacing:-.02em;margin-bottom:.25rem}.cart-subtitle{color:#718096;font-size:.9rem;margin-bottom:1.25rem}.cart-item-premium{background:#fff;border:1px solid #edf2f7;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.02);display:flex;margin-bottom:1.25rem;padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease}.cart-item-premium:hover{box-shadow:0 8px 30px rgba(0,0,0,.04);transform:translateY(-2px)}.cart-item-image-wrap{background:#f7fafc;border:1px solid #edf2f7;border-radius:12px;height:140px;overflow:hidden;width:140px}.cart-item-image-wrap img{height:100%;object-fit:cover;width:100%}.cart-item-body{display:flex;flex:1;flex-direction:column;justify-content:space-between;padding-left:1.5rem}.cart-item-meta{display:flex;gap:.75rem;margin-bottom:.5rem}.artwork-technique{color:#5784ba;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.artwork-dimensions{color:#718096;font-size:.75rem}.artwork-title{color:#1a202c;font-size:1.35rem;font-weight:500;margin:0 0 .25rem}.artwork-cert{align-items:center;color:#48bb78;display:flex;font-size:.8rem;gap:.25rem}.artwork-cert:before{content:"✓";font-weight:700}.cart-item-actions{align-items:center;border-top:1px solid #f7fafc;display:flex;justify-content:space-between;padding-top:.75rem}.quantity-selector{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.qty-btn,.quantity-selector{align-items:center;display:flex}.qty-btn{background:#fff;color:#4a5568;font-size:1rem;height:32px;justify-content:center;text-decoration:none;transition:background .2s;width:32px}.qty-btn:hover:not(.disabled){background:#f7fafc;color:#1a202c}.qty-btn.disabled{color:#cbd5e0;cursor:not-allowed}.qty-number{font-size:.9rem;padding:0 .75rem}.artwork-price,.qty-number{color:#2d3748;font-weight:600}.artwork-price{font-size:1.3rem}.cart-summary-premium{background:#fff;border:1px solid #edf2f7;border-radius:16px;box-shadow:0 4px 25px rgba(0,0,0,.03);position:sticky;top:120px}.summary-card-inner{padding:2rem}.summary-title{color:#1a202c;font-size:1.15rem;font-weight:600;letter-spacing:-.01em;margin:0 0 1.5rem}.summary-details{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.summary-item{color:#718096;display:flex;font-size:.9rem;justify-content:space-between}.summary-badge-qty{background:#edf2f7;border-radius:20px;color:#2d3748;font-size:.8rem;font-weight:600;padding:2px 8px}.shipping-tag{color:#48bb78;font-weight:600}.cert-tag{color:#2d3748;font-weight:500}.summary-divider{background:#edf2f7;height:1px;margin-bottom:1.5rem}.summary-total-section{align-items:baseline;display:flex;justify-content:space-between;margin-bottom:2rem}.total-label{color:#1a202c;font-size:1.05rem;font-weight:600}.total-amount{color:#2d3748;font-size:1.7rem;font-weight:700}.checkout-submit-btn{align-items:center;background:#2d3748;border-radius:10px;box-shadow:0 4px 12px rgba(45,55,72,.15);color:#fff;display:flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:1rem;text-decoration:none;transition:all .2s ease;width:100%}.checkout-submit-btn:hover{background:#1a202c;box-shadow:0 6px 16px rgba(45,55,72,.25);transform:translateY(-1px)}.clear-cart-link{color:#a0aec0;display:block;font-size:.85rem;margin-top:1.25rem;text-align:center;text-decoration:none;transition:color .2s}.clear-cart-link:hover{color:#e53e3e;text-decoration:underline}.empty-icon-wrap{align-items:center;background:#f7fafc;border-radius:50%;color:#a0aec0;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.cart-empty-state h3{color:#1a202c;font-size:1.5rem;font-weight:500;margin:0 0 .5rem}.empty-text{color:#718096;margin-bottom:2rem}@media (max-width:768px){.checkout-stepper{margin-bottom:2rem;padding:1rem}.checkout-stepper .step-line{margin:0 .5rem}.cart-item-premium{align-items:center;flex-direction:column;text-align:center}.cart-item-body{padding-left:0;padding-top:1.25rem;width:100%}.artwork-cert,.cart-item-meta{justify-content:center}.cart-item-actions{margin-top:1rem}}.summary-section-card{background:#fff;border:1px solid #edf2f7;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.02);margin-bottom:1.5rem;padding:1.5rem}.summary-section-card:last-child{margin-bottom:0}.summary-section-title{align-items:center;border-bottom:1px solid #edf2f7;color:#1a202c;display:flex;font-size:1.15rem;font-weight:600;gap:.5rem;margin:0 0 1.25rem;padding-bottom:.75rem}.summary-section-title svg{color:#5784ba}.summary-item-row{background:#f8fafc!important;border:1px solid #edf2f7!important;box-shadow:none!important;margin-bottom:1rem!important;padding:1rem!important}.summary-img-wrap{height:80px!important;width:80px!important}.artwork-title-small{color:#1a202c;font-size:1.15rem;font-weight:500;margin:0}.summary-actions-compact{border-top:none!important;margin-top:.5rem;padding-top:0!important}.summary-qty{color:#718096;font-size:.85rem}.summary-qty strong{color:#2d3748}.summary-delivery-box{background:#f8fafc;border:1.5px solid #e6e9ee;border-radius:12px;padding:1.25rem}.delivery-address-text{color:#2d3748;font-size:.95rem;line-height:1.6;margin:0}.summary-pay-btn{background:#48bb78!important;box-shadow:0 4px 12px rgba(72,187,120,.15)!important}.summary-pay-btn:hover{background:#38a169!important;box-shadow:0 6px 16px rgba(72,187,120,.25)!important}