.ih-comparison-table-section{background:rgba(var(--color-background),var(--alpha-background, 1))}.ih-comparison-table__inner{display:flex;flex-direction:column;align-items:center;gap:48px}.ih-comparison-table__heading-group{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;width:100%}.ih-comparison-table__eyebrow{font-family:var(--primary-font);font-size:14px;font-weight:600;line-height:1.4;letter-spacing:-.01em;text-transform:uppercase;color:var(--ih-ct-text, #282fee);margin:0}.ih-comparison-table__heading{margin:0;font-family:var(--body-font, "IBM Plex Sans", sans-serif);font-size:36px;font-weight:600;line-height:1.15;letter-spacing:-.02em;color:var(--ih-ct-text, #282fee);text-align:center}.ih-comparison-table__design-fallback{color:var(--ih-ct-text, #282fee);text-align:center;font-family:var(--primary-font);font-size:14px;margin:0}.ih-comparison-table__scroll-wrap{position:relative;width:100%}.ih-comparison-table__scroll-wrap:focus{outline:none}.ih-comparison-table__scroll-wrap:focus-visible{outline:2px solid var(--ih-ct-text, #282fee);outline-offset:4px;border-radius:4px}.ih-comparison-table__grid{display:grid;grid-template-columns:1fr repeat(var(--ih-ct-cols, 3),280px);width:100%;align-items:stretch}.ih-comparison-table__row{display:contents}.ih-comparison-table__cell{display:flex;align-items:center;justify-content:center;padding:8px 24px;min-height:70px;border-bottom:1px solid var(--ih-ct-divider, #282fee);color:var(--ih-ct-text, #282fee);text-align:center;box-sizing:border-box}.ih-comparison-table__cell--striped{background-color:var(--ih-ct-stripe, #fcfcfa)}.ih-comparison-table__cell--row-label{align-items:center;justify-content:flex-start;text-align:left}.ih-comparison-table__row-label-text{font-family:var(--primary-font);font-size:18px;font-weight:500;line-height:1.2;letter-spacing:-.005em;text-transform:uppercase;color:var(--ih-ct-text, #282fee)}.ih-comparison-table__row-label-text--bold{font-weight:600}.ih-comparison-table__cell--corner{min-height:200px;background:transparent}.ih-comparison-table__cell--col-header{flex-direction:column;gap:10px;min-height:200px;padding:20px 12px}.ih-comparison-table__col-image{max-width:100%;max-height:160px;width:auto;height:auto;object-fit:contain}.ih-comparison-table__col-name{font-family:var(--secondary-font);font-size:18px;font-weight:500;line-height:1.2;color:var(--ih-ct-text, #282fee)}.ih-comparison-table__cell--value{flex-direction:row;flex-wrap:wrap;gap:4px;align-items:center;justify-content:center;padding:8px 12px}.ih-comparison-table__value{font-family:var(--secondary-font);font-size:18px;font-weight:500;line-height:1.2;color:var(--ih-ct-text, #282fee)}.ih-comparison-table__value-strike{font-family:var(--secondary-font);font-size:18px;font-weight:500;line-height:1.2;color:var(--ih-ct-text, #282fee);opacity:.5;text-decoration:line-through}.ih-comparison-table__check{display:inline-flex;align-items:center;justify-content:center;line-height:0}.ih-comparison-table__check svg{width:20px;height:20px}.ih-comparison-table__cell--highlighted{background-color:var(--ih-ct-highlight-fill, #e8ff5c);border-left:2px solid var(--ih-ct-highlight-border, #282fee);border-right:2px solid var(--ih-ct-highlight-border, #282fee);border-bottom-color:var(--ih-ct-highlight-border, #282fee)}.ih-comparison-table__cell--highlighted-top{border-top:2px solid var(--ih-ct-highlight-border, #282fee);border-top-left-radius:var(--ih-ct-highlight-radius, 4px);border-top-right-radius:var(--ih-ct-highlight-radius, 4px)}.ih-comparison-table__cell--highlighted-bottom{border-bottom:2px solid var(--ih-ct-highlight-border, #282fee);border-bottom-left-radius:var(--ih-ct-highlight-radius, 4px);border-bottom-right-radius:var(--ih-ct-highlight-radius, 4px)}.ih-comparison-table__cta-wrap{display:flex;flex-direction:column;align-items:center;gap:10px;margin-top:8px;width:100%}.ih-comparison-table__cta-caption{font-family:var(--body-font, "IBM Plex Sans", sans-serif);font-size:16px;font-weight:400;line-height:1.4;text-transform:uppercase;color:var(--ih-ct-text, #282fee);text-align:center;margin:0}@media(min-width:768px)and (max-width:1023px){.ih-comparison-table__grid{grid-template-columns:1fr repeat(var(--ih-ct-cols, 3),240px)}.ih-comparison-table__cell--row-label{padding:8px 16px}.ih-comparison-table__heading{font-size:32px}}@media(max-width:767px){.ih-comparison-table__inner{gap:32px}.ih-comparison-table__heading{font-size:28px;letter-spacing:-.02em}.ih-comparison-table-section--mobile-scroll-sticky-left .ih-comparison-table__scroll-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;margin-right:-16px;padding-right:16px}.ih-comparison-table-section--mobile-scroll-sticky-left .ih-comparison-table__scroll-wrap::-webkit-scrollbar{display:none}.ih-comparison-table-section--mobile-scroll-sticky-left .ih-comparison-table__scroll-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;width:32px;pointer-events:none;background:linear-gradient(to right,rgba(var(--color-background, 255, 255, 255),0),rgba(var(--color-background, 255, 255, 255),.95));z-index:2}.ih-comparison-table__grid{grid-template-columns:160px repeat(var(--ih-ct-cols, 3),200px);min-width:-webkit-max-content;min-width:max-content}.ih-comparison-table__cell{padding:8px 12px;min-height:60px}.ih-comparison-table__cell--row-label{padding:8px 12px}.ih-comparison-table__cell--corner{min-height:200px}.ih-comparison-table__cell--col-header{min-height:200px;padding:16px 8px}.ih-comparison-table__col-image{max-height:100px}.ih-comparison-table__col-name,.ih-comparison-table__row-label-text,.ih-comparison-table__value,.ih-comparison-table__value-strike{font-size:14px}.ih-comparison-table__cta-wrap{width:100%}}.ih-comparison-table-section--v1{--ih-ct-label-col: 160px;background:#f7f3f3}.ih-comparison-table-section--v1 .ih-comparison-table__inner{gap:0}.ih-comparison-table-section--v1 .ih-comparison-table__heading-group--mobile{display:none}.ih-comparison-table-section--v1 .ih-comparison-table__scroll-wrap{background:#fff;border:1px solid rgba(40,47,238,.14)}@media(min-width:768px){.ih-comparison-table-section--v1 .ih-comparison-table__scroll-wrap{overflow:hidden}}.ih-comparison-table-section--v1 .ih-comparison-table__scroll-wrap:focus-visible{border-radius:0;outline-offset:3px}.ih-comparison-table-section--v1 .ih-comparison-table__grid{grid-template-columns:minmax(180px,1.05fr) repeat(var(--ih-ct-cols, 3),minmax(0,1fr))}.ih-comparison-table-section--v1 .ih-comparison-table__cell{min-height:64px;padding:16px 18px;background:#fff;border-bottom:1px solid #ece8e8;border-left:1px solid #ece8e8}.ih-comparison-table-section--v1 .ih-comparison-table__cell--row-label,.ih-comparison-table-section--v1 .ih-comparison-table__cell--corner{border-left:0;justify-content:flex-start;text-align:left}.ih-comparison-table-section--v1 .ih-comparison-table__cell--corner{align-items:flex-start;min-height:220px;padding:28px 20px 20px 24px;background:#fff}.ih-comparison-table-section--v1 .ih-comparison-table__intro{display:flex;flex-direction:column;align-items:flex-start;gap:10px;max-width:220px}.ih-comparison-table-section--v1 .ih-comparison-table__intro-title{margin:0;font-family:var(--body-font, "IBM Plex Sans", sans-serif);font-size:26px;font-weight:600;line-height:1.15;letter-spacing:-.04em;color:#282fee;text-align:left;text-transform:none}.ih-comparison-table-section--v1 .ih-comparison-table__intro-title:after{content:"";display:block;width:56px;height:4px;margin-top:10px;background:#e8ff5c}.ih-comparison-table-section--v1 .ih-comparison-table__intro-sub{margin:0;font-family:var(--body-font, "IBM Plex Sans", sans-serif);font-size:13px;font-weight:400;line-height:1.4;color:#282fee;opacity:.7}.ih-comparison-table-section--v1 .ih-comparison-table__cell--col-header{flex-direction:column;gap:12px;min-height:220px;padding:24px 16px 18px}.ih-comparison-table-section--v1 .ih-comparison-table__col-image{max-width:120px;max-height:140px}.ih-comparison-table-section--v1 .ih-comparison-table__col-name{font-family:var(--body-font, "IBM Plex Sans", sans-serif);font-size:15px;font-weight:700;line-height:1.25;letter-spacing:-.02em;color:#282fee}.ih-comparison-table-section--v1 .ih-comparison-table__col-name sup{font-size:.55em;top:-.5em}.ih-comparison-table-section--v1 .ih-comparison-table__row-label-text,.ih-comparison-table-section--v1 .ih-comparison-table__row-label-text--bold{font-family:var(--primary-font, "IBM Plex Sans", sans-serif);font-size:12px;font-weight:700;letter-spacing:.06em;line-height:1.3;text-transform:uppercase;color:#282fee}.ih-comparison-table-section--v1 .ih-comparison-table__value,.ih-comparison-table-section--v1 .ih-comparison-table__value-strike{font-family:var(--body-font, "IBM Plex Sans", sans-serif);font-size:14px;font-weight:500;line-height:1.35}.ih-comparison-table-section--v1 .ih-comparison-table__value sup{font-size:.6em;top:-.4em}.ih-comparison-table-section--v1 .ih-comparison-table__cell--value:not(.ih-comparison-table__cell--highlighted) .ih-comparison-table__value,.ih-comparison-table-section--v1 .ih-comparison-table__cell--col-header:not(.ih-comparison-table__cell--highlighted) .ih-comparison-table__col-name{color:#282fee;font-weight:500}.ih-comparison-table-section--v1 .ih-comparison-table__cell--highlighted .ih-comparison-table__col-name,.ih-comparison-table-section--v1 .ih-comparison-table__cell--highlighted .ih-comparison-table__value{color:#282fee;font-weight:700}.ih-comparison-table-section--v1 .ih-comparison-table__check-wrap{display:inline-flex;align-items:center;justify-content:center;gap:8px}.ih-comparison-table-section--v1 .ih-comparison-table__check{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:#282fee;color:#fff;flex-shrink:0}.ih-comparison-table-section--v1 .ih-comparison-table__check-svg{display:block}.ih-comparison-table-section--v1 .ih-comparison-table__cell--highlighted{position:relative;z-index:1;background-color:#e8ff5c;border-left:0;border-right:0;border-bottom:1px solid rgba(40,47,238,.12);box-shadow:inset 2px 0 #282fee,inset -2px 0 #282fee}.ih-comparison-table-section--v1 .ih-comparison-table__cell--highlighted-top,.ih-comparison-table-section--v1 .ih-comparison-table__cell--highlighted-bottom{border-radius:0}.ih-comparison-table-section--v1 .ih-comparison-table__cell--highlighted-top{border-top:0;box-shadow:inset 2px 0 #282fee,inset -2px 0 #282fee,inset 0 2px #282fee}.ih-comparison-table-section--v1 .ih-comparison-table__cell--highlighted-bottom{border-bottom:0;box-shadow:inset 2px 0 #282fee,inset -2px 0 #282fee,inset 0 -2px #282fee}.ih-comparison-table-section--v1 .ih-comparison-table__cell--price .ih-comparison-table__value--price{font-size:18px;font-weight:700}.ih-comparison-table-section--v1 .ih-comparison-table__cell--highlighted.ih-comparison-table__cell--price .ih-comparison-table__value--price{font-size:28px;letter-spacing:-.03em;color:#282fee}.ih-comparison-table-section--v1 .ih-comparison-table__cell--price:not(.ih-comparison-table__cell--highlighted) .ih-comparison-table__value--price{font-size:16px;font-weight:500;color:#282fee}@media(min-width:750px){.ih-comparison-table-section--v1 .ih-comparison-table__intro-title{font-size:32px;letter-spacing:-.05em}.ih-comparison-table-section--v1 .ih-comparison-table__intro{max-width:260px}.ih-comparison-table-section--v1 .ih-comparison-table__cell--corner,.ih-comparison-table-section--v1 .ih-comparison-table__cell--col-header{min-height:248px}.ih-comparison-table-section--v1 .ih-comparison-table__col-image{max-width:140px;max-height:160px}.ih-comparison-table-section--v1 .ih-comparison-table__col-name{font-size:16px}.ih-comparison-table-section--v1 .ih-comparison-table__row-label-text,.ih-comparison-table-section--v1 .ih-comparison-table__row-label-text--bold{font-size:13px}.ih-comparison-table-section--v1 .ih-comparison-table__value{font-size:15px}.ih-comparison-table-section--v1 .ih-comparison-table__cell--highlighted.ih-comparison-table__cell--price .ih-comparison-table__value--price{font-size:32px}}@media(max-width:767px){.ih-comparison-table-section--v1 .ih-comparison-table__inner{gap:16px;align-items:stretch}.ih-comparison-table-section--v1 .ih-comparison-table__heading-group--mobile{display:flex;flex-direction:column;align-items:flex-start;gap:8px;text-align:left;width:100%}.ih-comparison-table-section--v1 .ih-comparison-table__heading-group--mobile .ih-comparison-table__heading{margin:0;font-size:24px;font-weight:600;letter-spacing:-.04em;text-align:left;color:#282fee}.ih-comparison-table-section--v1 .ih-comparison-table__heading-group--mobile .ih-comparison-table__heading:after{content:"";display:block;width:48px;height:4px;margin-top:8px;background:#e8ff5c}.ih-comparison-table-section--v1 .ih-comparison-table__heading-group--mobile .ih-comparison-table__intro-sub{font-size:14px;opacity:.7;color:#282fee}.ih-comparison-table-section--v1 .ih-comparison-table__intro{display:none}.ih-comparison-table-section--v1 .ih-comparison-table__scroll-wrap{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y;border:1px solid rgba(40,47,238,.14);margin-right:0;padding-right:0;max-width:100%}.ih-comparison-table-section--v1.ih-comparison-table-section--mobile-scroll-sticky-left .ih-comparison-table__scroll-wrap:after{content:none;display:none}.ih-comparison-table-section--v1 .ih-comparison-table__grid{display:grid;grid-template-columns:var(--ih-ct-label-col, 160px) repeat(var(--ih-ct-cols, 3),240px);width:max-content;min-width:max-content;max-width:none}.ih-comparison-table-section--v1 .ih-comparison-table__row{display:contents}.ih-comparison-table-section--v1 .ih-comparison-table__cell--highlighted{z-index:1}.ih-comparison-table-section--v1 .ih-comparison-table__cell--corner,.ih-comparison-table-section--v1 .ih-comparison-table__cell--row-label{position:-webkit-sticky;position:sticky;left:0;z-index:5;background:#fff;box-shadow:1px 0 #282fee1f}.ih-comparison-table-section--v1 .ih-comparison-table__cell,.ih-comparison-table-section--v1 .ih-comparison-table__cell--row-label{padding:12px 10px;min-height:52px}.ih-comparison-table-section--v1 .ih-comparison-table__cell--corner{padding:12px 8px;min-height:168px}.ih-comparison-table-section--v1 .ih-comparison-table__cell--col-header{min-height:168px;padding:16px 12px 12px;gap:8px}.ih-comparison-table-section--v1 .ih-comparison-table__row-label-text,.ih-comparison-table-section--v1 .ih-comparison-table__row-label-text--bold{font-size:12px;letter-spacing:.04em;line-height:1.3;-webkit-hyphens:auto;hyphens:auto}.ih-comparison-table-section--v1 .ih-comparison-table__col-image{max-width:72px;max-height:88px}.ih-comparison-table-section--v1 .ih-comparison-table__col-name{font-size:12px}.ih-comparison-table-section--v1 .ih-comparison-table__value{font-size:13px}.ih-comparison-table-section--v1 .ih-comparison-table__check-wrap{flex-wrap:wrap;gap:6px}.ih-comparison-table-section--v1 .ih-comparison-table__cell--highlighted.ih-comparison-table__cell--price .ih-comparison-table__value--price{font-size:22px}}
/*# sourceMappingURL=/cdn/shop/t/80/assets/section-ih-comparison-table.css.map */
