:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-height:100vh;width:100%}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,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}html,body{width:100%;height:100%;margin:0;padding:0}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}body{background-color:#fff;color:#333}a{color:#2d5016;text-decoration:none;transition:color .3s}button{font-family:inherit;cursor:pointer}input,textarea{font-family:inherit}.header{background-color:#2d5016;color:#fff;padding:1rem 0;box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:1000}.header-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.logo{text-decoration:none;color:#fff;flex-shrink:0}.logo h1{margin:0;font-size:1.8rem;font-weight:700;letter-spacing:1px}.navbar{display:flex;gap:2rem;flex:1;justify-content:center}.navbar a{color:#fff;text-decoration:none;font-weight:500;transition:color .3s;font-size:.95rem}.navbar a:hover{color:gold}.header-right{display:flex;gap:1.5rem;font-size:1.5rem;cursor:pointer}.header-right span{transition:transform .3s,color .3s}.header-right span:hover{transform:scale(1.2);color:gold}@media(max-width:768px){.header-container{flex-direction:column;gap:1rem}.navbar{order:3;width:100%;justify-content:space-around;flex-wrap:wrap;gap:1rem}.navbar a{font-size:.85rem}.header-right{gap:1rem;font-size:1.2rem}.logo h1{font-size:1.4rem}}.footer{background-color:#1a1a1a;color:#ccc;padding:3rem 2rem 1rem;margin-top:4rem}.footer-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{color:#fff;margin-bottom:1rem;font-size:1.1rem}.footer-section ul{list-style:none;padding:0}.footer-section li{margin-bottom:.8rem}.footer-section a{color:#ccc;text-decoration:none;transition:color .3s;font-size:.9rem}.footer-section a:hover{color:gold}.social-links{display:flex;flex-direction:column;gap:.8rem}.footer-bottom{max-width:1400px;margin:0 auto;text-align:center;padding-top:2rem;border-top:1px solid #333;color:#999;font-size:.9rem}@media(max-width:768px){.footer-container{grid-template-columns:repeat(2,1fr);gap:1rem}.footer-section h3{font-size:1rem}.footer{padding:2rem 1rem 1rem}}.hero{background:linear-gradient(135deg,#2d5016,#4a7c2e);color:#fff;padding:4rem 2rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;max-width:1400px;margin:0 auto}.hero-content h2{font-size:2.8rem;margin:0 0 1rem;line-height:1.2}.hero-content p{font-size:1.3rem;margin:0 0 2rem;opacity:.95}.hero-features{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2rem}.feature{background:#ffffff1a;padding:1.5rem;border-radius:8px;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.feature-icon{font-size:2.5rem;display:block;margin-bottom:.5rem}.feature h3{margin:.5rem 0 .25rem;font-size:1rem}.feature p{margin:0;font-size:.85rem;opacity:.9}.hero-image{display:flex;justify-content:center}.hero-image img{max-width:100%;height:auto;border-radius:12px;box-shadow:0 10px 30px #0000004d}@media(max-width:768px){.hero{grid-template-columns:1fr;padding:2rem 1rem;gap:2rem}.hero-content h2{font-size:2rem}.hero-content p{font-size:1.1rem}.hero-features{grid-template-columns:1fr;gap:1rem}.feature{padding:1rem}.feature-icon{font-size:2rem}}.category-card{display:block;text-decoration:none;border-radius:10px;overflow:hidden;position:relative;transition:all .3s ease;height:200px}.category-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #00000026}.category-image-container{width:100%;height:100%;overflow:hidden;position:relative;background:#f0f0f0}.category-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.category-card:hover .category-image{transform:scale(1.08)}.category-name{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);color:#fff;margin:0;padding:1rem;font-size:1.1rem;font-weight:600;text-transform:capitalize}@media(max-width:768px){.category-card{height:150px}.category-name{font-size:1rem;padding:.8rem}}.brand-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;border:1px solid #e0e0e0;border-radius:8px;text-decoration:none;transition:all .3s ease;background:#fff;text-align:center;min-height:200px}.brand-card:hover{border-color:#2d5016;box-shadow:0 8px 24px #0000001f;transform:translateY(-4px);background:#fafafa}.brand-image{width:100%;height:120px;object-fit:contain;margin-bottom:1rem;transition:transform .3s ease}.brand-card:hover .brand-image{transform:scale(1.1)}.brand-name{margin:0;font-size:1.1rem;color:#333;font-weight:600;text-transform:capitalize}@media(max-width:768px){.brand-card{padding:1rem;min-height:150px}.brand-image{height:80px;margin-bottom:.8rem}.brand-name{font-size:.95rem}}.home{min-height:calc(100vh - 200px)}.categories-section,.products-section,.brands-section{max-width:1400px;margin:0 auto;padding:3rem 2rem;border-bottom:1px solid #f0f0f0}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.section-header h2{font-size:2rem;color:#333;margin:0;font-weight:700}.view-all{color:#2d5016;text-decoration:none;font-weight:600;transition:all .3s;font-size:1rem}.view-all:hover{color:#1f3710;transform:translate(4px)}.categories-grid,.products-grid,.brands-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.newsletter-section{background:linear-gradient(135deg,#2d5016,#4a7c2e);color:#fff;padding:3rem 2rem;text-align:center;max-width:1400px;margin:0 auto}.newsletter-section h2{font-size:1.8rem;margin:0 0 .5rem}.newsletter-section p{font-size:1.1rem;margin:0 0 1.5rem;opacity:.95}.newsletter-form{display:flex;gap:.5rem;max-width:500px;margin:0 auto;flex-wrap:wrap;justify-content:center}.newsletter-form input{flex:1;min-width:250px;padding:.8rem 1rem;border:none;border-radius:4px;font-size:1rem;outline:none}.newsletter-form button{padding:.8rem 2rem;background:gold;color:#2d5016;border:none;border-radius:4px;font-weight:700;cursor:pointer;transition:all .3s}.newsletter-form button:hover{background:#ffed4e;transform:scale(1.05)}@media(max-width:768px){.categories-section,.products-section,.brands-section{padding:2rem 1rem}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}.section-header h2{font-size:1.5rem}.categories-grid,.products-grid,.brands-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.newsletter-section{padding:2rem 1rem}.newsletter-section h2{font-size:1.5rem}.newsletter-form{flex-direction:column}.newsletter-form input{min-width:100%}}.categories-page,.brands-page{max-width:1400px;margin:0 auto;padding:0 2rem 3rem}.categories-grid-full,.brands-grid-full{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem}.categories-grid-full{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}@media(max-width:768px){.categories-page,.brands-page{padding:0 1rem 2rem}.page-header{padding:2rem 0 .5rem}.page-header h1{font-size:1.8rem}.page-header p{font-size:1rem}.categories-grid-full,.brands-grid-full{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}}.product-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column;height:100%}.product-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-4px);border-color:#2d5016}.product-image-container{position:relative;overflow:hidden;height:250px;background:#f5f5f5}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image{transform:scale(1.05)}.offer-badge{position:absolute;top:10px;right:10px;background:#f44;color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:700;font-size:.85rem;box-shadow:0 2px 8px #0003}.product-info{padding:1rem;flex:1;display:flex;flex-direction:column}.product-name{margin:0 0 .5rem;font-size:1rem;line-height:1.3;color:#333;font-weight:600}.product-brand{margin:0 0 .25rem;font-size:.75rem;color:#2d5016;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.product-size{margin:0;font-size:.8rem;color:#666}.product-description{margin:.5rem 0 0;font-size:.8rem;color:#999;flex:1}.product-footer{padding:0 1rem 1rem;border-top:1px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center;gap:1rem}.product-price{display:flex;align-items:center;gap:.5rem;flex:1}.current-price{font-size:1.3rem;font-weight:700;color:#2d5016}.original-price{font-size:.9rem;text-decoration:line-through;color:#999}.add-to-cart-btn{background:#2d5016;color:#fff;border:none;padding:.6rem 1rem;border-radius:6px;cursor:pointer;font-weight:600;transition:all .3s ease;white-space:nowrap}.add-to-cart-btn:hover{background:#1f3710;transform:scale(1.05)}@media(max-width:768px){.product-card{border-radius:6px}.product-image-container{height:200px}.product-name{font-size:.95rem}.add-to-cart-btn{padding:.5rem .8rem;font-size:.9rem}}.category-page{min-height:calc(100vh - 200px)}.category-header{position:relative;height:300px;overflow:hidden;margin-bottom:2rem}.category-banner{width:100%;height:100%;object-fit:cover}.category-header h1{position:absolute;bottom:2rem;left:2rem;font-size:2.5rem;color:#fff;margin:0;font-weight:700;text-shadow:0 2px 8px rgba(0,0,0,.3)}.category-content{max-width:1400px;margin:0 auto;padding:0 2rem 3rem}.breadcrumb{margin:1rem 0 1.5rem;font-size:.95rem;color:#666}.product-count{color:#666;font-size:.95rem;margin:0 0 1.5rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem}.no-products{text-align:center;padding:4rem 2rem;background:#f9f9f9;border-radius:8px}.no-products p{font-size:1.2rem;color:#666;margin-bottom:1.5rem}.back-button{display:inline-block;padding:.8rem 1.5rem;background:#2d5016;color:#fff;text-decoration:none;border-radius:6px;transition:all .3s;font-weight:600}.back-button:hover{background:#1f3710;transform:translate(-4px)}.category-not-found{max-width:1400px;margin:2rem auto;padding:4rem 2rem;text-align:center}.category-not-found h2{font-size:1.8rem;color:#666;margin-bottom:1rem}@media(max-width:768px){.category-content{padding:0 1rem 2rem}.category-header h1{font-size:1.8rem;bottom:1rem;left:1rem}.category-header{height:200px;margin-bottom:1rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}}.brands-page{max-width:1400px;margin:0 auto;padding:0 2rem 3rem}.brands-grid-full{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem;margin-top:2rem}@media(max-width:1024px){.brands-grid-full{margin-top:2.2rem}}@media(max-width:768px){.brands-page{padding:0 1rem 2rem}.page-header{padding:2rem 0 .75rem}.page-header h1{font-size:2rem}.page-header p{font-size:.95rem}.breadcrumb{margin:1rem 0 1.5rem;font-size:.85rem}.brands-grid-full{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;margin-top:1.5rem}}@media(max-width:480px){.brands-page{padding:0 .75rem 1.5rem}.page-header{padding:1.5rem 0 .5rem}.page-header h1{font-size:1.5rem}.page-header p{font-size:.85rem}.breadcrumb{margin:.75rem 0 1rem;font-size:.75rem}.brands-grid-full{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem;margin-top:1rem}}@media(min-width:1200px){.brands-page{padding:0 3rem 4rem}.page-header{padding:4rem 0 1.5rem}.breadcrumb{margin:2rem 0 2.5rem}.brands-grid-full{margin-top:3rem}}.brand-page{max-width:1400px;margin:0 auto;padding:2rem}.brand-header{text-align:center;margin-bottom:2rem;padding:2rem 0;background:linear-gradient(135deg,#2d5016,#1f3710);border-radius:8px;color:#fff}.brand-banner{max-width:200px;height:auto;margin-bottom:1rem;background:#fff;padding:1rem;border-radius:8px}.brand-header h1{margin:0;font-size:2.5rem;font-weight:700}.brand-content{margin-top:2rem}.breadcrumb{margin-bottom:2rem;font-size:.95rem;color:#666}.product-count{margin-bottom:1.5rem;color:#333;font-weight:600}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;margin-top:2rem}.no-products{text-align:center;padding:4rem 2rem}.no-products p{font-size:1.2rem;color:#666;margin-bottom:2rem}.back-button{display:inline-block;padding:.8rem 2rem;background:#2d5016;color:#fff;text-decoration:none;border-radius:4px;transition:all .3s}.back-button:hover{background:#1f3710;transform:translateY(-2px)}.brand-not-found{text-align:center;padding:4rem 2rem}.brand-not-found h2{color:#333;margin-bottom:2rem}.brand-not-found a{color:#2d5016;text-decoration:none;font-weight:600}@media(max-width:768px){.brand-page{padding:1rem}.brand-header h1{font-size:1.8rem}.brand-banner{max-width:150px}.products-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}}@media(max-width:480px){.brand-header h1{font-size:1.5rem}.products-grid{grid-template-columns:1fr}}.about-page,.contact-page{max-width:1400px;margin:0 auto;padding:0 2rem 3rem}.breadcrumb a{color:#2d5016;text-decoration:none;transition:color .3s}.breadcrumb a:hover{color:#1f3710;text-decoration:underline}.breadcrumb span{color:#333;font-weight:600}.about-content{max-width:900px;margin:2rem auto 0}.about-section{margin-bottom:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid #e0e0e0}.about-section:last-child{border-bottom:none}.about-section h2{font-size:1.5rem;color:#2d5016;margin:0 0 1rem;font-weight:700}.about-section p{font-size:1rem;line-height:1.6;color:#666;margin:0}.features-list{list-style:none;padding:0;margin:0}.features-list li{font-size:1rem;color:#666;margin:.8rem 0;padding-left:1.5rem;line-height:1.6}.contact-link{display:inline-block;margin-top:1rem;padding:.8rem 1.5rem;background:#2d5016;color:#fff;text-decoration:none;border-radius:6px;transition:all .3s;font-weight:600}.contact-link:hover{background:#1f3710;transform:translateY(-2px)}@media(max-width:1024px){.about-content{margin:2.2rem auto 0}}@media(max-width:768px){.about-page,.contact-page{padding:0 1rem 2rem}.page-header{padding:2rem 0 .75rem}.page-header h1{font-size:1.8rem}.page-header p{font-size:.95rem}.breadcrumb{margin:1rem 0 1.5rem;font-size:.85rem}.about-content{margin:1.5rem auto 0}.about-section{margin-bottom:1.5rem;padding-bottom:1.5rem}.about-section h2{font-size:1.3rem}.about-section p{font-size:.95rem}.features-list li{font-size:.95rem;margin:.6rem 0}}@media(max-width:480px){.about-page,.contact-page{padding:0 .75rem 1.5rem}.page-header{padding:1.5rem 0 .5rem}.page-header h1{font-size:1.4rem}.page-header p{font-size:.8rem}.breadcrumb{margin:.75rem 0 1rem;font-size:.7rem}.about-content{margin:1rem auto 0}.about-section{margin-bottom:1.2rem;padding-bottom:1.2rem}.about-section h2{font-size:1.1rem;margin:0 0 .75rem}.about-section p{font-size:.85rem}.features-list li{font-size:.85rem;margin:.5rem 0;padding-left:1rem}.contact-link{padding:.6rem 1.2rem;font-size:.85rem}}@media(min-width:1200px){.about-page,.contact-page{padding:0 3rem 4rem}.page-header{padding:4rem 0 1.5rem}.breadcrumb{margin:2rem 0 2.5rem}.about-content{margin:3rem auto 0}.about-section{margin-bottom:3rem;padding-bottom:3rem}}.contact-page{max-width:1400px;margin:0 auto;padding:2rem 2rem 3rem}.page-header{text-align:center;padding:3rem 0 1rem}.page-header h1{font-size:2.5rem;color:#333;margin:0 0 .5rem;font-weight:700}.page-header p{font-size:1.1rem;color:#666;margin:0}.breadcrumb{margin:1.5rem 0 2rem;font-size:.95rem;color:#666}.breadcrumb a{color:#2d5016;text-decoration:none}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:3rem;max-width:1200px;margin-left:auto;margin-right:auto}.contact-info{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.info-section h3{font-size:1.1rem;color:#2d5016;margin:0 0 .8rem;font-weight:700}.info-section p{margin:0;color:#666;line-height:1.6;font-size:.95rem}.info-section a{color:#2d5016;text-decoration:none;transition:color .3s}.info-section a:hover{color:#1f3710;text-decoration:underline}.contact-form{background:#f9f9f9;padding:2rem;border-radius:8px;grid-column:span 1}.contact-form h2{font-size:1.5rem;color:#333;margin:0 0 1.5rem;font-weight:700}.form-group{margin-bottom:1.5rem;display:flex;flex-direction:column}.form-group label{font-weight:600;color:#333;margin-bottom:.5rem;font-size:.95rem}.form-group input,.form-group textarea{padding:.8rem;border:1px solid #ddd;border-radius:4px;font-size:.95rem;font-family:inherit;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#2d5016;box-shadow:0 0 0 2px #2d50161a}.submit-btn{background:#2d5016;color:#fff;padding:.8rem 2rem;border:none;border-radius:4px;font-weight:700;cursor:pointer;transition:all .3s;font-size:.95rem;width:100%}.submit-btn:hover{background:#1f3710;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}@media(max-width:1024px){.contact-content{margin-top:2.2rem}}@media(max-width:970px){.contact-content{grid-template-columns:1fr;gap:2.5rem;margin-top:2rem}.contact-form{grid-column:span 1}.contact-info{grid-template-columns:1fr}}@media(max-width:768px){.contact-page{padding:0 1rem 2rem}.page-header{padding:2rem 0 .75rem}.page-header h1{font-size:1.8rem}.breadcrumb{margin:1rem 0 1.5rem;font-size:.85rem}.contact-content{gap:1.5rem;margin-top:1.5rem}.contact-info{grid-template-columns:1fr;gap:1rem}.info-section h3{font-size:1rem}.info-section p{font-size:.9rem}.contact-form{padding:1.5rem}.contact-form h2{font-size:1.3rem;margin:0 0 1.2rem}.form-group{margin-bottom:1rem}.form-group label{font-size:.9rem}.form-group input,.form-group textarea{font-size:.9rem;padding:.7rem}.submit-btn{padding:.7rem 1.5rem;font-size:.9rem}}@media(max-width:480px){.contact-page{padding:0 .75rem 1.5rem}.page-header{padding:1.5rem 0 .5rem}.page-header h1{font-size:1.4rem}.page-header p{font-size:.8rem}.breadcrumb{margin:.75rem 0 1rem;font-size:.7rem}.contact-content{gap:1rem;margin-top:1rem}.contact-info{grid-template-columns:1fr;gap:.75rem}.info-section h3{font-size:.95rem;margin:0 0 .5rem}.info-section p{font-size:.8rem;line-height:1.5}.contact-form{padding:1rem}.contact-form h2{font-size:1.1rem;margin:0 0 1rem}.form-group{margin-bottom:.8rem}.form-group label{font-size:.85rem;margin-bottom:.35rem}.form-group input,.form-group textarea{font-size:.85rem;padding:.6rem}.submit-btn{padding:.6rem 1.2rem;font-size:.85rem}}@media(min-width:1200px){.contact-page{padding:2rem 3rem 4rem}.page-header{padding:4rem 0 1.5rem}.breadcrumb{margin:2rem 0 2.5rem}.contact-content{margin-top:4rem}.contact-info{gap:2.5rem}.contact-form{padding:2.5rem}}#root{max-width:1400px;margin:0 auto;padding:0;text-align:left}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1}
