.mg-hero{padding-block:6.4rem 4rem}.mg-hero__body{text-align:var(--mg-hero-align, center)}.mg-hero__intro{margin-inline:0}[style*="--mg-hero-align: center"] .mg-hero__intro{margin-inline:auto}.mg-hero__jump{margin-top:2.8rem}.mg-hero__chips{display:flex;flex-wrap:wrap;gap:.8rem;margin:0;padding:0;list-style:none;justify-content:var(--mg-hero-align, center)}.mg-chip{display:inline-flex;align-items:center;gap:.6rem;padding:.9rem 1.6rem;border:1px solid rgba(var(--color-foreground),.28);border-radius:100px;color:inherit;font-size:1.4rem;line-height:1.7rem;text-decoration:none;transition:border-color .15s ease,background-color .15s ease}.mg-chip:hover{border-color:var(--brand-green);background-color:var(--brand-grey)}.mg-chip:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:2px}.mg-section[id]{scroll-margin-top:calc(var(--mg-announcement-height, 0px) + var(--mg-header-height, 7rem) + 3rem - var(--mg-section-pad, 0rem))}@media(prefers-reduced-motion:reduce){.mg-chip{transition:none}}.mg-meter__pips{display:inline-flex;gap:.4rem}.mg-meter__pip{width:.8rem;height:.8rem;border-radius:50%;border:1px solid rgba(var(--color-foreground),.35)}.mg-meter__pip--on{background-color:var(--brand-green);border-color:var(--brand-green)}.mg-matrix{display:grid;grid-template-columns:auto 1fr;grid-template-rows:1fr auto auto;gap:1.2rem;max-width:58rem;margin-inline:auto}.mg-matrix__axis{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.8rem;margin:0;font-size:1.2rem}.mg-matrix__axis-name{font-weight:600;letter-spacing:.08em;text-transform:uppercase;opacity:.85}.mg-matrix__axis-end{opacity:.55}.mg-matrix__axis-end:first-child{justify-self:start}.mg-matrix__axis-end:last-child{justify-self:end}.mg-matrix__axis--x{grid-column:2;grid-row:2}.mg-matrix__axis--y{grid-column:1;grid-row:1;writing-mode:vertical-rl;transform:rotate(180deg)}.mg-matrix__plot{position:relative;grid-column:2;grid-row:1;aspect-ratio:1;border-left:1px solid rgba(var(--color-foreground),.35);border-bottom:1px solid rgba(var(--color-foreground),.35);background-image:repeating-linear-gradient(to right,rgba(var(--color-foreground),.09) 0 1px,transparent 1px 25%),repeating-linear-gradient(to top,rgba(var(--color-foreground),.09) 0 1px,transparent 1px 25%)}.mg-matrix__points{position:absolute;top:14%;right:14%;bottom:14%;left:14%;margin:0;padding:0;list-style:none}.mg-matrix__item{position:absolute;left:var(--mg-x);bottom:var(--mg-y);transform:translate(-50%,50%)}.mg-matrix__point{display:flex;flex-direction:column;align-items:center;gap:.6rem;width:11rem;padding:.4rem;color:inherit;text-decoration:none;text-align:center;transition:opacity .2s ease,transform .2s ease}.mg-matrix__thumb{width:5.6rem;aspect-ratio:4 / 5;border-radius:2px;overflow:hidden;background-color:var(--brand-card-bg, #f9f4e4);box-shadow:0 0 0 1px rgba(var(--color-foreground),.12);transition:box-shadow .2s ease}.mg-matrix__image{width:100%;height:100%;object-fit:cover;display:block}.mg-matrix__name{font-size:1.4rem;font-weight:600;line-height:1.2}.mg-matrix__hint{font-size:1.2rem;line-height:1.3;opacity:0;max-width:16rem;transition:opacity .2s ease}.mg-matrix__points--focused .mg-matrix__point{opacity:.45}.mg-matrix__points--focused .mg-matrix__point.is-active{opacity:1;transform:translateY(-.2rem);z-index:1}.mg-matrix__point.is-active .mg-matrix__thumb{box-shadow:0 0 0 2px var(--brand-green)}.mg-matrix__point.is-active .mg-matrix__hint,.mg-matrix__point:focus-visible .mg-matrix__hint{opacity:.75}.mg-matrix__item:has(.mg-matrix__point.is-active){z-index:1}.mg-matrix__point:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:2px}.mg-matrix__foot{grid-column:2;grid-row:3;margin:1.2rem 0 0;text-align:center;font-size:1.3rem;opacity:.65}@media(hover:none),screen and (max-width:989px){.mg-matrix__foot{display:none}}@media screen and (max-width:749px){.mg-matrix__point{width:8rem;gap:.4rem}.mg-matrix__thumb{width:4rem}.mg-matrix__name{font-size:1.2rem}.mg-matrix__hint{display:none}}@media(prefers-reduced-motion:reduce){.mg-matrix__point,.mg-matrix__hint,.mg-matrix__thumb{transition:none}.mg-matrix__points--focused .mg-matrix__point.is-active{transform:none}}.mg-compare{contain:paint;overflow-x:auto;outline-offset:2px}.mg-compare__table{width:100%;border-collapse:collapse;min-width:60rem}.mg-compare__table th,.mg-compare__table td{padding:1.4rem 1.6rem;text-align:left;vertical-align:middle;border-bottom:1px solid rgba(var(--color-foreground),.15)}.mg-compare__table thead th{vertical-align:bottom;border-bottom-width:1px}.mg-compare__table tbody th{position:sticky;left:0;background-color:rgb(var(--color-background));font-size:1.3rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.mg-compare__link{display:flex;flex-direction:column;gap:.8rem;color:inherit;text-decoration:none}.mg-compare__media{width:100%;max-width:16rem;border-radius:2px;background-color:var(--brand-card-bg, #f9f4e4)}.mg-compare__name{font-family:var(--font-body-family);font-size:1.7rem;font-weight:700;--mg-underline-offset: .1rem}.mg-compare__hint{display:block;margin-top:.4rem;max-width:20rem;font-size:1.2rem;font-weight:400;line-height:1.35;text-transform:none;letter-spacing:normal;opacity:.7}.mg-compare__value{font-size:1.5rem}.mg-compare__cta.button{min-width:0;width:100%;max-width:16rem}.mg-compare__cta-short{display:none}@media screen and (max-width:989px){.mg-compare__cta-long{display:none}.mg-compare__cta-short{display:inline}}.mg-routine__steps{display:grid;grid-template-columns:1fr;gap:2.4rem}.mg-routine__step{margin:0;padding:0;border:0}.mg-routine__legend{display:flex;align-items:center;gap:1rem;padding:0;margin-bottom:1.2rem}.mg-routine__index{display:grid;place-items:center;width:2.4rem;height:2.4rem;flex-shrink:0;border-radius:50%;background-color:var(--brand-green);color:#fff;font-size:1.2rem;font-weight:600}.mg-routine__step-title{font-family:var(--font-body-family);font-size:1.8rem;font-weight:700}.mg-routine__step-text{margin:0 0 1.2rem;font-size:1.4rem;line-height:1.4;opacity:.72}.mg-routine__options{display:flex;flex-direction:column;gap:.8rem;margin:0;padding:0;list-style:none}.mg-routine__radio{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.mg-routine__label{display:flex;align-items:center;gap:1.2rem;padding:1rem 1.4rem;cursor:pointer;background-color:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.18);border-radius:2px;transition:border-color .15s ease}.mg-routine__label:hover{border-color:rgba(var(--color-foreground),.4)}.mg-routine__radio:checked+.mg-routine__label{border-color:var(--brand-green);box-shadow:inset 0 0 0 1px var(--brand-green)}.mg-routine__radio:focus-visible+.mg-routine__label{outline:2px solid rgb(var(--color-foreground));outline-offset:-2px}.mg-routine__media{width:4.8rem;aspect-ratio:4 / 5;flex-shrink:0;overflow:hidden;border-radius:2px;background-color:var(--brand-card-bg, #f9f4e4)}.mg-routine__image{width:100%;height:100%;object-fit:cover;display:block}.mg-routine__body{display:flex;flex-direction:column;gap:.2rem;min-width:0;flex:1 1 auto}.mg-routine__name{font-size:1.5rem;font-weight:600}.mg-routine__hint{font-size:1.2rem;line-height:1.3;opacity:.7}.mg-routine__price{flex-shrink:0;font-size:1.5rem;font-weight:600}.mg-routine__foot{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.6rem;margin-top:3.2rem;padding-top:2.4rem;border-top:1px solid rgba(var(--color-foreground),.15)}.mg-routine__total{display:flex;align-items:center;gap:.8rem;margin:0}.mg-routine__total-label{font-size:1.3rem;letter-spacing:.08em;text-transform:uppercase;opacity:.7}.mg-routine__total-value{font-family:var(--font-body-family);font-size:2.2rem;font-weight:700}.mg-routine__total-value:empty{display:none}.mg-routine__total-value:empty+*{margin-left:0}.mg-routine__submit.button{min-width:22rem}.mg-routine__error{margin:1.2rem 0 0;font-size:1.4rem;color:var(--brand-sale)}@media screen and (min-width:750px){.mg-routine__steps{grid-template-columns:repeat(var(--mg-columns, 3),1fr);gap:3.2rem}}.section-mg-row .product-grid{justify-content:center}@media screen and (max-width:989px){.section-mg-row .product-grid.slider{justify-content:flex-start}}.mg-routine__step-hint{font-weight:600;color:var(--brand-green);opacity:1}.mg-routine__total-was{font-size:1.6rem;opacity:.55}.mg-routine__submit.button{text-transform:none;letter-spacing:normal}.mg-plist__bar{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:1.2rem 2rem;margin-bottom:2.4rem}.mg-plist__filters{display:flex;align-items:center;gap:.8rem;min-width:0}.mg-plist__scroll{display:flex;flex-wrap:wrap;gap:.8rem;min-width:0}.mg-plist__label{margin-right:.4rem;font-size:1.3rem;font-weight:600;letter-spacing:.02em;opacity:.65}.mg-plist__filter{padding:.9rem 1.8rem;border:1px solid rgba(var(--color-foreground),.25);border-radius:4rem;background:none;color:rgb(var(--color-foreground));font-size:1.4rem;line-height:1;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease;-webkit-tap-highlight-color:transparent}@media(hover:hover)and (pointer:fine){.mg-plist__filter:hover{border-color:rgba(var(--color-foreground),.55)}}.mg-plist__filter.is-active{background-color:var(--brand-green);border-color:var(--brand-green);color:#fff}.color-scheme-3 .mg-plist__filter.is-active,.color-scheme-4 .mg-plist__filter.is-active{background-color:rgb(var(--color-foreground));border-color:rgb(var(--color-foreground));color:rgb(var(--color-background))}.mg-plist__count{margin:0;font-size:1.3rem;opacity:.65}.mg-plist__empty{margin:3.2rem 0 0;text-align:center;font-size:1.5rem;opacity:.75}.mg-plist__empty[hidden],.mg-plist [data-mg-item][hidden]{display:none}@media screen and (max-width:749px){.mg-plist__bar{flex-direction:column;align-items:flex-start;gap:1rem}.mg-plist__filters{width:100%}.mg-plist__scroll{flex-wrap:nowrap;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none;-ms-overflow-style:none}.mg-plist__scroll::-webkit-scrollbar{display:none}.mg-plist__label{flex:0 0 auto}.mg-plist__count{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.mg-plist__filter{flex:0 0 auto;padding:.8rem 1.2rem;font-size:1.3rem;white-space:nowrap}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/custom-collection.css.map */
