:root{--red: #E8250F;--red-a04: rgba(232,37,15,.04);--red-a05: rgba(232,37,15,.05);--red-a06: rgba(232,37,15,.06);--red-a08: rgba(232,37,15,.08);--red-a09: rgba(232,37,15,.09);--red-a10: rgba(232,37,15,.1);--red-a12: rgba(232,37,15,.12);--red-a14: rgba(232,37,15,.14);--red-a25: rgba(232,37,15,.25);--red-a30: rgba(232,37,15,.3);--red-a35: rgba(232,37,15,.35);--red-a40: rgba(232,37,15,.4);--red-a50: rgba(232,37,15,.5);--red-a55: rgba(232,37,15,.55);--bg: #F5F4F1;--bg2: #EDECEA;--bg3: #E4E3E0;--bg4: #D8D7D4;--bg5: #CBCAC7;--border: rgba(0,0,0,.07);--border2: rgba(0,0,0,.12);--border3: rgba(0,0,0,.2);--text: #111110;--muted: #666666;--muted2: #999999;--white: #ffffff;--green: #00A85A;--gold: #B8860B;--blue: #2563EB;--font: "Cossette Texte", Georgia, serif;--body: "DM Sans", system-ui, -apple-system, sans-serif;--mono: "DM Mono", "Courier New", monospace;--wrap: 1180px;--sec-py: 110px;--nav-h: 60px;--radius: 14px;--r-sm: 8px;--r-md: 12px;--r-lg: 16px;--r-xl: 20px}*,*:before,*:after{box-sizing:border-box}button,input,select,textarea{font-family:inherit}img,video{display:block;max-width:100%}svg{display:block}a{color:inherit}html{scroll-behavior:smooth}body{background:var(--bg)!important;color:var(--text)!important;font-family:var(--body)!important;font-size:16px!important;line-height:1.6!important;letter-spacing:0!important;overflow-x:hidden}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='.025'/%3E%3C/svg%3E");pointer-events:none;z-index:1000;opacity:.25}::-webkit-scrollbar{width:3px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--red);border-radius:2px}@media(min-width:601px){*,*:before,*:after{cursor:none!important}}@media(max-width:600px){*,*:before,*:after{cursor:auto!important}}.yt-wrap{max-width:var(--wrap);margin:0 auto;padding:0 40px}.yt-sec{padding:var(--sec-py) 0;position:relative;z-index:1}h1,h2,h3,h4,h5,h6{font-family:var(--font)!important;font-weight:900!important;line-height:.98!important;color:var(--text)!important;margin:0!important}h1{font-size:clamp(44px,7.5vw,88px)!important;letter-spacing:-1.2px!important}h2{font-size:clamp(32px,5.5vw,64px)!important;letter-spacing:-1px!important}h3{font-size:clamp(24px,3.5vw,40px)!important;letter-spacing:-.8px!important}h4{font-size:clamp(18px,2vw,24px)!important;letter-spacing:-.4px!important}h5{font-size:18px!important;letter-spacing:-.2px!important}h6{font-size:16px!important;letter-spacing:0!important}p{font-size:16px;line-height:1.75;font-weight:400;color:var(--text);margin:0}.yt-text-sm{font-size:14px!important;line-height:1.6}.yt-text-lg{font-size:18px!important;line-height:1.75}.yt-text-muted{color:var(--muted)!important}.yt-text-red{color:var(--red)!important}.yt-eye{font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--red);margin-bottom:14px;display:flex;align-items:center;gap:8px;font-family:var(--body);line-height:1}.yt-eye:before{content:"";width:20px;height:1px;background:var(--red);flex-shrink:0}.yt-sh{font-family:var(--font);font-size:clamp(32px,5.5vw,64px);font-weight:900;line-height:.98;letter-spacing:-1px;margin-bottom:20px!important;color:var(--text)}.yt-ssub{font-size:16px;color:var(--muted);max-width:440px;line-height:1.75;font-weight:500}.yt-btn{display:inline-flex;align-items:center;gap:10px;padding:16px 34px;border-radius:10px;font-family:var(--body);font-size:16px;font-weight:700;text-decoration:none;letter-spacing:.015em;border:none;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,background .2s;position:relative;overflow:hidden;line-height:1;white-space:nowrap;-webkit-tap-highlight-color:transparent}.yt-btn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(255,255,255,.12),transparent 50%);pointer-events:none}.yt-btn-primary{background:var(--red);color:var(--white)!important}.yt-btn-primary:hover{background:var(--red);transform:translateY(-2px);box-shadow:0 16px 48px var(--red-a40)}.yt-btn-primary:active{transform:translateY(0)}.yt-btn-ghost{background:transparent;color:var(--muted)!important;gap:6px;padding:16px 8px}.yt-btn-ghost:before{display:none}.yt-btn-ghost:hover{color:var(--text)!important}.yt-btn-sm{padding:10px 22px;font-size:14px;border-radius:var(--r-sm)}.yt-btn-primary svg,.yt-btn-primary .yt-icon{color:var(--white)}.yt-input{width:100%;background:var(--bg3);border:1px solid var(--border2);border-radius:10px;padding:14px 16px;font-family:var(--body);font-size:14px;color:var(--text);outline:none;transition:border-color .2s;-webkit-appearance:none;appearance:none}.yt-input:focus{border-color:var(--red-a50)}.yt-input::placeholder{color:var(--muted2)}.yt-input:hover{border-color:var(--border3)}.yt-input-label{font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:8px;display:block;font-family:var(--body)}.yt-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.yt-icon-sm{width:16px;height:16px}.yt-icon-md{width:20px;height:20px}.yt-icon-lg{width:24px;height:24px}.yt-icon-xl{width:32px;height:32px}.yt-icon-2xl{width:48px;height:48px}.r{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease;will-change:opacity,transform}.r.vis{opacity:1;transform:translateY(0)}.rd1{transition-delay:.1s}.rd2{transition-delay:.2s}.rd3{transition-delay:.3s}.rd4{transition-delay:.4s}@media(prefers-reduced-motion:reduce){.r{opacity:1!important;transform:none!important;transition:none!important}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(max-width:1024px){:root{--sec-py: 72px}.yt-wrap{padding:0 24px}}@media(max-width:600px){:root{--sec-py: 56px}.yt-wrap{padding:0 16px}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/ythype-tokens.css.map */
