body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.no-scroll{height:100%;left:0;overflow:hidden;position:fixed;top:0;width:100%}.main-header{background:#fff;border-bottom:1px solid #eee;box-sizing:border-box;position:relative;width:100%;z-index:1000}.header-top{flex-wrap:wrap;justify-content:space-between;padding:1.2rem 2.5vw .7rem}.header-top,.logo-area{align-items:center;display:flex;gap:1rem}.logo-area{margin-left:0}.site-logo{background:#fff;border-radius:20px;box-shadow:0 2px 100px #0001;height:48px;object-fit:contain;width:48px}.brand-name{color:#c00;font-family:Segoe UI,Arial,sans-serif;font-size:1.35rem;font-weight:700;letter-spacing:1px}.search-bar{align-items:center;background:#fff;border:1.5px solid #ccc;border-radius:2px;display:flex;margin:0;max-width:400px;min-width:180px;overflow:hidden;width:100%}.search-bar input{border:none;flex:1 1;font-size:1rem;outline:none;padding:.7rem 1rem}.search-bar button{align-items:center;background:#e74c3c;border:none;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;padding:.7rem 1.2rem}.main-nav{background:#fff;border-top:1px solid #eee;width:100%}.main-nav,.main-nav ul{display:flex;justify-content:center}.main-nav ul{flex-wrap:wrap;gap:2.5rem;list-style:none;margin:0;padding:.7rem 0}.main-nav li a{color:#222;font-family:Inter,sans-serif;font-size:.8rem;font-weight:400;text-decoration:none;transition:color .18s}.main-nav li a:hover{color:#e74c3c}.hamburger{align-items:center;background:none;border:none;cursor:pointer;display:none;flex-direction:column;height:40px;justify-content:center;margin-left:1rem;width:40px;z-index:1003}.hamburger .bar{background:#c00;border-radius:2px;height:3px;margin:4px 0;transition:.3s;width:26px}.hamburger.open .bar:first-child{transform:translateY(7px) rotate(45deg)}.hamburger.open .bar:nth-child(2){opacity:0}.hamburger.open .bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.desktop-nav{display:flex}.mobile-nav{display:none}.topbar-links-row{align-items:center;background:#f7f7f7;border-bottom:1px solid #ddd;color:#444;display:flex;flex-wrap:wrap;font-family:Inter,sans-serif;font-size:.85rem;justify-content:space-between;padding:.6rem 2vw}.welcome-message{flex:1 1;font-weight:700;text-align:center}.topbar-links{align-items:center;display:flex;flex-wrap:nowrap;gap:1rem;justify-content:center;white-space:nowrap}.topbar-links .top-link{align-items:center;color:#444;display:flex;font-weight:500;gap:.3rem;text-decoration:none}.topbar-links .top-link:hover{color:#e74c3c}.topbar-sep{color:#aaa}@media (max-width:900px){.header-top{align-items:stretch;flex-direction:column;gap:.7rem;padding:1rem 1vw .7rem;position:relative}.logo-area{justify-content:center;margin-bottom:.5rem;margin-left:0}.search-hamburger-row{align-items:center;display:flex;flex-direction:row;gap:.5rem;justify-content:space-between;width:100%}.search-bar{flex:1 1;margin:0;max-width:100%;min-width:0;width:100%}.hamburger{display:flex;flex-shrink:0;margin-left:.5rem}.mobile-nav{display:none}.mobile-nav.show{animation:fadeInFullscreen .3s ease-out;background:#fff;height:100vh;justify-content:center;left:0;overflow:hidden;position:fixed;top:0;width:100vw;z-index:1002}.mobile-nav.show,.mobile-nav.show ul{align-items:center;display:flex;flex-direction:column;margin:0;padding:0}.mobile-nav.show ul{gap:2.5rem;list-style:none}.mobile-nav.show ul li a{color:#222;display:block;font-size:2rem;font-weight:600;letter-spacing:1px;position:relative;text-decoration:none;text-transform:uppercase;transition:color .2s ease-in-out}.mobile-nav.show ul li a:after{background:#e74c3c;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.mobile-nav.show ul li a:hover:after{width:100%}.mobile-nav.show ul li a:hover{color:#e74c3c}.desktop-nav{display:none!important}.topbar-links-row{flex-direction:column;gap:.3rem}.topbar-links{flex-wrap:wrap;justify-content:center}.welcome-message{text-align:center}}@media (max-width:600px){.mobile-nav.show ul li a{font-size:1.5rem}.mobile-nav.show ul{gap:2rem}}@media (max-width:400px){.mobile-nav.show ul li a{font-size:1.3rem}.mobile-nav.show ul{gap:1.5rem}}@keyframes fadeInFullscreen{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.footer-root{align-items:center;background:radial-gradient(35% 128px at 50% 0,#ffffff14,#0000);border-radius:2rem 2rem 0 0;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;margin:0 auto;max-width:1200px;padding:3rem 1.5rem 2rem;position:relative;width:100%}.footer-divider{background:#00000014;border-radius:9999px;filter:blur(2px);height:1px;left:50%;position:absolute;top:0;transform:translateX(-50%) translateY(-50%);width:33%}.footer-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 2fr;width:100%}.footer-brand{align-items:flex-start;display:flex;flex-direction:column;gap:1.5rem}.footer-frame-icon{height:2rem;width:2rem}.footer-copyright{color:#888;font-size:.95rem;margin-top:2rem}.footer-links-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}.footer-section{margin-bottom:2rem}.footer-section-label{color:#222;font-size:.85rem;font-weight:600;margin-bottom:1rem}.footer-section-list{list-style:none;margin:0;padding:0}.footer-link{align-items:center;color:#888;display:inline-flex;font-size:.95rem;margin-bottom:.5rem;text-decoration:none;transition:color .2s}.footer-link:hover{color:#222}.footer-link-icon{height:1.1em;margin-right:.5em;width:1.1em}@media (max-width:900px){.footer-grid{gap:2rem;grid-template-columns:1fr}.footer-links-grid{gap:1.2rem;grid-template-columns:repeat(2,1fr)}}.welcome-section{align-items:center;background:#fff;border-radius:1.2rem;box-shadow:0 2px 16px #00000014;display:flex;flex-wrap:wrap;justify-content:space-between;margin:2rem auto;max-width:1200px;padding:2rem 2.5rem}.welcome-text{flex:1 1 100%;margin-bottom:1.5rem}.welcome-text h1{color:#222;font-size:2rem;font-style:italic;font-weight:700;margin-bottom:.5rem}.welcome-text h1 span{color:#3498db}.welcome-underline{background:#3498db;border-radius:2px;height:4px;margin:.5rem 0 1.5rem;width:60px}.welcome-paragraph{color:#444;font-size:1.1rem}.welcome-image{display:flex;flex:1 1 100%;justify-content:center}.welcome-image img{border-radius:1.2rem;box-shadow:0 2px 12px #0000001a;max-width:420px;object-fit:cover;width:100%}.why-us-section{background:#f8f8f8;border-radius:1.2rem;margin:3rem auto;max-width:1200px;padding:2rem}.why-us-section h2{color:#222;font-size:2rem;margin-bottom:2rem;text-align:center}.why-us-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.why-us-card{background:#fff;border-radius:1rem;box-shadow:0 2px 12px #0000000f;flex:1 1 280px;padding:1.5rem;text-align:center}.why-us-card h3{color:#e74c3c;margin-bottom:.8rem}.why-us-card p{color:#555;font-size:.95rem}.features-section{margin:3rem auto;max-width:1200px;padding:2rem;text-align:center}.features-section h2{font-size:2rem;margin-bottom:1.5rem}.features-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.feature-box{background:#3498db;border-radius:.8rem;box-shadow:0 2px 10px #0000000d;color:#fff;font-weight:600;padding:1rem;transition:transform .3s}.feature-box:hover{transform:scale(1.05)}@media (min-width:768px){.welcome-section{flex-wrap:nowrap}.welcome-text{flex:1 1 50%;margin-bottom:0;padding-right:2rem}.welcome-text h1{font-size:2.5rem}.welcome-paragraph{font-size:1.2rem}.welcome-image{flex:1 1 50%}}.products-section{background:#fffffff2;border-radius:1.2rem;box-shadow:0 2px 16px #0000001a;margin:2rem auto;max-width:1200px;min-width:320px;padding:1.2rem 1.5rem 2rem}.products-title{color:#222;font-family:Poppins,sans-serif;font-size:2rem;font-weight:500;line-height:1.1;margin:0;padding:0;position:relative;text-align:left}.products-title-underline{background:#000;border-radius:6px;height:2.5px;margin-bottom:0;margin-top:-.2rem;width:100%}.products-list{display:flex;gap:1rem;overflow-x:auto;padding-bottom:1rem;scrollbar-color:#e74c3c #f1f1f1;scrollbar-width:thin}.products-list::-webkit-scrollbar{height:8px}.products-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.products-list::-webkit-scrollbar-thumb{background-color:#e74c3c;border-radius:10px}.product-card{align-items:center;background:#fff;border:1px solid #eee;border-radius:.7rem;box-shadow:0 2px 8px #0000001a;display:flex;flex:0 0 auto;flex-direction:column;max-width:220px;min-width:220px;padding:1rem;transition:transform .2s}.product-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-5px)}.product-img{height:170px;margin-bottom:-1rem;object-fit:contain;width:170px}.product-price{color:#e74c3c;font-size:1rem;font-weight:700;margin-bottom:.5rem}.product-rating{color:#f1c40f}.product-name,.product-rating{font-size:.9rem;margin-bottom:.5rem}.product-name{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#333;display:-webkit-box;min-height:3.5em;overflow:hidden;text-align:center;text-overflow:ellipsis}.products-divider{border:none;border-top:1.5px solid #e0e0e0;margin:.7rem 0 1.2rem;width:100%}.modal-overlay{background:#0000008c;bottom:0;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content,.modal-overlay{align-items:center;display:flex}.modal-content{background:#fff;border-radius:1.2rem;box-shadow:0 4px 32px #0000002e;flex-direction:column;max-height:90vh;max-width:90vw;padding:1.5rem;position:relative}.modal-img{border-radius:1rem;box-shadow:0 2px 16px #0000001f;max-height:70vh;max-width:70vw}.modal-close{background:none;color:#333;font-size:2.2rem;line-height:1;position:absolute;right:.8rem;top:.5rem;z-index:10}.modal-buy,.modal-close{border:none;cursor:pointer}.modal-buy{background:#3498db;border-radius:.7rem;box-shadow:0 2px 8px #3498db14;color:#fff;font-size:1.1rem;font-weight:600;margin-top:1.5rem;padding:.7rem 2.2rem;transition:background .2s,transform .2s}.modal-buy:hover{background:#217dbb;transform:translateY(-2px) scale(1.04)}#root.blurred,#root.blurred-except-modal>:not(.modal-overlay){filter:blur(6px) brightness(.9);pointer-events:none;transition:filter .2s;-webkit-user-select:none;user-select:none}.modal-content.no-blur,.modal-overlay.no-blur{filter:none!important;pointer-events:auto!important;-webkit-user-select:auto!important;user-select:auto!important}@media (max-width:768px){.products-section{margin:1rem auto;padding:1rem}.product-card{max-width:180px;min-width:180px;padding:.8rem}.product-img{height:140px;width:140px}.products-title{font-size:1.4rem}}@media (max-width:480px){.product-card{max-width:160px;min-width:160px}.product-img{height:130px;width:130px}.product-name{-webkit-line-clamp:2;font-size:.8rem;min-height:2.8em}}.about-section{background-color:#f9f9f9;overflow:hidden;padding:4rem 1rem;position:relative}.about-container{margin:0 auto;max-width:1200px;padding:0 1rem}.section-header{margin-bottom:2rem;text-align:center}.section-tagline{color:#e63946;display:inline-block;font-size:.9rem;letter-spacing:1.5px;text-transform:uppercase}.about-title,.section-tagline{font-weight:700;margin-bottom:.8rem}.about-title{color:#333;font-size:2rem;line-height:1.3;position:relative}.title-divider{background:#e63946;border-radius:2px;height:3px;margin:0 auto 1.5rem;width:60px}.about-intro{color:#555;font-size:1rem;line-height:1.7;margin:0 auto 2.5rem;max-width:800px;padding:0 1rem;text-align:center}.about-content{display:flex;flex-direction:column;gap:2rem}.about-text{order:2}.mission-vision{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.mission-card,.vision-card{background:#fff;border-radius:8px;box-shadow:0 3px 10px #0000000d;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.mission-card:hover,.vision-card:hover{box-shadow:0 8px 20px #0000001a;transform:translateY(-3px)}.icon-box{align-items:center;background:#e639461a;border-radius:50%;color:#e63946;display:flex;font-size:1.3rem;height:50px;justify-content:center;margin-bottom:1.2rem;width:50px}.about-text h2{color:#333;font-size:1.3rem;margin-bottom:.8rem}.about-text p{color:#666;font-size:.95rem;line-height:1.6}.values-list{background:#fff;border-radius:8px;box-shadow:0 3px 10px #0000000d;padding:1.5rem}.values-list h3{color:#333;font-size:1.2rem;margin-bottom:1.2rem}.values-list ul{list-style:none;padding:0}.values-list li{align-items:flex-start;color:#555;display:flex;font-size:.95rem;margin-bottom:.7rem}.values-list i{color:#e63946;font-size:1rem;margin-right:.7rem;margin-top:.2rem}.about-image{border-radius:8px;margin:0 auto;max-width:600px;order:1;overflow:hidden;position:relative}.main-image{display:block;height:auto;transition:transform .5s ease}.image-overlay,.main-image{border-radius:8px;width:100%}.image-overlay{background:#0000004d;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease}.about-image:hover .main-image{transform:scale(1.03)}.about-image:hover .image-overlay{opacity:1}@media (min-width:768px){.about-section{padding:5rem 2rem}.about-title{font-size:2.3rem}.about-intro{font-size:1.05rem;margin-bottom:3rem}.mission-vision{flex-direction:row;gap:1.5rem}.mission-card,.vision-card{flex:1 1;min-width:0;padding:1.8rem}.values-list{padding:1.8rem}}@media (min-width:992px){.about-content{align-items:flex-start;flex-direction:row;gap:3rem}.about-text{flex:1 1;order:1}.about-image{flex:1 1;margin:0;order:2}.about-title{font-size:2.5rem}.about-intro{font-size:1.1rem}.mission-card,.values-list,.vision-card{padding:2rem}}@media (min-width:1200px){.about-section{padding:6rem 0}.about-container{padding:0 2rem}}@media (max-width:360px){.about-title{font-size:1.8rem}.section-tagline{font-size:.8rem}.mission-card,.values-list,.vision-card{padding:1.2rem}}.contact-section{background:#fff;border-radius:1.2rem;box-shadow:0 4px 20px #00000014;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin:2rem auto;max-width:1100px;padding:2rem}.contact-info{flex:1 1 40%;padding-right:1rem}.contact-info h1{color:#222;font-size:2rem;margin-bottom:.5rem}.contact-subtext{color:#555;font-size:1rem;margin-bottom:1.5rem}.contact-details p{color:#333;font-size:.95rem;margin:.5rem 0}.contact-form{display:flex;flex:1 1 55%;flex-direction:column;gap:1rem}.contact-form h2{color:#333;font-size:1.5rem;margin-bottom:.5rem}.contact-form input,.contact-form textarea{border:1px solid #ccc;border-radius:.7rem;font-size:.95rem;outline:none;padding:.9rem 1rem;transition:border .3s ease}.contact-form input:focus,.contact-form textarea:focus{border-color:#e74c3c}.contact-form button{background:#e74c3c;border:none;border-radius:.7rem;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.9rem 1.2rem;transition:background .3s ease}.contact-form button:hover{background:#c0392b}@media (max-width:768px){.contact-section{flex-direction:column;padding:1.5rem}.contact-form,.contact-info{flex:1 1 100%;padding:0}}
/*# sourceMappingURL=main.1d2d4e44.css.map*/