.page-width{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.page-width{padding:0 1rem}}.cart-page{background:#f8fafc;min-height:100vh;padding:2rem 0}.cart-hero{position:relative;padding:4rem 0 2rem;background:#0f172a;overflow:hidden;margin-bottom:3rem}.cart-hero-background{position:absolute;top:0;right:0;bottom:0;left:0}.cart-hero-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0f172a,#1e293b,#0f172a)}.cart-hero-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(251,191,36,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>')}.cart-hero-content{position:relative;z-index:10;text-align:center}.cart-hero-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#fff;margin-bottom:.5rem;background:linear-gradient(135deg,#fbbf24,#f59e0b);background-clip:text;-webkit-background-clip:text;color:transparent}.cart-hero-subtitle{color:#cbd5e1;font-size:1.125rem}.cart-container{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:start}@media (max-width: 1024px){.cart-container{grid-template-columns:1fr;gap:2rem}}.cart-items-section{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 8px 30px #0000001a;border:1px solid #e2e8f0}.cart-items-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.cart-items-title{font-size:1.5rem;font-weight:700;color:#111827}.cart-items-count{background:#fef3c7;color:#92400e;padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:600}.cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:1.5rem;align-items:center;padding:1.5rem 0;border-bottom:1px solid #f1f5f9}.cart-item:last-child{border-bottom:none}.cart-item-image{width:100px;height:80px;border-radius:.5rem;overflow:hidden;background:#f8fafc}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);display:flex;align-items:center;justify-content:center;color:#9ca3af}.cart-item-details{flex:1}.cart-item-title{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.5rem}.cart-item-title a{color:inherit;text-decoration:none;transition:color .3s ease}.cart-item-title a:hover{color:#f59e0b}.cart-item-meta{display:flex;gap:1rem;margin-bottom:.75rem}.cart-item-variant{background:#f3f4f6;color:#6b7280;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500}.cart-item-price{font-size:1.125rem;font-weight:700;color:#fbbf24}.cart-item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:1rem}.quantity-selector{display:flex;align-items:center;border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden}.quantity-btn{background:#f9fafb;border:none;padding:.5rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem}.quantity-btn:hover{background:#fbbf24;color:#fff}.quantity-input{border:none;padding:.75rem .5rem;width:80px;min-width:80px;text-align:center;font-weight:600;background:#fff;font-size:1rem}.quantity-input:focus{outline:none;border:2px solid #fbbf24;border-radius:0}.remove-item{background:none;border:none;color:#ef4444;cursor:pointer;padding:.5rem;border-radius:.25rem;transition:all .3s ease}.remove-item:hover{background:#fee2e2;color:#dc2626}.cart-summary{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 8px 30px #0000001a;border:1px solid #e2e8f0;position:sticky;top:2rem}.cart-summary-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1.5rem}.cart-summary-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f1f5f9}.cart-summary-row:last-child{border-bottom:none;padding-top:1rem;margin-top:1rem;border-top:2px solid #e2e8f0}.cart-summary-label{color:#6b7280;font-weight:500}.cart-summary-value{font-weight:600;color:#111827}.cart-total{font-size:1.25rem;font-weight:700;color:#fbbf24}.cart-discount{background:#d1fae5;color:#065f46;padding:1rem;border-radius:.5rem;margin:1rem 0;border:1px solid #a7f3d0}.discount-code-form{display:flex;gap:.5rem;margin-top:1rem}.discount-input{flex:1;padding:.75rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.875rem}.discount-input:focus{outline:none;border-color:#fbbf24;box-shadow:0 0 0 2px #fbbf2433}.btn-apply-discount{background:#f59e0b;color:#fff;border:none;padding:.75rem 1rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-apply-discount:hover{background:#d97706}.btn-checkout{width:100%;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;padding:1rem 2rem;border-radius:.75rem;font-weight:700;font-size:1.125rem;cursor:pointer;transition:all .3s ease;margin-top:1.5rem}.btn-checkout:hover{background:linear-gradient(135deg,#fbbf24,#f59e0b);transform:translateY(-2px);box-shadow:0 8px 25px #fbbf2466}.continue-shopping{text-align:center;margin-top:1rem}.continue-shopping a{color:#6b7280;text-decoration:none;font-size:.875rem;transition:color .3s ease}.continue-shopping a:hover{color:#f59e0b}.empty-cart{text-align:center;padding:4rem 2rem;background:#fff;border-radius:1rem;box-shadow:0 8px 30px #0000001a}.empty-cart-icon{color:#9ca3af;margin-bottom:1.5rem}.empty-cart h2{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.5rem}.empty-cart p{color:#6b7280;margin-bottom:2rem}.btn-shop-now{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:1rem 2rem;border-radius:2rem;text-decoration:none;font-weight:600;display:inline-block;transition:all .3s ease}.btn-shop-now:hover{background:linear-gradient(135deg,#fbbf24,#f59e0b);transform:scale(1.05)}.checkout-page{background:#f8fafc;min-height:100vh}.checkout-header{background:#0f172a;padding:2rem 0;text-align:center}.checkout-logo{color:#fbbf24;font-size:1.5rem;font-weight:700}.checkout-container{display:grid;grid-template-columns:1fr 400px;gap:3rem;padding:3rem 0}@media (max-width: 1024px){.checkout-container{grid-template-columns:1fr;gap:2rem}}.checkout-form{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 8px 30px #0000001a}.checkout-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0}.checkout-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.checkout-section-title{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:1.5rem}.form-group{margin-bottom:1rem}.form-label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem}.form-input{width:100%;padding:.75rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:1rem;transition:all .3s ease}.form-input:focus{outline:none;border-color:#fbbf24;box-shadow:0 0 0 2px #fbbf2433}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 768px){.form-row{grid-template-columns:1fr}}.payment-methods{display:flex;gap:1rem;margin-bottom:1rem}.payment-method{flex:1;padding:1rem;border:2px solid #e5e7eb;border-radius:.5rem;text-align:center;cursor:pointer;transition:all .3s ease}.payment-method.active{border-color:#fbbf24;background:#fef3c7}.payment-method:hover{border-color:#fbbf24}.checkout-order-summary{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 8px 30px #0000001a;position:sticky;top:2rem}.order-summary-title{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:1.5rem}.order-item{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid #f1f5f9}.order-item:last-child{border-bottom:none}.order-item-image{width:60px;height:60px;border-radius:.5rem;overflow:hidden;background:#f8fafc}.order-item-image img{width:100%;height:100%;object-fit:cover}.order-item-details{flex:1}.order-item-title{font-weight:600;color:#111827;font-size:.875rem;margin-bottom:.25rem}.order-item-variant{color:#6b7280;font-size:.75rem}.order-item-price{font-weight:600;color:#fbbf24}.account-page{background:#f8fafc;min-height:100vh;padding:2rem 0}.account-hero{position:relative;padding:4rem 0 2rem;background:#0f172a;overflow:hidden;margin-bottom:3rem}.account-hero-background{position:absolute;top:0;right:0;bottom:0;left:0}.account-hero-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0f172a,#1e293b,#0f172a)}.account-hero-content{position:relative;z-index:10;text-align:center}.account-welcome{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#fff;margin-bottom:.5rem}.account-subtitle{color:#cbd5e1;font-size:1.125rem}.account-container{display:grid;grid-template-columns:300px 1fr;gap:3rem;align-items:start}@media (max-width: 1024px){.account-container{grid-template-columns:1fr;gap:2rem}}.account-sidebar{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 8px 30px #0000001a;position:sticky;top:2rem}.account-nav{list-style:none;padding:0;margin:0}.account-nav li{margin-bottom:.5rem}.account-nav a{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:#6b7280;text-decoration:none;border-radius:.5rem;transition:all .3s ease}.account-nav a:hover,.account-nav a.active{background:#fef3c7;color:#92400e}.account-content{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 8px 30px #0000001a}.account-section-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1.5rem}.account-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #fbbf24;border-radius:1rem;padding:1.5rem;text-align:center}.stat-number{font-size:2rem;font-weight:700;color:#92400e;display:block}.stat-label{color:#92400e;font-weight:500;font-size:.875rem}.orders-list{display:flex;flex-direction:column;gap:1rem}.order-card{border:1px solid #e2e8f0;border-radius:.5rem;padding:1.5rem;transition:all .3s ease}.order-card:hover{border-color:#fbbf24;box-shadow:0 4px 20px #0000001a}.order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.order-number{font-weight:700;color:#111827}.order-status{padding:.25rem .75rem;border-radius:2rem;font-size:.75rem;font-weight:600}.order-status.fulfilled{background:#d1fae5;color:#065f46}.order-status.pending{background:#fef3c7;color:#92400e}.order-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;color:#6b7280;font-size:.875rem}@media (max-width: 768px){.cart-item{grid-template-columns:100px 1fr;gap:1rem}.cart-item-actions{grid-column:1 / -1;flex-direction:row;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;border-top:1px solid #f1f5f9}.cart-item-details{min-width:0}.cart-item-title{font-size:1rem;line-height:1.4;margin-bottom:.5rem;word-wrap:break-word;overflow-wrap:break-word}.cart-item-price{font-size:1rem;margin-top:.25rem}.quantity-selector{min-width:120px}.quantity-input{width:60px;min-width:60px;padding:.5rem .25rem;font-size:.875rem}.checkout-container,.account-container{padding:2rem 0}.account-sidebar{position:static}.cart-hero-title{font-size:2rem;line-height:1.2}.cart-hero-subtitle{font-size:1rem;line-height:1.4}.cart-items-section,.cart-summary{padding:1.5rem}}.fade-in{opacity:0;transform:translateY(20px);animation:fadeIn .6s ease forwards}@keyframes fadeIn{to{opacity:1;transform:translateY(0)}}.slide-in{transform:translate(-20px);opacity:0;animation:slideIn .5s ease forwards}@keyframes slideIn{to{transform:translate(0);opacity:1}}.loading{opacity:.6;pointer-events:none}.spinner{width:20px;height:20px;border:2px solid #e5e7eb;border-top:2px solid #fbbf24;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/cart-checkout.css.map */
