.rf-tcv__table .rf-tcv__row .rf-tcv__product .rf-tcv__compare-label{order:0;display:inline-flex;align-items:center;gap:.6rem;flex:0 0 auto;margin:0 .8rem 0 0;cursor:pointer}.rf-tcv__table .rf-tcv__row .rf-tcv__product .rf-tcv__compare-cb{display:block;width:1.7rem;min-width:1.7rem;height:1.7rem;min-height:1.7rem;max-width:none;flex:0 0 auto;margin:0;padding:0;box-sizing:border-box;appearance:none;-webkit-appearance:none;position:relative;border:.15rem solid var(--rf-tcv-border-strong, rgba(var(--color-foreground), .4));border-radius:.3rem;background-color:rgb(var(--color-background));cursor:pointer}.rf-tcv__table .rf-tcv__row .rf-tcv__product .rf-tcv__compare-cb:hover{border-color:rgba(var(--color-foreground),.65)}.rf-tcv__table .rf-tcv__row .rf-tcv__product .rf-tcv__compare-cb:checked{background-color:rgb(var(--color-foreground));border-color:rgb(var(--color-foreground))}.rf-tcv__table .rf-tcv__row .rf-tcv__product .rf-tcv__compare-cb:focus-visible{outline:.2rem solid rgba(var(--color-foreground),.6);outline-offset:.2rem}.rf-tcv__table .rf-tcv__row .rf-tcv__product .rf-tcv__compare-label-text{display:none;font-size:1.2rem;color:var(--rf-tcv-muted);white-space:nowrap}@media screen and (max-width:1023px){.rf-tcv__table .rf-tcv__row .rf-tcv__product{flex-wrap:wrap;row-gap:.2rem}.rf-tcv__table .rf-tcv__row .rf-tcv__product .rf-tcv__product-link{order:1;flex:1 1 auto;min-width:0}.rf-tcv__table .rf-tcv__row .rf-tcv__product .rf-tcv__compare-label{order:2;flex:0 0 100%;min-height:2.4rem;margin:.6rem 0 0;padding:.3rem 0}.rf-tcv__table .rf-tcv__row .rf-tcv__product .rf-tcv__compare-label-text{display:inline}.rf-tcv__table .rf-tcv__row .rf-tcv__product .rf-tcv__compare-cb{width:1.8rem;min-width:1.8rem;height:1.8rem;min-height:1.8rem}}.rf-tcv__row .rf-tcv__product{display:flex;align-items:center;gap:0;padding:0}.rf-tcv__compare-cb{appearance:none;-webkit-appearance:none;width:1.6rem;height:1.6rem;border:.15rem solid var(--rf-tcv-border-strong, rgba(var(--color-foreground), .28));border-radius:.2rem;cursor:pointer;flex-shrink:0;margin-right:.6rem;position:relative;vertical-align:middle;background:transparent}.rf-tcv__compare-cb:checked{background-color:rgb(var(--color-foreground, 50 50 50));border-color:rgb(var(--color-foreground, 50 50 50))}.rf-tcv__compare-cb:checked:after{content:"\2713";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:rgb(var(--color-background, 255 255 255));font-size:1.1rem;font-weight:700;line-height:1}.rf-tcv__compare-cb:focus-visible{outline:.2rem solid rgba(var(--color-foreground),.6);outline-offset:.2rem}.rf-tcv__compare-cb:hover{border-color:rgba(var(--color-foreground),.5)}.rf-tcv-compare-tray{position:sticky;bottom:0;z-index:10;background-color:rgb(var(--color-background));border-top:.2rem solid var(--rf-tcv-border-strong, rgba(var(--color-foreground), .28));box-shadow:0 -.2rem 1rem #0000001a;padding:1rem 1.6rem;margin-top:2rem}.rf-tcv-compare-tray-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.8rem;margin-bottom:.6rem}.rf-tcv-compare-tray-header span{font-weight:600;font-size:1.4rem}.rf-tcv-compare-tray-actions{display:flex;gap:.8rem}.rf-tcv-compare-tray-btn{padding:.5rem 1.4rem;border:.1rem solid var(--rf-tcv-border-strong, rgba(var(--color-foreground), .28));border-radius:.3rem;background:none;font-size:1.3rem;cursor:pointer;font-weight:500}.rf-tcv-compare-tray-btn:hover{background-color:var(--rf-tcv-group-bg, rgba(var(--color-foreground), .04))}.rf-tcv-compare-tray-btn:focus-visible{outline:.2rem solid rgba(var(--color-foreground),.55);outline-offset:.2rem}.rf-tcv-compare-tray-btn--clear{color:var(--rf-tcv-muted, rgba(var(--color-foreground), .65))}.rf-tcv-compare-tray-list{display:flex;flex-wrap:wrap;gap:.6rem;list-style:none;margin:0;padding:0}.rf-tcv-compare-tray-item{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .6rem .3rem .8rem;border:.1rem solid var(--rf-tcv-border, rgba(var(--color-foreground), .12));border-radius:.3rem;font-size:1.3rem;background-color:rgba(var(--color-foreground),.02)}.rf-tcv-compare-tray-name{max-width:20rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rf-tcv-compare-tray-remove{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;background:none;cursor:pointer;font-size:1.6rem;line-height:1;color:var(--rf-tcv-muted, rgba(var(--color-foreground), .65));border-radius:.2rem;padding:0}.rf-tcv-compare-tray-remove:hover{background-color:rgba(var(--color-foreground),.06);color:inherit}.rf-tcv-compare-tray-remove:focus-visible{outline:.2rem solid rgba(var(--color-foreground),.55);outline-offset:.1rem}.rf-tcv-compare-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background-color:#00000080;display:flex;align-items:center;justify-content:center;padding:2rem}.rf-tcv-compare-panel{position:relative;background-color:rgb(var(--color-background));border-radius:.6rem;box-shadow:0 .4rem 2rem #0003;max-width:95vw;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.rf-tcv-compare-panel-header{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 1.6rem;border-bottom:.1rem solid var(--rf-tcv-border, rgba(var(--color-foreground), .12))}.rf-tcv-compare-panel-title{margin:0;font-size:1.6rem;font-weight:600}.rf-tcv-compare-panel-close{width:3.2rem;height:3.2rem;border:.1rem solid var(--rf-tcv-border-strong, rgba(var(--color-foreground), .28));border-radius:.3rem;background:none;cursor:pointer;font-size:2rem;line-height:1;color:inherit;display:flex;align-items:center;justify-content:center}.rf-tcv-compare-panel-close:hover{background-color:var(--rf-tcv-group-bg, rgba(var(--color-foreground), .04))}.rf-tcv-compare-panel-close:focus-visible{outline:.2rem solid rgba(var(--color-foreground),.55);outline-offset:.2rem}.rf-tcv-compare-panel-body{overflow:auto;padding:1.6rem}.rf-tcv-compare-table{width:100%;border-collapse:collapse;font-size:1.4rem}.rf-tcv-compare-table thead th{padding:.8rem 1.2rem;border-bottom:.15rem solid var(--rf-tcv-border-strong, rgba(var(--color-foreground), .28));text-align:center;vertical-align:middle;min-width:16rem}.rf-tcv-compare-label-col{width:12rem;text-align:left;font-weight:600;padding:.8rem 1.2rem}.rf-tcv-compare-product-img{width:6rem;height:6rem;object-fit:cover;border-radius:.3rem;margin-bottom:.4rem;display:block;margin-left:auto;margin-right:auto}.rf-tcv-compare-product-name{font-weight:500;font-size:1.3rem;line-height:1.3;margin-top:.4rem}.rf-tcv-compare-product-secondary{font-size:1.2rem;color:var(--rf-tcv-muted, rgba(var(--color-foreground), .65));margin-top:.2rem}.rf-tcv-compare-row-label{padding:.6rem 1.2rem;font-weight:500;border-bottom:.1rem solid var(--rf-tcv-border, rgba(var(--color-foreground), .12));vertical-align:top;white-space:nowrap}.rf-tcv-compare-cell{padding:.6rem 1.2rem;border-bottom:.1rem solid var(--rf-tcv-border, rgba(var(--color-foreground), .12));text-align:center;vertical-align:top}.rf-tcv-compare-toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);z-index:200;padding:.8rem 1.6rem;background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));border-radius:.4rem;font-size:1.3rem;box-shadow:0 .2rem 1rem #0003;max-width:90vw;text-align:center}@media screen and (max-width:1023px){.rf-tcv-compare-tray{padding:.8rem 1.2rem}.rf-tcv-compare-tray-header span{font-size:1.3rem}.rf-tcv-compare-tray-btn{padding:.4rem 1.2rem;font-size:1.2rem}.rf-tcv-compare-table{font-size:1.3rem}.rf-tcv-compare-product-img{width:5rem;height:5rem}}@media screen and (max-width:749px){.rf-tcv-compare-overlay{padding:0;align-items:stretch}.rf-tcv-compare-panel{max-width:100vw;max-height:100vh;border-radius:0}.rf-tcv-compare-panel-header{padding:1rem 1.2rem}.rf-tcv-compare-panel-body{padding:1rem;overflow-x:auto}.rf-tcv-compare-table{min-width:50rem;font-size:1.2rem}.rf-tcv-compare-label-col{width:10rem;padding:.5rem .8rem}.rf-tcv-compare-cell,.rf-tcv-compare-row-label{padding:.5rem .8rem}.rf-tcv-compare-product-img{width:4rem;height:4rem}.rf-tcv-compare-tray{padding:.6rem 1rem}.rf-tcv-compare-tray-name{max-width:12rem}}@media(prefers-reduced-motion:reduce){.rf-tcv-compare-overlay{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/rf-type-collection-v2-compare.css.map */
