:root{--mf-bg: #f7f6f2;--mf-surface: #ffffff;--mf-text: #161616;--mf-muted: #6f6f68;--mf-line: #deddd7;--mf-accent: #171717;--mf-radius: 18px;--mf-shadow: 0 22px 70px rgba(18, 18, 15, .14)}.miragefy-visible{display:none}html.miragefy-active.miragefy-ready .miragefy-hidden,body.miragefy-active.miragefy-ready .miragefy-hidden{display:none!important}html.miragefy-active.miragefy-ready .miragefy-visible,body.miragefy-active.miragefy-ready .miragefy-visible{display:block!important}.mf-preloader__surface{align-items:center;background:#fff;display:flex;top:0;right:0;bottom:0;left:0;justify-content:center;position:fixed;z-index:2147483646}.mf-preloader__spinner{animation:mf-spin .7s linear infinite;border:3px solid #e5e7eb;border-radius:50%;border-top-color:#6b7280;height:32px;width:32px}@keyframes mf-spin{to{transform:rotate(360deg)}}#miragefy-root{background:var(--mf-bg);color:var(--mf-text);min-height:100vh}.mf-shell{margin:0 auto;max-width:1440px;padding:0 28px 72px}.mf-header{align-items:center;border-bottom:1px solid var(--mf-line);display:grid;grid-template-columns:1fr auto 1fr;min-height:74px}.mf-brand{color:inherit;font-size:20px;font-weight:750;letter-spacing:-.04em;text-decoration:none}.mf-header__nav{color:var(--mf-muted);font-size:14px}.mf-header__actions{align-items:center;display:flex;gap:10px;justify-content:flex-end}.mf-market,.mf-variant-select,.mf-bundle-select{-webkit-appearance:none;appearance:none;background:var(--mf-surface);border:1px solid var(--mf-line);border-radius:999px;color:var(--mf-text);min-height:42px;padding:0 36px 0 14px}.mf-icon-button{background:var(--mf-accent);border:0;border-radius:999px;color:#fff;cursor:pointer;min-height:42px;padding:0 16px}.mf-hero{padding:70px 0 36px;text-align:center}.mf-eyebrow{color:var(--mf-muted);font-size:12px;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.mf-hero h1{font-size:clamp(42px,7vw,90px);letter-spacing:-.06em;line-height:.95;margin:14px auto 22px;max-width:980px}.mf-richtext{color:var(--mf-muted);line-height:1.65;margin:auto;max-width:720px}.mf-product{display:grid;gap:clamp(32px,6vw,88px);grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);padding:52px 0}.mf-product__gallery{display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.mf-product__gallery figure{background:#ecebe6;border-radius:var(--mf-radius);margin:0;overflow:hidden}.mf-product__gallery figure:first-child{grid-column:1 / -1}.mf-product__gallery img{aspect-ratio:1 / 1;display:block;height:100%;object-fit:cover;width:100%}.mf-product__info{align-self:start;position:sticky;top:24px}.mf-product__info h1{font-size:clamp(38px,5vw,66px);letter-spacing:-.055em;line-height:.98;margin:12px 0 20px}.mf-price{align-items:baseline;display:flex;font-size:22px;gap:10px;margin:0 0 28px}.mf-price s{color:var(--mf-muted);font-size:15px}.mf-field{display:grid;gap:8px;margin:0 0 16px}.mf-field label{color:var(--mf-muted);font-size:13px;font-weight:650}.mf-variant-select,.mf-bundle-select{border-radius:12px;width:100%}.mf-primary{background:var(--mf-accent);border:0;border-radius:12px;color:#fff;cursor:pointer;font-size:15px;font-weight:700;min-height:56px;padding:0 24px;width:100%}.mf-primary:disabled{cursor:not-allowed;opacity:.45}.mf-product__description{border-top:1px solid var(--mf-line);color:var(--mf-muted);line-height:1.65;margin-top:28px;padding-top:24px}.mf-status{color:var(--mf-muted);font-size:13px;min-height:20px;padding-top:10px}.mf-grid{display:grid;gap:28px 16px;grid-template-columns:repeat(4,minmax(0,1fr))}.mf-card{color:inherit;text-decoration:none}.mf-card__image{aspect-ratio:4 / 5;background:#ebeae5;border-radius:var(--mf-radius);overflow:hidden}.mf-card img{height:100%;object-fit:cover;transition:transform .45s ease;width:100%}.mf-card:hover img{transform:scale(1.025)}.mf-card__meta{display:flex;gap:12px;justify-content:space-between;padding:14px 3px 0}.mf-card__title{font-weight:650}.mf-card__price{color:var(--mf-muted);white-space:nowrap}.mf-cart-backdrop{background:#00000057;top:0;right:0;bottom:0;left:0;position:fixed;z-index:2147483644}.mf-cart{background:var(--mf-surface);box-shadow:var(--mf-shadow);color:var(--mf-text);height:100dvh;max-width:min(440px,92vw);overflow:auto;position:fixed;right:0;top:0;transform:translate(105%);transition:transform .28s ease;width:100%;z-index:2147483645}.mf-cart.is-open{transform:translate(0)}.mf-cart__header,.mf-cart__footer{align-items:center;display:flex;justify-content:space-between;padding:22px}.mf-cart__header{border-bottom:1px solid var(--mf-line)}.mf-cart__header h2{font-size:22px;margin:0}.mf-cart__close{background:none;border:0;cursor:pointer;font-size:26px}.mf-cart__items{display:grid;gap:20px;padding:22px}.mf-cart__item{display:grid;gap:14px;grid-template-columns:76px 1fr auto}.mf-cart__item img{aspect-ratio:1;border-radius:10px;object-fit:cover;width:76px}.mf-cart__item h3{font-size:14px;margin:2px 0 6px}.mf-cart__item p{color:var(--mf-muted);font-size:13px;margin:0}.mf-cart__remove{background:none;border:0;color:var(--mf-muted);cursor:pointer;padding:0}.mf-cart__footer{border-top:1px solid var(--mf-line);display:grid;gap:14px}.mf-cart__total{display:flex;justify-content:space-between}.mf-cart__checkout{color:#fff;display:grid;place-items:center;text-decoration:none}.mf-cart__empty{color:var(--mf-muted);padding:48px 22px;text-align:center}.mf-localization-form{display:none!important}@media(max-width:900px){.mf-shell{padding-inline:18px}.mf-header{grid-template-columns:1fr auto}.mf-header__nav{display:none}.mf-product{grid-template-columns:1fr}.mf-product__info{position:static}.mf-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.mf-market{max-width:116px}.mf-product__gallery{display:block}.mf-product__gallery figure:not(:first-child){display:none}.mf-grid{gap:24px 10px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/miragefy.css.map */
