.mh-bundle{background:var(--mh-bg);position:relative}.mh-bundle__container{max-width:1640px;margin:0 auto;padding:0 40px;box-sizing:border-box}.mh-bundle__header{text-align:center;margin-bottom:36px}.mh-bundle__eyebrow{display:block;font-family:var(--mh-font-body);font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--mh-green);margin-bottom:10px}.mh-bundle__title{font-size:clamp(28px,2.6vw,38px);line-height:1.2;letter-spacing:-.01em;margin:0 0 12px}.mh-bundle__title .italic-green{font-family:var(--mh-font-heading);font-weight:700;color:var(--mh-green)}.mh-bundle__title .bold-dark{font-family:var(--mh-font-body);font-weight:700;color:var(--mh-text)}.mh-bundle__subtitle{font-family:var(--mh-font-body);font-size:14px;color:var(--mh-text-muted);margin:0}.mh-bundle__tabs-bar{margin-bottom:28px}.mh-bundle__tabs-wrap{display:flex;align-items:center;gap:12px;padding:6px 14px;background:var(--mh-surface);border:1px solid var(--mh-border);border-radius:14px;width:100%;box-sizing:border-box;max-width:100%;overflow:hidden}.mh-bundle__tabs{display:flex;flex:1;gap:36px;overflow-x:auto;scrollbar-width:none;scroll-behavior:smooth;min-width:0}.mh-bundle__tabs::-webkit-scrollbar{display:none}.mh-bundle__tab{display:inline-flex;align-items:center;gap:10px;padding:4px;border-radius:var(--mh-radius-pill);font-family:var(--mh-font-body);font-size:24px;font-weight:500;color:var(--mh-text-muted);border:none;background:none;cursor:pointer;transition:background .25s,color .25s;white-space:nowrap;flex-shrink:0;scroll-margin-inline:40px}.mh-bundle__tab.is-active{background:transparent;color:var(--mh-text)}.mh-bundle__tab:hover:not(.is-active){color:var(--mh-text)}.mh-bundle__tab-icon-wrap{width:40px;height:40px;border-radius:var(--mh-radius-pill);background:var(--mh-surface-sage);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .25s}.mh-bundle__tab.is-active .mh-bundle__tab-icon-wrap{background:var(--mh-btn-primary-bg)}.mh-bundle__tab-icon{width:18px;height:18px;object-fit:contain}.mh-bundle__tab-save{display:none}.mh-bundle__tab-arrows{display:flex;gap:8px;flex-shrink:0;padding-left:0;border-left:none}.mh-bundle__tab-arrow{width:36px;height:36px;border-radius:var(--mh-radius-pill);background:var(--mh-surface);border:none;color:var(--mh-text-muted);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .25s,color .25s}.mh-bundle__tab-arrow.is-active{background:var(--mh-btn-primary-bg);color:var(--mh-btn-primary-text)}.mh-bundle__tab-arrow.is-active:hover{background:var(--mh-btn-primary-hover)}.mh-bundle__tab-arrow:not(.is-active){cursor:default}.mh-bundle__tab-arrow svg{width:16px;height:16px}.mh-bundle__layout{display:grid;grid-template-columns:1fr 380px;gap:32px;align-items:start}.mh-bundle__products-wrap{position:relative;min-width:0}.mh-bundle__products{display:none}.mh-bundle__products.is-active{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.mh-bundle__card{display:flex;flex-direction:column;gap:0;padding:0;border-radius:0;background:transparent;border:none;transition:opacity .25s;min-width:0}.mh-bundle__card.is-selected{opacity:1}.mh-bundle__card-img{aspect-ratio:1;border-radius:14px;overflow:hidden;background:var(--mh-surface-sage);margin-bottom:14px}.mh-bundle__card-img img{width:100%;height:100%;object-fit:cover}.mh-bundle__card-meta{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0;gap:6px}.mh-bundle__card-badge{display:inline-flex;align-items:center;gap:5px;font-family:var(--mh-font-body);font-size:11px;color:var(--mh-text-muted);padding:4px 10px;border:1px solid var(--mh-border);border-radius:var(--mh-radius-pill);background:var(--mh-bg);width:fit-content;margin:0}.mh-bundle__card-badge svg{width:11px;height:11px;color:var(--mh-text-muted)}.mh-bundle__card-name{font-family:var(--mh-font-body);font-size:14px;font-weight:600;color:var(--mh-text);margin:4px 0 0;line-height:1.3}.mh-bundle__card-sub{display:none}.mh-bundle__card-price{font-family:var(--mh-font-body);font-size:14px;color:var(--mh-text);margin:0;font-weight:500}.mh-bundle__card-foot{display:contents}.mh-bundle__card-add{display:block;width:100%;margin-top:12px;padding:12px 20px;border-radius:var(--mh-radius-pill);background:var(--mh-bg);font-family:var(--mh-font-body);font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--mh-btn-outline-text);border:1px solid var(--mh-border);cursor:pointer;transition:background var(--mh-transition-fast),color var(--mh-transition-fast),border-color var(--mh-transition-fast);box-sizing:border-box;line-height:1.2;appearance:none;-webkit-appearance:none}.mh-bundle__card-add:hover{background:var(--mh-btn-outline-hover-bg);color:var(--mh-btn-outline-hover-text);border-color:var(--mh-btn-outline-hover-bg)}.mh-bundle__card-add.is-added{background:var(--mh-btn-primary-bg);color:var(--mh-btn-primary-text);border-color:var(--mh-btn-primary-bg)}.mh-bundle__card-add.is-added:hover{background:var(--mh-btn-primary-hover);border-color:var(--mh-btn-primary-hover);color:var(--mh-btn-primary-text)}.mh-bundle__sidebar{position:sticky;top:120px;background:var(--mh-surface);border:1px solid var(--mh-border);border-radius:var(--mh-radius-lg);padding:24px}.mh-bundle__sidebar-handle{display:none}.mh-bundle__sidebar-head{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:20px;gap:6px}.mh-bundle__sidebar-eyebrow,.mh-bundle__sidebar-count{display:none}.mh-bundle__sidebar-title{display:block;font-family:var(--mh-font-body);font-size:22px;font-weight:700;color:var(--mh-text);margin:0;line-height:1.2}.mh-bundle__sidebar-hint{font-family:var(--mh-font-body);font-size:14px;color:var(--mh-text-muted);margin:0;line-height:1.4}.mh-bundle__progress{margin-bottom:22px}.mh-bundle__progress-steps{display:flex!important;justify-content:space-between;align-items:center;position:relative;margin-bottom:10px;padding:0 4px}.mh-bundle__progress-track{position:absolute;left:16px;right:16px;top:50%;height:2px;background:var(--mh-border);transform:translateY(-50%);z-index:1;border-radius:var(--mh-radius-pill);overflow:hidden}.mh-bundle__progress-track-fill{height:100%;background:var(--mh-btn-primary-bg);border-radius:var(--mh-radius-pill);transition:width .5s ease}.mh-bundle__progress-dot{display:flex!important;width:22px;height:22px;border-radius:var(--mh-radius-pill);background:var(--mh-bg);border:2px solid var(--mh-border);align-items:center;justify-content:center;position:relative;z-index:2;color:transparent;transition:background var(--mh-transition-base),border-color var(--mh-transition-base),color var(--mh-transition-base)}.mh-bundle__progress-dot svg{width:12px;height:12px}.mh-bundle__progress-dot.is-reached{background:var(--mh-btn-primary-bg);border-color:var(--mh-btn-primary-bg);color:var(--mh-btn-primary-text)}.mh-bundle__progress-track-wrap,.mh-bundle__progress-line,.mh-bundle__progress-line-fill{display:none!important}.mh-bundle__progress-tiers{display:flex;justify-content:space-between;padding:0 4px}.mh-bundle__tier{font-family:var(--mh-font-body);font-size:12px;color:var(--mh-text-muted);font-weight:500}.mh-bundle__tier.is-reached{color:var(--mh-text);font-weight:600}.mh-bundle__categories{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.mh-bundle__category{background:var(--mh-bg);border:1px solid var(--mh-border);border-radius:var(--mh-radius-md);overflow:hidden;transition:background .25s,border-color .25s}.mh-bundle__category.has-items{background:var(--mh-surface-sage)}.mh-bundle__category-head{display:flex!important;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:12px 14px;background:transparent;border:none;cursor:pointer;text-align:left;font-family:var(--mh-font-body);appearance:none;-webkit-appearance:none}.mh-bundle__category-head-left{display:flex;flex-direction:column;align-items:flex-start;gap:2px;min-width:0}.mh-bundle__category-name{font-size:14px;font-weight:600;color:var(--mh-text);line-height:1.3}.mh-bundle__category-required{font-size:12px;color:var(--mh-text-muted);font-weight:400}.mh-bundle__category-head-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.mh-bundle__category-count{font-size:12px;font-weight:500;color:var(--mh-text)}.mh-bundle__category-count.is-empty{color:#d97706}.mh-bundle__category-chevron{width:16px;height:16px;color:var(--mh-text-muted);transition:transform .25s}.mh-bundle__category-head.is-expanded .mh-bundle__category-chevron{transform:rotate(180deg)}.mh-bundle__category-items{background:var(--mh-bg);border-top:1px solid var(--mh-border);padding:8px 14px;display:flex;flex-direction:column;gap:6px}.mh-bundle__bundle-item{display:grid;grid-template-columns:28px 56px 1fr;gap:12px;align-items:center;padding:8px 0;border-top:none;position:relative;animation:mhSlideIn .3s ease-out}@keyframes mhSlideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.mh-bundle__bundle-item-img{width:56px;height:56px;border-radius:var(--mh-radius-sm);overflow:hidden;background:var(--mh-surface-sage);flex-shrink:0}.mh-bundle__bundle-item-img img{width:100%;height:100%;object-fit:cover}.mh-bundle__bundle-item-info{display:flex;flex-direction:column;gap:2px;min-width:0}.mh-bundle__bundle-item-name{font-family:var(--mh-font-body);font-size:13px;font-weight:500;color:var(--mh-text);line-height:1.3;overflow:hidden;text-overflow:ellipsis}.mh-bundle__bundle-item-price{font-family:var(--mh-font-body);font-size:12px;color:var(--mh-text-muted)}.mh-bundle__bundle-item-remove{width:24px;height:24px;border-radius:50%;background:var(--mh-bg);color:var(--mh-text);display:flex;align-items:center;justify-content:center;border:1px solid var(--mh-border);cursor:pointer;padding:0;line-height:1;transition:background var(--mh-transition-fast),border-color var(--mh-transition-fast),color var(--mh-transition-fast);appearance:none;-webkit-appearance:none}.mh-bundle__bundle-item-remove:hover{background:var(--mh-btn-primary-bg);border-color:var(--mh-btn-primary-bg);color:var(--mh-btn-primary-text)}.mh-bundle__bundle-item-remove svg{width:12px;height:12px}.mh-bundle__total{display:flex;flex-direction:column;gap:8px;padding:18px 0 0;margin-top:0;border-top:1px solid var(--mh-border);margin-bottom:16px}.mh-bundle__total-row{display:flex;justify-content:space-between;align-items:center;font-family:var(--mh-font-body);font-size:14px;color:var(--mh-text)}.mh-bundle__total-row.is-total{font-size:16px;font-weight:600}.mh-bundle__total-right{display:inline-flex;align-items:center;gap:10px;font-weight:700;font-size:18px;flex-wrap:wrap;justify-content:flex-end}.mh-bundle__save-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:var(--mh-radius-pill);background:var(--mh-surface-sage);color:var(--mh-green);font-size:12px;font-weight:600;letter-spacing:0;white-space:nowrap}.mh-bundle__total-label,.mh-bundle__total-price,.mh-bundle__total-savings,.mh-bundle__total-row.is-savings,.mh-bundle__total-row:not(.is-total){display:none!important}.mh-bundle__total-row.is-total{display:flex!important}.mh-bundle__bundle-list,.mh-bundle__empty-slot{display:none}.mh-bundle__toast{display:flex;align-items:center;gap:8px;margin-top:12px;padding:10px 14px;background:#fef2f2;border:1px solid #FECACA;border-radius:10px;font-family:var(--mh-font-body);font-size:13px;color:#991b1b;line-height:1.4}.mh-bundle__toast svg{width:18px;height:18px;flex-shrink:0;color:#dc2626}.mh-bundle__toast span{flex:1}.mh-bundle__toast-close{width:22px;height:22px;border:none;background:none;color:#991b1b;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;border-radius:4px;transition:background var(--mh-transition-fast);flex-shrink:0}.mh-bundle__toast-close:hover{background:#991b1b14}.mh-bundle__add-all{position:relative;display:block;width:100%;padding:14px;margin-top:0;border:none;border-radius:var(--mh-radius-pill);background:var(--mh-text-faint);color:var(--mh-btn-primary-text);font-family:var(--mh-font-body);font-size:14px;font-weight:500;cursor:pointer;overflow:hidden;isolation:isolate;text-align:center;line-height:1.2;appearance:none;-webkit-appearance:none;transition:background var(--mh-transition-fast)}.mh-bundle__add-all:not(:disabled){background:var(--mh-btn-primary-bg)}.mh-bundle__add-all:before{content:"";position:absolute;left:0;right:0;bottom:0;height:0;background:var(--mh-btn-primary-hover);transition:height .55s ease;z-index:-1}.mh-bundle__add-all:hover:not(:disabled):before{height:100%}.mh-bundle__add-all:focus{outline:none;box-shadow:none}.mh-bundle__add-all:disabled{background:var(--mh-text-faint);cursor:not-allowed}.mh-bundle__mobile-bar{display:none!important}@media(max-width:1024px){.mh-bundle__container{padding:0 20px}.mh-bundle__layout{grid-template-columns:1fr;gap:24px}.mh-bundle__sidebar{position:relative;top:auto}.mh-bundle__products.is-active{grid-template-columns:repeat(2,1fr)}.mh-bundle__tab{font-size:18px}}@media(max-width:768px){.mh-bundle__container{padding:0 16px;max-width:100%}.mh-bundle__header{margin-bottom:24px}.mh-bundle__title{font-size:24px}.mh-bundle__subtitle{font-size:13px}.mh-bundle__tabs-bar{margin-bottom:20px}.mh-bundle__tabs-wrap{padding:6px 8px;gap:8px;border-radius:var(--mh-radius-md)}.mh-bundle__tabs{gap:16px}.mh-bundle__tab{font-size:14px;padding:4px;gap:8px;flex-shrink:0;scroll-margin-inline:16px}.mh-bundle__tab-icon-wrap{width:28px;height:28px}.mh-bundle__tab-icon{width:14px;height:14px}.mh-bundle__tab-arrows{padding-left:4px;gap:4px}.mh-bundle__tab-arrow{width:30px;height:30px}.mh-bundle__tab-arrow svg{width:14px;height:14px}.mh-bundle__products.is-active{grid-template-columns:repeat(2,1fr);gap:12px}.mh-bundle__card-img{border-radius:10px;margin-bottom:10px;padding:0}.mh-bundle__card-badge{font-size:10px;padding:3px 8px}.mh-bundle__card-name,.mh-bundle__card-price{font-size:13px}.mh-bundle__card-add{font-size:10px;padding:10px 8px;letter-spacing:.06em;margin-top:10px}.mh-bundle__sidebar{position:fixed;bottom:0;left:0;right:0;top:auto;z-index:100;margin:0;padding:14px 16px;padding-bottom:calc(14px + env(safe-area-inset-bottom,0px));background:var(--mh-bg);border:1px solid var(--mh-border);border-bottom:none;border-radius:var(--mh-radius-lg) var(--mh-radius-lg) 0 0;box-shadow:0 -8px 24px #00000014;max-height:none;overflow:visible;transform:translateY(110%);pointer-events:none}.mh-bundle__sidebar:not(.is-hidden){transform:translateY(0);pointer-events:auto}.mh-bundle__sidebar.is-hidden{transform:translateY(110%);pointer-events:none}.mh-bundle__sidebar.is-ready{transition:transform .5s cubic-bezier(.4,0,.2,1)}.mh-bundle__categories{display:none}.mh-bundle__sidebar-head{margin-bottom:10px;gap:2px}.mh-bundle__sidebar-title{font-size:16px}.mh-bundle__sidebar-hint{font-size:12px}.mh-bundle__progress{margin-bottom:12px}.mh-bundle__progress-dot{width:18px;height:18px;border-width:2px}.mh-bundle__progress-dot svg{width:10px;height:10px}.mh-bundle__progress-track{left:12px;right:12px}.mh-bundle__tier{font-size:10px}.mh-bundle__total{padding-top:0;border-top:none;margin-bottom:10px;gap:4px}.mh-bundle__total-row,.mh-bundle__total-row.is-total{font-size:13px}.mh-bundle__total-right{font-size:15px;gap:6px}.mh-bundle__save-badge{font-size:10px;padding:2px 8px}.mh-bundle__sidebar .mh-bundle__add-all{display:block;padding:12px;font-size:13px}.mh-bundle{padding-bottom:50px!important}}@media(max-width:400px){.mh-bundle__container{padding:0 12px}.mh-bundle__title{font-size:22px}.mh-bundle__tabs-wrap{padding:5px 6px;gap:6px}.mh-bundle__tabs{gap:12px}.mh-bundle__tab{font-size:13px;padding:4px 2px;gap:6px}.mh-bundle__tab-icon-wrap{width:24px;height:24px}.mh-bundle__tab-icon{width:12px;height:12px}.mh-bundle__tab-arrow{width:26px;height:26px}.mh-bundle__products.is-active{gap:10px}.mh-bundle__card-img{border-radius:var(--mh-radius-sm);margin-bottom:8px}.mh-bundle__card-badge{display:none}.mh-bundle__card-name,.mh-bundle__card-price{font-size:12px}.mh-bundle__card-add{font-size:9px;padding:9px 6px;letter-spacing:.04em}.mh-bundle__sidebar{padding:12px 14px;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px))}}@media(max-width:768px){.mh-bundle__sidebar[x-cloak]{display:none!important}}[x-cloak]:not(.mh-bundle__sidebar){display:none!important}
/*# sourceMappingURL=/cdn/shop/t/13/assets/mh-bundle-builder.css.map */
