.order-review-container{max-width:600px;margin:0 auto}.order-review-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e0e0e0}.order-review-header .header-icon{width:32px;height:32px;color:var(--primary);flex-shrink:0}.order-review-header .header-content h3{font-size:1.25rem;font-weight:600;color:var(--textDark);margin:0 0 .25rem}.order-review-header .header-content p{color:var(--textMuted);margin:0;font-size:.9rem}.order-review-content{display:flex;flex-direction:column;gap:1.5rem}.customer-shipping-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.customer-shipping-grid .review-section{margin:0}.review-section{padding:1.5rem;background:var(--surface);border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #f0f0f0}.section-header h4{font-size:1rem;font-weight:600;color:var(--textDark);margin:0}.section-header svg{color:var(--primary);flex-shrink:0}.cart-items-review{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.cart-item-review{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fafafa;border-radius:8px;transition:all .3s ease}.cart-item-review:hover{background:#f5f5f5}.item-image{flex-shrink:0;border-radius:8px;overflow:hidden;width:60px;height:60px}.item-image img{width:100%;height:100%;object-fit:cover}.item-details{flex:1 1}.item-details h5{font-size:.95rem;font-weight:600;color:var(--textDark);margin:0 0 .25rem;line-height:1.3}.item-details p{font-size:.85rem;color:var(--textMuted);margin:.125rem 0}.item-discount{color:var(--error)!important;font-weight:500!important}.item-price{font-size:1rem}.order-total-review{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:linear-gradient(135deg,var(--primary) 0,var(--flagship) 100%);color:var(--surface);border-radius:8px;font-weight:600;margin-top:.5rem}.total-label{font-size:1rem}.total-amount{font-size:1.1rem;font-weight:700}.info-display{background:rgba(var(--primary-rgb),.05);padding:1rem;border-radius:8px}.info-display p{margin:.5rem 0;color:var(--textDark);font-size:.95rem;line-height:1.4}.info-display p:first-child{margin-top:0}.info-display p:last-child{margin-bottom:0}.info-display strong{font-weight:600;color:var(--textDark)}.terms-checkbox{display:flex;align-items:flex-start;gap:.75rem;padding:0;background:none;border:none;box-shadow:none}.terms-checkbox input[type=checkbox]{width:20px;height:20px;margin:0;flex-shrink:0;cursor:pointer}.terms-checkbox label{font-size:.9rem;color:var(--textDark);line-height:1.4;cursor:pointer}.terms-checkbox a{color:var(--primary);text-decoration:none;font-weight:500}.terms-checkbox a:hover{text-decoration:underline}.place-order-btn{background:linear-gradient(135deg,var(--primary) 0,var(--flagship) 100%);color:var(--surface);border:none;padding:1rem 2rem;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;margin-top:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 12px rgba(0,163,108,.3)}.place-order-btn:hover:not(:disabled){background:var(--businessBackground);box-shadow:0 6px 20px rgba(212,175,55,.4);color:var(--flagship)}.place-order-btn:active{box-shadow:0 2px 8px rgba(0,163,108,.3)}.place-order-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:0 2px 8px rgba(0,163,108,.2)}.payment-error{background:rgba(220,53,69,.1);border:1px solid rgba(220,53,69,.3);border-radius:8px;padding:1rem;text-align:center}.error-message{color:#dc3545;font-weight:500;margin:0 0 .75rem;font-size:.9rem}.retry-btn{background:#dc3545;color:white;border:none;padding:.5rem 1rem;border-radius:6px;font-weight:500;cursor:pointer;transition:all .3s ease}.retry-btn:hover{background:#c82333}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:white;border-radius:50%}.spinner,.spinning{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.order-review-container{max-width:100%}.customer-shipping-grid{grid-template-columns:1fr;gap:1rem}.order-review-header{flex-direction:column;text-align:center;gap:.75rem;margin-bottom:1.5rem}.order-review-header .header-icon{width:28px;height:28px}.review-section{padding:1.25rem}.cart-item-review{padding:.75rem;gap:.75rem}.item-image{width:50px;height:50px}.item-details h5{font-size:.9rem}.item-details p{font-size:.8rem}.item-price{font-size:.95rem}.place-order-btn{padding:1rem 1.5rem;font-size:1rem}}@media (max-width:480px){.customer-shipping-grid{grid-template-columns:1fr;gap:.75rem}.review-section{padding:1rem}.cart-item-review{flex-direction:column;text-align:center;padding:1rem}.item-details{text-align:center}.order-total-review{padding:.875rem}.total-amount,.total-label{font-size:.95rem}.place-order-btn{padding:.875rem 1.25rem;font-size:.95rem;flex-direction:column;gap:.25rem}.terms-checkbox{align-items:center}.terms-checkbox label{font-size:.85rem}}.checkout-steps{width:100%;height:100%;flex-direction:column}.checkout-header,.checkout-steps{display:flex;background:var(--surface)}.checkout-header{justify-content:space-between;align-items:flex-start;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid var(--borderLight)}.step-info{flex:1 1}.step-title{font-size:1.5rem;font-weight:700;color:var(--textDark);margin:0 0 .25rem;line-height:1.2}.step-description{font-size:.9rem;color:var(--textMuted);margin:0;line-height:1.4}.step-counter{background:var(--primary);color:white;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;white-space:nowrap;margin-left:1rem}.progress-container{padding:1.5rem;background:var(--backgroundLight);border-bottom:1px solid var(--borderLight)}.progress-bar{width:100%;height:6px;background:var(--borderLight);border-radius:3px;overflow:hidden;margin-bottom:1.5rem}.progress-fill{height:100%;background:linear-gradient(90deg,var(--primary),var(--flagship));border-radius:3px;transition:width .4s cubic-bezier(.4,0,.2,1);width:0}.progress-steps{display:flex;align-items:flex-start;gap:.5rem;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:thin;scrollbar-color:var(--borderLight) transparent}.progress-steps::-webkit-scrollbar{height:4px}.progress-steps::-webkit-scrollbar-thumb{background:var(--borderLight);border-radius:4px}.progress-step{flex-shrink:0;min-width:0}.progress-step,.step-button{display:flex;align-items:center}.step-button{gap:.75rem;background:none;border:none;cursor:pointer;padding:.75rem;border-radius:12px;transition:all .2s ease;min-width:200px;text-align:left}.step-button:disabled{cursor:not-allowed;opacity:.6}.step-button.clickable:hover:not(:disabled){background:rgba(0,163,108,.05);transform:translateY(-1px)}.step-icon{width:40px;height:40px;border:2px solid var(--borderLight);border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--surface);color:var(--textMuted);transition:all .3s ease;flex-shrink:0}.step-button.current .step-icon{border-color:var(--primary);background:var(--primary);color:white;box-shadow:0 4px 12px rgba(0,163,108,.3)}.step-button.completed .step-icon{border-color:var(--flagship);background:var(--flagship);color:white;box-shadow:0 2px 8px rgba(212,175,55,.3)}.step-text{display:flex;flex-direction:column;gap:.25rem;min-width:0;flex:1 1}.step-label{font-size:.9rem;font-weight:600;color:var(--textDark);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.step-status{font-size:.75rem;color:var(--textMuted);font-weight:500;text-transform:uppercase;letter-spacing:.5px}.step-button.current .step-status{color:var(--primary);font-weight:600}.step-button.completed .step-status{color:var(--flagship);font-weight:600}.step-line{width:40px;height:2px;background:var(--borderLight);margin:0 .5rem;border-radius:1px;transition:background .3s ease;flex-shrink:0}.step-line.completed{background:var(--flagship)}.step-content-wrapper{flex:1 1;overflow:hidden;display:flex;flex-direction:column}.step-content{flex:1 1;overflow-y:auto;padding:1.5rem;-webkit-overflow-scrolling:touch}.navigation-controls{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;background:var(--surface);border-top:1px solid var(--borderLight);gap:1rem}.nav-button{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;border:none;border-radius:10px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease;min-width:120px;justify-content:center}.nav-button--prev{background:var(--backgroundLight);color:var(--textDark);border:1px solid var(--borderLight)}.nav-button--prev:hover:not(.disabled){background:var(--primary);color:white;border-color:var(--primary);transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,163,108,.2)}.nav-button--next{background:var(--primary);color:white}.nav-button--next:hover:not(.disabled){background:var(--flagship);transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,163,108,.3)}.nav-button.disabled{background:var(--borderLight);color:var(--textMuted);cursor:not-allowed;transform:none;box-shadow:none}.nav-button--prev.disabled{background:var(--backgroundLight);border-color:var(--borderLight)}.step-dots{display:flex;gap:.5rem;align-items:center}.step-dot{width:8px;height:8px;border-radius:50%;background:var(--borderLight);transition:all .2s ease}.step-dot.active{background:var(--primary);transform:scale(1.2)}.step-dot.completed{background:var(--flagship)}@media (max-width:1024px){.checkout-header{padding:1.25rem 1.25rem .75rem}.step-title{font-size:1.25rem}.navigation-controls,.progress-container,.step-content{padding:1.25rem}}@media (max-width:768px){.checkout-header{flex-direction:column;gap:1rem;padding:1rem}.step-counter{margin-left:0;align-self:flex-start}.progress-container{padding:1rem}.step-button{min-width:160px;padding:.625rem;gap:.5rem}.step-icon{width:36px;height:36px}.step-label{font-size:.8rem}.step-status{font-size:.7rem}.step-line{width:30px}.step-content{padding:1rem}.navigation-controls{padding:1rem;gap:.75rem}.nav-button{padding:.75rem 1.25rem;font-size:.85rem;min-width:100px}}@media (max-width:640px){.checkout-header{padding:.875rem}.step-title{font-size:1.1rem}.step-description{font-size:.85rem}.progress-container{padding:.875rem}.step-button{min-width:140px;padding:.5rem;gap:.375rem}.step-icon{width:32px;height:32px}.step-label{font-size:.75rem}.step-status{font-size:.65rem}.step-line{width:25px}.step-content{padding:.875rem}.navigation-controls{padding:.875rem;gap:.5rem}.nav-button{padding:.625rem 1rem;font-size:.8rem;min-width:90px}.step-dot{width:6px;height:6px}}@media (max-width:480px){.checkout-header{padding:.75rem}.step-title{font-size:1rem}.step-description{font-size:.8rem}.step-counter{padding:.375rem .75rem;font-size:.75rem}.progress-container{padding:.75rem}.progress-steps{gap:.25rem}.step-button{min-width:120px;padding:.5rem .375rem;gap:.25rem}.step-icon{width:28px;height:28px}.step-label{font-size:.7rem}.step-status{font-size:.6rem}.step-line{width:20px}.step-content{padding:.75rem}.navigation-controls{padding:.75rem;flex-direction:column;gap:.75rem}.nav-button{width:100%;padding:.75rem 1rem;font-size:.85rem}.step-dots{order:-1}}.step-button{position:relative;overflow:hidden}.step-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.step-button:hover:before{left:100%}.step-button:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.nav-button:focus-visible{outline:2px solid var(--primary);outline-offset:2px}@media (prefers-contrast:high){.step-icon{border-width:3px}.step-line{height:3px}.progress-bar{height:8px}}@media (prefers-reduced-motion:reduce){.nav-button,.progress-fill,.step-button,.step-icon,.step-line{transition:none}.step-button:before{display:none}}.checkout-overlay{left:0;bottom:0;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;width:100vw}.checkout-overlay,.checkoutWidget{position:fixed;top:0;right:0;height:100vh}.checkoutWidget{width:100%;max-width:700px;background:var(--surface);box-shadow:-10px 0 30px rgba(0,0,0,.3);z-index:2001;display:flex;flex-direction:column;border-bottom-left-radius:2rem 2rem;border-top-left-radius:2rem 2rem}.checkoutWidget-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;background:linear-gradient(135deg,var(--flagship) 0,var(--primary) 100%);color:var(--surface);border-bottom:1px solid rgba(255,255,255,.1)}.header-left{display:flex;align-items:center;gap:1rem}.back-button,.close-button{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);color:var(--surface);border-radius:8px;padding:.5rem;cursor:pointer;transition:all .3s ease}.back-button:hover,.close-button:hover{background:rgba(255,255,255,.2);transform:translateY(-1px)}.checkout-title{font-size:1.5rem;font-weight:700;margin:0}.checkout-main,.checkoutWidget-content{flex:1 1;display:flex;flex-direction:column;min-height:0}.checkout-steps-section{flex:1 1;background:#fafafa;overflow-y:auto;padding:2rem;box-sizing:border-box;-webkit-overflow-scrolling:touch;min-height:0}.empty-checkout{flex:1 1;display:flex;align-items:center;justify-content:center;padding:2rem}.empty-checkout-content{text-align:center}.empty-checkout h3{font-size:1.5rem;color:var(--textDark);margin-bottom:.5rem}.empty-checkout p{color:var(--textMuted);margin-bottom:2rem}.continue-shopping-btn{background:var(--primary);color:var(--surface);border:none;padding:1rem 2rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease}.continue-shopping-btn:hover{background:var(--primaryDark);transform:translateY(-2px)}@media (max-width:1024px){.checkoutWidget{max-width:100%;width:100%;border-radius:0}}@media (max-width:768px){.checkoutWidget{max-width:100%;width:100%;border-radius:0}.checkout-steps-section{padding:1.5rem}.checkoutWidget-header{padding:1rem 1.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:10}.checkoutWidget-content{overflow:hidden}.checkout-main{height:calc(100vh - 80px)}}@media (max-width:640px){.checkoutWidget-header{padding:.875rem 1.25rem}.checkout-title{font-size:1.375rem}.back-button,.close-button{padding:.375rem}.back-button svg,.close-button svg{width:18px;height:18px}}@media (max-width:480px){.checkout-steps-section{padding:1rem}.checkoutWidget-header{padding:.75rem 1rem}.checkout-title{font-size:1.25rem}.header-left{gap:.75rem}.back-button,.close-button{padding:.25rem;border-radius:6px}.back-button svg,.close-button svg{width:16px;height:16px}}@media (max-width:360px){.checkoutWidget-header{padding:.625rem .875rem}.checkout-title{font-size:1.125rem}.checkout-steps-section{padding:.875rem}.empty-checkout{padding:1.5rem}.empty-checkout h3{font-size:1.25rem}.continue-shopping-btn{padding:.875rem 1.5rem;font-size:.875rem}}.order-summary{position:-webkit-sticky;position:sticky;top:0;background:var(--businessBackground);border-radius:12px;padding:1.5rem;box-shadow:0 2px 20px rgba(0,0,0,.08);border:1px solid var(--borderLight)}.order-summary-title{font-size:1.25rem;font-weight:600;color:var(--textDark);margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--borderLight);display:flex;align-items:center;gap:.5rem}.order-summary-title:before{content:"";width:4px;height:20px;background:linear-gradient(135deg,var(--primary) 0,var(--secondary) 100%);border-radius:2px}.order-items{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;max-height:300px;overflow-y:auto}.order-item{display:flex;justify-content:space-between;align-items:flex-start;padding:1rem;background:linear-gradient(135deg,rgba(var(--primary-rgb),.03) 0,rgba(var(--secondary-rgb),.03) 100%);border-radius:8px;border:1px solid rgba(var(--primary-rgb),.1);transition:all .3s ease}.order-item:hover{background:linear-gradient(135deg,rgba(var(--primary-rgb),.05) 0,rgba(var(--secondary-rgb),.05) 100%);border-color:rgba(var(--primary-rgb),.2);transform:translateY(-1px)}.item-info{display:flex;flex-direction:column;gap:.25rem;flex:1 1}.item-name{font-weight:500;color:var(--textDark);font-size:.9rem;margin:0;line-height:1.3}.item-weight{color:var(--primary);background:rgba(var(--primary-rgb),.1);padding:.2rem .5rem;border-radius:4px;display:inline-block;width:-moz-fit-content;width:fit-content}.item-quantity,.item-weight{font-size:.8rem;font-weight:500}.item-quantity{color:var(--textMuted)}.item-price{font-weight:600;color:var(--textDark);font-size:.95rem;text-align:right;min-width:-moz-fit-content;min-width:fit-content;margin-left:1rem}.price-breakdown{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem;padding:1rem;background:rgba(var(--flagship-rgb),.02);border-radius:8px;border:1px solid rgba(var(--flagship-rgb),.1)}.price-row{display:flex;justify-content:space-between;align-items:center;font-size:.95rem;padding:.25rem 0}.price-row span:first-child{color:var(--textMuted);font-weight:500}.price-row span:last-child{font-weight:600;color:var(--textDark)}.free-text{color:var(--secondary);font-weight:600;font-size:.9rem;position:relative}.free-text:after{content:"✓";margin-left:.25rem;color:var(--secondary);font-size:.8rem}.price-divider{height:1px;background:linear-gradient(90deg,transparent,var(--borderLight),transparent);margin:.5rem 0;position:relative}.price-divider:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:6px;height:6px;background:var(--borderLight);border-radius:50%}.total-row{font-weight:700;font-size:1.1rem;border-top:2px solid var(--borderLight);background:linear-gradient(135deg,rgba(var(--secondary-rgb),.05) 0,rgba(var(--gold-rgb),.05) 100%);margin:0 -1rem;padding:.75rem 1rem .25rem;border-radius:8px}.total-row span{color:var(--flagship)!important}.total-row span:last-child{background:var(--textDark);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800;font-size:1.15rem}.checkout-trust-badges{display:grid;grid-template-columns:1fr;grid-gap:.75rem;gap:.75rem;margin-top:1.5rem;padding:1.5rem 1rem 1rem;border-top:1px solid var(--borderLight);position:relative}.checkout-trust-badges:before{content:"Why Choose Us?";position:absolute;top:-.6rem;left:1rem;background:var(--surface);padding:0 .75rem;font-size:.8rem;font-weight:600;color:var(--primary);text-transform:uppercase;letter-spacing:.5px}.trust-item{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:var(--textMuted);padding:.5rem;border-radius:6px;transition:all .3s ease}.trust-item:hover{background:rgba(var(--secondary-rgb),.05);color:var(--textDark);transform:translateX(4px)}.trust-item svg{color:var(--flagship);flex-shrink:0;transition:all .3s ease}.trust-item:hover svg{transform:scale(1.1);color:var(--gold)}.shipping-progress{margin:1rem 0;padding:1rem;background:linear-gradient(135deg,rgba(var(--secondary-rgb),.05) 0,rgba(var(--gold-rgb),.05) 100%);border-radius:8px;border:1px solid rgba(var(--secondary-rgb),.2)}.shipping-progress-text{font-size:.85rem;color:var(--textDark);font-weight:500;margin-bottom:.5rem;text-align:center}.shipping-progress-bar{width:100%;height:6px;background:rgba(var(--secondary-rgb),.2);border-radius:3px;overflow:hidden;position:relative}.shipping-progress-fill{height:100%;background:linear-gradient(90deg,var(--secondary) 0,var(--gold) 100%);border-radius:3px;transition:width .5s ease;position:relative}.shipping-progress-fill:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@media (max-width:768px){.order-summary{position:static;margin-bottom:2rem;padding:1rem}.order-items{max-height:200px}.item-name{font-size:.85rem}.item-price,.price-row{font-size:.9rem}.total-row{font-size:1rem}.total-row span:last-child{font-size:1.1rem}.checkout-trust-badges{grid-template-columns:1fr 1fr;gap:.5rem}}@media (max-width:480px){.order-item,.price-breakdown{padding:.75rem}.checkout-trust-badges{padding:1rem .5rem .5rem;grid-template-columns:1fr;gap:.5rem}.trust-item{font-size:.85rem;padding:.4rem}}.cart-widget-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);z-index:9998;cursor:pointer}.cart-widget{position:fixed;right:0;height:100vh;width:100%;max-width:520px;box-shadow:-4px 0 20px rgba(0,0,0,.15);border-bottom-left-radius:2rem 2rem;border-top-left-radius:2rem 2rem;z-index:9999;flex-direction:column;overflow:hidden}.cart-widget,.cart-widget-header{top:0;background:var(--surface);display:flex}.cart-widget-header{align-items:center;justify-content:space-between;padding:1.5rem 1.25rem 1rem;border-bottom:1px solid var(--borderLight);position:-webkit-sticky;position:sticky;z-index:10}.cart-header-left{display:flex;align-items:center;gap:.75rem;color:var(--textDark)}.cart-title{font-size:1.1rem;font-weight:600;color:var(--textDark)}.cart-count{font-size:.9rem;color:var(--textLight);font-weight:500}.cart-close-btn{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:none;background:var(--backgroundLight);border-radius:50%;color:var(--textLight);cursor:pointer;transition:all .2s ease}.cart-close-btn:hover{background:var(--borderLight);color:var(--textDark)}.cart-widget-content{overflow:hidden}.cart-empty,.cart-widget-content{flex:1 1;display:flex;flex-direction:column}.cart-empty{align-items:center;justify-content:center;padding:2rem;text-align:center}.empty-cart-icon{color:var(--borderLight);margin-bottom:1rem}.cart-empty h3{font-size:1.25rem;font-weight:600;color:var(--textDark);margin-bottom:.5rem}.cart-empty p{color:var(--textLight);font-size:.95rem}.cart-items-container{flex:1 1;overflow-y:auto;padding:0 1.25rem;scrollbar-width:thin;scrollbar-color:var(--borderLight) transparent}.cart-items-container::-webkit-scrollbar{width:6px}.cart-items-container::-webkit-scrollbar-track{background:transparent}.cart-items-container::-webkit-scrollbar-thumb{background:var(--borderLight);border-radius:3px}.cart-item{display:flex;gap:1rem;padding:1.25rem 0;border-bottom:1px solid var(--borderLight);position:relative}.cart-item:last-child{border-bottom:none}.cart-item-image{width:4rem;height:4rem;border-radius:.5rem;overflow:hidden;flex-shrink:0;background:var(--backgroundLight)}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-details{flex:1 1;display:flex;flex-direction:column;justify-content:space-between}.cart-item-info h4{font-size:.9rem;font-weight:600;color:var(--textDark);margin-bottom:.25rem;line-height:1.3}.cart-item-size{font-size:.8rem;color:var(--textLight);margin-bottom:.5rem}.cart-item-price{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.cart-item-original-price{font-size:.8rem;color:var(--textLight);text-decoration:line-through}.cart-item-current-price{font-size:.9rem;font-weight:600;color:var(--primary)}.cart-item-actions{display:flex;align-items:center;justify-content:space-between}.quantity-controls{display:flex;align-items:center;gap:.5rem;background:var(--backgroundLight);border-radius:.5rem;padding:.25rem}.quantity-btn{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border:none;background:var(--surface);border-radius:.25rem;color:var(--textLight);cursor:pointer;transition:all .2s ease}.quantity-btn:hover{background:var(--borderLight);color:var(--textDark)}.quantity-display{font-size:.9rem;font-weight:600;color:var(--textDark);min-width:1.5rem;text-align:center}.remove-item-btn{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;background:transparent;color:var(--error);cursor:pointer;border-radius:.25rem;transition:all .2s ease}.remove-item-btn:hover{background:rgba(239,68,68,.1)}.cart-item-total{position:absolute;top:1.25rem;right:0;font-size:.9rem;font-weight:600;color:var(--textDark)}.cart-summary{background:var(--backgroundLight);padding:1.25rem;border-top:1px solid var(--borderLight);margin-top:auto}.summary-details{margin-bottom:1rem}.summary-row{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;font-size:.9rem}.summary-row span:first-child{color:var(--textLight)}.summary-row span:last-child{color:var(--textDark);font-weight:500}.free-shipping{color:var(--success)!important;font-weight:600!important}.summary-divider{height:1px;background:var(--borderLight);margin:.75rem 0}.total-row{font-size:1rem;font-weight:600;padding:.75rem 0 0}.total-row span{color:var(--textDark)!important;font-weight:600!important}.shipping-banner{align-items:center;gap:.5rem;background:linear-gradient(135deg,var(--primary),var(--flagship));color:var(--surface);padding:.75rem 1rem;border-radius:.5rem;font-size:.85rem;font-weight:500}.shipping-banner,.trust-badges{display:flex;margin-bottom:1rem}.trust-badges{gap:1rem}.trust-badge{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--textLight)}.trust-badge svg{color:var(--success)}.checkout-btn{width:100%;background:linear-gradient(135deg,var(--primary) 0,var(--flagship) 100%);color:var(--surface);border:none;padding:.875rem 1.5rem;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease;margin-bottom:.75rem}.checkout-btn:hover{box-shadow:0 4px 15px rgba(0,163,108,.3)}.continue-shopping{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.85rem;color:var(--textLight)}.continue-btn{background:none;border:none;color:var(--primary);font-size:.85rem;font-weight:500;cursor:pointer;text-decoration:underline;padding:0}.continue-btn:hover{color:var(--flagship)}@media (max-width:480px){.cart-widget{max-width:100%;width:100%}.cart-widget-header{padding:1rem 1rem .75rem}.cart-items-container{padding:0 1rem}.cart-summary{padding:1rem}.trust-badges{flex-direction:column;gap:.5rem}.cart-item{padding:1rem 0}.cart-item-image{width:3.5rem;height:3.5rem}.cart-item-total{position:static;margin-top:.5rem;text-align:right}}@keyframes slideInFromRight{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cart-widget{animation:slideInFromRight .3s ease-out}.cart-widget-overlay{animation:fadeIn .3s ease-out}@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap");:root{--flagship:#004D40;--primary:#00A36C;--secondary:#FFD700;--gold:#D4AF37;--background:#F2F2F2;--surface:#FFFFFF;--textDark:#1A1A1A;--textLight:#666666;--accent:#FF6F61;--gradientStart:#004D40;--gradientEnd:#00A36C;--darkBane:#333;--error:#FF3B30;--badge:#1DA1F2;--text:#FFFFFF;--success:#00C853;--personalBackground:#E3F2FD;--businessBackground:#E8F5E9;--obsidianPlum:#4A2C3F;--info:#2196F3;--font-playfair:"Playfair Display",Georgia,Times,serif}body{background-color:var(--businessBackground);color:var(--textDark);margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.layout{display:flex;flex-direction:column;min-height:100vh}.main{flex:1 1;padding:2rem 1.5rem}a{text-decoration:none;color:var(--surface)}a:hover{color:var(--secondary)}.container{margin:0 auto;padding:0 1.5rem}.container h2{font-size:2rem;color:var(--textDark)}.container p{font-size:1.1rem;color:var(--textLight)}.cart-toast-content{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%}.cart-toast-text{display:flex;flex-direction:column;gap:.25rem;flex:1 1}.cart-toast-text strong{color:var(--textDark);font-weight:600}.cart-toast-text span{color:var(--textLight);font-size:.9rem}.cart-toast-button{background:linear-gradient(135deg,var(--primary) 0,var(--flagship) 100%);color:var(--surface);border:none;padding:.5rem 1rem;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;flex-shrink:0}.cart-toast-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,163,108,.3)}.cart-notification-toast{box-shadow:0 8px 32px rgba(0,0,0,.12)!important;background:rgba(40,40,40,.85);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}