.ml-alt-popup-block{width:100%}.ml-alt-popup-trigger{display:inline-flex;align-items:center;justify-content:center;gap:.45rem}.ml-alt-popup-trigger svg{width:1rem;height:1rem;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.ml-alt-popup{width:min(980px,calc(100vw - 32px));max-width:980px;max-height:calc(100dvh - 32px);margin:auto;padding:0;border:0;border-radius:max(14px,var(--border-radius-cards, 14px));background:transparent;color:var(--color-text-main, #111827);overflow:visible}.ml-alt-popup::backdrop{background:#11182794;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.ml-alt-popup__panel{position:relative;width:100%;max-height:calc(100dvh - 32px);overflow-y:auto;overscroll-behavior:contain;padding:30px;border:1px solid var(--color-borders-main, rgba(17, 24, 39, .12));border-radius:inherit;background:var(--color-background-main, #fff);box-shadow:0 24px 70px #11182738}.ml-alt-popup__close{position:absolute;z-index:4;top:14px;right:14px;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;padding:0;border:1px solid var(--color-borders-main, rgba(17, 24, 39, .16));border-radius:999px;background:var(--color-background-main, #fff);color:var(--color-text-main, #111827);cursor:pointer;transition:transform .16s ease,border-color .16s ease,background-color .16s ease}.ml-alt-popup__close:hover{transform:scale(1.04);border-color:currentColor}.ml-alt-popup__close svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.ml-alt-popup__header{max-width:720px;margin:0 auto 24px;padding:0 44px;text-align:center}.ml-alt-popup__title{margin:0;color:var(--color-text-main, #111827);font-size:clamp(24px,3vw,31px);line-height:1.15;letter-spacing:-.025em}.ml-alt-popup__intro{margin-top:8px;color:var(--color-secondary-text-main, #4b5563);font-size:15px;line-height:1.5}.ml-alt-popup__intro>*:first-child,.ml-alt-option-card__description>*:first-child{margin-top:0}.ml-alt-popup__intro>*:last-child,.ml-alt-option-card__description>*:last-child{margin-bottom:0}.ml-alt-popup__cards{position:relative;display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:36px;align-items:stretch}.ml-alt-option-card{--ml-alt-accent: var(--color-accent-main, #2c56a4);--ml-alt-tint: rgba(44, 86, 164, .08);position:relative;display:flex;flex-direction:column;min-width:0;padding:28px 18px 16px;border:1.5px solid var(--ml-alt-accent);border-radius:max(12px,var(--border-radius-cards, 12px));background:var(--color-background-main, #fff)}.ml-alt-option-card:nth-child(2n){--ml-alt-accent: #3b9a46;--ml-alt-tint: rgba(59, 154, 70, .09)}.ml-alt-option-card__badge{position:absolute;top:-1px;left:50%;transform:translate(-50%,-50%);display:inline-flex;align-items:center;justify-content:center;min-height:26px;max-width:calc(100% - 32px);padding:5px 14px;border-radius:999px;background:var(--ml-alt-accent);color:#fff;font-size:11px;font-weight:750;line-height:1;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap}.ml-alt-option-card__top{display:grid;grid-template-columns:132px minmax(0,1fr);gap:14px;align-items:center;min-height:150px}.ml-alt-option-card__image-wrap{display:flex;align-items:center;justify-content:center;width:100%;height:140px}.ml-alt-option-card__image{display:block;width:100%;height:100%;object-fit:contain}.ml-alt-option-card__heading{min-width:0}.ml-alt-option-card__title{margin:0;color:var(--color-text-main, #111827);font-size:18px;line-height:1.23;letter-spacing:-.015em}.ml-alt-option-card__subtitle{margin:7px 0 0;color:var(--ml-alt-accent);font-size:13px;font-weight:700;line-height:1.35}.ml-alt-option-card__description{margin-top:10px;color:var(--color-secondary-text-main, #4b5563);font-size:13px;line-height:1.5}.ml-alt-option-card__description strong{color:var(--color-text-main, #111827)}.ml-alt-option-card__features{display:grid;gap:7px;margin:16px 0 0;padding:0;list-style:none}.ml-alt-option-card__features li{display:grid;grid-template-columns:19px minmax(0,1fr);gap:7px;align-items:start;color:var(--color-text-main, #111827);font-size:13px;line-height:1.35}.ml-alt-option-card__check{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;margin-top:0;border-radius:50%;background:var(--ml-alt-tint);color:var(--ml-alt-accent)}.ml-alt-option-card__check svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.ml-alt-option-card__value{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:4px;margin-top:auto;margin-bottom:10px;padding:10px 11px;border-radius:9px;background:var(--ml-alt-tint);color:var(--ml-alt-accent);font-size:12px;line-height:1.35;text-align:center}.ml-alt-option-card__value strong{font-weight:750}.ml-alt-option-card__cta{margin-top:0;background:var(--ml-alt-accent)!important;border-color:var(--ml-alt-accent)!important;color:#fff!important}.ml-alt-option-card__cta:hover{opacity:.92}.ml-alt-popup__cards[data-option-count="2"] .ml-alt-option-card:first-child:after{content:"OR";position:absolute;z-index:2;top:50%;right:-30px;transform:translate(50%,-50%);display:grid;place-items:center;width:34px;height:34px;border-radius:999px;background:var(--color-background-main, #fff);color:var(--color-text-main, #111827);font-size:11px;font-weight:800;box-shadow:0 0 0 6px var(--color-background-main, #fff)}.ml-alt-comparison{margin-top:20px;border-top:1px solid var(--color-borders-main, rgba(17, 24, 39, .12));padding-top:16px}.ml-alt-comparison__toggle{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;padding:5px 0;border:0;background:transparent;color:var(--color-accent-main, #2c56a4);font:inherit;font-size:14px;font-weight:750;cursor:pointer}.ml-alt-comparison__toggle svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:transform .18s ease}.ml-alt-comparison__toggle[aria-expanded=true] svg{transform:rotate(180deg)}.ml-alt-comparison__content{padding-top:16px}.ml-alt-comparison__scroll{overflow-x:auto;border:1px solid var(--color-borders-main, rgba(17, 24, 39, .12));border-radius:max(10px,var(--border-radius-cards, 10px))}.ml-alt-comparison__table{width:100%;min-width:680px;border-collapse:collapse;table-layout:fixed;font-size:12.5px;line-height:1.35}.ml-alt-comparison__table th,.ml-alt-comparison__table td{padding:11px 12px;border-bottom:1px solid var(--color-borders-main, rgba(17, 24, 39, .1));border-right:1px solid var(--color-borders-main, rgba(17, 24, 39, .08));vertical-align:middle;text-align:center;overflow-wrap:anywhere}.ml-alt-comparison__table th:last-child,.ml-alt-comparison__table td:last-child{border-right:0}.ml-alt-comparison__table tbody tr:last-child th,.ml-alt-comparison__table tbody tr:last-child td{border-bottom:0}.ml-alt-comparison__table thead th{background:var(--color-secondary-background-main, #f7f8fa);color:var(--color-text-main, #111827);font-weight:750}.ml-alt-comparison__table thead th:first-child,.ml-alt-comparison__table tbody th{width:22%;text-align:left}.ml-alt-comparison__table tbody th{background:var(--color-secondary-background-main, #f7f8fa);color:var(--color-text-main, #111827);font-weight:700}.ml-alt-comparison__current-label{display:table;margin:0 auto 4px;padding:3px 7px;border-radius:999px;background:var(--color-text-main, #111827);color:var(--color-background-main, #fff);font-size:9px;line-height:1;text-transform:uppercase}.ml-alt-comparison__savings-row td:not(:first-of-type){color:#2f8738;font-weight:750}html.ml-alt-popup-open,html.ml-alt-popup-open body{overflow:hidden}@media screen and (max-width:749px){.ml-alt-popup{width:calc(100vw - 16px);max-height:calc(100dvh - 16px)}.ml-alt-popup__panel{max-height:calc(100dvh - 16px);padding:25px 14px 16px}.ml-alt-popup__close{top:9px;right:9px;width:36px;height:36px}.ml-alt-popup__header{margin-bottom:20px;padding:5px 34px 0}.ml-alt-popup__title{font-size:23px}.ml-alt-popup__intro{font-size:14px}.ml-alt-popup__cards{grid-template-columns:1fr;gap:34px}.ml-alt-option-card{padding:26px 14px 14px}.ml-alt-option-card__top{grid-template-columns:104px minmax(0,1fr);min-height:116px}.ml-alt-option-card__image-wrap{height:110px}.ml-alt-option-card__title{font-size:17px}.ml-alt-popup__cards[data-option-count="2"] .ml-alt-option-card:first-child:after{top:auto;right:50%;bottom:-34px;transform:translate(50%,50%);width:32px;height:32px}.ml-alt-comparison__scroll{overflow:visible;border:0}.ml-alt-comparison__table,.ml-alt-comparison__table thead,.ml-alt-comparison__table tbody,.ml-alt-comparison__table tr,.ml-alt-comparison__table th,.ml-alt-comparison__table td{display:block;width:100%;min-width:0}.ml-alt-comparison__table{border-collapse:separate;font-size:12.5px}.ml-alt-comparison__table thead{display:none}.ml-alt-comparison__table tbody tr{margin-bottom:10px;overflow:hidden;border:1px solid var(--color-borders-main, rgba(17, 24, 39, .12));border-radius:10px;background:var(--color-background-main, #fff)}.ml-alt-comparison__table tbody th{padding:9px 11px;border:0;border-bottom:1px solid var(--color-borders-main, rgba(17, 24, 39, .1));text-align:left}.ml-alt-comparison__table tbody td{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:9px 11px;border:0;border-bottom:1px solid var(--color-borders-main, rgba(17, 24, 39, .08));text-align:right}.ml-alt-comparison__table tbody td:last-child{border-bottom:0}.ml-alt-comparison__table tbody td:before{content:attr(data-product);flex:0 1 52%;color:var(--color-secondary-text-main, #4b5563);font-weight:650;text-align:left}}@media(prefers-reduced-motion:reduce){.ml-alt-popup__close,.ml-alt-comparison__toggle svg{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/107/assets/component-alternative-product-popup.css.map */
