*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;font-weight:400;color:#333;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700}button{font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit}.header{background-color:#2d3e2d;color:#fff;padding:1rem 0;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:100}.header-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center}.logo{text-decoration:none;color:#fff;display:flex;align-items:center;gap:1rem}.logo-image{height:100px;width:auto;object-fit:contain;border-radius:4px}.tagline{font-size:.75rem;margin:.25rem 0 0;color:#c9b896;font-style:italic}.nav{display:flex;gap:2rem;align-items:center}.nav-link{color:#fff;text-decoration:none;font-weight:500;transition:color .3s}.nav-link:hover{color:#c9b896}.cart-link{position:relative;color:#fff;text-decoration:none;display:flex;align-items:center;transition:color .3s}.cart-link:hover{color:#c9b896}.cart-count{position:absolute;top:-8px;right:-8px;background-color:#d4621f;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.user-email{color:#c9b896;font-size:.9rem;font-weight:500}.logout-btn{background:none;border:none;cursor:pointer;padding:0;font-size:1rem;font-family:inherit}.login-link,.account-link{background-color:#d4621f;padding:.5rem 1rem;border-radius:4px;transition:background-color .3s}.login-link:hover,.account-link:hover{background-color:#b85419;color:#fff}.admin-link{background-color:#9c27b0;padding:.5rem 1rem;border-radius:4px;transition:background-color .3s;font-weight:600}.admin-link:hover{background-color:#7b1fa2;color:#fff}@media(max-width:768px){.header-container{flex-direction:column;gap:1rem}.logo-image{height:70px}.nav{gap:1rem}.nav-link{font-size:.9rem}}.footer{background-color:#2d3e2d;color:#fff;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;padding:3rem 1.5rem 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.footer-section h3{font-size:1.25rem;margin:0 0 .5rem}.footer-section h4{font-size:1rem;margin:0 0 1rem;color:#c9b896}.footer-section p{margin:.5rem 0;font-size:.9rem}.footer-text{color:#d4d4d4;line-height:1.6}.footer-link{display:block;color:#fff;text-decoration:none;margin:.5rem 0;transition:color .3s}.footer-link:hover{color:#c9b896}.badges{display:flex;flex-direction:column;gap:.5rem}.badge{background-color:#3a4f3a;padding:.5rem .75rem;border-radius:4px;font-size:.85rem;font-weight:600;display:inline-block}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);text-align:center;padding:1.5rem}.footer-bottom p{margin:0;font-size:.85rem;color:#d4d4d4}@media(max-width:768px){.footer-container{grid-template-columns:1fr;gap:1.5rem}}.home{min-height:100vh}.hero{background:linear-gradient(135deg,#2d3e2d,#3a4f3a);color:#fff;padding:6rem 1.5rem;text-align:center}.hero-content{max-width:800px;margin:0 auto}.hero-title{font-size:3rem;margin:0 0 1rem;font-weight:700}.hero-subtitle{font-size:1.5rem;margin:0 0 2rem;color:#c9b896}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.trust-section{background-color:#f5f5f0;padding:3rem 1.5rem}.trust-badges{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.trust-badge{text-align:center;padding:1.5rem}.trust-badge svg{color:#2d3e2d;margin-bottom:1rem}.trust-badge h3{font-size:1.25rem;margin:.5rem 0;color:#2d3e2d}.trust-badge p{color:#666;margin:0}.categories-section{padding:4rem 1.5rem;max-width:1200px;margin:0 auto}.section-title{text-align:center;font-size:2rem;margin:0 0 3rem;color:#2d3e2d}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.category-card{text-decoration:none;background-color:#fff;border:2px solid #e5e5e5;border-radius:8px;overflow:hidden;transition:all .3s;cursor:pointer}.category-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001a;border-color:#2d3e2d}.category-image-container{width:100%;height:200px;overflow:hidden;background-color:#f5f5f5}.category-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.category-card:hover .category-image{transform:scale(1.1)}.category-image-placeholder{background:linear-gradient(135deg,#3a4f3a,#2d3e2d);height:200px;display:flex;align-items:center;justify-content:center}.category-icon{font-size:4rem;color:#fff;font-weight:700}.category-card h3{padding:1.5rem;margin:0;text-align:center;color:#2d3e2d;font-size:1.25rem}.home-about{background-color:#f5f5f0;padding:4rem 1.5rem}.about-content{max-width:800px;margin:0 auto;text-align:center}.about-content h2{font-size:2rem;margin:0 0 1.5rem;color:#2d3e2d}.about-content p{font-size:1.1rem;line-height:1.8;color:#555;margin:0 0 1rem}.newsletter-section{background-color:#2d3e2d;color:#fff;padding:4rem 1.5rem;text-align:center}.newsletter-content{max-width:600px;margin:0 auto}.newsletter-content h2{font-size:2rem;margin:0 0 1rem}.newsletter-content p{margin:0 0 2rem;color:#c9b896}.newsletter-form{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.newsletter-input{padding:.75rem 1rem;border:none;border-radius:4px;font-size:1rem;flex:1;min-width:250px;max-width:400px}.btn{padding:.75rem 2rem;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:all .3s}.btn-secondary{background-color:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background-color:#fff;color:#2d3e2d}@media(max-width:768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.25rem}.section-title{font-size:1.5rem}.category-grid{grid-template-columns:1fr}}.shop{padding:3rem 1.5rem;min-height:100vh}.shop-container{max-width:1200px;margin:0 auto}.shop-title{font-size:2.5rem;margin-bottom:2rem;color:#2d3e2d;text-align:center}.filters{display:flex;gap:1rem;align-items:center;margin-bottom:2rem;flex-wrap:wrap}.filters label{font-weight:600;color:#2d3e2d}.filter-select{padding:.5rem 1rem;border:2px solid #e5e5e5;border-radius:4px;font-size:1rem;background-color:#fff;cursor:pointer}.filter-select:focus{outline:none;border-color:#2d3e2d}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.product-card{text-decoration:none;background-color:#fff;border:2px solid #e5e5e5;border-radius:8px;overflow:hidden;transition:all .3s}.product-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001a;border-color:#2d3e2d}.product-image-container{width:100%;height:250px;overflow:hidden;background-color:#f5f5f5}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image{transform:scale(1.05)}.product-image-placeholder{background:linear-gradient(135deg,#3a4f3a,#2d3e2d);height:250px;display:flex;align-items:center;justify-content:center}.product-icon{font-size:5rem;color:#fff;font-weight:700}.product-info{padding:1.5rem}.product-info h3{font-size:1.25rem;margin-bottom:.5rem;color:#2d3e2d}.product-price{font-size:1.5rem;color:#d4621f;font-weight:700;margin-bottom:1rem}.btn{padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:all .3s;width:100%;text-align:center}@media(max-width:768px){.shop-title{font-size:2rem}.product-grid{grid-template-columns:1fr}}.product-detail{padding:3rem 1.5rem;min-height:100vh}.product-container{max-width:1200px;margin:0 auto}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem}.product-image-section{position:sticky;top:100px;height:fit-content}.product-image-large{width:100%;height:500px;object-fit:cover;border-radius:8px;background-color:#f5f5f5}.product-image-large.product-placeholder{background:linear-gradient(135deg,#3a4f3a,#2d3e2d);display:flex;align-items:center;justify-content:center}.product-icon-large{font-size:10rem;color:#fff;font-weight:700}.product-details-section{display:flex;flex-direction:column;gap:1.5rem}.product-title{font-size:2.5rem;color:#2d3e2d;margin:0}.product-price-large{font-size:2.5rem;color:#d4621f;font-weight:700;margin:0}.product-options{display:flex;flex-direction:column;gap:1rem}.option-group{display:flex;flex-direction:column;gap:.5rem}.option-group label{font-weight:600;color:#2d3e2d}.size-select,.quantity-input{padding:.75rem;border:2px solid #e5e5e5;border-radius:4px;font-size:1rem}.size-select:focus,.quantity-input:focus{outline:none;border-color:#2d3e2d}.quantity-input{max-width:100px}.btn-large{padding:1rem 2rem;font-size:1.1rem}.product-badges{display:flex;flex-wrap:wrap;gap:.5rem}.badge{background-color:#f5f5f0;padding:.5rem 1rem;border-radius:4px;font-size:.9rem;font-weight:600;color:#2d3e2d;border:2px solid #e5e5e5}.product-tabs{background-color:#fff;border:2px solid #e5e5e5;border-radius:8px;overflow:hidden}.tab-headers{display:flex;border-bottom:2px solid #e5e5e5}.tab-header{flex:1;padding:1rem;border:none;background-color:#fff;cursor:pointer;font-size:1rem;font-weight:600;color:#666;transition:all .3s}.tab-header:hover{background-color:#f5f5f0}.tab-header.active{color:#2d3e2d;background-color:#f5f5f0;border-bottom:3px solid #d4621f}.tab-content{padding:2rem}.tab-content h3{color:#2d3e2d;margin-bottom:1rem}.tab-content p{color:#555;line-height:1.8;margin-bottom:1rem}.tab-content ul{margin-left:1.5rem;color:#555}.tab-content li{margin-bottom:.5rem;line-height:1.6}@media(max-width:768px){.product-layout{grid-template-columns:1fr}.product-image-section{position:relative;top:0}.product-image-large,.product-image-large.product-placeholder{height:300px}.product-icon-large{font-size:6rem}.product-title{font-size:1.75rem}.product-price-large{font-size:2rem}.tab-headers{flex-direction:column}}.about{padding:3rem 1.5rem;min-height:100vh}.about-container{max-width:900px;margin:0 auto}.about h1{font-size:2.5rem;color:#2d3e2d;text-align:center;margin-bottom:3rem}.about-section{margin-bottom:3rem}.about-section h2{font-size:2rem;color:#2d3e2d;margin-bottom:1rem}.about-section p{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:1rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.feature{background-color:#f5f5f0;padding:2rem;border-radius:8px}.feature h3{font-size:1.25rem;color:#2d3e2d;margin-bottom:.75rem}.feature p{color:#666;margin:0}@media(max-width:768px){.about h1{font-size:2rem}.about-section h2{font-size:1.5rem}.features-grid{grid-template-columns:1fr}}.contact{padding:3rem 1.5rem;min-height:100vh}.contact-container{max-width:1200px;margin:0 auto}.contact h1{font-size:2.5rem;color:#2d3e2d;text-align:center;margin-bottom:1rem}.contact-intro{text-align:center;font-size:1.1rem;color:#666;margin-bottom:3rem}.contact-content{display:grid;grid-template-columns:1.5fr 1fr;gap:3rem}.contact-form{background-color:#fff;padding:2rem;border:2px solid #e5e5e5;border-radius:8px}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#2d3e2d}.form-input{width:100%;padding:.75rem;border:2px solid #e5e5e5;border-radius:4px;font-size:1rem}.form-input:focus{outline:none;border-color:#2d3e2d}textarea.form-input{resize:vertical}.contact-info{background-color:#f5f5f0;padding:2rem;border-radius:8px}.contact-info h2{font-size:1.75rem;color:#2d3e2d;margin-bottom:2rem}.info-item{margin-bottom:2rem}.info-item h3{font-size:1.1rem;color:#2d3e2d;margin-bottom:.5rem}.info-item p{color:#666;margin:0}.btn{padding:.75rem 2rem;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s}@media(max-width:768px){.contact h1{font-size:2rem}.contact-content{grid-template-columns:1fr}}.cart{padding:3rem 1.5rem;min-height:100vh}.cart-container{max-width:1200px;margin:0 auto}.cart h1{font-size:2.5rem;color:#2d3e2d;margin-bottom:2rem}.empty-cart{text-align:center;padding:4rem 2rem}.empty-cart p{font-size:1.25rem;color:#666;margin-bottom:2rem}.cart-layout{display:grid;grid-template-columns:2fr 1fr;gap:2rem}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{display:grid;grid-template-columns:100px 1fr auto auto auto;gap:1.5rem;align-items:center;background-color:#fff;border:2px solid #e5e5e5;border-radius:8px;padding:1.5rem}.cart-item-image{background:linear-gradient(135deg,#3a4f3a,#2d3e2d);height:100px;display:flex;align-items:center;justify-content:center;border-radius:4px}.cart-icon{font-size:2.5rem;color:#fff;font-weight:700}.cart-item-details h3{font-size:1.1rem;color:#2d3e2d;margin-bottom:.25rem}.cart-item-size{color:#666;font-size:.9rem;margin-bottom:.25rem}.cart-item-price{color:#d4621f;font-weight:600;margin:0}.cart-item-quantity{display:flex;align-items:center;gap:.5rem}.cart-item-quantity label{font-weight:600;color:#2d3e2d}.quantity-input{width:60px;padding:.5rem;border:2px solid #e5e5e5;border-radius:4px;text-align:center}.cart-item-subtotal{font-weight:700;color:#2d3e2d;font-size:1.1rem}.remove-btn{background-color:transparent;border:none;color:#999;font-size:1.5rem;cursor:pointer;padding:.5rem;transition:color .3s}.remove-btn:hover{color:#d4621f}.cart-summary{background-color:#f5f5f0;padding:2rem;border-radius:8px;height:fit-content;position:sticky;top:100px}.cart-summary h2{font-size:1.5rem;color:#2d3e2d;margin-bottom:1.5rem}.summary-row{display:flex;justify-content:space-between;margin-bottom:1rem;color:#555}.summary-total{display:flex;justify-content:space-between;padding-top:1rem;margin-top:1rem;border-top:2px solid #e5e5e5;font-size:1.25rem;font-weight:700;color:#2d3e2d}.btn{padding:.75rem 2rem;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;text-decoration:none;display:inline-block;text-align:center}.btn-primary{background-color:#d4621f;color:#fff}.btn-primary:hover{background-color:#b85419}.btn-full{width:100%;margin-top:1rem;margin-bottom:1rem}.continue-shopping{display:block;text-align:center;color:#2d3e2d;text-decoration:none;margin-bottom:1rem;transition:color .3s}.continue-shopping:hover{color:#d4621f}.clear-cart-btn{width:100%;padding:.75rem;background-color:transparent;border:2px solid #e5e5e5;border-radius:4px;color:#666;cursor:pointer;font-weight:600;transition:all .3s}.clear-cart-btn:hover{border-color:#d4621f;color:#d4621f}@media(max-width:768px){.cart h1{font-size:2rem}.cart-layout{grid-template-columns:1fr}.cart-item{grid-template-columns:80px 1fr;gap:1rem}.cart-item-quantity,.cart-item-subtotal{grid-column:2}.remove-btn{grid-column:2;justify-self:end}.cart-summary{position:relative;top:0}}.login-page{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2)}.login-container{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 10px 40px #0000001a;max-width:450px;width:100%}.login-container h1{text-align:center;color:#333;margin-bottom:2rem;font-size:2rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#555;font-size:.95rem}.form-group input{padding:.875rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus{outline:none;border-color:#667eea}.submit-btn{padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;margin-top:.5rem}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 20px #667eea66}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.error-message{background:#fee;color:#c33;padding:1rem;border-radius:8px;border-left:4px solid #c33;font-size:.95rem}.success-message{background:#efe;color:#3a3;padding:1rem;border-radius:8px;border-left:4px solid #3a3;font-size:.95rem}.toggle-form{margin-top:1.5rem;text-align:center;color:#666}.toggle-form p{margin:0}.link-btn{background:none;border:none;color:#667eea;font-weight:600;cursor:pointer;text-decoration:underline;font-size:1rem}.link-btn:hover{color:#764ba2}@media(max-width:768px){.login-page{padding:1rem}.login-container{padding:1.5rem}.login-container h1{font-size:1.5rem}}.account-page{min-height:calc(100vh - 200px);padding:2rem;background-color:#f5f5f5}.account-container{max-width:900px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.account-container h1{background:linear-gradient(135deg,#2d3e2d,#3a5c3a);color:#fff;padding:2rem;margin:0;font-size:2rem}.account-tabs{display:flex;border-bottom:2px solid #e0e0e0;background-color:#fafafa}.tab-button{flex:1;padding:1rem;background:none;border:none;cursor:pointer;font-size:1rem;font-weight:600;color:#666;transition:all .3s ease;position:relative}.tab-button:hover{background-color:#f0f0f0;color:#2d3e2d}.tab-button.active{color:#2d3e2d}.tab-button.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:3px;background-color:#d4621f}.account-content{padding:2rem}.profile-section h2,.orders-section h2,.settings-section h2{color:#2d3e2d;margin-bottom:1.5rem;font-size:1.5rem}.profile-info{background-color:#f9f9f9;padding:1.5rem;border-radius:8px;margin-bottom:2rem}.info-row{display:flex;padding:.75rem 0;border-bottom:1px solid #e0e0e0}.info-row label{font-weight:600;color:#555;min-width:150px}.info-row span{color:#333}.address-section{margin-top:2rem}.address-section h3{color:#2d3e2d;margin-bottom:1rem;font-size:1.25rem}.coming-soon,.no-orders{color:#999;font-style:italic;text-align:center;padding:2rem;background-color:#f9f9f9;border-radius:8px}.orders-list{min-height:200px}.setting-group{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e0e0e0}.setting-group:last-child{border-bottom:none}.setting-group h3{color:#2d3e2d;margin-bottom:1rem;font-size:1.25rem}.change-password-btn{background-color:#2d3e2d;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:600;transition:background-color .3s ease}.change-password-btn:hover{background-color:#3a5c3a}.password-form{background-color:#f9f9f9;padding:1.5rem;border-radius:8px;max-width:500px}.password-form h4{margin-top:0;margin-bottom:1rem;color:#2d3e2d}.password-form .form-group{margin-bottom:1rem}.password-form label{display:block;margin-bottom:.5rem;font-weight:600;color:#555}.password-form input{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem;transition:border-color .3s ease}.password-form input:focus{outline:none;border-color:#2d3e2d}.form-actions{display:flex;gap:1rem;margin-top:1.5rem}.save-btn,.cancel-btn{padding:.75rem 1.5rem;border:none;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s ease}.save-btn{background-color:#2d3e2d;color:#fff}.save-btn:hover{background-color:#3a5c3a}.cancel-btn{background-color:#e0e0e0;color:#555}.cancel-btn:hover{background-color:#d0d0d0}.danger-zone{background-color:#fff5f5;padding:1.5rem;border-radius:8px;border:1px solid #ffe0e0}.danger-zone h3{color:#c33}.logout-btn{background-color:#c33;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:600;transition:background-color .3s ease}.logout-btn:hover{background-color:#a22}.edit-profile-btn{background-color:#2d3e2d;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:600;transition:background-color .3s ease;margin-top:1rem}.edit-profile-btn:hover{background-color:#3a5c3a}.profile-form{max-width:700px}.profile-form .form-group{margin-bottom:1.5rem}.profile-form label{display:block;margin-bottom:.5rem;font-weight:600;color:#555;font-size:.95rem}.profile-form input{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem;transition:border-color .3s ease;box-sizing:border-box}.profile-form input:focus{outline:none;border-color:#2d3e2d}.profile-form h3{color:#2d3e2d;margin:2rem 0 1rem;font-size:1.15rem;padding-bottom:.5rem;border-bottom:2px solid #e0e0e0}.form-row{display:grid;grid-template-columns:2fr 1fr 1fr;gap:1rem}.address-display{background-color:#f9f9f9;padding:1rem;border-radius:8px;margin-top:.5rem}.address-display p{margin:.25rem 0;color:#333}.not-set{color:#999;font-style:italic;padding:1rem;background-color:#f9f9f9;border-radius:8px;margin-top:.5rem}.checkbox-group{margin:1.5rem 0}.checkbox-group label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:400;color:#333}@media(max-width:768px){.account-page{padding:1rem}.account-container h1{padding:1.5rem;font-size:1.5rem}.account-content{padding:1rem}.tab-button{font-size:.9rem;padding:.75rem .5rem}.info-row{flex-direction:column;gap:.25rem}.info-row label{min-width:auto}.password-form{padding:1rem}.form-actions{flex-direction:column}.save-btn,.cancel-btn{width:100%}.form-row{grid-template-columns:1fr}.profile-form{max-width:100%}.order-card{margin-bottom:1rem}.order-header{flex-direction:column;gap:1rem}.order-info{width:100%}.order-status-price{width:100%;justify-content:space-between}.expand-btn{align-self:flex-end}.order-item{flex-direction:column;align-items:flex-start;gap:.5rem}}.orders-section{padding:2rem}.orders-section h2{margin-bottom:1.5rem;color:#2c3e50}.loading{text-align:center;padding:2rem;color:#666}.no-orders{text-align:center;padding:3rem 2rem;background:#f8f9fa;border-radius:8px}.no-orders p{color:#666;font-size:1.1rem}.orders-list{display:flex;flex-direction:column;gap:1rem}.order-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;transition:box-shadow .3s ease}.order-card:hover{box-shadow:0 4px 12px #0000001a}.order-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;cursor:pointer;background:#fafafa;transition:background .3s ease}.order-header:hover{background:#f0f0f0}.order-info{flex:1}.order-number{font-weight:700;color:#2c3e50;font-size:1.1rem;margin-bottom:.25rem}.order-date{color:#666;font-size:.9rem}.order-status-price{display:flex;align-items:center;gap:1.5rem}.order-status{padding:.4rem 1rem;border-radius:20px;color:#fff;font-size:.85rem;font-weight:600;text-transform:capitalize}.order-total{font-weight:700;color:#d4621f;font-size:1.2rem}.expand-btn{background:none;border:none;font-size:1.2rem;color:#666;cursor:pointer;padding:.5rem;transition:color .3s ease}.expand-btn:hover{color:#2c3e50}.order-details{padding:1.5rem;border-top:1px solid #e0e0e0;background:#fff}.order-details h4{color:#2c3e50;margin-bottom:1rem;font-size:1rem}.order-items-list{margin-bottom:1.5rem}.order-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f8f9fa;border-radius:4px;margin-bottom:.75rem}.order-item:last-child{margin-bottom:0}.item-info{display:flex;flex-direction:column;gap:.25rem}.item-name{font-weight:600;color:#2c3e50}.item-size,.item-qty{color:#666;font-size:.9rem}.order-shipping{background:#f8f9fa;padding:1rem;border-radius:4px;margin-bottom:1rem}.order-shipping p{margin:.25rem 0;color:#555}.order-notes-display{background:#fff9e6;padding:1rem;border-radius:4px;border-left:4px solid #ffc107}.order-notes-display p{margin:.5rem 0 0;color:#555;line-height:1.5}.checkout-page{min-height:calc(100vh - 200px);padding:2rem 0;background-color:#f5f5f5}.checkout-container{max-width:1200px;margin:0 auto;padding:0 1rem}.checkout-container h1{color:#2c3e50;margin-bottom:2rem;text-align:center}.checkout-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.order-summary{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.order-summary h2{color:#2c3e50;margin-bottom:1.5rem;font-size:1.5rem}.order-items{margin-bottom:2rem}.order-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid #eee}.order-item:last-child{border-bottom:none}.item-image{width:80px;height:80px;object-fit:cover;border-radius:4px}.item-details{flex:1}.item-details h3{color:#2c3e50;font-size:1rem;margin-bottom:.25rem}.item-price{font-weight:700;color:#d4621f;font-size:1.1rem}.order-totals{border-top:2px solid #eee;padding-top:1rem}.total-row{display:flex;justify-content:space-between;margin-bottom:.75rem;color:#555}.total-final{font-size:1.25rem;font-weight:700;color:#2c3e50;border-top:2px solid #d4621f;padding-top:.75rem;margin-top:.5rem}.checkout-form{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.checkout-form h2{color:#2c3e50;margin-bottom:1.5rem;font-size:1.5rem}.shipping-info{background:#f8f9fa;padding:1.5rem;border-radius:4px;margin-bottom:2rem}.shipping-info p{margin:.5rem 0;color:#2c3e50}.shipping-info strong{color:#2c3e50}.edit-address-btn{margin-top:1rem;padding:.5rem 1rem;background:transparent;color:#d4621f;border:1px solid #d4621f;border-radius:4px;cursor:pointer;font-size:.9rem;transition:all .3s ease}.edit-address-btn:hover{background:#d4621f;color:#fff}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#2c3e50;font-weight:500}.form-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:inherit;resize:vertical}.form-group textarea:focus{outline:none;border-color:#d4621f}.place-order-btn{width:100%;padding:1rem;background:#d4621f;color:#fff;border:none;border-radius:4px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background .3s ease}.place-order-btn:hover:not(:disabled){background:#b85419}.place-order-btn:disabled{background:#ccc;cursor:not-allowed}.error-message{background:#fee;color:#c33;padding:1rem;border-radius:4px;margin-bottom:1rem;text-align:center}.warning-message{color:#d4621f;text-align:center;margin-top:1rem;font-size:.9rem}@media(max-width:768px){.checkout-content{grid-template-columns:1fr}.order-summary,.checkout-form{padding:1.5rem}.item-image{width:60px;height:60px}}.order-confirmation-page{min-height:calc(100vh - 200px);padding:2rem 0;background-color:#f5f5f5}.confirmation-container{max-width:800px;margin:0 auto;padding:0 1rem}.loading,.error-message{text-align:center;padding:2rem;color:#666}.error-message{color:#c33;background:#fee;border-radius:8px;margin-bottom:2rem}.success-header{text-align:center;margin-bottom:2rem;background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.checkmark{width:80px;height:80px;border-radius:50%;background:#28a745;color:#fff;font-size:3rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.success-header h1{color:#2c3e50;margin-bottom:.5rem}.success-header p{color:#666;font-size:1.1rem}.order-info{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem}.info-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.info-card h2{color:#2c3e50;font-size:1.25rem;margin-bottom:1rem;border-bottom:2px solid #d4621f;padding-bottom:.5rem}.info-row{display:flex;justify-content:space-between;margin-bottom:.75rem;padding:.5rem 0;border-bottom:1px solid #f0f0f0}.info-row:last-child{border-bottom:none}.label{color:#666;font-weight:500}.value{color:#2c3e50;font-weight:600}.status-badge{background:#ffc107;color:#2c3e50;padding:.25rem .75rem;border-radius:12px;font-size:.9rem;text-transform:capitalize}.order-items-section{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem}.order-items-section h2{color:#2c3e50;font-size:1.5rem;margin-bottom:1.5rem}.items-list{margin-bottom:1.5rem}.confirmation-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid #eee}.confirmation-item:last-child{border-bottom:none}.item-info h3{color:#2c3e50;font-size:1.1rem;margin-bottom:.25rem}.item-size,.item-quantity{color:#666;font-size:.9rem;margin:.25rem 0}.item-price{color:#d4621f;font-size:1.1rem;font-weight:700}.order-total{display:flex;justify-content:space-between;padding-top:1rem;border-top:2px solid #d4621f;font-size:1.5rem;font-weight:700;color:#2c3e50}.order-notes{background:#f8f9fa;padding:1.5rem;border-radius:8px;margin-bottom:2rem}.order-notes h3{color:#2c3e50;margin-bottom:.5rem}.order-notes p{color:#555;line-height:1.6}.action-buttons{display:flex;gap:1rem;justify-content:center}.btn{padding:.75rem 2rem;border-radius:4px;text-decoration:none;font-weight:700;transition:all .3s ease;display:inline-block;text-align:center}.btn-primary{background:#d4621f;color:#fff;border:none}.btn-primary:hover{background:#b85419}.btn-secondary{background:transparent;color:#d4621f;border:2px solid #d4621f}.btn-secondary:hover{background:#d4621f;color:#fff}@media(max-width:768px){.order-info{grid-template-columns:1fr}.action-buttons{flex-direction:column}.btn{width:100%}.confirmation-item{flex-direction:column;align-items:flex-start;gap:.5rem}}.admin-page{min-height:calc(100vh - 200px);padding:2rem;background-color:#f5f5f5}.admin-container{max-width:1400px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:2rem}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e0e0e0}.admin-header h1{color:#2d3e2d;margin:0;font-size:2rem}.btn-new-product{background-color:#2d3e2d;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:600;transition:background-color .3s ease}.btn-new-product:hover{background-color:#3a5c3a}.loading{text-align:center;padding:3rem;font-size:1.2rem;color:#666}.success-message{background:#efe;color:#3a3;padding:1rem;border-radius:6px;border-left:4px solid #3a3;margin-bottom:1rem}.error-message{background:#fee;color:#c33;padding:1rem;border-radius:6px;border-left:4px solid #c33;margin-bottom:1rem}.product-form-section{background-color:#f9f9f9;padding:2rem;border-radius:8px;margin-top:1rem}.product-form-section h2{color:#2d3e2d;margin-top:0;margin-bottom:1.5rem}.product-form .form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1rem}.product-form .form-group{margin-bottom:1.5rem}.product-form label{display:block;margin-bottom:.5rem;font-weight:600;color:#555;font-size:.95rem}.product-form input,.product-form select,.product-form textarea{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem;transition:border-color .3s ease;box-sizing:border-box;font-family:inherit}.product-form input:focus,.product-form select:focus,.product-form textarea:focus{outline:none;border-color:#2d3e2d}.product-form textarea{resize:vertical}.checkbox-group{margin:1rem 0}.checkbox-group label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:400}.checkbox-group input[type=checkbox]{width:auto;cursor:pointer}.form-actions{display:flex;gap:1rem;margin-top:2rem}.btn-save,.btn-cancel{padding:.75rem 1.5rem;border:none;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s ease}.btn-save{background-color:#2d3e2d;color:#fff}.btn-save:hover{background-color:#3a5c3a}.btn-cancel{background-color:#e0e0e0;color:#555}.btn-cancel:hover{background-color:#d0d0d0}.products-table-section h2{color:#2d3e2d;margin-bottom:1.5rem}.table-container{overflow-x:auto}.products-table{width:100%;border-collapse:collapse;background:#fff}.products-table thead{background-color:#2d3e2d;color:#fff}.products-table th{padding:1rem;text-align:left;font-weight:600;font-size:.95rem}.products-table td{padding:1rem;border-bottom:1px solid #e0e0e0;vertical-align:top}.products-table tbody tr:hover{background-color:#f9f9f9}.product-full-name{font-size:.85rem;color:#666;margin-top:.25rem}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600}.status-badge.in-stock{background-color:#e8f5e9;color:#2e7d32}.status-badge.out-of-stock{background-color:#ffebee;color:#c62828}.action-buttons{display:flex;gap:.5rem}.btn-edit,.btn-delete{padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .3s ease}.btn-edit{background-color:#2196f3;color:#fff}.btn-edit:hover{background-color:#1976d2}.btn-delete{background-color:#f44336;color:#fff}.btn-delete:hover{background-color:#d32f2f}@media(max-width:768px){.admin-page,.admin-container{padding:1rem}.admin-header{flex-direction:column;gap:1rem;align-items:stretch}.admin-header h1{font-size:1.5rem}.btn-new-product{width:100%}.product-form .form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.btn-save,.btn-cancel{width:100%}.table-container{overflow-x:scroll}.products-table{min-width:600px}.action-buttons{flex-direction:column}.btn-edit,.btn-delete{width:100%}}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1}*{box-sizing:border-box}
