.mh-coll{background:var(--mh-bg);color:var(--mh-text)}[x-cloak]{display:none!important}.mh-coll__hero{position:relative;width:100%;height:var(--mh-coll-hero-h, 65vh);overflow:hidden;background:var(--mh-surface)}.mh-coll__hero-media,.mh-coll__hero-media img.mh-coll__hero-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.mh-coll__hero-img{object-fit:cover;object-position:center;display:block}.mh-coll__hero-img--placeholder{background:linear-gradient(135deg,var(--mh-surface) 0%,var(--mh-border) 100%)}.mh-coll__hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,var(--mh-coll-hero-overlay, .25));pointer-events:none}.mh-coll__hero-inner{position:relative;z-index:2;height:100%;display:flex;align-items:center;justify-content:center;padding:0 24px;text-align:center}.mh-coll__hero-title{font-family:var(--mh-font-heading);font-weight:400;font-size:clamp(40px,6vw,88px);line-height:1.05;letter-spacing:.5px;color:var(--mh-bg);margin:0}.mh-coll__breadcrumb{background:var(--mh-surface);border-bottom:1px solid var(--mh-border)}.mh-coll__breadcrumb-inner{max-width:1440px;margin:0 auto;padding:18px 32px;display:flex;align-items:center;justify-content:center;gap:8px;font-family:var(--mh-font-body);font-size:14px;color:var(--mh-text)}.mh-coll__breadcrumb-link{color:var(--mh-text);text-decoration:none;transition:color var(--mh-transition-fast)}.mh-coll__breadcrumb-link:hover{color:var(--mh-green)}.mh-coll__breadcrumb-sep{color:var(--mh-text-muted);font-size:16px;line-height:1}.mh-coll__breadcrumb-current{color:var(--mh-text-muted)}.mh-coll__toolbar{border-bottom:1px solid var(--mh-border);background:var(--mh-bg)}.mh-coll__toolbar-inner{max-width:1440px;margin:0 auto;padding:18px 32px;display:flex;align-items:center;justify-content:space-between;gap:16px}.mh-coll__filter-toggle{display:inline-flex;align-items:center;gap:10px;background:transparent;border:none;padding:8px 4px;cursor:pointer;font-family:var(--mh-font-body);font-size:15px;color:var(--mh-text);transition:opacity var(--mh-transition-fast)}.mh-coll__filter-toggle:hover{opacity:.7}.mh-coll__mobile-filter{display:none}.mh-coll__toolbar-right{display:flex;align-items:center;gap:24px}.mh-coll__count{font-family:var(--mh-font-body);font-size:14px;color:var(--mh-text-muted)}.mh-coll__sort{display:flex;align-items:center;gap:8px}.mh-coll__sort-label{font-family:var(--mh-font-body);font-size:14px;color:var(--mh-text-muted)}.mh-coll__sort-wrap{position:relative}.mh-coll__sort-select{appearance:none;-webkit-appearance:none;background:transparent;border:none;padding:6px 24px 6px 4px;font-family:var(--mh-font-body);font-size:14px;color:var(--mh-text);cursor:pointer}.mh-coll__sort-caret{position:absolute;right:6px;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--mh-text)}.mh-coll__filters{background:var(--mh-bg);border-bottom:1px solid var(--mh-border)}.mh-coll__filters-inner{max-width:1440px;margin:0 auto;padding:20px 32px;display:flex;flex-wrap:wrap;gap:12px}.mh-coll__filter{position:relative}.mh-coll__filter-trigger{display:inline-flex;align-items:center;justify-content:space-between;gap:32px;min-width:160px;padding:12px 18px;background:var(--mh-bg);border:1px solid var(--mh-border);border-radius:4px;font-family:var(--mh-font-body);font-size:14px;color:var(--mh-text);cursor:pointer;transition:border-color var(--mh-transition-fast)}.mh-coll__filter-trigger:hover,.mh-coll__filter-trigger.is-open{border-color:var(--mh-text)}.mh-coll__filter-trigger.is-open svg{transform:rotate(180deg)}.mh-coll__filter-trigger svg{transition:transform var(--mh-transition-fast)}.mh-coll__filter-panel{position:absolute;top:calc(100% + 4px);left:0;min-width:240px;background:var(--mh-bg);border:1px solid var(--mh-border);border-radius:4px;box-shadow:var(--mh-shadow-md);padding:12px 4px;z-index:20;max-height:360px;overflow-y:auto}.mh-coll__filter-list{list-style:none;margin:0;padding:0}.mh-coll__filter-item{padding:0}.mh-coll__filter-label{display:flex;align-items:center;gap:10px;padding:10px 16px;cursor:pointer;font-family:var(--mh-font-body);font-size:14px;color:var(--mh-text);transition:background var(--mh-transition-fast)}.mh-coll__filter-label:hover{background:var(--mh-surface)}.mh-coll__filter-checkbox,.mh-coll__filter-radio{position:absolute;opacity:0;pointer-events:none}.mh-coll__filter-check{width:18px;height:18px;border:1.5px solid var(--mh-border);border-radius:3px;display:inline-flex;align-items:center;justify-content:center;color:var(--mh-bg);background:var(--mh-bg);flex-shrink:0;transition:background var(--mh-transition-fast),border-color var(--mh-transition-fast)}.mh-coll__filter-check svg{opacity:0;transition:opacity var(--mh-transition-fast)}.mh-coll__filter-checkbox:checked+.mh-coll__filter-check{background:var(--mh-olive);border-color:var(--mh-olive)}.mh-coll__filter-checkbox:checked+.mh-coll__filter-check svg{opacity:1}.mh-coll__filter-checkbox:disabled+.mh-coll__filter-check{opacity:.4}.mh-coll__filter-checkbox:disabled~.mh-coll__filter-text,.mh-coll__filter-checkbox:disabled~.mh-coll__filter-count{opacity:.4}.mh-coll__filter-radio-dot{width:18px;height:18px;border:1.5px solid var(--mh-border);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;transition:border-color var(--mh-transition-fast)}.mh-coll__filter-radio-dot:after{content:"";width:10px;height:10px;border-radius:50%;background:var(--mh-olive);transform:scale(0);transition:transform var(--mh-transition-fast)}.mh-coll__filter-radio:checked+.mh-coll__filter-radio-dot{border-color:var(--mh-olive)}.mh-coll__filter-radio:checked+.mh-coll__filter-radio-dot:after{transform:scale(1)}.mh-coll__filter-text{flex:1}.mh-coll__filter-count{color:var(--mh-text-muted);font-size:13px}.mh-coll__filter-price{padding:16px}.mh-coll__filter-price-inputs{display:flex;gap:12px;align-items:end}.mh-coll__filter-price-field{display:flex;flex-direction:column;gap:6px;flex:1;font-family:var(--mh-font-body);font-size:13px;color:var(--mh-text-muted)}.mh-coll__filter-price-field input{padding:8px 10px;border:1px solid var(--mh-border);border-radius:3px;font-size:14px;color:var(--mh-text);width:100%}.mh-coll__filter-price-field input:focus{outline:none;border-color:var(--mh-text)}.mh-coll__active-filters{max-width:1440px;margin:0 auto;padding:0 32px 20px;display:flex;flex-wrap:wrap;gap:8px;align-items:center}.mh-coll__chip{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;background:var(--mh-surface);border-radius:var(--mh-radius-pill);font-family:var(--mh-font-body);font-size:13px;color:var(--mh-text);text-decoration:none;transition:background var(--mh-transition-fast)}.mh-coll__chip:hover{background:var(--mh-border)}.mh-coll__clear-all{font-family:var(--mh-font-body);font-size:13px;color:var(--mh-green);text-decoration:underline;margin-left:8px;transition:color var(--mh-transition-fast)}.mh-coll__clear-all:hover{color:var(--mh-olive)}.mh-coll__grid-wrap{max-width:1440px;margin:0 auto;padding:40px 32px 80px}.mh-coll__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px 24px}.mh-coll__card-wrap{width:100%;min-width:0}.mh-coll__load-more-wrap{margin-top:60px;display:flex;flex-direction:column;align-items:center;gap:14px}.mh-coll__load-more{min-width:220px;padding:16px 32px;background:var(--mh-btn-primary-bg);color:var(--mh-btn-primary-text);border:none;border-radius:var(--mh-radius-pill);font-family:var(--mh-font-body);font-size:14px;font-weight:500;letter-spacing:.5px;text-transform:uppercase;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;min-height:52px;position:relative;overflow:hidden;isolation:isolate;z-index:0}.mh-coll__load-more:before{content:"";position:absolute;left:0;right:0;bottom:0;height:0;background:var(--mh-green);transition:height .55s ease;z-index:-1}.mh-coll__load-more:hover:before{height:100%}.mh-coll__load-more:disabled{cursor:not-allowed;opacity:.7}.mh-coll__load-more:disabled:before{height:0}.mh-coll__spinner{width:18px;height:18px;border:2px solid var(--mh-overlay-light-faint);border-top-color:var(--mh-bg);border-radius:50%;animation:mh-coll-spin .7s linear infinite}@keyframes mh-coll-spin{to{transform:rotate(360deg)}}.mh-coll__progress{font-family:var(--mh-font-body);font-size:13px;color:var(--mh-text-muted);margin:0}.mh-coll__progress--end{text-align:center;margin-top:40px}.mh-coll__empty{padding:80px 32px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.mh-coll__empty svg{color:var(--mh-text-muted)}.mh-coll__empty-title{font-family:var(--mh-font-heading);font-weight:400;font-size:28px;line-height:1.2;color:var(--mh-text);margin:0}.mh-coll__empty-text{font-family:var(--mh-font-body);font-size:15px;color:var(--mh-text-muted);margin:0;max-width:360px}.mh-coll__empty-cta{display:inline-block;margin-top:12px;padding:14px 28px;background:var(--mh-btn-primary-bg);color:var(--mh-btn-primary-text);border-radius:var(--mh-radius-pill);font-family:var(--mh-font-body);font-size:14px;font-weight:500;letter-spacing:.5px;text-transform:uppercase;text-decoration:none;position:relative;overflow:hidden;isolation:isolate;z-index:0}.mh-coll__empty-cta:before{content:"";position:absolute;left:0;right:0;bottom:0;height:0;background:var(--mh-green);transition:height .55s ease;z-index:-1}.mh-coll__empty-cta:hover:before{height:100%}.mh-coll__drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--mh-overlay-scrim);z-index:100;display:none}.mh-coll__drawer{position:fixed;bottom:0;left:0;right:0;max-height:85vh;background:var(--mh-bg);z-index:101;display:none;flex-direction:column;border-radius:16px 16px 0 0;box-shadow:0 -8px 24px #0000001f}.mh-coll__drawer--enter{transition:transform .3s cubic-bezier(.32,.72,0,1)}.mh-coll__drawer--enter-start{transform:translateY(100%)}.mh-coll__drawer--enter-end{transform:translateY(0)}.mh-coll__drawer--leave{transition:transform .25s cubic-bezier(.32,.72,0,1)}.mh-coll__drawer--leave-start{transform:translateY(0)}.mh-coll__drawer--leave-end{transform:translateY(100%)}.mh-coll__drawer-head{padding:24px 24px 16px;display:flex;align-items:flex-start;justify-content:space-between;border-bottom:1px solid var(--mh-border)}.mh-coll__drawer-title{font-family:var(--mh-font-body);font-weight:700;font-size:20px;color:var(--mh-text);margin:0 0 4px}.mh-coll__drawer-count{font-family:var(--mh-font-body);font-size:14px;color:var(--mh-text-muted);margin:0}.mh-coll__drawer-close{width:36px;height:36px;border-radius:50%;background:var(--mh-surface);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--mh-text);transition:background var(--mh-transition-fast)}.mh-coll__drawer-close:hover{background:var(--mh-border)}.mh-coll__drawer-body{flex:1;overflow-y:auto;padding:0 24px}.mh-coll__accordion{border-bottom:1px solid var(--mh-border-light)}.mh-coll__accordion:last-child{border-bottom:none}.mh-coll__accordion-head{padding:20px 0;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-family:var(--mh-font-body);font-size:16px;font-weight:500;color:var(--mh-text);list-style:none}.mh-coll__accordion-head::-webkit-details-marker{display:none}.mh-coll__accordion-head svg{transition:transform var(--mh-transition-fast)}.mh-coll__accordion[open] .mh-coll__accordion-head svg{transform:rotate(180deg)}.mh-coll__accordion-list{list-style:none;margin:0;padding:0 0 16px}.mh-coll__accordion-list .mh-coll__filter-label{padding:10px 0}.mh-coll__drawer-foot{padding:16px 24px 24px;border-top:1px solid var(--mh-border);display:flex;gap:12px;align-items:center}.mh-coll__drawer-clear{flex:0 0 auto;font-family:var(--mh-font-body);font-size:14px;color:var(--mh-text);text-decoration:underline;padding:12px 0}.mh-coll__drawer-apply{flex:1;padding:16px 24px;background:var(--mh-btn-primary-bg);color:var(--mh-btn-primary-text);border:none;border-radius:var(--mh-radius-pill);font-family:var(--mh-font-body);font-size:14px;font-weight:500;letter-spacing:.5px;text-transform:uppercase;cursor:pointer;position:relative;overflow:hidden;isolation:isolate;z-index:0}.mh-coll__drawer-apply:before{content:"";position:absolute;left:0;right:0;bottom:0;height:0;background:var(--mh-green);transition:height .55s ease;z-index:-1}.mh-coll__drawer-apply:hover:before{height:100%}@media(max-width:1100px){.mh-coll__grid{grid-template-columns:repeat(3,1fr);gap:28px 20px}.mh-coll__toolbar-inner,.mh-coll__filters-inner,.mh-coll__active-filters,.mh-coll__grid-wrap,.mh-coll__breadcrumb-inner{padding-left:24px;padding-right:24px}}@media(max-width:980px){.mh-coll__hero{height:var(--mh-coll-hero-h-m, 40vh)}.mh-coll__hero-title{font-size:clamp(32px,10vw,48px)}.mh-coll__breadcrumb-inner{padding:14px 16px;font-size:13px;justify-content:flex-start}.mh-coll__toolbar-inner{padding:14px 16px;gap:12px}.mh-coll__filter-toggle{display:none}.mh-coll__mobile-filter{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:var(--mh-bg);border:1px solid var(--mh-border);border-radius:var(--mh-radius-pill);font-family:var(--mh-font-body);font-size:13px;color:var(--mh-text);cursor:pointer}.mh-coll__toolbar-right{gap:12px}.mh-coll__count,.mh-coll__sort-label,.mh-coll__filters{display:none}.mh-coll__active-filters{padding:12px 16px}.mh-coll__grid-wrap{padding:24px 12px 60px}.mh-coll__grid{grid-template-columns:repeat(2,1fr);gap:24px 12px}.mh-coll__load-more{width:100%;min-width:0}.mh-coll__drawer-backdrop,.mh-coll__drawer{display:flex}}@media(min-width:981px){.mh-coll__mobile-filter{display:none}.mh-coll__drawer,.mh-coll__drawer-backdrop{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/mh-collection.css.map */
