.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}*{box-sizing:border-box;&:after,&:before{box-sizing:inherit}}:root{font-size:16px;--color-text: #000;--color-text-alt: #6a6a6a;--color-faded: #c9c9c9;--color-bg: #fff;--border-color: #ccc;--color-link: #000;--color-link-hover: #999;--color-placeholder: #f8f8f8;--font-size-s: .85rem;--font-size-l: clamp(1.25rem, 3vw, 1.75rem);--font-size-xl: clamp(1.5rem, 5vw, 2.75rem)}body{margin:0;padding:0 1rem;color:var(--color-text);background-color:var(--color-bg);line-height:1;font-family:Instrument Sans Variable,serif;font-variant-ligatures:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;&.blurred{filter:blur(5px);pointer-events:none}}h2{font-size:var(--font-size-xl);margin:0;line-height:.85}h3{font-size:1rem;margin-bottom:2.5rem}p+h3{margin-top:4rem}a{text-decoration:none;color:var(--color-link);outline:none;cursor:pointer;transition:color .3s;&:hover{color:var(--color-link-hover);outline:none}&:focus{outline:none;background-color:#d3d3d3;&:not(:focus-visible){background-color:transparent}&:focus-visible{opacity:.5;background-color:transparent}}}img{display:block}.fade-in{opacity:0;transition:opacity .2s ease-out}.fade-in.loaded{opacity:1}button{background:none;display:flex;padding:0;border:0;cursor:pointer;font-size:inherit;font-weight:inherit;color:inherit;fill:currentColor;&:hover{color:var(--color-link-hover)}&:focus{outline:none;background-color:#d3d3d3;&:not(:focus-visible){background-color:transparent}&:focus-visible{background-color:transparent;color:var(--color-link-hover)}}}img{max-width:100%}.hidden{opacity:0;pointer-events:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.faded{color:var(--color-faded)}.inline{display:flex;gap:1rem}.content-wrap{display:grid;gap:2rem;padding:3rem 0 10vh;grid-template-columns:100%;grid-auto-columns:auto;grid-template-areas:"img" "content"}@media screen and (min-width: 44em){.content-wrap{grid-template-columns:35vw 1fr;grid-template-areas:"img content"}}.content{grid-area:content;max-width:500px}.content--page{max-width:none;min-height:calc(100vh - 10rem);display:flex;flex-direction:column;align-items:center;justify-content:center;@media screen and (min-width: 50em){margin:0 20vw;padding:3rem 1rem}}.content p,.content ol{line-height:1.4;font-weight:500}.content ol{list-style-type:decimal-leading-zero;padding:0 0 0 1.8em;margin-bottom:2rem}dl{display:grid;grid-template-columns:auto 1fr;gap:1rem;margin-top:2.5rem}dt{font-weight:700;grid-column:1}dd{grid-column:2;margin:0}.image{background-color:var(--color-placeholder);grid-area:img;margin-top:1rem}.title-header{position:relative;display:grid;grid-template-columns:100%;font-weight:700;gap:1rem;align-items:end;padding:2rem 0 1.5rem;width:100%}.title-header--initial{font-size:var(--font-size-l);@media screen and (min-width: 50em){grid-template-columns:20vw 1fr auto;gap:1rem}}hr{border:1px solid var(--border-color);border-bottom:0;width:100%;margin:0;will-change:transform}header{position:relative;display:grid;grid-template-columns:min-content auto;font-weight:700;padding:1rem 0;gap:1rem}header a.current{pointer-events:none}header h1{font-size:1rem;font-weight:inherit;margin:0}header ul{display:flex;list-style:none;gap:1rem;margin:0;padding:0;grid-column:auto / span 2}@media screen and (min-width: 50em){header{grid-template-columns:20vw 1fr auto auto}}footer{padding:2rem 0}footer p{margin:0;font-weight:700;line-height:1.4;text-align:center;color:var(--color-text-alt)}.album-card{display:flex;gap:.5rem;flex-direction:column;align-content:start;max-width:300px}.album-card div{aspect-ratio:1;grid-area:img;background:var(--color-placeholder)}.album-card h3,.album-card p{margin:0}.album-card h3{grid-area:title}.album-card p{justify-self:end;grid-area:meta}.album-grid{display:flex;width:100%;gap:2rem;flex-direction:column}.artist{background-image:var(--image);background-size:cover;background-position:50% 0%;aspect-ratio:.8}.artist-grid{position:relative;overflow:hidden;display:grid;width:100%;grid-template-columns:repeat(2,50%);margin:1rem 0 10rem;min-height:400px}@media screen and (min-width: 30em){.artist-grid{grid-template-columns:repeat(4,25%)}}@media screen and (min-width: 50em){.artist-grid{grid-template-columns:repeat(7,calc(100% / 7))}}.title-header div{display:flex;list-style:none;align-items:center;gap:1rem;margin:0;padding:0}.title-header div:has(>.search){position:relative}.title-header div:has(>.search--active){margin-left:1rem}.title-header div:has(>.search--active):before{pointer-events:none;content:"";position:absolute;inset:-.5rem -1rem;border:1px solid;border-radius:2rem}.search--active{&:focus-visible{color:inherit}}.oh{overflow:hidden;position:relative;display:inline-block}.oh__inner{display:inline-block;will-change:transform}.tooltip{opacity:0;position:absolute;top:0;left:0;padding:1rem;width:240px;background:#000;color:#bababa;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;pointer-events:none;justify-content:space-between;grid-row-gap:.25rem;will-change:transform}.tooltip__row{display:grid;grid-template-columns:100%;grid-template-rows:100%;grid-template-areas:"tt-content";font-size:12px}.tooltip__row--ra{justify-self:end;text-align:right}.tooltip__row:first-child{text-transform:uppercase;font-weight:700;color:#fff}.tooltip__content{grid-area:tt-content;white-space:nowrap}@media (scripting: enabled){.loading{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--color-bg);display:grid;place-items:center;z-index:1000;overflow:hidden;transition:opacity .2s ease-out}}dialog{filter:none;pointer-events:auto;border:0;padding:3rem;width:clamp(300px,40vw,500px);background:var(--color-text);color:var(--color-bg)}dialog button{position:absolute;top:1rem;right:1rem}dialog input{background:none;width:100%;font-size:var(--font-size-l);border:0;color:inherit;font-weight:700;padding:.25rem 0;border-bottom:1px solid var(--color-faded)}dialog input:focus{outline:none}dialog input::placeholder{color:var(--color-faded);opacity:.4}dialog span{font-size:var(--font-size-s);color:var(--color-faded);margin-top:.5rem;display:block}.product-card{font-family:Noto Sans Mono;max-width:340px;padding:0 10px;background-color:#fff;margin:0}.product-card .dashed-line{font-size:14px}.product-card .dash{letter-spacing:0;white-space:nowrap}.product-card .bottom-line{margin-top:8px;color:red}.product-card .price{margin:2px 0 30px;font-size:12px}.product-card .option-label{margin:8px 0 5px;font-size:14px;color:#333}.product-card .color-options{display:flex;gap:5px;margin-bottom:30px}.product-card .color-btn{background:none;border:none;padding:0;cursor:pointer;outline:none;display:flex;align-items:center;font-family:monospace}.product-card .color-dot{display:inline-block;width:12px;height:12px;border-radius:50%;position:relative}.product-card .color-btn:hover .color-dot:after{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:1px;background-color:#000}.product-card .color-btn.selected .color-dot:after{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:1px;background-color:#000}.product-card .color-options .color-btn:nth-child(3) .color-dot{background-color:#4caf50!important}.product-card .size-options{display:flex;gap:5px;margin-bottom:30px}.product-card .size-btn{background:none;border:none;padding:0;cursor:pointer;font-family:monospace;font-size:14px;outline:none;color:#333}.product-card .bracket{color:#333}.product-card .size-text{font-weight:400;position:relative}.product-card .size-btn:hover .size-text:after{content:"";position:absolute;left:0;bottom:-1px;width:100%;height:1px;background-color:currentColor}.product-card .size-btn.selected .size-text:after{content:"";position:absolute;left:0;bottom:-1px;width:100%;height:1px;background-color:currentColor}.product-card .size-btn[data-size=S] .size-text{color:#4caf50}.product-card .size-btn[data-size=M] .size-text{color:#2196f3}.product-card .size-btn[data-size=L] .size-text{color:#4caf50}.product-card .size-btn[data-size=XL] .size-text{color:#2196f3}.product-card .add-to-cart{margin-top:5px;background:none;border:none;color:red;cursor:pointer;padding:0;font-family:monospace;font-size:14px;outline:none}.product-card .add-to-cart .bracket{color:red}.product-card .add-to-cart:hover{text-decoration:underline}.product-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}.product-header{margin-bottom:1rem}.image-area{display:flex;align-items:center;gap:.5rem}.artist-image{width:35px;height:70px;object-fit:cover}.tshirt-outline{width:80px;height:90px;border:1px dashed #999;display:flex;align-items:center;justify-content:center;padding:.5rem}.tshirt-design{width:30px;height:30px;object-fit:cover}@media (max-width: 768px){.product-grid{grid-template-columns:1fr}.product-column{margin-bottom:2rem}}.content-wrap{grid-template-areas:"img" "content" "albums";grid-template-columns:100%}@media screen and (min-width: 44em){.content-wrap{grid-template-columns:1fr auto;grid-template-areas:"img img" "content albums"}}@media screen and (min-width: 50em){.content-wrap{grid-template-columns:30vw 1fr 170px;grid-template-areas:"img content albums"}}.albums{grid-area:albums}.content p:last-child{margin-top:2.5rem;display:flex}.product-grid-container{transition:opacity .5s ease;min-height:calc(100vh - 400px);margin-top:2rem;position:relative;z-index:2}.product-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem;margin-bottom:5rem}.product-column{padding:0 1rem}.label{color:#888;font-size:.8rem;margin:0 0 .5rem;font-family:monospace}.image-display{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.artist-image{width:60px;height:70px;object-fit:fill;border-radius:4px}.tshirt{position:relative;width:120px;height:132px;display:flex;align-items:center;justify-content:center}.tshirt-outline{width:100%;height:100%;object-fit:contain}.tshirt-design{position:absolute;width:48px;height:48px;object-fit:cover;top:50%;left:50%;transform:translate(-50%,-50%)}@font-face{font-family:Instrument Sans Variable;font-style:normal;font-display:swap;font-weight:400 700;src:url(/_astro/instrument-sans-latin-ext-wght-normal.BopkmViT.woff2) format("woff2-variations");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Instrument Sans Variable;font-style:normal;font-display:swap;font-weight:400 700;src:url(/_astro/instrument-sans-latin-wght-normal.DDNlYYca.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
