.product-comparison-table{width:100%;background-color:var(--color-background);color:var(--color-text)}.product-comparison-table .page-width{max-width:1400px;margin:0 auto;padding:0 1rem}.product-comparison-table__grid{display:grid;grid-template-columns:1fr;width:100%}@media(min-width:768px){.product-comparison-table__grid{grid-template-columns:1.5fr repeat(3,1fr)}.product-comparison-table__grid--two-products{grid-template-columns:1.5fr repeat(2,1fr);max-width:900px;margin:0 auto}.product-comparison-table__grid--no-labels{grid-template-columns:repeat(3,1fr)}.product-comparison-table__grid--no-labels.product-comparison-table__grid--two-products{grid-template-columns:repeat(2,1fr);max-width:700px;margin:0 auto}.product-comparison-table__grid--no-labels .product-comparison-table__products-row{display:grid;grid-template-columns:repeat(3,1fr);grid-column:1 / -1}.product-comparison-table__grid--no-labels.product-comparison-table__grid--two-products .product-comparison-table__products-row{grid-template-columns:repeat(2,1fr)}.product-comparison-table__products-row,.product-comparison-table__feature-values-row,.product-comparison-table__cta-buttons-row{display:contents}.product-comparison-table__grid--no-labels .product-comparison-table__products-row,.product-comparison-table__grid--no-labels .product-comparison-table__feature-values-row{display:grid;grid-column:1 / -1}}.product-comparison-table__cell{display:flex;align-items:center;justify-content:center;padding:1rem .75rem;border-bottom:1px solid var(--color-border-extra-light)}@media(max-width:767px){.product-comparison-table__cell{padding-left:0;padding-right:0}}.product-comparison-table__cell--header{grid-column:1 / -1;flex-direction:column;background:transparent;border:none}@media(min-width:768px){.product-comparison-table__cell--header{grid-column:1;text-align:left;padding:40px 0;justify-content:center;align-items:flex-start}}.product-comparison-table__header-above{text-align:center;margin-bottom:3rem}.product-comparison-table__header-above .product-comparison-table__heading{margin-top:0;margin-bottom:.75rem;max-width:none}.product-comparison-table__header-above .product-comparison-table__subheading{margin:0 auto;max-width:600px}.product-comparison-table__heading{color:var(--color-text);margin-bottom:.75rem;margin-top:-40px;max-width:408px}.product-comparison-table__subheading{font-size:1rem;line-height:1.5;color:var(--color-text);font-weight:500;margin:0}.product-comparison-table__subheading p{margin:0}.product-comparison-table__cell--product{background:transparent;align-self:stretch;min-height:100%;border:none;padding:0}@media(min-width:768px){.product-comparison-table__cell--product{padding-left:12px}}@media(min-width:1100px){.product-comparison-table__cell--product{padding-left:24px}}.product-comparison-table__cell--feature-label{justify-content:flex-start;font-weight:600;font-size:.9375rem;color:var(--color-text)}@media(min-width:768px){.product-comparison-table__cell--feature-label{padding-left:0}}@media(max-width:767px){.product-comparison-table__cell--feature-label{grid-column:1 / -1;text-align:center;justify-content:center;margin-top:.75rem;padding:.625rem .75rem;background-color:#1616161a;border-bottom:none;border-radius:var(--radius-primary)}.product-comparison-table__cell--feature-label:not(:has(span)){display:none}.product-comparison-table__grid{gap:0}.product-comparison-table__products-row{display:grid;grid-template-columns:repeat(3,1fr);gap:0 4px;grid-column:1 / -1;margin-bottom:.75rem;padding-top:8px;background-color:var(--color-background);border-bottom:2px solid var(--color-text)}.product-comparison-table__grid--two-products .product-comparison-table__products-row{grid-template-columns:repeat(2,1fr)}.product-comparison-table__products-row .product-comparison-table__cell--product{padding:0;border-bottom:none;align-items:stretch}.product-comparison-table__feature-values-row{display:grid;grid-template-columns:repeat(3,1fr);gap:0 10px;grid-column:1 / -1;margin-bottom:.75rem;margin-top:4px;border-bottom:2px solid var(--color-border)}.product-comparison-table__grid--two-products .product-comparison-table__feature-values-row{grid-template-columns:repeat(2,1fr)}.product-comparison-table__feature-values-row .product-comparison-table__cell--feature-value{border-bottom:none;padding-top:8px;padding-bottom:12px;min-height:50px;font-size:14px}.product-comparison-table__cta-buttons-row{display:grid;grid-template-columns:repeat(3,1fr);gap:0 10px;grid-column:1 / -1}.product-comparison-table__grid--two-products .product-comparison-table__cta-buttons-row{grid-template-columns:repeat(2,1fr)}.product-comparison-table__cta-buttons-row .product-comparison-table__cell--cta-button{border-bottom:none;padding:0 0 12px}.component-product-card-simple__image .product-tag-label{display:none}}.component-product-card-simple__image{padding:1rem}.product-comparison-table__cell--feature-value{font-size:.875rem;color:var(--color-text);display:block;text-align:center;min-height:100%;font-weight:500;font-size:1rem;line-height:1.35}.product-comparison-table__cell--feature-value-boolean{display:flex;align-items:center;justify-content:center}@media(min-width:768px){.product-comparison-table__cell--feature-value{padding-left:12px}}@media(min-width:1100px){.product-comparison-table__cell--feature-value{padding-left:24px}}.product-comparison-table__cell--feature-value:nth-last-child(1){padding-right:0}.product-comparison-table__cell--feature-value svg{width:auto;height:28px;flex-shrink:0;display:block}.product-comparison-table__cell--feature-value[data-value=yes] svg{color:var(--color-accent)}.product-comparison-table__cell--feature-value[data-value=no] svg{color:var(--color-text-subtle)}.product-comparison-table__cell--cta-label{background:transparent;border:none}@media(max-width:767px){.product-comparison-table__cell--cta-label{display:none}}.product-comparison-table__cell--cta-button{padding:1rem;background:transparent;border:none}@media(min-width:768px){.product-comparison-table__cell--cta-button{padding:1rem 0;padding-left:12px}.product-comparison-table__cta-buttons-row--no-labels{display:grid;grid-template-columns:repeat(3,1fr);grid-column:1 / -1}.product-comparison-table__grid--two-products .product-comparison-table__cta-buttons-row--no-labels{grid-template-columns:repeat(2,1fr)}.product-comparison-table__cta-buttons-row--no-labels .product-comparison-table__cell--cta-button{padding-left:0}}@media(min-width:1100px){.product-comparison-table__cell--cta-button{padding-left:24px}}.product-comparison-table__cell--cta-button .button{width:auto;max-width:100%}@media(max-width:767px){.product-comparison-table__cell--cta-button .button{width:100%}}.button-text-mobile{display:none}@media(max-width:767px){.button-text-desktop{display:none}.button-text-mobile{display:inline}}@media(max-width:767px){.product-comparison-table__products-row .component-product-card-simple__title{text-transform:uppercase;font-weight:500;font-size:12px;line-height:1.1;letter-spacing:.04em;padding:.25rem .5rem;border-radius:4px;display:inline-block}.product-comparison-table__products-row .product-comparison-table__cell--product:first-child .component-product-card-simple__title{background-color:#bbdb62;color:#161616}}@media(max-width:767px){.product-comparison-table__grid{display:flex;flex-direction:column}.product-comparison-table__cell--product:nth-of-type(2),.product-comparison-table__cell--product:nth-of-type(3),.product-comparison-table__cell--product:nth-of-type(4){display:inline-block}.product-comparison-table__grid:before{content:"";display:none}}@media(max-width:767px){.product-comparison-table__grid{display:block}.product-comparison-table__cell--header{display:flex;justify-content:flex-start;align-items:flex-start;margin-bottom:1rem;padding:0}.product-comparison-table__heading{margin-bottom:.75rem;margin-top:0;max-width:100%}.product-comparison-table__mobile-products{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:1.5rem}.product-comparison-table__cell--product{width:100%}.product-comparison-table__mobile-feature-row{margin-bottom:1rem}.product-comparison-table__mobile-feature-values{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-top:.5rem}.product-comparison-table__mobile-ctas{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-top:1.5rem}}.product-comparison-table .visually-hidden{position:absolute!important;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}@media(min-width:768px){.product-comparison-table__feature-values-row--no-label{display:grid;grid-template-columns:repeat(3,1fr);grid-column:2 / -1}.product-comparison-table__grid--two-products .product-comparison-table__feature-values-row--no-label{grid-template-columns:repeat(2,1fr)}.product-comparison-table__grid--no-labels .product-comparison-table__feature-values-row--no-label{grid-column:1 / -1;grid-template-columns:repeat(3,1fr)}.product-comparison-table__grid--no-labels.product-comparison-table__grid--two-products .product-comparison-table__feature-values-row--no-label{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.product-comparison-table__feature-values-row--no-label{margin-top:0}}@media(prefers-contrast:high){.product-comparison-table__cell{border-bottom-width:2px}.product-comparison-table__products-row,.product-comparison-table__feature-values-row{border-bottom-width:3px}}@media(prefers-reduced-motion:reduce){.product-comparison-table .button,.product-comparison-table__cell{transition:none}}@media(pointer:coarse){.product-comparison-table__cell,.product-comparison-table .button{min-height:44px}}
/*# sourceMappingURL=/cdn/shop/t/135/assets/section-product-comparison-table.css.map */
