:root{--ws-bg: #FFFCF8;--ws-text: #2C2C2C;--ws-text-muted: #2C2C2C;--ws-border: rgba(0,0,0,.05);--ws-font: "Helvetica Neue", Helvetica, Arial, sans-serif;--ws-space-sm: 1rem;--ws-space-md: 1.5rem;--ws-space-lg: 3rem;--ws-space-xl: 5rem;--ws-max-width: 1200px;--ws-narrow: 400px;--ws-sticky-height: 70px}@media (min-width: 750px){:root{--ws-sticky-height: 80px}}body,h1,h2,h3,h4,h5,h6,p,a,span,button,input{font-family:var(--ws-font);font-size:14px;font-weight:400;line-height:1.6;letter-spacing:.01em;margin:0}.header__heading-link:hover .h2,.header__heading-link .h2{color:var(--ws-text)}body{background-color:var(--ws-bg);color:var(--ws-text);-webkit-font-smoothing:antialiased;padding-bottom:var(--ws-sticky-height)}a{color:var(--ws-text);text-decoration:none}a:hover{opacity:.7}video,img{border-radius:6px}.ws-muted{color:var(--ws-text-muted)}.ws-container{width:100%;max-width:var(--ws-max-width);margin:0 auto;padding:0 var(--ws-space-md)}.ws-section{padding:var(--ws-space-lg) 0}@media (min-width: 750px){.ws-section{padding:var(--ws-space-xl) 0}}.ws-section--compact{padding:var(--ws-space-sm) 0}.ws-text-center{text-align:center}.ws-button{display:inline-flex;align-items:center;justify-content:center;padding:var(--ws-space-sm) var(--ws-space-md);background-color:var(--ws-text);color:var(--ws-bg);font-family:var(--ws-font);font-size:14px;font-weight:400;letter-spacing:.05em;border:none;cursor:pointer;min-height:48px;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 1px 1px #0000000a,0 2px 4px #0000000a}.ws-button:hover{transform:translateY(-1px);box-shadow:0 2px 2px #0000000a,0 4px 8px #0000000f,0 8px 16px #0000000a}.ws-button:active{transform:translateY(.5px);box-shadow:0 .5px 1px #0000000f}.header,.ws-header{max-width:100%;font-family:var(--ws-font)!important;font-size:14px!important;font-weight:400!important;border-bottom:1px solid var(--ws-border);background:#fffcf8cc!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.header *,.header__heading-link,.header__heading{font-family:var(--ws-font)!important;font-size:14px!important;font-weight:400!important}.ws-header{padding:var(--ws-space-md) 0}.ws-header__inner{display:flex;align-items:center;justify-content:space-between}.ws-header__cart{display:flex;align-items:center;gap:4px}.header__icon--cart,#cart-icon-bubble{display:none}.cart-count-bubble{width:18px;height:18px;display:flex;align-items:center;justify-content:center;color:var(--ws-bg);border-radius:50%}.header .cart-count-bubble{background-color:var(--ws-text)}.header__icon span{background-color:transparent}@media (min-width: 750px){.header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.header__heading{grid-column:2;text-align:center}.header__inline-menu{grid-column:3;justify-self:end}header-drawer{display:none}}.ws-text-section{max-width:var(--ws-narrow);margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.25rem}.ws-text--ruled{padding-top:1.25rem;border-top:1px solid var(--ws-border)}.ws-text__line{color:var(--ws-text)}.ws-image-section__wrapper{display:flex;justify-content:center}.ws-image-contained,.ws-image-full{max-width:100%;width:100%;height:auto;display:block;margin:0 auto}.ws-image-section--small .ws-image-contained{max-width:300px}.ws-image-section--medium .ws-image-contained{max-width:500px}.ws-image-section--large .ws-image-contained{max-width:700px}.ws-image-section--full .ws-image-contained{max-width:100%}@media (min-width: 750px){.ws-image-section--small .ws-image-contained{max-width:400px}.ws-image-section--medium .ws-image-contained{max-width:600px}.ws-image-section--large .ws-image-contained{max-width:900px}}.ws-image-section__caption{margin-top:var(--ws-space-sm);color:var(--ws-text-muted);text-align:center}.ws-image-section__placeholder{background:var(--ws-bg);aspect-ratio:1;max-width:500px;margin:0 auto;display:flex;align-items:center;justify-content:center}.ws-image-section__placeholder svg{width:50%;opacity:.3}.ws-specs{max-width:var(--ws-narrow);margin:0 auto}.ws-divider{display:block!important;height:1px;background:var(--ws-border);border-radius:1px}.ws-specs__title{text-align:center;margin-bottom:var(--ws-space-lg);color:var(--ws-text-muted)}.ws-specs__list{margin:0;padding:0}.ws-specs__row{display:flex;justify-content:space-between;align-items:baseline;padding:.875rem 0}.ws-specs__label{color:var(--ws-text-muted)}.ws-specs__value{color:var(--ws-text);text-align:right;margin:0}.ws-philosophy{text-align:center;max-width:var(--ws-narrow);margin:0 auto}.ws-philosophy__attribution{color:var(--ws-text-muted);margin-bottom:var(--ws-space-sm);line-height:1.7}.ws-philosophy__inspiration{color:var(--ws-text-muted);line-height:1.7}.ws-footer{text-align:center;border-top:1px solid var(--ws-border);padding-top:var(--ws-space-lg);margin-top:var(--ws-space-lg)}.ws-footer__brand{margin-bottom:var(--ws-space-sm)}.ws-footer__links{display:flex;justify-content:center;gap:var(--ws-space-md);flex-wrap:wrap}.ws-footer__link{color:var(--ws-text-muted)}.ws-footer__link:hover{color:var(--ws-text)}.ws-footer__copyright{margin-top:var(--ws-space-md);color:var(--ws-text-muted)}.ws-sticky-bar{position:fixed;bottom:var(--ws-space-md);left:50%;transform:translate(-50%);z-index:100;background:#fffcf8cc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--ws-border);border-radius:100px;height:auto;padding:1.25rem;display:flex;align-items:center;box-shadow:0 .5px .5px #2c2c2c05,0 1px 1px #2c2c2c05,0 2px 2px #2c2c2c05,0 4px 4px #2c2c2c08,0 8px 8px #2c2c2c08,0 16px 32px #2c2c2c0a;opacity:0;pointer-events:none;transform:translate(-50%) translateY(100%) scale(.95);transition:opacity .4s ease,transform .4s ease;min-width:320px}.ws-sticky-bar.is-visible{opacity:1;pointer-events:auto;transform:translate(-50%) translateY(0) scale(1)}.ws-sticky-bar__inner{width:100%;display:flex;align-items:center;justify-content:space-between;gap:var(--ws-space-md)}.ws-sticky-bar__info{display:flex;align-items:baseline;gap:var(--ws-space-md)}.ws-sticky-bar__meta{display:flex;align-items:baseline;gap:var(--ws-space-xl)}.ws-sticky-bar__edition{color:var(--ws-text-muted)}.ws-sticky-bar__button{flex-shrink:0}.ws-sticky-bar .ws-button{border-radius:100px;min-height:40px;padding:.5rem 1.25rem}.announcement-bar,.breadcrumbs{display:none}
/*# sourceMappingURL=/cdn/shop/t/3/assets/worn-sculptures.css.map */
