.product-compare-table[hidden]{display:none!important}.product-compare-table{--compare-bg: #fafafa;--compare-card-bg: #f6f3ed;--compare-card-bg-btn: #ffffff;--compare-text: #1a1a1a;--compare-line: #e8e4de;--compare-line-active: #1a1a1a;--compare-arrow-bg: #c9c4ba;--compare-radius: 10px;--compare-gap: 18px;--compare-card-h: 86px;--compare-btn-w: 240px;--compare-product-w: 222px;--compare-img: 66px;--compare-img-radius: 6px;--compare-line-w: 70px;--compare-line-h: 3px;position:relative;z-index:9;display:block;padding:9px 0;background-color:var(--compare-bg, #fafafa)}.product-compare-table__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:8;display:none;opacity:0;transition:opacity .3s ease}.product-compare-table__overlay.show{display:block;opacity:1}.product-compare-table-table{width:fit-content;margin:0 auto;z-index:11;position:relative}.product-compare-table__thead,.product-compare-table__tbody{display:grid;column-gap:var(--compare-gap, 18px);padding:.9rem 2rem .9rem 0}.product-compare-table__tbody{display:none;padding-bottom:2rem}.product-compare-table-table.show-content{border-radius:var(--compare-radius, 10px);background:#fff}.product-compare-table-table.show-content .product-compare-table__thead,.product-compare-table-table.show-content .product-compare-table__tbody{background:#fff}.product-compare-table-table.show-content .product-compare-table__tbody{display:grid}.product-compare-table__cell{display:flex;align-items:center;justify-content:center;padding:0;text-align:center;min-width:0}.product-compare-table__cell--header{padding:0 0 0 2rem;min-width:0;position:sticky;left:0;z-index:3;background:var(--compare-bg, #fafafa);box-sizing:border-box}.product-compare-table-table.show-content .product-compare-table__cell--header{background:#fff}.product-compare-table__cell--product{padding:0}.product-compare-table__button{width:100%;height:var(--compare-card-h, 86px);border:1px solid transparent;border-radius:var(--compare-radius, 10px);background:var(--compare-card-bg-btn, #ffffff);color:var(--compare-text, #1a1a1a);padding:0 23px;display:flex;align-items:center;gap:20px;cursor:pointer;box-sizing:border-box;box-shadow:none;transition:transform .08s ease,border-color .2s ease}.product-compare-table__button[aria-expanded=true]{border-color:var(--compare-text, #1a1a1a)}.product-compare-table__button:hover,.product-compare-table__button:focus-visible{background:var(--compare-card-bg-btn, #ffffff);box-shadow:none;outline:none}.product-compare-table__button:active{transform:translateY(1px)}.product-compare-table__button-icon{width:32px;height:32px;flex-shrink:0;display:block;color:var(--compare-text, #1a1a1a)}.product-compare-table__button-text{display:block;width:90px;font-size:20px;font-weight:600;line-height:1;text-align:left;color:var(--compare-text, #1a1a1a)}.product-compare-table__button-arrow-wrap{width:25px;height:25px;margin-left:auto;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--compare-arrow-bg, #c9c4ba);color:#fff}.product-compare-table__button-arrow{width:15px;height:15px;transition:transform .3s ease}.product-compare-table__product{position:relative;display:flex;flex-direction:row;align-items:center;gap:16px;width:100%;height:var(--compare-card-h, 86px);box-sizing:border-box;padding:10px 10px 10px 15px;text-decoration:none;color:var(--compare-text, #1a1a1a);border:1px solid transparent;border-radius:var(--compare-radius, 10px);background:var(--compare-card-bg, #f6f3ed);overflow:hidden}.product-compare-table__product--current,.product-compare-table__product:not(.product-compare-table__product--current):hover{border-color:var(--compare-text, #1a1a1a);background:var(--compare-card-bg, #f6f3ed)}.product-compare-table__product-image{flex-shrink:0;width:var(--compare-img, 66px);height:var(--compare-img, 66px);margin:0;border-radius:var(--compare-img-radius, 6px);background:#fff;overflow:hidden;display:flex;align-items:center;justify-content:center}.product-compare-table__product-image img{width:100%;height:100%;display:block;object-fit:contain;border-radius:var(--compare-img-radius, 6px)}.product-compare-table__product-info{min-width:0;flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:12px}.product-compare-table__product-tag,.product-compare-table__product-name{width:100%;padding:0;font-size:14px;font-weight:500;line-height:1.05;text-align:left;color:var(--compare-text, #1a1a1a);background:transparent;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;text-overflow:ellipsis}.product-compare-table__product--current .product-compare-table__product-tag,.product-compare-table__product--current .product-compare-table__product-name,.product-compare-table__product:not(.product-compare-table__product--current):hover .product-compare-table__product-name{font-weight:600;color:var(--compare-text, #1a1a1a)}.product-compare-table__product-line{display:block;width:var(--compare-line-w, 70px);height:var(--compare-line-h, 3px);border-radius:100px;background:var(--compare-line, #e8e4de);flex-shrink:0}.product-compare-table__product--current .product-compare-table__product-line{background:var(--compare-line-active, #1a1a1a)}.product-compare-table__product-name p,.product-compare-table__product-tag p,.product-compare-table__keys-row-cell-html p{margin:0;color:inherit}.product-compare-table__product-name p+p,.product-compare-table__product-tag p+p,.product-compare-table__keys-row-cell-html p+p{margin-top:.2em}.product-compare-table__keys-row-cell-html{width:100%}.product-compare-table__keys-row-cell-html a{color:inherit;text-decoration:underline}.product-compare-table__title-row{display:block;grid-column:1 / -1;justify-self:start;position:sticky;left:0;z-index:2;width:var(--compare-sticky-width, 100%);max-width:var(--compare-sticky-width, 100%);box-sizing:border-box;padding-left:2rem;background:#f6f3ed}.product-compare-table__keys-row{display:contents}.product-compare-table__title-row-label{display:flex;align-items:center;justify-content:flex-start;padding:8px 15px;border-left:3px solid var(--row-color, #a80000);background:#f6f3ed;color:var(--compare-text, #1a1a1a);font-size:15px;font-weight:600;box-sizing:border-box}.product-compare-table__keys-row-label{flex-direction:column;align-items:flex-start;justify-content:center;text-align:left;padding:10px 16px 10px 38px}.product-compare-table__keys-row-title{font-size:16px;line-height:1.1;color:var(--compare-text, #1a1a1a)}.product-compare-table__keys-row-cell{border-left:1px solid #e8e4de;font-size:12px;line-height:1.4;color:var(--compare-text, #1a1a1a);padding:10px 8px}.product-compare-table__keys-row-cell--stacked{flex-direction:column}.product-compare-table__keys-row-cell-icon{width:18px;height:18px;padding:4px;box-sizing:border-box;color:#000;background:#b2fbe2;border-radius:50%;margin-bottom:.5rem}.product-compare-table__keys-row-cell-icon svg{width:100%;height:100%;display:block}@media screen and (max-width:767px){.product-compare-table{--compare-gap: 7px;--compare-card-h: 38px;--compare-radius: 5px;--compare-img: 31px;--compare-img-radius: 3px;--compare-line-w: 33px;--compare-line-h: 1px;padding:4px 0;background-color:transparent}.product-compare-table .page-width-1200{padding:0 10px}.product-compare-table-table{width:100%;max-width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}.product-compare-table__scroll{display:block;width:max-content;min-width:100%}.product-compare-table__thead,.product-compare-table__tbody{width:100%;min-width:0;padding:.2rem .6rem .2rem 0;box-sizing:border-box}.product-compare-table__tbody{padding-bottom:1rem}.product-compare-table--overflow .product-compare-table__thead,.product-compare-table--overflow .product-compare-table__tbody{padding-right:0}.product-compare-table__button{height:var(--compare-card-h, 38px);padding:6px 4px 4px;background:var(--compare-card-bg, #f6f3ed);flex-direction:column;justify-content:center;align-items:center;gap:2px;border-width:.5px}.product-compare-table__button-icon{display:none}.product-compare-table__button-text{width:26px;font-size:6px;line-height:1.05;text-align:center}.product-compare-table__button-arrow-wrap{width:auto;height:auto;margin-left:0;background:none;color:var(--compare-text, #1a1a1a);flex-direction:column;gap:1px}.product-compare-table__button-arrow-wrap:before{content:"";width:12px;height:1px;border-radius:20px;background:#beb6af}.product-compare-table__button-arrow{width:12px;height:7px}.product-compare-table__cell--header{padding:0 0 0 .6rem;left:0;background-color:transparent}.product-compare-table__product{height:var(--compare-card-h, 38px);padding:3px 4px;gap:4px;border-width:.5px}.product-compare-table__product-info{gap:4px}.product-compare-table__product-tag,.product-compare-table__product-name{font-size:8px;line-height:1.2}.product-compare-table__title-row{padding-left:1rem;left:0}.product-compare-table__title-row-label{padding:4px 8px;font-size:11px}.product-compare-table__keys-row-label{padding:8px 10px 8px 1.5rem}.product-compare-table__keys-row-title{font-size:10px}.product-compare-table__keys-row-cell{font-size:8px;padding:8px 4px}.product-compare-table__keys-row-cell-icon{width:12px;height:12px;padding:3px;margin-bottom:.2rem}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/section-p-compare-table.css.map */
