.mh-coll{padding-top:var(--coll-padding-top, 56px);padding-bottom:var(--coll-padding-bottom, 80px)}.mh-coll__header{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1.2rem 2.4rem;margin-bottom:3.2rem}.mh-coll__intro{max-width:60rem}.mh-coll__title{margin:0}.mh-coll__desc{margin-top:1rem}.mh-coll__count{margin:0 0 .4rem;flex-shrink:0;font-size:1.4rem;color:rgb(var(--mh-ink-muted))}.mh-coll__count-num{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight, 600);color:rgb(var(--mh-ink))}.mh-coll__layout{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:990px){.mh-coll__layout{grid-template-columns:24rem minmax(0,1fr);gap:4.4rem;align-items:start}.mh-coll__layout:not(:has(.mh-coll__sidebar)){grid-template-columns:minmax(0,1fr)}}.mh-coll__sidebar{min-width:0}@media(min-width:990px){.mh-coll__sidebar{position:sticky;top:2rem}}.mh-coll__panel{background-color:rgb(var(--mh-bg-elevated));border:1px solid rgb(var(--mh-border));border-radius:var(--mh-radius-lg);box-shadow:var(--mh-shadow-xs);overflow:hidden}.mh-coll__panel-toggle{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:5.2rem;padding:0 1.8rem;font-family:var(--font-heading-family);font-weight:var(--font-heading-weight, 600);font-size:1.7rem;color:rgb(var(--mh-ink))}.mh-coll__panel-toggle::-webkit-details-marker{display:none}.mh-coll__panel-toggle-label{display:inline-flex;align-items:center;gap:.9rem}.mh-coll__panel-icon{display:inline-flex;flex-direction:column;gap:3px;width:1.6rem}.mh-coll__panel-icon span{display:block;height:2px;border-radius:2px;background-color:rgb(var(--mh-brand))}.mh-coll__panel-icon span:nth-child(1){width:100%}.mh-coll__panel-icon span:nth-child(2){width:70%}.mh-coll__panel-icon span:nth-child(3){width:40%}.mh-coll__panel-chevron{width:.9rem;height:.9rem;border-right:2px solid rgb(var(--mh-ink-muted));border-bottom:2px solid rgb(var(--mh-ink-muted));transform:rotate(45deg);transition:transform var(--mh-dur-fast) var(--mh-ease)}.mh-coll__panel[open] .mh-coll__panel-chevron{transform:rotate(-135deg)}.mh-coll__filters{display:flex;flex-direction:column;padding:0 1.8rem 1.8rem;border-top:1px solid rgba(var(--mh-border),.7)}@media(min-width:990px){.mh-coll__panel-toggle{display:none}.mh-coll__filters{border-top:0;padding:.6rem 1.8rem 1.8rem}}.mh-coll__filter{border-bottom:1px solid rgba(var(--mh-border),.7)}.mh-coll__filter:last-of-type{border-bottom:0}.mh-coll__filter-summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:4.6rem;padding:1.3rem 0;font-size:1.2rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:rgb(var(--mh-ink))}.mh-coll__filter-summary::-webkit-details-marker{display:none}.mh-coll__filter-label{line-height:1.2}.mh-coll__filter-marker{position:relative;flex-shrink:0;width:1.4rem;height:1.4rem}.mh-coll__filter-marker:before,.mh-coll__filter-marker:after{content:"";position:absolute;top:50%;left:50%;background-color:rgb(var(--mh-ink-muted));border-radius:1px;transition:transform var(--mh-dur-fast) var(--mh-ease),opacity var(--mh-dur-fast) var(--mh-ease)}.mh-coll__filter-marker:before{width:1.4rem;height:2px;transform:translate(-50%,-50%)}.mh-coll__filter-marker:after{width:2px;height:1.4rem;transform:translate(-50%,-50%)}.mh-coll__filter[open] .mh-coll__filter-marker:after{transform:translate(-50%,-50%) scaleY(0);opacity:0}.mh-coll__filter[open] .mh-coll__filter-marker:before{background-color:rgb(var(--mh-brand))}.mh-coll__filter-body{padding:0 0 1.6rem;animation:mh-coll-reveal var(--mh-dur) var(--mh-ease)}@keyframes mh-coll-reveal{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.mh-coll__filter-options{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.2rem}.mh-coll__filter-option{display:flex;align-items:center;gap:.9rem;min-height:3.6rem;padding:.3rem .4rem;margin:0 -.4rem;border-radius:var(--mh-radius-sm);font-size:1.4rem;color:rgb(var(--mh-ink));cursor:pointer;transition:background-color var(--mh-dur-fast) var(--mh-ease)}.mh-coll__filter-option:not(.is-disabled):hover{background-color:rgba(var(--mh-brand),.06)}.mh-coll__filter-option input[type=checkbox]{position:absolute;opacity:0;width:0;height:0;margin:0}.mh-coll__check{position:relative;flex-shrink:0;width:2rem;height:2rem;border:1.5px solid rgb(var(--mh-border));border-radius:6px;background-color:rgb(var(--mh-bg));transition:border-color var(--mh-dur-fast) var(--mh-ease),background-color var(--mh-dur-fast) var(--mh-ease)}.mh-coll__check:after{content:"";position:absolute;top:45%;left:50%;width:.5rem;height:.95rem;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:translate(-50%,-55%) rotate(45deg) scale(0);transition:transform var(--mh-dur-fast) var(--mh-ease)}.mh-coll__filter-option:not(.is-disabled):hover .mh-coll__check{border-color:rgb(var(--mh-brand))}.mh-coll__filter-option input:checked~.mh-coll__check{background-color:rgb(var(--mh-brand));border-color:rgb(var(--mh-brand))}.mh-coll__filter-option input:checked~.mh-coll__check:after{transform:translate(-50%,-55%) rotate(45deg) scale(1)}.mh-coll__filter-option input:focus-visible~.mh-coll__check{outline:2px solid rgb(var(--mh-brand));outline-offset:2px}.mh-coll__filter-text{line-height:1.3}.mh-coll__filter-count{margin-left:auto;flex-shrink:0;font-size:1.2rem;font-variant-numeric:tabular-nums;color:rgb(var(--mh-ink-muted))}.mh-coll__filter-option.is-disabled{cursor:default;opacity:.45}.mh-coll__price-range{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.8rem;padding-top:.4rem}.mh-coll__price-field{position:relative;display:flex;align-items:center}.mh-coll__price-prefix{position:absolute;left:1rem;font-size:1.3rem;font-weight:600;color:rgb(var(--mh-ink-muted));pointer-events:none}.mh-coll__price-range input{width:100%;min-height:4.2rem;padding:0 1rem 0 2.4rem;border:1.5px solid rgb(var(--mh-border));border-radius:var(--mh-radius-sm);background-color:rgb(var(--mh-bg));font-size:1.4rem;color:rgb(var(--mh-ink));transition:border-color var(--mh-dur-fast) var(--mh-ease),box-shadow var(--mh-dur-fast) var(--mh-ease)}.mh-coll__price-range input:focus{outline:none;border-color:rgb(var(--mh-brand));box-shadow:0 0 0 3px rgba(var(--mh-brand),.14)}.mh-coll__price-dash{font-size:1.2rem;color:rgb(var(--mh-ink-muted))}.mh-coll__filter-actions{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.mh-coll__apply{width:100%;min-height:4.6rem;font-size:1.4rem}.mh-coll__clear{align-self:center;min-height:44px;display:inline-flex;align-items:center;font-size:1.3rem;color:rgb(var(--mh-ink-muted));text-decoration:underline;text-underline-offset:.25em;text-decoration-thickness:1px;transition:color var(--mh-dur-fast) var(--mh-ease)}.mh-coll__clear:hover{color:rgb(var(--mh-brand))}.mh-coll__main{min-width:0}.mh-coll__toolbar{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;padding-bottom:1.6rem;margin-bottom:2rem;border-bottom:1px solid var(--mh-hairline)}.mh-coll__toolbar-count{margin:0;font-size:1.35rem;color:rgb(var(--mh-ink-muted))}@media(min-width:990px){.mh-coll__toolbar-count{display:none}.mh-coll__toolbar{justify-content:flex-end}}.mh-coll__sort{display:inline-flex;align-items:center;gap:.9rem}.mh-coll__sort-label{font-size:1.3rem;font-weight:600;color:rgb(var(--mh-ink-muted))}.mh-coll__sort-field{position:relative;display:inline-flex;align-items:center}.mh-coll__sort select{appearance:none;-webkit-appearance:none;min-height:4.4rem;padding:0 3.6rem 0 1.4rem;border:1.5px solid rgb(var(--mh-border));border-radius:var(--mh-radius-pill);background-color:rgb(var(--mh-bg-elevated));font-family:inherit;font-size:1.35rem;font-weight:500;color:rgb(var(--mh-ink));cursor:pointer;transition:border-color var(--mh-dur-fast) var(--mh-ease),box-shadow var(--mh-dur-fast) var(--mh-ease)}.mh-coll__sort select:hover{border-color:rgba(var(--mh-brand),.5)}.mh-coll__sort select:focus-visible{outline:none;border-color:rgb(var(--mh-brand));box-shadow:0 0 0 3px rgba(var(--mh-brand),.14)}.mh-coll__sort-caret{position:absolute;right:1.4rem;width:.8rem;height:.8rem;border-right:2px solid rgb(var(--mh-ink-muted));border-bottom:2px solid rgb(var(--mh-ink-muted));transform:translateY(-25%) rotate(45deg);pointer-events:none}.mh-coll__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:1.6rem}@media(min-width:750px){.mh-coll__grid{grid-template-columns:repeat(3,1fr);gap:2rem}}@media(min-width:990px){.mh-coll__grid{grid-template-columns:repeat(3,1fr);gap:2.4rem}}@media(min-width:1200px){.mh-coll__grid{grid-template-columns:repeat(4,1fr)}}.mh-coll__card{display:flex}.mh-coll__link{display:flex;flex-direction:column;width:100%;padding:1.4rem 1.4rem 1.8rem;border-radius:var(--mh-radius-lg);color:rgb(var(--mh-ink));text-decoration:none}.mh-coll__media{position:relative;aspect-ratio:4 / 5;border-radius:var(--mh-radius-md);overflow:hidden;background-color:rgb(var(--mh-bg));display:flex;align-items:center;justify-content:center}.mh-coll__image{width:100%;height:100%;object-fit:contain;padding:1.4rem;transition:transform var(--mh-dur) var(--mh-ease)}.mh-coll__link:hover .mh-coll__image{transform:scale(1.04)}.mh-coll__media .placeholder-svg{fill:rgba(var(--mh-ink),.18);padding:2.4rem}.mh-coll__sub-pill{position:absolute;top:1rem;left:1rem;display:inline-flex;align-items:center;padding:.5rem 1.1rem;font-size:1.15rem;font-weight:600;letter-spacing:.01em;line-height:1;color:rgb(var(--mh-brand-deep));background-color:rgba(var(--mh-star),.18);border-radius:var(--mh-radius-pill)}.mh-coll__body{display:flex;flex-direction:column;gap:.5rem;padding:1.6rem .4rem 0}.mh-coll__name{margin:0;font-family:var(--font-heading-family);font-weight:var(--font-heading-weight, 600);font-size:1.7rem;line-height:1.18;letter-spacing:-.01em;color:rgb(var(--mh-ink));text-wrap:balance}.mh-coll__tagline{margin:0;font-size:1.25rem;line-height:1.45;color:rgb(var(--mh-ink-muted))}.mh-coll__price-row{display:flex;align-items:baseline;gap:.6rem;margin-top:.7rem}.mh-coll__price-label{font-size:1.15rem;font-weight:500;color:rgb(var(--mh-ink-muted))}.mh-coll__price{font-size:1.85rem;font-weight:700;letter-spacing:-.01em;color:rgb(var(--mh-brand))}.mh-coll__shop{display:inline-flex;align-items:center;gap:.5rem;margin-top:1rem;font-size:1.3rem;font-weight:600;color:rgb(var(--mh-ink-muted));transition:color var(--mh-dur-fast) var(--mh-ease)}.mh-coll__shop-arrow{transition:transform var(--mh-dur-fast) var(--mh-ease)}.mh-coll__link:hover .mh-coll__shop{color:rgb(var(--mh-brand))}.mh-coll__link:hover .mh-coll__shop-arrow{transform:translate(4px)}.mh-coll__sold-pill{position:absolute;top:1rem;left:1rem;display:inline-flex;align-items:center;padding:.5rem 1.1rem;font-size:1.15rem;font-weight:600;letter-spacing:.01em;line-height:1;color:rgb(var(--mh-on-brand, 255 255 255));background-color:rgb(var(--mh-brand));border-radius:var(--mh-radius-pill)}.mh-coll__shop--sold{color:rgb(var(--mh-ink-muted));opacity:.7}.mh-coll__link:hover .mh-coll__shop--sold{color:rgb(var(--mh-ink-muted))}.mh-coll__pager{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:1rem 1.6rem;margin-top:4rem}.mh-coll__pager-link{display:inline-flex;align-items:center;gap:.6rem;min-height:44px;padding:0 1.8rem;border:1.5px solid rgb(var(--mh-border));border-radius:var(--mh-radius-pill);background-color:rgb(var(--mh-bg-elevated));font-size:1.35rem;font-weight:600;color:rgb(var(--mh-ink));text-decoration:none;transition:border-color var(--mh-dur-fast) var(--mh-ease),color var(--mh-dur-fast) var(--mh-ease),box-shadow var(--mh-dur-fast) var(--mh-ease)}.mh-coll__pager-link:hover{border-color:rgb(var(--mh-brand));color:rgb(var(--mh-brand));box-shadow:var(--mh-shadow-sm)}.mh-coll__pager-arrow{transition:transform var(--mh-dur-fast) var(--mh-ease)}.mh-coll__pager-link--prev:hover .mh-coll__pager-arrow{transform:translate(-3px)}.mh-coll__pager-link--next:hover .mh-coll__pager-arrow{transform:translate(3px)}.mh-coll__pager-link.is-disabled{opacity:.4;pointer-events:none}.mh-coll__pager-status{font-size:1.3rem;font-variant-numeric:tabular-nums;color:rgb(var(--mh-ink-muted))}.mh-coll__empty{display:flex;flex-direction:column;align-items:center;gap:.8rem;padding:5.6rem 2.4rem;background-color:rgb(var(--mh-bg-elevated));border:1px solid rgb(var(--mh-border));border-radius:var(--mh-radius-lg);text-align:center}.mh-coll__empty-mark{font-size:2.8rem;line-height:1;color:rgb(var(--mh-brand));margin-bottom:.4rem}.mh-coll__empty-title{margin:0;font-family:var(--font-heading-family);font-weight:var(--font-heading-weight, 600);font-size:2rem;color:rgb(var(--mh-ink))}.mh-coll__empty-text{margin:0 0 1.4rem;max-width:38rem;font-size:1.4rem;line-height:1.5;color:rgb(var(--mh-ink-muted))}@media(prefers-reduced-motion:reduce){.mh-coll__image,.mh-coll__shop,.mh-coll__shop-arrow,.mh-coll__pager-arrow,.mh-coll__filter-marker:before,.mh-coll__filter-marker:after,.mh-coll__panel-chevron,.mh-coll__check,.mh-coll__check:after{transition:none}.mh-coll__link:hover .mh-coll__image,.mh-coll__link:hover .mh-coll__shop-arrow{transform:none}.mh-coll__filter-body{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-maxhealth-collection.css.map */
