.store-nav{justify-self:end;display:flex;align-items:center;gap:20px}.store-nav button{border:0;background:none;color:inherit;padding:8px 0;font-size:11px;letter-spacing:.08em;cursor:pointer}.store-nav b{display:inline-grid;place-items:center;min-width:18px;height:18px;margin-left:4px;border:1px solid currentColor;border-radius:50%;font-size:9px}.product-price{display:flex;align-items:baseline;gap:12px;margin:14px 0 7px}.product-price strong{font-family:var(--serif);font-size:31px;font-weight:400}.product-price span{color:var(--smoke);font-size:10px;letter-spacing:.12em;text-transform:uppercase}.product-thesis{margin:12px 0 14px;color:var(--ink-soft)}.product-editorial{margin-bottom:18px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.product-editorial summary{display:flex;justify-content:space-between;padding:12px 0;cursor:pointer;font-size:10px;font-weight:650;letter-spacing:.13em;text-transform:uppercase;list-style:none}.product-editorial summary::-webkit-details-marker{display:none}.product-editorial[open] summary span{transform:rotate(45deg)}#product-character{white-space:pre-line;margin:0;padding:0 0 18px;color:var(--smoke);font-size:13px}.product-actions{flex-wrap:wrap}.product-actions .text-link{margin-top:8px}.button-outline.is-saved{background:#e8e0d1;border-color:#aa8956}.store-dialog{width:100vw;height:100vh;max-width:none;max-height:none;margin:0;border:0;padding:0;color:var(--paper);background:var(--ink)}.store-dialog::backdrop{background:rgba(10,10,8,.6)}.store-shell{min-height:100%;background:linear-gradient(135deg,#171712 0,#202019 68%,#171712 100%)}.store-shell-head{height:90px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 36px;border-bottom:1px solid rgba(248,245,237,.18)}.store-shell-head>p{font-size:9px;letter-spacing:.25em;color:rgba(248,245,237,.5)}.store-shell-head>button{justify-self:end;width:48px;height:48px;border:1px solid rgba(248,245,237,.25);border-radius:50%;color:inherit;background:none;font-size:30px;cursor:pointer}.store-shell-main{width:min(1380px,calc(100vw - 64px));margin:0 auto;padding:80px 0 120px}.store-title{display:grid;grid-template-columns:1fr 3fr 1.1fr;align-items:end;gap:40px;padding-bottom:44px;border-bottom:1px solid rgba(248,245,237,.18)}.store-title p{font-size:9px;letter-spacing:.22em;color:#b99a68}.store-title h2{margin:0;font:400 clamp(58px,8vw,132px)/.8 var(--serif);letter-spacing:-.055em}.store-title>span{font-size:13px;color:rgba(248,245,237,.54)}.store-items{margin:34px 0 0}.store-item{display:grid;grid-template-columns:130px 1fr auto;gap:34px;align-items:center;padding:22px 0;border-bottom:1px solid rgba(248,245,237,.14)}.store-item-image{height:130px;border:0;background:#e6e0d4;padding:8px;cursor:pointer}.store-item-image img{width:100%;height:100%;object-fit:contain}.store-item p,.favorite-card p,.account-card>p{margin:0 0 8px;font-size:9px;letter-spacing:.2em;color:#b99a68}.store-item h3{margin:0;font:400 28px/1.1 var(--serif)}.store-item span{display:block;margin-top:7px;font-size:12px;color:rgba(248,245,237,.52)}.store-item strong{display:block;margin-top:12px;font-size:14px}.store-quantity{display:grid;grid-template-columns:34px 30px 34px;align-items:center;text-align:center}.store-quantity button{height:34px;border:1px solid rgba(248,245,237,.25);color:inherit;background:none;cursor:pointer}.store-quantity button:disabled{opacity:.3}.store-quantity .store-remove{grid-column:1/-1;width:auto;border:0;margin-top:10px;font-size:10px;text-decoration:underline}.store-summary{width:min(430px,100%);margin:50px 0 0 auto;padding:30px;border:1px solid rgba(248,245,237,.22);background:rgba(255,255,255,.025)}.store-summary>div{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid rgba(248,245,237,.13)}.store-summary .button{width:100%;margin-top:24px;color:var(--ink)}.store-summary small{display:block;margin-top:12px;color:rgba(248,245,237,.45)}.store-empty{grid-column:1/-1;padding:90px 20px;text-align:center}.store-empty>span{font:italic 60px var(--serif);color:#b99a68}.store-empty h3{margin:16px 0 4px;font:400 38px var(--serif)}.store-empty p{color:rgba(248,245,237,.5)}.store-empty .text-link{color:inherit}.store-favorite-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:44px 18px}.favorite-card{position:relative}.favorite-card>button:first-child{position:relative;width:100%;aspect-ratio:.86;border:0;padding:18px;background:#e5ded0;cursor:pointer}.favorite-card img{width:100%;height:100%;object-fit:contain}.favorite-card>button:first-child span{position:absolute;inset:auto 12px 12px;background:var(--ink);padding:9px;color:var(--paper);opacity:0;transition:opacity .2s}.favorite-card>button:first-child:hover span{opacity:1}.favorite-card p{margin-top:15px}.favorite-card h3{min-height:50px;margin:0;font:400 21px/1.15 var(--serif)}.favorite-card strong{display:block;margin-top:9px}.favorite-remove{position:absolute;right:0;bottom:0;border:0;color:rgba(248,245,237,.5);background:none;font-size:10px;text-decoration:underline;cursor:pointer}.store-toast{position:fixed;z-index:400;left:50%;bottom:24px;transform:translate(-50%,20px);padding:13px 22px;color:var(--ink);background:var(--paper);box-shadow:0 14px 50px rgba(0,0,0,.25);opacity:0;pointer-events:none;transition:.3s}.store-toast.is-visible{transform:translate(-50%,0);opacity:1}.store-form{display:grid;grid-template-columns:1fr 1fr;gap:20px;width:min(820px,100%);margin:54px auto 0}.store-form label{display:grid;gap:8px;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:rgba(248,245,237,.55)}.store-form input,.store-form textarea{width:100%;border:1px solid rgba(248,245,237,.25);border-radius:0;padding:15px;color:var(--paper);background:rgba(255,255,255,.04);outline:none}.store-form input:focus,.store-form textarea:focus{border-color:#c1a16d}.store-form-wide{grid-column:1/-1}.store-check{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center}.store-check input{width:18px}.store-form .button{color:var(--ink)}#checkout-status{font-size:14px;color:#d4bd98}.button-outline-light{border-color:rgba(248,245,237,.4);color:var(--paper);background:transparent}.store-view[hidden]{display:none!important}
@media(max-width:820px){.store-nav{gap:12px;margin-right:52px}.store-nav button{display:none}.store-nav button[data-store-open="cart"]{display:flex;align-items:center;gap:2px;font-size:9px;text-transform:uppercase}.store-nav b{font-size:9px}.store-shell-head{height:68px;padding:0 16px}.store-shell-head>p{display:none}.store-shell-main{width:calc(100vw - 32px);padding:52px 0 90px}.store-title{grid-template-columns:1fr;gap:12px}.store-title h2{font-size:68px}.store-title>span{max-width:300px}.store-item{grid-template-columns:86px 1fr;gap:18px}.store-item-image{height:90px}.store-quantity{grid-column:2;justify-self:start}.store-favorite-grid{grid-template-columns:repeat(2,1fr)}.store-form{grid-template-columns:1fr}.store-form-wide{grid-column:auto}}@media(max-width:520px){.store-favorite-grid{gap:30px 10px}.favorite-card>button:first-child{padding:8px}.favorite-card h3{font-size:17px}.store-title h2{font-size:56px}}
