@import url(https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap);*{box-sizing:border-box;margin:0;padding:0}:root{--primary-blue:#00008b;--secondary-blue:#4169e1;--accent-blue:#87ceeb;--white:#fff;--black:#000;--gray-50:#fafafa;--gray-100:#f5f5f5;--gray-200:#e5e5e5;--gray-300:#d4d4d4;--gray-400:#a3a3a3;--gray-600:#525252;--gray-900:#171717;--gradient-primary:linear-gradient(135deg,var(--black) 0%,var(--primary-blue) 100%);--gradient-secondary:linear-gradient(135deg,var(--white) 0%,var(--gray-50) 100%);--gradient-accent:linear-gradient(135deg,var(--gray-50) 0%,var(--white) 50%,var(--gray-50) 100%);--gradient-dark:linear-gradient(135deg,var(--black) 0%,var(--gray-900) 100%);--gradient-light:linear-gradient(135deg,var(--white) 0%,var(--gray-100) 100%)}body{background-color:#fff;background-color:var(--white);color:#171717;color:var(--gray-900);font-family:Jost,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;line-height:1.6}.container{margin:0 auto;max-width:1200px;padding:0 24px}.App{display:flex;flex-direction:column;min-height:100vh}.main-content{display:flex;flex:1 1;flex-direction:column}.scroll-animate{opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.4,0,.2,1)}.scroll-animate.animate-in{opacity:1;transform:translateY(0)}.scroll-animate-item{opacity:0;transform:translateY(20px);transition:all .6s cubic-bezier(.4,0,.2,1)}.scroll-animate-item.animate-in,.scroll-animate.animate-in .scroll-animate-item{opacity:1;transform:translateY(0)}.category-card.scroll-animate-item{transform:translateY(30px) scale(.95)}.category-card.scroll-animate-item.animate-in{transform:translateY(0) scale(1)}.floating-window.scroll-animate-item{transform:translateY(30px)}.floating-window.scroll-animate-item.animate-in{transform:translateY(0)}.store-home-card.scroll-animate-item{transform:translateY(30px) scale(.95)}.store-home-card.scroll-animate-item.animate-in{transform:translateY(0) scale(1)}.feature.scroll-animate-item{transform:translateY(20px)}.feature.scroll-animate-item.animate-in{transform:translateY(0)}.form-group.scroll-animate-item{opacity:0;transform:translateX(-15px)}.form-group.scroll-animate-item.animate-in{opacity:1;transform:translateX(0)}.form-row .form-group.scroll-animate-item:nth-child(2){transform:translateX(15px)}.form-row .form-group.scroll-animate-item.animate-in:nth-child(2){transform:translateX(0)}.btn-primary.scroll-animate-item{transform:scale(.95)}.btn-primary.scroll-animate-item.animate-in{transform:scale(1)}.business-hero.scroll-animate{transform:translateY(50px)}.business-hero.scroll-animate.animate-in{transform:translateY(0)}.catalog-header.scroll-animate{opacity:0;transform:translateY(-20px)}.catalog-header.scroll-animate.animate-in{opacity:1;transform:translateY(0)}.catalog-header h1{transform:translateY(-15px);transition:transform .8s cubic-bezier(.4,0,.2,1)}.catalog-header.scroll-animate.animate-in h1{transform:translateY(0)}.catalog-header p{transform:translateY(15px);transition:transform .8s cubic-bezier(.4,0,.2,1) .1s}.catalog-header.scroll-animate.animate-in p{transform:translateY(0)}.filters-bar.scroll-animate{opacity:0;transform:translateY(30px) scale(.98)}.filters-bar.scroll-animate.animate-in{opacity:1;transform:translateY(0) scale(1)}.products-grid .scroll-animate-item{opacity:0;transform:translateY(30px) scale(.97)}.products-grid .scroll-animate-item.animate-in{opacity:1;transform:translateY(0) scale(1)}.catalog-placeholder.scroll-animate{opacity:0;transform:scale(.95)}.catalog-placeholder.scroll-animate.animate-in{opacity:1;transform:scale(1)}@media (prefers-reduced-motion:reduce){.scroll-animate,.scroll-animate-item{opacity:1;transform:none;transition:none}}.btn-primary{background:linear-gradient(135deg,#000,#00008b);background:var(--gradient-primary);border:none;border-radius:8px;color:#fff;color:var(--white);cursor:pointer;font-family:Jost,sans-serif;font-size:14px;font-weight:500;letter-spacing:.5px;padding:12px 32px;text-transform:uppercase;transition:all .2s ease}.btn-primary:hover{box-shadow:0 8px 20px #00008b4d;transform:translateY(-1px)}.btn-primary.large{font-size:16px;padding:16px 40px}.btn-secondary{background:#0000;border:1.5px solid #000;border:1.5px solid var(--black);border-radius:8px;color:#000;color:var(--black);cursor:pointer;font-family:Jost,sans-serif;font-size:14px;font-weight:500;letter-spacing:.5px;padding:10px 24px;text-transform:uppercase;transition:all .2s ease}.btn-secondary:hover{background:#000;background:var(--black);color:#fff;color:var(--white)}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#fff,#f5f5f5);background:var(--gradient-light);border-bottom:1px solid #e5e5e5;border-bottom:1px solid var(--gray-200);position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header-content{align-items:center;display:flex;justify-content:space-between;padding:1rem 0}.logo a{align-items:flex-start;color:inherit;display:flex;flex-direction:column;text-decoration:none}.logo-image{display:block;height:40px;width:auto}.logo-subtitle{color:#a3a3a3;color:var(--gray-400);display:block;font-family:Jost,sans-serif;font-size:.7rem;font-weight:400;letter-spacing:1px;margin-top:2px;text-transform:uppercase}.navigation ul{display:flex;gap:2rem;list-style:none}.navigation a{color:#525252;color:var(--gray-600);font-family:Jost,sans-serif;font-size:14px;font-weight:500;letter-spacing:.5px;padding:.5rem 0;position:relative;text-decoration:none;text-transform:uppercase;transition:color .2s ease}.navigation a.active,.navigation a:hover{color:#000;color:var(--black)}.navigation a.active{font-weight:600}.navigation a.active:after{background:linear-gradient(135deg,#000,#00008b);background:var(--gradient-primary);bottom:-8px;content:"";height:2px;left:0;position:absolute;width:100%}.slider{height:600px;overflow:hidden;position:relative}.slider-container{display:flex;height:100%}.slide{background-position:50%;background-size:cover;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .8s ease;width:100%}.slide.active{opacity:1}.slide-content{bottom:80px;color:#000;color:var(--black);display:flex;flex-direction:column;height:45vh;justify-content:space-between;left:80px;max-width:500px;position:absolute}.slide-content h2{-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background-color:rgba(0,0,0,.373);border:1px solid #fff;border-radius:10px;color:#fff;font-family:Jost,sans-serif;font-size:3rem;font-weight:700;letter-spacing:-1px;line-height:1.1;margin-bottom:5rem;padding:9px}.slide-content p{color:#525252;color:var(--gray-600);font-family:Jost,sans-serif;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.slide-features{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:2rem}.feature-tag{border-radius:20px;color:#000;color:var(--black);font-size:.8rem;font-weight:500;letter-spacing:.5px;padding:6px 16px;text-transform:uppercase}.feature-tag,.slider-btn{background:#fff;background:var(--white);border:1px solid #e5e5e5;border:1px solid var(--gray-200);font-family:Jost,sans-serif}.slider-btn{align-items:center;border-radius:50%;cursor:pointer;display:flex;font-size:1.2rem;height:48px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s ease;width:48px}.slider-btn:hover{background:#000;background:var(--black);border-color:#000;border-color:var(--black);color:#fff;color:var(--white)}.slider-btn.prev{left:24px}.slider-btn.next{right:24px}.slider-dots{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background-color:hsla(0,0%,100%,.524);border-radius:31px;bottom:40px;display:flex;gap:8px;left:50%;padding:7px;position:absolute;transform:translateX(-50%)}.dot{background:#a3a3a3;background:var(--gray-400);border:none;border-radius:50%;cursor:pointer;height:8px;transition:all .2s ease;width:8px}.dot.active{background:linear-gradient(135deg,#000,#00008b);background:var(--gradient-primary);transform:scale(1.2)}.section-header{margin-bottom:4rem;text-align:center}.section-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#000,#00008b);background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;color:#000;color:var(--black);font-family:Jost,sans-serif;font-size:2.5rem;font-weight:700;letter-spacing:-1px;margin-bottom:1rem}.section-header p{color:#525252;color:var(--gray-600);font-family:Jost,sans-serif;font-size:1.1rem;margin:0 auto;max-width:600px}.section-actions{margin-top:3rem;text-align:center}.hero-section{background:linear-gradient(135deg,#fff,#fafafa);background:var(--gradient-secondary);position:relative}.hero-section:before{background:linear-gradient(135deg,#000,#00008b);background:var(--gradient-primary);content:"";height:1px;left:0;position:absolute;right:0;top:0}.categories-section{background:linear-gradient(135deg,#fafafa,#fff 50%,#fafafa);background:var(--gradient-accent);padding:6rem 0;position:relative}.categories-section:before{background:linear-gradient(135deg,#000,#00008b);background:var(--gradient-primary);content:"";height:1px;left:0;position:absolute;right:0;top:0}.categories-container{display:flex;justify-content:center;padding:0 2rem}.categories-window{background:#fff;background:var(--white);border:1px solid #e5e5e5;border:1px solid var(--gray-200);border-radius:20px;box-shadow:0 20px 60px #0000001a;max-width:1000px;padding:3rem;width:100%}.categories-section .section-header{margin-bottom:3rem}.categories-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.category-card{background:#fff;background:var(--white);border:1px solid #e5e5e5;border:1px solid var(--gray-200);border-radius:12px;cursor:pointer;overflow:hidden;position:relative;transition:all .3s ease}.category-card:before{background:linear-gradient(135deg,#000,#00008b);background:var(--gradient-primary);content:"";height:2px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.category-card:hover:before{opacity:1}.category-card:hover{border-color:#000;border-color:var(--black);transform:translateY(-8px)}.category-image{background:#fafafa;background:var(--gray-50);height:200px;overflow:hidden}.category-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.category-card:hover .category-image img{transform:scale(1.05)}.category-info{padding:1.5rem;text-align:center}.category-info h3{color:#000;color:var(--black);font-family:Jost,sans-serif;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.category-info p{color:#525252;color:var(--gray-600);font-family:Jost,sans-serif;font-size:.9rem;line-height:1.5;margin-bottom:1rem}.category-count{background:linear-gradient(135deg,#000,#00008b);background:var(--gradient-primary);border-radius:12px;color:#fff;color:var(--white);font-family:Jost,sans-serif;font-size:.7rem;font-weight:600;letter-spacing:.5px;padding:4px 12px;text-transform:uppercase}.popular-section{background:linear-gradient(135deg,#fff,#f5f5f5);background:var(--gradient-light);padding:6rem 0;position:relative}.popular-section:before{background:linear-gradient(135deg,#000,#00008b);background:var(--gradient-primary);content:"";height:1px;left:0;position:absolute;right:0;top:0}.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));justify-items:center;margin-bottom:2rem}.product-card{background:#fff;background:var(--white);border:1px solid #e5e5e5;border:1px solid var(--gray-200);border-radius:12px;display:flex;flex-direction:column;height:-webkit-fit-content;height:fit-content;max-width:320px;overflow:hidden;position:relative;transition:all .4s ease;width:100%}.product-card:before{background:linear-gradient(135deg,#000,#00008b);background:var(--gradient-primary);content:"";height:2px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.product-card:hover:before{opacity:1}.product-card:hover{box-shadow:0 20px 40px #0000001a;transform:translateY(-8px)}.product-image-container{aspect-ratio:3/4;background:#fafafa;background:var(--gray-50);overflow:hidden;position:relative}.product-image{height:100%;position:relative;width:100%}.product-image img{height:100%;object-fit:cover;transition:all .5s ease;width:100%}.product-card:hover .product-image img{transform:scale(1.05)}.product-description-overlay{align-items:center;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);background:#ffffff1a;border:1px solid #fff3;bottom:0;display:flex;justify-content:center;left:0;opacity:0;padding:2rem;position:absolute;right:0;top:0;transition:all .4s ease;visibility:hidden;z-index:3}.product-description-overlay.visible{opacity:1;visibility:visible}.liquid-glass-content{color:#000;color:var(--black);max-height:100%;overflow-y:auto;padding:1rem;text-align:center}.liquid-glass-content h4{color:#000;color:var(--black);font-family:Jost,sans-serif;font-size:1.2rem;font-weight:700;letter-spacing:1px;margin-bottom:1rem;text-transform:uppercase}.description-text{font-family:Jost,sans-serif;font-size:.85rem;line-height:1.6;text-align:left}.description-text p{color:#171717;color:var(--gray-900);margin-bottom:.8rem}.product-info{background:#fff;background:var(--white);display:flex;flex:1 1;flex-direction:column;padding:1.5rem;position:relative;z-index:1}.product-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#000;color:var(--black);display:-webkit-box;font-family:Jost,sans-serif;font-size:1.1rem;font-weight:600;line-height:1.4;margin-bottom:.5rem;min-height:2.8rem;overflow:hidden;text-overflow:ellipsis}.product-category{color:#a3a3a3;color:var(--gray-400);font-family:Jost,sans-serif;font-size:.8rem;font-weight:500;letter-spacing:.5px;margin-bottom:1rem;text-transform:uppercase}.product-price{margin:1rem 0}.current-price{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#000,#00008b);background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;color:#000;color:var(--black);font-family:Jost,sans-serif;font-size:1.3rem;font-weight:700}.product-specs{background:#fafafa;background:var(--gray-50);border:1px solid #e5e5e5;border:1px solid var(--gray-200);border-radius:8px;flex-shrink:0;margin:1rem 0 0;padding:1rem}.spec{display:flex;font-family:Jost,sans-serif;font-size:.8rem;justify-content:space-between;margin-bottom:.5rem}.spec:last-child{margin-bottom:0}.spec-label{color:#525252;color:var(--gray-600);font-weight:500}.spec-value{color:#000;color:var(--black);font-weight:600}.stores-home-section{background:linear-gradient(135deg,#fff,#f5f5f5);background:var(--gradient-light);padding:6rem 0;position:relative}.stores-home-section:before{background:linear-gradient(135deg,#000,#00008b);background:var(--gradient-primary);content:"";height:1px;left:0;position:absolute;right:0;top:0}.stores-home-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin:0 auto;max-width:900px}.store-home-card{align-items:center;background:#fff;background:var(--white);border:1px solid #e5e5e5;border:1px solid var(--gray-200);border-radius:20px;box-shadow:0 15px 50px #0000001a;color:inherit;display:flex;flex-direction:column;overflow:hidden;padding:3rem 2rem;position:relative;text-align:center;text-decoration:none;transition:all .3s ease}.store-home-card:before{background:linear-gradient(135deg,#000,#00008b);background:var(--gradient-primary);content:"";height:2px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.store-home-card:hover:before{opacity:1}.store-home-card:hover{box-shadow:0 25px 60px #00000026;color:inherit;text-decoration:none;transform:translateY(-8px)}.store-home-logo{align-items:center;background:linear-gradient(135deg,#fff,#fafafa);background:var(--gradient-secondary);border:1px solid #e5e5e5;border:1px solid var(--gray-200);border-radius:20px;display:flex;height:80px;justify-content:center;margin-bottom:2rem;transition:transform .3s ease;width:80px}.store-home-card:hover .store-home-logo{transform:scale(1.1)}.store-home-logo svg{height:50px;width:50px}.store-home-info{width:100%}.store-home-info h3{color:#000;color:var(--black);font-family:Jost,sans-serif;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.store-home-info p{color:#525252;color:var(--gray-600);line-height:1.5;margin-bottom:1.5rem}.store-home-info p,.store-home-link{font-family:Jost,sans-serif;font-size:1rem}.store-home-link{color:#000;color:var(--black);font-weight:600;letter-spacing:.5px;text-transform:uppercase;transition:color .3s ease}.store-home-card:hover .store-home-link{color:#00008b;color:var(--primary-blue)}.business-cta{border-top:1px solid #e5e5e5;border-top:1px solid var(--gray-200);margin-top:4rem;padding-top:3rem;text-align:center}.business-cta p{color:#525252;color:var(--gray-600);font-family:Jost,sans-serif;font-size:1.2rem;margin-bottom:1.5rem}.about-section-gradient{background:linear-gradient(180deg,linear-gradient(135deg,#fafafa 0,#fff 50%,#fafafa 100%),linear-gradient(135deg,#fff 0,#fafafa 100%) 50%,linear-gradient(135deg,#000 0,#171717 100%));background:linear-gradient(180deg,var(--gradient-accent) 0,var(--gradient-secondary) 50%,var(--gradient-dark) 100%);padding:6rem 0;position:relative}.about-section-gradient:before{background:linear-gradient(135deg,#000,#00008b);background:var(--gradient-primary);content:"";height:1px;left:0;position:absolute;right:0;top:0}.about-content-centered{margin:0 auto;max-width:800px;text-align:center}.about-text-centered h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#000,#00008b);background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;color:#000;color:var(--black);font-family:Jost,sans-serif;font-size:2.5rem;font-weight:700;letter-spacing:-1px;margin-bottom:2rem}.about-text-centered p{color:#525252;color:var(--gray-600);font-family:Jost,sans-serif;font-size:1.2rem;line-height:1.7;margin-bottom:3rem}.features-centered{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:3rem}.feature h3{color:#000;color:var(--black);font-size:2rem;font-weight:700;margin-bottom:.5rem}.feature h3,.feature p{font-family:Jost,sans-serif}.feature p{color:#525252;color:var(--gray-600);font-size:.9rem;margin:0}.footer{background:linear-gradient(135deg,#000,#171717);background:var(--gradient-dark);border-top:1px solid #e5e5e5;border-top:1px solid var(--gray-200);color:#fff;color:var(--white);padding:4rem 0 1rem;position:relative}.footer:before{background:linear-gradient(135deg,#000,#00008b);background:var(--gradient-primary);content:"";height:1px;left:0;position:absolute;right:0;top:0}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr;margin-bottom:3rem}.footer-section h4{color:#fff;color:var(--white);font-family:Jost,sans-serif;font-size:1rem;font-weight:600;letter-spacing:.5px;margin-bottom:1.5rem;text-transform:uppercase}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.8rem}.footer-section a{color:#a3a3a3;color:var(--gray-400);font-family:Jost,sans-serif;font-size:.9rem;text-decoration:none;transition:color .2s ease}.footer-info h3,.footer-section a:hover{color:#fff;color:var(--white)}.footer-info h3{font-size:1.2rem;font-weight:600}.footer-description,.footer-info h3{font-family:Jost,sans-serif;margin-bottom:1.5rem}.footer-description{color:#a3a3a3;color:var(--gray-400);font-size:.9rem;line-height:1.5;max-width:300px}.footer-stores{display:flex;flex-direction:column;gap:.5rem}.footer-store-link{color:#a3a3a3;color:var(--gray-400);font-family:Jost,sans-serif;font-size:.8rem;letter-spacing:.5px;text-decoration:none;text-transform:uppercase;transition:color .2s ease}.footer-store-link:hover{color:#fff;color:var(--white)}.contact-info{margin-bottom:2rem}.contact-item{align-items:center;display:flex;font-size:.9rem;gap:.8rem;margin-bottom:1rem}.contact-item,.contact-item a{color:#a3a3a3;color:var(--gray-400);font-family:Jost,sans-serif}.contact-item a{text-decoration:none;transition:color .2s ease}.contact-item a:hover{color:#fff;color:var(--white)}.contact-icon{font-size:.8rem}.footer-bottom{border-top:1px solid #525252;border-top:1px solid var(--gray-600);padding-top:2rem}.footer-bottom-content{align-items:center;color:#a3a3a3;color:var(--gray-400);display:flex;font-family:Jost,sans-serif;font-size:.8rem;justify-content:space-between}.footer-links{display:flex;gap:2rem}.footer-links a{color:#a3a3a3;color:var(--gray-400);font-family:Jost,sans-serif;text-decoration:none;transition:color .2s ease}.footer-links a:hover{color:#fff;color:var(--white)}.catalog{display:flex;flex:1 1;flex-direction:column}.catalog-header{margin-bottom:4rem;padding:4rem 0 0;text-align:center}.catalog-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#000,#00008b);background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;color:#000;color:var(--black);font-family:Jost,sans-serif;font-size:3rem;font-weight:700;letter-spacing:-1px;margin-bottom:1rem}.catalog-header p{color:#525252;color:var(--gray-600);font-family:Jost,sans-serif;font-size:1.1rem}.filters-bar{align-items:end;background:linear-gradient(135deg,#000,#00008b);background:var(--gradient-primary);border-radius:20px;box-shadow:0 15px 40px #00008b33;display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:3rem;overflow:hidden;padding:2.5rem;position:relative}.filters-bar:before{background:linear-gradient(135deg,#ffffff1a,#ffffff0d 50%,#ffffff1a);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.filters-bar>*{position:relative;z-index:2}.filter-item{display:flex;flex-direction:column;gap:.8rem;min-width:200px}.filter-item label{color:#fff;color:var(--white);font-family:Jost,sans-serif;font-size:.9rem;font-weight:600;text-shadow:0 1px 2px #0000004d}.filter-item input,.filter-item select{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:2px solid #ffffff4d;border-radius:10px;color:#000;color:var(--black);font-family:Jost,sans-serif;font-size:.9rem;padding:12px 16px;transition:all .3s ease}.filter-item input:focus,.filter-item select:focus{background:#fff;background:var(--white);border-color:#fff;border-color:var(--white);box-shadow:0 0 0 3px #ffffff4d;outline:none;transform:translateY(-2px)}.filter-item input:hover,.filter-item select:hover{border-color:#ffffff80;transform:translateY(-1px)}.price-inputs{align-items:center;display:flex;gap:.8rem}.price-inputs input{text-align:center;width:110px}.price-separator{color:#fff;color:var(--white);flex-shrink:0;font-weight:600;text-shadow:0 1px 2px #0000004d}.filter-actions{display:flex;flex-direction:column;gap:1rem;margin-left:auto}.clear-filters-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:2px solid #fff6;border-radius:10px;color:#fff;color:var(--white);cursor:pointer;font-family:Jost,sans-serif;font-size:.9rem;font-weight:600;padding:10px 20px;transition:all .3s ease}.clear-filters-btn:hover{background:#ffffff4d;border-color:#fff;border-color:var(--white);box-shadow:0 5px 15px #0003;transform:translateY(-2px)}.results-count{color:#fff;color:var(--white);font-family:Jost,sans-serif;font-size:1rem;font-weight:700;text-align:center;text-shadow:0 1px 2px #0000004d}.catalog-placeholder{align-items:center;background:#fff;background:var(--white);border:1px solid #e5e5e5;border:1px solid var(--gray-200);border-radius:12px;display:flex;flex-direction:column;justify-content:center;margin:2rem 0;min-height:400px;padding:6rem 2rem;text-align:center}.catalog-placeholder h3{color:#000;color:var(--black);font-family:Jost,sans-serif;font-weight:600;margin-bottom:1rem}.catalog-placeholder p{color:#525252;color:var(--gray-600);font-family:Jost,sans-serif;margin-bottom:2rem}.business-page{background:linear-gradient(135deg,#fff,#f5f5f5);background:var(--gradient-light)}.business-hero{background:linear-gradient(135deg,#000,#00008b);background:var(--gradient-primary);color:#fff;color:var(--white);padding:6rem 0;position:relative;text-align:center}.business-hero:before{background:linear-gradient(135deg,#fafafa,#fff 50%,#fafafa);background:var(--gradient-accent);content:"";height:1px;left:0;opacity:.3;position:absolute;right:0;top:0}.business-hero-content h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#87ceeb);background:linear-gradient(135deg,var(--white) 0,var(--accent-blue) 100%);-webkit-background-clip:text;background-clip:text;font-family:Jost,sans-serif;font-size:3.5rem;font-weight:700;letter-spacing:-1px;margin-bottom:1.5rem}.business-hero-content p{color:#a3a3a3;color:var(--gray-400);font-family:Jost,sans-serif;font-size:1.3rem;line-height:1.6;margin:0 auto;max-width:600px}.floating-window{background:#fff;background:var(--white);border:1px solid #e5e5e5;border:1px solid var(--gray-200);border-radius:20px;box-shadow:0 15px 50px #0000001a;padding:3rem;transition:all .3s ease}.floating-window:hover{box-shadow:0 25px 60px #00000026;transform:translateY(-5px)}.floating-window.large{padding:4rem}.business-solutions-section{background:linear-gradient(135deg,#fafafa,#fff 50%,#fafafa);background:var(--gradient-accent);padding:6rem 0}.solution-content h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#000,#00008b);background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;font-family:Jost,sans-serif;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.solution-features{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.feature-item{align-items:flex-start;background:#fafafa;background:var(--gray-50);border:1px solid #e5e5e5;border:1px solid var(--gray-200);border-radius:12px;display:flex;gap:1.5rem;padding:2rem}.feature-icon{flex-shrink:0;font-size:2.5rem}.feature-text h3{color:#000;color:var(--black);font-family:Jost,sans-serif;font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.feature-text p{color:#525252;color:var(--gray-600);font-family:Jost,sans-serif;line-height:1.5}.business-benefits-section{background:linear-gradient(135deg,#fff,#f5f5f5);background:var(--gradient-light);padding:6rem 0}.benefits-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.benefit-card{padding:2rem;text-align:center}.benefit-icon{font-size:3rem;margin-bottom:1.5rem}.benefit-card h3{color:#000;color:var(--black);font-family:Jost,sans-serif;font-size:1.4rem;font-weight:600;margin-bottom:1rem}.benefit-card p{color:#525252;color:var(--gray-600);font-family:Jost,sans-serif;line-height:1.5}.business-form-section{background:linear-gradient(135deg,#fafafa,#fff 50%,#fafafa);background:var(--gradient-accent);padding:6rem 0}.form-container{margin:0 auto;max-width:800px}.form-header{margin-bottom:3rem;text-align:center}.form-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#000,#00008b);background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;font-family:Jost,sans-serif;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.form-header p{color:#525252;color:var(--gray-600);font-family:Jost,sans-serif;font-size:1.1rem;line-height:1.6}.business-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column}.form-group label{color:#000;color:var(--black);font-family:Jost,sans-serif;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea{background:#fff;background:var(--white);border:2px solid #e5e5e5;border:2px solid var(--gray-200);border-radius:8px;font-family:Jost,sans-serif;font-size:1rem;padding:12px 16px;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{border-color:#00008b;border-color:var(--primary-blue);box-shadow:0 0 0 3px #00008b1a;outline:none}.form-group textarea{min-height:120px;resize:vertical}.loading{color:#525252;color:var(--gray-600);font-family:Jost,sans-serif;font-size:1.1rem;padding:3rem;text-align:center}.parallax-section{overflow:hidden;position:relative}.parallax-bg{background-attachment:fixed;background-position:50%;background-size:cover;height:120%;left:0;position:absolute;top:0;transform:translateZ(0);width:100%;z-index:-1}@media (max-width:1024px){.footer-content{gap:2rem;grid-template-columns:1fr 1fr}.stores-home-grid{grid-template-columns:1fr;max-width:500px}}@media (max-width:768px){.slider-dots{bottom:10px}.header-content{flex-direction:column;gap:1rem}.navigation ul{gap:1.5rem}.slider{height:500px}.slide-content{bottom:50px;height:40vh;left:24px;max-width:400px}.slide-features{margin-bottom:1rem}.slide-content h2{font-size:2.3rem;margin-bottom:5rem}.categories-window{margin:0 1rem;padding:2rem}.categories-section .categories-grid,.footer-content{grid-template-columns:1fr}.footer-content{gap:2rem}.footer-content,.footer-info{text-align:center}.footer-description{margin-left:auto;margin-right:auto}.footer-stores{align-items:center}.contact-item{justify-content:center}.footer-bottom-content{flex-direction:column;gap:1rem;text-align:center}.footer-links{justify-content:center}.business-hero-content h1{font-size:2.5rem}.floating-window{margin:0 1rem;padding:2rem}.floating-window.large{padding:2.5rem}.solution-features{grid-template-columns:1fr}.feature-item{padding:1.5rem}.benefits-grid,.form-row{grid-template-columns:1fr}.form-container{margin:0 1rem}.features-centered{gap:1.5rem;grid-template-columns:1fr 1fr}.products-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.filters-bar{align-items:stretch;border-radius:15px;flex-direction:column;gap:1.5rem;padding:2rem}.filter-item{min-width:auto}.filter-actions{align-items:center;flex-direction:row;justify-content:space-between;margin-left:0}.price-inputs input{width:100%}.store-home-card{padding:2rem 1.5rem}}@media (max-width:480px){.slide-content{bottom:40px;height:330px;left:24px;max-width:300px}.feature-tag:nth-child(3){display:none}.container{padding:0 16px}.slider{height:450px}.slide-content h2{font-size:1.8rem;margin-bottom:2.9rem}.section-header h2{font-size:1.8rem}.footer{padding:3rem 0 1rem}.footer-content{gap:1.5rem}.footer-links{flex-direction:column;gap:.5rem}.features-centered{grid-template-columns:1fr}.feature-item{flex-direction:column;gap:1rem;text-align:center}.products-grid{gap:1rem}.products-grid,.stores-home-grid{grid-template-columns:1fr}.store-home-card{padding:1.5rem}.store-home-logo{height:60px;width:60px}.store-home-logo svg{height:40px;width:40px}.store-home-info h3{font-size:1.3rem}.filters-bar{border-radius:12px;padding:1.5rem}.filter-item input,.filter-item select{padding:10px 12px}.clear-filters-btn{padding:8px 16px}}
/*# sourceMappingURL=main.a4a17980.css.map*/