:root{--ink:#111;--bg:#fff;--cream:#fbf5f1;--pink:#ffa8e4;--pink-wash:#ffeef9;--grey:#ececec;--muted:#666;--line:#ececec;--soft:#fbf5f1;--soft-2:#ece7e3;--maxw:1440px;--font-body:var(--font-sans),"Futura PT","Century Gothic",system-ui,-apple-system,sans-serif;--fs-hero:clamp(2.75rem,8vw,5.75rem);--fs-h1:clamp(2.25rem,5vw,3.5rem);--fs-h2:clamp(1.6rem,3.2vw,2.25rem);--fs-h3:1.75rem;--fs-h4:1.375rem;--fs-body:1.0625rem;--fs-small:0.875rem;--fs-label:0.75rem}*{box-sizing:border-box}body,html{margin:0;padding:0}body{background:var(--bg);color:var(--ink);font-family:var(--font-body);font-size:var(--fs-body);line-height:1.5;-webkit-font-smoothing:antialiased;display:flex;flex-direction:column;min-height:100vh}a{color:inherit;text-decoration:none}main{width:100%;flex:1 0 auto}img{max-width:100%;display:block}.tb-display{font-weight:800;text-transform:uppercase;letter-spacing:-.02em;line-height:.95;margin:0}.tb-pink{color:var(--pink)}.tb-wrap{max-width:var(--maxw);margin:0 auto;padding:0 1.5rem}.tb-ph{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:100%;background:repeating-linear-gradient(45deg,var(--cream) 0 10px,#f4ece7 10px 20px);color:var(--muted)}.tb-ph__label{font-size:.62rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;text-align:center;padding:.5rem .75rem;max-width:90%;line-height:1.3}.tb-flowerbadge{position:relative;display:inline-flex;align-items:center;justify-content:center;color:var(--pink);flex:0 0 auto}.tb-flowerbadge__shape{position:absolute;inset:0;width:100%;height:100%;display:block}.tb-flowerbadge__body{position:relative;z-index:1;color:var(--ink);text-align:center;line-height:1.05;display:flex;flex-direction:column;align-items:center;gap:.15rem;transform:rotate(-8deg)}.tb-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.95rem 2rem;border:0;border-radius:999px;background:var(--ink);color:#fff;font:inherit;font-weight:700;text-transform:uppercase;letter-spacing:.06em;font-size:.82rem;cursor:pointer;transition:opacity .14s ease}.tb-btn:hover{opacity:.85}.tb-btn:disabled{opacity:.5;cursor:default}.tb-btn--secondary{background:#fff;color:var(--ink);border:1px solid var(--ink)}.tb-btn--pink{background:var(--pink);color:var(--ink)}.tb-btn--ghost{background:#0000;color:var(--ink);border:1px solid var(--ink)}.tb-btn--block{width:100%}.tb-badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.62rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;padding:.3rem .6rem;border-radius:999px}.tb-announce,.tb-badge{background:var(--pink);color:var(--ink)}.tb-announce,.tb-marquee{overflow:hidden}.tb-marquee{display:flex}.tb-marquee__track{display:flex;flex-wrap:nowrap;width:max-content;padding:.45rem 0;animation:tb-marquee 34s linear infinite}.tb-announce:hover .tb-marquee__track{animation-play-state:paused}.tb-marquee__item{display:inline-flex;align-items:center;gap:.7rem;padding-right:2.75rem;white-space:nowrap;font-size:.68rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.tb-marquee__sep{color:var(--ink);opacity:.6}@keyframes tb-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (prefers-reduced-motion:reduce){.tb-marquee__track{animation:none}.tb-hero__track{transition:none}}.tb-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.tb-pdp__ship{padding-top:1rem}.tb-cart-error{margin:.75rem 0 0;padding:.6rem .9rem;border-radius:10px;background:var(--pink-wash);border:1px solid #ffd9f1;color:var(--ink);font-size:.82rem;font-weight:600}.tb-header{position:sticky;top:0;z-index:50;background:#fffffff0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}.tb-header__inner{max-width:var(--maxw);margin:0 auto;padding:.9rem 1.5rem;display:flex;align-items:center;gap:2rem}.tb-logo{font-weight:800;font-size:1.75rem;letter-spacing:-.04em;text-transform:lowercase;display:inline-flex;align-items:center;line-height:0}.tb-logo__img{height:26px;width:auto;display:block}.tb-nav{display:none;gap:1.5rem}.tb-nav a{font-size:.74rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.tb-nav a:hover{color:var(--pink)}.tb-header__icons{margin-left:auto;display:flex;align-items:center;gap:1.05rem}.tb-icon,.tb-icon-btn{color:var(--ink);display:inline-flex}.tb-icon-btn{border:0;background:#0000;padding:0;cursor:pointer}.tb-icon-btn:hover{color:var(--pink)}.tb-cart-link{position:relative}.tb-cart-badge{position:absolute;top:-7px;right:-8px;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:var(--pink);color:var(--ink);font-size:.62rem;font-weight:800;display:flex;align-items:center;justify-content:center}@media (min-width:1000px){.tb-nav{display:flex}}.tb-hero{position:relative;background:#131211;overflow:hidden}.tb-posthero{position:relative;z-index:5;background:var(--bg);border-top-left-radius:80px;margin-top:-64px;padding-top:2.25rem}.tb-posthero:after{content:"";position:absolute;right:0;bottom:100%;width:80px;height:80px;background:var(--bg);-webkit-mask:radial-gradient(circle 80px at left top,#0000 0 79px,#000 80px);mask:radial-gradient(circle 80px at left top,#0000 0 79px,#000 80px);pointer-events:none}.tb-hero:focus-visible{outline:none}.tb-hero__viewport{overflow:hidden}.tb-hero__track{display:flex;transition:transform .6s cubic-bezier(.4,0,.2,1);will-change:transform}.tb-hero__slide{position:relative;flex:0 0 100%;min-width:0}.tb-hero__banner{position:absolute;inset:0;display:block}.tb-hero__banner img{width:100%;height:100%;object-fit:cover;object-position:center}.tb-hero__media{position:absolute;inset:0;background:radial-gradient(120% 90% at 78% 35%,#5a5550 0,#2b2826 55%,#131211 100%)}.tb-hero__media .tb-ph{background:none;color:#ffffff59}.tb-hero__media img{width:100%;height:100%;object-fit:cover;object-position:60% 38%}.tb-hero__scrim{position:absolute;inset:0;background:linear-gradient(90deg,#0a0909eb,#0a090999 28%,#0a09091f 50%,#0000 62%)}.tb-hero__inner{position:relative;z-index:2;max-width:var(--maxw);margin:0 auto;padding:clamp(2.5rem,6vw,4.5rem) 1.5rem clamp(4rem,8vw,6rem);min-height:56vh;display:flex;flex-direction:column;justify-content:center;color:#fff}@media (min-width:860px){.tb-hero__inner{min-height:62vh;max-width:calc(var(--maxw) * .52);margin-left:max(1.5rem,calc((100vw - var(--maxw)) / 2 + 1.5rem));padding-left:0;padding-right:0}}.tb-hero__title{font-size:var(--fs-hero)}.tb-hero__sub{margin:1.1rem 0 1.9rem;max-width:32ch;font-size:1.05rem;color:#ffffffe6}.tb-hero .tb-btn--pink{align-self:flex-start}.tb-hero__dots{margin-top:1.6rem;display:flex;align-items:center;font-size:.72rem;letter-spacing:.14em;color:#ffffffbf}.tb-hero__dots-cell{display:inline-flex;align-items:center}.tb-hero__dots-sep{padding:0 .5rem}.tb-hero__dot{background:none;border:0;padding:.2rem;font:inherit;letter-spacing:inherit;color:#ffffffbf;cursor:pointer}.tb-hero__dot.is-active{color:var(--pink);font-weight:800}.tb-hero__badge{position:absolute;z-index:4;top:clamp(1.25rem,5vw,3rem);right:clamp(1.25rem,6vw,5rem);width:clamp(96px,13vw,140px);height:clamp(96px,13vw,140px);display:none}@media (min-width:620px){.tb-hero__badge{display:inline-flex}}.tb-hero__badge b{font-size:.95rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase}.tb-hero__badge span{font-size:.5rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.tb-hero__arrow{position:absolute;z-index:4;top:45%;width:38px;height:38px;border-radius:999px;border:1px solid #fff6;background:#00000040;color:#fff;cursor:pointer;display:none;align-items:center;justify-content:center}@media (min-width:620px){.tb-hero__arrow{display:flex}}.tb-hero__arrow:hover{background:var(--pink);color:var(--ink);border-color:var(--pink)}.tb-hero__arrow--prev{left:1rem}.tb-hero__arrow--next{right:1rem}.tb-hero__spark{position:absolute;color:var(--pink);z-index:2}.tb-hero__spark--1{top:18%;left:42%}.tb-hero__spark--2{top:30%;right:20%}.tb-circles{max-width:var(--maxw);margin:0 auto;padding:0 1.5rem;display:flex;gap:1rem;overflow-x:auto;scrollbar-width:none;justify-content:space-between}.tb-circles::-webkit-scrollbar{display:none}.tb-circle{flex:0 0 auto;flex-direction:column;gap:.55rem}.tb-circle,.tb-circle__img{display:flex;align-items:center;width:86px}.tb-circle__img{height:86px;border-radius:999px;overflow:hidden;background:#fff;border:1px solid var(--line);position:relative;justify-content:center}.tb-circle__img img{width:100%;height:100%;object-fit:cover}.tb-circle__spark{color:var(--pink)}.tb-circle__label{font-size:.66rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;text-align:center;white-space:nowrap}.tb-circle:hover .tb-circle__label{color:var(--pink)}.tb-section{max-width:var(--maxw);margin:0 auto;padding:3rem 1.5rem 0}.tb-section--last{padding-bottom:3.25rem}.tb-section__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.4rem;gap:.5rem 1rem;flex-wrap:wrap}.tb-section__head h2{font-size:var(--fs-h2);display:inline-flex;align-items:center;gap:.5rem}.tb-spark{color:var(--pink)}.tb-viewall{font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;display:inline-flex;align-items:center;gap:.4rem}.tb-viewall:hover{color:var(--pink)}.tb-plp{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;list-style:none;padding:0;margin:0}@media (min-width:760px){.tb-plp{grid-template-columns:repeat(5,1fr)}}.tb-card{background:var(--cream);border-radius:16px;padding:.6rem .6rem .9rem;position:relative;height:100%}.tb-card,.tb-card>a{display:flex;flex-direction:column}.tb-card>a{flex:1 1;color:inherit}.tb-card__media{aspect-ratio:1/1;border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;background:#fff}.tb-card__media img{width:100%;height:100%;object-fit:cover}.tb-card__media-fallback{font-weight:800;font-size:1.5rem;color:#d8cec7;text-transform:lowercase}.tb-card__flag{position:absolute;top:.5rem;left:.5rem;z-index:2}.tb-card__editor{position:absolute;top:2.1rem;left:.35rem;z-index:3;width:54px;height:54px}.tb-card__editor span{font-size:.42rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;max-width:40px}.tb-card__fav{position:absolute;top:.5rem;right:.5rem;z-index:2;width:28px;height:28px;border-radius:999px;border:0;background:#ffffffeb;color:var(--ink);cursor:pointer;display:flex;align-items:center;justify-content:center}.tb-card__fav:hover{color:var(--pink)}.tb-card__body{padding:.85rem .25rem 0;display:flex;flex-direction:column;flex:1 1}.tb-card__brand{font-size:.66rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.tb-card__name{font-size:.9rem;line-height:1.3;margin:.15rem 0 .4rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.6em}.tb-card__price{font-weight:700;margin-top:auto}.tb-card__price s{color:var(--muted);font-weight:500;font-size:.85em;margin-left:.4rem}.tb-quickadd{position:absolute;right:1rem;bottom:1rem;width:32px;height:32px;border-radius:999px;border:0;background:var(--ink);color:#fff;font-size:1.1rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .14s ease,color .14s ease}.tb-quickadd:hover{background:var(--pink);color:var(--ink)}.tb-quickadd:disabled{opacity:.5}.tb-bundle__lead{margin:-.6rem 0 1.25rem;font-size:.95rem;color:var(--muted)}.tb-bundle{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.tb-bundle__free,.tb-bundle__pick{flex:1 1 180px;min-height:150px;border:1px solid var(--pink);border-radius:16px;background:var(--pink-wash);position:relative;padding:1.75rem 1rem 1rem;display:flex;align-items:center;justify-content:center}.tb-bundle__pick .tb-ph,.tb-bundle__pick img{border-radius:10px;max-height:110px;object-fit:contain}.tb-bundle__tag{position:absolute;top:.7rem;left:.9rem;font-size:.6rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.tb-bundle__op{font-size:1.8rem;font-weight:700;color:var(--ink)}.tb-bundle__free{flex-direction:column;gap:.5rem;color:var(--pink)}.tb-bundle__free b{font-size:1.6rem;font-weight:800;letter-spacing:.02em}.tb-bundle__badge{width:96px;height:96px;flex:0 0 auto}.tb-bundle__badge b{font-size:.7rem;font-weight:800;text-transform:uppercase}.tb-bundle__badge span{font-size:.42rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.tb-bundle__cta{display:flex;justify-content:center;margin-top:1.25rem}.tb-glow{background:var(--pink-wash);border:1px solid #ffd9f1;border-radius:20px;padding:1.75rem;display:grid;gap:1.5rem;grid-template-columns:1fr;align-items:center}@media (min-width:900px){.tb-glow{grid-template-columns:.9fr 2fr}}.tb-glow__headline{font-size:clamp(1.4rem,2.4vw,1.9rem);font-weight:800;letter-spacing:-.01em;line-height:1.1;margin:0;max-width:14ch}.tb-glow__items{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media (min-width:620px){.tb-glow__items{grid-template-columns:repeat(5,1fr)}}.tb-glow__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;color:var(--ink)}.tb-glow__item span{font-size:.72rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;max-width:12ch}.tb-glow__item svg{color:var(--pink)}.tb-logos{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width:640px){.tb-logos{grid-template-columns:repeat(3,1fr)}}@media (min-width:960px){.tb-logos{grid-template-columns:repeat(6,1fr)}}.tb-logomarquee{overflow:hidden}.tb-logomarquee__track{display:flex;width:max-content;animation:tb-marquee 40s linear infinite}.tb-logomarquee:hover .tb-logomarquee__track{animation-play-state:paused}.tb-logomarquee .tb-logocard{flex:0 0 auto;width:150px;margin-right:1rem}@media (prefers-reduced-motion:reduce){.tb-logomarquee{overflow-x:auto}.tb-logomarquee__track{animation:none}}.tb-logocard{border:1px solid var(--line);border-radius:14px;height:96px;display:flex;align-items:center;justify-content:center;padding:.4rem;overflow:hidden}.tb-logocard:hover{border-color:var(--ink)}.tb-logocard img{max-height:100%;max-width:100%;width:auto;height:auto;object-fit:contain;border-radius:8px}.tb-logocard .tb-ph{background:none}.tb-logocard .tb-ph__label{font-size:.9rem;letter-spacing:.08em;color:var(--ink)}.tb-concerns{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width:560px){.tb-concerns{grid-template-columns:repeat(4,1fr)}}@media (min-width:960px){.tb-concerns{grid-template-columns:repeat(8,1fr)}}.tb-concern{border:1px solid var(--line);border-radius:14px;padding:1.1rem .5rem;display:flex;flex-direction:column;align-items:center;gap:.6rem;text-align:center}.tb-concern:hover{border-color:var(--pink);background:var(--pink-wash)}.tb-concern__icon{color:var(--pink);display:inline-flex}.tb-concern__label{font-size:.7rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.tb-faq{display:grid;grid-template-columns:1fr;gap:.9rem}@media (min-width:760px){.tb-faq{grid-template-columns:repeat(2,1fr)}}.tb-faq__item{border:1px solid var(--line);border-radius:12px;padding:0 1.1rem}.tb-faq__item summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0;font-weight:600;font-size:.92rem}.tb-faq__item summary::-webkit-details-marker{display:none}.tb-faq__plus{font-size:1.3rem;font-weight:400;color:var(--pink);transition:transform .16s ease}.tb-faq__item[open] .tb-faq__plus{transform:rotate(45deg)}.tb-faq__item p{margin:0 0 1rem;color:var(--muted);font-size:.88rem}.tb-blogs{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:760px){.tb-blogs{grid-template-columns:repeat(3,1fr)}}.tb-blog__media{position:relative;aspect-ratio:3/2;border-radius:14px;overflow:hidden;background:var(--cream);display:flex}.tb-blog__media img{width:100%;height:100%;object-fit:cover}.tb-blog__tag{position:absolute;top:.7rem;left:.7rem;z-index:2}.tb-blog__title{font-size:1rem;font-weight:700;margin:.9rem 0 .6rem;line-height:1.35}.tb-blog__cta{font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;display:inline-flex;align-items:center;gap:.35rem}.tb-blog:hover .tb-blog__cta{color:var(--pink)}.tb-footer{flex-shrink:0;background:var(--ink);color:#fff;margin-top:3rem}.tb-club{border-bottom:1px solid #ffffff1f;position:relative;overflow:hidden}.tb-club__inner{max-width:var(--maxw);margin:0 auto;padding:2.5rem 1.5rem;display:grid;gap:1.5rem;align-items:center;grid-template-columns:1fr}@media (min-width:860px){.tb-club__inner{grid-template-columns:1.2fr 1fr}}.tb-club__lead{display:flex;align-items:center;gap:1.1rem}.tb-club__badge{width:84px;height:84px}.tb-club__badge b{font-size:.66rem;font-weight:800;text-transform:uppercase}.tb-club__badge span{font-size:.4rem;font-weight:700}.tb-club__badge span,.tb-club__kicker{letter-spacing:.12em;text-transform:uppercase}.tb-club__kicker{font-size:.7rem;font-weight:800;color:var(--pink);display:inline-flex;align-items:center;gap:.5rem}.tb-club__title{font-size:clamp(1.6rem,3vw,2.25rem);margin:.5rem 0 0}.tb-club__form{display:flex;gap:.6rem;flex-wrap:wrap}.tb-club__input{flex:1 1;min-width:200px;padding:.9rem 1.1rem;border-radius:999px;border:1px solid #ffffff4d;background:#ffffff0f;color:#fff;font:inherit;font-size:.9rem}.tb-club__input::placeholder{color:#ffffff8c}.tb-footer__inner{max-width:var(--maxw);margin:0 auto;padding:2.75rem 1.5rem 1.75rem;display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:760px){.tb-footer__inner{grid-template-columns:1.4fr repeat(5,1fr)}}.tb-footer__brandcol .tb-logo{font-size:1.6rem;color:#fff}.tb-footer__brandcol .tb-logo__img{height:30px}.tb-footer__tag{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff9;margin-top:.5rem}.tb-footer__socials{display:flex;gap:.6rem;margin-top:1.1rem}.tb-footer__socials a{width:34px;height:34px;border-radius:999px;background:#ffffff1a;color:#fff;display:flex;align-items:center;justify-content:center}.tb-footer__socials a:hover{background:var(--pink);color:var(--ink)}.tb-footer__col h5{margin:0 0 .75rem;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#fff}.tb-footer__col a{display:block;font-size:.85rem;color:#fff9;padding:.2rem 0}.tb-footer__col a:hover{color:var(--pink)}.tb-footer__bottom{border-top:1px solid #ffffff1f;position:relative}.tb-footer__bottom-inner{max-width:var(--maxw);margin:0 auto;padding:1.1rem 1.5rem;display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;justify-content:space-between;font-size:.68rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#ffffff8c}.tb-footer__version{color:#ffffff52;font-weight:500;letter-spacing:.04em;text-transform:none}.tb-footer__legal{display:flex;gap:1.5rem}.tb-footer__legal a:hover{color:#fff}.tb-footer__seal{position:absolute;right:1.5rem;bottom:2.5rem;width:60px;height:60px;display:none}@media (min-width:760px){.tb-footer__seal{display:inline-flex}}.tb-footer__seal span{font-size:.85rem;font-weight:800}.tb-progress{margin:0 0 1.25rem}.tb-progress__label{margin:0 0 .4rem;font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.tb-progress__track{height:6px;border-radius:999px;background:var(--grey);overflow:hidden}.tb-progress__fill{height:100%;background:var(--pink);transition:width .3s ease}.tb-cart-layout{display:grid;gap:2rem;padding-top:1rem}@media (min-width:860px){.tb-cart-layout{grid-template-columns:1.6fr 1fr;align-items:start}}.tb-lines{list-style:none;margin:0;padding:0}.tb-line{display:flex;align-items:center;gap:1rem;padding:.9rem 0;border-bottom:1px solid var(--line)}.tb-line__name{flex:1 1}.tb-line__price{font-weight:700;min-width:72px;text-align:right}.tb-qty{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:999px}.tb-qty-btn{width:30px;height:30px;border:0;background:#0000;font-size:1.1rem;cursor:pointer;border-radius:999px}.tb-qty-btn:hover{background:var(--cream)}.tb-qty__n{min-width:28px;text-align:center;font-size:.9rem}.tb-line__remove{border:0;background:#0000;color:var(--muted);cursor:pointer;font-size:1.2rem;line-height:1}.tb-line__remove:hover{color:var(--ink)}.tb-summary{background:var(--cream);padding:1.5rem;border-radius:16px}.tb-summary__row{display:flex;justify-content:space-between;margin-bottom:1rem}.tb-summary__row strong{font-size:1.15rem}.tb-pdp__crumbs{max-width:var(--maxw);margin:0 auto;padding:1.25rem 1.5rem 0;display:flex;flex-wrap:wrap;align-items:center;gap:.45rem;font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.tb-pdp__crumbs a:hover{color:var(--pink)}.tb-pdp__crumbs .is-current{color:var(--ink)}.tb-pdp{max-width:var(--maxw);margin:0 auto;padding:1.25rem 1.5rem 0;display:grid;gap:2rem}@media (min-width:820px){.tb-pdp{grid-template-columns:1fr 1fr;gap:3rem;align-items:start}}.tb-pdp__gallery{display:grid;gap:.85rem}.tb-pdp__main{position:relative;aspect-ratio:1/1;background:var(--cream);border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center}.tb-pdp__main img{width:100%;height:100%;object-fit:cover}.tb-pdp__media-fallback{font-weight:800;font-size:clamp(2.5rem,6vw,4rem);letter-spacing:-.03em;text-transform:lowercase;color:#d8cec7}.tb-pdp__navbtn{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:999px;border:1px solid var(--line);background:#ffffffe6;color:var(--ink);cursor:pointer;display:flex;align-items:center;justify-content:center}.tb-pdp__navbtn:hover{background:var(--pink);border-color:var(--pink)}.tb-pdp__navbtn--prev{left:.75rem}.tb-pdp__navbtn--next{right:.75rem}.tb-pdp__thumbs{display:flex;gap:.6rem}.tb-pdp__thumb{flex:0 0 auto;width:74px;height:74px;border-radius:12px;overflow:hidden;background:var(--cream);border:2px solid #0000;padding:0;cursor:pointer;appearance:none}.tb-pdp__thumb img{width:100%;height:100%;object-fit:cover}.tb-pdp__thumb.is-selected{border-color:var(--pink)}.tb-pdp__kicker{margin:0 0 .5rem;color:var(--pink);font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.tb-pdp__info h1{font-size:var(--fs-h1);margin:0 0 .75rem}.tb-pdp__rating{display:flex;align-items:center;gap:.6rem;margin-bottom:1rem}.tb-stars{display:inline-flex;gap:1px;color:var(--line);line-height:0}.tb-stars svg.is-on{color:var(--pink)}.tb-pdp__rating-num{font-weight:700}.tb-pdp__rating-link{font-size:.85rem;color:var(--muted)}.tb-pdp__rating-link:hover{color:var(--pink)}.tb-pdp__rating-new{font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.tb-pdp__pricerow{display:flex;align-items:baseline;flex-wrap:wrap;gap:.7rem;margin-bottom:1.5rem}.tb-pdp__price{font-size:2rem;font-weight:800;letter-spacing:-.02em}.tb-pdp__was{color:var(--muted);font-size:1.1rem}.tb-pdp__save{align-self:center}.tb-pdp__shades{margin-bottom:1.5rem}.tb-pdp__shades-head{font-weight:700;font-size:.9rem;margin-bottom:.6rem}.tb-pdp__shades-head span{color:var(--muted);font-weight:500}.tb-pdp__swatches{display:flex;flex-wrap:wrap;gap:.55rem}.tb-swatch{width:34px;height:34px;border-radius:999px;border:2px solid #fff;box-shadow:0 0 0 1px var(--line);cursor:pointer;padding:0}.tb-swatch.is-selected{box-shadow:0 0 0 2px var(--ink)}.tb-swatch--more{display:inline-flex;align-items:center;justify-content:center;background:var(--cream);color:var(--ink);font-size:.7rem;font-weight:700;box-shadow:0 0 0 1px var(--line)}.tb-swatch--img{width:46px;height:46px;border-radius:12px;overflow:hidden;border:2px solid #fff;background:var(--cream)}.tb-swatch--img img{width:100%;height:100%;object-fit:cover;display:block}.tb-swatch--chip{width:auto;height:auto;min-height:34px;border-radius:999px;padding:.35rem .8rem;background:var(--cream);color:var(--ink);font-size:.8rem;font-weight:600;line-height:1.1}.tb-swatch.is-oos{opacity:.4;cursor:not-allowed}.tb-pdp__buy{display:flex;gap:.7rem;align-items:stretch;margin-bottom:1.1rem}.tb-pdp__buy .tb-btn--block{flex:1 1;width:auto}.tb-pdp__wish{flex:0 0 auto;width:52px;border-radius:14px;border:1px solid var(--ink);background:#fff;color:var(--ink);cursor:pointer;display:flex;align-items:center;justify-content:center}.tb-pdp__wish:hover{color:var(--pink);border-color:var(--pink)}.tb-pdp__trust{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:1.25rem}.tb-pdp__trust li{display:inline-flex;align-items:center;gap:.45rem;font-size:.82rem;color:var(--muted)}.tb-pdp__trust svg{color:var(--ink)}.tb-features{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:.85rem}@media (min-width:720px){.tb-features{grid-template-columns:repeat(4,1fr)}}.tb-feature{background:var(--pink-wash);border-radius:16px;padding:1.25rem 1rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.35rem}.tb-feature__icon{position:relative;color:var(--ink);margin-bottom:.2rem}.tb-feature__spark{position:absolute;top:-6px;right:-10px;color:var(--pink)}.tb-feature__title{font-size:.8rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.tb-feature__sub{font-size:.72rem;color:var(--muted);line-height:1.35}.tb-acc{display:grid;gap:.9rem}.tb-acc__item{border:1px solid var(--line);border-radius:12px;overflow:hidden}.tb-acc__item summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;font-weight:700;font-size:.98rem;border-left:4px solid var(--pink)}.tb-acc__item summary::-webkit-details-marker{display:none}.tb-acc__plus{font-size:1.3rem;font-weight:400;color:var(--pink);transition:transform .16s ease}.tb-acc__item[open] .tb-acc__plus{transform:rotate(45deg)}.tb-acc__body{padding:0 1.1rem 1.1rem;border-left:4px solid var(--pink);color:var(--muted);font-size:.92rem}.tb-acc__body p{margin:0}.tb-acc__steps{margin:0;padding-left:1.1rem;display:grid;gap:.5rem}.tb-reviews{display:grid;gap:2rem;grid-template-columns:minmax(0,1fr)}.tb-reviews>*{min-width:0}@media (min-width:820px){.tb-reviews{grid-template-columns:300px minmax(0,1fr);gap:3rem;align-items:start}}.tb-reviews__score{font-size:3.25rem;font-weight:800;line-height:1;letter-spacing:-.03em}.tb-reviews__count{margin:.4rem 0 1rem;font-size:.85rem;color:var(--muted)}.tb-dist{list-style:none;margin:0;padding:0;display:grid;gap:.45rem}.tb-dist__row{display:grid;grid-template-columns:34px 1fr 40px;align-items:center;gap:.6rem;font-size:.78rem;color:var(--muted)}.tb-dist__bar{height:8px;border-radius:999px;background:var(--line);overflow:hidden}.tb-dist__fill{display:block;height:100%;background:var(--pink)}.tb-dist__pct{text-align:right}.tb-reviews__photos-head{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:.7rem}.tb-reviews__photos{display:flex;gap:.75rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:.25rem;margin-bottom:1.5rem}.tb-reviews__photos::-webkit-scrollbar{display:none}.tb-reviews__photo{flex:0 0 auto;width:120px;height:120px;border-radius:12px;overflow:hidden;background:var(--cream);scroll-snap-align:start}.tb-reviewcard{border:1px solid var(--line);border-radius:14px;padding:1.1rem 1.25rem}.tb-reviewcard__top{display:flex;align-items:center;gap:.7rem;margin-bottom:.6rem}.tb-reviewcard__verified{font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:var(--pink-wash);color:var(--ink);padding:.2rem .55rem;border-radius:999px}.tb-reviewcard__quote{margin:0 0 .75rem;font-size:.95rem}.tb-reviewcard__helpful{border:1px solid var(--line);background:#fff;border-radius:999px;padding:.4rem .9rem;font:inherit;font-size:.78rem;font-weight:600;cursor:pointer}.tb-reviewcard__helpful:hover{border-color:var(--ink)}.tb-featured{list-style:none;margin:0;padding:0 0 .5rem;display:flex;gap:1.25rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.tb-featured::-webkit-scrollbar{display:none}.tb-featured__item{flex:0 0 78%;scroll-snap-align:start}@media (min-width:620px){.tb-featured__item{flex-basis:40%}}@media (min-width:980px){.tb-featured__item{flex-basis:23%}}.tb-featured__item .tb-stars{margin:.15rem 0 .3rem}.tb-modal{position:fixed;inset:0;background:#1111118c;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:1000}.tb-modal__card{background:#fff;padding:1.75rem;border-radius:18px;max-width:420px;width:100%}.tb-modal__card h3{margin:0 0 .6rem;font-size:1.3rem;text-transform:uppercase;letter-spacing:-.01em}.tb-modal__actions{display:flex;gap:.6rem;margin-top:1.25rem}.tb-modal__actions .tb-btn{flex:1 1}.tb-consent{position:fixed;left:1rem;right:1rem;bottom:1rem;margin:0 auto;max-width:640px;background:var(--ink);color:#fff;padding:1rem 1.15rem;border-radius:16px;z-index:1100;display:flex;flex-direction:column;gap:.6rem}.tb-consent__text{margin:0;font-size:.85rem;color:#ffffffd9}.tb-consent__text a{color:#fff;text-decoration:underline}.tb-consent__actions{display:flex;gap:.6rem}.tb-consent .tb-btn{background:var(--pink);color:var(--ink);padding:.6rem 1.4rem}.tb-consent .tb-btn--secondary{background:#0000;color:#fff;border:1px solid #fff9}.tb-consent__optout{font-size:.74rem;color:#ffffffa6;text-decoration:underline}.tb-recs{margin-top:2.5rem}.tb-recs h2{font-size:1.1rem;text-transform:uppercase;letter-spacing:-.01em;margin:0 0 .2rem}.tb-recs>p{color:var(--muted);margin:0 0 1rem;font-size:.85rem}.tb-recs__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:1rem;list-style:none;padding:0}.tb-recs__item{display:flex;flex-direction:column;gap:.4rem}.tb-state{text-align:center;color:var(--muted);padding:4rem 1.5rem}.tb-404{text-align:center;padding:9vh 1.5rem 12vh}.tb-404__kicker{text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;font-weight:700;color:var(--pink)}.tb-404__title{font-size:clamp(2rem,6vw,4rem);font-weight:800;letter-spacing:-.03em;text-transform:uppercase;line-height:1.02;margin:.6rem 0 .9rem}.tb-404__sub{color:var(--muted);max-width:42ch;margin:0 auto 2rem}.tb-404__actions,.tb-404__cats{display:flex;justify-content:center}.tb-404__cats{flex-wrap:wrap;gap:.5rem 1.5rem;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--line)}.tb-404__cats a{text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:600}.tb-404__cats a:hover{color:var(--pink)}.tb-crumbs{max-width:1200px;margin:0 auto;padding:1rem 1.25rem 0;font-size:.8rem;display:flex;flex-wrap:wrap;gap:.4rem}.tb-crumbs,.tb-crumbs a{color:var(--muted)}.tb-crumbs a:hover{color:var(--pink)}.tb-crumbs__seg{display:inline-flex;gap:.4rem}.tb-crumbs .is-current,.tb-crumbs__seg>span:last-child{color:var(--ink)}.tb-collection{max-width:1200px;margin:0 auto;padding:1.25rem 1.25rem 4rem}.tb-collection__head{margin-bottom:1.5rem}.tb-collection__kicker{margin:0 0 .25rem;color:var(--pink);font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.tb-collection__head h1{font-size:var(--fs-h1);margin:0 0 .35rem}.tb-collection__count{margin:0;color:var(--muted);font-size:.9rem}.tb-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:1.25rem}@media (max-width:560px){.tb-grid{grid-template-columns:repeat(2,1fr);gap:.8rem}}.tb-quickadd--options{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.tb-brandgrid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.tb-brandgrid__item{display:flex;flex-direction:column;gap:.25rem;padding:1.25rem;border:1px solid var(--line);border-radius:14px;background:var(--cream);text-decoration:none;color:var(--ink)}.tb-brandgrid__item:hover{border-color:var(--pink)}.tb-brandgrid__name{font-weight:800}.tb-brandgrid__count{color:var(--muted);font-size:.8rem}.tb-about__body{max-width:60ch;display:grid;gap:1.1rem;line-height:1.7}.tb-about__values{list-style:none;margin:.5rem 0;padding:0;display:grid;gap:.75rem}.tb-about__values li{display:grid}.tb-about__values strong{color:var(--ink)}.tb-about__values span{color:var(--muted)}.tb-shop{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:900px){.tb-shop{grid-template-columns:240px minmax(0,1fr)}}.tb-shop__main{min-width:0;gap:1.75rem}.tb-filters,.tb-shop__main{display:grid;align-content:start}.tb-filters{gap:1.4rem}@media (min-width:900px){.tb-filters{position:sticky;top:90px}}.tb-filter__group{display:grid;gap:.55rem;margin:0}.tb-filter__group h3{margin:0;font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--ink)}.tb-filter__group ul{list-style:none;margin:0;padding:0;display:grid;gap:.4rem;max-height:220px;overflow:auto}.tb-filter__group label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;cursor:pointer}.tb-filter__count{margin-left:auto;color:var(--muted);font-size:.78rem}.tb-filter__search,.tb-filter__select{width:100%;padding:.55rem .7rem;border:1px solid var(--line);border-radius:10px;font:inherit;font-size:.9rem;background:#fff;color:var(--ink)}.tb-filter__toggle{display:flex;align-items:center;gap:.5rem;font-size:.9rem;cursor:pointer}.tb-filter__price{display:flex;align-items:center;gap:.4rem}.tb-filter__price input{width:100%;min-width:0;padding:.5rem .55rem;border:1px solid var(--line);border-radius:8px;font:inherit;font-size:.85rem}.tb-filter__go{flex:0 0 auto;border:0;border-radius:8px;padding:.5rem .7rem;background:var(--ink);color:#fff;font:inherit;font-size:.78rem;font-weight:700;cursor:pointer}.tb-filter__clear{border:1px solid var(--line);background:#fff;border-radius:999px;padding:.5rem .9rem;font:inherit;font-size:.8rem;font-weight:600;cursor:pointer;color:var(--ink)}.tb-filter__clear:hover{border-color:var(--pink)}.tb-pager{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem}.tb-pager__btn,.tb-pager__num{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 .6rem;border-radius:10px;border:1px solid var(--line);font-size:.85rem;font-weight:600;color:var(--ink)}.tb-pager__btn:hover,.tb-pager__num:hover{border-color:var(--pink)}.tb-pager__num.is-current{background:var(--ink);color:#fff;border-color:var(--ink)}.tb-pager__gap{padding:0 .2rem;color:var(--muted)}.tb-blog__excerpt{font-size:.85rem;line-height:1.5;color:var(--muted);margin:0 0 .7rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.tb-article{max-width:760px;margin:0 auto;padding:0 1.25rem 3rem}.tb-article__head{text-align:center;margin:.5rem 0 1.5rem}.tb-article__tag{display:inline-flex;margin-bottom:.9rem}.tb-article__title{font-size:clamp(1.8rem,4vw,2.8rem);line-height:1.1;margin:0 0 .8rem}.tb-article__date{font-size:.8rem;color:var(--muted);letter-spacing:.02em}.tb-article__hero{border-radius:18px;overflow:hidden;background:var(--cream);margin:0 0 2rem}.tb-article__hero img{width:100%;height:auto;display:block}.tb-article__body{font-size:1.02rem;line-height:1.75;color:var(--ink)}.tb-article__body>*+*{margin-top:1.1rem}.tb-article__body h2{font-size:1.5rem;font-weight:700;margin-top:2rem;line-height:1.25}.tb-article__body h3{font-size:1.2rem;font-weight:700;margin-top:1.6rem}.tb-article__body a{color:var(--pink);text-decoration:underline}.tb-article__body a:hover{color:var(--ink)}.tb-article__body img{max-width:100%;height:auto;border-radius:14px}.tb-article__body ol,.tb-article__body ul{padding-left:1.4rem}.tb-article__body li+li{margin-top:.4rem}.tb-article__body blockquote{border-left:3px solid var(--pink);padding-left:1.1rem;color:var(--muted);font-style:italic}.tb-article__body figure{margin:1.4rem 0}.tb-article__body figcaption{font-size:.8rem;color:var(--muted);text-align:center;margin-top:.5rem}@font-face{font-family:Jost;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b8c37bb59076c047-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Jost;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/5bbac197f803cc34-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Jost;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/9dd75fadc5b3df29-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Jost;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b8c37bb59076c047-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Jost;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/5bbac197f803cc34-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Jost;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/9dd75fadc5b3df29-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Jost;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/b8c37bb59076c047-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Jost;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/5bbac197f803cc34-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Jost;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/9dd75fadc5b3df29-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Jost;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b8c37bb59076c047-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Jost;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/5bbac197f803cc34-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Jost;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/9dd75fadc5b3df29-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Jost;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/b8c37bb59076c047-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Jost;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/5bbac197f803cc34-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Jost;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/9dd75fadc5b3df29-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Jost Fallback;src:local("Arial");ascent-override:111.45%;descent-override:39.06%;line-gap-override:0.00%;size-adjust:96.01%}.__className_f05526{font-family:Jost,Jost Fallback;font-style:normal}.__variable_f05526{--font-sans:"Jost","Jost Fallback"}