:root{--primary-purple: #D6B7DE;--dark-purple: #764ba2;--light-purple: #eddaf2;--gradient-1: linear-gradient(135deg, #d6b7de 0%, #eddaf2 100%);--gradient-2: linear-gradient(135deg, #ca61c3 0%, #eddaf2 100%);--shadow-sm: 0 2px 8px rgba(0,0,0,.08);--shadow-md: 0 4px 16px rgba(0,0,0,.12);--shadow-lg: 0 8px 32px rgba(0,0,0,.16);--navbar-height: 122px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:#f9f9f9}.skip-to-content-link{display:none!important}.container{max-width:1400px;margin:0 auto;padding:0 30px}.navbar{background-color:#fff;border-bottom:1px solid #e0e0e0;position:sticky;top:0;z-index:100}.navbar-top{max-width:1600px;margin:0 auto;padding:15px 30px;display:flex;align-items:center;justify-content:space-between;gap:24px}.navbar-logo a{display:inline-flex;align-items:center}.navbar-logo img{height:50px;display:block}.navbar-search{flex:1;max-width:700px}.navbar-search-wrapper{position:relative;display:flex;align-items:center}.navbar-search form{width:100%;display:flex;align-items:center;position:relative}.navbar-search input{width:100%;padding:13px 130px 13px 46px;border:2px solid #e0e0e0;border-radius:50px;font-size:15px;color:#1a1a1a;background-color:#fff;outline:none;transition:border-color .3s,box-shadow .3s;box-shadow:0 2px 8px #0000000a}.navbar-search input:focus{border-color:#eddaf2;box-shadow:0 4px 16px #ca61c340}.navbar-search input::placeholder{color:#999}.navbar-search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#999;pointer-events:none;z-index:1}.navbar-search-btn{position:absolute;right:4px;top:50%;transform:translateY(-50%);background:linear-gradient(135deg,#ca61c3,#764ba2);color:#fff;border:none;padding:10px 22px;border-radius:50px;font-size:14px;font-weight:600;cursor:pointer;transition:background .3s,box-shadow .3s;box-shadow:0 4px 14px #764ba259;white-space:nowrap;line-height:1;height:calc(100% - 8px);display:flex;align-items:center}.navbar-search-btn:hover{background:linear-gradient(135deg,#b94fb2,#5e3882);box-shadow:0 4px 12px #ca61c380}.navbar-right{display:flex;align-items:center;gap:12px;flex-shrink:0}.navbar-btn{padding:10px 18px;border:1px solid #eddaf2;border-radius:8px;background:#fff;font-size:14px;font-weight:500;color:#333;text-decoration:none;cursor:pointer;transition:background .2s;display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.navbar-btn:hover{background-color:#d6b7de}.nav-icon{color:#000;margin-left:4px;display:inline-flex;align-items:center;transition:opacity .2s,color .2s}.nav-icon:hover{opacity:.9;color:#d6b7de}.cart-icon{position:relative}.cart-count{position:absolute;top:-6px;right:-8px;background:linear-gradient(135deg,#764ba2,#ca61c3);color:#fff;font-size:11px;font-weight:600;min-width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 4px;line-height:1;box-shadow:0 2px 6px #764ba259;transition:transform .25s cubic-bezier(.16,1,.3,1)}.cart-count.ps-bump{animation:cartCountBump .45s cubic-bezier(.16,1,.3,1)}@keyframes cartCountBump{0%{transform:scale(1)}30%{transform:scale(1.45)}60%{transform:scale(.92)}to{transform:scale(1)}}.navbar-mobile-toggle{display:none;background:none;border:none;cursor:pointer;color:#333;padding:4px;line-height:0}.navbar-search-mobile{display:none;padding:8px 16px 12px;background:#fff}.navbar-search-mobile form{position:relative;display:flex;align-items:center}.navbar-search-mobile svg{position:absolute;left:14px;color:#999;pointer-events:none}.navbar-search-mobile input{width:100%;padding:11px 16px 11px 42px;border:2px solid #e0e0e0;border-radius:50px;font-size:14px;color:#1a1a1a;background:#fff;outline:none;transition:border-color .3s}.navbar-search-mobile input:focus{border-color:#eddaf2}.navbar-bottom{width:100%;padding:0;border-bottom:1px solid #ebebeb;background:#fff}.navbar-menu{display:flex;justify-content:center;flex-wrap:nowrap;gap:2px;list-style:none;max-width:1400px;margin:0 auto;padding:0 20px}.navbar-menu li{position:static}.navbar-menu li a{color:#1a1a1a;text-decoration:none;font-size:16.5px;font-weight:400;display:inline-flex;align-items:center;gap:6px;padding:10px 14px;border-radius:0;white-space:nowrap;transition:color .2s;letter-spacing:-.1px;position:relative}.navbar-menu li a:after{content:"";position:absolute;left:14px;right:14px;bottom:4px;height:2px;background:#7c4dbb;border-radius:2px;transform:scaleX(0);transform-origin:center;transition:transform .22s ease;pointer-events:none}.navbar-menu li a:hover{color:#7c4dbb;font-weight:500}.navbar-menu li a:hover:after,.navbar-menu li a.active:after{transform:scaleX(1)}.nav-link.active{color:#7c4dbb;font-weight:600}.mega-menu a:after{content:none!important;transform:none!important}.menu-item-has-mega{position:static}.mega-menu{position:fixed;top:calc(var(--navbar-height) - 2px);left:0;width:100%;background:#f8f8f8;box-shadow:0 4px 12px #00000014;border-top:none;visibility:hidden;opacity:0;transform:translateY(-4px);transition:opacity .22s ease,transform .22s ease,visibility 0s linear .22s;z-index:999;pointer-events:none;cursor:pointer}.menu-item-has-mega.mega-is-open .mega-menu{visibility:visible;opacity:1;transform:translateY(0);transition:opacity .2s ease,transform .2s ease,visibility 0s linear 0s;pointer-events:auto}.mega-menu-container,.pd-mega__wrap{cursor:default}.menu-item-has-mega.mega-no-transition .mega-menu{transition:none!important}.mega-menu-container{max-width:1400px;margin:0 auto;padding:35px 60px 40px;display:flex;gap:50px;align-items:flex-start}.bon-a-savoir-section{flex:0 0 230px;flex-shrink:0}.mega-menu-section-title{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.8px;color:#666;margin-bottom:20px}.info-card{background:transparent;border:none;border-radius:0;padding:12px 0;display:flex;gap:12px;margin-bottom:0;border-bottom:1px solid #f0f0f0;transition:none}.info-card:last-child{border-bottom:none}.info-card:hover{box-shadow:none}.info-icon{flex-shrink:0;width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:#f2eaf9;border-radius:8px;color:#5b2d8e;box-shadow:none}.info-icon svg{width:16px;height:16px}.info-content h4{font-size:13px;font-weight:600;color:#1a1a1a;margin-bottom:3px}.info-content p{font-size:11.5px;color:#888;line-height:1.5}.categories-section{flex:1;min-width:0;overflow:hidden}.categories-grid-wrap{display:flex;align-items:center;gap:6px}.categories-grid-nav{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:#fff;border:1px solid #e8e8e8;color:#555;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s;font-family:inherit}.categories-grid-nav svg{width:12px;height:12px}.categories-grid-nav:hover:not(:disabled){color:#5b2d8e;border-color:#c4a0e8;background:#f5eeff}.categories-grid-nav:disabled{opacity:.3;cursor:not-allowed}.categories-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.tout-voir-link{font-size:13px;font-weight:500;color:#000;text-decoration:none;border-bottom:none;display:inline-block;transition:color .2s}.tout-voir-link:hover{color:#d6b7de}.categories-grid{display:flex;gap:16px;overflow-x:auto;overflow-y:visible;padding-bottom:4px;padding-top:8px;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;flex:1;min-width:0}.categories-grid::-webkit-scrollbar{display:none}.category-card{flex:0 0 220px;width:220px;background:#fff;border:none;border-radius:22px;padding:20px;display:flex;flex-direction:column;align-items:center;text-align:center;min-height:180px;text-decoration:none;transition:box-shadow .2s,transform .2s}.category-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.category-image{width:100%;height:140px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.category-image img{max-width:90%;max-height:90%;object-fit:contain}.category-name{font-size:14px;font-weight:600;color:#1a1a1a;display:block}.pd-mega.mega-menu{background:#fff}.pd-mega .pd-mega__wrap{display:grid;grid-template-columns:200px 1fr;max-width:1720px;margin:0 auto;background:#fff;gap:0;max-height:min(820px,90vh);overflow:hidden}.pd-sidebar{background:#fafafa;border-right:none;padding:14px 10px;display:flex;flex-direction:column;gap:2px}.pd-type{display:flex;align-items:center;gap:9px;padding:7px 9px;border:none;background:transparent;border-radius:9px;cursor:pointer;font-size:11.5px;font-weight:500;color:#1a1a1a;text-align:left;font-family:inherit;width:100%;transition:background .15s,color .15s}.pd-type__ic{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:22px;height:22px;border-radius:6px;background:#fff;border:none;color:#555;transition:all .15s}.pd-type__ic svg{width:13px;height:13px}.pd-type__arr{margin-left:auto;color:#c5b2d1;font-size:13px;line-height:1;transition:transform .15s,color .15s;opacity:0}.pd-type:hover{background:#f1e8fa;color:#5d3596}.pd-type:hover .pd-type__arr{opacity:1;color:#7c4dbb}.pd-type.is-active{background:linear-gradient(135deg,#5d3596,#7c4dbb);color:#fff;box-shadow:0 4px 14px #5d35964d}.pd-type.is-active .pd-type__ic{background:linear-gradient(135deg,#9d4ec5,#c270d8);color:#fff}.pd-type.is-active .pd-type__arr{opacity:1;color:#e3cef0}.pd-main{display:flex;flex-direction:column;padding:12px 16px 16px;gap:10px;min-width:0}.pd-brands-wrap{display:flex;align-items:center;gap:6px;padding-bottom:10px;border-bottom:none;position:relative}.pd-brands__nav{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:#fff;border:none;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s;font-family:inherit}.pd-brands__nav svg{width:11px;height:11px}.pd-brands__nav:hover:not(:disabled){color:#7c4dbb;background:#f1e8fa}.pd-brands__nav:disabled{opacity:.35;cursor:not-allowed}.pd-brands-scroll{flex:1;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.pd-brands-scroll::-webkit-scrollbar{display:none}.pd-brands{display:flex;gap:4px;flex-wrap:nowrap;min-width:max-content;align-items:center}.pd-brand{border:none;background:transparent;padding:9px 16px;border-radius:0;font-size:14.5px;font-weight:600;color:#2a2a2a;cursor:pointer;font-family:inherit;white-space:nowrap;position:relative;transition:color .18s ease}.pd-brand:hover{color:#7c4dbb;background:transparent}.pd-brand.is-active{background:transparent;color:#7c4dbb;font-weight:800}.pd-brands[hidden],.pd-models[hidden]{display:none!important}.pd-col--model{display:flex;flex-direction:column;background:transparent}.pd-models{display:grid;grid-template-columns:repeat(auto-fill,minmax(155px,1fr));gap:12px;padding:4px 0 0;align-items:start}.pd-series-block{display:flex;flex-direction:column;gap:0;max-height:620px;overflow-y:auto;padding:12px 14px 14px;background:#fff;border:none;border-radius:10px;position:relative}.pd-series-head{position:sticky;top:-12px;margin:-12px -14px 10px;padding:12px 14px 10px;background:#fff;z-index:1}.pd-series-eyebrow{display:block;font-size:8.5px;font-weight:600;letter-spacing:1.6px;text-transform:uppercase;color:#b8b0c0;margin-bottom:3px;line-height:1}.pd-series-title{display:block;font-size:20px;font-weight:800;letter-spacing:-.4px;line-height:1.05;background:linear-gradient(135deg,#6a3d8a,#9d4ec5);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.pd-subhead{font-size:7.5px;font-weight:600;letter-spacing:1.1px;text-transform:uppercase;color:#b0b0b0;margin:8px 0 3px;line-height:1}.pd-subhead:first-of-type{margin-top:2px}.pd-models a{display:block;margin:0;font-size:13px;font-weight:400;color:#3a3a3a;text-decoration:none;transition:color .15s ease;line-height:1.45;letter-spacing:0;padding:5px 0}.pd-models a:hover{color:#7c4dbb;background:transparent}.pd-models a.pd-models__all{grid-column:1 / -1;margin:8px 0 0;padding:8px 0 2px;border-top:none;text-align:right;font-weight:700;color:#7c4dbb;font-size:10.5px;border-radius:0}.pd-models a.pd-models__all:hover{background:transparent;color:#5d3596}.pd-series-block::-webkit-scrollbar{width:4px}.pd-series-block::-webkit-scrollbar-track{background:transparent}.pd-series-block::-webkit-scrollbar-thumb{background:#e5d0ed;border-radius:2px}.pd-series-block:hover::-webkit-scrollbar-thumb{background:#d6b7de}.pd-series-block{scrollbar-width:thin;scrollbar-color:#e5d0ed transparent}@media(max-width:1200px){.pd-mega .pd-mega__wrap{grid-template-columns:160px 1fr;max-width:100%}.pd-main{padding:12px 16px 16px}.pd-models{grid-template-columns:repeat(auto-fill,minmax(155px,1fr));gap:4px 12px}}.mega-menu-container--pieces{flex-direction:column;gap:18px;padding:24px 60px 28px}.pd-mega-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2px}.pd-mega-header .mega-menu-section-title{margin-bottom:0}.pd-mega-all{font-size:12px;font-weight:600;color:#6d49b9;text-decoration:none;transition:opacity .15s}.pd-mega-all:hover{opacity:.7}.pd-mega-brands{display:grid;grid-template-columns:repeat(8,1fr);gap:10px}.pd-mega-brand{background:var(--bmbg, #f5f5f5);border:none;border-radius:10px;padding:11px 10px 10px;text-decoration:none;display:flex;flex-direction:column;gap:3px;transition:box-shadow .2s,transform .2s}.pd-mega-brand:hover{box-shadow:0 3px 10px #00000014;transform:translateY(-2px)}.pd-mega-brand__name{font-size:13px;font-weight:700;color:var(--bmc, #111);white-space:nowrap}.pd-mega-brand__sub{font-size:10px;color:#999;line-height:1.3}.mobile-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:1000;opacity:0;transition:opacity .3s}.mobile-overlay.is-visible{display:block;opacity:1}.mobile-drawer{position:fixed;top:0;left:0;width:88%;max-width:360px;height:100%;background:#fff;z-index:1001;display:flex;flex-direction:column;transform:translate(-100%);transition:transform .35s cubic-bezier(.4,0,.2,1);box-shadow:4px 0 24px #00000026}.mobile-drawer.is-open{transform:translate(0)}.mobile-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #f0f0f0;flex-shrink:0}.mobile-drawer-header img{display:block}.mobile-drawer-close{background:none;border:none;cursor:pointer;color:#333;padding:4px;line-height:0;border-radius:6px;transition:background .2s}.mobile-drawer-close:hover{background:#f5f5f5}.mobile-drawer-body{flex:1;overflow-y:auto;padding:16px 0 32px}.mobile-quick-links{display:flex;gap:10px;padding:0 16px 16px;border-bottom:1px solid #f0f0f0;margin-bottom:8px}.mobile-quick-btn{flex:1;text-align:center;padding:10px 12px;border:1px solid #eddaf2;border-radius:8px;font-size:13px;font-weight:500;color:#333;text-decoration:none;transition:background .2s}.mobile-quick-btn:hover{background:#eddaf2}.mobile-menu{list-style:none}.mobile-menu-trigger{width:100%;background:none;border:none;padding:14px 20px;font-size:15px;font-weight:500;color:#1a1a1a;display:flex;align-items:center;justify-content:space-between;cursor:pointer;text-align:left;transition:background .2s;border-bottom:1px solid #f8f8f8}.mobile-menu-trigger:hover{background:#faf5fb}.mobile-chevron{flex-shrink:0;transition:transform .3s ease;color:#999}.mobile-menu-item.is-open .mobile-chevron{transform:rotate(180deg)}.mobile-submenu{max-height:0;overflow:hidden;background:#faf5fb;transition:max-height .35s ease}.mobile-submenu-link{display:block;padding:11px 20px 11px 32px;font-size:14px;color:#444;text-decoration:none;border-bottom:1px solid rgba(214,183,222,.2);transition:color .2s,background .2s}.mobile-submenu-link:hover{color:#764ba2;background:#d6b7de26}.mobile-submenu-link:last-child{border-bottom:none}@media(max-width:1024px){.navbar-search-btn{display:none}.navbar-search input{padding-right:20px}}@media(max-width:968px){.navbar-mobile-toggle{display:flex}.navbar-search-mobile{display:block}.navbar-search,.navbar-bottom,.navbar-btn--desktop{display:none}.navbar-top{padding:12px 16px;gap:12px}.navbar-logo img{height:40px}.navbar-right{gap:8px}}@media(max-width:480px){.navbar-top{padding:10px 12px}.navbar-logo img{height:34px}.mobile-drawer{width:92%}}.hero-3d{background:#fff;overflow:hidden;padding:60px 0 70px}.hero-content{max-width:1400px;margin:0 auto;padding:0 60px;display:flex;flex-direction:row;align-items:center;gap:80px}.hero-text{flex:1;display:flex;flex-direction:column;align-items:flex-start;text-align:left}.hero-visual{flex:1;max-width:640px;height:600px;position:relative;overflow:visible;margin-bottom:-40px}.phone-carousel{position:relative;width:100%;height:100%}.phone-card{position:absolute;bottom:60px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;overflow:visible}.phone-card img{object-fit:contain;display:block;filter:drop-shadow(0 20px 40px rgba(0,0,0,.18))}.phone-1{left:50%;transform:translate(-50%);width:340px;z-index:3;animation:heroFloatC 5s ease-in-out infinite}.phone-1 img{width:340px;height:540px}@keyframes heroFloatC{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-14px)}}.phone-2{left:3%;width:265px;z-index:2;opacity:.92;animation:heroFloatL 5s ease-in-out 1s infinite}.phone-2 img{width:265px;height:425px}@keyframes heroFloatL{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.phone-3{right:3%;width:240px;z-index:2;opacity:.82;animation:heroFloatR 5s ease-in-out 2s infinite}.phone-3 img{width:240px;height:390px}@keyframes heroFloatR{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.phone-badge{position:absolute;bottom:-2px;left:50%;transform:translate(-50%);background:#fffffff5;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:5px 13px;border-radius:20px;font-size:12px;font-weight:600;color:#1a1a1a;white-space:nowrap;box-shadow:0 4px 14px #0000001f;z-index:4}.floating-elements{display:none}.hero-badge{display:inline-block;background:linear-gradient(135deg,#ca61c3,#9364c3);color:#fff;padding:10px 24px;border-radius:50px;font-size:14px;font-weight:600;margin-bottom:24px;box-shadow:0 4px 16px #764ba259;animation:fadeUp .5s ease-out both}.hero-title{font-size:56px;font-weight:800;line-height:1.12;margin-bottom:20px;color:#1a1a1a;animation:fadeUp .5s ease-out .1s both}.gradient-text{background:linear-gradient(135deg,#ca61c3,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:block}.hero-description{font-size:18px;line-height:1.7;color:#555;margin-bottom:36px;max-width:480px;animation:fadeUp .5s ease-out .2s both}.hero-cta{display:flex;animation:fadeUp .5s ease-out .3s both}.btn-primary{background:linear-gradient(135deg,#ca61c3,#764ba2);color:#fff;padding:16px 36px;border-radius:50px;font-size:16px;font-weight:700;text-decoration:none;box-shadow:0 6px 20px #764ba266;transition:transform .3s,box-shadow .3s;display:inline-flex;align-items:center;justify-content:center}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 28px #764ba280}.hero-stats{display:none}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media(max-width:968px){.hero-3d{padding:32px 0 0}.hero-content{flex-direction:column;padding:0;gap:0;align-items:stretch}.hero-text{display:contents}.hero-badge{order:1;margin:32px 20px 20px;align-self:flex-start}.hero-title{order:2;font-size:32px;margin:0 20px 16px}.hero-description{order:3;font-size:15px;margin:0 20px;max-width:100%}.hero-visual{order:4;width:100%;max-width:100%;flex:none;height:360px;margin:28px 0 0}.hero-cta{order:5;padding:0 20px;margin:28px 0 36px}.hero-cta .btn-primary{width:100%;padding:17px 24px;font-size:16px}.phone-1{width:200px}.phone-1 img{width:200px;height:320px}.phone-2{left:5%;width:158px}.phone-2 img{width:158px;height:252px}.phone-3{right:5%;width:142px}.phone-3 img{width:142px;height:228px}.phone-badge{font-size:11px;padding:5px 11px}}@media(max-width:480px){.hero-title{font-size:28px}.hero-visual{height:300px}.phone-1{width:170px}.phone-1 img{width:170px;height:272px}.phone-2{left:4%;width:134px}.phone-2 img{width:134px;height:214px}.phone-3{right:4%;width:120px}.phone-3 img{width:120px;height:192px}}.trust-band{background:#fafafa;padding:40px 24px;border-top:1px solid #f0f0f0}.trust-stats{display:flex;flex-direction:column;gap:24px;max-width:480px;margin:0 auto 36px;padding:0}.trust-stat-item{display:flex;flex-direction:column}.trust-stat-item strong{font-size:32px;font-weight:800;color:#1a1a1a;margin-bottom:4px;line-height:1}.trust-stat-item span{font-size:14px;color:#888}.trust-divider{height:1px;background:#e8e8e8;max-width:480px;margin:0 auto 36px}.trust-container{max-width:480px;margin:0 auto;display:flex;flex-direction:column;gap:0}.trust-item{display:flex;flex-direction:column;align-items:flex-start;padding:20px 0;border-bottom:1px solid #efefef;gap:4px}.trust-item:last-child{border-bottom:none}.trust-item svg{color:var(--dark-purple);width:26px;height:26px;margin-bottom:6px}.trust-item strong{font-size:15px;font-weight:700;color:#1a1a1a}.trust-item span{font-size:13px;color:#888}@media(min-width:969px){.trust-band{background:#fff;padding:12px 60px;border-bottom:1px solid #f0f0f0}.trust-stats{flex-direction:row;gap:60px;max-width:1400px;margin:0 auto 32px;padding:0}.trust-stat-item strong{font-size:36px}.trust-divider{max-width:1400px;margin:0 auto 32px}.trust-container{max-width:1400px;flex-direction:row;align-items:center}.trust-item{flex:1;flex-direction:row;align-items:center;border-bottom:none;border-right:1px solid #f0f0f0;padding:0 28px;gap:10px}.trust-item:first-child{padding-left:0}.trust-item:last-child{border-right:none;padding-right:0}.trust-item svg{margin-bottom:0;flex-shrink:0;width:18px;height:18px}.trust-item strong{font-size:13px;font-weight:600}.trust-item span{font-size:12px;color:#999}}.section-header,.hiw-header{text-align:center;margin-bottom:60px}.section-eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:11px;font-weight:700;color:#8a5a97;text-transform:uppercase;letter-spacing:.2em;margin-bottom:16px}.section-eyebrow:before,.section-eyebrow:after{content:"";width:28px;height:1px;background:#c9a0d4}.section-header h2,.hiw-header h2{font-size:32px;font-weight:700;color:#0a0a0a;line-height:1.1;letter-spacing:-1px;margin-bottom:14px}.section-header h2 em,.hiw-header h2 em{font-style:normal;background:linear-gradient(135deg,#b57ec2,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-header p,.hiw-header p{font-size:13px;color:#aaa;font-weight:400;letter-spacing:-.05px;margin-top:4px}.categories-popular{padding:100px 0;background:#fafafa}.categories-popular .container{text-align:center}.categories-popular .section-header{text-align:center;margin-bottom:40px}.categories-grid-home{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.category-home-card{background:#fff;border-radius:16px;overflow:hidden;transition:transform .3s,box-shadow .3s;text-decoration:none;box-shadow:var(--shadow-sm)}.category-home-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.category-home-visual{height:240px;display:flex;align-items:center;justify-content:center;padding:30px}.category-home-visual img{max-width:170%;max-height:100%;object-fit:contain;transition:transform .3s}.category-home-card:hover .category-home-visual img{transform:scale(1.1)}.categorys-homes-cards{background:#fff;border-radius:16px;overflow:hidden;transition:transform .3s,box-shadow .3s;text-decoration:none;box-shadow:var(--shadow-sm)}.categorys-homes-cards:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.categorys-homes-visuals{height:240px;display:flex;align-items:center;justify-content:center;padding:30px}.categorys-homes-visuals img{max-width:400px;max-height:400px;object-fit:contain;transition:transform .3s;z-index:2}.categorys-homes-cards:hover .categorys-homes-visuals img{transform:scale(1.1)}.categoryss-homess-cardss{background:#fff;border-radius:16px;overflow:hidden;transition:transform .3s,box-shadow .3s;text-decoration:none;box-shadow:var(--shadow-sm)}.categoryss-homess-cardss:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.categoryss-homess-visualss{height:240px;display:flex;align-items:center;justify-content:center;padding:30px}.categoryss-homess-visualss img{max-width:270px;max-height:300px;object-fit:contain;transition:transform .3s}.categoryss-homess-cardss:hover .categoryss-homess-visualss img{transform:scale(1.1)}.category-home-info{padding:24px;background:#fff}.category-home-info h3{font-size:20px;font-weight:600;color:#1a1a1a;margin-bottom:8px}.category-home-info p{font-size:14px;color:#666;margin-bottom:12px}.category-link{color:var(--dark-purple);font-weight:600;font-size:14px;display:inline-flex;align-items:center;transition:gap .3s}.featured-products{padding:100px 0;background:#fff;overflow:visible}.products-carousel{position:relative;height:650px;display:flex;align-items:center;justify-content:center}.carousel-container{position:relative;width:100%;height:100%;transform-style:preserve-3d;perspective:2000px;transition:transform 1s cubic-bezier(.4,0,.2,1)}.product-card-modern{position:absolute;left:50%;top:50%;width:320px;background:#fff;border:1px solid #e5e5e5;border-radius:16px;overflow:hidden;transition:all .8s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 40px #0000001a;transform-style:preserve-3d}.product-card-modern:hover{border-color:var(--primary-purple);box-shadow:0 20px 60px #764ba24d}.carousel-controls{position:absolute;bottom:-80px;left:50%;transform:translate(-50%);display:flex;gap:16px;z-index:10}.carousel-btn{width:50px;height:50px;background:var(--gradient-2);border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s;box-shadow:0 4px 12px #764ba233}.carousel-btn:hover{background:var(--gradient-1);transform:scale(1.1);box-shadow:0 6px 20px #764ba266}.carousel-btn svg{color:var(--dark-purple);transition:color .3s}.carousel-btn:hover svg{color:#fff}.carousel-indicators{position:absolute;bottom:-120px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:10}.indicator-dot{width:10px;height:10px;background:#d0d0d0;border-radius:50%;cursor:pointer;transition:all .3s}.indicator-dot.active{width:30px;border-radius:5px;background:var(--dark-purple)}.indicator-dot:hover{background:var(--primary-purple)}.product-badge{position:absolute;top:16px;left:16px;background:var(--gradient-1);color:#fff;padding:6px 14px;border-radius:20px;font-size:12px;font-weight:600;z-index:2;box-shadow:var(--shadow-sm)}.product-image-wrapper{height:280px;display:flex;align-items:center;justify-content:center;padding:30px;background:linear-gradient(180deg,#fafafa,#fff);position:relative}.product-image-wrapper:before{content:"\1f4f1";font-size:180px;opacity:.1;position:absolute}.product-info{padding:24px}.product-category{font-size:12px;font-weight:600;text-transform:uppercase;color:#999;letter-spacing:.5px;display:block;margin-bottom:8px}.product-info h3{font-size:18px;font-weight:600;color:#1a1a1a;margin-bottom:12px;min-height:48px}.product-state{margin-bottom:16px}.state-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}.state-badge.excellent{background:#d4f4dd;color:#0f5132}.state-badge.comme-neuf{background:#cfe2ff;color:#084298}.product-pricing{display:flex;align-items:center;gap:12px;margin-bottom:16px}.price-current{font-size:28px;font-weight:700;color:#1a1a1a}.price-original{font-size:16px;color:#999;text-decoration:line-through}.btn-add-cart{width:100%;background:var(--gradient-2);color:var(--dark-purple);border:none;padding:14px;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s}.btn-add-cart:hover{background:var(--gradient-1);color:#fff;transform:translateY(-2px);box-shadow:var(--shadow-md)}.how-it-works{padding:100px 0;background:#faf8fc}.how-it-works .container{display:flex;flex-direction:column;align-items:center}.hiw-header{text-align:center;margin-bottom:64px}.hiw-header h2{font-size:28px;font-weight:700;color:#111;margin-bottom:12px;letter-spacing:-1px}.hiw-header p{font-size:13px;color:#888;font-weight:400}.hiw-steps{display:flex;align-items:flex-start;gap:0;width:100%;max-width:1100px}.hiw-divider{flex-shrink:0;width:1px;height:260px;background:#e8ddf0;margin-top:130px;align-self:flex-start}.hiw-step{flex:1;display:flex;flex-direction:column;align-items:center;padding:0 32px;text-align:center}.hiw-step-img{width:100%;aspect-ratio:1 / 1;max-width:280px;background:#eddaf2;border-radius:18px;overflow:hidden;position:relative;margin-bottom:28px;transition:transform .35s ease,box-shadow .35s ease;box-shadow:0 4px 20px #764ba214}.hiw-step:hover .hiw-step-img{transform:translateY(-6px);box-shadow:0 14px 40px #764ba229}.hiw-step-img img{width:100%;height:100%;object-fit:cover;display:block}.hiw-step-num{position:absolute;bottom:14px;left:16px;font-size:13px;font-weight:700;color:#764ba2;background:#ffffffd9;padding:4px 10px;border-radius:20px;letter-spacing:.04em;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hiw-step-body h3{font-size:18px;font-weight:600;color:#111;margin-bottom:10px;letter-spacing:-.3px}.hiw-step-body p{font-size:13px;color:#888;line-height:1.65;max-width:220px;margin:0 auto}@media(max-width:968px){.how-it-works{padding:60px 0}.hiw-steps{gap:0}.hiw-step{padding:0 16px}.hiw-step-img{max-width:200px;border-radius:14px}.hiw-divider{height:200px;margin-top:100px}}@media(max-width:640px){.how-it-works{padding:48px 0}.hiw-header{margin-bottom:40px}.hiw-steps{flex-direction:column;align-items:center;gap:40px}.hiw-divider{width:40px;height:1px;margin:0;align-self:center}.hiw-step{padding:0;width:100%}.hiw-step-img{max-width:100%;border-radius:16px}}.eco-section{padding:100px 0;background:linear-gradient(135deg,#e8f5e9,#f1f8e9)}.eco-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.eco-visual{position:relative;display:flex;flex-direction:column;align-items:center}.eco-image-square{width:280px;height:280px;background:#e0ede1;border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 40px;overflow:hidden;box-shadow:0 8px 32px #0000001a}.eco-image-square img{width:100%;height:100%;object-fit:cover;border-radius:20px}.eco-stats{display:flex;justify-content:center;gap:48px}.eco-stat{text-align:center}.eco-stat strong{display:block;font-size:32px;font-weight:700;color:#2e7d32;margin-bottom:4px}.eco-stat span{font-size:14px;color:#666}.eco-badge{display:inline-block;background:#fff;padding:8px 20px;border-radius:50px;font-size:14px;font-weight:600;margin-bottom:24px;color:#2e7d32}.eco-text h2{font-size:42px;font-weight:700;color:#1a1a1a;margin-bottom:24px;line-height:1.2}.eco-text p{font-size:16px;line-height:1.7;color:#666;margin-bottom:24px}.eco-benefits{list-style:none;margin-bottom:32px}.eco-benefits li{font-size:15px;color:#1a1a1a;margin-bottom:12px}.sav-section{padding:60px 0;background:#fff}.sav-banner{background:linear-gradient(135deg,#9364c3,#764ba2);padding:48px 60px;border-radius:20px;display:flex;gap:40px;align-items:center;box-shadow:var(--shadow-lg);position:relative;overflow:hidden;max-width:1400px;margin:0 auto}.sav-banner:before{content:"";position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(214,183,222,.1) 0%,transparent 70%);border-radius:50%}.sav-icon{width:100px;height:100px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;z-index:2}.sav-icon svg{color:#fff}.sav-content{flex:1;position:relative;z-index:2}.sav-content h3{font-size:28px;font-weight:700;color:#fff;margin-bottom:12px}.sav-content p{font-size:16px;color:#fffc;margin-bottom:24px;line-height:1.6}.sav-contact-methods{display:flex;gap:32px;flex-wrap:wrap}.sav-method{display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none;font-size:15px;font-weight:500;padding:12px 20px;background:#ffffff1a;border-radius:12px;border:1px solid rgba(255,255,255,.2);transition:all .3s}.sav-method:hover{background:#ffffff26;border-color:#d6b7de;transform:translateY(-2px)}.sav-method svg{flex-shrink:0}.reviews-section{padding:100px 0;background:#fff;text-align:center}.reviews-section .section-header{text-align:center}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;text-align:left}.review-card{background:#fafafa;padding:32px;border-radius:16px;transition:transform .3s,box-shadow .3s}.review-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.review-stars{color:#ffa000;font-size:18px;margin-bottom:16px}.review-text{font-size:15px;line-height:1.6;color:#1a1a1a;margin-bottom:24px;font-style:italic}.review-author{display:flex;align-items:center;gap:12px}.author-avatar{width:48px;height:48px;background:var(--gradient-2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--dark-purple);font-size:18px}.review-author strong{display:block;font-size:14px;color:#1a1a1a;margin-bottom:2px}.review-author span{display:block;font-size:12px;color:#999}.repair-section{padding:100px 0;background:#fff;text-align:center}.repair-section .section-header{text-align:center}.repair-content{display:flex;flex-direction:column;gap:48px;align-items:center}.repair-hero{display:grid;grid-template-columns:1fr 1.5fr;gap:60px;background:linear-gradient(135deg,#f8f9ff,#fff5f8);padding:60px;border-radius:24px;align-items:center;box-shadow:var(--shadow-sm);position:relative;overflow:hidden;width:100%;text-align:left}.repair-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:radial-gradient(circle,rgba(214,183,222,.1) 0%,transparent 70%);border-radius:50%}.repair-hero-visual{position:relative;display:flex;align-items:center;justify-content:center}.repair-icon-large{width:200px;height:200px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 40px #764ba226;position:relative;animation:float 4s ease-in-out infinite}.repair-icon-large svg{color:#764ba2;width:120px;height:120px;display:block}.repair-badge-float{position:absolute;top:20px;right:-10px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:12px 20px;border-radius:50px;font-size:14px;font-weight:600;box-shadow:0 4px 16px #764ba24d;animation:bounce 2s ease-in-out infinite;display:flex;align-items:center;justify-content:center;white-space:nowrap}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.repair-hero-info{position:relative;z-index:2}.repair-hero-info h3{font-size:36px;font-weight:700;color:#1a1a1a;margin-bottom:16px}.repair-hero-info p{font-size:16px;line-height:1.7;color:#666;margin-bottom:24px}.repair-hero-features{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.feature-item{display:flex;align-items:center;gap:12px;font-size:15px;color:#1a1a1a}.feature-item svg{color:#2e7d32;flex-shrink:0}.footer{background:#1a1a1a;color:#fff;padding:80px 0 32px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:60px;margin-bottom:48px}.footer-col h4{font-size:18px;font-weight:600;margin-bottom:20px;color:#fff}.footer-col p{font-size:14px;line-height:1.6;color:#999;margin-bottom:24px}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col ul li{margin-bottom:12px}.footer-col ul li a{color:#999;text-decoration:none;font-size:14px;transition:color .3s,transform .3s;display:inline-block}.footer-col ul li a:hover{color:#d6b7de;transform:translate(5px)}.social-links{display:flex;gap:12px;margin-top:24px}.social-btn{width:44px;height:44px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s;position:relative;overflow:hidden}.social-btn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#667eea,#764ba2);opacity:0;transition:opacity .3s}.social-btn:hover:before{opacity:1}.social-btn svg{width:20px;height:20px;color:#fff;position:relative;z-index:1;transition:transform .3s}.social-btn:hover{transform:translateY(-4px);box-shadow:0 6px 20px #d6b7de66}.social-btn:hover svg{transform:scale(1.1)}.social-btn:nth-child(1):hover:before{background:#1877f2}.social-btn:nth-child(2):hover:before{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.social-btn:nth-child(3):hover:before{background:#000}.social-btn:nth-child(4):hover:before{background:#0a66c2}.footer-bottom{text-align:center;padding-top:32px;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom p{font-size:14px;color:#999;margin:0}@media(max-width:1200px){.hero-content{gap:60px}.hero-title{font-size:52px}.categories-grid-home{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr 1fr;gap:40px}}@media(max-width:968px){.hero-3d,.categories-popular,.featured-products,.how-it-works,.eco-section,.reviews-section,.repair-section,.sav-section{padding:60px 0}.hero-content{grid-template-columns:1fr;gap:40px;text-align:center}.hero-visual{height:420px;order:-1}.hero-title{font-size:42px}.hero-description{margin:0 auto 32px}.hero-cta,.hero-stats{justify-content:center}.hero-badge{display:inline-block}.phone-card{width:260px;height:440px}.trust-container{grid-template-columns:repeat(2,1fr);gap:24px}.categories-grid-home{grid-template-columns:repeat(2,1fr);gap:16px}.products-carousel{height:520px}.product-card-modern{width:280px}.carousel-controls{bottom:-60px}.carousel-indicators{bottom:-100px}.steps-timeline{flex-direction:column;align-items:center;gap:48px}.step-arrow{display:none}.reviews-grid{grid-template-columns:repeat(2,1fr);gap:20px}.eco-content{grid-template-columns:1fr;gap:40px;text-align:center}.eco-stats{justify-content:center}.eco-image-square{margin:0 auto 40px}.repair-hero{grid-template-columns:1fr;gap:40px;padding:40px;text-align:center}.repair-hero-visual{justify-content:center}.repair-hero-features{align-items:center}.sav-banner{flex-direction:column;text-align:center;padding:40px}.sav-contact-methods{justify-content:center}.footer-grid{grid-template-columns:1fr 1fr;gap:40px}}@media(max-width:640px){.hero-3d,.categories-popular,.featured-products,.how-it-works,.eco-section,.reviews-section,.repair-section,.sav-section{padding:48px 0}.container{padding:0 16px}.section-header{margin-bottom:36px}.section-header h2,.hiw-header h2{font-size:24px;letter-spacing:-1px}.section-header p,.hiw-header p{font-size:13px}.hero-3d{padding:40px 0 32px}.hero-content{padding:0 16px;gap:32px}.hero-title{font-size:32px}.hero-description{font-size:15px}.hero-cta{flex-direction:column;align-items:center;gap:12px}.btn-primary{width:100%;text-align:center;padding:14px 24px}.hero-stats{flex-direction:row;flex-wrap:wrap;gap:24px;justify-content:center}.stat-item{min-width:100px;align-items:center}.stat-item strong{font-size:22px}.hero-visual{height:320px}.phone-card{width:200px;height:340px}.floating-elements{display:none}.trust-band{padding:20px 0}.trust-container{grid-template-columns:1fr 1fr;gap:16px;padding:0 16px}.trust-item{flex-direction:column;text-align:center;gap:8px}.trust-item svg{width:28px;height:28px}.trust-item strong{font-size:13px}.trust-item span{font-size:12px}.categories-popular{padding:40px 0}.categories-grid-home{grid-template-columns:1fr 1fr;gap:12px}.category-home-visual{height:160px;padding:16px}.category-home-info{padding:14px 16px}.category-home-info h3{font-size:16px}.category-home-info p{display:none}.categorys-homes-visuals,.categoryss-homess-visualss{height:160px;padding:16px}.categorys-homes-visuals img{max-width:120px;max-height:120px}.categoryss-homess-visualss img{max-width:100px;max-height:120px}.featured-products{padding:40px 0 80px}.products-carousel{height:520px}.product-card-modern{width:270px}.carousel-controls{bottom:-56px}.carousel-btn{width:44px;height:44px}.carousel-indicators{bottom:-92px}.product-image-wrapper{height:220px;padding:20px}.product-info{padding:16px}.price-current{font-size:24px}.how-it-works,.eco-section{padding:40px 0}.eco-image-square{width:200px;height:200px;border-radius:16px;margin-bottom:24px}.eco-stats{gap:24px}.eco-stat strong{font-size:26px}.eco-text h2{font-size:28px}.eco-text p{font-size:14px}.sav-section{padding:32px 0}.sav-banner{padding:24px 20px;gap:24px}.sav-content h3{font-size:22px}.sav-content p{font-size:14px}.sav-contact-methods{flex-direction:column;gap:10px}.sav-method{width:100%;justify-content:center;font-size:14px}.reviews-section{padding:40px 0}.reviews-grid{grid-template-columns:1fr;gap:16px}.review-card{padding:20px}.repair-section{padding:40px 0}.repair-hero{padding:24px 20px;gap:24px}}.campaign-banner{position:relative;height:62vh;min-height:440px;overflow:hidden;margin:1rem 0}.banner-media{width:100%;height:100%;overflow:hidden}.banner-media img{width:100%;height:100%;object-fit:cover;transform:scale(1.05);will-change:transform}.campaign-banner:hover .banner-media img{transform:scale(1.09)}.banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1.8rem;background:linear-gradient(to bottom,#0000000d,#0000004d,#0000008c);color:#fff}.banner-overlay .eyebrow{color:#ffffffb3}.banner-title{font-family:Cormorant Garamond,serif;font-size:clamp(3rem,6vw,7rem);font-weight:300;letter-spacing:.1em;line-height:1.05;color:#fff}.banner-title em{font-style:italic;color:#ffdc9beb}@media(max-width:600px){.campaign-banner{height:50vh}}.pixelstr-hero-3d-section .blur-\[120px\]{filter:blur(40px)!important;mix-blend-mode:normal!important;opacity:.5!important}.pixelstr-hero-3d-section .blur-\[140px\]{filter:blur(40px)!important;mix-blend-mode:normal!important;opacity:.45!important}.pixelstr-hero-3d-section .blur-\[100px\]{filter:blur(35px)!important;mix-blend-mode:normal!important;opacity:.5!important}.pixelstr-hero-3d-section .blur-3xl,.pixelstr-hero-3d-section .group-hover\:opacity-50.blur-2xl{display:none!important}.pixelstr-hero-3d-section .mix-blend-multiply,.pixelstr-hero-3d-section .mix-blend-screen,.pixelstr-hero-3d-section .mix-blend-overlay{mix-blend-mode:normal!important}@media(min-width:1025px){.pixelstr-hero-3d-section [class*=grid-cols-12]{padding-left:clamp(40px,6vw,96px)!important;padding-right:clamp(40px,6vw,96px)!important;max-width:1440px!important;margin:0 auto!important}.pixelstr-hero-3d-section [class*=tracking-][class*=opacity-]{opacity:.95!important}.pixelstr-hero-3d-section [class*="lg:col-span-6"][class*=flex-col]{padding:32px 0!important}.pixelstr-hero-3d-section h1,.pixelstr-hero-3d-section h2{letter-spacing:-1.4px!important;line-height:1.05!important}.pixelstr-hero-3d-section h1+p,.pixelstr-hero-3d-section h2+p{opacity:.88!important;line-height:1.6!important;max-width:460px!important}.pixelstr-hero-3d-section [class*=absolute][class*=top-10][class*=right-10],.pixelstr-hero-3d-section [class*=absolute][class*=top-14]{box-shadow:0 6px 24px #0000002e!important}.pixelstr-hero-3d-section a[class*=rounded-full][class*=px-]{transition:transform .2s ease,box-shadow .2s ease,background .2s ease!important}.pixelstr-hero-3d-section a[class*=rounded-full][class*=px-]:hover{transform:translateY(-2px)!important;box-shadow:0 10px 28px #00000038!important}}@media(max-width:1024px){.pixelstr-hero-3d-section,.pixelstr-hero-3d-section #pixelstr-hero-root{height:auto!important;min-height:540px!important;max-height:600px!important}.pixelstr-hero-3d-section h1,.pixelstr-hero-3d-section h2{font-size:clamp(1.8rem,4vw,2.4rem)!important;line-height:1.12!important}.pixelstr-hero-3d-section [class*=font-mono][class*=text-xs]{font-size:9px!important}}@media(prefers-reduced-motion:reduce){.pixelstr-hero-3d-section *,.pixelstr-hero-3d-section *:before,.pixelstr-hero-3d-section *:after{animation:none!important;transition-duration:.01ms!important}}.mobile-drawer:not(.is-open){visibility:hidden!important;pointer-events:none!important}.mobile-overlay:not(.is-visible){visibility:hidden!important;pointer-events:none!important}@media(min-width:969px){.mobile-drawer,.mobile-overlay,#mobileDrawer{display:none!important}}.pixelstr-hero-3d-section svg line,.pixelstr-hero-3d-section svg path[stroke]{opacity:.35!important}@media(max-width:1280px){.pixelstr-hero-3d-section svg[class*=absolute]:has(line),.pixelstr-hero-3d-section [class*=absolute]>svg:has(line[stroke]){display:none!important}}.pixelstr-hero-3d-section [class*=transition-opacity],.pixelstr-hero-3d-section [class*=duration-700],.pixelstr-hero-3d-section [class*=duration-500],.pixelstr-hero-3d-section [class*=duration-1000]{transition-duration:.35s!important;animation-duration:.35s!important}.pixelstr-hero-3d-section [class*=duration-300]{transition-duration:.25s!important}@media(max-width:768px){.pixelstr-hero-3d-section,.pixelstr-hero-3d-section #pixelstr-hero-root,.pixelstr-hero-3d-section .h-screen,.pixelstr-hero-3d-section [class*="min-h-["]{height:auto!important;min-height:0!important;max-height:none!important}.pixelstr-hero-3d-section>section,.pixelstr-hero-3d-section [class*=relative][class*=w-full][class*=h-screen]{height:auto!important;min-height:540px!important;max-height:none!important;padding-bottom:72px!important}.pixelstr-hero-3d-section [class*=grid-cols-12],.pixelstr-hero-3d-section [class*="lg:grid-cols-12"]{display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:center!important;gap:24px!important;padding:36px 22px 24px!important;height:auto!important;min-height:0!important}.pixelstr-hero-3d-section [class*="lg:col-span-6"]:not([class*=hidden]):not([class*="lg:hidden"]){grid-column:auto!important;width:100%!important;max-width:100%!important;padding:0!important;text-align:left!important}.pixelstr-hero-3d-section [class*=tracking-]:not(h1):not(h2):not([class*=counter]){font-size:12px!important;letter-spacing:.2em!important;margin-bottom:16px!important;opacity:1!important;color:#7c4dbb!important;font-weight:700!important}.pixelstr-hero-3d-section h1,.pixelstr-hero-3d-section h2{font-size:clamp(1.85rem,7.2vw,2.25rem)!important;line-height:1.1!important;letter-spacing:-.6px!important;margin-bottom:16px!important;font-weight:700!important}.pixelstr-hero-3d-section h1+p,.pixelstr-hero-3d-section h2+p,.pixelstr-hero-3d-section [class*=text-base]+p{font-size:15.5px!important;line-height:1.6!important;margin-bottom:22px!important;opacity:.82!important}.pixelstr-hero-3d-section a[class*=rounded-full][class*=px-],.pixelstr-hero-3d-section a[class*=rounded-full][class*=bg-]{padding:14px 24px!important;font-size:14.5px!important;font-weight:600!important;min-height:50px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.pixelstr-hero-3d-section [class*=flex][class*=gap-]{gap:12px!important;flex-wrap:wrap!important}.pixelstr-hero-3d-section [class*=absolute][class*=font-mono],.pixelstr-hero-3d-section svg[class*=absolute],.pixelstr-hero-3d-section [class*=hidden][class*="lg:block"],.pixelstr-hero-3d-section [class*=hidden][class*="lg:flex"],.pixelstr-hero-3d-section [class*=hidden][class*="md:block"]{display:none!important}.pixelstr-hero-3d-section .blur-\[120px\],.pixelstr-hero-3d-section .blur-\[140px\],.pixelstr-hero-3d-section .blur-\[100px\],.pixelstr-hero-3d-section .blur-3xl,.pixelstr-hero-3d-section .blur-2xl,.pixelstr-hero-3d-section .blur-xl{display:none!important}.pixelstr-hero-3d-section [class*=backdrop-blur]{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.pixelstr-hero-3d-section canvas{transform:none!important;max-height:320px!important;width:100%!important;display:block!important;margin:0 auto!important}.pixelstr-hero-3d-section [class*=absolute][class*=top-10][class*=right-10],.pixelstr-hero-3d-section [class*=absolute][class*=top-14]{top:16px!important;right:16px!important;padding:7px 13px!important;font-size:12px!important;transform:none!important;box-shadow:0 4px 14px #0003!important;z-index:30!important;border-radius:999px!important}.pixelstr-hero-3d-section [class*=absolute][class*=top-6][class*=right-6]{top:20px!important;right:auto!important;left:20px!important;font-size:11px!important;letter-spacing:.25em!important;opacity:.85!important;font-weight:600!important}.pixelstr-hero-3d-section button[aria-label*=Slide]{width:40px!important;height:40px!important;opacity:.6!important;background:#ffffff2e!important;backdrop-filter:blur(4px)!important;-webkit-backdrop-filter:blur(4px)!important}.pixelstr-hero-3d-section button[aria-label*=pr\e9 c\e9 dente]{left:10px!important}.pixelstr-hero-3d-section button[aria-label*=suivante]{right:10px!important}.pixelstr-hero-3d-section [class*=bottom-6]>[class*=rounded-full],.pixelstr-hero-3d-section [class*=bottom-10]>[class*=rounded-full]{min-width:26px!important;height:4px!important}.pixelstr-hero-3d-section [class*=bottom-6],.pixelstr-hero-3d-section [class*=bottom-10]{bottom:22px!important;gap:8px!important}.pixelstr-hero-3d-section img{max-width:100%!important;max-height:260px!important;object-fit:contain!important}}.pixelstr-hero-3d-section,.pixelstr-hero-3d-section *{font-variant-emoji:text!important}[id*=userway],[class*=userway],[id*=accessibility]:not(.pixelstr-hero-3d-section *),[class*=accessibility-widget],[class*=shopify-accessibility],iframe[src*=userway],iframe[src*=accessibility],.tidio-chat,.crisp-client,[id*=cibler],[class*=cibler],[id*=ada-app],[class*=ada-widget]{display:none!important}@media(max-width:768px){[class*=chat-button][class*=fixed],[class*=chat-widget],.fb_dialog,iframe[id*=messenger]{display:none!important}}.pixelstr-hero-3d-section [class*=absolute][class*=top-10][class*=right-10],.pixelstr-hero-3d-section [class*=absolute][class*=top-14]{display:inline-flex!important;align-items:center!important;gap:8px!important;line-height:1.2!important}.pixelstr-hero-3d-section [class*=absolute][class*=top-10]>*,.pixelstr-hero-3d-section [class*=absolute][class*=top-14]>*{display:inline-flex!important;align-items:center!important;vertical-align:middle!important}@media(max-width:768px){.pixelstr-hero-3d-section [class*=rounded-][class*=bg-white]:not([class*=rounded-full]),.pixelstr-hero-3d-section [class*=absolute][class*=bottom-]:has(p),.pixelstr-hero-3d-section [class*=shadow][class*=rounded-2xl]{bottom:auto!important;top:50%!important;transform:translateY(-50%)!important}}@media(max-width:768px){.pixelstr-hero-3d-section canvas{max-height:240px!important;min-height:200px!important}}@media(max-width:768px){.pixelstr-hero-3d-section [class*="lg:col-span-6"][class*=flex][class*=flex-col]{justify-content:center!important}.pixelstr-hero-3d-section>section,.pixelstr-hero-3d-section [class*=relative][class*=w-full][class*=h-screen]{min-height:520px!important}}.pixelstr-hero-3d-section a[class*=rounded-full][class*=group][class*=relative]:not([class*=border]),.pixelstr-hero-3d-section button[class*=rounded-full][class*=group][class*=relative]:not([class*=border]){background:linear-gradient(135deg,#7c4dbb,#5b2d8e)!important;color:#fff!important;border:none!important;box-shadow:0 4px 16px #5b2d8e59!important}.pixelstr-hero-3d-section a[class*=rounded-full][class*=group][class*=relative]:not([class*=border]):hover,.pixelstr-hero-3d-section button[class*=rounded-full][class*=group][class*=relative]:not([class*=border]):hover{background:linear-gradient(135deg,#8b58c9,#6a3aa0)!important;box-shadow:0 6px 22px #5b2d8e80!important;transform:translateY(-1px)!important}.pixelstr-hero-3d-section a[class*=rounded-full][class*=border]:not([class*=bg-]){background:#ffffff0f!important;color:#fff!important;border:1.5px solid rgba(255,255,255,.3)!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important}.pixelstr-hero-3d-section a[class*=rounded-full][class*=border]:not([class*=bg-]):hover{background:#ffffff1f!important;border-color:#ffffff80!important}@media(max-width:380px){.pixelstr-hero-3d-section>section{min-height:500px!important;padding-bottom:64px!important}.pixelstr-hero-3d-section [class*=grid-cols-12],.pixelstr-hero-3d-section [class*="lg:grid-cols-12"]{padding:28px 18px 20px!important;gap:20px!important}.pixelstr-hero-3d-section h1,.pixelstr-hero-3d-section h2{font-size:1.65rem!important}.pixelstr-hero-3d-section h1+p,.pixelstr-hero-3d-section h2+p{font-size:14.5px!important}.pixelstr-hero-3d-section canvas{max-height:240px!important}.pixelstr-hero-3d-section a[class*=rounded-full][class*=px-]{padding:12px 20px!important;font-size:14px!important;min-height:46px!important}.pixelstr-hero-3d-section [class*=absolute][class*=top-10][class*=right-10]{font-size:11px!important;padding:6px 11px!important}}@media(max-width:768px){.pixelstr-hero-3d-section.pixelstr-hero-3d-section,.pixelstr-hero-3d-section.pixelstr-hero-3d-section #pixelstr-hero-root,.pixelstr-hero-3d-section.pixelstr-hero-3d-section .h-screen,.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*="min-h-["],.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*="h-\\["]{height:auto!important;min-height:0!important;max-height:none!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section>section,.pixelstr-hero-3d-section.pixelstr-hero-3d-section>div,.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*=relative][class*=w-full]{height:auto!important;min-height:0!important;max-height:none!important;padding-bottom:0!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*=grid-cols-12],.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*="lg:grid-cols-12"]{display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;gap:18px!important;padding:40px 20px 60px!important;height:auto!important;min-height:0!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*="lg:col-span-6"]:not([class*=hidden]):not([class*="lg:hidden"]){width:100%!important;max-width:100%!important;padding:0!important;margin:0!important;text-align:left!important;height:auto!important;min-height:0!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*=tracking-]:not(h1):not(h2):not(p):not([class*=counter]){font-size:11.5px!important;letter-spacing:.22em!important;margin-bottom:12px!important;opacity:1!important;color:#a77ade!important;font-weight:700!important;text-transform:uppercase!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section h1,.pixelstr-hero-3d-section.pixelstr-hero-3d-section h2{font-size:clamp(1.7rem,6.8vw,2.1rem)!important;line-height:1.12!important;letter-spacing:-.5px!important;margin:0 0 12px!important;font-weight:700!important;color:#fff!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section h1+p,.pixelstr-hero-3d-section.pixelstr-hero-3d-section h2+p,.pixelstr-hero-3d-section.pixelstr-hero-3d-section p[class*=text-base],.pixelstr-hero-3d-section.pixelstr-hero-3d-section p[class*=text-lg]{font-size:15px!important;line-height:1.55!important;margin:0 0 18px!important;opacity:.82!important;color:#ffffffe0!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section canvas{transform:none!important;width:100%!important;max-width:100%!important;height:auto!important;max-height:260px!important;min-height:200px!important;aspect-ratio:4 / 3!important;display:block!important;margin:4px auto 8px!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*=flex][class*=gap-]:has(a[class*=rounded-full]),.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*=flex]:has(>a[class*=rounded-full]){display:flex!important;flex-direction:column!important;gap:10px!important;width:100%!important;margin-top:8px!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section a[class*=rounded-full][class*=px-],.pixelstr-hero-3d-section.pixelstr-hero-3d-section a[class*=rounded-full][class*=bg-],.pixelstr-hero-3d-section.pixelstr-hero-3d-section button[class*=rounded-full][class*=px-]{width:100%!important;max-width:100%!important;padding:14px 22px!important;font-size:14.5px!important;font-weight:600!important;min-height:50px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-align:center!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*=absolute][class*=top-10][class*=right-10],.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*=absolute][class*=top-14]{top:14px!important;right:14px!important;padding:6px 11px!important;font-size:11px!important;transform:none!important;box-shadow:0 4px 14px #00000040!important;z-index:30!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;gap:6px!important;line-height:1.1!important;white-space:nowrap!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*=absolute][class*=top-6][class*=right-6],.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*=absolute][class*=top-6][class*=left-6]{top:18px!important;left:18px!important;right:auto!important;font-size:10.5px!important;letter-spacing:.28em!important;opacity:.7!important;font-weight:600!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section button[aria-label*=Slide],.pixelstr-hero-3d-section.pixelstr-hero-3d-section button[aria-label*=pr\e9 c\e9 dente],.pixelstr-hero-3d-section.pixelstr-hero-3d-section button[aria-label*=suivante]{width:36px!important;height:36px!important;opacity:.55!important;background:#ffffff24!important;border-radius:999px!important;top:50%!important;transform:translateY(-50%)!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section button[aria-label*=pr\e9 c\e9 dente]{left:8px!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section button[aria-label*=suivante]{right:8px!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*=bottom-6],.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*=bottom-10]{bottom:18px!important;gap:7px!important;justify-content:center!important;width:100%!important;left:0!important;right:0!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*=bottom-6]>[class*=rounded-full],.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*=bottom-10]>[class*=rounded-full]{min-width:20px!important;height:3px!important;border-radius:999px!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*=absolute][class*=font-mono],.pixelstr-hero-3d-section.pixelstr-hero-3d-section svg[class*=absolute],.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*=hidden][class*="lg:block"],.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*=hidden][class*="lg:flex"],.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*=hidden][class*="md:block"],.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*=hidden][class*="md:flex"]{display:none!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*=blur-]{filter:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*=shadow][class*=rounded-2xl]:not([class*=rounded-full]){position:relative!important;bottom:auto!important;top:auto!important;transform:none!important;margin:8px auto!important;max-width:92%!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section img{max-width:100%!important;max-height:240px!important;width:auto!important;height:auto!important;object-fit:contain!important;margin:0 auto!important;display:block!important}}@media(max-width:380px){.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*=grid-cols-12],.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*="lg:grid-cols-12"]{padding:56px 16px 16px!important;gap:14px!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section h1,.pixelstr-hero-3d-section.pixelstr-hero-3d-section h2{font-size:1.55rem!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section h1+p,.pixelstr-hero-3d-section.pixelstr-hero-3d-section h2+p{font-size:14px!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section canvas{max-height:220px!important;min-height:180px!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section a[class*=rounded-full][class*=px-]{padding:12px 18px!important;font-size:14px!important;min-height:46px!important}}@media(max-width:1023px){.pixelstr-hero-3d-section.pixelstr-hero-3d-section section.h-screen,.pixelstr-hero-3d-section.pixelstr-hero-3d-section section[class*=h-screen],.pixelstr-hero-3d-section.pixelstr-hero-3d-section section[class*="min-h-["]{height:auto!important;min-height:0!important;max-height:none!important;padding-bottom:56px!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section .h-full,.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*=h-full]{height:auto!important;min-height:0!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*="lg:col-span-6"][class*="min-h-["]:has(.hidden.lg\:block),.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*="lg:col-span-6"][class*=items-center][class*=justify-center][class*="min-h-["]{display:none!important;min-height:0!important;height:0!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*="lg:col-span-6"][class*=flex-col][class*=justify-center]{min-height:0!important;height:auto!important;width:100%!important;max-width:100%!important;padding:0!important;justify-content:flex-start!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section .blur-\[120px\],.pixelstr-hero-3d-section.pixelstr-hero-3d-section .blur-\[140px\],.pixelstr-hero-3d-section.pixelstr-hero-3d-section .blur-\[100px\],.pixelstr-hero-3d-section.pixelstr-hero-3d-section .blur-3xl,.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*="blur-["],.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*=mix-blend],.pixelstr-hero-3d-section.pixelstr-hero-3d-section div[class*=absolute][class*=z-25][class*=pointer-events-none],.pixelstr-hero-3d-section.pixelstr-hero-3d-section div[class*=absolute][class*=inset-0][class*=opacity-],.pixelstr-hero-3d-section.pixelstr-hero-3d-section div[class*=hidden][class*="lg:block"],.pixelstr-hero-3d-section.pixelstr-hero-3d-section div[class*=hidden][class*="lg:flex"]{display:none!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*=grid][class*=grid-cols-1],.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*=grid][class*="lg:grid-cols-12"]{display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;gap:16px!important;padding:70px 22px 24px!important;height:auto!important;min-height:0!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section h1,.pixelstr-hero-3d-section.pixelstr-hero-3d-section h2{font-size:clamp(1.75rem,6.8vw,2.15rem)!important;line-height:1.12!important;letter-spacing:-.4px!important;margin:0 0 12px!important;font-weight:700!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section h1+p,.pixelstr-hero-3d-section.pixelstr-hero-3d-section h2+p,.pixelstr-hero-3d-section.pixelstr-hero-3d-section p[class*=text-]:not([class*="text-["]){font-size:15px!important;line-height:1.55!important;margin:0 0 18px!important;opacity:.88!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section a[class*=rounded-full],.pixelstr-hero-3d-section.pixelstr-hero-3d-section button[class*=rounded-full]{width:100%!important;max-width:100%!important;padding:14px 22px!important;font-size:14.5px!important;font-weight:600!important;min-height:50px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*=flex]:has(>a[class*=rounded-full]){display:flex!important;flex-direction:column!important;gap:10px!important;width:100%!important}}@media(max-width:1023px){.pixelstr-hero-3d-section.pixelstr-hero-3d-section>section.relative,.pixelstr-hero-3d-section.pixelstr-hero-3d-section section[class*=h-screen],.pixelstr-hero-3d-section.pixelstr-hero-3d-section section[class*=overflow-hidden]{overflow:visible!important;height:auto!important;min-height:0!important;max-height:none!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section .h-full,.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*=h-full],.pixelstr-hero-3d-section.pixelstr-hero-3d-section .h-screen,.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*=h-screen]{height:auto!important;min-height:0!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section div.relative[class*=z-10]{height:auto!important;min-height:0!important;width:100%!important;padding:0!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section div.relative[class*=z-10]>div[class*=absolute][class*=inset-0]{position:relative!important;inset:auto!important;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;height:auto!important;min-height:0!important;width:100%!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section.pixelstr-hero-3d-section,.pixelstr-hero-3d-section.pixelstr-hero-3d-section #pixelstr-hero-root{background:transparent!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*="lg:col-span-6"][class*=items-center][class*=justify-center]{display:none!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section section>div[class*=absolute][class*=inset-0]:not(.relative):not([class*=z-10]){pointer-events:none!important}}@media(max-width:420px){.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*=grid][class*="lg:grid-cols-12"]{padding:64px 18px 20px!important;gap:14px!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section h1,.pixelstr-hero-3d-section.pixelstr-hero-3d-section h2{font-size:1.65rem!important}}@media(max-width:1023px){.pixelstr-hero-3d-section.pixelstr-hero-3d-section h1,.pixelstr-hero-3d-section.pixelstr-hero-3d-section h2{color:#1a0d2e!important;text-shadow:none!important;-webkit-text-fill-color:#1a0d2e!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section section[class*="bg-[#0"] h1,.pixelstr-hero-3d-section.pixelstr-hero-3d-section section[class*="bg-[#1"] h1,.pixelstr-hero-3d-section.pixelstr-hero-3d-section section[class*="bg-[#2"] h1,.pixelstr-hero-3d-section.pixelstr-hero-3d-section section[class*="bg-[#3"] h1,.pixelstr-hero-3d-section.pixelstr-hero-3d-section section[class*="bg-[#0"] h2,.pixelstr-hero-3d-section.pixelstr-hero-3d-section section[class*="bg-[#1"] h2,.pixelstr-hero-3d-section.pixelstr-hero-3d-section section[class*="bg-[#2"] h2,.pixelstr-hero-3d-section.pixelstr-hero-3d-section section[class*="bg-[#3"] h2{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section h1+p,.pixelstr-hero-3d-section.pixelstr-hero-3d-section h2+p{color:#3d2a5e!important;opacity:.92!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section section[class*="bg-[#0"] h1+p,.pixelstr-hero-3d-section.pixelstr-hero-3d-section section[class*="bg-[#1"] h1+p,.pixelstr-hero-3d-section.pixelstr-hero-3d-section section[class*="bg-[#0"] h2+p,.pixelstr-hero-3d-section.pixelstr-hero-3d-section section[class*="bg-[#1"] h2+p{color:#ffffffe0!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*=absolute][class*=rounded-full]:not([class*=bottom-]):not(button):not(a),.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*=absolute][class*="rounded-["],.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*=absolute][class*="w-["][class*="h-["],.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*=absolute][class*="rounded-[50"],.pixelstr-hero-3d-section.pixelstr-hero-3d-section span[class*=absolute][class*=rounded-full]{display:none!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*=backdrop-blur][class*=rounded-full]:empty,.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*="bg-white/"][class*=backdrop-blur]:not(button):not(a):not([class*=bottom-]):not([class*=top-]){display:none!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*="bg-white/"]:has(>img),.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*=inline-flex][class*=rounded-full]:has(>img){background:#fffffff2!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;box-shadow:0 2px 8px #00000014!important;color:#1a0d2e!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section svg[class*=absolute]:not([class*=lucide]):not([aria-label]):not([class*=w-3]):not([class*=w-4]):not([class*=w-5]):not([class*=w-6]):not([class*=h-3]):not([class*=h-4]):not([class*=h-5]):not([class*=h-6]){display:none!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*="opacity-[0.0"],.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*=opacity-5],.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*=opacity-10],.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*=opacity-15],.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*=opacity-20]{display:none!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section a[class*=rounded-full],.pixelstr-hero-3d-section.pixelstr-hero-3d-section button[class*=rounded-full][class*=px-]{position:relative!important;z-index:50!important}}@media(max-width:1023px){.pixelstr-hero-3d-section.pixelstr-hero-3d-section.pixelstr-hero-3d-section button[aria-label*=r\e9 c\e9 dent],.pixelstr-hero-3d-section.pixelstr-hero-3d-section.pixelstr-hero-3d-section button[aria-label*=uivant]{width:42px!important;height:42px!important;background:#ffffffd9!important;border:1px solid rgba(0,0,0,.06)!important;border-radius:9999px!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important;box-shadow:0 4px 14px #0000001f,0 1px 3px #0000000f!important;opacity:1!important;color:#5b2d8e!important;z-index:25!important;top:50%!important;transform:translateY(-50%)!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:all .2s ease!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section.pixelstr-hero-3d-section button[aria-label*=r\e9 c\e9 dent]{left:10px!important;right:auto!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section.pixelstr-hero-3d-section button[aria-label*=uivant]{right:10px!important;left:auto!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section.pixelstr-hero-3d-section button[aria-label*=r\e9 c\e9 dent]:hover,.pixelstr-hero-3d-section.pixelstr-hero-3d-section.pixelstr-hero-3d-section button[aria-label*=uivant]:hover{background:#fff!important;box-shadow:0 6px 18px #5b2d8e38!important;transform:translateY(-50%) scale(1.05)!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section.pixelstr-hero-3d-section button[aria-label*=r\e9 c\e9 dent] svg,.pixelstr-hero-3d-section.pixelstr-hero-3d-section.pixelstr-hero-3d-section button[aria-label*=uivant] svg{width:20px!important;height:20px!important;color:#5b2d8e!important;stroke:#5b2d8e!important;opacity:1!important;display:block!important}}@media(max-width:1023px){.pixelstr-hero-3d-section.pixelstr-hero-3d-section.pixelstr-hero-3d-section div[class*=absolute][class*=bottom-][class*="left-1/2"][class*="-translate-x-1/2"][class*=rounded-full][class*=backdrop-blur]{bottom:18px!important;left:50%!important;right:auto!important;transform:translate(-50%)!important;width:auto!important;max-width:calc(100% - 100px)!important;padding:8px 14px!important;gap:8px!important;background:#ffffff8c!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;border:1px solid rgba(255,255,255,.5)!important;box-shadow:0 4px 14px #00000014!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;z-index:25!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section.pixelstr-hero-3d-section div[class*=bottom-][class*=rounded-full][class*=backdrop-blur]>button[aria-label^="Aller \e0"]{height:6px!important;border-radius:999px!important;background:#5b2d8e40!important;border:none!important;transition:all .35s ease!important;cursor:pointer!important;flex-shrink:0!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section.pixelstr-hero-3d-section div[class*=bottom-][class*=rounded-full][class*=backdrop-blur]>button[aria-label^="Aller \e0"][class*=w-6]{width:18px!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section.pixelstr-hero-3d-section div[class*=bottom-][class*=rounded-full][class*=backdrop-blur]>button[aria-label^="Aller \e0"][class*=w-12]{width:36px!important;background:linear-gradient(90deg,#7c4dbb,#5b2d8e)!important}}@media(max-width:1023px){.pixelstr-hero-3d-section.pixelstr-hero-3d-section.pixelstr-hero-3d-section a[class*=rounded-full][class*=px-],.pixelstr-hero-3d-section.pixelstr-hero-3d-section.pixelstr-hero-3d-section a[class*=rounded-full][class*=bg-]{width:auto!important;max-width:100%!important;min-width:220px!important;padding:14px 26px!important;font-size:14.5px!important;font-weight:600!important;min-height:50px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-align:center!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*=flex]:has(>a[class*=rounded-full]){display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:12px!important;width:100%!important;margin-top:8px!important}}@media(max-width:1023px){.pixelstr-hero-3d-section.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*=absolute][class*=rounded-full]:not(button):not(a):not([class*=bottom-]):not([class*=top-10]):not([class*=top-14]){display:block!important;pointer-events:none!important;z-index:1!important;opacity:.4!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section.pixelstr-hero-3d-section svg[class*=absolute]:not([aria-label]){display:block!important;pointer-events:none!important;z-index:1!important;opacity:.35!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section.pixelstr-hero-3d-section span[class*=absolute][class*=rounded-full]{display:block!important;opacity:.5!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*=backdrop-blur][class*=rounded-full]:empty{display:block!important;opacity:.3!important;pointer-events:none!important;z-index:1!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section.pixelstr-hero-3d-section [class*="lg:col-span-6"][class*=flex-col]{position:relative!important;z-index:10!important}.pixelstr-hero-3d-section.pixelstr-hero-3d-section.pixelstr-hero-3d-section h1,.pixelstr-hero-3d-section.pixelstr-hero-3d-section.pixelstr-hero-3d-section h2,.pixelstr-hero-3d-section.pixelstr-hero-3d-section.pixelstr-hero-3d-section h1+p,.pixelstr-hero-3d-section.pixelstr-hero-3d-section.pixelstr-hero-3d-section h2+p{position:relative!important;z-index:10!important}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/base.css.map */
