.comparison-table__panel{background:var(--ct-bg, rgb(var(--color-background)));border-radius:16px;padding:36px 16px 2px}.comparison-table__intro{display:flex;flex-direction:column;align-items:center;gap:10px;margin-bottom:20px}.comparison-table__eyebrow{margin:0;font-family:var(--font-body-family);font-size:11px;line-height:1.4;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:rgb(var(--color-foreground))}.ct-tabs{display:inline-flex;gap:2px;padding:3px;border-radius:10px;background:rgba(var(--color-foreground),.08)}.ct-tabs__tab{-webkit-appearance:none;appearance:none;background:transparent;border:0;cursor:pointer;padding:8px 14px;border-radius:8px;font-family:var(--font-body-family);font-size:11px;line-height:1.2;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:rgba(var(--color-foreground),.62);transition:color var(--duration-default, .2s) ease,background-color var(--duration-default, .2s) ease}.ct-tabs__tab[aria-selected=true]{background:var(--ct-card-bg, #ffffff);color:rgb(var(--color-foreground));box-shadow:0 1px 3px #0000001f}.comparison-table__heading{margin:0;font-family:var(--font-heading-family);font-weight:400;line-height:1.1;letter-spacing:-.01em;text-align:center;text-wrap:balance;color:rgb(var(--color-foreground))}.comparison-table__subheading{margin:12px auto 0;max-width:640px;font-family:var(--font-body-family);line-height:1.5;text-align:center;color:rgba(var(--color-foreground),.75)}.comparison-table__scroll{overflow-x:auto;padding:26px 0 34px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.comparison-table__scroll::-webkit-scrollbar{display:none}.comparison-table__grid{display:grid;grid-template-columns:150px 104px repeat(var(--ct-cols, 4),88px);width:max-content;min-width:100%;position:relative}.comparison-table .ct-rowgroup,.comparison-table .ct-row{display:contents}.comparison-table .ct-cell{display:flex;align-items:center;justify-content:center;gap:6px;padding:14px 8px;min-height:54px;position:relative;z-index:1;grid-row:var(--ct-r, auto)}.comparison-table .ct-cell--label{grid-column:1;justify-content:flex-start;position:sticky;left:0;z-index:3;padding-left:2px;padding-right:12px}.comparison-table .ct-cell--label:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;background:var(--ct-bg, rgb(var(--color-background)))}.comparison-table .ct-row--head .ct-cell--label:before{top:-34px}.ct-rowgroup--body .ct-row:last-child .ct-cell--label:before{bottom:-40px}.comparison-table .ct-cell--label:hover,.comparison-table .ct-cell--label:focus-within,.comparison-table .ct-cell--label:has(.ct-tooltip.is-open){z-index:4}.comparison-table .ct-cell--ours{grid-column:2}.ct-rowgroup--body .ct-cell:after{content:"";position:absolute;top:-1px;left:0;right:0;height:2px;pointer-events:none;background-image:repeating-linear-gradient(to right,var(--ct-divider, rgba(var(--color-foreground), .3)) 0,var(--ct-divider, rgba(var(--color-foreground), .3)) 3px,transparent 3px,transparent 7px)}.ct-rowgroup--body .ct-row:last-child .ct-cell:not(.ct-cell--label):not(.ct-cell--ours):before{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;pointer-events:none;background-image:repeating-linear-gradient(to right,var(--ct-divider, rgba(var(--color-foreground), .3)) 0,var(--ct-divider, rgba(var(--color-foreground), .3)) 3px,transparent 3px,transparent 7px)}.ct-rowgroup--body .ct-row:last-child .ct-cell--label:after{height:auto;bottom:-1px;background-image:repeating-linear-gradient(to right,var(--ct-divider, rgba(var(--color-foreground), .3)) 0,var(--ct-divider, rgba(var(--color-foreground), .3)) 3px,transparent 3px,transparent 7px),repeating-linear-gradient(to right,var(--ct-divider, rgba(var(--color-foreground), .3)) 0,var(--ct-divider, rgba(var(--color-foreground), .3)) 3px,transparent 3px,transparent 7px);background-repeat:repeat-x,repeat-x;background-size:7px 2px,7px 2px;background-position:left top,left bottom}.ct-rowgroup--body .ct-cell--ours:after,.ct-rowgroup--body .ct-row:last-child .ct-cell--ours:before{content:none}.comparison-table .ct-card{display:block;grid-column:2;z-index:0;background:var(--ct-card-bg, #ffffff);border-radius:12px;margin:-14px 4px -22px;box-shadow:0 6px 24px #00000012,0 1px 4px #0000000f,0 0 0 1px #00000005}.comparison-table .ct-row--head .ct-cell{align-items:flex-end;padding-bottom:16px}.ct-col{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.ct-col__img{width:48px;height:48px;border-radius:50%;object-fit:cover;display:block}.ct-col__img--full{width:auto;height:auto;max-width:88px;max-height:48px;border-radius:0;object-fit:contain}.ct-col__img--ph{background:rgba(var(--color-foreground),.08)}.ct-col__name{margin:0;font-family:var(--font-body-family);font-size:11px;line-height:1.3;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:rgba(var(--color-foreground),.75)}.ct-ours__img{width:56px;height:56px;object-fit:contain;display:block}.ct-ours__badge-img{display:block;width:auto;height:auto;max-height:20px;max-width:90px}.ct-ours__badge-text{display:inline-block;background:rgb(var(--color-button));color:rgb(var(--color-button-text));border-radius:999px;padding:3px 12px;font-family:var(--font-body-family);font-size:10px;line-height:1.4;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.ct-feature{font-family:var(--font-heading-family);font-size:15px;line-height:1.35;color:rgb(var(--color-foreground));text-wrap:balance}.ct-icon{width:22px;height:22px;flex-shrink:0}.ct-icon--yes{color:var(--ct-icon, rgb(var(--color-foreground)))}.ct-icon--yes .ct-icon__mark{stroke:var(--ct-card-bg, #ffffff)}.ct-icon--no{width:20px;height:20px;color:rgba(var(--color-foreground),.5)}.ct-value-text{font-family:var(--font-body-family);font-size:12px;line-height:1.4;letter-spacing:.08em;text-align:center;color:rgba(var(--color-foreground),.65)}.ct-tooltip{position:relative;display:inline-flex;flex-shrink:0}.ct-tooltip__btn{-webkit-appearance:none;appearance:none;background:transparent;border:0;padding:2px;cursor:pointer;line-height:0;border-radius:50%;color:rgba(var(--color-foreground),.55)}.ct-tooltip__btn:hover,.ct-tooltip__btn:focus-visible{color:rgb(var(--color-foreground))}.ct-tooltip__icon{width:15px;height:15px;display:block}.ct-tooltip__bubble{position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);width:220px;max-width:56vw;background:var(--ct-card-bg, #ffffff);color:rgb(var(--color-foreground));font-family:var(--font-body-family);font-size:12px;line-height:1.5;font-weight:400;letter-spacing:normal;text-transform:none;text-align:left;padding:10px 12px;border-radius:8px;box-shadow:0 6px 24px #00000024,0 0 0 1px #0000000a;opacity:0;visibility:hidden;pointer-events:none;transition:opacity var(--duration-default, .2s) ease,visibility var(--duration-default, .2s) ease;z-index:6}.ct-tooltip:hover .ct-tooltip__bubble,.ct-tooltip__btn:focus-visible+.ct-tooltip__bubble,.ct-tooltip.is-open .ct-tooltip__bubble{opacity:1;visibility:visible;pointer-events:auto}.ct-empty-hint{margin:0;padding:24px 0 32px;text-align:center;font-family:var(--font-body-family);font-size:13px;color:rgba(var(--color-foreground),.6)}@media screen and (min-width:750px){.comparison-table__panel{border-radius:24px;padding:56px 40px 8px}.comparison-table__intro{flex-direction:row;justify-content:center;gap:14px;margin-bottom:24px}.comparison-table__grid{grid-template-columns:minmax(210px,2.1fr) minmax(120px,1fr) repeat(var(--ct-cols, 4),minmax(112px,1fr));width:100%}.comparison-table .ct-cell{padding:16px 12px;min-height:60px}.comparison-table .ct-card{border-radius:14px;margin:-18px 8px -26px}.ct-col__img{width:60px;height:60px}.ct-col__img--full{width:auto;height:auto;max-width:108px;max-height:60px}.ct-col__name{font-size:12px}.ct-ours__img{width:72px;height:72px}.ct-feature{font-size:17px}.ct-value-text{font-size:13px}}
/*# sourceMappingURL=/cdn/shop/t/41/assets/section-comparison-table-v2.css.map */
