.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.mz-404{display:flex;align-items:center;justify-content:center;min-height:60vh;padding:clamp(2rem,5vw,4rem) clamp(1.25rem,3vw,2.5rem);background:var(--mz-lilac);font-family:var(--mz-ui);text-align:center}.mz-404__inner{max-width:28rem}.mz-404__heading{margin:0 0 .75rem;font-family:var(--mz-display);font-weight:600;font-size:clamp(1.75rem,1.2vw + 1.5rem,2.5rem);color:var(--mz-night)}.mz-404__message{margin:0 0 1.75rem;color:var(--mz-muted);font-size:.95rem;line-height:1.6}.mz-404__cta{display:inline-flex;align-items:center;justify-content:center;height:2.9rem;padding:0 1.9rem;border-radius:999px;background:linear-gradient(135deg,var(--mz-magenta),var(--mz-neon-violet));color:#fff;text-decoration:none;font-size:.95rem;font-weight:600;font-variation-settings:"wght" 600;transition:transform .2s ease,box-shadow .2s ease}.mz-404__cta:hover,.mz-404__cta:focus-visible{transform:translateY(-1px);box-shadow:0 0 22px 3px #ff3dff99}.mz-buybar{position:fixed;left:0;right:0;bottom:0;z-index:55;display:block;font-family:var(--mz-ui);transform:translateY(100%);transition:transform .25s ease}.mz-buybar--visible{transform:translateY(0)}.mz-buybar:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(0deg,#faf4f1db,#faf4f1b8);backdrop-filter:blur(16px) saturate(1.1);-webkit-backdrop-filter:blur(16px) saturate(1.1);box-shadow:0 -10px 24px -12px #1c142038}.mz-buybar__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem clamp(1.25rem,4vw,2rem);padding-bottom:calc(.85rem + env(safe-area-inset-bottom,0px))}.mz-buybar__label{font-size:.85rem;color:var(--mz-night);font-weight:500;font-variation-settings:"wght" 500}.mz-buybar__cta{display:inline-flex;align-items:center;justify-content:center;flex:none;height:2.5rem;padding:0 1.5rem;border-radius:999px;background:linear-gradient(135deg,var(--mz-magenta),var(--mz-neon-violet));color:#fff;text-decoration:none;font-size:.9rem;font-weight:600;font-variation-settings:"wght" 600;white-space:nowrap;transition:transform .2s ease,box-shadow .2s ease}.mz-buybar__cta:hover,.mz-buybar__cta:focus-visible{transform:translateY(-1px);box-shadow:0 0 22px 3px #ff3dff99}@media(min-width:751px){.mz-buybar{display:none}}@media(max-width:420px){.mz-buybar__label{display:none}}@media(prefers-reduced-motion:reduce){.mz-buybar{transition:none}}.mz-cart{position:relative;overflow:hidden;background:var(--mz-paper);min-height:60vh;padding:clamp(2rem,5vw,4rem) clamp(1.25rem,3vw,2.5rem) clamp(3rem,6vw,5rem);font-family:var(--mz-ui)}.mz-cart__grain{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxODAiIGhlaWdodD0iMTgwIj48ZmlsdGVyIGlkPSJuIj48ZmVUdXJidWxlbmNlIHR5cGU9ImZyYWN0YWxOb2lzZSIgYmFzZUZyZXF1ZW5jeT0iMC45IiBudW1PY3RhdmVzPSIyIiBzdGl0Y2hUaWxlcz0ic3RpdGNoIi8+PGZlQ29sb3JNYXRyaXggdHlwZT0ic2F0dXJhdGUiIHZhbHVlcz0iMCIvPjwvZmlsdGVyPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbHRlcj0idXJsKCNuKSIvPjwvc3ZnPg==);background-size:180px 180px;opacity:.068;pointer-events:none}.mz-cart__inner{position:relative;z-index:1;max-width:52rem;margin:0 auto}.mz-cart__heading{margin:0 0 2rem;font-family:var(--mz-display);font-weight:600;font-size:clamp(1.75rem,1.2vw + 1.5rem,2.5rem);color:var(--mz-night)}.mz-cart__empty{text-align:center;padding:3rem 0}.mz-cart__empty p{margin:0 0 1.5rem;color:var(--mz-muted);font-size:1rem}.mz-cart__empty-cta{display:inline-flex;align-items:center;justify-content:center;height:2.9rem;padding:0 1.9rem;border-radius:999px;background:linear-gradient(135deg,var(--mz-magenta),var(--mz-neon-violet));color:#fff;text-decoration:none;font-size:.95rem;font-weight:600;font-variation-settings:"wght" 600;transition:transform .2s ease,box-shadow .2s ease}.mz-cart__empty-cta:hover,.mz-cart__empty-cta:focus-visible{transform:translateY(-1px);box-shadow:0 0 22px 3px #ff3dff99}.mz-cart__items{list-style:none;margin:0 0 2rem;padding:0;display:flex;flex-direction:column;gap:1.25rem}.mz-cart-item{display:grid;grid-template-columns:5rem 1fr auto auto;align-items:center;gap:1rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(28,20,32,.12)}.mz-cart-item__media{display:block;width:5rem;aspect-ratio:4 / 5;border-radius:.5rem;overflow:hidden;background:var(--mz-lilac)}.mz-cart-item__img{width:100%;height:100%;object-fit:cover;display:block}.mz-cart-item__flat{display:block;width:100%;height:100%;background:linear-gradient(160deg,var(--mz-paper),var(--mz-lilac))}.mz-cart-item__info{display:flex;flex-direction:column;gap:.3rem}.mz-cart-item__title{color:var(--mz-night);text-decoration:none;font-size:.98rem;font-weight:600;font-variation-settings:"wght" 600}.mz-cart-item__variant{font-size:.82rem;color:var(--mz-muted)}.mz-cart-item__remove{font-size:.8rem;color:var(--mz-violet-text);width:fit-content}.mz-cart-item__qty{display:flex;flex-direction:column;gap:.3rem;font-size:.75rem;color:var(--mz-muted)}.mz-cart-item__qty input{width:4rem;height:2.5rem;padding:0 .6rem;border:1px solid rgba(28,20,32,.18);border-radius:.5rem;background:#fff;font-family:var(--mz-ui);font-size:.9rem;color:var(--mz-night)}.mz-cart-item__price{font-size:.95rem;color:var(--mz-night);text-align:right;white-space:nowrap}.mz-cart-item__price-compare{display:block;color:var(--mz-muted);font-size:.8rem}.mz-cart__summary{display:flex;flex-direction:column;align-items:flex-end;gap:.75rem;text-align:right}.mz-cart__update{align-self:flex-start;height:2.5rem;padding:0 1.25rem;border:1px solid rgba(28,20,32,.18);border-radius:999px;background:none;color:var(--mz-night);font-family:var(--mz-ui);font-size:.85rem;cursor:pointer;transition:background .2s ease,border-color .2s ease}.mz-cart__update:hover,.mz-cart__update:focus-visible{background:#1c14200f;border-color:#1c142052}.mz-cart__totals{display:flex;align-items:center;gap:1rem;font-size:1.1rem;color:var(--mz-night)}.mz-cart__subtotal{font-weight:600;font-variation-settings:"wght" 600}.mz-cart__note{margin:0;font-size:.8rem;color:var(--mz-muted)}.mz-cart__trust{margin:0;font-size:.82rem;color:var(--mz-muted)}.mz-cart__checkout{height:2.9rem;padding:0 2.25rem;border:none;border-radius:999px;background:linear-gradient(135deg,var(--mz-magenta),var(--mz-neon-violet));color:#fff;font-family:var(--mz-ui);font-size:.95rem;font-weight:600;font-variation-settings:"wght" 600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.mz-cart__checkout:hover,.mz-cart__checkout:focus-visible{transform:translateY(-1px);box-shadow:0 0 22px 3px #ff3dff99}@media(max-width:560px){.mz-cart-item{grid-template-columns:4rem 1fr;grid-template-areas:"media info" "media qty" "media price";row-gap:.5rem}.mz-cart-item__media{grid-area:media;width:4rem}.mz-cart-item__info{grid-area:info}.mz-cart-item__qty{grid-area:qty}.mz-cart-item__price{grid-area:price;text-align:left}.mz-cart__summary{align-items:stretch;text-align:left}.mz-cart__totals{justify-content:space-between}}.mz-collection{position:relative;overflow:hidden;background:var(--mz-paper);min-height:60vh;padding:clamp(2rem,5vw,4rem) clamp(1.25rem,3vw,2.5rem) clamp(3rem,6vw,5rem)}.mz-collection__grain{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxODAiIGhlaWdodD0iMTgwIj48ZmlsdGVyIGlkPSJuIj48ZmVUdXJidWxlbmNlIHR5cGU9ImZyYWN0YWxOb2lzZSIgYmFzZUZyZXF1ZW5jeT0iMC45IiBudW1PY3RhdmVzPSIyIiBzdGl0Y2hUaWxlcz0ic3RpdGNoIi8+PGZlQ29sb3JNYXRyaXggdHlwZT0ic2F0dXJhdGUiIHZhbHVlcz0iMCIvPjwvZmlsdGVyPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbHRlcj0idXJsKCNuKSIvPjwvc3ZnPg==);background-size:180px 180px;opacity:.068;pointer-events:none}.mz-collection__inner{position:relative;z-index:1;max-width:72rem;margin:0 auto}.mz-collection__heading{margin:0 0 2rem;font-family:var(--mz-display);font-weight:600;font-size:clamp(1.75rem,1.2vw + 1.5rem,2.5rem);color:var(--mz-night)}.mz-collection__empty{color:var(--mz-muted);font-family:var(--mz-ui)}.mz-collection__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(15rem,1fr));gap:clamp(1rem,2.5vw,2rem)}.mz-collection-card{display:block;text-decoration:none;color:inherit;font-family:var(--mz-ui)}.mz-collection-card__media{position:relative;aspect-ratio:4 / 5;overflow:hidden;border-radius:.75rem;background:var(--mz-lilac)}.mz-collection-card__img{width:100%;height:100%;object-fit:cover;display:block}.mz-collection-card__flat{display:block;width:100%;height:100%;background:linear-gradient(160deg,var(--mz-paper),var(--mz-lilac))}.mz-collection-card__badge{position:absolute;top:.75rem;left:.75rem;padding:.3rem .7rem;border-radius:999px;background:#1c1420d9;color:#fff;font-size:.7rem;font-weight:600;font-variation-settings:"wght" 600;letter-spacing:.02em;text-transform:uppercase}.mz-collection-card__info{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:.85rem}.mz-collection-card__name{font-size:.95rem;font-weight:600;font-variation-settings:"wght" 600;color:var(--mz-night)}.mz-collection-card__price{font-size:.9rem;color:var(--mz-muted)}.mz-collection__pagination{margin-top:3rem;font-family:var(--mz-ui);color:var(--mz-violet-text)}.mz-colorways{position:relative;overflow:hidden;background:var(--mz-paper);padding:clamp(3rem,6vw,5.5rem) clamp(1.25rem,3vw,2.5rem)}.mz-colorways__grain{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxODAiIGhlaWdodD0iMTgwIj48ZmlsdGVyIGlkPSJuIj48ZmVUdXJidWxlbmNlIHR5cGU9ImZyYWN0YWxOb2lzZSIgYmFzZUZyZXF1ZW5jeT0iMC45IiBudW1PY3RhdmVzPSIyIiBzdGl0Y2hUaWxlcz0ic3RpdGNoIi8+PGZlQ29sb3JNYXRyaXggdHlwZT0ic2F0dXJhdGUiIHZhbHVlcz0iMCIvPjwvZmlsdGVyPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbHRlcj0idXJsKCNuKSIvPjwvc3ZnPg==);background-size:180px 180px;opacity:.068;pointer-events:none}.mz-colorways__inner{position:relative;z-index:1;max-width:90rem;margin:0 auto}.mz-colorways__heading{margin:0 0 2rem;text-align:center;font-family:var(--mz-display);font-size:clamp(1.6rem,1vw + 1.4rem,2.25rem);color:var(--mz-night)}.mz-colorways__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(1rem,2.5vw,2rem)}.mz-colorway-card{display:block;text-decoration:none;color:inherit}.mz-colorway-card__media{position:relative;aspect-ratio:4 / 5;overflow:hidden;border-radius:.75rem;background:var(--mz-lilac);max-width:100%}.mz-colorway-card__img{width:100%;height:100%;object-fit:cover;display:block}.mz-colorway-card__flat{display:block;width:100%;height:100%}.mz-colorway-card__badge{position:absolute;top:.75rem;left:.75rem;padding:.3rem .7rem;border-radius:999px;background:#1c1420d9;color:#fff;font-family:var(--mz-ui);font-size:.7rem;font-weight:600;font-variation-settings:"wght" 600;letter-spacing:.02em;text-transform:uppercase}.mz-colorway-card__info{display:flex;align-items:center;gap:.5rem;margin-top:.85rem;font-family:var(--mz-ui)}.mz-colorway-card__swatch{width:.85rem;height:.85rem;border-radius:50%;flex:none;box-shadow:inset 0 0 0 1px #1c142026}.mz-colorway-card__name{font-size:.95rem;font-weight:600;font-variation-settings:"wght" 600;color:var(--mz-night)}.mz-colorway-card__price{margin-left:auto;font-size:.9rem;color:var(--mz-muted)}@media(max-width:560px){.mz-colorways__grid{grid-template-columns:1fr;max-width:22rem;margin:0 auto}.mz-colorway-card__media{max-height:27.5rem}}.mz-cta{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:52vh;padding:clamp(4rem,10vw,7rem) clamp(1.25rem,3vw,2.5rem);background:linear-gradient(135deg,color-mix(in srgb,var(--mz-magenta) 80%,var(--mz-lilac) 20%),color-mix(in srgb,var(--mz-neon-violet) 80%,var(--mz-lilac) 20%));text-align:center}.mz-cta__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.mz-cta__img,.mz-cta__video{width:100%;height:100%;object-fit:cover;display:block}.mz-cta__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#1c14203d}.mz-cta__fade{position:absolute;left:0;right:0;height:140px;pointer-events:none}.mz-cta__fade--top{top:0;background:linear-gradient(to bottom,#faf4f1,#faf4f1f5 12%,#faf4f1ce 28%,#faf4f180,#faf4f131 72%,#faf4f10a 88%,#faf4f100)}.mz-cta__fade--bottom{bottom:0;background:linear-gradient(to top,#d9cae8,#d9cae8f5 12%,#d9cae8ce 28%,#d9cae880,#d9cae831 72%,#d9cae80a 88%,#d9cae800)}.mz-cta__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;max-width:38rem;color:#fff}.mz-cta__headline{margin:0 0 .85rem;font-family:var(--mz-display);font-weight:600;line-height:1.1;font-size:clamp(1.9rem,1.6vw + 1.5rem,3rem)}.mz-cta__subhead{margin:0 0 1.85rem;max-width:40ch;font-family:var(--mz-ui);font-size:clamp(1rem,.4vw + .9rem,1.1rem);line-height:1.55;color:#ffffffeb}.mz-cta__button{display:inline-flex;align-items:center;justify-content:center;height:2.9rem;padding:0 1.9rem;border-radius:999px;background:var(--mz-paper);color:var(--mz-night);text-decoration:none;font-family:var(--mz-ui);font-size:.95rem;font-weight:600;font-variation-settings:"wght" 600;transition:transform .2s ease,box-shadow .2s ease}.mz-cta__button:hover,.mz-cta__button:focus-visible{transform:translateY(-1px);box-shadow:0 10px 24px -10px #1c142073}.mz-cta__trust{margin:1.25rem 0 0;font-family:var(--mz-ui);font-size:.82rem;color:#fffc}.mz-popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;opacity:0;pointer-events:none;transition:opacity .3s ease}.mz-popup-overlay--visible{opacity:1;pointer-events:auto}.mz-popup-modal{position:relative;background:var(--mz-paper);border-radius:.5rem;padding:clamp(2rem,5vw,3rem);max-width:500px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0003;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(2rem);opacity:0}to{transform:translateY(0);opacity:1}}.mz-popup-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;color:var(--mz-muted);cursor:pointer;padding:.5rem;line-height:1;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center}.mz-popup-close:hover{color:var(--mz-violet-text)}.mz-popup-content{text-align:center;padding-top:.5rem}.mz-popup-heading{margin:0 0 .75rem;font-family:var(--mz-display);font-size:clamp(1.5rem,3vw,2rem);font-weight:600;color:var(--mz-violet-text)}.mz-popup-subheading{margin:0 0 1.5rem;font-family:var(--mz-ui);font-size:.95rem;color:var(--mz-muted);line-height:1.5}.mz-popup-form{margin-top:1.5rem}.mz-popup-placeholder{padding:1.5rem;background:var(--mz-lilac);border-radius:.25rem;color:var(--mz-muted);font-size:.85rem;font-style:italic}.mz-popup-form form{display:flex;flex-direction:column;gap:.75rem}.mz-popup-form input{padding:.75rem 1rem;border:1px solid var(--mz-muted);border-radius:.25rem;font-family:var(--mz-ui);font-size:1rem}.mz-popup-form button{padding:.75rem 1rem;background:var(--mz-violet-text);color:var(--mz-paper);border:none;border-radius:.25rem;font-family:var(--mz-ui);font-size:1rem;cursor:pointer;font-weight:600}.mz-popup-form button:hover{background:var(--mz-magenta)}@media(prefers-reduced-motion:reduce){.mz-popup-overlay{transition:none}.mz-popup-modal{animation:none}}.mz-email-section{background:var(--mz-paper);padding:clamp(3rem,6vw,5.5rem) clamp(1.25rem,3vw,2.5rem)}.mz-email-section__inner{max-width:90rem;margin:0 auto}.mz-email-section__content{max-width:40rem;margin:0 auto;text-align:center}.mz-email-section__heading{margin:0 0 1rem;font-family:var(--mz-display);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:600;color:var(--mz-violet-text)}.mz-email-section__subheading{margin:0 0 2rem;font-family:var(--mz-ui);font-size:1rem;color:var(--mz-muted);line-height:1.5}.mz-email-section__form{margin-top:2rem}.mz-email-section__placeholder{padding:2rem;background:var(--mz-lilac);border-radius:.5rem;color:var(--mz-muted);font-size:.9rem;font-style:italic}.mz-email-section__form form{display:flex;flex-direction:column;gap:.75rem}.mz-email-section__form input{padding:.75rem 1rem;border:1px solid var(--mz-muted);border-radius:.25rem;font-family:var(--mz-ui);font-size:1rem}.mz-email-section__form button{padding:.75rem 1rem;background:var(--mz-violet-text);color:var(--mz-paper);border:none;border-radius:.25rem;font-family:var(--mz-ui);font-size:1rem;cursor:pointer}.mz-email-section__form button:hover{background:var(--mz-magenta)}.mz-faq{position:relative;overflow:hidden;background:var(--mz-paper);padding:clamp(3rem,6vw,5.5rem) clamp(1.25rem,3vw,2.5rem)}.mz-faq__grain{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxODAiIGhlaWdodD0iMTgwIj48ZmlsdGVyIGlkPSJuIj48ZmVUdXJidWxlbmNlIHR5cGU9ImZyYWN0YWxOb2lzZSIgYmFzZUZyZXF1ZW5jeT0iMC45IiBudW1PY3RhdmVzPSIyIiBzdGl0Y2hUaWxlcz0ic3RpdGNoIi8+PGZlQ29sb3JNYXRyaXggdHlwZT0ic2F0dXJhdGUiIHZhbHVlcz0iMCIvPjwvZmlsdGVyPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbHRlcj0idXJsKCNuKSIvPjwvc3ZnPg==);background-size:180px 180px;opacity:.068;pointer-events:none}.mz-faq__inner{position:relative;z-index:1;max-width:90rem;margin:0 auto}.mz-faq__heading{margin:0 0 2rem;text-align:center;font-family:var(--mz-display);font-size:clamp(1.6rem,1vw + 1.4rem,2.25rem);color:var(--mz-night)}.mz-faq__list{display:flex;flex-direction:column;max-width:42rem;margin:0 auto}.mz-faq-item{border-bottom:1px solid rgba(28,20,32,.12)}.mz-faq-item:first-child{border-top:1px solid rgba(28,20,32,.12)}.mz-faq-item__question{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.15rem .25rem;cursor:pointer;font-family:var(--mz-ui);font-size:1rem;font-weight:600;font-variation-settings:"wght" 600;color:var(--mz-night)}.mz-faq-item__question::-webkit-details-marker{display:none}.mz-faq-item__icon{position:relative;flex:none;width:.85rem;height:.85rem}.mz-faq-item__icon:before,.mz-faq-item__icon:after{content:"";position:absolute;background:var(--mz-violet-text);border-radius:1px;transition:transform .2s ease}.mz-faq-item__icon:before{top:50%;left:0;width:100%;height:2px;transform:translateY(-50%)}.mz-faq-item__icon:after{left:50%;top:0;width:2px;height:100%;transform:translate(-50%)}.mz-faq-item[open] .mz-faq-item__icon:after{transform:translate(-50%) rotate(90deg);opacity:0}.mz-faq-item__answer{padding:0 .25rem 1.25rem;font-family:var(--mz-ui);font-size:.92rem;line-height:1.6;color:var(--mz-muted)}.mz-faq-item__answer p{margin:0 0 .85rem}.mz-faq-item__answer p:last-child{margin-bottom:0}.mz-faq-item__answer a{color:var(--mz-violet-text)}.mz-footer{position:relative;overflow:hidden;background:var(--mz-paper)}.mz-footer__inner{position:relative;z-index:1;max-width:90rem;margin:0 auto;padding:4rem clamp(1.25rem,3vw,2.5rem) 2.5rem;display:flex;flex-direction:column;gap:3rem;font-family:var(--mz-ui);pointer-events:none}.mz-footer__contact-link,.mz-footer__link,.mz-footer__copyright a{pointer-events:auto}.mz-footer__contact{display:flex;flex-direction:column;gap:.35rem}.mz-footer__contact-heading{margin:0 0 .25rem;font-family:var(--mz-display);font-size:1.1rem;color:var(--mz-night)}.mz-footer__contact-link{color:var(--mz-violet-text);text-decoration:none;font-size:.95rem;width:fit-content}.mz-footer__contact-link:hover{text-decoration:underline}.mz-footer__columns{display:flex;flex-wrap:wrap;gap:3rem}.mz-footer__column-heading{margin:0 0 .9rem;font-size:.85rem;font-weight:600;font-variation-settings:"wght" 600;color:var(--mz-night)}.mz-footer__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem}.mz-footer__link{color:var(--mz-muted);text-decoration:none;font-size:.9rem}.mz-footer__link:hover{color:var(--mz-violet-text)}.mz-footer__base{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding-top:1.75rem;border-top:1px solid rgba(28,20,32,.1)}.mz-footer__copyright{margin:0;font-size:.8rem;color:var(--mz-muted)}.mz-footer__copyright a{color:inherit}.mz-footer__payment{display:flex;align-items:center;gap:.6rem}.mz-footer__payment svg{height:1.35rem;width:auto}:root{--mz-header-h: 4.75rem}html{scroll-padding-top:var(--mz-header-h)}html.mz-scroll-lock{overflow:hidden}.mz-header{position:sticky;top:0;z-index:60;display:block;font-family:var(--mz-ui)}.mz-header:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(180deg,#faf4f1db,#faf4f1b8);backdrop-filter:blur(16px) saturate(1.1);-webkit-backdrop-filter:blur(16px) saturate(1.1);box-shadow:0 1px #1c14200f;transition:box-shadow .25s ease}.mz-header--scrolled:before{box-shadow:0 10px 24px -12px #1c142038}.mz-header__inner{position:relative;height:var(--mz-header-h);max-width:90rem;margin:0 auto;padding:0 clamp(1.25rem,3vw,2.5rem);display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.mz-header__logo{display:flex;align-items:center;text-decoration:none;flex:none}.mz-header__logo-img{display:block;height:1.9rem;width:auto}.mz-header__wordmark{font-family:var(--mz-display);font-weight:600;font-size:1.35rem;letter-spacing:.01em;color:var(--mz-violet-text)}.mz-header__right{display:flex;align-items:center;gap:clamp(1.5rem,3vw,3rem)}.mz-nav__list{display:flex;align-items:center;gap:clamp(1.25rem,2.5vw,2rem);list-style:none;margin:0;padding:0}.mz-nav__link{position:relative;display:inline-flex;align-items:center;text-decoration:none;color:var(--mz-muted);font-size:.95rem;padding:.35rem 0}.mz-nav__link:after{content:"";position:absolute;left:50%;bottom:0;width:4px;height:4px;border-radius:50%;background:var(--mz-grad-glow);opacity:0;transform:translate(-50%,4px);transition:opacity .2s ease,transform .2s ease}.mz-nav__link:hover:after,.mz-nav__link:focus-visible:after,.mz-nav__link[aria-current=page]:after{opacity:1;transform:translate(-50%)}.mz-nav__label{font-weight:500;font-variation-settings:"wght" 500}.mz-nav__label--ghost{visibility:hidden;font-weight:700;font-variation-settings:"wght" 700}.mz-nav__label--ink{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;color:var(--mz-violet-text);transition:font-variation-settings .25s ease,font-weight .25s ease}.mz-nav__link:hover .mz-nav__label--ink,.mz-nav__link:focus-visible .mz-nav__label--ink,.mz-nav__link[aria-current=page] .mz-nav__label--ink{font-weight:700;font-variation-settings:"wght" 700}.mz-header__actions{display:flex;align-items:center;gap:1rem}.mz-header__cta{display:inline-flex;align-items:center;justify-content:center;height:2.5rem;padding:0 1.25rem;border-radius:999px;background:linear-gradient(135deg,var(--mz-magenta),var(--mz-neon-violet));color:#fff;text-decoration:none;font-size:.9rem;font-weight:600;font-variation-settings:"wght" 600;white-space:nowrap;transition:transform .2s ease,box-shadow .2s ease}.mz-header__cta:hover,.mz-header__cta:focus-visible{transform:translateY(-1px);box-shadow:0 0 22px 3px #ff3dff99}.mz-header__account,.mz-header__cart{display:inline-flex;align-items:center;justify-content:center;position:relative;color:var(--mz-violet-text);text-decoration:none}.mz-header__account svg,.mz-header__cart svg{width:1.35rem;height:1.35rem}.mz-header__cart-count{position:absolute;top:-.3rem;right:-.5rem;min-width:1.1rem;height:1.1rem;padding:0 .25rem;border-radius:999px;background:var(--mz-magenta);color:#fff;font-size:.65rem;line-height:1.1rem;text-align:center}.mz-header__toggle{display:none;flex-direction:column;justify-content:center;gap:4px;width:2.25rem;height:2.25rem;padding:0;border:none;background:none;cursor:pointer}.mz-header__toggle-bar{display:block;width:100%;height:2px;border-radius:2px;background:var(--mz-violet-text)}.mz-drawer{position:fixed;top:0;right:0;bottom:0;z-index:70;width:min(20rem,85vw);padding:calc(var(--mz-header-h) + 1.5rem) 1.75rem 2rem;background:var(--mz-paper);box-shadow:-12px 0 32px #1c14202e;display:flex;flex-direction:column;gap:2rem}.mz-drawer[hidden]{display:none}.mz-drawer__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.25rem}.mz-drawer__link{text-decoration:none;color:var(--mz-violet-text);font-size:1.15rem;font-weight:600;font-variation-settings:"wght" 600}.mz-drawer__cta{display:inline-flex;align-items:center;justify-content:center;height:2.75rem;border-radius:999px;background:linear-gradient(135deg,var(--mz-magenta),var(--mz-neon-violet));color:#fff;text-decoration:none;font-weight:600;font-variation-settings:"wght" 600;transition:transform .2s ease,box-shadow .2s ease}.mz-drawer__cta:hover,.mz-drawer__cta:focus-visible{transform:translateY(-1px);box-shadow:0 0 22px 3px #ff3dff99}.mz-drawer__scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:65;background:#1c142059}@media(max-width:900px){.mz-header__nav{display:none}.mz-header__toggle{display:flex}}@media(min-width:901px){.mz-drawer,.mz-drawer__scrim{display:none}}@media(max-width:750px){.mz-header__cta{display:none}}.mz-hero{position:relative;margin-top:calc(-1 * var(--mz-header-h, 4.75rem));min-height:100svh;display:flex;align-items:flex-end;overflow:hidden;background:linear-gradient(135deg,var(--mz-lilac),var(--mz-paper))}.mz-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.mz-hero__video,.mz-hero__poster{width:100%;height:100%;object-fit:cover;display:block}.mz-hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#1c14208c,#1c14202e 45%,#1c142000 70%)}.mz-hero__fade{position:absolute;left:0;right:0;bottom:0;height:40px;pointer-events:none;background:linear-gradient(to top,#d9cae8,#d9cae8f5 12%,#d9cae8ce 28%,#d9cae880,#d9cae831 72%,#d9cae80a 88%,#d9cae800)}.mz-hero__content{position:relative;z-index:1;width:100%;max-width:90rem;margin:0 auto;padding:calc(var(--mz-header-h, 4.75rem) + 2rem) clamp(1.25rem,3vw,2.5rem) clamp(3rem,6vw,5rem);color:#fff}.mz-hero--fallback .mz-hero__content{color:var(--mz-night)}.mz-hero__headline{position:relative;margin:0 0 .75rem;max-width:20ch;font-family:var(--mz-display);font-weight:600;line-height:1.05;font-size:clamp(2rem,1.8vw + 1.8rem,3.75rem)}.mz-hero__headline-shine{display:none}@supports (background-clip: text) or (-webkit-background-clip: text){.mz-hero__headline-shine{display:block;position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(100deg,transparent 0%,transparent 35%,rgba(255,61,255,.65) 50%,transparent 65%,transparent 100%);background-size:250% 100%;background-repeat:no-repeat;-webkit-background-clip:text;background-clip:text;color:transparent;animation:mz-hero-shine 3.2s ease-in-out infinite;pointer-events:none}}@keyframes mz-hero-shine{0%{background-position:160% 0}60%,to{background-position:-60% 0}}.mz-hero--fallback .mz-hero__headline-shine{display:none}@media(prefers-reduced-motion:reduce){.mz-hero__headline-shine{display:none}}.mz-hero__subhead{margin:0 0 1.75rem;max-width:46ch;font-family:var(--mz-ui);font-size:clamp(1rem,.4vw + .9rem,1.2rem);line-height:1.5;color:#ffffffeb}.mz-hero--fallback .mz-hero__subhead{color:#1c1420c7}.mz-hero__headline+.mz-hero__cta{margin-top:1.75rem}.mz-hero__cta{display:inline-flex;align-items:center;justify-content:center;height:2.9rem;padding:0 1.75rem;border-radius:999px;background:linear-gradient(135deg,var(--mz-magenta),var(--mz-neon-violet));color:#fff;text-decoration:none;font-family:var(--mz-ui);font-size:.95rem;font-weight:600;font-variation-settings:"wght" 600;transition:transform .2s ease,box-shadow .2s ease}.mz-hero__cta:hover,.mz-hero__cta:focus-visible{transform:translateY(-1px);box-shadow:0 0 22px 3px #ff3dff99}.mz-hero__trustbar{list-style:none;margin:2rem 0 0;padding:0;display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;max-width:60ch;font-family:IBM Plex Mono,Courier New,monospace;font-weight:500;font-size:.78rem;letter-spacing:.01em;color:#ffffffd9}.mz-hero--fallback .mz-hero__trustbar{color:#1c1420bf}.mz-hero__trustbar li{position:relative;padding-left:1rem}.mz-hero__trustbar li:before{content:"";position:absolute;left:0;top:.45em;width:4px;height:4px;border-radius:50%;background:var(--mz-grad-glow)}.mz-page{position:relative;overflow:hidden;background:var(--mz-paper);min-height:50vh;padding:clamp(2rem,5vw,4rem) clamp(1.25rem,3vw,2.5rem) clamp(3rem,6vw,5rem)}.mz-page__grain{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxODAiIGhlaWdodD0iMTgwIj48ZmlsdGVyIGlkPSJuIj48ZmVUdXJidWxlbmNlIHR5cGU9ImZyYWN0YWxOb2lzZSIgYmFzZUZyZXF1ZW5jeT0iMC45IiBudW1PY3RhdmVzPSIyIiBzdGl0Y2hUaWxlcz0ic3RpdGNoIi8+PGZlQ29sb3JNYXRyaXggdHlwZT0ic2F0dXJhdGUiIHZhbHVlcz0iMCIvPjwvZmlsdGVyPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbHRlcj0idXJsKCNuKSIvPjwvc3ZnPg==);background-size:180px 180px;opacity:.068;pointer-events:none}.mz-page__inner{position:relative;z-index:1;max-width:42rem;margin:0 auto;font-family:var(--mz-ui)}.mz-page__heading{margin:0 0 1.75rem;font-family:var(--mz-display);font-weight:600;font-size:clamp(1.75rem,1.2vw + 1.5rem,2.5rem);color:var(--mz-night)}.mz-page__content{font-size:.95rem;line-height:1.7;color:var(--mz-muted)}.mz-page__content h2,.mz-page__content h3{color:var(--mz-night);font-family:var(--mz-display);margin:1.75rem 0 .75rem}.mz-page__content p{margin:0 0 1rem}.mz-page__content a{color:var(--mz-violet-text)}.mz-page__content ul,.mz-page__content ol{margin:0 0 1rem;padding-left:1.25rem}.mz-password{display:flex;align-items:center;justify-content:center;min-height:100svh;padding:clamp(1.25rem,3vw,2.5rem);background:linear-gradient(135deg,var(--mz-lilac),var(--mz-paper));font-family:var(--mz-ui)}.mz-password__card{width:100%;max-width:24rem;padding:clamp(2rem,5vw,2.75rem);border-radius:1rem;background:#faf4f1db;backdrop-filter:blur(16px) saturate(1.1);-webkit-backdrop-filter:blur(16px) saturate(1.1);box-shadow:0 20px 40px -20px #1c142040;text-align:center}.mz-password__wordmark{display:block;margin-bottom:1.5rem;font-family:var(--mz-display);font-weight:600;font-size:1.35rem;letter-spacing:.01em;color:var(--mz-violet-text)}.mz-password__heading{margin:0 0 .75rem;font-family:var(--mz-display);font-weight:600;font-size:1.5rem;color:var(--mz-night)}.mz-password__message{margin:0 0 1.5rem;color:var(--mz-muted);font-size:.92rem;line-height:1.55}.mz-password__errors{margin:0 0 1rem;padding:.75rem 1rem;border-radius:.5rem;background:#ff33841a;color:var(--mz-night);font-size:.85rem;text-align:left}.mz-password__label{display:block;margin:0 0 .4rem;text-align:left;font-size:.82rem;color:var(--mz-muted)}.mz-password__input{display:block;width:100%;height:2.9rem;padding:0 1rem;margin-bottom:1rem;border:1px solid rgba(28,20,32,.18);border-radius:.5rem;background:#fff;font-family:var(--mz-ui);font-size:.95rem;color:var(--mz-night)}.mz-password__submit{width:100%;height:2.9rem;border:none;border-radius:999px;background:linear-gradient(135deg,var(--mz-magenta),var(--mz-neon-violet));color:#fff;font-family:var(--mz-ui);font-size:.95rem;font-weight:600;font-variation-settings:"wght" 600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.mz-password__submit:hover,.mz-password__submit:focus-visible{transform:translateY(-1px);box-shadow:0 0 22px 3px #ff3dff99}.mz-product{position:relative;overflow:hidden;background:var(--mz-paper);padding:clamp(2rem,5vw,4rem) clamp(1.25rem,3vw,2.5rem) clamp(3rem,6vw,5rem)}.mz-product__grain{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxODAiIGhlaWdodD0iMTgwIj48ZmlsdGVyIGlkPSJuIj48ZmVUdXJidWxlbmNlIHR5cGU9ImZyYWN0YWxOb2lzZSIgYmFzZUZyZXF1ZW5jeT0iMC45IiBudW1PY3RhdmVzPSIyIiBzdGl0Y2hUaWxlcz0ic3RpdGNoIi8+PGZlQ29sb3JNYXRyaXggdHlwZT0ic2F0dXJhdGUiIHZhbHVlcz0iMCIvPjwvZmlsdGVyPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbHRlcj0idXJsKCNuKSIvPjwvc3ZnPg==);background-size:180px 180px;opacity:.068;pointer-events:none}.mz-product__inner{position:relative;z-index:1;max-width:72rem;margin:0 auto;display:grid;grid-template-columns:1.1fr 1fr;gap:clamp(2rem,5vw,4rem);min-width:0}.mz-product__media,.mz-product__info,.mz-gallery{min-width:0;max-width:100%}.mz-gallery__stage{position:relative;aspect-ratio:4 / 5;border-radius:.75rem;overflow:hidden;background:var(--mz-lilac)}.mz-gallery__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .2s ease}.mz-gallery__img:first-child,.mz-gallery__img--active{opacity:1}.mz-gallery__flat{display:block;width:100%;height:100%;background:linear-gradient(160deg,var(--mz-paper),var(--mz-lilac))}.mz-gallery__badge{position:absolute;top:.75rem;left:.75rem;z-index:2;padding:.3rem .7rem;border-radius:999px;background:#1c1420d9;color:#fff;font-family:var(--mz-ui);font-size:.7rem;font-weight:600;font-variation-settings:"wght" 600;letter-spacing:.02em;text-transform:uppercase}.mz-gallery__thumbs{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.75rem}.mz-gallery__thumb{width:3.5rem;height:3.5rem;padding:0;border:2px solid transparent;border-radius:.5rem;overflow:hidden;cursor:pointer;background:none;opacity:.6;transition:opacity .2s ease,border-color .2s ease}.mz-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.mz-gallery__thumb--active,.mz-gallery__thumb:hover,.mz-gallery__thumb:focus-visible{opacity:1;border-color:var(--mz-violet-text)}.mz-product__info{font-family:var(--mz-ui)}.mz-product__title{margin:0 0 .5rem;font-family:var(--mz-display);font-weight:600;font-size:clamp(1.75rem,1.2vw + 1.5rem,2.5rem);color:var(--mz-night)}.mz-product__price{margin:0 0 1.25rem;font-size:1.15rem;color:var(--mz-night)}.mz-product__price-compare{margin-left:.5rem;color:var(--mz-muted);font-size:.95rem}.mz-product__highlights{list-style:none;margin:0 0 1.75rem;padding:0;display:flex;flex-direction:column;gap:.55rem}.mz-product__highlights li{position:relative;padding-left:1.1rem;font-size:.92rem;line-height:1.5;color:var(--mz-muted)}.mz-product__highlights li:before{content:"";position:absolute;left:0;top:.5em;width:5px;height:5px;border-radius:50%;background:var(--mz-grad-glow)}.mz-product__form{display:flex;flex-wrap:wrap;align-items:end;gap:1rem;margin-bottom:1rem}.mz-product__variants,.mz-product__qty{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;color:var(--mz-muted)}.mz-product__variant-select,.mz-product__qty input{height:2.75rem;padding:0 .85rem;border:1px solid rgba(28,20,32,.18);border-radius:.5rem;background:#fff;font-family:var(--mz-ui);font-size:.95rem;color:var(--mz-night)}.mz-product__qty input{width:4.5rem}.mz-product__submit{height:2.9rem;padding:0 1.9rem;border:none;border-radius:999px;background:linear-gradient(135deg,var(--mz-magenta),var(--mz-neon-violet));color:#fff;font-family:var(--mz-ui);font-size:.95rem;font-weight:600;font-variation-settings:"wght" 600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.mz-product__submit:not(:disabled):hover,.mz-product__submit:not(:disabled):focus-visible{transform:translateY(-1px);box-shadow:0 0 22px 3px #ff3dff99}.mz-product__submit:disabled{background:var(--mz-muted);cursor:not-allowed}.mz-product__trust{margin:0 0 1.5rem;font-size:.85rem;color:var(--mz-muted)}.mz-product__trust a{color:var(--mz-violet-text);margin-left:.35rem}.mz-product__description{margin:0 0 1.5rem;font-size:.92rem;line-height:1.6;color:var(--mz-muted)}.mz-product__description p{margin:0 0 .85rem}.mz-product__other-colorway{display:inline-flex;align-items:center;gap:.65rem;text-decoration:none;color:var(--mz-violet-text);font-size:.88rem;font-weight:600;font-variation-settings:"wght" 600}.mz-product__other-colorway-img{width:2.75rem;height:2.75rem;border-radius:.4rem;object-fit:cover}@media(max-width:750px){.mz-product{padding:clamp(1rem,3vw,2rem) clamp(1rem,2vw,1.5rem) clamp(2rem,4vw,3rem);overflow-x:hidden;width:100%;box-sizing:border-box}.mz-product__inner{grid-template-columns:1fr;max-width:100%;width:100%;padding:0 clamp(.75rem,2vw,1.25rem);gap:1.5rem;box-sizing:border-box}.mz-product__media{width:100%;box-sizing:border-box}.mz-gallery__stage{width:100%}.mz-product__title{font-size:clamp(1.2rem,5vw,1.75rem);word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;max-width:100%}.mz-product__info{min-width:0;width:100%;box-sizing:border-box}.mz-product__price{max-width:100%;overflow-wrap:break-word}.mz-product__highlights li,.mz-product__description{word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.mz-product__form{flex-direction:column;gap:.75rem}.mz-product__variants,.mz-product__qty,.mz-product__variant-select,.mz-product__qty input,.mz-product__submit{width:100%}}.mz-search{position:relative;overflow:hidden;background:var(--mz-paper);min-height:60vh;padding:clamp(2rem,5vw,4rem) clamp(1.25rem,3vw,2.5rem) clamp(3rem,6vw,5rem);font-family:var(--mz-ui)}.mz-search__grain{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxODAiIGhlaWdodD0iMTgwIj48ZmlsdGVyIGlkPSJuIj48ZmVUdXJidWxlbmNlIHR5cGU9ImZyYWN0YWxOb2lzZSIgYmFzZUZyZXF1ZW5jeT0iMC45IiBudW1PY3RhdmVzPSIyIiBzdGl0Y2hUaWxlcz0ic3RpdGNoIi8+PGZlQ29sb3JNYXRyaXggdHlwZT0ic2F0dXJhdGUiIHZhbHVlcz0iMCIvPjwvZmlsdGVyPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbHRlcj0idXJsKCNuKSIvPjwvc3ZnPg==);background-size:180px 180px;opacity:.068;pointer-events:none}.mz-search__inner{position:relative;z-index:1;max-width:72rem;margin:0 auto}.mz-search__heading{margin:0 0 1.5rem;font-family:var(--mz-display);font-weight:600;font-size:clamp(1.75rem,1.2vw + 1.5rem,2.5rem);color:var(--mz-night)}.mz-search__form{display:flex;gap:.75rem;max-width:32rem;margin:0 0 2.5rem}.mz-search__input{flex:1;height:2.9rem;padding:0 1rem;border:1px solid rgba(28,20,32,.18);border-radius:999px;background:#fff;font-family:var(--mz-ui);font-size:.95rem;color:var(--mz-night)}.mz-search__submit{height:2.9rem;padding:0 1.75rem;border:none;border-radius:999px;background:linear-gradient(135deg,var(--mz-magenta),var(--mz-neon-violet));color:#fff;font-family:var(--mz-ui);font-size:.9rem;font-weight:600;font-variation-settings:"wght" 600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.mz-search__submit:hover,.mz-search__submit:focus-visible{transform:translateY(-1px);box-shadow:0 0 22px 3px #ff3dff99}.mz-search__status{margin:0 0 1.75rem;color:var(--mz-muted);font-size:.92rem}.mz-search__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(13rem,1fr));gap:clamp(1rem,2.5vw,1.75rem)}.mz-search-card{display:block;text-decoration:none;color:inherit}.mz-search-card__media{aspect-ratio:4 / 5;border-radius:.75rem;overflow:hidden;background:var(--mz-lilac)}.mz-search-card__img{width:100%;height:100%;object-fit:cover;display:block}.mz-search-card__flat{display:block;width:100%;height:100%;background:linear-gradient(160deg,var(--mz-paper),var(--mz-lilac))}.mz-search-card__info{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:.75rem}.mz-search-card__title{font-size:.9rem;font-weight:600;font-variation-settings:"wght" 600;color:var(--mz-night)}.mz-search-card__price{font-size:.85rem;color:var(--mz-muted)}.mz-search__pagination{margin-top:3rem;color:var(--mz-violet-text)}.mz-ugc{position:relative;overflow:hidden;background:var(--mz-lilac);padding:clamp(3rem,6vw,5.5rem) clamp(1.25rem,3vw,2.5rem)}.mz-ugc__grain{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxODAiIGhlaWdodD0iMTgwIj48ZmlsdGVyIGlkPSJuIj48ZmVUdXJidWxlbmNlIHR5cGU9ImZyYWN0YWxOb2lzZSIgYmFzZUZyZXF1ZW5jeT0iMC45IiBudW1PY3RhdmVzPSIyIiBzdGl0Y2hUaWxlcz0ic3RpdGNoIi8+PGZlQ29sb3JNYXRyaXggdHlwZT0ic2F0dXJhdGUiIHZhbHVlcz0iMCIvPjwvZmlsdGVyPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbHRlcj0idXJsKCNuKSIvPjwvc3ZnPg==);background-size:180px 180px;opacity:.068;mask-image:linear-gradient(to bottom,transparent 0,black 160px,black calc(100% - 160px),transparent 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0,black 160px,black calc(100% - 160px),transparent 100%);pointer-events:none}.mz-ugc__fade{position:absolute;left:0;right:0;bottom:0;height:40px;z-index:1;pointer-events:none;background:linear-gradient(to bottom,#faf4f100,#faf4f10a 12%,#faf4f131 28%,#faf4f180,#faf4f1ce 72%,#faf4f1f5 88%,#faf4f1)}.mz-ugc__inner{position:relative;z-index:2;max-width:90rem;margin:0 auto}.mz-ugc__heading{margin:0 0 2rem;text-align:center;font-family:var(--mz-display);font-size:clamp(1.6rem,1vw + 1.4rem,2.25rem);color:var(--mz-night)}.mz-ugc__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(.75rem,2vw,1.25rem)}.mz-ugc-card__media{aspect-ratio:4 / 5;border-radius:.6rem;overflow:hidden;background:var(--mz-paper)}.mz-ugc-card__img{width:100%;height:100%;object-fit:cover;display:block}.mz-ugc-card__video-wrap{display:block;width:100%;height:100%}.mz-ugc-card__video{width:100%;height:100%;object-fit:cover;display:block;background:var(--mz-night)}.mz-ugc-card__placeholder{display:block;width:100%;height:100%;background:linear-gradient(160deg,var(--mz-paper),var(--mz-lilac))}.mz-ugc-card__caption{margin-top:.6rem;text-align:center}.mz-ugc-card__handle{font-family:var(--mz-ui);font-size:.8rem;color:var(--mz-violet-text);text-decoration:none}.mz-ugc-card__handle:hover{text-decoration:underline}@media(max-width:750px){.mz-ugc__grid{grid-template-columns:repeat(2,1fr)}}.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}.mz-oilslick{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;display:block}
/*# sourceMappingURL=/cdn/shop/t/36/compiled_assets/styles.css.map */
