.header{position:fixed;top:0;left:0;right:0;background:var(--gradient-field);color:var(--color-white);box-shadow:var(--shadow-lg);z-index:1000;padding:1.25rem 0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:3px solid var(--color-gold)}.header:before{content:"";position:absolute;top:0;left:0;right:0;height:100%;background:repeating-linear-gradient(90deg,transparent,transparent 48px,rgba(255,215,0,.1) 50px);pointer-events:none}.header-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:1}.logo h1{font-size:1.75rem;font-weight:900;color:var(--color-white);margin:0;text-shadow:2px 2px 4px rgba(0,0,0,.5),0 0 20px rgba(255,215,0,.3);letter-spacing:-.01em;transition:transform .3s ease}.logo:hover h1{transform:scale(1.05);text-shadow:2px 2px 4px rgba(0,0,0,.5),0 0 30px rgba(255,215,0,.5)}.nav{display:flex;gap:2rem;align-items:center}.nav-link{color:var(--color-white);font-weight:600;transition:all .3s ease;position:relative;padding:.5rem 1rem;border-radius:6px}.nav-link:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:2px;background:var(--color-gold);transition:width .3s ease}.nav-link:hover{color:var(--color-gold);background:#ffd7001a}.nav-link:hover:after{width:80%}.cart-link{position:relative;padding-right:1.5rem}.cart-badge{position:absolute;top:-8px;right:0;background:var(--gradient-gold);color:var(--color-dark);border-radius:50%;width:22px;height:22px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:900;box-shadow:var(--shadow-gold);animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media (max-width: 768px){.header-container{padding:0 1rem}.logo h1{font-size:1.2rem}.nav{gap:1rem}.nav-link{font-size:.9rem}}.product-card{display:flex;flex-direction:column;background:var(--color-white);border-radius:16px;overflow:hidden;box-shadow:var(--shadow-md);transition:all .4s cubic-bezier(.175,.885,.32,1.275);text-decoration:none;color:inherit;position:relative;border:2px solid transparent}.product-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-gold);transform:scaleX(0);transition:transform .4s ease;z-index:1}.product-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:var(--shadow-lg),0 0 30px #ffd70033;border-color:var(--color-gold)}.product-card:hover:before{transform:scaleX(1)}.featured-badge{position:absolute;top:12px;right:12px;background:var(--gradient-gold);color:var(--color-dark);padding:.4rem 1rem;border-radius:25px;font-size:.8rem;font-weight:900;z-index:10;box-shadow:var(--shadow-gold);text-transform:uppercase;letter-spacing:.5px;animation:shimmer 2s infinite}@keyframes shimmer{0%,to{box-shadow:0 4px 15px #ffd70066}50%{box-shadow:0 4px 25px #ffd700b3}}.product-image{width:100%;aspect-ratio:4 / 3;position:relative;overflow:hidden;background:linear-gradient(135deg,#0d4f3c99,#1a6b5499)}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;filter:saturate(1.1) contrast(1.05);position:relative;z-index:0}.product-card:hover .product-image img{transform:scale(1.08)}.image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000001a,#0006);z-index:1;pointer-events:none}.product-info{padding:1.5rem;display:flex;flex-direction:column;flex:1}.product-name{font-size:1.25rem;margin-bottom:.5rem;color:var(--color-dark)}.product-category{font-size:.875rem;color:var(--color-text-light);text-transform:capitalize;margin-bottom:.75rem}.product-description{font-size:.9rem;color:var(--color-text-light);line-height:1.5;margin-bottom:1rem;flex:1}.product-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.product-price{font-size:1.75rem;font-weight:900;background:var(--gradient-gold);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em}.add-to-cart-btn{background:var(--gradient-field);color:var(--color-white);padding:.9rem 1.75rem;border-radius:10px;font-weight:700;font-size:.95rem;transition:all .3s cubic-bezier(.175,.885,.32,1.275);text-transform:uppercase;letter-spacing:.5px;position:relative;overflow:hidden;z-index:0}.add-to-cart-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffd7004d;transform:translate(-50%,-50%);transition:width .6s,height .6s;z-index:-1}.add-to-cart-btn:hover:not(:disabled):before{width:300px;height:300px}.add-to-cart-btn:hover:not(:disabled){transform:translateY(-3px) scale(1.05);box-shadow:var(--shadow-lg);background:var(--gradient-hero)}.add-to-cart-btn:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.product-image{aspect-ratio:16 / 10}.product-info{padding:1.25rem}.product-name{font-size:1.1rem}.product-price{font-size:1.5rem}.add-to-cart-btn{padding:.75rem 1.5rem}}.home{width:100%}.hero{background:var(--gradient-hero);color:var(--color-white);padding:8rem 2rem 6rem;text-align:center;position:relative;overflow:hidden;min-height:90vh;display:flex;align-items:center;justify-content:center}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(0deg,transparent,transparent 48px,rgba(255,215,0,.08) 50px),repeating-linear-gradient(90deg,transparent,transparent 48px,rgba(255,215,0,.08) 50px);opacity:.6;pointer-events:none}.hero:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:200%;height:200%;background:radial-gradient(circle,rgba(255,215,0,.1) 0%,transparent 70%);animation:pulse-glow 4s ease-in-out infinite;pointer-events:none}@keyframes pulse-glow{0%,to{opacity:.3;transform:translate(-50%,-50%) scale(1)}50%{opacity:.6;transform:translate(-50%,-50%) scale(1.1)}}.hero-content{max-width:1000px;margin:0 auto;position:relative;z-index:1;animation:fadeInUp 1s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-title{font-size:4.5rem;margin-bottom:1.5rem;color:var(--color-white);text-shadow:3px 3px 6px rgba(0,0,0,.5),0 0 40px rgba(255,215,0,.4);line-height:1.1;font-weight:900;letter-spacing:-.02em}.hero-subtitle{font-size:2rem;margin-bottom:2rem;font-weight:700;color:var(--color-gold);text-shadow:2px 2px 4px rgba(0,0,0,.5);letter-spacing:-.01em}.hero-description{font-size:1.25rem;margin-bottom:3rem;line-height:1.8;opacity:.95;max-width:700px;margin-left:auto;margin-right:auto;font-weight:400}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;transition:transform .2s,box-shadow .2s;display:inline-block}.btn-primary{background:var(--gradient-gold);color:var(--color-dark);font-weight:700;box-shadow:var(--shadow-gold);position:relative;overflow:hidden}.btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.btn-primary:hover:before{left:100%}.btn-primary:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 8px 30px #ffd70099}.btn-secondary{background:transparent;color:var(--color-white);border:3px solid var(--color-gold);font-weight:700;position:relative;overflow:hidden}.btn-secondary:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;background:var(--color-gold);transition:width .3s ease;z-index:-1}.btn-secondary:hover{color:var(--color-dark);border-color:var(--color-gold);transform:translateY(-3px);box-shadow:0 8px 30px #ffd70066}.btn-secondary:hover:before{width:100%}.featured-section{padding:6rem 2rem;background:var(--color-bg);position:relative}.featured-section:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-gold)}.about-section{padding:6rem 2rem;background:linear-gradient(135deg,#fff,#f8f8f8);position:relative}.about-section:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-field)}.container{max-width:1200px;margin:0 auto}.section-title{font-size:3.5rem;text-align:center;margin-bottom:1.5rem;color:var(--color-dark);position:relative;display:inline-block;width:100%}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:100px;height:4px;background:var(--gradient-gold);border-radius:2px}.section-subtitle{text-align:center;color:var(--color-text-light);font-size:1.3rem;margin-bottom:4rem;font-weight:500;max-width:700px;margin-left:auto;margin-right:auto}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-top:2rem}.about-content{max-width:800px;margin:0 auto;text-align:center}.about-content p{font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;color:var(--color-text)}.about-content .btn{margin-top:1rem}@media (max-width: 768px){.hero{padding:3rem 1.5rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.25rem}.hero-description{font-size:1rem}.featured-section,.about-section{padding:3rem 1.5rem}.section-title{font-size:2rem}.products-grid{grid-template-columns:1fr;gap:1.5rem}.hero-cta{flex-direction:column}.btn{width:100%;text-align:center}}.products-page{padding:2rem;min-height:calc(100vh - 200px)}.products-header{text-align:center;margin-bottom:3rem}.page-title{font-size:2.5rem;margin-bottom:1rem;color:var(--color-dark)}.page-subtitle{font-size:1.1rem;color:var(--color-text-light)}.products-layout{display:grid;grid-template-columns:250px 1fr;gap:2rem}.sidebar{background:var(--color-white);padding:1.5rem;border-radius:12px;box-shadow:var(--shadow-sm);height:fit-content;position:sticky;top:100px}.sidebar-title{font-size:1.25rem;margin-bottom:1rem;color:var(--color-dark)}.category-list{display:flex;flex-direction:column;gap:.5rem}.category-btn{padding:.75rem 1rem;text-align:left;background:transparent;border:1px solid var(--color-border);border-radius:8px;color:var(--color-text);font-size:.95rem;transition:all .2s;cursor:pointer}.category-btn:hover{background:var(--color-bg);border-color:var(--color-primary)}.category-btn.active{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-dark) 100%);color:var(--color-white);border-color:var(--color-primary)}.products-main{display:flex;flex-direction:column}.products-info{margin-bottom:1.5rem}.products-count{color:var(--color-text-light);font-size:.95rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.no-products{grid-column:1 / -1;text-align:center;padding:3rem;color:var(--color-text-light)}@media (max-width: 968px){.products-layout{grid-template-columns:1fr}.sidebar{position:static}.category-list{flex-direction:row;flex-wrap:wrap}.category-btn{flex:1;min-width:120px}}@media (max-width: 768px){.products-page{padding:1.5rem 1rem}.page-title{font-size:2rem}.products-grid{grid-template-columns:1fr;gap:1.5rem}}.product-detail{padding:2rem;min-height:calc(100vh - 200px)}.back-btn{background:transparent;color:var(--color-primary);font-size:1rem;margin-bottom:2rem;padding:.5rem 0;font-weight:500;transition:opacity .2s}.back-btn:hover{opacity:.7}.product-detail-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.product-image-section{position:sticky;top:100px}.product-detail-image{width:100%;height:auto;border-radius:12px;box-shadow:var(--shadow-lg);background:var(--color-bg)}.product-info-section{position:relative}.product-info-section .featured-badge{position:static;display:inline-block;margin-bottom:1rem}.product-detail-name{font-size:2.5rem;margin-bottom:.5rem;color:var(--color-dark)}.product-detail-category{font-size:1rem;color:var(--color-text-light);text-transform:capitalize;margin-bottom:1rem}.product-detail-price{font-size:2rem;font-weight:700;color:var(--color-primary);margin-bottom:1.5rem}.product-detail-description{font-size:1.1rem;line-height:1.8;color:var(--color-text);margin-bottom:2rem}.product-actions{margin-bottom:2rem;padding:1.5rem;background:var(--color-bg);border-radius:12px}.quantity-selector{margin-bottom:1.5rem}.quantity-selector label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--color-text)}.quantity-controls{display:flex;align-items:center;gap:.5rem}.quantity-btn{width:40px;height:40px;background:var(--color-white);border:2px solid var(--color-border);border-radius:8px;font-size:1.25rem;font-weight:600;color:var(--color-text);transition:all .2s}.quantity-btn:hover{background:var(--color-primary);color:var(--color-white);border-color:var(--color-primary)}.quantity-input{width:80px;height:40px;text-align:center;border:2px solid var(--color-border);border-radius:8px;font-size:1rem;font-weight:600}.btn-large{width:100%;padding:1.25rem;font-size:1.1rem}.product-meta{padding-top:1.5rem;border-top:1px solid var(--color-border)}.product-meta p{margin-bottom:.75rem;color:var(--color-text)}.in-stock{color:#22c55e;font-weight:600}.out-of-stock{color:#ef4444;font-weight:600}.not-found{text-align:center;padding:4rem 2rem}.not-found h2{margin-bottom:2rem;color:var(--color-text)}@media (max-width: 968px){.product-detail-layout{grid-template-columns:1fr;gap:2rem}.product-image-section{position:static}}@media (max-width: 768px){.product-detail{padding:1.5rem 1rem}.product-detail-name{font-size:2rem}.product-detail-price{font-size:1.75rem}.product-detail-description{font-size:1rem}}.cart-page{padding:2rem;min-height:calc(100vh - 200px)}.empty-cart{text-align:center;padding:4rem 2rem}.empty-cart-message{font-size:1.5rem;margin-bottom:.5rem;color:var(--color-text)}.empty-cart-subtitle{font-size:1.1rem;color:var(--color-text-light);margin-bottom:2rem}.cart-layout{display:grid;grid-template-columns:1fr 400px;gap:2rem;margin-top:2rem}.cart-items{display:flex;flex-direction:column;gap:1.5rem}.cart-item{display:grid;grid-template-columns:120px 1fr auto;gap:1.5rem;padding:1.5rem;background:var(--color-white);border-radius:12px;box-shadow:var(--shadow-sm);align-items:start}.cart-item-image{width:120px;height:120px;border-radius:8px;overflow:hidden;background:var(--color-bg);display:flex;align-items:center;justify-content:center;color:var(--color-primary);font-weight:700;letter-spacing:2px}.cart-item-image img{width:100%;height:100%;object-fit:cover}.image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#0d4f3c26,#1a6b5440);display:flex;align-items:center;justify-content:center}.cart-item-info{flex:1}.cart-item-name{font-size:1.25rem;margin-bottom:.5rem;color:var(--color-dark)}.cart-item-name:hover{color:var(--color-primary)}.cart-item-category{font-size:.9rem;color:var(--color-text-light);text-transform:capitalize;margin-bottom:.5rem}.cart-item-price{font-size:1rem;color:var(--color-text-light)}.cart-item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:1rem}.cart-quantity{display:flex;align-items:center;gap:.5rem;border:2px solid var(--color-border);border-radius:8px;padding:.25rem}.cart-quantity .quantity-btn{width:32px;height:32px;background:transparent;border:none;font-size:1.1rem;font-weight:600;color:var(--color-text);cursor:pointer;transition:all .2s}.cart-quantity .quantity-btn:hover{background:var(--color-primary);color:var(--color-white);border-radius:4px}.quantity-value{min-width:30px;text-align:center;font-weight:600}.cart-item-total{font-size:1.25rem;font-weight:700;color:var(--color-primary)}.remove-btn{background:transparent;color:#ef4444;font-size:.9rem;padding:.5rem 1rem;border:1px solid #ef4444;border-radius:6px;transition:all .2s}.remove-btn:hover{background:#ef4444;color:var(--color-white)}.clear-cart-btn{background:transparent;color:var(--color-text-light);padding:.75rem 1.5rem;border:1px solid var(--color-border);border-radius:8px;margin-top:1rem;align-self:flex-start;transition:all .2s}.clear-cart-btn:hover{background:#ef4444;color:var(--color-white);border-color:#ef4444}.cart-summary{background:var(--color-white);padding:2rem;border-radius:12px;box-shadow:var(--shadow-sm);height:fit-content;position:sticky;top:100px}.summary-title{font-size:1.5rem;margin-bottom:1.5rem;color:var(--color-dark)}.summary-row{display:flex;justify-content:space-between;margin-bottom:1rem;color:var(--color-text)}.checkout-btn{width:100%;margin-top:1.5rem}.continue-shopping{display:block;text-align:center;margin-top:1rem;color:var(--color-primary);font-weight:500;transition:opacity .2s}.continue-shopping:hover{opacity:.7}@media (max-width: 968px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media (max-width: 768px){.cart-page{padding:1.5rem 1rem}.cart-item{grid-template-columns:100px 1fr;gap:1rem}.cart-item-image{width:100px;height:100px}.cart-item-actions{grid-column:1 / -1;flex-direction:row;justify-content:space-between;align-items:center}.cart-item-total{font-size:1.1rem}}.checkout-page{padding:2rem;min-height:calc(100vh - 200px)}.no-items{text-align:center;padding:4rem 2rem}.no-items h2{margin-bottom:2rem;color:var(--color-text)}.checkout-layout{display:grid;grid-template-columns:1fr 400px;gap:2rem;margin-top:2rem}.checkout-form-section{background:var(--color-white);padding:2rem;border-radius:12px;box-shadow:var(--shadow-sm)}.checkout-form{display:flex;flex-direction:column;gap:2rem}.form-section{display:flex;flex-direction:column;gap:1rem}.form-section-title{font-size:1.5rem;margin-bottom:.5rem;color:var(--color-dark)}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:var(--color-text);font-size:.95rem}.form-group input{padding:.75rem;border:2px solid var(--color-border);border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .2s}.form-group input:focus{outline:none;border-color:var(--color-primary)}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.submit-btn{margin-top:1rem}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.checkout-summary{background:var(--color-white);padding:2rem;border-radius:12px;box-shadow:var(--shadow-sm);height:fit-content;position:sticky;top:100px}.checkout-items{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.checkout-item{display:flex;gap:1rem;align-items:center}.checkout-item-image{width:60px;height:60px;border-radius:8px;object-fit:cover;background:var(--color-bg)}.checkout-item-info{flex:1}.checkout-item-name{font-size:.9rem;font-weight:500;color:var(--color-text);margin-bottom:.25rem}.checkout-item-quantity{font-size:.85rem;color:var(--color-text-light)}.checkout-item-price{font-weight:600;color:var(--color-primary)}.summary-divider{height:1px;background:var(--color-border);margin:1rem 0}.summary-row{display:flex;justify-content:space-between;margin-bottom:.75rem;color:var(--color-text)}.summary-total{font-size:1.25rem;font-weight:700;color:var(--color-dark)}@media (max-width: 968px){.checkout-layout{grid-template-columns:1fr}.checkout-summary{position:static}}@media (max-width: 768px){.checkout-page{padding:1.5rem 1rem}.checkout-form-section,.checkout-summary{padding:1.5rem}.form-row{grid-template-columns:1fr}}.checkout-success{padding:4rem 2rem;min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center}.success-content{max-width:600px;text-align:center;background:var(--color-white);padding:3rem;border-radius:12px;box-shadow:var(--shadow-lg)}.success-icon{width:80px;height:80px;border-radius:50%;background:#22c55e;color:var(--color-white);display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:700;margin:0 auto 2rem}.success-title{font-size:2.5rem;margin-bottom:1rem;color:var(--color-dark)}.success-message{font-size:1.1rem;line-height:1.8;color:var(--color-text);margin-bottom:1rem}.success-subtitle{font-size:1rem;color:var(--color-text-light);margin-bottom:2rem}.success-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width: 768px){.checkout-success{padding:2rem 1rem}.success-content{padding:2rem 1.5rem}.success-title{font-size:2rem}.success-actions{flex-direction:column}.success-actions .btn{width:100%}}.App{min-height:100vh;display:flex;flex-direction:column}main{flex:1;padding-top:80px}.footer{background:linear-gradient(135deg,var(--color-primary-dark) 0%,var(--color-primary) 100%);color:var(--color-white);padding:2rem 0;margin-top:4rem;text-align:center}.footer-content{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-tagline{margin-top:.5rem;font-style:italic;opacity:.9}@media (max-width: 768px){main{padding-top:70px}.footer{padding:1.5rem 0}}*{margin:0;padding:0;box-sizing:border-box}:root{--color-field: #0d4f3c;--color-field-dark: #0a3d2e;--color-field-light: #1a6b54;--color-gold: #FFD700;--color-gold-dark: #FFA500;--color-gold-light: #FFF8DC;--color-white: #ffffff;--color-dark: #0a0a0a;--color-text: #1a1a1a;--color-text-light: #666;--color-bg: #f5f5f5;--color-border: #e0e0e0;--color-accent: #00ff88;--color-accent-dark: #00cc6a;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .15);--shadow-md: 0 4px 16px rgba(0, 0, 0, .2);--shadow-lg: 0 10px 40px rgba(0, 0, 0, .3);--shadow-gold: 0 4px 20px rgba(255, 215, 0, .4);--gradient-field: linear-gradient(135deg, #0d4f3c 0%, #1a6b54 50%, #0d4f3c 100%);--gradient-gold: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);--gradient-hero: linear-gradient(135deg, #0a3d2e 0%, #0d4f3c 50%, #1a6b54 100%)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--color-bg);background-image:repeating-linear-gradient(90deg,transparent,transparent 98px,rgba(13,79,60,.03) 100px);color:var(--color-text);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;font-weight:900;color:var(--color-dark);letter-spacing:-.02em}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer;border:none;outline:none}
