@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;900&display=swap";:root{--w-orange: #f25511;--w-black: #111111;--w-white: #ffffff;--w-gray-bg: #f5f5f5;--w-dark-bg: #141414;--w-gray-text: #666666}html,body.wollem-custom{font-family:Inter,sans-serif;margin:0;padding:0;color:var(--w-black);background-color:var(--w-gray-bg)!important;overflow-x:hidden;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;-webkit-user-select:none;-ms-user-select:none;user-select:none}input,textarea{-webkit-user-select:auto;user-select:auto}body.wollem-custom .page_container{background-color:transparent;padding:0!important;max-width:100%!important;margin:0!important;width:100%!important}.w-header{display:flex;justify-content:space-between;align-items:center;padding:2rem 5%;position:absolute;top:0;left:0;width:100%;box-sizing:border-box;z-index:100}.w-header__logo{display:flex;align-items:center;gap:10px;text-decoration:none}.w-header__logo-img{width:auto;display:block;mix-blend-mode:darken}.w-header__logo-img--desktop{display:block}.w-header__logo-img--mobile{display:none}.w-header__nav{display:flex;gap:2.5rem}.w-header__nav a{text-decoration:none;color:var(--w-black);font-weight:700;font-size:.9rem;letter-spacing:.5px;text-transform:uppercase;position:relative;transition:color .25s cubic-bezier(.4,0,.2,1)}.w-header__nav a:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:2px;background-color:var(--w-orange);transition:width .3s cubic-bezier(.4,0,.2,1);border-radius:2px}.w-header__nav a:hover:after{width:100%}.w-header__nav a:hover{color:var(--w-orange)}.w-header__menu-toggle{display:none;background:transparent;border:none;cursor:pointer;flex-direction:column;justify-content:space-between;height:20px;width:26px;padding:0;z-index:101}.w-header__menu-toggle span{display:block;width:100%;height:2px;background-color:var(--w-black);border-radius:2px;transition:all .3s ease}.w-mobile-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:998;opacity:0;visibility:hidden;transition:all .3s ease}.w-mobile-overlay.is-active{opacity:1;visibility:visible}.w-mobile-drawer{position:fixed;top:0;right:-100%;width:80vw;max-width:400px;height:100vh;background-color:#14141499;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);z-index:999;display:flex;flex-direction:column;transition:right .4s cubic-bezier(.77,0,.175,1);box-shadow:-10px 0 40px #0000004d;border-left:1px solid rgba(255,255,255,.1)}.w-mobile-drawer.is-active{right:0}.w-mobile-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:2rem;border-bottom:1px solid rgba(255,255,255,.05)}.w-mobile-drawer__close{background:none;border:none;color:var(--w-white);cursor:pointer;padding:0;display:flex;transition:color .2s ease}.w-mobile-drawer__close:hover{color:var(--w-orange)}.w-mobile-drawer__links{display:flex;flex-direction:column;padding:2rem;gap:1.2rem;flex:1}.w-mobile-drawer__links a{text-decoration:none;color:var(--w-white);font-size:1.1rem;font-weight:700;text-transform:uppercase;background-color:#ffffff0d;padding:1.2rem;border-radius:16px;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 15px #00000026;transition:all .3s cubic-bezier(.25,.8,.25,1);text-align:center;letter-spacing:1px}.w-mobile-drawer__links a:hover{color:var(--w-white);background-color:var(--w-orange);border-color:var(--w-orange);transform:translateY(-3px);box-shadow:0 8px 25px #f255114d}.w-mobile-drawer__footer{padding:2rem;border-top:1px solid rgba(255,255,255,.05)}.w-hero{position:relative;min-height:80vh;display:flex;align-items:center;overflow:hidden;padding:150px 5% 100px;background:linear-gradient(135deg,#f8f8f8,#e8e8e8)}.w-hero:before{content:"";position:absolute;top:0;right:-20%;width:60%;height:150%;background-color:var(--w-orange);transform:rotate(15deg);z-index:0}.w-hero-lines{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.w-hero__content{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1400px;margin:0 auto;position:relative;z-index:2}.w-hero__text-col{flex:1;max-width:600px}.w-hero__subtitle{color:var(--w-orange);font-weight:700;font-size:.9rem;letter-spacing:2px;text-transform:uppercase;margin-bottom:1.5rem;display:block}.w-hero__title{font-size:4.5rem;font-weight:900;line-height:.95;margin:0 0 1.5rem;text-transform:uppercase;letter-spacing:-2px}.w-hero__title span{color:var(--w-orange);display:block}.w-hero__desc{font-size:1.25rem;color:var(--w-gray-text);line-height:1.5;margin-bottom:2.5rem;max-width:90%}.w-hero__actions{display:flex;gap:1rem}.w-btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;font-weight:700;font-size:.9rem;text-transform:uppercase;letter-spacing:1px;text-decoration:none;border-radius:4px;transition:all .25s cubic-bezier(.4,0,.2,1);cursor:pointer;will-change:transform;transform:translateZ(0);backface-visibility:hidden}.w-btn--primary{background-color:var(--w-orange);color:var(--w-white);border:2px solid var(--w-orange);box-shadow:0 4px 15px #f2551140}.w-btn--primary:hover{background-color:#d1460c;border-color:#d1460c;transform:translateY(-2px) scale(1.02);box-shadow:0 8px 25px #f2551166}.w-btn--primary:active{transform:translateY(0) scale(.98);box-shadow:0 2px 8px #f255114d}.w-btn--secondary{background-color:transparent;color:var(--w-black);border:2px solid var(--w-orange)}.w-btn--secondary:hover{background-color:var(--w-orange);color:var(--w-white);transform:translateY(-2px) scale(1.02);box-shadow:0 6px 20px #f255114d}.w-btn--secondary:active{transform:translateY(0) scale(.98)}.w-btn-icon{margin-left:.5rem;font-size:1.2rem}.w-hero__image-col{flex:1;display:flex;justify-content:flex-end;position:relative}.w-hero__image-col img{max-width:100%;height:auto;transform:scale(1.1);mix-blend-mode:darken}.w-features{background-color:var(--w-dark-bg);padding:3rem 5%;color:var(--w-white);margin:3rem auto;max-width:1400px;width:95%;border-radius:24px;box-shadow:0 15px 40px #00000026}.w-features__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1400px;margin:0 auto}.w-feature{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;padding:1.75rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:16px;transition:all .3s cubic-bezier(.4,0,.2,1)}.w-feature:hover{background:#f255111a;border-color:#f255114d;transform:translateY(-4px);box-shadow:0 12px 30px #f2551126}.w-feature__icon{flex-shrink:0;width:48px;height:48px;background:#f2551126;border-radius:12px;display:flex;align-items:center;justify-content:center;padding:10px;transition:background .3s ease}.w-feature:hover .w-feature__icon{background:#f2551140}.w-feature__icon svg{width:100%;height:100%;stroke:var(--w-orange);fill:none;stroke-width:1.5}.w-feature__content h3{font-size:.9rem;font-weight:700;margin:0 0 .4rem;text-transform:uppercase;letter-spacing:.5px;color:var(--w-white)}.w-feature__content p{font-size:.83rem;color:#ffffff8c;margin:0;line-height:1.55}@media(max-width:1024px){.w-hero__title{font-size:3.5rem}.w-features__grid{grid-template-columns:repeat(2,1fr)}.w-feature:nth-child(2){border-right:none}}.w-about{background-color:var(--w-white);padding:0 5% 5rem;position:relative;min-height:80vh;margin:3rem auto;max-width:1400px;width:95%;border-radius:24px;box-shadow:0 15px 40px #00000014}.w-about__logo-target{width:250px;height:250px;margin:-40px auto 4rem;position:relative;z-index:10}.w-about__container{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:4rem}.w-about__content{flex:1}.w-about__title{font-size:3.5rem;font-weight:900;margin-bottom:1.5rem;color:var(--w-black)}.w-about__items{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3rem}.w-about-item{display:flex;gap:1.2rem;align-items:flex-start;background:var(--w-gray-bg);border:1px solid rgba(0,0,0,.06);border-radius:14px;padding:1.4rem;transition:all .25s cubic-bezier(.4,0,.2,1)}.w-about-item:hover{background:#fff9f7;border-color:#f2551133;box-shadow:0 6px 24px #f255111a;transform:translateY(-2px)}.w-about-item--full{grid-column:1 / -1;background:linear-gradient(135deg,#f255110f,#f2551105);border-color:#f2551126}.w-about-item__icon{flex-shrink:0;width:44px;height:44px;background:#f255111a;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:8px}.w-about-item__icon svg{width:100%;height:100%}.w-about-item__text h3{font-size:1rem;font-weight:700;margin:0 0 .4rem;color:var(--w-black)}.w-about-item__text p{font-size:.88rem;color:var(--w-gray-text);line-height:1.6;margin:0}.w-about__btn{align-self:flex-start}.w-about__desc{font-size:1.1rem;line-height:1.6;color:#666;margin-bottom:2rem}.w-about__image{flex:1;text-align:center;position:relative}.w-about__image img{max-width:100%;height:auto;mix-blend-mode:darken;border-radius:24px}.w-social-bar{position:fixed;right:0;top:0;height:100vh;width:60px;background-color:var(--w-orange);display:flex;flex-direction:column;justify-content:flex-end;align-items:center;padding-bottom:3rem;gap:1.5rem;z-index:99}.w-social-bar a{color:var(--w-white);transition:transform .2s ease}.w-social-bar a:hover{transform:scale(1.2)}@media(max-width:991px){.w-product__hero{display:block!important;min-height:auto!important;padding:2rem 0!important}.w-product__container{display:flex!important;flex-direction:column!important;padding:1rem!important;width:100%!important}.w-product__hero-content{padding-right:0!important;text-align:center!important;width:100%!important}.w-product__hero-bg{display:none!important}.w-product__actions{justify-content:center!important;flex-wrap:wrap!important;gap:1rem!important;margin-bottom:2rem!important}.w-product__title{font-size:2rem!important;word-break:break-word!important}.w-product__desc{font-size:1rem!important}.w-product__hero-image{width:100%!important;display:flex!important;justify-content:center!important}.w-product__carousel{width:100%!important;max-width:280px!important;height:auto!important;aspect-ratio:16 / 9!important;margin:0 auto!important}}.w-product{width:100%;padding:1px 0}.w-product__hero,.w-product__models,.w-product__features{background-color:var(--w-white);overflow:hidden;margin:3rem auto;max-width:1400px;width:95%;border-radius:24px;box-shadow:0 15px 40px #00000014;position:relative}.w-product__container{max-width:1200px;margin:0 auto;padding:5rem 2rem;display:flex;align-items:center;position:relative;z-index:2}.w-product__container--center{flex-direction:column;text-align:center}.w-product__hero{position:relative;min-height:80vh;display:flex;align-items:center}.w-product__hero-bg{position:absolute;top:0;right:0;width:50%;height:100%;background-color:var(--w-orange);clip-path:polygon(15% 0,100% 0,100% 100%,0% 100%);z-index:1}.w-product__hero-content{flex:1;padding-right:2rem}.w-product__hero-image{flex:1;display:flex;justify-content:center;align-items:center}.w-img-machine{width:110%;max-width:110%;transform:scale(1.35) translate(5%);filter:drop-shadow(-20px 30px 25px rgba(0,0,0,.4));transition:transform .5s ease}.w-img-machine:hover{transform:scale(1.4) translate(5%) translateY(-10px)}.w-product__carousel{width:100%;max-width:550px;height:auto;aspect-ratio:16 / 9;border-radius:16px;overflow:hidden;background-color:var(--w-dark-bg);box-shadow:0 20px 40px #0003;margin-right:auto}.w-product__video{width:100%;height:100%;object-fit:cover;background-color:transparent}.w-product__carousel .w-carousel-btn{color:var(--w-white);background:#00000080;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-image:none}.w-product__carousel .w-carousel-btn:after{font-family:FontAwesome;font-size:16px}.w-product__carousel .swiper-button-next:after{content:"\f054"}.w-product__carousel .swiper-button-prev:after{content:"\f053"}.w-product__carousel .swiper-pagination-bullet-active{background:var(--w-orange)}.w-product__subtitle{color:var(--w-orange);font-size:.9rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;margin-bottom:1rem;display:inline-block}.w-product__title{font-size:3.5rem;font-weight:900;line-height:1.1;margin-bottom:1.5rem;color:var(--w-black)}.w-product__title--center{text-align:center}.w-product__desc{font-size:1.1rem;line-height:1.6;color:#666;margin-bottom:2rem;max-width:500px}.w-product__desc--center{text-align:center;margin:0 auto 3rem}.w-product__actions{display:flex;gap:1rem}.w-btn--outline{background:transparent;color:var(--w-black);border:2px solid #e0e0e0;padding:.8rem 2rem;border-radius:30px;font-weight:700;font-size:.9rem;text-transform:uppercase;transition:all .3s ease;display:inline-flex;align-items:center}.w-btn--outline:hover{border-color:var(--w-orange);color:var(--w-orange)}.w-product__models{background-color:#fafafa;position:relative;padding:6rem 0}.w-models-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;width:100%;max-width:900px}.w-model-card{background:var(--w-white);border-radius:8px;padding:2.5rem;text-align:left;box-shadow:0 10px 30px #0000000d;border:1px solid #f0f0f0;transition:transform .3s ease}.w-model-card:hover{transform:translateY(-5px)}.w-model-icon{margin-bottom:1.5rem}.w-model-icon i{color:var(--w-orange);font-size:28px}.w-model-card__title{font-size:1.5rem;font-weight:700;color:var(--w-orange);margin-bottom:1rem}.w-model-card__desc{font-size:1rem;color:#666;margin-bottom:2rem;min-height:48px}.w-model-card__specs{border-top:1px solid #eee;padding-top:1.5rem}.w-model-card__specs ul{list-style:none;padding:0;margin:0}.w-model-card__specs li{margin-bottom:.5rem;color:#444;font-size:.95rem}.w-product__features{position:relative;min-height:80vh;display:flex;align-items:center}.w-product__features-bg{position:absolute;top:0;left:0;width:45%;height:100%;background-color:var(--w-orange);clip-path:polygon(0 0,100% 0%,85% 100%,0% 100%);z-index:1}.w-product__features-image{flex:1;display:flex;justify-content:center;align-items:center}.w-img-machine-flip{width:110%;max-width:110%;transform:scale(1.35) translate(-5%);filter:drop-shadow(20px 30px 25px rgba(0,0,0,.4));transition:transform .5s ease}.w-img-machine-flip:hover{transform:scale(1.4) translate(-5%) translateY(-10px)}.w-product__features-content{flex:1;padding-left:4rem}.w-features-list{list-style:none;padding:0;margin:0}.w-features-list li{display:flex;align-items:flex-start;margin-bottom:1.5rem;font-size:1.05rem;color:#444;line-height:1.5}.w-features-list i{color:var(--w-orange);font-size:1.2rem;margin-right:1rem;margin-top:.2rem}.w-connect-app-wrapper{position:relative;display:inline-block;width:100%;max-width:450px}.w-connect-badge{position:absolute;display:flex;align-items:center;gap:6px;font-size:.78rem;font-weight:700;letter-spacing:.5px;border-radius:30px;padding:6px 14px;z-index:2;text-transform:uppercase}.w-connect-badge--online{top:16px;left:16px;background:#16c78426;color:#16c784;border:1px solid rgba(22,199,132,.3);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.w-connect-badge__dot{width:8px;height:8px;background:#16c784;border-radius:50%;animation:pulse-dot 1.5s infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.w-connect-badge--free{bottom:16px;right:16px;background:var(--w-orange);color:var(--w-white);font-size:.8rem;box-shadow:0 4px 15px #f2551166}.w-connect-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:1.5rem;margin-bottom:1.5rem}.w-connect-card{display:flex;align-items:flex-start;gap:12px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:16px;box-shadow:0 2px 12px #0000000f;transition:all .25s cubic-bezier(.4,0,.2,1)}.w-connect-card:hover{background:#fff9f7;border-color:#f2551140;box-shadow:0 6px 24px #f255111f;transform:translateY(-2px)}.w-connect-card__icon{flex-shrink:0;width:40px;height:40px;border-radius:10px;background:#f2551126;display:flex;align-items:center;justify-content:center;color:var(--w-orange)}.w-connect-card__body strong{display:block;font-size:.9rem;font-weight:700;color:var(--w-black);margin-bottom:4px}.w-connect-card__body p{font-size:.82rem;color:var(--w-gray-text);line-height:1.5;margin:0}.w-connect-protocols{display:flex;flex-wrap:wrap;gap:8px;margin-top:.5rem}.w-connect-protocols span{font-size:.75rem;font-weight:700;letter-spacing:.5px;padding:5px 12px;border-radius:6px;background:var(--w-gray-bg);border:1px solid rgba(0,0,0,.1);color:var(--w-gray-text);text-transform:uppercase}@media(max-width:768px){.w-connect-cards{grid-template-columns:1fr}.w-connect-app-wrapper{max-width:100%}}body.wollem-custom footer{background-color:var(--w-dark-bg);color:#ccc;margin:3rem auto!important;max-width:1400px;width:95%;border-radius:24px;box-shadow:0 15px 40px #00000026;overflow:hidden;position:relative;font-family:Inter,sans-serif;border-top:none}body.wollem-custom footer h3{color:var(--w-white);font-weight:700;letter-spacing:1px;margin-bottom:1.5rem;font-size:1.2rem;text-transform:uppercase}body.wollem-custom footer a{color:#ccc;text-decoration:none;transition:color .3s ease}body.wollem-custom footer a:hover{color:var(--w-orange)}body.wollem-custom footer .footer_item__newsletter .form_wrapper{display:flex;gap:10px}body.wollem-custom footer .footer_item__newsletter input{background-color:#ffffff0d;border:1px solid rgba(255,255,255,.15);color:#fff;border-radius:8px;padding:.8rem 1rem;flex:1}body.wollem-custom footer .footer_item__newsletter button{background-color:var(--w-orange);color:#fff;border:none;border-radius:8px;padding:.8rem 1.5rem;cursor:pointer;transition:background .3s}body.wollem-custom footer .footer_item__newsletter button:hover{background-color:#d1460d}body.wollem-custom footer .footer_row__1{padding:4rem 2%}body.wollem-custom footer .footer_row__2{border-top:1px solid rgba(255,255,255,.05);padding:2rem 5%;background-color:#0a0a0a}body.wollem-custom footer .footer_item{margin-bottom:2rem}body.wollem-custom footer .footer_item__social ul{list-style:none;padding:0;display:flex;gap:15px;flex-wrap:wrap}body.wollem-custom footer .footer_item__social a{font-size:1.5rem}body.wollem-custom footer .footer_item ul{list-style:none;padding:0;margin:0}body.wollem-custom footer .footer_item li{margin-bottom:.8rem}@media(max-width:768px){.w-header__nav{display:none}.w-header__menu-toggle{display:flex}.w-header__logo-img--desktop{display:none}.w-header__logo-img--mobile{display:block}.w-about__container{flex-direction:column;text-align:center;margin-top:-20px}.w-about__logo-target{width:150px;height:150px}.w-product__container{flex-direction:column;padding:4rem 1rem}.w-product__hero-bg{width:100%;height:50%;bottom:0;top:auto;clip-path:polygon(0 15%,100% 0,100% 100%,0 100%)}.w-product__hero-content,.w-product__features-content{padding:0 1rem;text-align:center;margin-bottom:3rem}.w-product__actions{justify-content:center;flex-wrap:wrap}.w-product__desc{margin-left:auto;margin-right:auto}.w-img-machine,.w-img-machine-flip{transform:none;max-width:100%}.w-models-grid{grid-template-columns:1fr}.w-product__features-bg{width:100%;height:40%;top:0;bottom:auto;clip-path:polygon(0 0,100% 0,100% 85%,0 100%)}.w-product__features .w-product__container{flex-direction:column-reverse}.w-product__features-content{padding-left:1rem;padding-right:1rem;text-align:left}.w-hero__content{flex-direction:column;text-align:center}.w-hero__text-col{margin-bottom:3rem}.w-hero__desc{margin:0 auto 2rem}.w-hero__actions{justify-content:center}.w-hero:before{transform:rotate(0);top:auto;bottom:0;right:0;width:100%;height:30%}.w-features__grid{grid-template-columns:1fr}.w-feature{border-right:none;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:1.5rem}.w-feature:last-child{border-bottom:none}.w-about__container{grid-template-columns:1fr;gap:3rem}.w-about__items{grid-template-columns:1fr}.w-social-bar{display:none}body.wollem-custom{padding-right:0}.w-about__social-inline{justify-content:center}.w-features,.w-about,.w-product{margin:1.5rem 1rem;width:auto;border-radius:16px}body.wollem-custom footer{margin:1.5rem 1rem!important;width:auto;border-radius:16px}body.wollem-custom footer .footer_row__1{padding:3rem 5%}}.w-modal{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s ease}.w-modal.is-open{opacity:1;visibility:visible}.w-modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.w-modal__content{position:relative;background:var(--w-dark-bg);width:90%;max-width:500px;border-radius:16px;padding:2.5rem;box-shadow:0 25px 50px #00000080;border:1px solid rgba(255,255,255,.1);transform:translateY(20px);transition:all .4s cubic-bezier(.25,.8,.25,1);color:var(--w-white);max-height:90vh;overflow-y:auto}.w-modal.is-open .w-modal__content{transform:translateY(0)}.w-modal__close{position:absolute;top:1rem;right:1.5rem;background:transparent;border:none;color:#888;font-size:2rem;cursor:pointer;transition:color .2s ease}.w-modal__close:hover{color:var(--w-orange)}.w-modal__header{margin-bottom:2rem}.w-modal__title{font-size:1.8rem;font-weight:900;color:var(--w-white);margin:0 0 .5rem}.w-modal__desc{color:#aaa;font-size:.95rem;margin:0}.w-form-group{margin-bottom:1.2rem}.w-form-group label{display:block;font-size:.85rem;font-weight:600;margin-bottom:.5rem;color:#ccc;text-transform:uppercase;letter-spacing:.5px}.w-form-group input,.w-form-group select{width:100%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:.8rem 1rem;color:var(--w-white);font-family:inherit;font-size:1rem;transition:border-color .2s ease;box-sizing:border-box}.w-form-group input:focus,.w-form-group select:focus{outline:none;border-color:var(--w-orange)}.w-form-group select option{background:var(--w-dark-bg);color:var(--w-white)}.w-btn--full{width:100%;margin-top:1rem}.w-modal__footer{margin-top:1.5rem;text-align:center;border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem}.w-modal__whatsapp-link{color:#aaa;font-size:.9rem;text-decoration:none;transition:color .2s ease}.w-modal__whatsapp-link strong{color:var(--w-orange)}.w-modal__whatsapp-link:hover{color:var(--w-white)}.w-form-success{background:#2ecc711a;border:1px solid #2ecc71;color:#2ecc71;padding:1rem;border-radius:8px;text-align:center;margin-bottom:1.5rem}.w-collection-page{width:100%;position:relative;z-index:1}.w-collection-banner{margin:120px auto 3rem;max-width:1400px;width:95%;position:relative;background-color:var(--w-dark-bg);padding:60px 5% 80px;border-radius:24px;box-shadow:0 15px 40px #00000026;box-sizing:border-box}.w-collection-banner__orb{position:absolute;width:500px;height:500px;background-color:var(--w-orange);border-radius:50%;filter:blur(100px);opacity:.15;z-index:1;pointer-events:none}.w-collection-banner__orb--left{top:-100px;left:-200px}.w-collection-banner__orb--right{bottom:-150px;right:-100px}.w-collection-banner__content{position:relative;z-index:2;max-width:1400px;margin:0 auto}.w-collection-banner__breadcrumb{color:var(--w-orange);font-size:.85rem;font-weight:700;letter-spacing:2px;margin-bottom:1.5rem;display:flex;align-items:center;gap:10px}.w-collection-banner__breadcrumb .sep{color:#555}.w-collection-banner__title{color:var(--w-white);font-size:4.5rem;font-weight:900;line-height:1.1;margin-bottom:1rem}.w-collection-banner__desc{color:#aaa;font-size:1.1rem;max-width:700px;line-height:1.6}.w-collection-container{max-width:1400px;width:95%;margin:0 auto;padding-bottom:5rem}.w-collection-filters{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;padding:1.5rem 2rem;background:var(--w-white);border-radius:12px;box-shadow:0 4px 15px #0000000d}.w-collection-filters__count{font-weight:600;color:var(--w-gray-text)}.w-collection-filters__sort{display:flex;align-items:center;gap:1rem}.w-collection-filters__sort label{font-weight:700;font-size:.9rem;text-transform:uppercase}.w-select{background:var(--w-gray-bg);border:1px solid #ddd;padding:.6rem 1.2rem;border-radius:8px;font-family:inherit;font-size:.95rem;font-weight:500;color:var(--w-black);cursor:pointer;transition:all .2s}.w-select:focus{outline:none;border-color:var(--w-orange)}.w-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.w-product-card{display:flex;flex-direction:column;padding:0;overflow:hidden;height:100%}.w-product-card__img-wrapper{background:var(--w-gray-bg);padding:2rem;position:relative;display:flex;justify-content:center;align-items:center;height:250px}.w-product-card__img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .4s ease;mix-blend-mode:darken}.w-product-card:hover .w-product-card__img{transform:scale(1.1)}.w-product-card__badge{position:absolute;top:1rem;left:1rem;background:var(--w-orange);color:var(--w-white);padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:1px}.w-product-card__info{padding:2rem;display:flex;flex-direction:column;flex:1}.w-product-card .w-model-card__title a{color:inherit;text-decoration:none;transition:color .2s}.w-product-card .w-model-card__title a:hover{color:var(--w-orange)}.w-product-card__desc{margin-bottom:1.5rem!important;flex:1}.w-product-card__price{margin-bottom:1.5rem;display:flex;align-items:center;gap:.8rem}.w-price{font-size:1.5rem;font-weight:900;color:var(--w-black)}.w-price-old{font-size:1rem;color:#999;text-decoration:line-through}.w-price--soldout{color:#999;font-size:1.2rem}.w-btn-sm{padding:.8rem 1rem;font-size:.85rem}.w-collection-empty{text-align:center;padding:5rem 2rem;background:var(--w-white);border-radius:16px;box-shadow:0 4px 15px #0000000d}.w-collection-empty i{font-size:4rem;color:var(--w-orange);margin-bottom:1.5rem}.w-collection-empty h2{font-size:2rem;font-weight:900;margin-bottom:.5rem}.w-collection-empty p{color:var(--w-gray-text);margin-bottom:2rem}@media(max-width:1200px){.w-product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.w-product-grid{grid-template-columns:repeat(2,1fr)}.w-collection-hero__title{font-size:3rem}}@media(max-width:600px){.w-product-grid{grid-template-columns:1fr}.w-collection-filters{flex-direction:column;gap:1rem;align-items:flex-start}}.w-product-page-wrapper{padding-top:160px;max-width:1400px;margin:0 auto 5rem;padding-left:2rem;padding-right:2rem;position:relative;z-index:1}.w-product-bg-shape{position:absolute;z-index:-1;border-radius:50%;filter:blur(100px);opacity:.2}.w-product-bg-shape-1{width:600px;height:600px;background-color:var(--w-orange);top:50px;left:-200px}.w-product-bg-shape-2{width:400px;height:400px;background-color:var(--w-orange);bottom:100px;right:-100px}.w-product-page{display:grid;grid-template-columns:1fr 1fr;gap:4rem;background-color:var(--w-white);border-radius:24px;padding:3rem;box-shadow:0 15px 40px #00000014}.w-product-page__gallery{position:relative;min-width:0}.w-product-page__main-img{background:var(--w-gray-bg);border-radius:16px;padding:2rem;display:flex;align-items:center;justify-content:center}.w-product-page__main-img img{max-width:100%;mix-blend-mode:darken}.w-gallery-big{background:var(--w-gray-bg);border-radius:16px;margin-bottom:1rem;overflow:hidden}.w-gallery-slide{padding:0;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.w-gallery-slide img{width:100%;max-width:100%;height:500px;object-fit:cover;mix-blend-mode:normal}.w-gallery-thumbs .w-thumb-slide{background:var(--w-gray-bg);border-radius:8px;padding:.5rem;cursor:pointer;border:2px solid transparent;transition:all .2s;box-sizing:border-box}.w-gallery-thumbs .swiper-slide-active{border-color:var(--w-orange)}.w-thumb-slide img{max-width:100%;mix-blend-mode:darken}.w-product-page__details{display:flex;flex-direction:column;min-width:0}.w-product-page__title{font-size:3rem;font-weight:900;color:var(--w-black);margin-bottom:1.5rem;line-height:1.1}.w-product-page__desc{font-size:1.1rem;color:var(--w-gray-text);line-height:1.6;margin-bottom:2rem}.w-product-page__desc ul{padding-left:1.5rem;margin-bottom:1.5rem}.w-product-page__desc li{margin-bottom:.5rem}.w-specs-title{font-size:1.2rem;font-weight:700;margin-bottom:1rem;color:var(--w-black)}.w-product-page__specs{background:var(--w-gray-bg);padding:1.5rem;border-radius:12px;margin-bottom:2rem}.w-product-page__specs p{margin:0;color:#555;font-size:.95rem;line-height:1.5}.w-product-page__actions{margin-bottom:2rem}.w-product-page__actions .mt-3{margin-top:1rem;display:block;text-align:center}.w-btn--lg{padding:1.2rem 2rem;font-size:1.1rem}.w-product-page__assurance ul{list-style:none;padding:0;margin:0;border-top:1px solid #eee;padding-top:1.5rem}.w-product-page__assurance li{display:flex;align-items:center;gap:.8rem;margin-bottom:1rem;color:var(--w-gray-text);font-size:.95rem}.w-product-page__assurance i{color:var(--w-orange);font-size:1.2rem}@media(max-width:992px){.w-product-page{grid-template-columns:1fr;gap:2rem;padding:2rem}.w-product-page__title{font-size:2.2rem}}.w-cart-wrapper{display:block;max-width:1100px;margin:0 auto}.w-cart-header{text-align:center;margin-bottom:3rem}.w-cart-items{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.w-cart-item{display:flex;align-items:center;gap:2rem;background:var(--w-gray-bg);padding:1.5rem;border-radius:16px;transition:transform .2s;border:1px solid transparent}.w-cart-item:hover{transform:translateY(-2px);border-color:#eee;box-shadow:0 10px 20px #00000005}.w-cart-item__image{width:120px;flex-shrink:0;background:var(--w-white);border-radius:8px;padding:.5rem;display:flex;align-items:center;justify-content:center}.w-cart-item__image img{max-width:100%;mix-blend-mode:darken}.w-cart-item__info{flex:1}.w-cart-item__title{margin:0 0 .5rem;font-size:1.2rem;font-weight:700}.w-cart-item__title a{color:var(--w-black);text-decoration:none;transition:color .2s}.w-cart-item__title a:hover{color:var(--w-orange)}.w-cart-item__variant{margin:0;color:var(--w-gray-text);font-size:.9rem}.w-cart-item__meta{margin-top:.5rem;font-size:.85rem;color:#888}.w-cart-item__meta p{margin:0 0 .2rem}.w-cart-item__remove{display:inline-block;margin-top:1rem;color:var(--w-black);background:var(--w-white);padding:.4rem 1rem;border-radius:20px;font-size:.8rem;font-weight:700;text-decoration:none;text-transform:uppercase;transition:all .2s;border:1px solid #eee}.w-cart-item__remove:hover{background:#e74c3c;color:var(--w-white);border-color:#e74c3c}.w-cart-item__price{font-weight:700;font-size:1.2rem}.w-cart-item__quantity{display:flex;align-items:center;gap:10px}.w-cart-item__quantity input{width:60px;padding:.6rem;border:1px solid #ddd;border-radius:8px;text-align:center;font-family:inherit;font-weight:600}.w-cart-item__quantity button{background:var(--w-white);border:1px solid #eee;cursor:pointer;color:var(--w-black);width:40px;height:40px;border-radius:8px;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:all .2s}.w-cart-item__quantity button:hover{background:var(--w-orange);color:var(--w-white);border-color:var(--w-orange)}.w-cart-item__total{font-weight:900;font-size:1.3rem;color:var(--w-orange);text-align:right;min-width:120px}.w-cart-footer{border-top:1px solid #eee;padding-top:3rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:3rem}.w-cart-notes{flex:1;min-width:300px}.w-cart-notes label{display:block;font-weight:700;margin-bottom:.8rem;text-transform:uppercase;font-size:.9rem;color:var(--w-black)}.w-cart-notes textarea{width:100%;height:120px;padding:1rem;border:1px solid #ddd;border-radius:12px;font-family:inherit;background:var(--w-gray-bg);resize:vertical}.w-cart-notes textarea:focus{outline:none;border-color:var(--w-orange)}.w-cart-notification{background:#f255110d;color:var(--w-orange);padding:1rem 1.5rem;border-radius:12px;margin-top:1.5rem;font-size:.9rem;font-weight:600;border:1px solid rgba(242,85,17,.1)}.w-cart-summary{flex:1;min-width:300px;background:var(--w-gray-bg);padding:2.5rem;border-radius:20px}.w-cart-summary__row{display:flex;justify-content:space-between;margin-bottom:1rem;font-size:1.1rem;color:var(--w-gray-text)}.w-cart-summary__total{display:flex;justify-content:space-between;margin-bottom:2rem;font-size:1.5rem;font-weight:900;color:var(--w-black);border-bottom:1px solid #ddd;padding-bottom:1.5rem;margin-top:1.5rem}.w-cart-summary__actions{display:flex;flex-direction:column;gap:1rem}.w-cart-empty{text-align:center;padding:5rem 2rem;background:var(--w-gray-bg);border-radius:20px}.w-cart-empty i{font-size:4rem;color:#ccc;margin-bottom:1.5rem}.w-cart-empty h2{font-size:2rem;font-weight:900;margin-bottom:1rem}.w-cart-empty p{color:var(--w-gray-text);margin-bottom:2rem}@media(max-width:768px){.w-cart-item{flex-direction:column;align-items:center;text-align:center}.w-cart-item__image{margin:0 auto 1rem}.w-cart-item__quantity{justify-content:center;margin:1rem 0}.w-cart-item__total{text-align:center}.w-cart-footer{flex-direction:column}.w-cart-notes,.w-cart-summary{min-width:100%}}.w-floating-whatsapp{position:fixed;bottom:30px;right:80px;width:60px;height:60px;background-color:#25d366;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:35px;box-shadow:0 4px 15px #0003;z-index:9999;transition:all .3s ease;text-decoration:none}.w-floating-whatsapp:hover,.w-floating-whatsapp:focus,.w-floating-whatsapp:active{transform:scale(1.1);color:#fff;box-shadow:0 6px 20px #0000004d;text-decoration:none}@media(max-width:991px){.w-floating-whatsapp{right:20px;bottom:20px;width:50px;height:50px;font-size:30px}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/wollem-custom.css.map */
