.nav{display:flex;align-items:center;justify-content:space-between;padding:20px 40px;background-color:#020617;position:sticky;top:0;z-index:10000}.centerLinks{display:flex;gap:20px;align-items:center}.logo{color:#071ff7;margin:0}.shopLink{color:#f59e0b;font-weight:700;text-decoration:none;font-size:1.1rem}.shopLink:hover{text-decoration:underline}.logo img{height:80px;width:150px}@media(max-width:768px){.logo img{height:40px;width:80px}}.menuButton{font-size:26px;background:none;border:none;color:#fff;cursor:pointer;display:none}.menu{display:flex;list-style:none;gap:20px;margin:0;padding:0}.menu li a{color:#fff;text-decoration:none}@media(max-width:768px){.menuButton{display:block}.menu{display:none;position:absolute;top:70px;right:20px;background-color:#010c38;flex-direction:column;gap:15px;padding:20px;border-radius:6px;width:140px;z-index:1000}.menu.open{display:flex}}.cartBadge{background-color:#f97316;color:#000;font-size:.85rem;padding:2px 8px;border-radius:999px;font-weight:700}@media(max-width:768px){.centerLinks{gap:10px;align-items:flex-start}.centerLinks .shopLink{font-size:.9rem}.cartBadge{font-size:.75rem;padding:1px 6px}}.footer{background:linear-gradient(to bottom,#0b0a3f,#0905f1);color:#fff;padding-top:10px}.footer-clients{text-align:center;padding:40px 20px;border-bottom:1px solid rgba(255,255,255,.15)}.footer-clients h3{margin-bottom:25px;font-weight:500;letter-spacing:1px;color:#fff}.clients-logos{display:flex;justify-content:center;flex-wrap:wrap;gap:40px;align-items:center}.clients-logos img{height:40px;object-fit:contain;opacity:.8;transition:all .3s ease}.clients-logos img:hover{filter:grayscale(0%);opacity:1;transform:scale(1.05)}.footer-container{max-width:1200px;margin:auto;padding:60px 20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:50px}.footer h2{font-size:1.6rem;margin-bottom:15px}.footer h4{margin-bottom:18px;font-weight:500}.footer p{color:#e5e7eb;font-size:.95rem;line-height:1.6;margin-bottom:15px}.footer-links a{display:block;margin-bottom:10px;text-decoration:none;color:#d1d5db;font-size:.9rem;transition:color .2s ease}.footer-links a:hover{color:#f97316}.footer-contact span{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-size:.9rem;color:#e5e7eb}.social-icons{display:flex;gap:15px;font-size:1.2rem}.social-icons a{color:#fff;transition:transform .2s ease,color .2s ease}.social-icons a:hover{color:#f97316;transform:translateY(-3px)}.footer-bottom{text-align:center;padding:25px 15px;border-top:1px solid rgba(255,255,255,.15);font-size:.85rem;color:#cbd5e1}.footer-links-group{display:flex;flex-direction:row;gap:50px}.footer-links{min-width:150px}@media(max-width:768px){.footer-links-group{flex-direction:row;justify-content:space-between;gap:20px}}.hero{position:relative;height:80vh;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:#eff0f5}.hero-button{display:inline-block;background-color:#f97316;color:#000;padding:14px 28px;font-size:1rem;text-decoration:none;cursor:pointer;border-radius:4px;transition:transform .2s ease,box-shadow .2s ease}.hero-button2{display:inline-block;background-color:#0905f1;color:#fff;padding:14px 28px;font-size:1rem;text-decoration:none;cursor:pointer;border-radius:4px;transition:transform .2s ease,box-shadow .2s ease}.hero-button2:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0905f166}.hero-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #f9731666}.hero-image{position:absolute;inset:0}.hero-contact{margin-top:30px;font-size:1.1rem;color:#e5e7eb;display:flex;justify-content:center;flex-wrap:wrap;gap:6px;text-align:center}.hero-contact a{color:#f97316;text-decoration:none;font-weight:600}.hero-contact a:hover{text-decoration:underline}@media(max-width:768px){.hero-contact{margin-top:24px;font-size:1rem;flex-direction:column;gap:10px}.hero-contact a{font-size:1.05rem}}.hero-image img{width:100%;height:100%;object-fit:cover;animation:fade 4s ease-in-out}.hero:after{content:"";position:absolute;inset:0;background:#fdfdfd41}.hero-content{position:relative;z-index:2;text-align:center;color:#fff;padding:20px;animation:slideUp 1s ease}.hero-content h1{color:#0905f1;font-size:3rem;margin-bottom:15px}.hero-content p{max-width:600px;margin:0 auto 25px;line-height:1.6}.hero-content button{background-color:#f97316;border:none;padding:14px 28px;cursor:pointer;font-size:1rem}@keyframes fade{0%{opacity:.4;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.hero-content h1{font-size:2rem}}.hero-whatsapp-inline{margin-top:20px;display:flex;justify-content:center}.hero-whatsapp-inline a{display:flex;align-items:center;gap:10px;background-color:#25d366;color:#000;padding:12px 22px;border-radius:50px;text-decoration:none;font-weight:600;transition:transform .2s ease,box-shadow .2s ease}.hero-whatsapp-inline a:hover{transform:translateY(-2px);box-shadow:0 10px 25px #25d36666}.hero-whatsapp-inline svg{font-size:1.4rem}.whatsapp-float{position:fixed;bottom:24px;right:24px;width:56px;height:56px;background-color:#25d366;color:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;z-index:2000;box-shadow:0 10px 25px #25d36680;animation:pulse 2s infinite}.whatsapp-float:hover{transform:scale(1.05)}@keyframes pulse{0%{box-shadow:0 0 #25d36699}70%{box-shadow:0 0 0 15px #25d36600}to{box-shadow:0 0 #25d36600}}@media(max-width:768px){.hero{height:65vh}.hero-image img{object-fit:contain;background-color:#eff0f5;transform:scale(1.05)}}@media(max-width:768px){.whatsapp-float{width:50px;height:50px;font-size:1.6rem;bottom:18px;right:18px}}@media(max-width:768px){.hero{position:relative;flex-direction:column;height:auto;padding:0}.hero-image{position:relative;width:100%;height:45vh}.hero-image img{height:100%;width:100%;object-fit:cover;animation:fade 4s ease-in-out}.hero:after{display:none}.hero-content{position:relative;background:#fff;color:#111;padding:30px 20px 40px;border-top-left-radius:24px;border-top-right-radius:24px;margin-top:-25px;box-shadow:0 -10px 30px #00000014}.hero-content h1{font-size:1.8rem;color:#0905f1}.hero-content p{font-size:.95rem;color:#555}.hero-contact{color:#555}}.zoomWrap{position:relative;overflow:visible}.zoomImage{transition:transform .35s ease,box-shadow .35s ease;cursor:zoom-in;z-index:1}.zoomWrap:hover .zoomImage{transform:scale(1.7) translateY(-12px);z-index:20;box-shadow:0 20px 45px #0006}@media(hover:none){.zoomImage:active{transform:scale(1.7);z-index:20}}.brandsPage{padding:60px 40px;min-height:100vh;background:linear-gradient(180deg,#fff,#fffe);color:#000}.brandsPage h1{font-size:clamp(1.8rem,5vw,2.2rem);margin-bottom:30px;text-align:center;color:#3b82f6;letter-spacing:1px}.brandsGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:28px;max-width:1400px;margin:0 auto}.brandCard{background:#0259fa;border:1px solid #000000;border-radius:16px;padding:30px 20px;text-align:center;text-decoration:none;color:#000;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:0 4px 6px #0000001a}.brandCard:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top,rgba(59,130,246,.15),transparent 70%);opacity:0;transition:opacity .3s ease}.brandCard:hover:before{opacity:1}.brandCard:hover{transform:translateY(-6px);border-color:#3b82f6;box-shadow:0 12px 24px #3b82f633}.brandCard img{width:120px;height:120px;object-fit:contain;margin-bottom:18px}.brandCard h3{font-size:clamp(1rem,2.5vw,1.1rem);font-weight:600;color:#000}@media(max-width:768px){.brandsPage{padding:40px 20px}.brandsGrid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:20px}.brandCard{padding:20px 15px}.brandCard img{width:90px;height:90px}}@media(max-width:480px){.brandsGrid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px}.brandCard{padding:16px 12px}.brandCard img{width:70px;height:70px}}.brandProducts{padding:60px 24px;min-height:100vh;background:#fff;position:relative;overflow:hidden}.brandProducts:before{content:"";position:absolute;top:0;left:0;right:0;height:220px;background:radial-gradient(ellipse at top,rgba(99,102,241,.12),transparent 60%);pointer-events:none}.brandProducts h1{font-size:clamp(2rem,5vw,2.8rem);margin-bottom:40px;text-align:center;background:linear-gradient(135deg,#071ff7,#071ff7);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:700;letter-spacing:-.02em}.productsGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px;max-width:1200px;margin:0 auto;position:relative;z-index:1}.productCard{background:#071ff7;border-radius:16px;padding:16px;text-align:center;border:1px solid rgba(148,163,184,.1);box-shadow:0 4px 18px #0000002e;transition:transform .25s ease,box-shadow .25s ease;position:relative;overflow:hidden}.productCard:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#60a5fa14,#a78bfa14);opacity:0;transition:opacity .25s ease}.productCard:hover{transform:translateY(-4px);box-shadow:0 10px 24px #60a5fa2e}.productCard:hover:before{opacity:1}.productCard img{width:100%;height:180px;object-fit:contain;margin-bottom:12px;filter:drop-shadow(0 3px 10px rgba(0,0,0,.25));transition:transform .25s ease;position:relative;z-index:1}.productCard:hover img{transform:scale(1.04)}.productCard h4{font-size:.95rem;font-weight:600;color:#f1f5f9;line-height:1.3;letter-spacing:-.01em;position:relative;z-index:1}.productCard p{font-size:.8rem;color:#94a3b8;margin-top:6px}.loadingState{text-align:center;padding:80px 20px;color:#94a3b8;font-size:1rem}.emptyState{text-align:center;padding:80px 20px}.emptyState h3{color:#0c0c0c;font-size:1.4rem;margin-bottom:8px}.emptyState p{color:#0257ce;font-size:.95rem}@media(max-width:768px){.brandProducts{padding:50px 20px}.productsGrid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px}.productCard img{height:120px}}@media(max-width:480px){.brandProducts{padding:20px 16px}.productsGrid{grid-template-columns:repeat(2,1fr);gap:14px}.productCard{padding:12px;border-radius:14px;height:auto;min-height:170px}.productCard img{height:155px;margin-bottom:2px}.productCard h4{margin-top:0;font-size:.7rem;line-height:1.11;white-space:normal}}.imageZoom{position:relative;overflow:visible}.imageZoom img{width:100%;height:180px;object-fit:contain;transition:transform .35s ease,box-shadow .35s ease;z-index:1;cursor:zoom-in}.productCard:hover .imageZoom img{transform:scale(1.8) translateY(-20px);z-index:10;box-shadow:0 25px 60px #00000073}@media(hover:none){.imageZoom img:active{transform:scale(1.8);z-index:10}}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}body{margin:0;font-family:system-ui,sans-serif}
