.Navbar-module__cJzEcG__navbar{-webkit-backdrop-filter:blur(10px);box-shadow:var(--shadow-sm);z-index:1000;background:#ffffffe6;border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:sticky;top:0}.Navbar-module__cJzEcG__logoContainer{color:var(--color-primary-dark);font-size:1.5rem;font-weight:700;font-family:var(--font-heading);align-items:center;gap:1rem;text-decoration:none;display:flex}.Navbar-module__cJzEcG__logoImage{object-fit:contain}.Navbar-module__cJzEcG__navLinks{align-items:center;gap:2.5rem;display:flex}.Navbar-module__cJzEcG__navLink{color:var(--color-text);font-size:1rem;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.Navbar-module__cJzEcG__navLink:hover{color:var(--color-primary)}.Navbar-module__cJzEcG__navLink:after{content:"";background-color:var(--color-primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Navbar-module__cJzEcG__navLink:hover:after{width:100%}.Navbar-module__cJzEcG__cartButton{cursor:pointer;color:var(--color-primary-dark);background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:transform .2s;display:flex;position:relative}.Navbar-module__cJzEcG__cartButton:hover{transform:scale(1.1)}.Navbar-module__cJzEcG__cartCount{background-color:var(--color-accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.75rem;font-weight:600;display:flex;position:absolute;top:-2px;right:-2px}.Navbar-module__cJzEcG__mobileMenuBtn{cursor:pointer;color:var(--color-primary-dark);background:0 0;border:none;display:none}@media (max-width:968px){.Navbar-module__cJzEcG__mobileMenuBtn{display:block}.Navbar-module__cJzEcG__navLinks{box-shadow:var(--shadow-md);border-top:1px solid var(--color-border);background-color:#fff;flex-direction:column;padding:2rem;display:none;position:absolute;top:100%;left:0;right:0}.Navbar-module__cJzEcG__navLinks.Navbar-module__cJzEcG__open{display:flex}}
.Footer-module__S6Hkya__footer{background-color:var(--color-primary-dark);color:#fff;margin-top:auto;padding:4rem 2rem 1rem}.Footer-module__S6Hkya__content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;max-width:1280px;margin:0 auto 3rem;display:grid}.Footer-module__S6Hkya__section h3{color:var(--color-secondary);font-size:1.25rem;font-family:var(--font-heading);margin-bottom:1.5rem}.Footer-module__S6Hkya__section p{color:#fffc;margin-bottom:.5rem;line-height:1.8}.Footer-module__S6Hkya__section a{color:#fffc;margin-bottom:.75rem;transition:color .2s;display:block}.Footer-module__S6Hkya__section a:hover{color:var(--color-accent);padding-left:5px}.Footer-module__S6Hkya__bottom{text-align:center;color:#fff9;border-top:1px solid #ffffff1a;max-width:1280px;margin:0 auto;padding-top:2rem;font-size:.875rem}
.AboutSection-module__UGBiha__section{background-color:var(--color-bg);text-align:center;padding:4rem 2rem}.AboutSection-module__UGBiha__container{max-width:800px;margin:0 auto}.AboutSection-module__UGBiha__title{color:var(--color-primary);text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem;font-size:2.5rem}.AboutSection-module__UGBiha__content p{color:var(--color-text);margin-bottom:1rem;font-size:1.1rem;line-height:1.6}
.CartSidebar-module__-gSEkW__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;opacity:0;visibility:hidden;background-color:#0000004d;width:100%;height:100%;transition:opacity .3s,visibility .3s;position:fixed;top:0;left:0}.CartSidebar-module__-gSEkW__overlay.CartSidebar-module__-gSEkW__open{opacity:1;visibility:visible}.CartSidebar-module__-gSEkW__sidebar{background-color:var(--color-white);z-index:1001;flex-direction:column;width:450px;height:100%;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-10px 0 30px #0000001a}.CartSidebar-module__-gSEkW__sidebar.CartSidebar-module__-gSEkW__open{transform:translate(0)}.CartSidebar-module__-gSEkW__header{background-color:var(--color-bg);border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;padding:2rem;display:flex}.CartSidebar-module__-gSEkW__header h2{color:var(--color-primary);letter-spacing:-.02em;font-size:1.5rem;font-weight:700}.CartSidebar-module__-gSEkW__closeButton{cursor:pointer;color:var(--color-text);opacity:.5;background:0 0;border:none;font-size:2rem;line-height:1;transition:opacity .2s}.CartSidebar-module__-gSEkW__closeButton:hover{opacity:1}.CartSidebar-module__-gSEkW__items{flex-grow:1;padding:2rem;overflow-y:auto}.CartSidebar-module__-gSEkW__item{background-color:var(--color-bg);border-radius:12px;gap:1.5rem;margin-bottom:1.5rem;padding:1.5rem;transition:transform .2s;display:flex}.CartSidebar-module__-gSEkW__item:hover{transform:translateY(-2px)}.CartSidebar-module__-gSEkW__itemImage{object-fit:cover;border-radius:8px;width:90px;height:90px;box-shadow:0 4px 12px #00000014}.CartSidebar-module__-gSEkW__itemDetails{flex-direction:column;flex-grow:1;justify-content:center;display:flex}.CartSidebar-module__-gSEkW__itemDetails h4{color:var(--color-text);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.CartSidebar-module__-gSEkW__itemPrice{color:var(--color-secondary);font-size:.95rem;font-weight:500}.CartSidebar-module__-gSEkW__removeButton{color:#ff4d4f;text-align:left;cursor:pointer;opacity:.7;background:0 0;border:none;width:fit-content;margin-top:auto;padding:0;font-size:.85rem;transition:opacity .2s}.CartSidebar-module__-gSEkW__removeButton:hover{opacity:1;text-decoration:underline}.CartSidebar-module__-gSEkW__footer{background-color:var(--color-white);border-top:1px solid #0000000d;padding:2rem}.CartSidebar-module__-gSEkW__checkoutButton{background-color:var(--color-primary);color:#fff;letter-spacing:.02em;border:none;border-radius:8px;width:100%;padding:1.2rem;font-size:1.1rem;font-weight:600;transition:all .2s;box-shadow:0 4px 12px #2e594a33}.CartSidebar-module__-gSEkW__checkoutButton:hover{background-color:#1e3d32;transform:translateY(-2px);box-shadow:0 6px 16px #2e594a4d}.CartSidebar-module__-gSEkW__emptyCart{text-align:center;color:#999;margin-top:4rem;font-size:1.1rem}@media (max-width:480px){.CartSidebar-module__-gSEkW__sidebar{width:100%}}
.ProductCard-module__t53O_a__card{background-color:#fff;border-radius:8px;flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 4px 6px #0000000d}.ProductCard-module__t53O_a__card:hover{transform:translateY(-5px);box-shadow:0 10px 15px #0000001a}.ProductCard-module__t53O_a__imageContainer{background-color:#fff;width:100%;height:300px;position:relative}.ProductCard-module__t53O_a__image{object-fit:contain}.ProductCard-module__t53O_a__details{flex-direction:column;flex-grow:1;justify-content:space-between;padding:1.5rem;display:flex}.ProductCard-module__t53O_a__name{color:var(--color-primary);margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.ProductCard-module__t53O_a__price{color:var(--color-text);margin-bottom:1rem;font-size:1.1rem;font-weight:500}.ProductCard-module__t53O_a__addButton{background-color:var(--color-primary);color:#fff;border:none;border-radius:4px;width:100%;padding:.8rem;font-weight:600;transition:background-color .2s}.ProductCard-module__t53O_a__addButton:hover{background-color:#1e3d32}
.StatsSection-module__jjN8tW__section{background-color:var(--color-primary);color:#fff;padding:4rem 2rem}.StatsSection-module__jjN8tW__container{flex-wrap:wrap;justify-content:space-around;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.StatsSection-module__jjN8tW__statItem{text-align:center;flex:200px}.StatsSection-module__jjN8tW__value{color:var(--color-secondary);margin-bottom:.5rem;font-size:3rem;font-weight:700}.StatsSection-module__jjN8tW__label{text-transform:uppercase;letter-spacing:1px;color:#fff;font-size:1.2rem}
.MerchandiseSection-module__NBAn5G__section{background-color:var(--color-bg);text-align:center;padding:4rem 2rem}.MerchandiseSection-module__NBAn5G__title{color:var(--color-primary);text-transform:uppercase;margin-bottom:3rem;font-size:2.5rem}.MerchandiseSection-module__NBAn5G__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.MerchandiseSection-module__NBAn5G__card{color:inherit;background-color:var(--color-white);border-radius:8px;flex-direction:column;align-items:center;padding:1rem;text-decoration:none;transition:transform .2s;display:flex;box-shadow:0 2px 4px #0000000d}.MerchandiseSection-module__NBAn5G__card:hover{transform:translateY(-5px)}.MerchandiseSection-module__NBAn5G__imageContainer{background-color:var(--color-secondary);border-radius:4px;width:100%;height:300px;margin-bottom:1rem;position:relative;overflow:hidden}.MerchandiseSection-module__NBAn5G__image{object-fit:cover;transition:transform .3s}.MerchandiseSection-module__NBAn5G__card:hover .MerchandiseSection-module__NBAn5G__image{transform:scale(1.05)}.MerchandiseSection-module__NBAn5G__categoryName{color:var(--color-text);text-transform:uppercase;font-size:1.2rem;font-weight:600}
.MissionSection-module__3f85qq__section{background-color:var(--color-primary);color:#fff;text-align:center;padding:4rem 2rem}.MissionSection-module__3f85qq__container{flex-direction:column;gap:3rem;max-width:1000px;margin:0 auto;display:flex}.MissionSection-module__3f85qq__block{background-color:#ffffff0d;border:1px solid #fff3;border-radius:8px;padding:2rem}.MissionSection-module__3f85qq__title{text-transform:uppercase;color:var(--color-secondary);margin-bottom:1rem;font-size:2rem}.MissionSection-module__3f85qq__block p{max-width:800px;margin:0 auto;font-size:1.1rem;line-height:1.6}
.KeyToSuccessSection-module__RHMRaa__section{background-color:var(--color-bg);text-align:center;padding:4rem 2rem}.KeyToSuccessSection-module__RHMRaa__title{color:var(--color-primary);text-transform:uppercase;margin-bottom:3rem;font-size:2.5rem}.KeyToSuccessSection-module__RHMRaa__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.KeyToSuccessSection-module__RHMRaa__card{border:1px solid var(--color-secondary);background-color:#fff;border-radius:8px;padding:2rem;transition:transform .3s}.KeyToSuccessSection-module__RHMRaa__card:hover{transform:translateY(-5px);box-shadow:0 4px 12px #0000000d}.KeyToSuccessSection-module__RHMRaa__cardTitle{color:var(--color-text);margin-bottom:1rem;font-size:1.5rem}.KeyToSuccessSection-module__RHMRaa__cardDescription{color:var(--color-text);line-height:1.6}
.CredentialsSection-module__vyK0uG__section{text-align:center;background-color:#f8f9fa;padding:4rem 2rem}.CredentialsSection-module__vyK0uG__title{color:var(--foreground);margin-bottom:1rem;font-size:2.5rem}.CredentialsSection-module__vyK0uG__subtitle{color:#666;max-width:800px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.2rem}.CredentialsSection-module__vyK0uG__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.CredentialsSection-module__vyK0uG__card{text-align:center;background:#fff;border-radius:12px;flex-direction:column;align-items:center;padding:2rem;transition:transform .3s;display:flex;box-shadow:0 4px 6px #0000000d}.CredentialsSection-module__vyK0uG__card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #0000001a}.CredentialsSection-module__vyK0uG__icon{margin-bottom:1rem;font-size:3rem}.CredentialsSection-module__vyK0uG__name{color:var(--color-text);margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.CredentialsSection-module__vyK0uG__description{color:var(--color-text);font-size:.9rem}
.ProcessSection-module__G585fq__section{background-color:var(--background);padding:5rem 2rem}.ProcessSection-module__G585fq__container{text-align:center;max-width:1200px;margin:0 auto}.ProcessSection-module__G585fq__title{color:var(--foreground);margin-bottom:1rem;font-size:2.5rem}.ProcessSection-module__G585fq__subtitle{color:#666;margin-bottom:4rem;font-size:1.2rem}.ProcessSection-module__G585fq__steps{flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:3rem;display:flex;position:relative}.ProcessSection-module__G585fq__step{z-index:1;flex-direction:column;flex:1;align-items:center;min-width:200px;max-width:220px;display:flex;position:relative}.ProcessSection-module__G585fq__iconWrapper{background:#fff;border:2px solid #e0e0e0;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.5rem;transition:transform .3s,border-color .3s;display:flex;position:relative;box-shadow:0 4px 10px #0000001a}.ProcessSection-module__G585fq__step:hover .ProcessSection-module__G585fq__iconWrapper{border-color:var(--foreground);transform:scale(1.1)}.ProcessSection-module__G585fq__icon{font-size:2rem}.ProcessSection-module__G585fq__number{background:var(--foreground);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:.8rem;font-weight:700;display:flex;position:absolute;top:-10px;right:-10px}.ProcessSection-module__G585fq__stepTitle{color:var(--foreground);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.ProcessSection-module__G585fq__stepDescription{color:#666;font-size:.9rem;line-height:1.5}.ProcessSection-module__G585fq__connector{display:none}@media (min-width:992px){.ProcessSection-module__G585fq__connector{z-index:-1;background:#e0e0e0;width:100%;height:2px;display:block;position:absolute;top:40px;left:50%;transform:translate(50%)}.ProcessSection-module__G585fq__step:last-child .ProcessSection-module__G585fq__connector{display:none}}
.page-module___8aEwW__main{flex-direction:column;min-height:100vh;display:flex}.page-module___8aEwW__section{width:100%;max-width:1200px;margin:0 auto;padding:4rem 2rem}.page-module___8aEwW__sectionTitle{text-align:center;color:var(--color-primary);margin-bottom:3rem;font-size:2.5rem}.page-module___8aEwW__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;display:grid}.page-module___8aEwW__trustSection{background-color:var(--color-white);margin-top:4rem;padding:5rem 2rem}.page-module___8aEwW__manufacturingSection{background-color:var(--background);padding:4rem 2rem}.page-module___8aEwW__container{max-width:1280px;margin:0 auto;padding:0 2rem}.page-module___8aEwW__manufacturingSection .page-module___8aEwW__sectionTitle{text-align:center;color:var(--foreground);margin-bottom:2rem;font-size:2.5rem}.page-module___8aEwW__customMakeContent{text-align:center;max-width:800px;margin:0 auto 3rem}.page-module___8aEwW__customMakeContent h3{color:var(--color-primary);margin-bottom:1rem;font-size:1.8rem}.page-module___8aEwW__customMakeContent p{color:var(--color-text);font-size:1.1rem;line-height:1.6}.page-module___8aEwW__gallery{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;display:grid}.page-module___8aEwW__imageWrapper{border-radius:var(--radius-lg);height:350px;box-shadow:var(--shadow-md);transition:transform .3s;position:relative;overflow:hidden}.page-module___8aEwW__imageWrapper:hover{box-shadow:var(--shadow-hover);transform:translateY(-10px)}.page-module___8aEwW__galleryImage{object-fit:cover;transition:transform .5s}.page-module___8aEwW__imageWrapper:hover .page-module___8aEwW__galleryImage{transform:scale(1.1)}.page-module___8aEwW__trustContent{text-align:center;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;max-width:1200px;margin:0 auto;display:grid}.page-module___8aEwW__trustItem h3{color:var(--color-primary);margin-bottom:1rem;font-size:1.5rem}.page-module___8aEwW__trustItem p{color:var(--color-text);line-height:1.6}.page-module___8aEwW__ctaSection{background-color:var(--color-primary);color:#fff;text-align:center;padding:5rem 2rem}.page-module___8aEwW__ctaSection h2{margin-bottom:1.5rem;font-size:2.5rem}.page-module___8aEwW__ctaSection p{opacity:.9;margin-bottom:2.5rem;font-size:1.2rem}.page-module___8aEwW__ctaButton{background-color:var(--color-accent);color:#fff;border-radius:4px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:background-color .2s;display:inline-block}.page-module___8aEwW__ctaButton:hover{background-color:#b85c1a}.page-module___8aEwW__featuredSection{background-color:var(--color-white);padding:4rem 2rem}.page-module___8aEwW__productGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-top:2rem;display:grid}
.about-module__8TymFG__main{min-height:100vh;padding-top:80px}.about-module__8TymFG__hero{background-color:var(--color-secondary);text-align:center;padding:6rem 2rem}.about-module__8TymFG__title{color:var(--color-primary-dark);font-size:3.5rem;font-family:var(--font-heading);margin-bottom:1.5rem}.about-module__8TymFG__subtitle{color:var(--color-text-light);max-width:800px;margin:0 auto;font-size:1.5rem;font-weight:300}.about-module__8TymFG__content{padding:6rem 2rem}.about-module__8TymFG__container{max-width:1000px;margin:0 auto}.about-module__8TymFG__textBlock{margin-bottom:5rem}.about-module__8TymFG__textBlock h2{color:var(--color-primary);margin-bottom:1.5rem;font-size:2.25rem;display:inline-block;position:relative}.about-module__8TymFG__textBlock h2:after{content:"";background-color:var(--color-accent);width:40px;height:3px;margin-top:.5rem;display:block}.about-module__8TymFG__textBlock p{color:var(--color-text);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.9}.about-module__8TymFG__grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;margin-bottom:5rem;display:grid}.about-module__8TymFG__card{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--color-border);background:#fff;padding:3rem;transition:transform .3s}.about-module__8TymFG__card:hover{box-shadow:var(--shadow-hover);transform:translateY(-5px)}.about-module__8TymFG__card h3{color:var(--color-primary);margin-bottom:1rem;font-size:1.5rem}.about-module__8TymFG__valuesList,.about-module__8TymFG__strengthsList{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;padding:0;list-style:none;display:grid}.about-module__8TymFG__valuesList li,.about-module__8TymFG__strengthsList li{border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text);box-shadow:var(--shadow-sm);background:#fff;align-items:center;gap:.5rem;padding:1.5rem;font-weight:500;display:flex}.about-module__8TymFG__gallery{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;display:grid}.about-module__8TymFG__imageWrapper{border-radius:var(--radius-md);height:250px;box-shadow:var(--shadow-md);position:relative;overflow:hidden}.about-module__8TymFG__galleryImage{object-fit:cover;transition:transform .5s}.about-module__8TymFG__imageWrapper:hover .about-module__8TymFG__galleryImage{transform:scale(1.1)}
.capabilities-module__7kWeMa__main{min-height:100vh;padding-top:80px}.capabilities-module__7kWeMa__hero{text-align:center;background-color:#f8f9fa;padding:4rem 2rem}.capabilities-module__7kWeMa__title{color:#2c3e50;margin-bottom:1rem;font-size:2.5rem}.capabilities-module__7kWeMa__subtitle{color:#7f8c8d;max-width:800px;margin:0 auto;font-size:1.2rem}.capabilities-module__7kWeMa__section{padding:4rem 2rem}.capabilities-module__7kWeMa__container{max-width:1200px;margin:0 auto}.capabilities-module__7kWeMa__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem;display:grid}.capabilities-module__7kWeMa__card{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 4px #0000001a}.capabilities-module__7kWeMa__card h3{color:#2f855a;margin-bottom:1rem}.capabilities-module__7kWeMa__gallery{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.capabilities-module__7kWeMa__imageWrapper{border-radius:8px;height:300px;position:relative;overflow:hidden}.capabilities-module__7kWeMa__galleryImage{object-fit:cover;transition:transform .3s}.capabilities-module__7kWeMa__imageWrapper:hover .capabilities-module__7kWeMa__galleryImage{transform:scale(1.05)}.capabilities-module__7kWeMa__statsGrid{text-align:center;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.capabilities-module__7kWeMa__statItem{background:#f0fff4;border-radius:8px;padding:1.5rem}.capabilities-module__7kWeMa__statNumber{color:#2f855a;margin-bottom:.5rem;font-size:2.5rem;font-weight:700;display:block}.capabilities-module__7kWeMa__statLabel{color:#4a5568;font-weight:500}
.checkout-module__6Nj7Kq__container{max-width:900px;min-height:80vh;margin:0 auto;padding:6rem 2rem}.checkout-module__6Nj7Kq__title{color:var(--color-primary);text-align:center;letter-spacing:-.02em;margin-bottom:3rem;font-size:2.5rem;font-weight:700}.checkout-module__6Nj7Kq__summary{background-color:var(--color-white);border:1px solid #00000005;border-radius:16px;margin-bottom:3rem;padding:2.5rem;box-shadow:0 10px 30px #0000000d}.checkout-module__6Nj7Kq__summaryTitle{color:var(--color-primary);border-bottom:2px solid #0000000d;margin-bottom:2rem;padding-bottom:1rem;font-size:1.5rem;font-weight:600}.checkout-module__6Nj7Kq__item{border-bottom:1px solid #00000008;justify-content:space-between;align-items:center;padding:1.2rem 0;display:flex}.checkout-module__6Nj7Kq__item:last-child{border-bottom:none}.checkout-module__6Nj7Kq__itemName{color:var(--color-text);font-size:1.1rem;font-weight:500}.checkout-module__6Nj7Kq__itemQuantity{color:var(--color-secondary);background-color:#8fbc8f1a;border-radius:20px;padding:.2rem .8rem;font-size:.9rem;font-weight:600}.checkout-module__6Nj7Kq__form{background-color:var(--color-white);border:1px solid #00000005;border-radius:16px;padding:3rem;box-shadow:0 10px 30px #0000000d}.checkout-module__6Nj7Kq__formGroup{margin-bottom:2rem}.checkout-module__6Nj7Kq__label{color:var(--color-text);letter-spacing:.01em;margin-bottom:.8rem;font-size:.95rem;font-weight:600;display:block}.checkout-module__6Nj7Kq__input,.checkout-module__6Nj7Kq__textarea{width:100%;color:var(--color-text);background-color:#fcfcfc;border:2px solid #eee;border-radius:8px;padding:1rem 1.2rem;font-family:inherit;font-size:1rem;transition:all .2s}.checkout-module__6Nj7Kq__input:focus,.checkout-module__6Nj7Kq__textarea:focus{border-color:var(--color-primary);background-color:#fff;outline:none;box-shadow:0 0 0 4px #2e594a1a}.checkout-module__6Nj7Kq__textarea{resize:vertical;min-height:150px}.checkout-module__6Nj7Kq__submitButton{background-color:var(--color-accent);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;margin-top:2rem;padding:1.2rem;font-size:1.2rem;font-weight:600;transition:all .2s;box-shadow:0 4px 12px #d2691e33}.checkout-module__6Nj7Kq__submitButton:hover{background-color:#b85c1a;transform:translateY(-2px);box-shadow:0 6px 16px #d2691e4d}.checkout-module__6Nj7Kq__successMessage{text-align:center;color:#2e7d32;background-color:#e8f5e9;border-radius:16px;padding:4rem;box-shadow:0 10px 30px #2e7d321a}.checkout-module__6Nj7Kq__successMessage h2{margin-bottom:1rem;font-size:2rem}.checkout-module__6Nj7Kq__successMessage p{opacity:.9;font-size:1.2rem}
.contact-module__swMWYG__container{max-width:1280px;min-height:100vh;margin:0 auto;padding:8rem 2rem 4rem}.contact-module__swMWYG__header{text-align:center;max-width:800px;margin-bottom:5rem;margin-left:auto;margin-right:auto}.contact-module__swMWYG__title{color:var(--color-primary-dark);font-size:3rem;font-family:var(--font-heading);margin-bottom:1.5rem}.contact-module__swMWYG__contentGrid{grid-template-columns:1fr 1.5fr;align-items:start;gap:5rem;display:grid}@media (max-width:968px){.contact-module__swMWYG__contentGrid{grid-template-columns:1fr;gap:3rem}}.contact-module__swMWYG__contactInfo{background:var(--color-primary-dark);color:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:3rem}.contact-module__swMWYG__infoBlock{margin-bottom:2.5rem}.contact-module__swMWYG__infoBlock:last-child{margin-bottom:0}.contact-module__swMWYG__infoBlock h3{color:var(--color-accent);margin-bottom:.75rem;font-size:1.25rem}.contact-module__swMWYG__infoBlock p{color:#ffffffe6;line-height:1.8}.contact-module__swMWYG__form{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--color-border);background:#fff;padding:3rem}.contact-module__swMWYG__formGroup{margin-bottom:2rem}.contact-module__swMWYG__label{color:var(--color-text);margin-bottom:.75rem;font-size:.95rem;font-weight:600;display:block}.contact-module__swMWYG__input,.contact-module__swMWYG__textarea{border:2px solid var(--color-border);border-radius:var(--radius-md);width:100%;font-size:1rem;font-family:var(--font-body);background-color:#f8fafc;padding:1rem;transition:all .2s}.contact-module__swMWYG__input:focus,.contact-module__swMWYG__textarea:focus{border-color:var(--color-primary);background-color:#fff;outline:none;box-shadow:0 0 0 4px #2767491a}.contact-module__swMWYG__textarea{resize:vertical;min-height:180px}.contact-module__swMWYG__submitButton{background-color:var(--color-primary);color:#fff;border-radius:var(--radius-md);cursor:pointer;border:none;width:100%;margin-top:1rem;padding:1.25rem;font-size:1.1rem;font-weight:600;transition:all .3s}.contact-module__swMWYG__submitButton:hover{background-color:var(--color-primary-dark);box-shadow:var(--shadow-md);transform:translateY(-2px)}.contact-module__swMWYG__mapContainer{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--color-border);margin-top:5rem;overflow:hidden}
.credentials-module__Z_8AAG__main{min-height:100vh;padding-top:80px}.credentials-module__Z_8AAG__hero{text-align:center;background-color:#f8f9fa;padding:4rem 2rem}.credentials-module__Z_8AAG__title{color:#2c3e50;margin-bottom:1rem;font-size:2.5rem}.credentials-module__Z_8AAG__subtitle{color:#7f8c8d;max-width:800px;margin:0 auto;font-size:1.2rem}.credentials-module__Z_8AAG__section{padding:4rem 2rem}.credentials-module__Z_8AAG__container{max-width:1000px;margin:0 auto}.credentials-module__Z_8AAG__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem;display:grid}.credentials-module__Z_8AAG__certCard{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:2rem;transition:transform .2s;box-shadow:0 2px 4px #0000001a}.credentials-module__Z_8AAG__certCard:hover{border-color:#2f855a;transform:translateY(-5px)}.credentials-module__Z_8AAG__certName{color:#2c3e50;font-size:1.1rem;font-weight:600}.credentials-module__Z_8AAG__qualitySection{background:#f0fff4;border-radius:12px;margin-top:4rem;padding:3rem}.credentials-module__Z_8AAG__qualityTitle{color:#2f855a;margin-bottom:1.5rem;font-size:1.8rem}.credentials-module__Z_8AAG__qualityText{color:#4a5568;margin-bottom:1rem;line-height:1.8}
.product-module__VsZ0nq__container{align-items:center;max-width:1200px;min-height:80vh;margin:0 auto;padding:4rem 2rem;display:flex}.product-module__VsZ0nq__productWrapper{grid-template-columns:1fr 1fr;gap:4rem;width:100%;display:grid}.product-module__VsZ0nq__imageContainer{background-color:#f5f5f5;border-radius:8px;width:100%;height:500px;position:relative;overflow:hidden}.product-module__VsZ0nq__image{object-fit:cover}.product-module__VsZ0nq__details{flex-direction:column;justify-content:center;display:flex}.product-module__VsZ0nq__name{color:var(--color-primary);margin-bottom:1rem;font-size:3rem}.product-module__VsZ0nq__price{color:var(--color-accent);margin-bottom:2rem;font-size:2rem;font-weight:600}.product-module__VsZ0nq__description{color:var(--color-text);margin-bottom:3rem;font-size:1.1rem;line-height:1.6}.product-module__VsZ0nq__actions{align-items:flex-end;gap:1.5rem;margin-top:1rem;display:flex}.product-module__VsZ0nq__quantityWrapper{flex-direction:column;gap:.5rem;display:flex}.product-module__VsZ0nq__quantityLabel{color:var(--color-text);font-size:.9rem;font-weight:600}.product-module__VsZ0nq__quantityInput{text-align:center;border:1px solid #ddd;border-radius:4px;width:80px;padding:1rem;font-size:1.1rem}.product-module__VsZ0nq__addToCartButton{background-color:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:1.2rem 2.5rem;font-size:1.2rem;font-weight:600;transition:background-color .2s}.product-module__VsZ0nq__addToCartButton:hover{background-color:#1e3d32}@media (max-width:768px){.product-module__VsZ0nq__productWrapper{grid-template-columns:1fr}.product-module__VsZ0nq__imageContainer{height:400px}}
.shop-module__GBzivq__container{max-width:1280px;min-height:100vh;margin:0 auto;padding:8rem 2rem 4rem}.shop-module__GBzivq__header{text-align:center;max-width:800px;margin-bottom:5rem;margin-left:auto;margin-right:auto}.shop-module__GBzivq__title{color:var(--color-primary-dark);font-size:3rem;font-family:var(--font-heading);margin-bottom:1.5rem}.shop-module__GBzivq__subtitle{color:var(--color-text-light);font-size:1.25rem;line-height:1.6}.shop-module__GBzivq__categoriesContainer{flex-direction:column;gap:4rem;display:flex}.shop-module__GBzivq__categorySection{flex-direction:column;gap:2rem;display:flex}.shop-module__GBzivq__categoryTitle{color:var(--color-primary-dark);border-bottom:2px solid var(--color-primary-light);font-size:2rem;font-family:var(--font-heading);padding-bottom:.5rem}.shop-module__GBzivq__productGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}
.team-module__czTPBW__main{min-height:100vh;padding-top:80px}.team-module__czTPBW__hero{text-align:center;background-color:#f8f9fa;padding:4rem 2rem}.team-module__czTPBW__title{color:#2c3e50;margin-bottom:1rem;font-size:2.5rem}.team-module__czTPBW__subtitle{color:#7f8c8d;max-width:800px;margin:0 auto;font-size:1.2rem}.team-module__czTPBW__section{padding:4rem 2rem}.team-module__czTPBW__container{max-width:1200px;margin:0 auto}.team-module__czTPBW__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin-top:2rem;display:grid}.team-module__czTPBW__memberCard{text-align:center;background:#fff;border-radius:12px;padding:2rem;transition:transform .3s;overflow:hidden;box-shadow:0 4px 6px #0000000d}.team-module__czTPBW__memberCard:hover{transform:translateY(-5px)}.team-module__czTPBW__avatar{color:#a0aec0;background-color:#e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin:0 auto 1.5rem;font-size:2.5rem;display:flex}.team-module__czTPBW__name{color:#2c3e50;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.team-module__czTPBW__role{color:#2f855a;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.9rem;font-weight:600}.team-module__czTPBW__bio{color:#4a5568;font-size:.95rem;line-height:1.6}
.wholesale-module__ltYcba__container{max-width:1200px;margin:0 auto;padding:0 2rem}.wholesale-module__ltYcba__header{text-align:center;background-color:var(--color-bg);padding:6rem 2rem 4rem}.wholesale-module__ltYcba__title{color:var(--color-primary);margin-bottom:1.5rem;font-size:3rem}.wholesale-module__ltYcba__subtitle{color:var(--color-text);max-width:600px;margin:0 auto;font-size:1.2rem;line-height:1.6}.wholesale-module__ltYcba__section{padding:4rem 0}.wholesale-module__ltYcba__section h2{text-align:center;color:var(--color-primary);margin-bottom:3rem;font-size:2rem}.wholesale-module__ltYcba__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.wholesale-module__ltYcba__card{background-color:var(--color-white);text-align:center;border-radius:8px;padding:2rem;box-shadow:0 4px 12px #0000000d}.wholesale-module__ltYcba__card h3{color:var(--color-accent);margin-bottom:1rem;font-size:1.3rem}.wholesale-module__ltYcba__gallery{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;width:100%;margin-top:2rem;display:grid}.wholesale-module__ltYcba__imageWrapper{border-radius:8px;width:100%;height:200px;position:relative;overflow:hidden;box-shadow:0 4px 6px #0000001a}.wholesale-module__ltYcba__galleryImage{object-fit:cover;transition:transform .3s}.wholesale-module__ltYcba__galleryImage:hover{transform:scale(1.02)}.wholesale-module__ltYcba__processSection{background-color:#f9f9f9;border-radius:16px;margin-bottom:4rem;padding:4rem 2rem}.wholesale-module__ltYcba__processSection h2{text-align:center;color:var(--color-primary);margin-bottom:3rem;font-size:2rem}.wholesale-module__ltYcba__processList{counter-reset:process-counter;max-width:800px;margin:0 auto;padding:0;list-style:none}.wholesale-module__ltYcba__processList li{margin-bottom:2rem;padding-left:3rem;font-size:1.1rem;line-height:1.6;position:relative}.wholesale-module__ltYcba__processList li:before{counter-increment:process-counter;content:counter(process-counter);background-color:var(--color-secondary);color:#fff;text-align:center;border-radius:50%;width:2rem;height:2rem;font-weight:700;line-height:2rem;position:absolute;top:0;left:0}.wholesale-module__ltYcba__ctaWrapper{text-align:center;margin-top:3rem}.wholesale-module__ltYcba__ctaButton{background-color:var(--color-primary);color:#fff;border-radius:4px;padding:1rem 3rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:background-color .2s;display:inline-block}.wholesale-module__ltYcba__ctaButton:hover{background-color:#1e3d32}
