*{margin:0;padding:0;box-sizing:border-box}:root{--ink:#0A0A0A;--ink2:#131313;--ink3:#1B1B1B;--ink4:#232323;--white:#FFFFFF;--grey:#9A9A9A;--line:rgba(255,255,255,.1)}body{background:var(--ink);color:var(--white);font-family:Inter,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}h1,h2,h3{font-family:Archivo Black,sans-serif;font-weight:400}.skip-to-content{position:absolute;top:-100px;left:12px;z-index:1000;background:var(--white);color:var(--ink);padding:12px 18px;font-weight:700;font-size:.85rem;transition:top .15s ease}.skip-to-content:focus{top:12px}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:2px solid var(--white);outline-offset:2px}.site-header{position:sticky;top:0;z-index:100;background:#0a0a0aeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.site-header__inner{max-width:1200px;margin:0 auto;padding:0 2rem;height:64px;display:flex;align-items:center;justify-content:space-between}.site-header__logo{display:flex;align-items:center;height:100%}.site-header__logo-img{max-height:40px;width:auto;display:block}.site-header__logo-text{font-family:Archivo Black,sans-serif;font-size:1rem;letter-spacing:.05em;text-transform:uppercase}.site-header__nav{display:flex;gap:2rem}.site-header__nav a{font-size:.78rem;letter-spacing:.05em;font-weight:600;opacity:.75}.site-header__nav a:hover{opacity:1}.site-header__cart{position:relative;font-size:.78rem;font-weight:600;border:1px solid var(--line);padding:8px 14px}.site-header__cart-count{position:absolute;top:-8px;right:-8px;background:var(--white);color:var(--ink);border-radius:50%;width:18px;height:18px;font-size:.65rem;display:flex;align-items:center;justify-content:center}.hero{position:relative;min-height:440px;display:flex;align-items:center;overflow:hidden;background-color:var(--ink2);background-size:cover;background-position:center}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0a0a0af2 15%,#0a0a0abf 45%,#0a0a0a59)}.hero__inner{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:3.5rem 2rem;width:100%}.hero__eyebrow{display:block;font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--grey);font-weight:700;margin-bottom:.75rem}.hero__heading{font-size:clamp(1.8rem,4.5vw,3.2rem);text-transform:uppercase;line-height:1.05;margin-bottom:.9rem;max-width:640px}.hero__subtext{color:var(--grey);font-size:1rem;max-width:480px;margin-bottom:1.75rem}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap}.btn{font-size:.75rem;letter-spacing:.08em;padding:14px 28px;border:none;cursor:pointer;font-weight:700;text-transform:uppercase;display:inline-block}.btn--primary{background:var(--white);color:var(--ink)}.btn--primary:hover{background:#ddd}.btn--ghost{border:1px solid rgba(255,255,255,.3);color:var(--white);background:transparent}.btn--ghost:hover{border-color:var(--white)}.tiles{max-width:1200px;margin:0 auto;padding:2.5rem 2rem}.tiles__grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1px;background:var(--line)}.tile{flex:1 1 200px;max-width:240px;background:var(--ink2);padding:1.75rem 1rem;display:flex;flex-direction:column;align-items:center;gap:.6rem;text-align:center}.tile:hover{background:var(--ink3)}.tile__icon{font-size:1.5rem}.tile__label{font-size:.78rem;font-weight:600;letter-spacing:.02em}.site-footer{border-top:1px solid var(--line);padding:3rem 2rem 2rem;text-align:center}.site-footer__logo{height:36px;width:auto;margin:0 auto 1.25rem}.site-footer__links{display:flex;justify-content:center;gap:2rem;margin-bottom:1.5rem;flex-wrap:wrap;font-size:.8rem;color:var(--grey)}.site-footer__copy{font-size:.75rem;color:#999}.page-content{max-width:800px;margin:0 auto;padding:3rem 2rem}.page-content__title{font-size:1.8rem;text-transform:uppercase;margin-bottom:1.5rem}.page-content__body.rte p{margin-bottom:1rem;color:var(--grey)}.page-content__body.rte a{color:var(--white);text-decoration:underline}.product{max-width:1000px;margin:0 auto;padding:3rem 2rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem}.product__title{font-size:1.6rem;text-transform:uppercase;margin-bottom:.75rem}.product__price{font-size:1.3rem;font-family:Archivo Black,sans-serif;margin-bottom:1.5rem}.product__description{color:var(--grey);margin-bottom:1.5rem}.product__variant-select{display:block;width:100%;background:var(--ink2);border:1px solid var(--line);color:var(--white);padding:10px;margin-bottom:1rem}.product__add-to-cart{width:100%}.collection{max-width:1200px;margin:0 auto;padding:3rem 2rem}.collection__title{font-size:1.8rem;text-transform:uppercase;margin-bottom:1.5rem}.collection__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line)}.product-card{background:var(--ink2);display:block}.product-card:hover{background:var(--ink3)}.product-card__media{aspect-ratio:1;background:var(--ink3);overflow:hidden;display:flex;align-items:center;justify-content:center;padding:1rem}.product-card__media img{width:100%;height:100%;object-fit:contain}.product-card__info{padding:1rem;display:flex;flex-direction:column;gap:.4rem}.product-card__title{font-size:.9rem;font-weight:600}.product-card__price{font-size:.85rem;color:var(--grey)}.cart{max-width:900px;margin:0 auto;padding:3rem 2rem}.cart__title{font-size:1.8rem;text-transform:uppercase;margin-bottom:1.5rem}.cart__table{width:100%;border-collapse:collapse;margin-bottom:1.5rem}.cart__table th{text-align:left;font-size:.72rem;letter-spacing:.05em;text-transform:uppercase;color:var(--grey);padding:10px;border-bottom:1px solid var(--line)}.cart__table td{padding:10px;border-bottom:1px solid var(--line);font-size:.9rem}.cart__qty-form{display:inline-block}.qty-stepper{display:inline-flex;align-items:center;border:1px solid var(--line);background:var(--ink2)}.qty-stepper__btn{background:none;border:none;color:var(--white);width:32px;height:32px;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.qty-stepper__btn:hover{background:var(--ink3)}.qty-stepper__btn:disabled{opacity:.3;cursor:not-allowed}.qty-stepper__btn:disabled:hover{background:none}.cart__product-cell{display:flex;gap:.75rem;align-items:flex-start}.cart__thumb{flex-shrink:0;width:60px;background:var(--ink3);display:flex;align-items:center;justify-content:center;overflow:hidden}.cart__thumb img{width:100%;height:auto;object-fit:contain}.cart__product-info{flex:1}.cart__stock-note{font-size:.72rem;color:#e8a33d}.cart__qty-message{font-size:.7rem;color:#e8a33d;margin-top:4px;min-height:1em}.cart__remove-btn{background:none;border:1px solid var(--line);color:var(--grey);width:32px;height:32px;font-size:1.1rem;cursor:pointer;line-height:1}.cart__remove-btn:hover{border-color:#e85d5d;color:#e85d5d}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.qty-stepper__input{width:40px;background:transparent;border:none;border-left:1px solid var(--line);border-right:1px solid var(--line);color:var(--white);text-align:center;padding:6px 0;-moz-appearance:textfield}.qty-stepper__input:focus{outline:2px solid var(--white);outline-offset:-2px;background:var(--ink3)}.qty-stepper__input::-webkit-outer-spin-button,.qty-stepper__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart__note-form{margin-bottom:1.5rem;max-width:420px}.cart__note-label{display:block;font-size:.78rem;color:var(--grey);margin-bottom:6px}.cart__note-form textarea{width:100%;background:var(--ink2);border:1px solid var(--line);color:var(--white);padding:10px;font-size:.85rem;font-family:inherit;resize:vertical;margin-bottom:8px}.cart__note-form textarea:focus{outline:none;border-color:var(--white)}.cart__note-save{padding:8px 16px;font-size:.8rem}.cart__footer{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.cart__subtotal{font-family:Archivo Black,sans-serif}.search-form{display:flex;gap:.75rem}.search-form input{flex:1;background:var(--ink2);border:1px solid var(--line);color:var(--white);padding:10px}.sealed__header{max-width:1200px;margin:0 auto;padding:3rem 2rem 1.5rem}.sealed__eyebrow{display:block;font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--grey);font-weight:700;margin-bottom:.5rem}.sealed__title{font-size:clamp(1.8rem,4.5vw,3rem);text-transform:uppercase;margin-bottom:.5rem}.sealed__sub{color:var(--grey);font-size:.95rem}.sealed__grid{max-width:1200px;margin:0 auto;padding:1.5rem 2rem 3rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line)}.set-card{background:var(--ink2);display:block}.set-card:hover{background:var(--ink3)}.set-card__media{aspect-ratio:1;background:var(--ink3);overflow:hidden;display:flex;align-items:center;justify-content:center;padding:1rem}.set-card__media img{width:100%;height:100%;object-fit:contain}.set-card__info{padding:1.25rem;display:flex;justify-content:space-between;align-items:center}.set-card__name{font-family:Archivo Black,sans-serif;font-size:1rem;text-transform:uppercase}.set-card__link{font-size:.75rem;color:var(--grey)}@media(max-width:900px){.sealed__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.sealed__grid{grid-template-columns:1fr}}.hobbit-po__header{max-width:1200px;margin:0 auto;padding:3rem 2rem 1.5rem;text-align:left}.hobbit-po__eyebrow{display:block;font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--grey);font-weight:700;margin-bottom:.5rem}.hobbit-po__title{font-size:clamp(1.8rem,4.5vw,3rem);text-transform:uppercase;margin-bottom:.5rem}.hobbit-po__sub{color:var(--grey);font-size:.95rem}.hobbit-po__grid{max-width:1200px;margin:0 auto;padding:1.5rem 2rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line)}.hobbit-po__grid .product-card__info{display:flex;flex-direction:column;padding:1.25rem}.hobbit-po__footer{max-width:1200px;margin:0 auto;padding:2rem;text-align:center;border-top:1px solid var(--line);color:var(--grey);font-size:.85rem}@media(max-width:900px){.hobbit-po__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.hobbit-po__grid{grid-template-columns:1fr}}@media(max-width:900px){.tiles__grid{grid-template-columns:repeat(3,1fr)}.collection__grid{grid-template-columns:repeat(2,1fr)}.product{grid-template-columns:1fr}.site-header__nav{display:none}}.site-header__right{display:flex;align-items:center;gap:1rem}.site-header__search{display:flex;align-items:center;background:var(--ink3);border:1px solid var(--line);height:38px;overflow:hidden}.site-header__search input{background:transparent;border:none;color:var(--white);padding:0 10px;font-size:.82rem;width:160px;outline:none}.site-header__search input::placeholder{color:var(--grey)}.site-header__search button{background:transparent;border:none;color:var(--grey);cursor:pointer;padding:0 10px;display:flex;align-items:center;height:100%}.site-header__search button:hover{color:var(--white)}@media(max-width:900px){.site-header__search input{width:110px}}@media(max-width:600px){.site-header__search{display:none}}@media(pointer:coarse){input:not([type=checkbox]):not([type=radio]):not([type=range]),select,textarea{font-size:16px}}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}@media(max-width:640px){body .cart{padding:1.25rem 1.25rem 2rem}.cart__title{font-size:1.4rem;margin-bottom:.75rem}.cart__table,.cart__table tbody{display:block;width:100%}.cart__table thead{display:none}.cart__table tr{display:grid;grid-template-columns:1fr auto auto;grid-template-areas:"product product remove" "price qty total";gap:10px 12px;align-items:center;padding:14px 0;border-bottom:1px solid var(--line)}.cart__table td{display:block;padding:0;border:none}.cart__table td.cart__product-cell{display:flex;grid-area:product;gap:12px}.cart__table td:nth-child(2){grid-area:price;color:var(--grey);font-size:.85rem}.cart__table td:nth-child(3){grid-area:qty}.cart__table td:nth-child(4){grid-area:total;text-align:right;font-weight:700}.cart__table td:nth-child(5){grid-area:remove;align-self:start}.cart__thumb{width:64px}.cart__product-info{min-width:0;overflow-wrap:anywhere;line-height:1.35}.cart__footer{position:sticky;bottom:0;z-index:20;justify-content:space-between;gap:12px;margin:0 -1.25rem;padding:12px 1.25rem;background:var(--ink);border-top:1px solid var(--line)}.cart__footer .btn{min-height:48px;display:inline-flex;align-items:center;justify-content:center}}.cart__variant{font-size:.8rem;color:var(--grey)}@media(max-width:640px){body .tiles{padding:1.5rem 1.25rem}.tile{flex:1 1 calc(50% - 1px);max-width:none;padding:1.25rem .75rem}.hero{min-height:360px}.hero__inner{padding:2.5rem 1.25rem}.hero__overlay{background:#0a0a0ab8}body .events,body .roster,body .decklist-check,body .singles-landing,body .page-content,body .sealed__header,body .hobbit-po__header{padding-left:1.25rem;padding-right:1.25rem}body .events,body .roster,body .decklist-check,body .singles-landing,body .page-content{padding-top:1.5rem;padding-bottom:2rem}body .sealed__grid,body .hobbit-po__grid{padding-left:1.25rem;padding-right:1.25rem}}@media(pointer:coarse){.qty-stepper__btn{width:44px;height:44px}.qty-stepper__input{width:48px;min-height:44px}.cart__remove-btn{width:44px;height:44px}.site-footer__links a{display:inline-block;padding:10px 8px}.decklist-check__item input[type=checkbox]{width:22px;height:22px}.search-form input{min-height:46px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px}}
/*# sourceMappingURL=/cdn/shop/t/21/assets/theme.css.map */
