@import"https://fonts.googleapis.com/css2?family=Rubik+Pixels&display=swap";:root{--matiere-background: #ffffff;--matiere-foreground: #000000;--matiere-error: #b91c1c;--matiere-success: #15803d}*{box-sizing:border-box}html{min-height:100%}body.matiere-body{min-height:100vh;margin:0;background:var(--matiere-background);color:var(--matiere-foreground);font-family:Arial,Helvetica,sans-serif}a{color:inherit}.matiere-page{display:flex;min-height:100vh;flex-direction:column;align-items:center;justify-content:flex-start;background:#fff;color:#000}.matiere-header{display:flex;width:100%;flex-direction:column;align-items:center;gap:2rem;padding:3rem 1.5rem}.matiere-logo{width:100px;height:auto;display:block}.matiere-wordmark{font-size:1rem;line-height:1.2;text-transform:uppercase;letter-spacing:.2em}.matiere-tagline{font-family:Rubik Pixels,Arial,Helvetica,sans-serif;font-size:1.25rem;line-height:1.75rem;text-align:center}.matiere-main{display:flex;width:100%;justify-content:center;padding:0 1.5rem 4rem}.matiere-product-wrap{width:100%;max-width:1488px}.matiere-empty{margin:0;text-align:center;font-size:.875rem;line-height:1.25rem;text-transform:uppercase;letter-spacing:.2em}.matiere-product-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.matiere-product-card{width:min(100%,var(--card-width, 26rem));text-align:center}.matiere-product-link{display:block;text-decoration:none}.matiere-product-media{position:relative;aspect-ratio:3 / 4;overflow:hidden}.matiere-product-image,.matiere-no-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.matiere-product-image{object-fit:contain;background:#fff;transition:opacity .3s ease}.matiere-product-image-hover{opacity:0}.matiere-product-card:hover .matiere-product-image-primary:has(+.matiere-product-image-hover),.matiere-product-card:focus-within .matiere-product-image-primary:has(+.matiere-product-image-hover){opacity:0}.matiere-product-card:hover .matiere-product-image-hover,.matiere-product-card:focus-within .matiere-product-image-hover{opacity:1}.matiere-no-image{display:flex;align-items:center;justify-content:center;font-size:.75rem;line-height:1rem;text-transform:uppercase;letter-spacing:.08em}.matiere-product-title{margin:.75rem 0 0;font-size:.75rem;line-height:1rem;text-transform:uppercase;letter-spacing:.2em}.matiere-password-main{padding-bottom:3rem}.matiere-entry{width:100%;max-width:36rem}.matiere-entry-copy{margin:0 0 1rem;text-align:center;font-size:.875rem;line-height:1.5rem;text-transform:uppercase;letter-spacing:.08em}.matiere-form,.matiere-pin-form{width:100%;margin:0}.matiere-input-row{display:flex;align-items:stretch;overflow:hidden;border:1px solid #000000;background:#fff}.matiere-input{width:100%;min-width:0;border:0;padding:.75rem 1.25rem;color:#000;font:inherit;font-size:.875rem;line-height:1.25rem;outline:none}.matiere-button{min-height:2.875rem;border:0;border-left:1px solid #000000;border-radius:0;background:#000;color:#fff;cursor:pointer;font:inherit;font-size:.875rem;line-height:1.25rem;padding:.75rem 1.25rem;text-transform:uppercase;letter-spacing:.08em;transition:background-color .18s ease,color .18s ease}.matiere-button:hover,.matiere-button:focus-visible{background:#fff;color:#000}.matiere-form-message{margin:.75rem 0 0;font-size:.75rem;line-height:1rem;text-align:center;letter-spacing:.04em}.matiere-form-message ul{margin:0;padding:0;list-style:none}.matiere-form-success{color:var(--matiere-success)}.matiere-form-error{color:var(--matiere-error)}.matiere-enter-wrap{display:flex;justify-content:center;margin-top:2.5rem}.matiere-enter-button{border:1px solid #000000;padding-inline:2rem;letter-spacing:.2em}.matiere-pin-box{width:100%;max-width:20rem;margin:0 auto}.matiere-pin-display{display:flex;width:100%;min-width:0;cursor:text;align-items:center;justify-content:center;padding:.75rem 1.25rem}.matiere-pin-dots{display:flex;align-items:center;gap:.5rem}.matiere-pin-dot{width:.625rem;height:.625rem;border:1px solid #000000;border-radius:999px}.matiere-pin-dot.is-filled{background:#000}.matiere-pin-submit{text-transform:none}.matiere-dial{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;margin-top:1rem}.matiere-dial-key{min-height:2.875rem;border:1px solid #000000;border-radius:0;background:#fff;color:#000;cursor:pointer;font:inherit;font-size:.875rem;line-height:1.25rem;padding:.75rem 1rem;text-transform:uppercase;letter-spacing:.08em;transition:background-color .18s ease,color .18s ease}.matiere-dial-key:hover,.matiere-dial-key:focus-visible{background:#000;color:#fff}.matiere-product-detail{display:grid;width:100%;max-width:72rem;grid-template-columns:minmax(0,1fr) minmax(18rem,24rem);gap:3rem}.matiere-product-gallery{display:grid;gap:1rem}.matiere-detail-image,.matiere-detail-placeholder{width:100%;aspect-ratio:3 / 4}.matiere-detail-image{display:block;height:auto;object-fit:contain;background:#fff}.matiere-detail-placeholder{display:flex;align-items:center;justify-content:center;font-size:.75rem;line-height:1rem;text-transform:uppercase;letter-spacing:.08em}.matiere-product-info{padding-top:.25rem}.matiere-detail-title{margin:0;font-size:.875rem;line-height:1.25rem;font-weight:400;text-transform:uppercase;letter-spacing:.2em}.matiere-detail-price{margin:1rem 0 0;font-size:.875rem;line-height:1.25rem;letter-spacing:.08em}.matiere-product-form{margin-top:1.5rem}.matiere-cart-button{width:100%;border:1px solid #000000}.matiere-cart-button:disabled{cursor:not-allowed;opacity:.45}.matiere-detail-description{margin-top:2rem;font-size:.875rem;line-height:1.6}.visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;clip-path:inset(50%)}@media(max-width:640px){.matiere-header{padding-block:2.5rem}.matiere-product-grid{gap:1.25rem}.matiere-product-card{width:min(100%,20rem)}.matiere-product-detail{grid-template-columns:1fr;gap:2rem}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/matiere.css.map */
