.pct-section{--pct-border: rgba(0, 0, 0, .08);--pct-border-strong: rgba(0, 0, 0, .12);--pct-bg-soft: rgba(0, 0, 0, .025);--pct-bg-group: rgba(0, 0, 0, .05);--pct-text-muted: rgba(0, 0, 0, .6);--pct-radius: 14px;--pct-radius-sm: 8px;--pct-cell-padding: 18px 16px;--pct-label-col-width: 220px;--pct-product-col-width: 220px;padding-top:var(--pct-section-pt, 40px);padding-bottom:var(--pct-section-pb, 40px)}.pct-header{margin-bottom:28px}.pct-header__heading{font-weight:600}.pct-header__description{margin:0 auto;max-width:720px;color:var(--pct-text-muted);font-size:15px;line-height:1.5}.pct-wrapper{position:relative}.pct-scroll{overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scroll-snap-type:x proximity;padding-bottom:4px}.pct-scroll::-webkit-scrollbar{height:8px}.pct-scroll::-webkit-scrollbar-thumb{background:var(--pct-border-strong);border-radius:4px}.pct-table{width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed;min-width:calc(var(--pct-label-col-width) + var(--pct-product-col-width) * var(--pct-columns, 5))}.pct-col--label{width:var(--pct-label-col-width)}.pct-col--product{width:var(--pct-product-col-width)}.pct-thead .pct-cell--head{position:relative;text-align:center;vertical-align:top;padding:24px 16px 20px;background:#fff;border-bottom:2px solid var(--pct-border-strong);scroll-snap-align:start}.pct-thead .pct-cell--label{background:transparent;border-bottom:2px solid var(--pct-border-strong)}.pct-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;margin-bottom:10px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.4px;color:#fff;background:var(--pct-badge-bg, var(--pct-highlight));border-radius:999px;line-height:1}.pct-product-media{display:flex;justify-content:center;align-items:center;width:100%;margin:0 auto 14px;aspect-ratio:1 / 1;max-width:160px;background:var(--pct-bg-soft);overflow:hidden}.pct-product-media.pct-media-rounded{border-radius:var(--pct-radius-sm)}.pct-product-media.pct-media-circle{border-radius:50%}.pct-product-media__link{display:flex;width:100%;height:100%;align-items:center;justify-content:center}.pct-product-media img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;transition:transform .3s ease}.pct-product-media:hover img{transform:scale(1.05)}.pct-product-media__placeholder{width:60%;opacity:.4}.pct-product-title-wrap{display:flex;flex-direction:column;align-items:center;gap:6px}.pct-product-title{display:inline-block;font-size:15px;font-weight:600;line-height:1.3;color:inherit;text-decoration:none}a.pct-product-title:hover{text-decoration:underline}.pct-product-subtitle{font-size:12.5px;line-height:1.4;color:var(--pct-text-muted);margin:0;max-width:200px}.pct-product-price{display:flex;align-items:baseline;gap:6px;font-size:14px;font-weight:600}.pct-product-price__compare{color:var(--pct-text-muted);font-weight:400;font-size:12px}.pct-product-cta{display:inline-flex;align-items:center;justify-content:center;gap:6px;margin-top:6px;padding:8px 14px;font-size:13px;font-weight:600;color:#fff;background:var(--pct-highlight, #0071e3);border-radius:999px;text-decoration:none;transition:filter .2s ease,transform .2s ease;white-space:nowrap}.pct-product-cta:hover{filter:brightness(1.08);transform:translateY(-1px);color:#fff}.pct-product-cta svg{flex-shrink:0}.pct-thead .pct-cell--head.is-highlight,.pct-tbody .pct-cell--value.is-highlight{background:linear-gradient(to bottom,#0071e30d,#0071e303);background:color-mix(in srgb,var(--pct-highlight) 6%,transparent)}.pct-thead .pct-cell--head.is-highlight{border-top:3px solid var(--pct-highlight);border-bottom:2px solid var(--pct-highlight)}.pct-tbody .pct-cell--value.is-highlight{border-left:1px solid color-mix(in srgb,var(--pct-highlight) 25%,transparent);border-right:1px solid color-mix(in srgb,var(--pct-highlight) 25%,transparent)}.pct-tbody .pct-cell{padding:var(--pct-cell-padding);text-align:center;vertical-align:middle;border-bottom:1px solid var(--pct-border);background:#fff;font-size:14px;line-height:1.45}.pct-tbody .pct-cell--label{text-align:left;font-weight:600;background:var(--pct-bg-soft);color:inherit}.pct-feature-label{display:inline}.pct-tooltip{position:relative;display:inline-flex;align-items:center;justify-content:center;margin-left:6px;width:18px;height:18px;color:var(--pct-text-muted);cursor:help;vertical-align:middle}.pct-tooltip__content{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%) translateY(4px);padding:8px 12px;font-size:12px;font-weight:400;line-height:1.4;color:#fff;background:#000000eb;border-radius:6px;white-space:normal;width:max-content;max-width:240px;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease;z-index:10}.pct-tooltip__content:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:4px solid transparent;border-top-color:#000000eb}.pct-tooltip:hover .pct-tooltip__content,.pct-tooltip:focus .pct-tooltip__content{opacity:1;transform:translate(-50%) translateY(0)}.pct-symbol{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%}.pct-symbol--check{color:var(--pct-check, #10a37f);background:color-mix(in srgb,var(--pct-check, #10a37f) 12%,transparent)}.pct-symbol--x{color:var(--pct-x, #d92d20);background:color-mix(in srgb,var(--pct-x, #d92d20) 10%,transparent)}.pct-symbol--dash{color:var(--pct-text-muted);font-size:18px;font-weight:700}.pct-value{display:inline-block;font-weight:500}.pct-row--group .pct-cell--group{text-align:left;background:var(--pct-bg-group);padding:10px 16px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--pct-text-muted);border-top:1px solid var(--pct-border-strong);border-bottom:1px solid var(--pct-border)}.pct-group-title{display:inline-block}.pct-group-subtitle{display:inline-block;margin-left:8px;font-weight:400;text-transform:none;letter-spacing:0}.pct-row--feature.is-emphasized .pct-cell{background:color-mix(in srgb,var(--pct-highlight) 4%,#fff)}.pct-layout-card .pct-scroll{border:1px solid var(--pct-border);border-radius:var(--pct-radius);background:#fff}.pct-layout-card .pct-thead .pct-cell--head:not(:last-child),.pct-layout-card .pct-tbody .pct-cell:not(:last-child){border-right:1px solid var(--pct-border)}.pct-layout-card .pct-tbody tr:last-child .pct-cell{border-bottom:none}.pct-layout-striped .pct-tbody .pct-row--feature:nth-of-type(2n) .pct-cell{background:var(--pct-bg-soft)}.pct-layout-striped .pct-tbody .pct-row--feature:nth-of-type(2n) .pct-cell--label{background:#0000000a}@media(min-width:768px){.pct-sticky-col .pct-cell--label{position:sticky;left:0;z-index:2;background:#fff}.pct-sticky-col .pct-tbody .pct-cell--label{background:var(--pct-bg-soft)}.pct-sticky-col .pct-row--group .pct-cell--group{position:sticky;left:0;z-index:2}}.pct-footnote{margin:14px 4px 0;font-size:12px;color:var(--pct-text-muted);text-align:left}.pct-footnote p{margin:0}@media(max-width:768px){.pct-section{--pct-label-col-width: 160px;--pct-product-col-width: 200px;--pct-cell-padding: 14px 12px}.pct-header{margin-bottom:18px}.pct-mobile-scroll .pct-thead .pct-cell--head{padding:18px 12px 14px}.pct-mobile-scroll .pct-product-media{max-width:110px}.pct-mobile-scroll .pct-product-title{font-size:13.5px}.pct-mobile-scroll .pct-product-subtitle{font-size:11.5px}.pct-mobile-scroll .pct-product-cta{padding:7px 12px;font-size:12px}.pct-mobile-scroll-compact{--pct-label-col-width: 130px;--pct-product-col-width: 150px;--pct-cell-padding: 12px 8px}.pct-mobile-scroll-compact .pct-product-media{max-width:80px}.pct-mobile-scroll-compact .pct-product-title{font-size:12.5px}.pct-mobile-scroll-compact .pct-product-subtitle{font-size:11px}.pct-mobile-scroll-compact .pct-tbody .pct-cell{font-size:12.5px}.pct-mobile-scroll-compact .pct-symbol{width:26px;height:26px}}@media(max-width:480px){.pct-section{--pct-label-col-width: 140px;--pct-product-col-width: 180px}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/product-comparison-table.css.map */
