body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header{background:#2c3e50;color:#fff;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.container{align-items:center;display:flex;justify-content:space-between}.logo a{color:#fff;font-size:1.8rem;font-weight:700;text-decoration:none}.desktop-nav{align-items:center;display:flex;gap:2rem}.desktop-nav a{color:#fff;font-size:1.1rem;text-decoration:none;transition:color .3s}.desktop-nav a:hover{color:#3498db}.cart-link{font-size:1.3rem;position:relative}.cart-count,.cart-link{align-items:center;display:flex}.cart-count{background:#e74c3c;border-radius:50%;color:#fff;font-size:.8rem;height:20px;justify-content:center;position:absolute;right:-8px;top:-8px;width:20px}.menu-btn{background:none;border:none;color:#fff;cursor:pointer;display:none;font-size:1.5rem}@media (max-width:768px){.desktop-nav{display:none}.menu-btn{display:block}.mobile-nav{background:#2c3e50;display:flex;flex-direction:column;gap:1rem;left:0;padding:1rem;position:absolute;right:0;top:100%}.mobile-nav a{border-bottom:1px solid #34495e;color:#fff;padding:.5rem;text-decoration:none}}.footer{background:#2c3e50;color:#fff;margin-top:auto;padding:3rem 0 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.footer-section h3{color:#3498db;font-size:1.5rem;margin-bottom:1rem}.footer-section h4{color:#ecf0f1;font-size:1.2rem;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#bdc3c7;text-decoration:none;transition:color .3s}.footer-section a:hover{color:#3498db}.social-icons{display:flex;font-size:1.5rem;gap:1rem}.social-icons a{color:#fff}.social-icons a:hover{color:#3498db}.footer-bottom{border-top:1px solid #34495e;color:#95a5a6;padding-top:2rem;text-align:center}.layout{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;padding:2rem 0}.homepage{text-align:center}.hero{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;color:#fff;margin-bottom:3rem;padding:4rem 2rem}.hero h1{font-size:3rem;margin-bottom:1rem}.hero p{font-size:1.2rem;margin-bottom:2rem}.hero .btn{background:#fff;color:#667eea;font-size:1.1rem;padding:12px 30px}.features{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.feature-card{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;padding:2rem;transition:transform .3s}.feature-card:hover{transform:translateY(-5px)}.feature-card h3{color:#2c3e50;margin-bottom:1rem}.feature-card p{color:#7f8c8d}.products-container{margin:0;min-height:100vh;padding:0;width:100%}.products-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;margin:0;padding:1rem 0 2rem;text-align:center;width:100%}.products-title{color:#fff;font-size:2.5rem;font-weight:700;margin:0 0 .5rem;padding:0}.products-subtitle{color:#ffffffe6;font-size:1.1rem;font-weight:300;margin:0;padding:0}.products-loading{align-items:center;display:flex;flex-direction:column;height:60vh;justify-content:center;width:100%}.spinner{animation:spin 1s linear infinite;border:5px solid #3498db33;border-radius:50%;border-top-color:#3498db;height:50px;margin-bottom:1rem;width:50px}.products-error{padding:3rem 1rem;text-align:center;width:100%}.error-text{color:#e74c3c;font-size:1.2rem;margin-bottom:1.5rem}.retry-btn{background:#3498db;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;padding:10px 25px}.products-list{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin:0 auto;max-width:1400px;padding:2rem}.product-item{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;height:100%;overflow:hidden;transition:all .3s ease}.product-item:hover{box-shadow:0 8px 20px #00000026;transform:translateY(-5px)}.product-img-container{align-items:center;background:#f8f9fa;display:flex;height:220px;justify-content:center;overflow:hidden;position:relative;width:100%}.product-image{height:100%;object-fit:contain;padding:15px;transition:transform .3s ease;width:100%}.product-item:hover .product-image{transform:scale(1.05)}.discount-tag{background:#e74c3c;border-radius:20px;color:#fff;font-size:.85rem;font-weight:700;padding:5px 12px;position:absolute;right:12px;top:12px;z-index:2}.product-details{display:flex;flex-direction:column;flex-grow:1;padding:1.5rem}.product-name{color:#2c3e50;font-size:1.25rem;font-weight:600;line-height:1.3;margin:0 0 .5rem}.product-category{color:#3498db;font-size:.85rem;font-weight:600;letter-spacing:.5px;margin:0 0 .8rem;text-transform:uppercase}.product-rating{align-items:center;display:flex;gap:8px;margin-bottom:.8rem}.stars{font-size:1.1rem}.rating-value{color:#7f8c8d;font-size:.9rem}.product-desc{color:#666;flex-grow:1;font-size:.9rem;line-height:1.5;margin:0 0 1.2rem}.product-pricing{align-items:center;display:flex;gap:12px;margin-bottom:1.5rem}.price-now{color:#2c3e50;font-size:1.5rem;font-weight:700}.price-old{color:#95a5a6;font-size:1rem;text-decoration:line-through}.product-buttons{display:flex;gap:10px;margin-top:auto}.cart-btn{background:#2ecc71;border:none;border-radius:6px;color:#fff;cursor:pointer;flex:2 1;font-size:1rem;font-weight:600;padding:12px;transition:background .3s}.cart-btn:hover{background:#27ae60}.details-btn{background:#3498db;border-radius:6px;color:#fff;flex:1 1;font-size:1rem;font-weight:600;padding:12px;text-align:center;text-decoration:none;transition:background .3s}.details-btn:hover{background:#2980b9}@media (max-width:1024px){.products-list{gap:20px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));padding:1.5rem}}@media (max-width:768px){.products-header{padding:.8rem 0 1.5rem}.products-title{font-size:2rem}.products-subtitle{font-size:1rem}.products-list{gap:15px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));padding:1rem}.product-buttons{flex-direction:column}.cart-btn,.details-btn{width:100%}}@media (max-width:480px){.products-list{grid-template-columns:1fr;max-width:350px}.products-title{font-size:1.8rem}.product-img-container{height:200px}}.product-details-container{margin:0 auto;max-width:1400px;padding:1rem 2rem 3rem}.breadcrumb{color:#666;font-size:.95rem;margin-bottom:2rem}.breadcrumb a{color:#3498db;margin:0 5px;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.breadcrumb span{color:#2c3e50;font-weight:500;margin-left:5px}.details-loading{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:60vh}.details-loading .spinner{animation:spin 1s linear infinite;border:6px solid #3498db33;border-radius:50%;border-top-color:#3498db;height:60px;margin-bottom:1.5rem;width:60px}.details-error{min-height:60vh;padding:4rem 1rem;text-align:center}.details-error h2{color:#e74c3c;margin-bottom:1rem}.details-error p{color:#666;font-size:1.1rem;margin-bottom:2rem}.back-btn{background:#3498db;border-radius:5px;color:#fff;display:inline-block;font-weight:600;padding:12px 30px;text-decoration:none;transition:background .3s}.back-btn:hover{background:#2980b9}.product-details-wrapper{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin-bottom:3rem}.product-images-section{display:flex;flex-direction:column;gap:1.5rem}.main-image{align-items:center;background:#f8f9fa;border-radius:12px;display:flex;height:450px;justify-content:center;overflow:hidden;padding:20px;width:100%}.main-image img{height:100%;max-height:400px;object-fit:contain;width:100%}.thumbnail-images{display:flex;flex-wrap:wrap;gap:10px}.thumbnail{background:#f8f9fa;border:2px solid #0000;border-radius:8px;cursor:pointer;height:80px;overflow:hidden;transition:all .3s;width:80px}.thumbnail.active,.thumbnail:hover{border-color:#3498db}.thumbnail:hover{transform:translateY(-2px)}.thumbnail img{height:100%;object-fit:cover;padding:5px;width:100%}.product-info-section{display:flex;flex-direction:column;gap:1.5rem}.product-title{color:#2c3e50;font-size:2.2rem;line-height:1.2;margin:0}.product-meta{border-bottom:1px solid #eee;display:flex;flex-direction:column;gap:.8rem;padding-bottom:1rem}.category{background:#e8f4fc;border-radius:20px;color:#3498db;display:inline-block;font-size:.85rem;font-weight:600;padding:5px 12px;text-transform:uppercase}.brand{color:#666;font-size:.95rem}.rating{align-items:center;display:flex;gap:10px}.stars{color:#f1c40f;font-size:1.2rem}.rating-value{color:#2c3e50;font-weight:600}.reviews{color:#7f8c8d;font-size:.9rem}.product-price-section{background:#f8f9fa;border-radius:10px;margin:1rem 0;padding:1.5rem}.current-price{align-items:center;display:flex;gap:1rem;margin-bottom:.8rem}.price{color:#2c3e50;font-size:2.5rem;font-weight:700}.discount-badge{border-radius:20px;font-size:.9rem;padding:5px 15px}.original-price{align-items:center;display:flex;gap:10px;margin-bottom:1rem}.original-price .label{color:#666}.original-price .price{color:#95a5a6;font-size:1.2rem;font-weight:500;text-decoration:line-through}.stock-status{margin-top:1rem}.status{border-radius:5px;font-weight:600;padding:5px 10px}.status.in-stock{background:#27ae601a;color:#27ae60}.status.out-of-stock{background:#e74c3c1a;color:#e74c3c}.product-description h3,.product-specs h3{color:#2c3e50;font-size:1.3rem;margin-bottom:1rem}.product-description p{color:#555;font-size:1rem;line-height:1.6}.product-specs{background:#f8f9fa;border-radius:10px;padding:1.5rem}.product-specs ul{list-style:none;margin:0;padding:0}.product-specs li{border-bottom:1px solid #eee;display:flex;gap:1rem;padding:8px 0}.product-specs li:last-child{border-bottom:none}.product-specs strong{color:#2c3e50;min-width:150px}.purchase-section{align-items:center;background:#f8f9fa;border-radius:10px;display:flex;gap:2rem;margin:2rem 0;padding:1.5rem}.quantity-selector{align-items:center;border:2px solid #ddd;border-radius:8px;display:flex;gap:0;overflow:hidden}.qty-btn{font-size:1.5rem;height:45px;width:45px}.qty-value{font-size:1.2rem;width:60px}.action-buttons{display:flex;flex:1 1;gap:1rem}.add-to-cart-btn,.buy-now-btn{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:1.1rem;font-weight:600;padding:15px;transition:all .3s}.add-to-cart-btn{background:#2ecc71;color:#fff}.add-to-cart-btn:hover:not(:disabled){background:#27ae60}.add-to-cart-btn:disabled{background:#95a5a6;cursor:not-allowed}.buy-now-btn{background:#3498db;color:#fff}.buy-now-btn:hover{background:#2980b9}.additional-info{grid-gap:1.5rem;background:#f8f9fa;border-radius:10px;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:2rem;padding:1.5rem}.info-item{align-items:center;display:flex;gap:1rem}.info-item .icon{font-size:2rem}.info-item div{display:flex;flex-direction:column}.info-item strong{color:#2c3e50;font-size:1rem}.info-item p{color:#666;font-size:.9rem;margin:0}.back-to-products{border-top:1px solid #eee;margin-top:3rem;padding-top:2rem;text-align:center}.back-link{background:#7f8c8d;border-radius:5px;color:#fff;display:inline-block;font-weight:600;padding:12px 30px;text-decoration:none;transition:background .3s}.back-link:hover{background:#5d6d6e}@media (max-width:1024px){.product-details-wrapper{gap:2rem}.main-image{height:400px}}@media (max-width:768px){.product-details-container{padding:1rem 1.5rem 2rem}.product-details-wrapper{gap:2rem;grid-template-columns:1fr}.product-title{font-size:1.8rem}.purchase-section{align-items:stretch;flex-direction:column}.quantity-selector{justify-content:center}.action-buttons{flex-direction:column}.main-image{height:350px}}@media (max-width:480px){.product-details-container{padding:1rem 1rem 2rem}.product-title{font-size:1.6rem}.price{font-size:2rem}.main-image{height:300px}.additional-info{grid-template-columns:1fr}}.product-reviews{background:#f8f9fa;border-radius:10px;margin:1.5rem 0;padding:1.5rem}.product-reviews h3{color:#2c3e50;font-size:1.3rem;margin-bottom:1.2rem}.reviews-list{display:flex;flex-direction:column;gap:1.2rem}.review-item{background:#fff;border-left:4px solid #3498db;border-radius:8px;padding:1.2rem}.review-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.8rem}.reviewer{color:#2c3e50;font-size:1rem;font-weight:600}.review-rating{color:#f1c40f;font-size:1rem}.review-comment{color:#555;font-size:.95rem;line-height:1.5;margin-bottom:.8rem}.review-date{color:#7f8c8d;font-size:.85rem;font-style:italic}.cart-page-container{margin:0 auto;max-width:1400px;padding:2rem 1.5rem}.cart-empty-container{align-items:center;display:flex;justify-content:center;min-height:70vh;padding:2rem}.cart-empty{max-width:400px;text-align:center}.empty-cart-icon{color:#bdc3c7;font-size:5rem}.cart-empty h2{color:#2c3e50;font-size:2rem;margin-bottom:1rem}.cart-empty p{color:#7f8c8d;font-size:1.1rem;margin-bottom:2rem}.shop-now-btn{font-size:1.1rem;padding:14px 35px}.cart-header{margin-bottom:2rem}.cart-header h1{color:#2c3e50;font-size:2.2rem;margin-bottom:.5rem}.cart-count{color:#7f8c8d;font-size:1.1rem}.cart-content{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:2fr 1fr}.cart-items-section{background:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014;padding:1.5rem}.cart-items-header{align-items:center;border-bottom:2px solid #f0f0f0;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.cart-items-header h2{color:#2c3e50;font-size:1.5rem;margin:0}.clear-cart-btn{background:#e74c3c;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:8px 16px;transition:background .3s}.clear-cart-btn:hover{background:#c0392b}.cart-items-list{display:flex;flex-direction:column;gap:1.2rem}.cart-item{grid-gap:1.5rem;align-items:center;background:#f8f9fa;border-radius:10px;display:grid;gap:1.5rem;grid-template-columns:auto 1fr auto auto;padding:1.2rem;transition:transform .3s,box-shadow .3s}.cart-item:hover{box-shadow:0 5px 15px #0000001a;transform:translateY(-2px)}.item-image{height:100px;width:100px}.item-image img{padding:8px}.item-details{min-width:250px}.item-title{color:#2c3e50;font-size:1.1rem;font-weight:600;margin:0 0 .5rem}.item-category{color:#3498db;font-weight:600;margin:0 0 .3rem;text-transform:uppercase}.item-brand{color:#7f8c8d;font-size:.9rem;margin:0 0 .8rem}.item-price{align-items:center;display:flex;gap:10px}.current-price{color:#2c3e50;font-size:1.3rem;font-weight:700}.discount-badge{background:#2ecc71;border-radius:15px;color:#fff;font-size:.8rem;font-weight:600;padding:3px 10px}.item-quantity{flex-direction:column;gap:.8rem}.quantity-controls{border:2px solid #ddd;border-radius:8px;gap:0;overflow:hidden}.qty-btn,.quantity-controls{align-items:center;display:flex}.qty-btn{background:#fff;border:none;color:#333;cursor:pointer;font-size:1rem;height:35px;justify-content:center;transition:background .3s;width:35px}.qty-btn:hover:not(:disabled){background:#f0f0f0}.qty-btn:disabled{color:#ccc;cursor:not-allowed}.qty-value{color:#2c3e50;font-weight:600;text-align:center;width:40px}.remove-btn{align-items:center;background:#e74c3c;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:.85rem;font-weight:600;gap:5px;padding:6px 12px;transition:background .3s}.remove-btn:hover{background:#c0392b}.item-total{align-items:flex-end;display:flex;flex-direction:column;min-width:120px}.total-label{color:#7f8c8d;font-size:.9rem;margin-bottom:.3rem}.total-price{color:#2c3e50;font-size:1.4rem;font-weight:700}.order-summary{background:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014;height:-webkit-fit-content;height:fit-content;padding:1.8rem;position:-webkit-sticky;position:sticky;top:2rem}.order-summary h2{border-bottom:2px solid #f0f0f0;color:#2c3e50;font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:1rem}.summary-details{margin-bottom:2rem}.summary-row{align-items:center;color:#555;display:flex;justify-content:space-between;padding:.8rem 0}.summary-row .free{color:#2ecc71;font-weight:600}.summary-divider{background:#eee;height:1px;margin:1rem 0}.summary-row.total{color:#2c3e50;font-size:1.3rem;font-weight:700;margin-top:1rem}.grand-total{color:#e74c3c;font-size:1.5rem}.checkout-btn{background:#2ecc71;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;margin-bottom:1.5rem;padding:16px;transition:background .3s;width:100%}.checkout-btn:hover{background:#27ae60}.continue-shopping{margin-bottom:1.5rem;text-align:center}.continue-link{color:#3498db;font-size:1rem;font-weight:600;text-decoration:none;transition:color .3s}.continue-link:hover{color:#2980b9;text-decoration:underline}.payment-methods{border-top:1px solid #eee;padding-top:1.5rem;text-align:center}.payment-methods p{color:#7f8c8d;font-size:.9rem;margin-bottom:.8rem}.payment-icons{gap:15px;justify-content:center}.payment-icon{font-size:1.8rem;opacity:.8}@media (max-width:1024px){.cart-content{gap:2rem;grid-template-columns:1fr}.order-summary{position:static}}@media (max-width:768px){.cart-page-container{padding:1.5rem 1rem}.cart-item{gap:1rem;grid-template-columns:1fr;text-align:center}.item-image{height:120px;margin:0 auto;width:120px}.item-details{min-width:auto}.item-total{align-items:center}}@media (max-width:480px){.cart-header h1{font-size:1.8rem}.cart-items-header{align-items:flex-start;flex-direction:column;gap:1rem}.clear-cart-btn{align-self:flex-end}}.checkout-container{margin:0 auto;max-width:1400px;padding:2rem 1.5rem}.checkout-empty{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:60vh;padding:4rem 1rem;text-align:center}.empty-cart-icon{font-size:4rem;margin-bottom:1.5rem;opacity:.5}.checkout-empty h2{color:#2c3e50;font-size:2rem;margin-bottom:1rem}.checkout-empty p{color:#7f8c8d;font-size:1.1rem;margin-bottom:2rem}.back-to-shop-btn{background:#3498db;border-radius:8px;color:#fff;display:inline-block;font-size:1rem;font-weight:600;padding:12px 30px;text-decoration:none;transition:background .3s}.back-to-shop-btn:hover{background:#2980b9}.checkout-header{margin-bottom:2.5rem;text-align:center}.checkout-header h1{color:#2c3e50;font-size:2.5rem;margin-bottom:1.5rem}.checkout-steps{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.step{align-items:center;color:#95a5a6;display:flex;font-size:.95rem;font-weight:500;gap:.5rem}.step.active{color:#3498db;font-weight:600}.step:before{align-items:center;background:#ecf0f1;border-radius:50%;content:"✓";display:flex;font-size:.9rem;height:25px;justify-content:center;width:25px}.step.active:before{background:#3498db;color:#fff}.checkout-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1.5fr}.order-summary-section{background:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014;height:-webkit-fit-content;height:fit-content;padding:1.8rem;position:-webkit-sticky;position:sticky;top:2rem}.order-summary-section h2{border-bottom:2px solid #f0f0f0;color:#2c3e50;font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:1rem}.order-items{margin-bottom:2rem;max-height:400px;overflow-y:auto;padding-right:10px}.order-item{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;gap:1rem;padding:1rem 0}.order-item:last-child{border-bottom:none}.item-image{align-items:center;background:#f8f9fa;border-radius:8px;display:flex;height:70px;justify-content:center;width:70px}.item-image img{object-fit:contain;padding:5px}.item-quantity{background:#3498db;font-size:.8rem;height:25px;width:25px}.item-details{flex:1 1}.item-details h4{color:#2c3e50;font-size:1rem;font-weight:600;margin:0 0 .3rem}.item-category{color:#7f8c8d;font-size:.85rem;margin:0}.item-total{color:#2c3e50;font-size:1.1rem;font-weight:600;min-width:80px;text-align:right}.order-totals{margin-bottom:2rem}.total-row{border-bottom:1px solid #f0f0f0;padding:.8rem 0}.total-row:last-child{border-bottom:none}.total-row .free{color:#2ecc71;font-weight:600}.total-row.grand-total{border-top:2px solid #eee;font-size:1.3rem;padding-top:1rem}.secure-checkout{align-items:center;background:#f8f9fa;border-radius:8px;display:flex;justify-content:space-between;margin-top:1.5rem;padding:1rem}.secure-icon{font-size:1.5rem}.secure-checkout span{color:#2c3e50;font-weight:600}.payment-icons{display:flex;font-size:1.2rem;gap:8px}.checkout-form-section{background:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014;padding:2rem}.form-section{border-bottom:1px solid #eee;margin-bottom:2.5rem;padding-bottom:2rem}.form-section:last-child{border-bottom:none;margin-bottom:0}.form-section h3{align-items:center;color:#2c3e50;display:flex;font-size:1.3rem;gap:10px;margin-bottom:1.5rem}.form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{color:#2c3e50;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select{background:#fff;border:2px solid #ddd;border-radius:8px;font-size:1rem;padding:12px 15px;transition:border-color .3s}.form-group input:focus,.form-group select:focus{border-color:#3498db;outline:none}.form-group input[type=email]::placeholder,.form-group input[type=tel]::placeholder,.form-group input[type=text]::placeholder{color:#95a5a6}.payment-methods{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1.5rem}.payment-option{align-items:center;border:2px solid #ddd;border-radius:8px;cursor:pointer;display:flex;padding:1rem;transition:all .3s}.payment-option:hover{background:#f8f9fa;border-color:#3498db}.payment-option input{margin-right:10px}.payment-label{align-items:center;color:#2c3e50;display:flex;font-weight:500;gap:10px}.payment-icon{font-size:1.3rem}.card-details{background:#f8f9fa;border-radius:8px;margin-top:1rem;padding:1.5rem}.terms-section{margin:2rem 0}.terms-checkbox{align-items:center;color:#555;display:flex;font-size:.95rem;gap:10px}.terms-checkbox input{height:18px;width:18px}.form-actions{align-items:center;border-top:2px solid #f0f0f0;display:flex;justify-content:space-between;margin-top:2rem;padding-top:2rem}.back-to-cart-btn{color:#3498db;font-size:1rem;font-weight:600;text-decoration:none;transition:color .3s}.back-to-cart-btn:hover{color:#2980b9;text-decoration:underline}.place-order-btn{align-items:center;background:#2ecc71;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:700;gap:10px;justify-content:center;min-width:250px;padding:16px 35px;transition:background .3s}.place-order-btn:hover:not(:disabled){background:#27ae60}.place-order-btn:disabled{background:#95a5a6;cursor:not-allowed}.place-order-btn .spinner{animation:spin 1s linear infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:20px;width:20px}@media (max-width:1024px){.checkout-content{gap:2rem;grid-template-columns:1fr}.order-summary-section{position:static}.payment-methods{grid-template-columns:1fr}}@media (max-width:768px){.checkout-container{padding:1.5rem 1rem}.checkout-header h1{font-size:2rem}.checkout-steps{font-size:.9rem;gap:1rem}.form-row{gap:1rem;grid-template-columns:1fr}.form-actions{align-items:stretch;flex-direction:column;gap:1rem}.place-order-btn{min-width:auto}}@media (max-width:480px){.checkout-form-section,.order-summary-section{padding:1.5rem}.checkout-header h1{font-size:1.8rem}.form-section h3{font-size:1.2rem}}.orders-container{margin:0 auto;max-width:1200px;padding:2rem 1.5rem}.orders-header{margin-bottom:3rem;text-align:center}.orders-header h1{color:#2c3e50;font-size:2.5rem;margin-bottom:.5rem}.orders-header p{color:#7f8c8d;font-size:1.1rem}.orders-loading{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:50vh}.orders-loading .spinner{animation:spin 1s linear infinite;border:5px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;height:50px;margin-bottom:1rem;width:50px}.order-confirmation{align-items:center;animation:fadeIn .5s ease;background:linear-gradient(135deg,#2ecc71,#27ae60);border-radius:12px;color:#fff;display:flex;gap:2rem;margin-bottom:3rem;padding:2rem}.confirmation-icon{flex-shrink:0;font-size:4rem}.confirmation-content h2{font-size:2rem;margin-bottom:.5rem}.confirmation-content p{margin-bottom:.5rem;opacity:.9}.confirmation-actions{display:flex;gap:1rem;margin-top:1.5rem}.continue-shopping-btn,.track-order-btn{border:none;border-radius:6px;cursor:pointer;font-weight:600;padding:10px 20px;text-decoration:none;transition:transform .3s}.continue-shopping-btn{background:#fff;color:#27ae60}.track-order-btn{background:#fff3;border:2px solid #fff;color:#fff}.continue-shopping-btn:hover,.track-order-btn:hover{transform:translateY(-2px)}.no-orders{background:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014;padding:4rem 2rem;text-align:center}.no-orders-icon{font-size:4rem;margin-bottom:1.5rem;opacity:.5}.no-orders h2{color:#2c3e50;font-size:2rem;margin-bottom:1rem}.no-orders p{color:#7f8c8d;font-size:1.1rem;margin-bottom:2rem}.shop-now-btn{background:#3498db;border-radius:8px;color:#fff;display:inline-block;font-size:1rem;font-weight:600;padding:12px 30px;text-decoration:none;transition:background .3s}.shop-now-btn:hover{background:#2980b9}.orders-list{display:flex;flex-direction:column;gap:1.5rem}.order-card{background:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014;padding:1.5rem;transition:transform .3s,box-shadow .3s}.order-card:hover{box-shadow:0 8px 25px #0000001f;transform:translateY(-3px)}.order-header{align-items:center;border-bottom:2px solid #f0f0f0;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.order-info h3{color:#2c3e50;font-size:1.3rem;margin-bottom:.3rem}.order-date{color:#7f8c8d;font-size:.9rem}.order-status{align-items:center;display:flex;font-size:1rem;font-weight:600;gap:8px}.status-icon{font-size:1.2rem}.order-items-preview{align-items:center;background:#f8f9fa;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding:1rem}.items-count{color:#2c3e50;font-weight:600}.items-images{align-items:center;display:flex;gap:-10px}.item-image{background:#fff;border:2px solid #fff;border-radius:6px;height:50px;margin-left:-10px;overflow:hidden;position:relative;width:50px}.item-image:first-child{margin-left:0}.item-image img{height:100%;object-fit:cover;width:100%}.item-quantity{background:#e74c3c;border-radius:50%;font-size:.7rem;height:20px;position:absolute;right:-8px;top:-8px;width:20px}.item-quantity,.more-items{align-items:center;color:#fff;display:flex;font-weight:600;justify-content:center}.more-items{background:#3498db;border-radius:6px;font-size:.9rem;height:50px;margin-left:-10px;width:50px}.order-details{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-bottom:1.5rem}.order-totals{background:#f8f9fa;border-radius:8px;padding:1.2rem}.total-row{align-items:center;color:#555;display:flex;justify-content:space-between;padding:.5rem 0}.total-row.grand-total{border-top:1px solid #ddd;color:#2c3e50;font-size:1.1rem;font-weight:700;margin-top:.5rem;padding-top:.8rem}.order-shipping h4{color:#2c3e50;font-size:1.1rem;margin-bottom:.8rem}.order-shipping p{color:#555;font-size:.95rem;margin-bottom:.3rem}.order-actions{display:flex;gap:1rem;justify-content:flex-end}.cancel-btn,.track-btn,.view-details-btn{border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:600;padding:8px 16px;transition:background .3s}.view-details-btn{background:#3498db;color:#fff}.view-details-btn:hover{background:#2980b9}.track-btn{background:#f39c12;color:#fff}.track-btn:hover{background:#e67e22}.cancel-btn{background:#e74c3c;color:#fff}.cancel-btn:hover{background:#c0392b}.support-section{border-top:2px solid #f0f0f0;margin-top:3rem;padding-top:2rem}.support-section h3{color:#2c3e50;font-size:1.5rem;margin-bottom:2rem;text-align:center}.support-options{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.support-option{align-items:center;background:#fff;border-radius:10px;box-shadow:0 4px 10px #00000014;display:flex;gap:1.5rem;padding:1.5rem}.support-icon{flex-shrink:0;font-size:2rem}.support-option strong{color:#2c3e50;display:block;font-size:1.1rem;margin-bottom:.3rem}.support-option p{color:#7f8c8d;font-size:.95rem;margin:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.orders-container{padding:1.5rem 1rem}.order-confirmation{flex-direction:column;gap:1.5rem;text-align:center}.confirmation-actions{flex-wrap:wrap;justify-content:center}.order-details{gap:1.5rem;grid-template-columns:1fr}.order-actions{flex-wrap:wrap;justify-content:center}.support-options{grid-template-columns:1fr}}@media (max-width:480px){.orders-header h1{font-size:2rem}.order-header{align-items:flex-start;flex-direction:column;gap:1rem}.items-images{flex-wrap:wrap;gap:10px}.item-image{margin-left:0}}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f9f9f9;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}.container{margin:0 auto;max-width:1200px;padding:0 20px}.btn{background:#3498db;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;padding:10px 20px;transition:background .3s}.btn:hover{background:#2980b9}.btn-secondary{background:#7f8c8d}.btn-secondary:hover{background:#5d6d6e}.btn-danger{background:#e74c3c}.btn-danger:hover{background:#c0392b}.cart-toast{align-items:center;animation:toastAnimation 3s ease;background:#2ecc71;border-radius:8px;box-shadow:0 4px 12px #00000026;color:#fff;display:flex;font-weight:500;gap:10px;max-width:350px;padding:12px 20px;position:fixed;right:20px;top:20px;z-index:9999}.cart-toast:before{content:"✓";font-size:18px;font-weight:700}@keyframes toastAnimation{0%{opacity:0;transform:translateX(100%)}15%{opacity:1;transform:translateX(0)}85%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(100%)}}@media (max-width:768px){.cart-toast{left:20px;max-width:none;right:20px}}
/*# sourceMappingURL=main.c9c064c4.css.map*/