.product-compare-card{margin:.5rem 0;position:relative;z-index:3;display:flex;justify-content:center}.product-compare-card__toggle{background:none;border:none;color:rgb(var(--color-foreground));cursor:pointer;display:inline-flex;font:inherit;font-size:1.2rem;gap:.9rem;justify-content:flex-start;letter-spacing:.08em;padding:0;text-transform:uppercase;transition:border-color .2s ease,background-color .2s ease,color .2s ease,opacity .2s ease;width:100%;position:relative;z-index:3}.product-compare-card__toggle:hover{border-color:rgba(var(--color-button),.5)}.product-compare-card__toggle.is-selected{color:rgb(var(--color-button))}.product-compare-card__toggle:disabled{cursor:not-allowed;opacity:.55}.product-compare-card__toggle-mark{border:.15rem solid currentColor;border-radius:.3rem;display:inline-flex;flex-shrink:0;height:1.6rem;justify-content:center;position:relative;width:1.6rem}.product-compare-card__toggle.is-selected .product-compare-card__toggle-mark:after{border-bottom:.2rem solid currentColor;border-right:.2rem solid currentColor;content:"";height:.9rem;margin-top:.1rem;transform:rotate(45deg);width:.45rem}.product-compare__tray{background:rgb(var(--color-background));border-top:.1rem solid rgba(var(--color-foreground),.12);bottom:0;box-shadow:0 -1.2rem 3rem rgba(var(--color-foreground),.08);left:0;padding:2rem 0;position:fixed;right:0;z-index:40}.product-compare__tray[hidden]{display:none!important}.product-compare__tray-inner{align-items:start;display:grid;gap:1.6rem;grid-template-columns:minmax(0,1fr) auto}.product-compare__tray-heading,.product-compare__item-title,.product-compare__item-price,.product-compare-modal__eyebrow,.product-compare-modal__product-label,.product-compare-modal__cell{margin:0}.product-compare__tray-heading{font-family:var(--font-heading-family);font-size:2.8rem;font-weight:700;margin-bottom:1.2rem;text-transform:uppercase}.product-compare__tray-items{display:grid;gap:2.5rem;grid-template-columns:repeat(4,minmax(0,1fr));min-width:0;overflow-x:auto;padding-bottom:.2rem}.product-compare__item{align-items:center;background:rgba(var(--color-foreground),.03);border:.1rem solid rgba(var(--color-foreground),.08);border-radius:1.6rem;display:grid;gap:.9rem;grid-template-columns:4.8rem minmax(0,1fr) auto;min-width:0;padding:1.2rem 3.8rem 1.2rem 1.2rem;position:relative}.product-compare__item--empty{background:rgba(var(--color-foreground),.015);border-style:dashed;display:flex;justify-content:center;min-height:6.4rem}.product-compare__item-placeholder{color:rgba(var(--color-foreground),.45);font-size:1.2rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.product-compare__item-image{border-radius:1.2rem;display:block;height:4.8rem;object-fit:cover;width:4.8rem}.product-compare__item-copy{min-width:0}.product-compare__item-title{font-size:1.3rem;font-weight:700;line-height:1.3}.product-compare__item-price{color:rgba(var(--color-foreground),.7);font-size:1.2rem;margin-top:.2rem}.product-compare__remove{align-items:center;background:rgb(var(--color-background));border:0;border-radius:999px;box-shadow:0 0 0 .1rem rgba(var(--color-foreground),.08);color:rgba(var(--color-foreground),.72);cursor:pointer;display:inline-flex;font:inherit;font-size:2rem;font-weight:700;height:2.8rem;justify-content:center;padding:0;position:absolute;right:.8rem;top:.8rem;width:2.8rem;z-index:2}.product-compare__remove:hover{color:rgb(var(--color-foreground))}.product-compare__tray-actions{align-items:center;display:flex;flex-direction:column;gap:.8rem;justify-content:center}.product-compare__clear{background:transparent;border:0;color:rgb(var(--color-link));cursor:pointer;font:inherit;padding:0;text-align:center}.product-compare-modal{background:rgba(var(--color-foreground),.2);box-sizing:border-box;height:100%;left:0;margin:0 auto;opacity:0;position:fixed;top:0;visibility:hidden;width:100%;z-index:-1}.product-compare-modal[open]{opacity:1;visibility:visible;z-index:101}.product-compare-modal__content{background:rgb(var(--color-background));border-color:rgba(var(--color-foreground),var(--popup-border-opacity));border-style:solid;border-width:var(--popup-border-width);box-shadow:var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity));left:50%;margin:2rem auto 0;max-height:calc(100vh - 4rem);max-width:min(128rem,calc(100% - 3rem));overflow:hidden;position:absolute;top:0;transform:translate(-50%);width:calc(100% - 3rem)}.product-compare-modal__toggle{align-items:center;background:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground),.1);border-radius:50%;color:rgba(var(--color-foreground),.55);cursor:pointer;display:flex;justify-content:center;margin:1.6rem 1.6rem 0 auto;padding:1.2rem;position:sticky;top:1.6rem;width:4rem;z-index:2}.product-compare-modal__toggle .icon{height:auto;margin:0;width:2.2rem}.product-compare-modal__content-info{max-height:calc(100vh - 8rem);overflow-y:auto;padding:0 1.6rem 2.4rem}.product-compare-modal__header{align-items:end;display:flex;gap:1.6rem;justify-content:space-between}.product-compare-modal__eyebrow{color:rgb(var(--color-button));font-size:1.2rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.product-compare-modal__title{margin:.5rem 0 0;text-transform:uppercase}.product-compare-modal__table-wrap{margin-top:2rem;overflow-x:auto;padding-bottom:.4rem}.product-compare-modal__table{display:grid;grid-template-columns:minmax(15rem,18rem);min-width:100%}.product-compare-modal__table.has-products{grid-template-columns:minmax(15rem,18rem) repeat(var(--product-compare-columns),minmax(22rem,1fr))}.product-compare-modal__product-card{background:rgba(var(--color-foreground),.03);border:.1rem solid rgba(var(--color-foreground),.08);display:flex;flex-direction:column;gap:0;height:100%;padding:1.6rem;position:relative}.product-compare-modal__product-image{aspect-ratio:1 / 1;border-radius:1.2rem;display:block;object-fit:cover;width:100%}.product-compare-modal__product-image-link{display:block;max-width:18rem;text-decoration:none;margin-bottom:13px}.product-compare-modal__product-head{display:flex}.product-compare-modal__product-label{font-size:1.7rem;font-weight:700;line-height:1.3}.product-compare-modal__product-link{color:inherit;text-decoration:none}.product-compare-modal__product-link:hover,.product-compare-modal__product-link:focus-visible{text-decoration:underline;text-underline-offset:.2rem}.product-compare-modal__reviews{align-items:center;display:flex;gap:.8rem}.product-compare-modal__reviews.is-empty{color:rgba(var(--color-foreground),.55);font-size:1.2rem}.product-compare-modal__stars{color:rgba(var(--color-foreground),.18);display:inline-block;font-size:1.5rem;letter-spacing:.18rem;line-height:1;position:relative}.product-compare-modal__stars:before,.product-compare-modal__stars:after{content:"\2605\2605\2605\2605\2605"}.product-compare-modal__stars:after{color:rgb(var(--color-button));left:0;overflow:hidden;position:absolute;top:0;width:var(--rating-percent)}.product-compare-modal__reviews-copy{color:rgba(var(--color-foreground),.7);font-size:1.2rem}.product-compare-modal__product-price{font-size:1.4rem;font-weight:700}.product-compare-modal__product-price s{color:rgba(var(--color-foreground),.55);font-size:1.2rem;margin-left:.6rem}.product-compare-modal__product-actions{display:flex;gap:.8rem;margin-top:auto;padding-top:2rem}.product-compare-modal__product-actions>*{flex:1 1 0}.product-compare-modal__form,.product-compare-modal__form .form{width:100%}.product-compare-modal__add.loading{opacity:.7;pointer-events:none}.product-compare-modal__add.button--primary{background:rgb(var(--color-orange));border-color:rgb(var(--color-orange));color:rgb(var(--color-white))}.product-compare-modal__add.button--primary:hover{background:rgba(var(--color-orange),.9);border-color:rgba(var(--color-orange),.9)}.product-compare-modal__cell,.product-compare-modal__label{border:.1rem solid rgba(var(--color-foreground),.08);padding:1.4rem}.product-compare-modal__label{align-items:center;color:rgb(var(--color-button));display:flex;font-size:1.2rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.product-compare-modal__cell{background:rgb(var(--color-background));line-height:1.6}.product-compare-modal__label.product-compare-modal__row--alt,.product-compare-modal__cell.product-compare-modal__row--alt{background:#f7f7f7}.product-compare-modal__cell strong{margin-right:.6rem}.product-compare-modal__cell s{color:rgba(var(--color-foreground),.55)}.product-compare-modal__expandable{display:inline}.product-compare-modal__expand-link{background:transparent;border:0;color:rgb(var(--color-link));cursor:pointer;font:inherit;margin-left:.4rem;padding:0}.product-compare-modal__cell.is-empty{color:rgba(var(--color-foreground),.45)}.product-compare-modal__empty{align-items:center;border:.1rem dashed rgba(var(--color-foreground),.16);border-radius:1.6rem;color:rgba(var(--color-foreground),.72);display:flex;justify-content:center;min-height:16rem;padding:2rem}@media screen and (max-width:989px){.product-compare__tray-inner{grid-template-columns:1fr}.product-compare__tray-items{min-width:76rem}.product-compare__tray-actions{justify-content:space-between}}@media screen and (max-width:749px){.product-compare-card,.product-compare__tray{display:none!important}.product-compare__tray{padding-bottom:calc(1.6rem + env(safe-area-inset-bottom))}.product-compare-modal__content{margin-top:1rem;max-width:calc(100% - 1.6rem);width:calc(100% - 1.6rem)}.product-compare-modal__content-info{padding:0 1.2rem 2rem}.product-compare-modal__header{align-items:start;flex-direction:column}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/component-product-compare.css.map */
