.custom__404{background:var(--product-bg-color);text-align:center;padding:var(--spacing-lg);margin-block:var(--spacing-lg);margin-inline:var(--spacing-xxl);max-width:100%;color:var(--color-foreground)}.custom__404 h1,.custom__404 p{margin-block-start:var(--spacing-lg);margin-block-end:var(--spacing-md)}.artist{padding-block:var(--spacing-xxl);display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));width:100%;max-width:70rem;margin:0 auto;gap:var(--spacing-xxl);min-height:100vh;align-items:center}.artist__text{font-weight:500;letter-spacing:var(--letter-spacing-sm);color:var(--color-foreground)}.artist__image img{width:100%;height:auto;object-fit:contain;max-height:var(--portrait-max-height);min-height:14rem;max-height:22rem}@media (max-width: 768px){.artist{gap:var(--spacing-md)}}.cart-item{display:grid;grid-template-columns:1fr 2fr;gap:var(--spacing-md);margin-bottom:var(--spacing-lg)}.cart-image img{display:block;width:100%;height:auto}.cart-item-info{display:flex;flex-direction:column;gap:var(--spacing-sm);font-size:inherit}.cart-item-title{font-weight:700}.remove-item{background:none;border:none;cursor:pointer;align-self:flex-start;padding:0}.remove-item img{width:var(--remove-item-button-size);height:var(--remove-item-button-size);pointer-events:none}.event{display:flex;flex-direction:column;padding-block:var(--section-margin);height:calc(100vh - var(--spacing-footer-height));padding-block-end:var(--spacing-footer-height);justify-content:center;width:100%;max-width:70rem;margin:0 auto;letter-spacing:var(--letter-spacing-sm)}.event dl dt{font-weight:500}.event dl dd{font-weight:100;margin-block-end:var(--spacing-lg)}.event__title{margin-block:var(--spacing-xl);font-weight:700;font-size:1.2em}footer{display:flex;flex-wrap:wrap;justify-content:space-between;gap:var(--spacing-md);align-items:center;margin-block-start:2rem;width:100%;max-width:70rem;margin:0 auto;height:var(--spacing-footer-height)}.footer__links{display:flex;flex-wrap:wrap;gap:var(--spacing-md)}footer a{text-decoration:none;color:var(--color-foreground)}header{display:grid;grid-template-columns:2rem auto 2rem;height:var(--spacing-header-height);gap:var(--spacing-md)}.header__brand{display:flex;flex-direction:column;justify-content:center;grid-column:2}.header__title{font-size:var(--title-font-size);font-weight:500;text-decoration:none;text-align:center}.header__title a{text-decoration:none;color:var(--color-foreground);letter-spacing:var(--letter-spacing-lg)}.header__icons{display:flex;align-items:center;grid-column:3}.header__icons a{position:relative;display:block}.header__icons sup{position:absolute;top:var(--sup-space);right:var(--sup-space);display:inline-flex;align-items:center;justify-content:center;background:var(--color-foreground);color:#fff;font-size:var(--tagline-font-size);font-weight:700;border-radius:50%;min-width:var(--sup-min-size);height:var(--sup-min-size);padding:var(--sup-padding)}.cart-overlay{position:fixed;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0003;z-index:999;display:none}.cart-overlay.show{display:block}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:auto;right:-25rem;width:25rem;background:#fff;padding:var(--spacing-md);z-index:1000;overflow-y:auto;display:flex;flex-direction:column;font-family:inherit;max-height:100vh}@media (max-width: 600px){.cart-drawer{width:100%;right:-100%}}.cart-drawer.open{right:0;transition:right .3s ease}.cart-drawer-header{display:flex;justify-content:space-between;align-items:center;font-size:var(--spacing-md);font-weight:600;margin-bottom:var(--spacing-md)}.cart-drawer-header h2{font-weight:600;margin:0}.cart-drawer-close{font-size:var(--close-drawer-button-size);background:none;border:none;cursor:pointer}.cart-drawer-items{flex-grow:1}.cart-drawer-footer{border-top:1px solid #eee;padding-top:var(--spacing-md);display:flex;flex-direction:column;gap:var(--spacing-md)}.cart-drawer-footer div{display:flex;justify-content:space-between;font-weight:500}.btn-checkout{font:inherit;border:none;font-weight:500;display:inline-block;width:100%;text-align:center;padding:var(--spacing-sm);margin-bottom:var(--spacing-md);border-radius:var(--spacing-md);background:var(--button-check-out-bg);text-decoration:none;cursor:pointer;transition:background .2s ease}.btn-checkout:hover{background:var(--button-check-out-hover)}.cart-drawer .shopify-section{display:block;grid-template-columns:none;width:100%;margin:0;padding:0}.page__wrapper{background:var(--product-bg-color);padding:var(--spacing-xl);margin-block:var(--spacing-lg)}.page__inner{display:flex;flex-direction:column;justify-content:space-between;margin-block-start:2rem;width:100%;max-width:70rem;margin:0 auto}.page__wrapper :is(h1,h2,h3,h4,h5,h6){margin-block-start:var(--spacing-lg);margin-block-end:var(--spacing-md);color:var(--color-foreground)}.page__wrapper h1:first-of-type{margin-block-start:0}@media (max-width: 768px){.page__wrapper{padding:var(--spacing-md)}.page__inner{padding-inline:var(--spacing-sm)}}.product{display:flex;min-height:80vh;justify-content:center;align-items:center;background:var(--product-bg-color);margin-block:var(--spacing-lg);padding:var(--spacing-xl)}.product-inner{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));align-items:center;width:100%;max-width:70rem;gap:var(--spacing-xl)}.product-info{display:flex;flex-direction:column;justify-content:space-between}.product h2{margin-block-start:var(--spacing-md)}.product-text{display:flex;flex-direction:column;gap:var(--spacing-md);margin-block-end:var(--spacing-md)}.product-options{display:flex;flex-direction:column;gap:var(--spacing-md);margin-bottom:var(--spacing-lg)}.product-option{display:flex;align-items:center;gap:var(--spacing-sm)}.product button{width:100%;padding:var(--spacing-md);font-size:large;justify-content:center;align-items:center;border:1px solid var(--color-border);cursor:pointer}.product button:disabled{cursor:not-allowed}.product form{display:flex;flex-direction:column;gap:var(--spacing-md)}@media (max-width: 768px){.product{padding:var(--spacing-md)}.product-inner{grid-template-columns:1fr}.product-info{align-items:center;text-align:center}}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.spotlight{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - var(--spacing-header-height));padding-block:var(--spacing-header-height)}.spotlight-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:var(--spacing-xxl);justify-content:center;align-items:end;max-width:120rem;width:100%}.spotlight-product{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-lg)}.spotlight-product img{display:block;width:100%;height:auto;transition:.3s}.spotlight-product img:hover{transform:scale(1.05)}.spotlight-title{text-decoration:none}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/8/compiled_assets/styles.css.map */
