.product-comparison h1{color:var(--heading-color,var(--accent));font-size:var(--heading-size,var(--h1-font-size-mobile))}@media (min-width:800px){.product-comparison h1{font-size:var(--heading-size,var(--h1-font-size))}}.product-comparison__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:40px 0 var(--card-area-space,40px)}.product-comparison__top .text-link{color:var(--text);display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;text-decoration:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product-comparison__top .text-link span{margin-left:10px}.product-comparison__top .text-link:hover{text-decoration:underline}.product-comparison__top .print{background-color:transparent;border:none;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product-comparison__top .print svg{color:var(--accent);margin-right:5px}.product-comparison__top .print:hover{text-decoration:underline}.product-comparison__table{overflow-x:auto}.product-comparison__table table{border-spacing:0;table-layout:fixed}.product-comparison__table table thead tr th{text-align:left;vertical-align:top}.product-comparison__table table thead tr .table-heading{padding-bottom:calc(14px + var(--card-area-space,30px));position:relative;width:20%}.product-comparison__table table tbody tr{background-color:var(--odd-row-color,transparent)}.product-comparison__table table tbody tr td{padding:5px;text-align:center}.product-comparison__table table tbody tr th{padding:10px;text-align:left}.product-comparison__table table tbody tr td,.product-comparison__table table tbody tr th{border-bottom:1px solid var(--row-border-color,transparent)}.product-comparison__table table tbody tr.group-heading{background-color:transparent}.product-comparison__table table tbody tr.group-heading th{border-bottom:1px solid var(--group-header-border-color,#a7bdc9);padding-bottom:1em;padding-top:1em}.product-comparison__table table tbody tr[data-even=true]{background-color:var(--even-row-color,#f3f6f7)}.product-comparison__table-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product-comparison__table-card .product-card{background-color:var(--card-background-color,#f3f6f7);border-radius:20px;margin:0 4px;min-height:400px;min-width:200px;padding:20px;position:relative;text-align:center;width:calc(100% - 8px)}.product-comparison__table-card .product-card__eyebrow+.product-card__name{margin-top:0}.product-comparison__table-card .product-card__name{font-size:18px;margin:20px 0 0;min-height:var(--names-height)}.product-comparison__table-card .product-card__name a:not(:hover):not(:focus-visible){color:inherit;text-decoration:none}.product-comparison__table-card .product-card__name a:focus,.product-comparison__table-card .product-card__name a:hover{color:var(--links-color)}.product-comparison__table-card .product-card__name a:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.product-comparison__table-card .product-card__summary{font-weight:400;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;margin-top:0;overflow:hidden;padding-top:.5em}.product-comparison__table-card .product-card__image{display:-webkit-box;display:-ms-flexbox;display:flex;height:150px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.product-comparison__table-card .product-card__image img{border-radius:var(--column-corners);height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.product-comparison__table-card .product-card--blank{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;background-color:var(--empty-card-background-color,var(--card-background-color,#f3f6f7));border:1px dashed var(--empty-card-border-color,transparent);justify-content:center}.product-comparison__table-card .product-card--blank path{fill:var(--empty-card-border-color,#a7bdc9)}.product-comparison__table-card .product-card__wishlist{-webkit-appearance:none;background-color:transparent;background-color:#fff;background-image:none;border-radius:0;border-radius:1000px;color:inherit;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:inherit;height:30px;padding:0;position:absolute;right:10px;top:10px;width:30px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;border:1px solid #fff;justify-content:center;opacity:1;-webkit-transition:.2s;transition:.2s;z-index:100}.product-comparison__table-card .product-card__wishlist:focus,.product-comparison__table-card .product-card__wishlist:hover{border-color:var(--accent);color:var(--accent);opacity:1}.product-comparison__table-card .product-card__wishlist svg{display:block;fill:transparent;stroke:currentColor;outline:0}.product-comparison__table-card .product-card__wishlist[aria-pressed=true]{opacity:1}.product-comparison__table-card .product-card__wishlist[aria-pressed=true] svg{fill:var(--accent);stroke:var(--accent)}.product-comparison__table-card .remove-button{-webkit-appearance:none;background-color:transparent;background-image:none;border:none;border-radius:0;color:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:inherit;padding:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;bottom:-40px;cursor:pointer;font-size:14px;left:50%;position:absolute;right:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:-webkit-max-content;width:-moz-max-content;width:max-content}.product-comparison__table-card .remove-button:focus,.product-comparison__table-card .remove-button:hover{color:var(--links-color)}.product-comparison__table-card .remove-button svg{margin-right:5px}.product-comparison__table--desktop{display:none}@media (min-width:800px){.product-comparison__table--desktop{display:block}}.product-comparison__table--mobile{display:block}.product-comparison__table--mobile table{table-layout:auto;width:100%}.product-comparison__table--mobile table thead th{border-bottom:1px solid #a7bdc9;padding:10px 0}.product-comparison__table--mobile table thead th:not(:first-of-type){background-color:#f3f6f7;text-align:center}.product-comparison__table--mobile table thead th:nth-of-type(2){border-right:1px solid #a7bdc9}.product-comparison__table--mobile table tbody tr td:first-of-type{border-right:1px solid #a7bdc9;padding-right:5px}.product-comparison__table--mobile table tbody tr .group-heading{border-right:none!important}.product-comparison__table--mobile .mobile-navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:0;padding:10px 0}@media (min-width:800px){.product-comparison__table--mobile{display:none}}.product-comparison .navigation-button{background-color:transparent;border:none;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product-comparison .navigation-button .circle{background-color:#4d4d4f;border-radius:50%;height:8px;opacity:.2;width:8px}.product-comparison .navigation-button .circle--next{margin-left:0;margin-right:5px}.product-comparison .navigation-button .circle--prev{margin-left:5px}.product-comparison .navigation-button--active .circle{opacity:1}@media print{.product-comparison__top,.site-footer{display:none}.product-comparison__table{overflow:initial}.product-card{width:auto!important}}