.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%)}}}.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%}}.collection-hero{position:relative;min-height:480px;display:grid;align-items:end;overflow:hidden;background:var(--prize-blue);color:#fff}.collection-main .eyebrow{display:inline-flex}.collection-main .rte{display:block}.collection-main .button--ghost{background:transparent}.collection-main .field{width:100%}.collection-hero__image{position:absolute;top:0;right:0;bottom:0;left:0}.collection-hero__image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0f1b33e0,#0f1b3394 45%,#0f1b3314)}.collection-hero__image img{width:100%;height:100%;object-fit:cover}.collection-hero__inner{position:relative;z-index:2;padding-block:82px}.collection-hero__inner h1{max-width:860px;font-size:clamp(3.4rem,8vw,7rem)}.collection-hero__text{max-width:640px;color:#ffffffd1;font-size:1.16rem}.collection-hero__count{display:inline-block;margin-top:14px;padding:8px 13px;border-radius:999px;background:#ffffff24;font-weight:850}.collection-hero__dots{position:absolute;right:7%;top:18%;display:grid;gap:12px}.collection-hero__dots i{width:54px;height:54px;border-radius:50%;background:var(--bounce-green)}.collection-hero__dots i:nth-child(2){width:30px;height:30px;margin-left:58px;background:var(--gold-pop)}.collection-hero__dots i:nth-child(3){width:22px;height:22px;margin-left:20px;background:var(--loot-red)}.collection-toolbar{display:grid;grid-template-columns:1fr auto 220px;align-items:center;gap:14px;margin-bottom:34px}.collection-toolbar__filters{display:flex;align-items:center;gap:14px;font-weight:850}.collection-toolbar>label{font-weight:900}.filter-form details{border-bottom:1px solid var(--line)}.filter-form summary{display:flex;align-items:center;justify-content:space-between;padding:18px 0;list-style:none;font-weight:900}.filter-form summary svg{width:20px;fill:none;stroke:currentColor;stroke-width:2}.filter-form__values{display:grid;gap:10px;padding-bottom:18px}.filter-form__values label{display:flex;align-items:center;gap:10px}.filter-form__values input[type=checkbox]{width:20px;height:20px;accent-color:var(--loot-red)}.filter-form__values small{color:var(--ink-muted)}.filter-form__price{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px}.filter-form>.button{width:100%;margin-top:14px}@media(max-width:720px){.collection-hero{min-height:400px}.collection-hero__inner{padding-block:64px}.collection-toolbar{grid-template-columns:1fr 1fr}.collection-toolbar__filters{grid-column:1/-1;justify-content:space-between}.collection-toolbar>label{align-self:center}.collection-hero__dots{display: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=AgDAAEAAAAAAABA */
