.Header-module__vcZAwq__header{background-color:#000;border-bottom:1px solid #333;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:relative}.Header-module__vcZAwq__logoLink{color:#ff0;text-transform:uppercase;text-shadow:2px 2px 4px #00000080;font-size:1.5rem;font-style:italic;font-weight:700;text-decoration:none}.Header-module__vcZAwq__nav ul{align-items:center;margin:0;padding:0;list-style:none;display:flex}.Header-module__vcZAwq__nav li{margin-left:2rem}.Header-module__vcZAwq__nav a{color:#ff0;font-size:1.1rem;transition:color .2s}.Header-module__vcZAwq__nav a:hover{color:#fff}.Header-module__vcZAwq__phone a{color:#ff0;font-size:1.1rem;transition:color .2s}.Header-module__vcZAwq__phone a:hover{color:#fff}.Header-module__vcZAwq__menuButton{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:4px;display:none}.Header-module__vcZAwq__menuButton span{background-color:#ff0;width:25px;height:3px;display:block}@media (max-width:768px){.Header-module__vcZAwq__header{justify-content:space-between;align-items:center;padding:1rem;display:flex}.Header-module__vcZAwq__nav{z-index:10;background-color:#000000e6;width:100vw;height:100vh;display:none;position:fixed;top:0;left:0}.Header-module__vcZAwq__nav.Header-module__vcZAwq__open{justify-content:center;padding-top:8rem;display:flex}.Header-module__vcZAwq__nav ul{flex-direction:column;align-items:center;gap:1.5rem;width:100%}.Header-module__vcZAwq__nav a{text-align:center;width:100%;padding:.5rem 0;font-size:1.8rem}.Header-module__vcZAwq__menuButton{z-index:11;display:flex}}
.Footer-module__bU2TmW__footer{color:#ff0;text-align:center;background-color:#000;border-top:1px solid #333;flex-direction:column;align-items:center;gap:.75rem;padding:.5rem 2rem;display:flex}.Footer-module__bU2TmW__fssaiContainer{justify-content:center;align-items:center;gap:.5rem;display:flex}.Footer-module__bU2TmW__fssaiLogo{filter:invert();height:40px}.Footer-module__bU2TmW__vegLogo{height:40px}.Footer-module__bU2TmW__socialContainer{justify-content:center;align-items:center;gap:1rem;display:flex}.Footer-module__bU2TmW__socialContainer img,.Footer-module__bU2TmW__socialContainer svg{width:40px;height:40px;transition:transform .3s}.Footer-module__bU2TmW__installButton{cursor:pointer;background-color:#fff;border:2px solid #25d366;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;padding:0;animation:2s infinite Footer-module__bU2TmW__pulse;display:flex;box-shadow:0 4px 8px #0003}.Footer-module__bU2TmW__installButton svg{width:32px;height:32px;transition:transform .3s}@keyframes Footer-module__bU2TmW__pulse{0%{transform:scale(.95);box-shadow:0 0 #25d366b3}70%{transform:scale(1);box-shadow:0 0 0 10px #25d36600}to{transform:scale(.95);box-shadow:0 0 #25d36600}}.Footer-module__bU2TmW__socialContainer a:hover img,.Footer-module__bU2TmW__socialContainer a:hover svg{transform:scale(1.1)}.Footer-module__bU2TmW__phone a{color:#ff0;font-size:1.1rem;text-decoration:none}.Footer-module__bU2TmW__phone a:hover{color:#fff}.Footer-module__bU2TmW__navLinks{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin:.5rem 0;display:flex}.Footer-module__bU2TmW__navLinks a{color:#ff0;font-size:1rem;text-decoration:none;transition:color .2s}.Footer-module__bU2TmW__navLinks a:hover{color:#fff}.Footer-module__bU2TmW__footerLogoContainer{margin-top:1rem}.Footer-module__bU2TmW__footerLogo{width:80px;height:80px}@media (max-width:768px){.Footer-module__bU2TmW__navLinks{grid-template-columns:repeat(3,1fr);gap:.5rem;width:100%;padding:0 .5rem;display:grid}.Footer-module__bU2TmW__navLinks a{text-align:center;white-space:nowrap;font-size:.9rem}}.Footer-module__bU2TmW__adminLink{color:#888;font-size:.8rem;text-decoration:none}.Footer-module__bU2TmW__adminLink:hover{text-decoration:underline}
.PublicProducts-module__mhZDTq__container{background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);min-height:100vh}.PublicProducts-module__mhZDTq__header{color:#fff;background:linear-gradient(135deg,#ff6b6b 0%,#ee5a24 100%);border-radius:0 0 16px 16px;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:2rem 1rem;display:flex;box-shadow:0 4px 12px #0000001a}.PublicProducts-module__mhZDTq__header h1{text-shadow:0 2px 4px #0000004d;margin:0;font-size:2.5rem;font-weight:700}.PublicProducts-module__mhZDTq__content{max-width:1800px;margin:0 auto;padding:2rem 1rem}.PublicProducts-module__mhZDTq__categoryGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:3rem;margin-top:2rem;display:grid}.PublicProducts-module__mhZDTq__categoryCard{cursor:pointer;color:inherit;background:#fff;border:1px solid #00000014;border-radius:24px;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 10px 35px #00000026}.PublicProducts-module__mhZDTq__categoryCard:hover{border-color:#ff6b6b4d;transform:translateY(-15px)scale(1.03);box-shadow:0 20px 40px #0003}.PublicProducts-module__mhZDTq__categoryCard:before{content:"";opacity:0;background:linear-gradient(90deg,#ff6b6b,#ee5a24);height:4px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.PublicProducts-module__mhZDTq__categoryCard:hover:before{opacity:1}.PublicProducts-module__mhZDTq__categoryImageContainer{background:linear-gradient(45deg,#f8f9fa,#e9ecef);border-radius:24px;width:100%;height:400px;position:relative;overflow:hidden}.PublicProducts-module__mhZDTq__categoryImage{object-fit:cover;width:100%;height:100%;transition:transform .5s}.PublicProducts-module__mhZDTq__categoryCard:hover .PublicProducts-module__mhZDTq__categoryImage{transform:scale(1.1)}.PublicProducts-module__mhZDTq__categoryPlaceholder{color:#6c757d;background:linear-gradient(45deg,#f8f9fa,#e9ecef);justify-content:center;align-items:center;width:100%;height:100%;font-size:1.2rem;font-weight:500;display:flex}.PublicProducts-module__mhZDTq__categoryOverlay{z-index:2;background:#0000008c;justify-content:center;align-items:center;padding:3rem 1.5rem 2rem;display:flex;position:absolute;inset:0}.PublicProducts-module__mhZDTq__categoryName{color:#fff;text-align:center;text-shadow:0 5px 20px #000000f2,0 0 10px #fff3;letter-spacing:1px;text-transform:capitalize;margin:0;font-size:2.8rem;font-weight:800;line-height:1.1}.PublicProducts-module__mhZDTq__productsGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:3rem;margin-top:2rem;display:grid}@media (max-width:768px){.PublicProducts-module__mhZDTq__productsGrid{gap:.5rem;padding:0 .75rem;grid-template-columns:repeat(2,1fr)!important}}.PublicProducts-module__mhZDTq__productCard{cursor:pointer;color:inherit;background:#fff;border:1px solid #00000014;border-radius:24px;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 10px 35px #00000026}.PublicProducts-module__mhZDTq__productCard:hover{border-color:#ff6b6b4d;transform:translateY(-15px)scale(1.03);box-shadow:0 20px 40px #0003}.PublicProducts-module__mhZDTq__productCard:before{content:"";opacity:0;background:linear-gradient(90deg,#ff6b6b,#ee5a24);height:4px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.PublicProducts-module__mhZDTq__productCard:hover:before{opacity:1}.PublicProducts-module__mhZDTq__productImageContainer{box-sizing:border-box;background:linear-gradient(45deg,#f8f9fa,#e9ecef);border-radius:24px;justify-content:center;align-items:center;width:100%;height:400px;padding:10px;display:flex;position:relative;overflow:hidden}.PublicProducts-module__mhZDTq__productImage{object-fit:contain;object-position:center;cursor:pointer;width:100%;max-width:100%;height:100%;max-height:100%;transition:transform .5s,filter .3s}.PublicProducts-module__mhZDTq__productImage:hover{filter:brightness(1.1)contrast(1.05)}.PublicProducts-module__mhZDTq__productCard:hover .PublicProducts-module__mhZDTq__productImage{transform:scale(1.1)}.PublicProducts-module__mhZDTq__productPlaceholder{color:#6c757d;background:linear-gradient(45deg,#f8f9fa,#e9ecef);justify-content:center;align-items:center;width:100%;height:100%;font-size:1.2rem;font-weight:500;display:flex}.PublicProducts-module__mhZDTq__productContent{padding:1rem 1.5rem .5rem}.PublicProducts-module__mhZDTq__productDescription{color:#666;margin-bottom:.5rem;font-size:.95rem;line-height:1.5}.PublicProducts-module__mhZDTq__productActions{border-top:1px solid #eee;justify-content:flex-end;margin-top:1rem;padding-top:1rem;display:flex}.PublicProducts-module__mhZDTq__breadcrumb{background:0 0;margin-bottom:1rem;padding:0}.PublicProducts-module__mhZDTq__breadcrumb-item a{color:#007bff;text-decoration:none}.PublicProducts-module__mhZDTq__breadcrumb-item a:hover{color:#0056b3;text-decoration:underline}.PublicProducts-module__mhZDTq__breadcrumb-item.PublicProducts-module__mhZDTq__active{color:#6c757d}.PublicProducts-module__mhZDTq__headerActions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.PublicProducts-module__mhZDTq__actionButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#d32f2f 0%,#b71c1c 100%);border:2px solid #fff6;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #d32f2f4d,0 2px 4px #0003}.PublicProducts-module__mhZDTq__actionButton:hover{background:linear-gradient(135deg,#c62828 0%,#a30000 100%);border-color:#fff9;transform:translateY(-2px);box-shadow:0 8px 20px #d32f2f66,0 4px 8px #0000004d}.PublicProducts-module__mhZDTq__filterContainer{background:#f9f9f9;border:1px solid #ddd;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.PublicProducts-module__mhZDTq__filterContainer h3{color:#333;margin-top:0;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.PublicProducts-module__mhZDTq__checkboxGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.PublicProducts-module__mhZDTq__checkboxContainer{cursor:pointer;background:#f8f9fa;border:2px solid #e9ecef;border-radius:8px;align-items:center;gap:.75rem;margin-bottom:.5rem;padding:.75rem 1rem;transition:all .3s;display:flex}.PublicProducts-module__mhZDTq__checkboxContainer:hover{background:#e9ecef;border-color:#dee2e6}.PublicProducts-module__mhZDTq__checkboxContainer.PublicProducts-module__mhZDTq__checked{color:#fff;background:linear-gradient(135deg,#ff6b6b 0%,#ee5a24 100%);border-color:#ff6b6b}.PublicProducts-module__mhZDTq__checkboxContainer.PublicProducts-module__mhZDTq__checked .PublicProducts-module__mhZDTq__checkboxLabel{color:#fff;font-weight:600}.PublicProducts-module__mhZDTq__checkboxInput{display:none}.PublicProducts-module__mhZDTq__checkboxCustom{border:2px solid #ccc;border-radius:4px;flex-shrink:0;width:18px;height:18px;transition:all .3s;position:relative}.PublicProducts-module__mhZDTq__checkboxContainer.PublicProducts-module__mhZDTq__checked .PublicProducts-module__mhZDTq__checkboxCustom{background:#fff;border-color:#fff}.PublicProducts-module__mhZDTq__checkboxContainer.PublicProducts-module__mhZDTq__checked .PublicProducts-module__mhZDTq__checkboxCustom:after{content:"";border:2px solid #ff6b6b;border-width:0 2px 2px 0;width:4px;height:8px;position:absolute;top:2px;left:5px;transform:rotate(45deg)}.PublicProducts-module__mhZDTq__checkboxLabel{color:#333;-webkit-user-select:none;user-select:none;font-size:.95rem}.PublicProducts-module__mhZDTq__cancelButton{color:#fff;cursor:pointer;background:#6c757d;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;transition:all .3s}.PublicProducts-module__mhZDTq__cancelButton:hover{background:#5a6268}@media (max-width:768px){.PublicProducts-module__mhZDTq__header{text-align:center;flex-direction:column;gap:1.5rem;padding:1.5rem 1rem}.PublicProducts-module__mhZDTq__header h1{font-size:2rem}.PublicProducts-module__mhZDTq__headerActions{justify-content:center}.PublicProducts-module__mhZDTq__actionButton{padding:.6rem 1.2rem;font-size:.9rem}.PublicProducts-module__mhZDTq__content,.PublicProducts-module__mhZDTq__filterContainer{padding:1rem}.PublicProducts-module__mhZDTq__filterContainer h3{font-size:1.1rem}.PublicProducts-module__mhZDTq__checkboxGrid{grid-template-columns:1fr 1fr;gap:.75rem}.PublicProducts-module__mhZDTq__checkboxContainer{padding:.6rem .8rem;font-size:.9rem}.PublicProducts-module__mhZDTq__categoryGrid,.PublicProducts-module__mhZDTq__productsGrid{grid-template-columns:repeat(auto-fill,minmax(470px,1fr));gap:2.8rem}.PublicProducts-module__mhZDTq__categoryImageContainer,.PublicProducts-module__mhZDTq__productImageContainer{height:240px}.PublicProducts-module__mhZDTq__categoryName{font-size:2rem}}.PublicProducts-module__mhZDTq__loadMoreContainer{justify-content:center;margin:3rem 0 2rem;display:flex}.PublicProducts-module__mhZDTq__loadMoreButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff6b6b 0%,#ee5a24 100%);border:none;border-radius:12px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #00000026}.PublicProducts-module__mhZDTq__loadMoreButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #0003}.PublicProducts-module__mhZDTq__loadMoreButton:disabled{opacity:.7;cursor:not-allowed;transform:none}.PublicProducts-module__mhZDTq__loadingMoreContainer{justify-content:center;margin:2rem 0;padding:1rem;display:flex}@media (max-width:768px){.PublicProducts-module__mhZDTq__loadMoreContainer{margin:2rem 0 1.5rem}.PublicProducts-module__mhZDTq__loadMoreButton{border-radius:10px;padding:.8rem 1.5rem;font-size:1rem}.PublicProducts-module__mhZDTq__loadingMoreContainer{margin:1.5rem 0;padding:.5rem}}@media (max-width:480px){.PublicProducts-module__mhZDTq__loadMoreContainer{margin:1.5rem 0 1rem}.PublicProducts-module__mhZDTq__loadMoreButton{border-radius:8px;padding:.7rem 1.2rem;font-size:.9rem}.PublicProducts-module__mhZDTq__categoryGrid{grid-template-columns:1fr 1fr;gap:.8rem;max-width:100%;padding:0 .5rem;display:grid}.PublicProducts-module__mhZDTq__productsGrid{gap:.5rem;max-width:100%;padding:0 .5rem;display:grid;grid-template-columns:repeat(2,1fr)!important}.PublicProducts-module__mhZDTq__categoryCard,.PublicProducts-module__mhZDTq__productCard{width:100%;max-width:none}.PublicProducts-module__mhZDTq__categoryImageContainer,.PublicProducts-module__mhZDTq__productImageContainer{height:200px}.PublicProducts-module__mhZDTq__header{gap:1rem;padding:1rem}.PublicProducts-module__mhZDTq__header h1{font-size:1.8rem}.PublicProducts-module__mhZDTq__content{padding:.5rem}.PublicProducts-module__mhZDTq__checkboxGrid{grid-template-columns:1fr 1fr;gap:.5rem}.PublicProducts-module__mhZDTq__checkboxContainer{padding:.5rem .6rem;font-size:.85rem}.PublicProducts-module__mhZDTq__categoryName{font-size:1.5rem}.PublicProducts-module__mhZDTq__actionButton{padding:.5rem 1rem;font-size:.85rem}.PublicProducts-module__mhZDTq__categoryHeader{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:1rem;padding:1rem 1.5rem}.PublicProducts-module__mhZDTq__categoryHeader .PublicProducts-module__mhZDTq__breadcrumb{order:2;justify-content:flex-start;width:100%;margin-top:.5rem;font-size:1rem}.PublicProducts-module__mhZDTq__categoryHeader h1{text-align:left;order:3;width:100%;margin-top:.5rem;font-size:1.8rem}.PublicProducts-module__mhZDTq__categoryHeader .PublicProducts-module__mhZDTq__backButton{border-radius:8px;order:1;align-items:center;margin:0;padding:.5rem 1rem;font-size:.9rem;display:inline-flex;position:static;transform:none}.PublicProducts-module__mhZDTq__categoryHeader .PublicProducts-module__mhZDTq__backButton:hover{transform:translate(-2px)}}.PublicProducts-module__mhZDTq__categoryHeader{background:linear-gradient(135deg,#ff6b6b 0%,#ee5a24 100%);border-radius:0 0 16px 16px;align-items:center;gap:1rem;margin-bottom:2rem;padding:1.5rem 2rem;display:flex;box-shadow:0 4px 12px #0000001a}.PublicProducts-module__mhZDTq__categoryHeader .PublicProducts-module__mhZDTq__backButton{color:#d32f2f;background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);border:2px solid #fff9;border-radius:12px;flex-shrink:0;padding:.75rem 1.5rem;font-weight:700;text-decoration:none;transition:all .3s;box-shadow:0 4px 12px #00000026}.PublicProducts-module__mhZDTq__categoryHeader .PublicProducts-module__mhZDTq__backButton:hover{color:#b71c1c;background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);transform:translate(-2px);box-shadow:0 8px 20px #00000040}.PublicProducts-module__mhZDTq__categoryHeader .PublicProducts-module__mhZDTq__breadcrumb{color:#fff;flex:1;align-items:center;gap:.5rem;font-size:1.2rem;font-weight:600;display:flex}.PublicProducts-module__mhZDTq__categoryHeader .PublicProducts-module__mhZDTq__breadcrumb .PublicProducts-module__mhZDTq__separator{opacity:.8}@media (max-width:768px){.PublicProducts-module__mhZDTq__categoryHeader{padding:1rem 1.5rem}.PublicProducts-module__mhZDTq__categoryHeader .PublicProducts-module__mhZDTq__backButton{border-radius:8px;padding:.5rem 1rem;font-size:.9rem}.PublicProducts-module__mhZDTq__categoryHeader .PublicProducts-module__mhZDTq__breadcrumb{font-size:1rem}}@media (max-width:480px){.PublicProducts-module__mhZDTq__categoryHeader{padding:.75rem 1rem}.PublicProducts-module__mhZDTq__categoryHeader .PublicProducts-module__mhZDTq__backButton{padding:.4rem .8rem;font-size:.8rem}.PublicProducts-module__mhZDTq__categoryHeader .PublicProducts-module__mhZDTq__breadcrumb{font-size:.9rem}}.PublicProducts-module__mhZDTq__imageModal{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000e6;justify-content:center;align-items:center;animation:.3s PublicProducts-module__mhZDTq__fadeIn;display:flex;position:fixed;inset:0}.PublicProducts-module__mhZDTq__imageModalContent{background:#fff;border-radius:16px;max-width:90vw;max-height:90vh;animation:.3s PublicProducts-module__mhZDTq__scaleIn;position:relative;overflow:hidden;box-shadow:0 20px 60px #0000004d}.PublicProducts-module__mhZDTq__imageModalClose{color:#fff;cursor:pointer;z-index:1001;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000b3;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:2rem;transition:all .3s;display:flex;position:absolute;top:15px;right:20px}.PublicProducts-module__mhZDTq__imageModalClose:hover{background:#fff3;transform:scale(1.1)}.PublicProducts-module__mhZDTq__imageModalImage{object-fit:contain;max-width:100%;max-height:80vh;margin:0 auto;display:block}.PublicProducts-module__mhZDTq__imageModalTitle{color:#fff;text-align:center;background:linear-gradient(135deg,#ff6b6b 0%,#ee5a24 100%);border-bottom:1px solid #fff3;padding:1rem 1.5rem;font-size:1.2rem;font-weight:600}@keyframes PublicProducts-module__mhZDTq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes PublicProducts-module__mhZDTq__scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.PublicProducts-module__mhZDTq__slideshowContainer{width:100%;height:100%;position:relative}.PublicProducts-module__mhZDTq__productSlideshow{width:100%;height:100%}.PublicProducts-module__mhZDTq__productSlideshow .carousel{height:100%}.PublicProducts-module__mhZDTq__productSlideshow .carousel-slider{height:100%}.PublicProducts-module__mhZDTq__slideContainer{flex-direction:column;justify-content:center;align-items:center;height:100%;min-height:70vh;padding:2rem;display:flex}.PublicProducts-module__mhZDTq__slideshowImage{object-fit:contain;border-radius:12px;max-width:100%;max-height:60vh;box-shadow:0 10px 30px #0000004d}.PublicProducts-module__mhZDTq__slideshowPlaceholder{color:#6c757d;text-align:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;justify-content:center;align-items:center;width:100%;height:60vh;font-size:1.5rem;font-weight:600;display:flex}.PublicProducts-module__mhZDTq__slideshowCaption{text-align:center;color:#fff;background:#000c;border-radius:12px;max-width:80%;margin-top:2rem;padding:1.5rem}.PublicProducts-module__mhZDTq__slideshowCaption h3{color:#ff6b6b;margin:0 0 .5rem;font-size:1.5rem;font-weight:600}.PublicProducts-module__mhZDTq__slideshowCaption p{opacity:.9;margin:0;font-size:1rem;line-height:1.4}.PublicProducts-module__mhZDTq__productSlideshow .carousel .control-arrow{border-radius:50%;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:#0009!important;justify-content:center!important;align-items:center!important;width:50px!important;height:50px!important;font-size:1.5rem!important;transition:all .3s!important;display:flex!important}.PublicProducts-module__mhZDTq__productSlideshow .carousel .control-arrow:hover{background:#ff6b6bcc!important;transform:scale(1.1)!important}.PublicProducts-module__mhZDTq__productSlideshow .carousel .control-prev.control-arrow{left:20px!important}.PublicProducts-module__mhZDTq__productSlideshow .carousel .control-next.control-arrow{right:20px!important}.PublicProducts-module__mhZDTq__productSlideshow .carousel-status{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;background:#000000b3;border-radius:20px;padding:.5rem 1rem;font-size:.9rem;transition:all .3s;position:absolute;top:20px;left:50%;transform:translate(-50%)}.PublicProducts-module__mhZDTq__productSlideshow.PublicProducts-module__mhZDTq__loading .carousel-status{background:#ff6b6bcc;animation:1.5s infinite PublicProducts-module__mhZDTq__pulse}@keyframes PublicProducts-module__mhZDTq__pulse{0%{opacity:.8}50%{opacity:1}to{opacity:.8}}.PublicProducts-module__mhZDTq__productSlideshow .carousel .control-dots{z-index:10;gap:8px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.PublicProducts-module__mhZDTq__productSlideshow .carousel .control-dots .dot{background:#ffffff80!important;border-radius:50%!important;width:12px!important;height:12px!important;transition:all .3s!important}.PublicProducts-module__mhZDTq__productSlideshow .carousel .control-dots .dot.selected{background:#ff6b6b!important;transform:scale(1.2)!important}@media (max-width:768px){.PublicProducts-module__mhZDTq__imageModalContent{max-width:95vw;max-height:95vh}.PublicProducts-module__mhZDTq__imageModalImage{max-height:75vh}.PublicProducts-module__mhZDTq__imageModalTitle{padding:.75rem 1rem;font-size:1rem}.PublicProducts-module__mhZDTq__imageModalClose{width:35px;height:35px;font-size:1.5rem;top:10px;right:15px}.PublicProducts-module__mhZDTq__slideContainer{min-height:60vh;padding:1rem}.PublicProducts-module__mhZDTq__slideshowImage{max-height:50vh}.PublicProducts-module__mhZDTq__slideshowPlaceholder{height:50vh;font-size:1.2rem}.PublicProducts-module__mhZDTq__slideshowCaption{max-width:90%;margin-top:1rem;padding:1rem}.PublicProducts-module__mhZDTq__slideshowCaption h3{font-size:1.2rem}.PublicProducts-module__mhZDTq__slideshowCaption p{font-size:.9rem}.PublicProducts-module__mhZDTq__productSlideshow .carousel .control-arrow{width:40px!important;height:40px!important;font-size:1.2rem!important}.PublicProducts-module__mhZDTq__productSlideshow .carousel .control-prev.control-arrow{left:10px!important}.PublicProducts-module__mhZDTq__productSlideshow .carousel .control-next.control-arrow{right:10px!important}.PublicProducts-module__mhZDTq__productName{color:#999;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;background:#0000000d;border-radius:2px;max-width:90%;margin-bottom:0;padding:1px 2px;font-family:Courier New,monospace;font-size:1rem;font-weight:500;line-height:1.2;display:inline-block;overflow:hidden}.PublicProducts-module__mhZDTq__productContent{padding:1px}.PublicProducts-module__mhZDTq__productImageContainer{box-sizing:border-box;background-color:#f8f9fa;border-radius:0;justify-content:center;align-items:center;height:150px;padding:0;display:flex}.PublicProducts-module__mhZDTq__productImage{object-fit:contain;object-position:center;width:100%;max-width:100%;height:100%;max-height:100%;transition:transform .5s,filter .3s}.PublicProducts-module__mhZDTq__productCard{border-radius:0;box-shadow:0 6px 20px #0000001a}.PublicProducts-module__mhZDTq__productPlaceholder{padding:.5rem;font-size:1rem}.PublicProducts-module__mhZDTq__productCard:hover{transform:translateY(-5px)scale(1.01)}.PublicProducts-module__mhZDTq__productCard:hover .PublicProducts-module__mhZDTq__productImage{transform:scale(1.05)}.PublicProducts-module__mhZDTq__productDescription{display:none}.PublicProducts-module__mhZDTq__productActions{border-top:1px solid #f0f0f0;margin-top:.5rem;padding-top:.5rem}}@media (max-width:480px){.PublicProducts-module__mhZDTq__productsGrid{gap:.5rem;padding:0 .25rem;grid-template-columns:repeat(2,1fr)!important}.PublicProducts-module__mhZDTq__productName{color:#999;vertical-align:middle;background:#0000000d;border-radius:2px;max-width:85%;padding:1px 2px;font-family:Courier New,monospace;font-size:1rem;font-weight:500;display:inline-block}.PublicProducts-module__mhZDTq__productImageContainer{box-sizing:border-box;background-color:#f8f9fa;border-radius:0;justify-content:center;align-items:center;height:150px;padding:0;display:flex}.PublicProducts-module__mhZDTq__productContent{padding:1px}.PublicProducts-module__mhZDTq__productCard{border-radius:0;box-shadow:0 4px 15px #00000014}.PublicProducts-module__mhZDTq__productPlaceholder{font-size:.9rem}.PublicProducts-module__mhZDTq__productImage{object-fit:contain;object-position:center;width:100%;max-width:100%;height:100%}.PublicProducts-module__mhZDTq__productCard:hover{transform:translateY(-3px)scale(1.005)}.PublicProducts-module__mhZDTq__productCard:hover .PublicProducts-module__mhZDTq__productImage{transform:scale(1.02)}}@media (max-width:360px){.PublicProducts-module__mhZDTq__productsGrid{grid-template-columns:1fr;gap:.4rem;padding:0 .125rem}.PublicProducts-module__mhZDTq__productImageContainer{height:220px}}.PublicProducts-module__mhZDTq__productHeader{justify-content:space-between;align-items:flex-start;margin-bottom:0;display:flex}.PublicProducts-module__mhZDTq__productInfo{flex:1;min-width:0}.PublicProducts-module__mhZDTq__productName{color:#888;vertical-align:middle;background:#0000000d;border-radius:4px;margin-bottom:.05rem;padding:.2rem .4rem;font-family:Courier New,monospace;font-size:1rem;font-weight:500;display:inline-block}.PublicProducts-module__mhZDTq__productId{color:#333;margin-bottom:0;margin-left:2px;font-size:1rem;font-weight:700;display:inline-block}@media (max-width:768px){.PublicProducts-module__mhZDTq__productId{color:#333;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;border-radius:3px;max-width:90%;margin-left:2px;font-size:1rem;font-weight:600;display:inline-block;overflow:hidden}}@media (max-width:480px){.PublicProducts-module__mhZDTq__productId{color:#333;vertical-align:middle;margin-left:2px;font-size:1rem;font-weight:600;display:inline-block}}
.Catalogue-module__81ijbq__pageWrapper{flex-direction:column;min-height:100vh;display:flex}.Catalogue-module__81ijbq__container{background-color:#000;flex:1;width:100%;min-height:80vh;position:relative}
.Contact-module__5phd-G__main{max-width:800px;margin:0 auto;padding:2rem}.Contact-module__5phd-G__form{flex-direction:column;gap:1rem;margin-top:2rem;display:flex}.Contact-module__5phd-G__formGroup{flex-direction:column;display:flex}.Contact-module__5phd-G__formGroup label{margin-bottom:.5rem;font-weight:700}.Contact-module__5phd-G__formGroup input,.Contact-module__5phd-G__formGroup textarea{border:1px solid #ccc;border-radius:5px;padding:.8rem;font-size:1rem}.Contact-module__5phd-G__status{margin-top:1rem;font-weight:700}
.Home-module__g21JLG__socialContainer{justify-content:flex-start;align-items:center;gap:1rem;margin-top:1rem;display:flex}.Home-module__g21JLG__socialContainer img,.Home-module__g21JLG__socialContainer svg{width:40px;height:40px;transition:transform .3s}.Home-module__g21JLG__installButton{cursor:pointer;background-color:#fff;border:2px solid #25d366;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;padding:0;animation:2s infinite Home-module__g21JLG__pulse;display:flex;box-shadow:0 4px 8px #0003}.Home-module__g21JLG__installButton svg{width:32px;height:32px;transition:transform .3s}@keyframes Home-module__g21JLG__pulse{0%{transform:scale(.95);box-shadow:0 0 #25d366b3}70%{transform:scale(1);box-shadow:0 0 0 10px #25d36600}to{transform:scale(.95);box-shadow:0 0 #25d36600}}@keyframes Home-module__g21JLG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Home-module__g21JLG__socialContainer a:hover img,.Home-module__g21JLG__socialContainer a:hover svg{transform:scale(1.1)}.Home-module__g21JLG__catalogueSection{text-align:center;background-color:pink;padding:0}.Home-module__g21JLG__catalogueImage{border-radius:8px;max-width:100%;height:auto;box-shadow:0 4px 6px #0000001a}.Home-module__g21JLG__installModal{z-index:1000;background-color:#000c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.Home-module__g21JLG__installModalContent{text-align:center;background:#fff;border-radius:12px;width:100%;max-width:500px;padding:30px;box-shadow:0 10px 30px #0000004d}.Home-module__g21JLG__installModalContent h3{color:#25d366;margin-bottom:20px;font-size:24px}.Home-module__g21JLG__installSteps{text-align:left;flex-direction:column;gap:20px;margin:20px 0;display:flex}.Home-module__g21JLG__installStep{background:#f8f9fa;border-left:4px solid #25d366;border-radius:8px;padding:15px}.Home-module__g21JLG__installStep strong{color:#333;margin-bottom:10px;display:block}.Home-module__g21JLG__installStep ol{margin:0;padding-left:20px}.Home-module__g21JLG__installStep li{color:#666;margin-bottom:5px}.Home-module__g21JLG__closeButton{color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:6px;margin-top:20px;padding:12px 24px;font-size:16px;transition:background-color .3s}.Home-module__g21JLG__closeButton:hover{background:#1ebe5a}
