.fgf9{--ink:#27232c;--cream:#fffcf7;--pink:#ff5c8a;--soft-pink:#fff0f5;--lilac:#b79cff;--lemon:#ffd84d;--aqua:#72ddd1;color:var(--ink);background:var(--cream);overflow:hidden}.fgf9 *{box-sizing:border-box}.fgf9 a{text-decoration:none;color:inherit}.fgf9__rentree{display:flex;align-items:center;justify-content:center;gap:1.2rem;padding:1rem 2rem;background:var(--lemon);font-size:1.3rem;line-height:1.25}.fgf9__rentree span:first-child{font-weight:800;text-transform:uppercase;letter-spacing:.07em}.fgf9__rentree-arrow{font-size:2rem}.fgf9__hero{display:grid;gap:2rem;padding-top:2rem;padding-bottom:4rem}.fgf9__hero-copy{display:flex;flex-direction:column;justify-content:center;padding:2rem 0}.fgf9__eyebrow{margin:0 0 1rem;color:#d4386b;font-size:1.25rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.fgf9 h1,.fgf9 h2{margin:0;letter-spacing:-.045em;line-height:.98}.fgf9 h1{max-width:10ch;font-size:clamp(4rem,8vw,8.5rem)}.fgf9 h2{font-size:clamp(3.5rem,6vw,6.5rem)}.fgf9__lead{max-width:58rem;margin:2rem 0 2.5rem;font-size:1.7rem;line-height:1.55;color:#5f5866}.fgf9__hero-actions{display:flex;align-items:center;gap:1.8rem;flex-wrap:wrap}.fgf9__button{display:inline-flex;align-items:center;justify-content:center;min-height:5rem;padding:1.3rem 2.4rem;border-radius:999px;font-weight:800;line-height:1.15;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.fgf9__button:hover{transform:translateY(-2px)}.fgf9__button--primary{color:#fff!important;background:var(--pink);box-shadow:0 1rem 2.4rem #ff5c8a40}.fgf9__button--dark{margin-top:2.4rem;color:#fff!important;background:var(--ink)}.fgf9__button--large{width:min(100%,42rem);min-height:6.2rem;font-size:1.8rem}.fgf9__text-link{font-weight:750;border-bottom:1px solid currentColor}.fgf9__micro-trust{display:flex;gap:1.5rem;flex-wrap:wrap;margin:2rem 0 0;padding:0;list-style:none;color:#6b6570;font-size:1.2rem}.fgf9__hero-visual{position:relative;display:block;min-height:46rem;overflow:hidden;border-radius:3rem;background:linear-gradient(135deg,var(--soft-pink),#eee8ff);isolation:isolate}.fgf9__hero-visual img{width:100%;height:100%;min-height:46rem;object-fit:cover}.fgf9__hero-note{position:absolute;right:1.6rem;bottom:1.6rem;padding:.9rem 1.3rem;border:2px solid #fff;border-radius:99rem;background:#fff;font-weight:800}.fgf9__candy{position:absolute;z-index:-1;border-radius:48% 52% 62% 38%;filter:saturate(1.05)}.fgf9__candy--one{width:12rem;height:12rem;top:-3rem;right:-3rem;background:var(--lemon);transform:rotate(25deg)}.fgf9__candy--two{width:9rem;height:9rem;left:-2rem;bottom:15%;background:var(--aqua);transform:rotate(-20deg)}.fgf9__univers-nav{display:grid;gap:1rem;padding-bottom:6rem}.fgf9__univers-nav a{display:grid;grid-template-columns:auto 1fr;gap:.2rem 1.2rem;padding:1.8rem;border-radius:2rem;background:#fff;box-shadow:0 .8rem 2rem #27232c12}.fgf9__univers-nav a:nth-child(1){background:var(--soft-pink)}.fgf9__univers-nav a:nth-child(3){background:#eafbf8}.fgf9__univers-nav span{grid-row:1/3;align-self:center;color:#9a929e;font-size:1.2rem;font-weight:800}.fgf9__univers-nav strong{font-size:1.55rem}.fgf9__univers-nav small{color:#6b6570}.fgf9__custom{padding:7rem 0;background:radial-gradient(circle at 12% 8%,rgba(255,216,77,.75) 0 5rem,transparent 5.1rem),radial-gradient(circle at 92% 16%,rgba(183,156,255,.65) 0 6rem,transparent 6.1rem),linear-gradient(145deg,#fff0f5,#f7f1ff 55%,#eafbf8)}.fgf9__section-head{display:flex;align-items:end;justify-content:space-between;gap:3rem;margin-bottom:3rem}.fgf9__section-head>p{max-width:50rem;margin:0;color:#625c68;font-size:1.55rem;line-height:1.5}.fgf9__section-head--center{display:block;text-align:center}.fgf9__section-head--center h2{margin:auto;max-width:13ch}.fgf9__section-head--center>p:last-child{margin:1.5rem auto 0}.fgf9__steps{display:grid;gap:1rem;margin:3rem 0;padding:0;list-style:none}.fgf9__steps li{display:flex;align-items:center;gap:1rem;padding:1.4rem 1.6rem;border:1px solid rgba(39,35,44,.08);border-radius:1.6rem;background:#fff}.fgf9__steps span{display:grid;place-items:center;width:3.2rem;height:3.2rem;border-radius:50%;color:#fff;background:var(--pink);font-weight:800}.fgf9__cards{display:grid;grid-auto-flow:column;grid-auto-columns:min(78vw,34rem);gap:1.4rem;overflow-x:auto;padding:.4rem .2rem 1.8rem;scroll-snap-type:x mandatory;scrollbar-width:none}.fgf9__cards::-webkit-scrollbar{display:none}.fgf9__product-card{overflow:hidden;border-radius:2.4rem;background:#fff;box-shadow:0 1rem 2.8rem #27232c17;scroll-snap-align:start}.fgf9__product-media{position:relative;aspect-ratio:4/5;overflow:hidden;background:#f6f3f4}.fgf9__product-card--custom .fgf9__product-media{aspect-ratio:1/1}.fgf9__product-media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.fgf9__product-card:hover img{transform:scale(1.025)}.fgf9__product-copy{display:grid;gap:.5rem;padding:1.5rem}.fgf9__product-copy span{color:#d4386b;font-size:1.1rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.fgf9__product-copy strong{font-size:1.6rem}.fgf9__product-copy small{color:#6b6570;font-size:1.25rem}.fgf9__custom-cta{text-align:center;margin-top:2.5rem}.fgf9__custom-cta p{margin:1.2rem 0 0;color:#6b6570}.fgf9__world{padding:7rem 0}.fgf9__world--chic{background:#f8f3ec}.fgf9__world--chic .fgf9__eyebrow{color:#7a5c3f}.fgf9__world--sport{background:#eafbf8}.fgf9__world--sport .fgf9__eyebrow{color:#117a6c}.fgf9__welcome{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-top:5rem;margin-bottom:5rem;padding:2.4rem 3rem;border-radius:2.4rem;background:var(--lemon)}.fgf9__welcome div{display:grid;gap:.3rem}.fgf9__welcome span{font-size:1.2rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.fgf9__welcome strong{font-size:clamp(2.2rem,4vw,4rem);line-height:1}.fgf9__welcome p{margin:0;font-size:1.4rem}.fgf9__welcome b{display:inline-block;padding:.4rem .8rem;border:1px dashed currentColor;border-radius:.8rem}.fgf9__promise{padding-top:1rem;padding-bottom:7rem;text-align:center}.fgf9__promise>p{max-width:82rem;margin:0 auto;font-size:clamp(2.4rem,4vw,4.2rem);line-height:1.15;letter-spacing:-.035em}.fgf9__promise ul{display:flex;justify-content:center;gap:2rem 4rem;flex-wrap:wrap;margin:3rem 0 0;padding:0;list-style:none;color:#6b6570}.fgf9__promise li:before{content:"\2713";margin-right:.6rem;color:#188f7e;font-weight:900}.fgf9{--ink:#17121f;--cream:#fffef0;--pink:#ff247d;--soft-pink:#ffb4d4;--lilac:#8f5cff;--lemon:#ffe600;--aqua:#00e6d2;--electric:#285cff;--lime:#baff00;background:var(--cream)}.fgf9__rentree{color:var(--ink);background:linear-gradient(90deg,var(--lemon),var(--lime));border-bottom:.35rem solid var(--ink)}.fgf9__hero-copy h1{text-shadow:.055em .055em 0 #ffafd2}.fgf9__button--primary{border:.25rem solid var(--ink);background:linear-gradient(110deg,var(--pink),#ff00aa);box-shadow:.7rem .7rem 0 var(--lemon)}.fgf9__button--dark{border:.25rem solid var(--ink);background:var(--electric);box-shadow:.6rem .6rem 0 var(--aqua)}.fgf9__micro-trust li{padding:.55rem .9rem;border:.18rem solid var(--ink);border-radius:99rem;background:#fff;font-weight:750}.fgf9__hero-visual{border:.45rem solid var(--ink);background:linear-gradient(135deg,#ff7db4 0 32%,var(--lemon) 32% 63%,var(--aqua) 63%);box-shadow:1rem 1rem 0 var(--lemon)}.fgf9__hero-note{border-color:var(--ink);background:var(--lime);box-shadow:.35rem .35rem 0 var(--ink)}.fgf9__univers-nav a{border:.25rem solid var(--ink);box-shadow:.55rem .55rem 0 var(--ink)}.fgf9__univers-nav a:nth-child(1){color:#fff;background:var(--pink)}.fgf9__univers-nav a:nth-child(1) span,.fgf9__univers-nav a:nth-child(1) small{color:#fff}.fgf9__univers-nav a:nth-child(2){background:var(--lemon)}.fgf9__univers-nav a:nth-child(3){background:var(--aqua)}.fgf9__custom{background:radial-gradient(circle at 8% 8%,var(--lemon) 0 6rem,transparent 6.1rem),radial-gradient(circle at 93% 13%,var(--lilac) 0 7rem,transparent 7.1rem),radial-gradient(circle at 85% 88%,var(--aqua) 0 8rem,transparent 8.1rem),linear-gradient(145deg,#ff9bc7,#d8c6ff 52%,#84f5e9)}.fgf9__section-head--center .fgf9__eyebrow{display:inline-block;padding:.65rem 1.1rem;border:.2rem solid var(--ink);border-radius:99rem;color:var(--ink);background:var(--lemon);box-shadow:.3rem .3rem 0 var(--ink)}.fgf9__steps li{border:.22rem solid var(--ink);box-shadow:.4rem .4rem 0 var(--ink)}.fgf9__steps li:nth-child(1){background:#fff36a}.fgf9__steps li:nth-child(2){background:#ff8fc0}.fgf9__steps li:nth-child(3){background:#7ff1e3}.fgf9__steps span{color:#fff;border:.18rem solid var(--ink);background:var(--electric)}.fgf9__product-card{border:.25rem solid var(--ink);box-shadow:.65rem .65rem #17121ff2}.fgf9__cards--custom .fgf9__product-card:nth-child(1){box-shadow:.8rem .8rem 0 var(--lemon)}.fgf9__cards--custom .fgf9__product-card:nth-child(2){box-shadow:.8rem .8rem 0 var(--pink)}.fgf9__cards--custom .fgf9__product-card:nth-child(3){box-shadow:.8rem .8rem 0 var(--aqua)}.fgf9__product-copy span{color:#d10069}.fgf9__world--chic{background:linear-gradient(135deg,#fff06a,#ffb0d1)}.fgf9__world--sport{background:linear-gradient(135deg,#76f1df,#9bb7ff)}.fgf9__welcome{border:.3rem solid var(--ink);background:linear-gradient(100deg,var(--lemon),var(--lime));box-shadow:.8rem .8rem 0 var(--pink)}.fgf9__promise strong{color:#e10070}@media screen and (min-width:750px){.fgf9__hero{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:stretch;padding-top:4rem;padding-bottom:6rem}.fgf9__hero-copy{padding:4rem 0}.fgf9__hero-visual,.fgf9__hero-visual img{min-height:62rem}.fgf9__univers-nav,.fgf9__steps{grid-template-columns:repeat(3,1fr)}.fgf9__cards{grid-auto-flow:initial;grid-template-columns:repeat(3,1fr);overflow:visible}.fgf9__product-card--custom:nth-child(2){transform:translateY(2rem)}.fgf9__world--sport .fgf9__product-media{aspect-ratio:1/1}.fgf9__rentree{font-size:1.4rem}}@media screen and (max-width:749px){.fgf9__rentree{justify-content:flex-start;gap:.7rem;padding:.9rem 1.4rem;font-size:1.05rem}.fgf9__rentree span:first-child{display:none}.fgf9__rentree-arrow{margin-left:auto}.fgf9__hero{display:flex;flex-direction:column;padding-left:1.5rem;padding-right:1.5rem}.fgf9__hero-copy{order:1;padding-bottom:.5rem}.fgf9__hero-visual{order:2;min-height:38rem;border-radius:2.4rem}.fgf9__hero-visual img{min-height:38rem}.fgf9 h1{font-size:4.5rem}.fgf9__lead{margin:1.4rem 0 1.8rem;font-size:1.5rem}.fgf9__hero-actions{align-items:flex-start;flex-direction:column}.fgf9__hero-actions .fgf9__button{width:100%;min-height:5.8rem;font-size:1.65rem}.fgf9__micro-trust{gap:.5rem 1rem;margin-bottom:1.2rem}.fgf9__univers-nav{padding-left:1.5rem;padding-right:1.5rem}.fgf9__custom,.fgf9__world{padding:5.5rem 0}.fgf9__section-head{display:block}.fgf9__section-head>p{margin-top:1.3rem}.fgf9__steps{grid-template-columns:1fr}.fgf9__welcome{align-items:flex-start;flex-direction:column;margin-left:1.5rem;margin-right:1.5rem;padding:2rem}.fgf9__promise{padding-left:1.5rem;padding-right:1.5rem}.fgf9__promise ul{display:grid;gap:1rem}.fgf9__product-media{aspect-ratio:4/5}}@media(prefers-reduced-motion:reduce){.fgf9 *{scroll-behavior:auto!important;transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/12/compiled_assets/styles.css.map?subset=AAAAAAAAAEA */
