.mgh-wishlist-toggle{display:inline-flex;align-items:center;justify-content:center}.mgh-wishlist-toggle button{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:transparent;border:0;color:#111;cursor:pointer;border-radius:50%;transition:background .15s ease}.mgh-wishlist-toggle button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.6;transition:fill .15s ease,stroke .15s ease}.mgh-wishlist-toggle.is-active button svg{fill:#b3b01c;stroke:#b3b01c}.mgh-wishlist-toggle button:hover{background:#0000000a}.mgh-wishlist-toggle button:focus-visible{outline:2px solid #111111;outline-offset:2px}.mgh-product-card__wishlist{position:absolute;top:4px;right:4px;z-index:3}.mgh-product-card__wishlist button{background:#ffffffd9}.mgh-product-card__wishlist button:hover{background:#fff}.mgh-wishlist-count{position:absolute;top:-4px;right:-4px;min-width:16px;height:16px;background:#111;color:#fff;font-size:9px;font-weight:600;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;padding:0 4px;line-height:1}.mgh-wishlist-count[hidden]{display:none}mgh-wishlist-list{display:block;padding:16px 0 48px}.mgh-wishlist-page{display:block;max-width:1400px;margin:0 auto;padding:0 16px;box-sizing:border-box}.mgh-wishlist-page__header{display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding:4px 0 0;margin:0 0 8px}.mgh-wishlist-page__header-row{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}.mgh-wishlist-page__heading{font-size:18px;font-weight:500;letter-spacing:.08em;color:#111;margin:0}.mgh-wishlist-page__count{font-size:11px;color:#999;letter-spacing:.04em;margin:0}.mgh-wishlist-page__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:64px 16px;gap:16px}.mgh-wishlist-page__empty[hidden]{display:none}.mgh-wishlist-page__empty-text{color:#666;font-size:12px;margin:0}.mgh-wishlist-page__empty-cta{display:inline-flex;align-items:center;justify-content:center;color:#111;background:#fff;border:1px solid #111111;text-decoration:none;font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;padding:14px 24px;min-height:44px;box-sizing:border-box;transition:background .2s ease,color .2s ease}.mgh-wishlist-page__empty-cta:hover{background:#111;color:#fff}.mgh-wishlist-page__empty-cta:focus-visible{outline:2px solid #111111;outline-offset:2px}.mgh-wishlist-page__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-columns:repeat(2,round(down,50%,1px));gap:4px 0}.mgh-wishlist-page__grid .mgh-product-card__media{margin-bottom:8px}.mgh-wishlist-page__grid .mgh-product-card__title{margin:0 0 2px;line-height:1.3}.mgh-wishlist-page__grid .mgh-product-card__price{margin:0 0 4px;line-height:1.2}.mgh-wishlist-page__grid .mgh-product-card__swatches{margin:0;gap:4px}.mgh-wishlist-page__grid .mgh-product-card__swatch{width:16px;height:16px;justify-content:flex-start;cursor:default;pointer-events:none}.mgh-wishlist-page__grid .mgh-product-card__swatch-color{width:16px;height:16px}.mgh-wishlist-page__grid .mgh-product-card__swatch.is-active .mgh-product-card__swatch-color{outline:none;box-shadow:none}@media screen and (min-width:750px){.mgh-wishlist-page__grid{grid-template-columns:repeat(3,minmax(0,1fr));grid-template-columns:repeat(3,round(down,calc(100% / 3),1px));gap:4px 0}}@media screen and (min-width:990px){mgh-wishlist-list{padding:32px 0 64px}.mgh-wishlist-page{padding:0 40px}.mgh-wishlist-page__heading{font-size:24px;line-height:1}.mgh-wishlist-page__count{font-size:12px}.mgh-wishlist-page__header{margin:0 0 8px;padding:0}.mgh-wishlist-page__grid{grid-template-columns:repeat(4,minmax(0,1fr));grid-template-columns:repeat(4,round(down,25%,1px));gap:4px 0}.mgh-wishlist-page__grid .mgh-product-card__title,.mgh-wishlist-page__grid .mgh-product-card__price{font-size:14px}}.mgh-wishlist-prompt{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:16px;opacity:0;transition:opacity .2s ease;pointer-events:none}.mgh-wishlist-prompt.is-open{opacity:1;pointer-events:auto}.mgh-wishlist-prompt .mgh-wishlist-prompt__backdrop{display:block;position:absolute;top:0;right:0;bottom:0;left:0;background:#000000a6;cursor:pointer}.mgh-wishlist-prompt__panel{position:relative;background:#fff;width:100%;max-width:360px;padding:32px 24px 24px;box-sizing:border-box;display:flex;flex-direction:column;gap:12px;transform:translateY(8px);transition:transform .2s ease}.mgh-wishlist-prompt.is-open .mgh-wishlist-prompt__panel{transform:translateY(0)}.mgh-wishlist-prompt__close{position:absolute;top:4px;right:4px;width:36px;height:36px;background:transparent;border:0;color:#111;font-size:22px;line-height:1;cursor:pointer;padding:0}.mgh-wishlist-prompt__close:focus-visible{outline:2px solid #111111;outline-offset:2px}.mgh-wishlist-prompt__title{margin:0;font-size:14px;font-weight:500;line-height:1.5;color:#111;letter-spacing:.04em}.mgh-wishlist-prompt__body{margin:0;font-size:12px;line-height:1.7;color:#666}.mgh-wishlist-prompt__actions{display:flex;flex-direction:column;gap:8px;margin-top:12px}.mgh-wishlist-prompt__cta{display:flex;align-items:center;justify-content:center;height:44px;background:#111;color:#fff;text-decoration:none;font-size:12px;font-weight:500;letter-spacing:.12em;text-transform:uppercase}.mgh-wishlist-prompt__cta:hover,.mgh-wishlist-prompt__cta:focus-visible{background:#333}.mgh-wishlist-prompt__cta--secondary{background:#fff;color:#111;border:1px solid #111111}.mgh-wishlist-prompt__cta--secondary:hover,.mgh-wishlist-prompt__cta--secondary:focus-visible{background:#f5f5f5;color:#111}.mgh-wishlist-gate{display:flex;align-items:center;justify-content:center;min-height:60vh;padding:32px 16px;box-sizing:border-box}.mgh-wishlist-gate__inner{width:100%;max-width:420px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}.mgh-wishlist-gate__heading{font-size:18px;font-weight:500;letter-spacing:.08em;color:#111;margin:0 0 8px}.mgh-wishlist-gate__title{margin:0;font-size:14px;font-weight:500;line-height:1.5;color:#111;letter-spacing:.04em}.mgh-wishlist-gate__body{margin:0;font-size:12px;line-height:1.7;color:#666}.mgh-wishlist-gate__actions{display:flex;flex-direction:column;gap:8px;width:100%;margin-top:12px}.mgh-wishlist-gate__cta{display:flex;align-items:center;justify-content:center;height:44px;background:#111;color:#fff;text-decoration:none;font-size:12px;font-weight:500;letter-spacing:.12em;text-transform:uppercase}.mgh-wishlist-gate__cta:hover,.mgh-wishlist-gate__cta:focus-visible{background:#333}.mgh-wishlist-gate__cta--secondary{background:#fff;color:#111;border:1px solid #111111}.mgh-wishlist-gate__cta--secondary:hover,.mgh-wishlist-gate__cta--secondary:focus-visible{background:#f5f5f5;color:#111}
/*# sourceMappingURL=/cdn/shop/t/32/assets/mgh-wishlist.css.map */
