*{box-sizing:border-box;margin:0}body{display:flex;flex-direction:column;margin:0;min-height:100svh}html:has(dialog[scroll-lock][open],details[scroll-lock][open]){overflow:hidden}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,textarea,select{font:inherit;border-radius:var(--style-border-radius-inputs)}select{background-color:var(--color-background);color:currentcolor}dialog{background-color:var(--color-background);color:var(--color-foreground)}p{text-wrap:pretty}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p:empty{display:none}:is(p,h1,h2,h3,h4,h5,h6):first-child,:empty:first-child+:where(p,h1,h2,h3,h4,h5,h6){margin-block-start:0}:is(p,h1,h2,h3,h4,h5,h6):last-child,:where(p,h1,h2,h3,h4,h5,h6)+:has(+:empty:last-child){margin-block-end:0}body{font-family:var(--font-primary--family);font-weight:var(--font-primary--weight);font-style:var(--font-primary--style);font-size:calc(1rem * var(--body-scale, 1));line-height:1.5;background-color:var(--color-background);color:var(--color-foreground)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading--family);font-weight:var(--font-heading--weight);font-style:var(--font-heading--style);line-height:1.15}h1{font-size:calc(2.75rem * var(--heading-scale, 1))}h2{font-size:calc(2.25rem * var(--heading-scale, 1))}h3{font-size:calc(1.75rem * var(--heading-scale, 1))}h4{font-size:calc(1.375rem * var(--heading-scale, 1))}h5{font-size:calc(1.125rem * var(--heading-scale, 1))}h6{font-size:calc(1rem * var(--heading-scale, 1))}.subheading{font-family:var(--font-subheading--family);font-weight:var(--font-subheading--weight);font-style:var(--font-subheading--style);font-size:calc(1.125rem * var(--heading-scale, 1));line-height:1.4;text-transform:uppercase;letter-spacing:.04em}@media screen and (max-width:749px){h1{font-size:calc(2.25rem * var(--heading-scale, 1))}h2{font-size:calc(1.875rem * var(--heading-scale, 1))}h3{font-size:calc(1.5rem * var(--heading-scale, 1))}}.shopify-section{--content-width: min( calc(var(--page-width) - var(--page-margin) * 2), calc(100% - var(--page-margin) * 2) );--content-margin: minmax(var(--page-margin), 1fr);--content-grid: var(--content-margin) var(--content-width) var(--content-margin);position:relative;grid-template-columns:var(--content-grid);display:grid;width:100%}.shopify-section>*{grid-column:2}.shopify-section>.full-width{grid-column:1 / -1}.shopify-section .page-width{width:100%;max-width:var(--content-width);margin:0 auto;display:flex;justify-content:space-between;padding:0;align-items:center}button{border-radius:50px!important}.product-card{display:flex;flex-direction:column;height:100%;min-width:0;background-color:var(--product-card-bg);border-top-left-radius:var(--product-card-radius-top-left);border-top-right-radius:var(--product-card-radius-top-right);border-bottom-right-radius:var(--product-card-radius-bottom-right);border-bottom-left-radius:var(--product-card-radius-bottom-left);padding:var(--product-card-padding);text-align:var(--product-card-text-align);position:relative}.product-card__media{display:block;width:100%;aspect-ratio:1 / 1;background-color:#fff;border-radius:var(--product-card-image-radius);overflow:hidden;display:flex;align-items:center;justify-content:center}.product-card__image{width:100%;height:100%;object-fit:contain;object-position:center center}.product-card__info{display:flex;flex-direction:column;gap:2px;margin-top:12px;flex:1}.product-card__artist,.product-card__title{display:block;text-decoration:none;overflow:hidden}.product-card__artist{font-size:var(--product-card-artist-size);font-weight:var(--product-card-artist-weight);color:var(--product-card-artist-color);white-space:nowrap;text-overflow:ellipsis;min-width:0}.product-card__title{font-size:var(--product-card-title-size);font-weight:var(--product-card-title-weight);color:var(--product-card-title-color);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2}.product-card__price{font-size:var(--product-card-price-size);color:var(--product-card-title-color);margin-top:4px}.product-card__form{margin-top:12px}.product-card__button,a.product-card__button{all:unset;box-sizing:border-box;display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 16px;background-color:var(--product-card-button-bg);color:var(--product-card-button-text);border-radius:50px;cursor:pointer;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.02em;transition:background-color .2s ease,color .2s ease;text-align:center}a.product-card__button{margin-top:12px}.product-card__button:hover{background-color:var(--product-card-button-bg-hover);color:var(--product-card-button-text-hover)}.product-card__button[disabled]{opacity:.5;cursor:not-allowed}.product-card__button-icon svg{display:block;width:18px;height:18px}.ezy-block-app{z-index:1!important}.xb-wishlist-button-collection[xb-placement=top-right]{right:calc(15px + var(--xb-wishlist-x-offset, 0px))!important;top:calc(15px + var(--xb-wishlist-y-offset, 0px))!important}@media screen and (max-width:767px){.shopify-section .page-width{width:100%;max-width:calc(var(--content-width) + 30px)}}@media screen and (max-width:420px){h2.featured-products__heading{font-size:32px!important}.product-card{flex-direction:row;align-items:center;border-radius:10px;gap:12px}.product-card__media{flex:0 0 100px;width:100px}.product-card__info{flex:1;min-width:0;margin-top:0}.product-card__form{flex:0 0 auto;margin-top:0}.product-card__button,a.product-card__button{width:auto;padding:10px;margin-top:0}.product-card__button-label{display:none}.xb-wishlist-button-collection[xb-placement=top-right]{right:unset!important;left:calc(-10px + var(--xb-wishlist-x-offset, 0px))!important;top:calc(-5px + var(--xb-wishlist-y-offset, 0px))!important}.xb-wishlist-button-collection__add-icon{--xb-wishlist-icon-padding: 10px !important}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/critical.css.map */
