.mm-product-selection{background-color:#f7f7f7;padding:40px 20px}.mm-product-selection__grid{display:grid;gap:30px 20px;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:1240px}.mm-product-card{background:#fff;border:1px solid #dde1e7;border-radius:14px;display:flex;flex-direction:column;overflow:hidden}.mm-product-card__top{border-bottom:1px solid #eaecf0;display:flex}.mm-product-card__image-zone{align-items:center;background:#f4f4f2;border-right:1px solid #eaecf0;display:flex;flex-shrink:0;justify-content:center;min-height:185px;position:relative;width:52%}.mm-product-card__slides{height:100%;inset:0;position:absolute;width:100%}.mm-product-card__slide{align-items:center;display:flex;inset:0;justify-content:center;opacity:0;pointer-events:none;position:absolute;transition:opacity .3s ease}.mm-product-card__slide.is-active{opacity:1;pointer-events:auto}.mm-product-card__slide img{max-height:82%;max-width:82%;object-fit:contain;transition:transform .4s ease}.mm-product-card:hover .mm-product-card__slide.is-active img{transform:scale(1.04)}.mm-product-card__sr-status{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0;white-space:nowrap}.mm-product-card__dots{bottom:10px;display:flex;gap:5px;justify-content:center;left:0;position:absolute;right:0}.mm-product-card__dot{background:#1d252d;border-radius:50%;height:5px;opacity:.2;transition:opacity .2s ease;width:5px}.mm-product-card__dot.is-active{opacity:.65}.mm-product-card__arrow{align-items:center;background:hsla(0,0%,100%,.92);border:1px solid #c8ccd4;border-radius:50%;color:#1d252d;cursor:pointer;display:flex;font-size:11px;height:28px;justify-content:center;padding:0;position:absolute;top:50%;transform:translateY(-50%);transition:background .2s ease,border-color .2s ease;width:28px;z-index:10}.mm-product-card__arrow:hover{background:#fff;border-color:#1d252d}.mm-product-card__arrow:focus-visible{outline:2px solid #ffc20e;outline-offset:2px}.mm-product-card__arrow--prev{left:8px}.mm-product-card__arrow--next{right:8px}.mm-product-card__info{display:flex;flex:1;flex-direction:column;justify-content:center;min-width:0;padding:16px 14px}.mm-product-card__name{color:#1d252d;font-size:24px;font-weight:800;letter-spacing:-.025em;line-height:1;margin:0 0 7px;transition:color .3s ease}.mm-product-card__models{color:#888;font-size:10.5px;line-height:1.5;margin:0}.mm-product-card__specs{border-bottom:1px solid #eaecf0;display:grid;grid-template-columns:repeat(4,1fr)}.mm-product-card__spec{align-items:center;border-bottom:none;border-right:1px solid #eaecf0;display:flex;flex-direction:column;gap:6px;justify-content:center;padding:13px 8px;text-align:center}.mm-product-card__spec:last-child{border-right:none}.mm-product-card__spec-icon{display:block;flex-shrink:0;height:22px;object-fit:contain;width:22px}.mm-product-card__spec-label{color:#3e424c;font-size:10.5px;font-weight:500;line-height:1.25}.mm-product-card__bottom{display:flex;flex:1;flex-direction:column;padding:14px 16px 16px}.mm-product-card__benefits{flex:1;margin-bottom:14px}.mm-product-card__benefits-heading{color:#1d252d;font-size:9.5px;font-weight:700;letter-spacing:.1em;margin:0 0 12px!important;text-transform:uppercase}.mm-product-card__benefits-list{column-gap:20px;display:grid;grid-template-columns:1fr 1fr;list-style:none;margin:0;padding:0}.mm-product-card__benefit{align-items:flex-start;border-bottom:1px solid #f0f1f3;color:#3e424c;display:flex;font-size:12.5px;gap:10px;line-height:1.35;padding:5px 0}.mm-product-card__benefit:nth-last-child(-n+2){border-bottom:none;padding-bottom:0}.mm-product-card__tick{align-items:center;background:transparent;border-radius:0;color:var(--tick-bg,#ffc20e);display:flex;flex-shrink:0;font-size:18px;font-weight:900;height:16px;justify-content:center;margin-top:1px;min-width:16px;width:16px}.mm-product-card__buttons{display:flex;gap:10px;margin-top:auto}.mm-product-card__buttons .mm-cta-btn{flex:1;justify-content:center}.mm-cta-btn{align-items:center;border:2px solid transparent;border-radius:6px;cursor:pointer;display:inline-flex;font-size:13px;font-weight:800;gap:10px;padding:11px 16px;transition:background .2s ease,color .2s ease,border-color .2s ease}.mm-cta-btn,.mm-cta-btn:focus,.mm-cta-btn:hover,.mm-cta-btn:visited{text-decoration:none}.mm-cta-btn:focus-visible{outline:2px solid #ffc20e;outline-offset:2px}.mm-cta-btn.primary,.mm-cta-btn.primary:visited{background:#ffc20e;border-color:#ffc20e;color:#1d252d!important}.mm-cta-btn.primary:hover{background:#e6ae00;border-color:#e6ae00}.mm-cta-btn.secondary,.mm-cta-btn.secondary:visited{background:#1d252d;border-color:#1d252d;color:#fff!important}.mm-cta-btn.secondary:hover{background:#ffc20e;border-color:#ffc20e;color:#1d252d!important}.mm-cta-btn.tertiary,.mm-cta-btn.tertiary:visited{background:transparent;border-color:#fff;color:#fff!important}.mm-cta-btn.tertiary:hover{background:hsla(0,0%,100%,.15)}.mm-cta-btn__arrow{flex-shrink:0;font-size:18px;height:1em;margin-left:4px;overflow:hidden;position:relative;width:1em}.mm-cta-btn__arrow .e-button__icon{left:0;position:absolute;top:0;transition:transform .3s ease-in-out;width:100%}.mm-cta-btn__arrow .e-button__icon:first-child{transform:translateX(-115%)}.mm-cta-btn:hover .mm-cta-btn__arrow .e-button__icon:first-child,.mm-cta-btn__arrow .e-button__icon:last-child{transform:translateX(0)}.mm-cta-btn:hover .mm-cta-btn__arrow .e-button__icon:last-child{transform:translateX(100%)}@media (max-width:1023px){.mm-product-selection__grid{grid-template-columns:1fr}}@media (max-width:767px){.mm-product-selection{padding:24px 16px}.mm-product-card{border:1px solid #dde1e7;border-left:none;border-radius:0;border-right:none;margin-left:-16px;margin-right:-16px}.mm-product-card__top{flex-direction:column}.mm-product-card__image-zone{border-bottom:1px solid #eaecf0;border-right:none;min-height:200px;width:100%}.mm-product-card__specs{grid-template-columns:repeat(2,1fr)}.mm-product-card__spec:nth-child(odd){border-right:1px solid #eaecf0}.mm-product-card__spec:nth-child(2n){border-right:none}.mm-product-card__spec:first-child,.mm-product-card__spec:nth-child(2){border-bottom:1px solid #eaecf0}.mm-product-card__benefits-list{grid-template-columns:1fr}.mm-product-card__benefit:nth-last-child(-n+2){border-bottom:1px solid #f0f1f3;padding-bottom:5px}.mm-product-card__benefit:last-child{border-bottom:none;padding-bottom:0}.mm-product-card__buttons{flex-direction:column}}