.page-module__ox25rq__container{background:var(--background);pointer-events:auto;width:100%;min-height:100vh;padding:0 0 4rem;position:relative;overflow:hidden}.page-module__ox25rq__heroSection{background:linear-gradient(135deg,var(--hero-color)0%,#1a1a1a 100%);justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.page-module__ox25rq__heroSection:before{content:"";background:radial-gradient(circle at 20% 20%,#ffffff1a 0%,#0000 50%),radial-gradient(circle at 80% 80%,#ffffff1a 0%,#0000 50%);animation:8s ease-in-out infinite page-module__ox25rq__pulse;position:absolute;inset:0}@keyframes page-module__ox25rq__pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.page-module__ox25rq__heroContent{z-index:2;text-align:center;flex-direction:column;align-items:center;gap:.5rem;width:100%;max-width:800px;padding:0 2rem;display:flex;position:relative}.page-module__ox25rq__title{background:linear-gradient(90deg,#fff 0%,#a0a0a0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:4rem;font-weight:800;line-height:1.1}.page-module__ox25rq__subtitle{color:#fffc;margin-bottom:.5rem;font-size:1.25rem;line-height:1.4}.page-module__ox25rq__scrollIndicator{flex-direction:column;align-items:center;gap:.25rem;display:flex;position:absolute;bottom:.5rem;left:50%;transform:translate(-50%)}.page-module__ox25rq__scrollText{color:#fff9;text-transform:uppercase;letter-spacing:1px;gap:.25rem;font-size:.75rem;display:flex}.page-module__ox25rq__scrollLine{background:linear-gradient(#fff9,#0000);width:2px;height:30px;animation:2s ease-in-out infinite page-module__ox25rq__scrollLine}@keyframes page-module__ox25rq__scrollLine{0%{opacity:0;transform:translateY(0)}50%{opacity:1}to{opacity:0;transform:translateY(20px)}}.page-module__ox25rq__productsSection{z-index:2;width:100%;max-width:1400px;margin:0 auto;padding:4rem 0;position:relative}@keyframes page-module__ox25rq__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.page-module__ox25rq__title{font-size:3.5rem}.page-module__ox25rq__subtitle{font-size:1.25rem}.page-module__ox25rq__productsSection{padding:4rem 0}}@media (max-width:768px){.page-module__ox25rq__heroSection{height:80vh}.page-module__ox25rq__title{margin-bottom:.25rem;font-size:2.5rem;line-height:1.2}.page-module__ox25rq__subtitle{margin-bottom:.25rem;font-size:1.1rem;line-height:1.4}.page-module__ox25rq__scrollIndicator{bottom:.25rem}}@media (max-width:480px){.page-module__ox25rq__heroSection{height:70vh}.page-module__ox25rq__title{margin-bottom:.25rem;font-size:2rem;line-height:1.2}.page-module__ox25rq__subtitle{margin-bottom:.25rem;font-size:1rem;line-height:1.4}.page-module__ox25rq__scrollIndicator{bottom:.25rem}}
.ProductsContent-module__ZIpcyW__productsContainer{box-sizing:border-box;width:100%;max-width:1400px;color:var(--foreground);background:0 0;flex-direction:column;margin:0 auto;padding:.75rem 2rem;display:flex;position:relative}.ProductsContent-module__ZIpcyW__productsGrid{box-sizing:border-box;grid-template-columns:1fr;gap:2rem;width:100%;margin:0;padding:0;display:grid}.ProductsContent-module__ZIpcyW__productCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border-radius:1.5rem;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014,inset 0 1px #ffffff1a}.ProductsContent-module__ZIpcyW__productCard:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0003,0 1px 3px #00000014,inset 0 1px #ffffff1a}.ProductsContent-module__ZIpcyW__productCard.ProductsContent-module__ZIpcyW__active{transform:translateY(-10px)scale(1.02)}.ProductsContent-module__ZIpcyW__productImage{width:100%;height:250px;position:relative;overflow:hidden}.ProductsContent-module__ZIpcyW__productImage img{object-fit:cover;width:100%;height:100%}.ProductsContent-module__ZIpcyW__productCard:hover .ProductsContent-module__ZIpcyW__productImage img{transform:none}.ProductsContent-module__ZIpcyW__imageOverlay{opacity:0;background:linear-gradient(#0000 0%,#000000b3 100%);transition:opacity .3s;position:absolute;inset:0}.ProductsContent-module__ZIpcyW__productCard:hover .ProductsContent-module__ZIpcyW__imageOverlay{opacity:0}.ProductsContent-module__ZIpcyW__productInfo{z-index:1;padding:2rem;position:relative}.ProductsContent-module__ZIpcyW__productHeader{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.ProductsContent-module__ZIpcyW__productTitle{color:var(--foreground);margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.ProductsContent-module__ZIpcyW__productCategories{flex-wrap:wrap;justify-content:flex-end;gap:.5rem;display:flex}.ProductsContent-module__ZIpcyW__productCategory{background:var(--product-color);color:#fff;white-space:nowrap;border-radius:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:500}.ProductsContent-module__ZIpcyW__productDescription{color:var(--foreground);margin-bottom:1rem;font-size:1rem;line-height:1.5}.ProductsContent-module__ZIpcyW__productFeatures{flex-wrap:wrap;gap:.5rem;display:flex}.ProductsContent-module__ZIpcyW__feature{color:var(--foreground);background:#ffffff1a;border-radius:1rem;margin-bottom:.5rem;margin-right:.5rem;padding:.25rem .75rem;font-size:.875rem;display:inline-block}.ProductsContent-module__ZIpcyW__feature:hover{background:var(--product-color);color:#fff;transform:translateY(-2px)}@media (max-width:1024px){.ProductsContent-module__ZIpcyW__productsGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.ProductsContent-module__ZIpcyW__filters{padding:0 .5rem}.ProductsContent-module__ZIpcyW__filterTitle{font-size:1.75rem}.ProductsContent-module__ZIpcyW__categoryFilters{gap:.75rem}.ProductsContent-module__ZIpcyW__categoryFilter{padding:.5rem 1.5rem;font-size:.875rem}}@media (max-width:768px){.ProductsContent-module__ZIpcyW__productsGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.ProductsContent-module__ZIpcyW__productImage{height:200px}.ProductsContent-module__ZIpcyW__productInfo{padding:1.5rem}.ProductsContent-module__ZIpcyW__filters{margin-bottom:2rem}.ProductsContent-module__ZIpcyW__filterTitle{font-size:1.5rem}.ProductsContent-module__ZIpcyW__categoryFilters{gap:.5rem}.ProductsContent-module__ZIpcyW__categoryFilter{padding:.5rem 1.25rem;font-size:.875rem}}@media (max-width:950px){.ProductsContent-module__ZIpcyW__productsContainer{padding:1rem 2rem}}@media (max-width:480px){.ProductsContent-module__ZIpcyW__productsGrid{grid-template-columns:1fr}.ProductsContent-module__ZIpcyW__productImage{height:280px}.ProductsContent-module__ZIpcyW__productImage img{object-position:left center!important}.ProductsContent-module__ZIpcyW__productInfo{padding:1.25rem}.ProductsContent-module__ZIpcyW__filters{margin-bottom:1.5rem}.ProductsContent-module__ZIpcyW__filterTitle{font-size:1.25rem}.ProductsContent-module__ZIpcyW__categoryFilters{justify-content:flex-start;gap:.5rem}.ProductsContent-module__ZIpcyW__categoryFilter{padding:.5rem 1rem;font-size:.75rem}.ProductsContent-module__ZIpcyW__productsContainer{padding:.75rem 1rem}}.ProductsContent-module__ZIpcyW__filters{width:100%;max-width:1400px;margin:0 auto 3rem;padding:0 1rem;position:relative}.ProductsContent-module__ZIpcyW__filterTitle{color:var(--foreground);text-align:center;text-shadow:0 2px 4px #0000001a;margin-bottom:0;padding-bottom:1rem;font-size:2rem;font-weight:800;position:relative}.ProductsContent-module__ZIpcyW__filterTitle:after{content:"";background:var(--product-color);width:100px;height:4px;box-shadow:0 2px 8px var(--product-color);border-radius:4px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.ProductsContent-module__ZIpcyW__categoryFilters{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1rem;display:flex;position:relative}.ProductsContent-module__ZIpcyW__categoryFilter{color:var(--foreground);border:2px solid var(--product-color);cursor:pointer;background:#ffffff1a;border-radius:2rem;padding:.75rem 2rem;font-size:1rem;font-weight:700;transition:all .3s}.ProductsContent-module__ZIpcyW__categoryFilter:hover{background:var(--product-color);color:#fff;transform:translateY(-2px)}.ProductsContent-module__ZIpcyW__categoryFilter.ProductsContent-module__ZIpcyW__active{background:var(--radial-gradient);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}
