@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Exo+2:wght@600;700;800&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:#0f0f1e;color:#e0e0e0;letter-spacing:-.01em}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:"Exo 2",sans-serif;letter-spacing:-.01em}p,span,a,button,input,select,label{font-family:Inter,sans-serif;letter-spacing:-.01em}.layout{min-height:100vh;display:flex;flex-direction:column}header{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;padding:1.5rem 2rem;box-shadow:0 2px 10px #0000004d}.header-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo-link{display:flex;align-items:center;gap:1rem;text-decoration:none;color:#fff}.logo{height:50px;width:auto;object-fit:contain}.logo-link h1{font-size:1.8rem;margin:0;background:linear-gradient(90deg,#00d4ff,#1e90ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}nav{display:flex;gap:2rem;align-items:center}nav a{color:#fff;text-decoration:none;font-size:1.1rem;font-weight:500;padding:.5rem 1rem;border-radius:4px;transition:all .3s ease;position:relative}nav a:hover{background:#ffffff1a}.cart-link{position:relative;background:#1e90ff;padding:.5rem 1.5rem!important}.cart-link:hover{background:#1c7ed6!important}.cart-badge{position:absolute;top:-8px;right:-8px;background:#e63946;color:#fff;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700}main{flex:1;background:#0f0f1e;color:#e0e0e0}footer{background:#1a1a2e;color:#fff;padding:2rem;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto;text-align:center}.social-links{display:flex;justify-content:center;gap:2rem;margin-bottom:1rem}.social-links a{color:#1e90ff;text-decoration:none;font-weight:500;transition:color .3s ease}.social-links a:hover{color:#00d4ff}footer p{margin:0;color:#999;font-size:.9rem}.home-page{width:100%}.hero{position:relative;min-height:600px;display:flex;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:url(/images/hero-image.jpg) center/cover no-repeat;z-index:1}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(#0009,#0006);z-index:2}.hero-content{position:relative;z-index:3;max-width:800px}.hero-content h1{font-size:4rem;margin-bottom:1.5rem;color:#fff;line-height:1.2;text-shadow:0 2px 10px rgba(0,0,0,.5)}.hero-content p{font-size:1.3rem;color:#e0e0e0;margin-bottom:2rem;line-height:1.6;text-shadow:0 1px 5px rgba(0,0,0,.5)}.hero-btn{display:inline-block;background:#1e90ff;color:#fff;text-decoration:none;padding:1rem 2.5rem;border-radius:4px;font-size:1.2rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #1e90ff4d}.hero-btn:hover{background:#1c7ed6;transform:translateY(-2px);box-shadow:0 6px 20px #1e90ff80}.hero-image{display:none}.products-page{padding:2rem;max-width:1200px;margin:0 auto}.products-page h1{text-align:center;margin-bottom:2rem;color:#fff;font-size:2.5rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem}.product-card{background:#1a1a2e;border:1px solid #2a2a3e;border-radius:8px;padding:1rem;text-align:center;transition:all .3s ease;text-decoration:none;color:inherit;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-5px);box-shadow:0 4px 12px #1e90ff4d;border-color:#1e90ff}.product-card img{width:100%;height:200px;object-fit:cover;border-radius:4px;margin-bottom:1rem}.product-card h3{font-size:1.1rem;margin-bottom:.5rem;color:#fff}.price{font-size:1.2rem;font-weight:700;margin:.5rem 0}.original-price{text-decoration:line-through;color:#999;margin-right:.5rem}.sale-price{color:#e63946}.description{font-size:.9rem;color:#ccc;margin-bottom:1rem;line-height:1.4}.product-card button{background:#1e90ff;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;font-size:1rem;font-weight:600;transition:background .3s ease}.product-card button:hover{background:#1c7ed6}.cart-page{padding:2rem;max-width:1200px;margin:0 auto;min-height:70vh}.cart-page h1{font-size:2.5rem;margin-bottom:2rem;color:#fff;text-align:center}.empty-cart{text-align:center;padding:4rem 2rem}.empty-cart p{font-size:1.2rem;color:#999;margin:2rem 0}.shop-btn{background:#1e90ff;color:#fff;border:none;padding:1rem 2rem;border-radius:4px;font-size:1.1rem;cursor:pointer;transition:background .3s ease}.shop-btn:hover{background:#1c7ed6}.cart-layout{display:grid;grid-template-columns:1fr 400px;gap:2rem;align-items:start}@media(max-width:968px){.cart-layout{grid-template-columns:1fr}.hero-content h1{font-size:2.5rem}.hero{min-height:500px}}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{background:#1a1a2e;border-radius:8px;padding:1.5rem 4rem 1.5rem 1.5rem;display:flex;gap:1.5rem;align-items:center;position:relative;border:1px solid #2a2a3e;transition:transform .2s ease}.cart-item img{width:100px;height:100px;object-fit:cover;border-radius:4px}.item-details{flex:1}.item-details h3{font-size:1.1rem;margin:0 0 .5rem;color:#fff}.item-price{color:#1e90ff;font-size:1.2rem;font-weight:700;margin:.5rem 0}.quantity-controls{display:flex;align-items:center;gap:1rem;margin-top:.5rem}.quantity-controls button{background:#2a2a3e;color:#fff;border:1px solid #3a3a4e;width:32px;height:32px;border-radius:4px;cursor:pointer;font-size:1.2rem;transition:all .2s ease}.quantity-controls button:hover{background:#1e90ff;border-color:#1e90ff}.quantity-controls span{min-width:30px;text-align:center;font-weight:600;color:#fff}.remove-btn{position:absolute;top:1rem;right:1rem;background:transparent;color:#c3c2c2;border:none;font-size:1.5rem;cursor:pointer;width:32px;height:32px;border-radius:4px;transition:all .2s ease;flex-shrink:0;display:flex;align-items:center;justify-content:center}.remove-btn:hover{background:#e639461a}.checkout-section{position:sticky;top:2rem}.order-summary{background:#1a1a2e;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;border:1px solid #2a2a3e}.order-summary h2{margin:0 0 1rem;font-size:1.3rem;color:#fff}.summary-row{display:flex;justify-content:space-between;margin-bottom:.75rem;color:#ccc}.summary-row.total{border-top:2px solid #2a2a3e;padding-top:.75rem;margin-top:.75rem;font-size:1.2rem;font-weight:700;color:#fff}.checkout-form{background:#1a1a2e;border-radius:8px;padding:1.5rem;border:1px solid #2a2a3e}.checkout-form h2{margin:0 0 1.5rem;font-size:1.3rem;color:#fff}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.5rem;color:#ccc;font-weight:500}.form-group input,.form-group select{width:100%;padding:.75rem;border:1px solid #2a2a3e;border-radius:4px;font-size:1rem;background:#0f0f1e;color:#fff;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus{outline:none;border-color:#1e90ff}.form-group input.error,.form-group select.error{border-color:#e63946}.error-msg{color:#e63946;font-size:.85rem;margin-top:.25rem;display:block}.submit-btn{width:100%;background:#1e90ff;color:#fff;border:none;padding:1rem;border-radius:4px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .3s ease;margin-top:1rem}.submit-btn:hover{background:#1c7ed6}.thank-you-page{min-height:70vh;display:flex;align-items:center;justify-content:center;padding:2rem}.thank-you-content{text-align:center;max-width:600px;background:#1a1a2e;padding:3rem 2rem;border-radius:12px;border:2px solid #2a2a3e}.celebration-graphic{margin-bottom:2rem}.checkmark{width:120px;height:120px;animation:checkmarkAppear .5s ease-in-out}@keyframes checkmarkAppear{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.checkmark circle{animation:circleGrow .6s ease-in-out}.checkmark path{stroke-dasharray:100;stroke-dashoffset:100;animation:checkmarkDraw .6s ease-in-out .3s forwards}@keyframes circleGrow{0%{stroke-dasharray:0 565}to{stroke-dasharray:565 565}}@keyframes checkmarkDraw{to{stroke-dashoffset:0}}.thank-you-content h1{font-size:2.5rem;margin-bottom:1rem;color:#fff;animation:fadeInUp .6s ease-in-out .4s backwards}.confirmation-msg{font-size:1.2rem;color:#ccc;margin-bottom:2rem;animation:fadeInUp .6s ease-in-out .5s backwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.order-details{background:#0f0f1e;padding:1.5rem;border-radius:8px;margin-bottom:2rem;border:1px solid #2a2a3e;animation:fadeInUp .6s ease-in-out .6s backwards}.order-details h2{font-size:1.3rem;margin-bottom:1rem;color:#fff}.order-details p{margin:.5rem 0;color:#ccc;font-size:1rem}.order-details strong{color:#1e90ff;font-size:1.3rem}.continue-shopping-btn{display:inline-block;background:#1e90ff;color:#fff;text-decoration:none;padding:1rem 2.5rem;border-radius:4px;font-size:1.1rem;font-weight:600;transition:all .3s ease;animation:fadeInUp .6s ease-in-out .7s backwards}.continue-shopping-btn:hover{background:#1c7ed6;transform:translateY(-2px);box-shadow:0 4px 12px #1e90ff66}.featured-deals{padding:4rem 2rem;background:#1a1a2e}.featured-deals h2{text-align:center;font-size:2.5rem;margin-bottom:.5rem;color:#fff}.section-subtitle{text-align:center;color:#999;font-size:1.1rem;margin-bottom:3rem}.cta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.cta-card{background:#0f0f1e;border:2px solid #2a2a3e;border-radius:8px;overflow:hidden;text-decoration:none;transition:all .3s ease;display:block}.cta-card:hover{transform:translateY(-8px);border-color:#1e90ff;box-shadow:0 8px 24px #1e90ff4d}.cta-card img{width:100%;height:250px;object-fit:cover}.cta-content{padding:1.5rem}.cta-content h3{color:#fff;font-size:1.3rem;margin-bottom:1rem}.cta-price{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.old-price{color:#999;text-decoration:line-through;font-size:1.1rem}.new-price{color:#1e90ff;font-size:1.5rem;font-weight:700}.discount{background:#e63946;color:#fff;padding:.25rem .75rem;border-radius:4px;font-size:.9rem;font-weight:600}.cta-btn-text{color:#1e90ff;font-weight:600;font-size:1.1rem}.about-section{padding:4rem 2rem;max-width:1200px;margin:0 auto}.about-content h2{font-size:2.5rem;margin-bottom:1.5rem;color:#fff;text-align:center}.about-content p{font-size:1.1rem;line-height:1.8;color:#ccc;margin-bottom:1.5rem;max-width:800px;margin-left:auto;margin-right:auto}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.stat{text-align:center;padding:2rem;background:#1a1a2e;border-radius:8px;border:1px solid #2a2a3e}.stat h3{font-size:2.5rem;color:#1e90ff;margin-bottom:.5rem}.stat p{color:#ccc;font-size:1.1rem;margin:0}@media(max-width:768px){.about-stats{grid-template-columns:1fr}}.testimonials{padding:4rem 2rem;background:#1a1a2e}.testimonials h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#fff}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.testimonial-card{background:#0f0f1e;padding:2rem;border-radius:8px;border:1px solid #2a2a3e}.stars{color:gold;font-size:1.5rem;margin-bottom:1rem}.testimonial-card p{color:#ccc;line-height:1.7;margin-bottom:1.5rem;font-style:italic}.testimonial-author{display:flex;flex-direction:column;gap:.25rem}.testimonial-author strong{color:#fff;font-size:1.1rem}.testimonial-author span{color:#999;font-size:.9rem}.cta-banner{padding:4rem 2rem;text-align:center;background:linear-gradient(135deg,#1e90ff,#1c7ed6)}.cta-banner h2{font-size:2.5rem;margin-bottom:1rem;color:#fff}.cta-banner p{font-size:1.2rem;color:#ffffffe6;margin-bottom:2rem}.banner-btn{display:inline-block;background:#fff;color:#1e90ff;text-decoration:none;padding:1rem 2.5rem;border-radius:4px;font-size:1.2rem;font-weight:600;transition:all .3s ease}.banner-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.product-detail-page{padding:2rem;min-height:70vh}.product-detail-page.loading{display:flex;align-items:center;justify-content:center}.product-detail-page.loading p{font-size:1.2rem;color:#999}.product-detail-container{max-width:1200px;margin:0 auto}.breadcrumb{margin-bottom:2rem;color:#999;font-size:.95rem}.breadcrumb a{color:#1e90ff;text-decoration:none;transition:color .3s ease}.breadcrumb a:hover{color:#00d4ff}.breadcrumb span{margin:0 .5rem}.product-detail-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem}@media(max-width:968px){.product-detail-content{grid-template-columns:1fr}}.product-image-section{position:relative}.product-image-section img{width:100%;height:auto;border-radius:8px;border:1px solid #2a2a3e;background:#1a1a2e}.sale-badge{position:absolute;top:1rem;right:1rem;background:#e63946;color:#fff;padding:.75rem 1.25rem;border-radius:4px;font-weight:600;font-size:.95rem;box-shadow:0 4px 12px #e6394666}.product-info-section h1{font-size:2.5rem;margin-bottom:1.5rem;color:#fff;line-height:1.2}.product-price-section{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.current-price{font-size:2.5rem;font-weight:700;color:#1e90ff}.original-price-detail{font-size:1.8rem;color:#999;text-decoration:line-through}.savings{background:#2a2a3e;color:#4ade80;padding:.5rem 1rem;border-radius:4px;font-size:.95rem;font-weight:600}.product-description-section{margin-bottom:2rem}.product-description-section h2{font-size:1.5rem;margin-bottom:1rem;color:#fff}.product-description-section p{font-size:1.1rem;line-height:1.7;color:#ccc;margin-bottom:1.5rem}.additional-info{background:#1a1a2e;padding:1.5rem;border-radius:8px;border:1px solid #2a2a3e;margin-top:1.5rem}.additional-info h3{font-size:1.2rem;margin-bottom:1rem;color:#fff}.additional-info ul{list-style:none;padding:0}.additional-info li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:#ccc;line-height:1.6}.additional-info li:before{content:"✓";position:absolute;left:0;color:#1e90ff;font-weight:700}.product-meta{margin-bottom:2rem;padding:1rem 0;border-top:1px solid #2a2a3e;border-bottom:1px solid #2a2a3e}.product-meta p{margin:.5rem 0;color:#ccc;font-size:1rem}.product-meta strong{color:#fff;margin-right:.5rem}.in-stock{color:#4ade80;font-weight:600}.product-actions{display:flex;gap:1rem;flex-wrap:wrap}.add-to-cart-btn{flex:1;min-width:200px;background:#1e90ff;color:#fff;border:none;padding:1.25rem 2rem;border-radius:4px;font-size:1.2rem;font-weight:600;cursor:pointer;transition:all .3s ease}.add-to-cart-btn:hover:not(:disabled){background:#1c7ed6;transform:translateY(-2px);box-shadow:0 4px 12px #1e90ff66}.add-to-cart-btn:disabled{background:#4ade80;cursor:not-allowed}.view-cart-btn{flex:1;min-width:200px;background:transparent;color:#1e90ff;border:2px solid #1e90ff;padding:1.25rem 2rem;border-radius:4px;font-size:1.2rem;font-weight:600;text-decoration:none;text-align:center;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.view-cart-btn:hover{background:#1e90ff;color:#fff}.back-to-products{margin-top:2rem;padding-top:2rem;border-top:1px solid #2a2a3e}.back-to-products a{color:#1e90ff;text-decoration:none;font-size:1.1rem;font-weight:500;transition:color .3s ease}.back-to-products a:hover{color:#00d4ff}
