.announcement{background-color:var(--brand-light);color:var(--brand-deep);text-align:center;padding:.55rem 1rem;font-size:var(--t-small);font-weight:600}.announcement a{color:inherit}.shopify-section:has(>.site-header){position:sticky;top:0;z-index:100}.site-header{position:sticky;top:0;z-index:100;background-color:var(--surface);border-bottom:1px solid var(--line);transition:box-shadow var(--dur-exit) var(--ease-both)}.site-header.is-scrolled{box-shadow:var(--e1)}.site-header__inner{display:flex;align-items:center;gap:var(--gap);min-height:var(--header-height)}.site-header__wordmark{display:inline-flex;align-items:center;text-decoration:none;color:var(--ink);line-height:0;margin-right:auto;flex:none}.site-header__wordmark img,.site-header__logo{display:block;height:2.4rem;width:auto}@media(max-width:720px){.site-header__wordmark img,.site-header__logo{height:2rem}}.wordmark{display:block;height:30px;width:auto;overflow:visible}.wm-name{fill:var(--ink)}.wm-route{stroke:var(--ink);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.wm-space{fill:none;stroke:var(--ink);stroke-width:1.5}.wm-space--end{fill:var(--brand);stroke:none}.site-nav{display:none}@media(min-width:1024px){.site-nav{display:flex;align-items:center;gap:1.75rem;margin-right:auto}}.site-nav__link{position:relative;display:inline-flex;align-items:center;min-height:2.75rem;font-size:var(--t-small);font-weight:600;color:var(--ink);text-decoration:none;white-space:nowrap;transition:color var(--dur-exit) var(--ease-both)}.site-nav__link:after{content:"";position:absolute;left:0;right:0;bottom:.35rem;height:2px;border-radius:2px;background:var(--brand);transform:scaleX(0);transform-origin:left;transition:transform var(--dur-exit) var(--ease-both)}.site-nav__link:hover:after,.site-nav__link[aria-current=page]:after{transform:scaleX(1)}.site-header__actions{display:flex;align-items:center;gap:.25rem;flex:none}.header-icon-btn{position:relative;width:2.75rem;height:2.75rem;display:grid;place-items:center;border-radius:var(--r-pill);color:var(--ink);text-decoration:none;transition:background-color var(--dur-exit) var(--ease-both)}.header-icon-btn:hover{background-color:var(--bg-warm)}.header-icon-btn svg{width:1.4rem;height:1.4rem}.cart-count{position:absolute;top:.2rem;right:.2rem;min-width:1.15rem;height:1.15rem;padding-inline:.3rem;display:grid;place-items:center;background:var(--brand);color:var(--brand-deep);border-radius:var(--r-pill);font-size:.7rem;font-weight:700;transform:scale(0);transition:transform var(--dur-enter) var(--ease-settle)}.cart-count.has-items{transform:scale(1)}.world-picker{display:inline-flex;align-items:center;gap:2px;padding:3px;border-radius:var(--r-pill);background-color:var(--bg-warm);margin-right:.5rem}.world-picker__btn{display:inline-flex;align-items:center;gap:.45rem;min-height:2.25rem;padding:0 .7rem 0 .5rem;border-radius:var(--r-pill);color:var(--ink-soft);font-size:var(--t-micro);font-weight:700;line-height:1;transition:background-color var(--dur-exit) var(--ease-both),color var(--dur-exit) var(--ease-both),box-shadow var(--dur-exit) var(--ease-both)}.world-picker__dot{width:.9rem;height:.9rem;border-radius:50%;background:var(--world-face);box-shadow:inset 0 0 0 1px rgb(var(--shadow-rgb) / .18);flex:none}.world-picker__btn[data-world=space] .world-picker__dot{background:#22305e}.world-picker__btn[data-world=princess] .world-picker__dot{background:#e6a9bd}.world-picker__btn:hover{color:var(--ink)}.world-picker__btn[aria-pressed=true]{background-color:var(--surface);color:var(--ink);box-shadow:var(--e1)}@media(max-width:1279px){.site-header .world-picker__name{display:none}.site-header .world-picker__btn{padding:0 .45rem}}@media(max-width:720px){.site-header .world-picker{display:none}}.mobile-menu__worlds{display:grid;gap:.6rem;padding-block:var(--space-4) var(--space-3);border-bottom:1px solid var(--line)}.mobile-menu__worlds .world-picker{margin:0;justify-self:start}.mobile-menu-toggle{display:grid}@media(min-width:1024px){.mobile-menu-toggle{display:none}}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:150;background-color:var(--surface);padding:0 var(--gap) var(--gap);display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--dur-enter) var(--ease-settle),visibility 0s linear var(--dur-enter);visibility:hidden;overflow-y:auto}.mobile-menu[data-open=true]{transform:translate(0);visibility:visible;transition:transform var(--dur-enter) var(--ease-settle),visibility 0s}.mobile-menu__head{display:flex;justify-content:space-between;align-items:center;min-height:var(--header-height);margin-bottom:var(--gap);border-bottom:1px solid var(--line)}.mobile-menu__head img{height:2rem;width:auto}.mobile-menu__link{display:flex;align-items:center;justify-content:space-between;min-height:3.5rem;font-size:var(--t-part);font-weight:700;color:var(--ink);text-decoration:none;border-bottom:1px solid var(--line)}.mobile-menu__link--soft{font-size:var(--t-body);font-weight:500;color:var(--ink-soft);min-height:3rem}.mobile-menu__link svg{width:1.1rem;height:1.1rem;color:var(--ink-soft)}.product-grid{display:grid;gap:var(--gap);grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:719px){.product-grid{gap:var(--space-2)}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.product-card{position:relative;display:flex;flex-direction:column;color:var(--ink)}.product-card.card:hover{box-shadow:var(--e2);transform:translateY(-2px)}.product-card:focus-within{box-shadow:var(--e2)}.product-card__media{position:relative;aspect-ratio:4 / 3;background-color:var(--bg-tile);overflow:hidden}.card>.product-card__media{border-radius:calc(var(--r-card) - 1px) calc(var(--r-card) - 1px) 0 0}.product-card__media img,.product-card__media .product-photo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.product-art{display:contents}.product-card__media--art{display:grid;place-items:center;padding:4%}.product-card__media--art>svg,.product-card__media--art .product-art>svg{width:100%;height:auto;max-height:100%}.product-card__media--art .shop-obj--figure{width:58%}.product-card__media--art .shop-obj--book{width:90%}.product-card__media:has(.product-photo){padding:0}.product-card__media--empty{display:grid;place-items:center;color:var(--ink-hair)}.product-card__media--empty svg{width:46%;height:auto;opacity:.5}.product-card__tab{position:absolute;top:var(--space-2);left:var(--space-2);z-index:2;padding:.35rem .75rem;border-radius:var(--r-pill);background-color:var(--brand-light);color:var(--brand-deep);font-size:var(--t-label);font-weight:700;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.product-card__tab--out{background-color:var(--soon);color:var(--on-solid)}.product-card--out .product-card__media>:not(.product-card__tab){opacity:.6}.product-card__body{display:flex;flex-direction:column;gap:.25rem;flex:1;padding:var(--space-4)}@media(max-width:719px){.product-card__body{padding:var(--space-3)}}.product-card__link{color:inherit;text-decoration:none}.product-card__link:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.product-card__link:focus-visible{outline:none}.product-card__link:focus-visible:after{outline:2px solid var(--ink);outline-offset:-3px;border-radius:var(--r-card)}.product-card__badge{order:0;align-self:flex-start;margin-bottom:var(--space-1)}.product-card__title{order:1;font-weight:700;font-size:var(--t-body);line-height:1.3;letter-spacing:-.01em;text-wrap:pretty}.product-card__vendor{order:2;font-size:var(--t-small);color:var(--ink-soft)}.product-card__line{order:2;margin-top:var(--space-1);font-size:var(--t-small);line-height:1.5;color:var(--ink-soft);max-width:32em}.product-card__buy{order:3;margin-top:auto;padding-top:var(--space-3);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:var(--gap-tight);min-height:calc(2.75rem + var(--space-3))}.product-card__price{font-weight:700;font-size:var(--t-lead);line-height:1.1;color:var(--ink);display:flex;align-items:baseline;gap:.6em;min-width:0;white-space:nowrap}@media(max-width:719px){.product-card__price{font-size:var(--t-body)}}.product-card__stock{flex:0 1 auto;min-width:0;margin-inline-start:auto;font-size:var(--t-micro);font-weight:500;line-height:1.3;color:var(--ink-soft);text-align:end}.product-card__add,.product-card__notify,.product-card__view{position:relative;z-index:2}.product-card__add{flex:none;line-height:0}.card-add{display:inline-flex;align-items:center;justify-content:center;gap:.45em;min-height:2.75rem;padding:0 1.1em;font-size:var(--t-small);white-space:nowrap}.card-add__icon{display:block;line-height:0;flex:none}.card-add svg{width:1.1rem;height:1.1rem;display:block}.card-add.is-added{background-color:var(--ink);color:var(--on-solid)}@media(max-width:719px){.product-card__add,.product-card__buy .card-add{width:100%}}.product-card--feature{grid-column:1 / -1}@media(min-width:1024px){.product-card--feature{grid-column:span 2;grid-template-columns:minmax(0,55fr) minmax(0,45fr)}}@media(min-width:720px){.product-card--feature{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.product-card--feature .product-card__media{aspect-ratio:auto;min-height:22rem}.card.product-card--feature>.product-card__media{border-radius:calc(var(--r-card) - 1px) 0 0 calc(var(--r-card) - 1px)}}.product-card--feature .product-card__body{justify-content:center;gap:var(--space-2);padding:var(--space-5)}@media(max-width:1023px){.product-card--feature .product-card__body{padding:var(--space-4)}}.product-card--feature .product-card__title{font-size:var(--t-part);line-height:1.2;letter-spacing:-.015em;text-wrap:balance}.product-card--feature .product-card__buy{justify-content:flex-start;gap:var(--space-2) var(--space-3);margin-top:0;padding-top:var(--space-4)}.product-card--feature .product-card__price{flex-basis:100%;font-size:var(--t-part)}.product-card--feature .product-card__add,.product-card--feature .product-card__buy .card-add{width:auto}.product-card--feature .card-add{min-height:3rem;padding-inline:1.5em;font-size:var(--t-body)}.product-card__view{display:inline-flex;align-items:center;gap:.35em;min-height:3rem;padding-inline:.25em;color:var(--ink);font-size:var(--t-small);font-weight:600;text-decoration:none;white-space:nowrap}.product-card__view svg{width:1em;height:1em}.product-card__view:hover{color:var(--buy-ink)}@media(max-width:719px){.product-card--feature .product-card__body{padding:var(--space-4)}}.price__compare{color:var(--ink-soft);text-decoration:line-through;font-weight:400;font-size:var(--t-micro)}.price__sale{color:var(--buy-ink)}.shop-book-cover{fill:var(--world-face);stroke:color-mix(in srgb,var(--world-face) 76%,var(--world-ink));stroke-width:1.1}.shop-book-cover--under{fill:color-mix(in srgb,var(--world-face) 74%,var(--world-ink))}.shop-book-spine{fill:color-mix(in srgb,var(--world-face) 82%,var(--surface))}.shop-book-pages{fill:color-mix(in srgb,var(--line) 84%,var(--ink-hair));stroke:var(--line-strong);stroke-width:1.1;stroke-linejoin:round}.shop-book-block{fill:color-mix(in srgb,var(--surface) 80%,var(--bg-warm))}.shop-book-bar{fill:var(--surface);opacity:.92}.shop-book-bar-soft{fill:var(--surface);opacity:.55}.shop-book-rule{stroke:var(--surface);stroke-width:2;opacity:.34;fill:none}.shop-book-route{stroke:var(--world-gilt);stroke-width:2.6;stroke-linecap:round;stroke-dasharray:3 10;opacity:.9;fill:none}.shop-book-dot{fill:none;stroke:var(--world-gilt);stroke-width:2.2;opacity:.8}.site-footer{background-color:var(--footer-bg);color:var(--footer-ink);position:relative}.site-footer__inner{padding-block:var(--gap-room) var(--gap-room);row-gap:var(--gap-room)}.site-footer__brand{grid-column:1 / 5;display:grid;gap:var(--space-3);justify-items:start;align-content:start}.site-footer__mark{display:block;line-height:0}.site-footer__mark img{height:2.9rem;width:auto}.site-footer__shelf{grid-column:6 / 8}.site-footer__infocol{grid-column:8 / 10}.site-footer__news{grid-column:10 / -1}@media(max-width:1023px){.site-footer__brand{grid-column:1 / -1}.site-footer__shelf{grid-column:1 / 5}.site-footer__infocol{grid-column:5 / 9}.site-footer__news{grid-column:9 / -1}.site-footer__inner{padding-block:var(--gap-room) var(--gap);row-gap:var(--gap-room)}}@media(max-width:720px){.site-footer__shelf,.site-footer__infocol,.site-footer__news{grid-column:1 / -1}.site-footer__inner{row-gap:var(--gap)}}.site-footer__tagline{color:var(--footer-soft);font-size:var(--t-small);line-height:1.5;max-width:24rem}.site-footer .t-label{margin-bottom:var(--space-3);display:block;color:var(--brand)}.site-footer__list{list-style:none;padding:0;display:grid;gap:.35rem}.site-footer__list a{display:inline-flex;align-items:center;min-height:2rem;color:var(--footer-ink);text-decoration:none;font-size:var(--t-small);line-height:1.3;transition:color var(--dur-exit) var(--ease-both)}.site-footer__list a:hover{color:var(--brand);text-decoration:underline;text-underline-offset:3px}.site-footer__contact{display:inline-flex;align-items:center;gap:.5rem;min-height:2.5rem;color:var(--footer-ink);font-size:var(--t-small);font-weight:600;text-decoration:none;transition:color var(--dur-exit) var(--ease-both)}.site-footer__contact svg{width:.9rem;height:.9rem;color:var(--brand)}.site-footer__contact:hover{color:var(--brand)}.site-footer__social{display:flex;gap:.5rem;margin-top:var(--space-1)}.site-footer__social a{width:2.75rem;height:2.75rem;display:grid;place-items:center;border-radius:var(--r-pill);background:#ffffff0f;border:1px solid var(--footer-line);color:var(--footer-ink);transition:background-color var(--dur-exit) var(--ease-both),border-color var(--dur-exit) var(--ease-both),color var(--dur-exit) var(--ease-both)}.site-footer__social a:hover{background:var(--brand);border-color:var(--brand);color:var(--brand-deep)}.site-footer__social svg{width:1.15rem;height:1.15rem}.news-line{display:flex;gap:var(--gap-tight);align-items:stretch;max-width:26rem}.site-footer .news-line__input{flex:1 1 auto;min-width:0;min-height:3rem;font-size:var(--t-small);border-radius:var(--r-pill);padding-inline:1.1rem;background-color:#ffffff14;border-color:var(--footer-line);color:var(--footer-ink)}.site-footer .news-line__input::placeholder{color:var(--footer-soft)}.site-footer .news-line__input:focus-visible{border-color:var(--brand);box-shadow:inset 0 0 0 1px var(--brand)}.news-line__go{flex:none;width:3rem;height:3rem;display:grid;place-items:center;border-radius:var(--r-pill);background:var(--brand);color:var(--brand-deep);transition:background-color var(--dur-exit) var(--ease-both)}.news-line__go:hover{background:var(--buy-hover)}.news-line__go svg{width:1.1rem;height:1.1rem}.site-footer__news .site-footer__tagline{margin-top:var(--space-2)}.site-footer__bottom{border-top:1px solid var(--footer-line);padding-block:var(--space-4);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--gap-tight) var(--gap);font-size:var(--t-micro);color:var(--footer-soft)}.site-footer__info{display:flex;flex-wrap:wrap;gap:.25rem 1.35rem}.site-footer__info a{display:inline-flex;align-items:center;min-height:2rem;color:var(--footer-soft);text-decoration:none}.site-footer__info a:hover{color:var(--footer-ink);text-decoration:underline;text-underline-offset:3px}.buy-bar{position:fixed;left:0;right:0;bottom:0;z-index:90;background-color:var(--surface);box-shadow:0 -1px 0 var(--line),0 -10px 30px -14px rgb(var(--shadow-rgb) / .18);transform:translateY(100%);visibility:hidden;transition:transform var(--dur-enter) var(--ease-settle),visibility 0s linear var(--dur-enter)}html.buy-bar-in .buy-bar{transform:none;visibility:visible;transition:transform var(--dur-enter) var(--ease-settle),visibility 0s}body:has(.buy-bar--pdp) .buy-bar--global{display:none}body:has(.cart-page) .buy-bar--global{display:none}html.buy-bar-in body:has(.cart-page) .site-footer{padding-bottom:0}html.buy-bar-in .site-footer{padding-bottom:4.5rem}.buy-bar__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--gap);min-height:4.5rem;padding-block:.65rem}.buy-bar__what{display:flex;align-items:baseline;gap:.7em;min-width:0;margin:0;max-width:none}.buy-bar__name{font-size:var(--t-body);font-weight:700;color:var(--ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.buy-bar__price{font-size:var(--t-body);font-weight:700;color:var(--ink);white-space:nowrap;flex:none}.buy-bar__form{flex:none;min-width:0;margin:0;display:flex}.buy-bar__go{flex:none;min-height:2.75rem}.buy-bar__form .buy-bar__go{flex:1 1 auto}@media(max-width:720px){.buy-bar__name{display:none}.buy-bar__inner{min-height:3.75rem;padding-block:.5rem}html.buy-bar-in .site-footer{padding-bottom:3.75rem}.buy-bar__go,.buy-bar__form{flex:1 1 auto}}html.reduced-motion .buy-bar{transition:visibility 0s linear var(--dur-enter)}html.reduced-motion.buy-bar-in .buy-bar{transition:visibility 0s}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:160;visibility:hidden}.cart-drawer[data-open=true]{visibility:visible}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgb(var(--shadow-rgb) / .45);opacity:0;transition:opacity var(--dur-exit) var(--ease-both)}.cart-drawer[data-open=true] .cart-drawer__overlay{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:min(100%,28rem);background-color:var(--surface);box-shadow:var(--e3);display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--dur-enter) var(--ease-settle)}.cart-drawer[data-open=true] .cart-drawer__panel{transform:translate(0)}.cart-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--line)}.cart-drawer__title{font-size:var(--t-part);display:flex;align-items:baseline;gap:.5em;min-width:0}.cart-drawer__count{font-size:var(--t-small);font-weight:400;color:var(--ink-soft);white-space:nowrap}.cart-drawer__count:empty{display:none}.cart-drawer__items{flex:1;overflow-y:auto;padding:var(--space-3) var(--space-4);display:grid;gap:var(--space-3);align-content:start}.cart-line{display:grid;grid-template-columns:5rem minmax(0,1fr) auto;gap:var(--space-3);align-items:start}.cart-line__main{display:grid;gap:.15rem;align-content:start;min-width:0}.cart-line__img{width:5rem;height:5rem;object-fit:cover;border-radius:var(--r-ctl);background-color:var(--bg-tile)}.cart-line__img--art{display:grid;place-items:center;padding:10%;overflow:hidden}.cart-line__img--art svg{width:100%;height:auto;max-height:100%}.cart-line__img--art>.shop-obj--figure{width:62%}.cart-line__img--art .product-photo{width:100%;height:100%}.cart-line__img:has(.product-photo){padding:0}.cart-line__title{font-weight:700;font-size:var(--t-small);color:var(--ink);text-decoration:none;line-height:1.3}.cart-line__meta{font-size:var(--t-micro);color:var(--ink-soft)}.cart-line__price{font-weight:700;font-size:var(--t-small);white-space:nowrap}.cart-line__qty{margin-top:.5rem;display:flex;align-items:center;gap:var(--gap-tight)}.cart-line__qty .qty{transform:scale(.85);transform-origin:left center}.qty .qty__input{width:2.75rem}.cart-line__remove{display:inline-flex;align-items:center;min-height:2.75rem;color:var(--ink-soft);font-size:var(--t-micro);text-decoration:underline;text-underline-offset:3px}.cart-line__remove:hover{color:var(--ink)}.cart-drawer__empty{display:grid;gap:var(--gap);justify-items:start;padding-block:var(--space-6)}.cart-drawer__foot{border-top:1px solid var(--line);padding:var(--space-4);display:grid;gap:var(--space-2);background-color:var(--bg-warm)}.cart-drawer__foot[hidden]{display:none}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-weight:700;font-size:var(--t-lead)}.cart-drawer__note{font-size:var(--t-micro);color:var(--ink-soft)}.cart-drawer__foot .btn{width:100%}.trust-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(9rem,1fr));gap:var(--gap-tight)}.trust-row__item{display:flex;align-items:center;gap:.5rem;font-size:var(--t-micro);color:var(--ink-soft)}.trust-row__item svg{width:1.25rem;height:1.25rem;color:var(--ink-soft);flex-shrink:0}.product-accordions{display:grid}.accordion{border-top:1px solid var(--line)}.accordion:last-child{border-bottom:1px solid var(--line)}.accordion summary{display:flex;align-items:center;justify-content:space-between;gap:var(--gap-tight);padding:var(--space-3) 0;font-weight:600;list-style:none;cursor:pointer}.accordion summary::-webkit-details-marker{display:none}.accordion summary svg{width:1.1rem;height:1.1rem;transition:transform var(--dur-exit) var(--ease-both);flex-shrink:0}.accordion[open] summary svg{transform:rotate(180deg)}.accordion__body{padding:0 0 var(--space-4);color:var(--ink-soft);font-size:var(--t-small);line-height:1.55}.pagination{display:flex;gap:var(--gap-tight);padding-top:var(--gap-room)}.pagination a,.pagination span.current{min-width:2.75rem;height:2.75rem;display:grid;place-items:center;border-radius:var(--r-pill);box-shadow:inset 0 0 0 1.5px var(--line-strong);font-weight:600;text-decoration:none;color:var(--ink)}.pagination span.current{background:var(--ink);color:var(--on-solid);box-shadow:none}.cart-page{padding-block:var(--gap-room)}.cart-page__head{row-gap:0;margin-bottom:var(--gap)}.cart-page__title,.cart-page__count{grid-column:1 / -1;min-width:0}.cart-page__title{font-size:var(--t-section);font-weight:700;letter-spacing:-.015em}.cart-page__count{margin-top:.2rem;font-size:var(--t-body);color:var(--ink-soft)}.cart-page__grid,.cart-empty{grid-column:1 / -1;min-width:0}.cart-page__grid{display:grid;gap:var(--gap-room)}@media(min-width:1024px){.cart-page__grid{grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);gap:var(--gap-room);align-items:start}}.cart-page__lines{display:grid;gap:0;align-content:start}.cart-line--page{grid-template-columns:6rem minmax(0,1fr) auto;gap:var(--space-4);padding-block:var(--space-4);border-top:1px solid var(--line)}.cart-line--page:last-of-type{border-bottom:1px solid var(--line)}@media(max-width:719px){.cart-line--page{grid-template-columns:4.5rem minmax(0,1fr);row-gap:var(--space-2)}.cart-line--page .cart-line__img{width:4.5rem;height:4.5rem}.cart-line--page .cart-line__price{grid-column:2;grid-row:2;justify-self:start;font-weight:700}}.cart-line--page .cart-line__img{width:6rem;height:6rem;border-radius:var(--r-tile)}.cart-line--page .cart-line__title{font-size:var(--t-body);font-weight:700}.cart-line--page .cart-line__price{font-size:var(--t-body)}.cart-line--page .cart-line__qty .qty{transform:none}.cart-page__update{justify-self:start;margin-top:var(--gap)}html.js .cart-page__update{display:none}.cart-page__summary{display:grid;gap:var(--space-3);align-content:start;padding:var(--space-4);border-radius:var(--r-card);background-color:var(--bg-warm);position:sticky;top:calc(var(--header-height) + var(--gap))}.cart-page__summary-title{font-size:var(--t-part);font-weight:700}.cart-sum__row{display:flex;align-items:baseline;justify-content:space-between;gap:var(--gap-tight);font-size:var(--t-body)}.cart-sum__row--total{padding-top:var(--space-3);border-top:1px solid var(--line);font-weight:700;font-size:var(--t-lead)}.cart-sum__value--soft{color:var(--ink-soft);font-size:var(--t-micro);text-align:end}.cart-sum__note{font-size:var(--t-micro);line-height:1.5;color:var(--ink-soft)}.cart-page__summary .btn{width:100%}.cart-page__back{justify-self:start;display:inline-flex;align-items:center;gap:.35em;min-height:2.75rem;font-size:var(--t-small);font-weight:600;color:var(--ink);text-decoration:none}.cart-page__back:hover{text-decoration:underline;text-underline-offset:3px}.cart-ship{display:grid;gap:.4rem;font-size:var(--t-micro);color:var(--ink-soft)}.cart-ship__bar{height:6px;border-radius:var(--r-pill);background-color:var(--line);overflow:hidden}.cart-ship__fill{display:block;height:100%;background-color:var(--brand);border-radius:var(--r-pill)}.cart-empty{display:grid;gap:var(--gap);justify-items:start;padding-block:var(--gap-room) 0;max-width:min(var(--measure),var(--measure-max))}.cart-empty__line{font-size:var(--t-lead);font-weight:700;line-height:1.3;text-wrap:balance}.page-content{padding-block:var(--gap-room)}.page-content .rte{max-width:var(--measure);display:grid;gap:var(--space-3)}.error-404{grid-column:1 / -1;min-height:48vh;display:grid;align-content:center;justify-items:start;gap:var(--space-3);padding-block:var(--gap-room);max-width:min(var(--measure),var(--measure-max))}.error-404__eyebrow{color:var(--ink-soft)}.error-404__title{font-size:var(--t-section);font-weight:700;line-height:1.1;letter-spacing:-.015em;text-wrap:balance}.error-404__text{font-size:var(--t-body);line-height:1.55;color:var(--ink-soft)}.error-404__go{margin-top:var(--gap-tight)}.search-page{padding-block:var(--gap-room)}.search-page__head{row-gap:0}.search-page__title,.search-page__form,.search-page__note,.search-page__results,.search-page__empty{grid-column:1 / -1;min-width:0}.search-page__title{font-size:var(--t-section);font-weight:700;letter-spacing:-.015em}.search-page__form{display:flex;gap:var(--gap-tight);max-width:34rem;margin-top:var(--gap)}.search-page__form .field__input{flex:1 1 auto;min-width:0;border-radius:var(--r-pill);padding-inline:1.1rem}.search-page__form .btn{flex:none}.search-page__note{margin-top:var(--gap);font-size:var(--t-body);font-weight:400;line-height:1.4;color:var(--ink-soft)}.search-page__results{margin-top:var(--gap)}.search-pages{list-style:none;margin:0;padding:0;display:grid}.search-pages__label{display:block;margin:var(--gap-room) 0 var(--gap-tight);color:var(--ink-soft)}.search-pages li{border-top:1px solid var(--line)}.search-pages li:last-child{border-bottom:1px solid var(--line)}.search-pages a{display:grid;gap:.2rem;padding-block:var(--space-3);color:var(--ink);text-decoration:none}.search-pages a:hover .search-pages__title{text-decoration:underline;text-underline-offset:3px}.search-pages__title{font-size:var(--t-body);font-weight:700;justify-self:start}.search-pages__text{font-size:var(--t-micro);color:var(--ink-soft)}.search-page__empty{display:grid;gap:var(--gap);justify-items:start;padding-block:var(--gap-room) 0;max-width:min(var(--measure),var(--measure-max))}.search-page__empty-line{font-size:var(--t-lead);font-weight:700;line-height:1.3;text-wrap:balance}.search-page__empty-hint{font-size:var(--t-body);color:var(--ink-soft)}html.js [data-reveal]{opacity:.01;transform:translateY(16px)}html.js [data-reveal].is-revealed{opacity:1;transform:none;transition:opacity .5s var(--ease-both),transform .5s var(--ease-settle)}html.reduced-motion [data-reveal],html.no-js [data-reveal]{opacity:1;transform:none;transition:none}@media(pointer:coarse){.site-footer .news-line__input{min-height:3rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/main.css.map */
