.announcement{overflow:hidden;background:var(--trust-navy);color:#fff;font-size:.82rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.announcement__track{min-height:34px;display:flex;align-items:center;justify-content:center;gap:28px;white-space:nowrap}.announcement__dots{display:flex;gap:5px}.announcement__dots i{width:7px;height:7px;border-radius:50%;background:var(--bounce-green)}.announcement__dots i:nth-child(2){background:var(--prize-blue)}.announcement__dots i:nth-child(3){background:var(--gold-pop)}@media(max-width:700px){.announcement__track{justify-content:flex-start;width:max-content;animation:announcement-scroll 22s linear infinite}.announcement__track span:nth-of-type(n+4){display:none}@keyframes announcement-scroll{to{transform:translate(-33.333%)}}}.brand-story{overflow:hidden}.brand-story .eyebrow{display:inline-flex}.brand-story .lede{max-width:720px}.brand-story__layout{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(40px,8vw,110px)}.brand-story__visual{position:relative;transform:translateY(var(--scroll-shift,0))}.brand-story__collage{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;transform:rotate(-3deg)}.brand-story__collage a{aspect-ratio:1;border-radius:28px;overflow:hidden;background:#fff;box-shadow:var(--shadow-small)}.brand-story__collage a:nth-child(2),.brand-story__collage a:nth-child(4){transform:translateY(28px)}.brand-story__collage img{width:100%;height:100%;object-fit:contain;padding:8%;transition:transform .35s ease}.brand-story__collage a:hover img{transform:scale(1.06)}.brand-story__path{position:absolute;right:-28px;top:-20px;display:grid;gap:12px}.brand-story__path i{width:28px;height:28px;border-radius:50%;background:var(--bounce-green)}.brand-story__path i:nth-child(2){margin-left:28px;background:var(--prize-blue)}.brand-story__path i:nth-child(3){margin-left:48px;background:var(--gold-pop)}.brand-story__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:34px 0}.brand-story__stats div{padding:20px 16px;border:1px solid var(--line);border-radius:20px;background:#fff}.brand-story__stats strong{display:block;font-family:Fredoka,sans-serif;font-size:2.2rem;color:var(--loot-red)}.brand-story__stats span{display:block;color:var(--ink-muted);font-size:.84rem;font-weight:800}.brand-story__content .button svg{width:20px;fill:none;stroke:currentColor;stroke-width:2}@media(max-width:900px){.brand-story__layout{grid-template-columns:1fr}.brand-story__visual{order:2;max-width:680px;margin:auto}.brand-story__content{order:1}}@media(max-width:520px){.brand-story__stats{grid-template-columns:1fr}.brand-story__stats div{display:flex;align-items:center;gap:16px}.brand-story__stats strong{min-width:52px}}.worlds{background:var(--play-cream)}.worlds .eyebrow{display:inline-flex}.worlds .lede{max-width:720px}.worlds__head{display:grid;grid-template-columns:1.1fr .9fr;align-items:end;gap:40px;margin-bottom:42px}.worlds__head h2{margin-bottom:0}.worlds__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.world-card{--accent:var(--prize-blue);display:grid;grid-template-columns:1.1fr .9fr;min-height:320px;border-radius:32px;overflow:hidden;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-small);transition:transform .3s ease,box-shadow .3s ease}.world-card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}.world-card--gold{--accent:var(--gold-pop)}.world-card--green{--accent:var(--bounce-green)}.world-card--navy{--accent:var(--trust-navy)}.world-card__media{position:relative;overflow:hidden;background:color-mix(in srgb,var(--accent) 14%,var(--play-cream))}.world-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.2,.7,.2,1)}.world-card:hover .world-card__media img{transform:scale(1.06)}.world-card__count{position:absolute;left:16px;top:16px;min-width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:var(--accent);color:#fff;font-family:Fredoka,sans-serif;font-weight:700}.world-card__body{display:flex;flex-direction:column;align-items:flex-start;padding:30px 26px}.world-card__dot{width:18px;height:18px;margin-bottom:auto;border-radius:50%;background:var(--accent)}.world-card__body h3{margin:28px 0 8px;font-size:clamp(1.6rem,3vw,2.4rem)}.world-card__body p{color:var(--ink-muted)}.world-card__arrow{width:46px;height:46px;display:grid;place-items:center;margin-top:auto;border-radius:50%;background:var(--accent);color:#fff}.world-card__arrow svg{width:21px;fill:none;stroke:currentColor;stroke-width:2}@media(max-width:920px){.worlds__head,.worlds__grid{grid-template-columns:1fr}}@media(max-width:560px){.world-card{grid-template-columns:1fr;min-height:0}.world-card__media{aspect-ratio:4/3}.world-card__body{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:20px}.world-card__dot{margin:0}.world-card__body h3{margin:0 0 4px}.world-card__body p,.world-card__arrow{margin:0}}.featured-products{background:#fff;border-radius:48px}.featured-products .eyebrow{display:inline-flex}.featured-products .button--ghost{background:transparent}.featured-products__head{display:flex;align-items:end;justify-content:space-between;gap:26px;margin-bottom:42px}.featured-products__head h2{margin-bottom:0}.featured-products__head .button svg{width:20px;fill:none;stroke:currentColor;stroke-width:2}@media(max-width:620px){.featured-products{border-radius:30px}.featured-products__head{align-items:flex-start;flex-direction:column}.featured-products__head .button{width:100%}}.site-footer{padding:72px 0 28px;background:var(--trust-navy);color:#fff;border-radius:44px 44px 0 0}.site-footer .loot-dots{display:flex}.site-footer .loot-dot{display:block}.site-footer__top{display:grid;grid-template-columns:1.1fr .65fr .65fr 1.4fr;gap:clamp(28px,5vw,72px)}.site-footer__brand img{width:220px;margin-bottom:22px}.site-footer__brand p,.site-footer__newsletter p{color:#ffffffb8}.site-footer h3{font-size:1.15rem;color:#fff}.site-footer__menu{display:grid;align-content:start;gap:10px}.site-footer__menu a{color:#ffffffc2;font-weight:750}.site-footer__menu a:hover{color:var(--gold-pop)}.newsletter-form{display:grid;grid-template-columns:1fr auto;gap:10px;margin-top:20px}.newsletter-form .field{border-color:#fff3;background:#ffffff1a;color:#fff}.newsletter-form .field::placeholder{color:#ffffff9e}.newsletter-form .button{background:var(--gold-pop);color:var(--trust-navy)}.site-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:62px;padding-top:22px;border-top:1px solid rgba(255,255,255,.14);color:#ffffff9e;font-size:.86rem}.site-footer__bottom div{display:flex;flex-wrap:wrap;gap:18px}@media(max-width:1000px){.site-footer__top{grid-template-columns:1fr 1fr}.site-footer__newsletter{grid-column:1/-1}}@media(max-width:620px){.site-footer{border-radius:30px 30px 0 0}.site-footer__top{grid-template-columns:1fr 1fr}.site-footer__brand,.site-footer__newsletter{grid-column:1/-1}.newsletter-form{grid-template-columns:1fr}.site-footer__bottom{align-items:flex-start;flex-direction:column}}.site-header{position:sticky;z-index:100;top:0;background:#fff7e8eb;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.search-panel .eyebrow{display:inline-flex}.site-header__inner{height:var(--header-height);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:34px}.site-header__logo{width:min(var(--logo-width),28vw)}.site-header__logo img{width:100%;height:auto}.site-nav{display:flex;align-items:center;justify-content:center;gap:28px;font-weight:850}.site-nav__item{position:relative}.site-nav a{position:relative;padding:10px 0}.site-nav a:after{content:"";position:absolute;left:0;right:0;bottom:4px;height:3px;border-radius:3px;background:var(--loot-red);transform:scaleX(0);transition:transform .2s ease}.site-nav a:hover:after,.site-nav a[aria-current=page]:after{transform:scaleX(1)}.site-nav__dropdown{position:absolute;top:100%;left:50%;width:220px;display:grid;gap:2px;padding:14px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow-small);opacity:0;visibility:hidden;transform:translate(-50%,8px);transition:.2s ease}.site-nav__item:hover .site-nav__dropdown,.site-nav__item:focus-within .site-nav__dropdown{opacity:1;visibility:visible;transform:translate(-50%)}.site-nav__dropdown a{padding:10px 12px;border-radius:12px}.site-nav__dropdown a:hover{background:var(--play-cream)}.site-header__actions{display:flex;align-items:center;gap:4px}.site-header .site-header__mobile-trigger{display:none}.cart-link{position:relative}.cart-link__count{position:absolute;right:0;top:0;min-width:19px;height:19px;display:grid;place-items:center;padding:0 5px;border-radius:999px;background:var(--loot-red);color:#fff;font-size:.7rem;font-weight:900}.search-dialog{width:100%;max-width:none;height:100%;margin:0}.search-panel{width:min(920px,calc(100% - 32px));max-height:calc(100vh - 48px);margin:24px auto;padding:clamp(24px,5vw,56px);overflow:auto;border-radius:32px;background:var(--play-cream);box-shadow:var(--shadow)}.search-panel__head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.search-panel__head h2{font-size:clamp(2rem,5vw,4rem)}.search-panel__form{display:grid;grid-template-columns:1fr auto;gap:12px;margin:28px 0}.search-panel__form .field{min-height:58px;font-size:1.05rem}.predictive-results[aria-busy=true]{min-height:120px;background:linear-gradient(90deg,transparent,rgba(64,115,196,.08),transparent);background-size:200% 100%;animation:search-loading 1.2s linear infinite}@keyframes search-loading{to{background-position:-200% 0}}.drawer__logo{width:190px;height:auto}.mobile-nav{display:grid;gap:6px}.mobile-nav>a,.mobile-nav summary{min-height:54px;display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-radius:16px;font-family:Fredoka,sans-serif;font-size:1.3rem;font-weight:650;list-style:none}.mobile-nav>a:hover,.mobile-nav summary:hover{background:#fff}.mobile-nav summary svg{width:20px}.mobile-nav details div{display:grid;padding:0 14px 10px 30px}.mobile-nav details div a{padding:10px 0;color:var(--ink-muted);font-weight:800}@media(max-width:960px){.site-header__inner{grid-template-columns:auto 1fr auto;gap:14px}.site-header .site-header__mobile-trigger{display:grid}.site-header__logo{width:min(var(--logo-width),44vw);justify-self:center}.site-nav,.site-header__account{display:none}}@media(max-width:520px){.site-header__actions{gap:0}.site-header__logo{width:172px}.search-panel__form{grid-template-columns:1fr}.search-panel__form .button{width:100%}}.hero-play{position:relative;min-height:min(780px,calc(100vh - 112px));display:grid;align-items:stretch;overflow:hidden;background:#f5ead6}.hero-play .loot-dots{display:flex}.hero-play .eyebrow{display:inline-flex}.hero-play__media{position:absolute;top:-3%;right:-3%;bottom:-3%;left:-3%;transform:translateY(var(--scroll-shift,0)) scale(1.04)}.hero-play__media picture,.hero-play__media img{width:100%;height:100%}.hero-play__media img{object-fit:cover;object-position:center}.hero-play__inner{position:relative;z-index:2;display:flex;align-items:center;padding-block:clamp(64px,10vw,128px)}.hero-play__content{width:min(610px,48%);padding:clamp(26px,4vw,52px);border:1px solid rgba(255,255,255,.72);border-radius:34px;background:#fff7e8e0;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.hero-play__content h1{font-size:clamp(3.1rem,6.5vw,6.4rem);color:var(--trust-navy)}.hero-play__content p{max-width:530px;color:#35425a;font-size:clamp(1.08rem,1.5vw,1.3rem)}.hero-play__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.hero-play__actions svg{width:20px}.hero-play__brand-dots{margin-bottom:22px}.hero-play__brand-dots .loot-dot{width:12px;height:12px}.hero-play__floating{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hero-play__dot{position:absolute;width:38px;height:38px;border-radius:50%;box-shadow:0 8px 22px #0f1b3329;transition:translate .12s linear}.hero-play__dot--green{right:40%;top:12%;background:var(--bounce-green)}.hero-play__dot--blue{right:6%;top:15%;width:24px;height:24px;background:var(--prize-blue)}.hero-play__dot--gold{right:12%;bottom:12%;width:54px;height:54px;background:var(--gold-pop)}@media(max-width:900px){.hero-play{min-height:auto;display:block;padding-top:44px}.hero-play__media{position:relative;inset:auto;height:min(76vw,640px);margin-top:24px;transform:none}.hero-play__media img{object-position:center}.hero-play__inner{display:block;padding-block:0}.hero-play__content{width:100%;padding:28px;background:transparent;border:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.hero-play__content h1{font-size:clamp(3rem,14vw,5.4rem)}.hero-play__floating{display:none}}@media(max-width:560px){.hero-play__actions{display:grid}.hero-play__actions .button{width:100%}.hero-play__media{height:118vw;max-height:620px;border-radius:28px 28px 0 0;overflow:hidden}.hero-play__content{padding-inline:0}}.play-planner{overflow:hidden;background:var(--prize-blue);color:#fff}.play-planner:before,.play-planner:after{content:"";position:absolute;border-radius:50%;background:var(--bounce-green);opacity:.95}.play-planner:before{width:180px;height:180px;left:-70px;top:25%}.play-planner:after{width:100px;height:100px;right:3%;bottom:-30px;background:var(--gold-pop)}.play-planner .eyebrow{color:var(--gold-pop)}.play-planner .lede{color:#ffffffc7}.play-planner__layout{position:relative;z-index:1;display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(36px,7vw,100px);align-items:center}.play-planner__tool{padding:clamp(18px,3vw,32px);border-radius:32px;background:var(--play-cream);color:var(--trust-navy);box-shadow:var(--shadow)}.play-planner__tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:7px;border-radius:999px;background:#0f1b3314}.play-planner__tabs button{min-height:46px;border:0;border-radius:999px;background:transparent;font-weight:900}.play-planner__tabs button[aria-selected=true]{background:var(--trust-navy);color:#fff;box-shadow:var(--shadow-small)}.play-planner__panel{min-height:270px;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:28px;padding:34px 10px 10px}.play-planner__panel[hidden]{display:none}.play-planner__number{width:76px;height:76px;display:grid;place-items:center;border-radius:50%;background:var(--gold-pop);font-family:Fredoka,sans-serif;font-size:1.8rem;font-weight:700}.play-planner__panel h3{font-size:clamp(1.6rem,3vw,2.5rem)}.play-planner__panel .button{margin-top:12px}.play-planner__panel svg{width:20px;fill:none;stroke:currentColor;stroke-width:2}@media(max-width:900px){.play-planner__layout{grid-template-columns:1fr}.play-planner__intro{max-width:680px}}@media(max-width:560px){.play-planner__tabs{grid-template-columns:1fr;border-radius:20px}.play-planner__panel{grid-template-columns:1fr;align-items:start;padding-top:26px}.play-planner__number{width:58px;height:58px;font-size:1.35rem}}.value-ribbon{overflow:hidden;background:var(--loot-red);color:#fff;transform:rotate(-1deg);transform-origin:center}.value-ribbon__track{width:max-content;display:flex;align-items:center;gap:42px;min-height:76px;padding-inline:20px;animation:ribbon-move 34s linear infinite}.value-ribbon__track span{display:flex;align-items:center;gap:12px;font-family:Fredoka,sans-serif;font-size:clamp(1.2rem,2vw,1.6rem);font-weight:650;white-space:nowrap}.value-ribbon__track i{width:13px;height:13px;border-radius:50%;background:var(--dot)}@keyframes ribbon-move{to{transform:translate(-25%)}}@media(prefers-reduced-motion:reduce){.value-ribbon__track{animation:none}}.product-card__media-wrap{position:relative}.product-card__quick-add{position:absolute;z-index:3;left:14px;right:14px;bottom:14px;opacity:0;transform:translateY(10px);transition:opacity .22s ease,transform .22s ease}.product-card:hover .product-card__quick-add,.product-card:focus-within .product-card__quick-add{opacity:1;transform:none}.product-card__quick-add-button{width:100%;min-height:46px;padding:10px 16px;box-shadow:0 10px 25px #0f1b332e}.product-card__rating{min-height:20px;margin-top:8px}.product-card__rating:empty{display:none}.product-card__rating .jdgm-prev-badge{font-size:.78rem}.product-card__rating .jdgm-prev-badge__text{font-size:.76rem}@media(max-width:990px),(hover:none){.product-card__quick-add{opacity:1;transform:none}.product-card__quick-add-button{min-height:42px;font-size:.82rem}}
/*# sourceMappingURL=/cdn/shop/t/7/compiled_assets/styles.css.map?subset=CgTgAQAAQBAAABA */
