.collection-filter-bar{display:flex;justify-content:flex-end;flex-grow:1;gap:20px}.compare-toggle{display:inline-flex;align-items:center;gap:8px}.compare-toggle__label{font-family:var(--font-body-family);font-weight:400;font-size:16px;line-height:16px;letter-spacing:.3px}.compare-toggle__switch{width:32px;height:16px;border-radius:999px;background:#fff;border:1px solid #121212;position:relative;cursor:pointer;padding:0;flex:none;transition:background .2s ease}.compare-toggle__switch[aria-checked=true]{background:#121212}.compare-toggle__knob{position:absolute;top:1px;inset-inline-start:1px;width:12px;height:12px;border-radius:50%;background:#121212;transition:inset-inline-start .2s ease,background .2s ease}.compare-toggle__switch[aria-checked=true] .compare-toggle__knob{inset-inline-start:17px;background:#fff}.compare-checkbox-wrapper{position:absolute;top:18px;inset-inline-end:40px;z-index:3;display:none;align-items:center;gap:6px;pointer-events:auto}body.compare-mode-active .compare-checkbox-wrapper{display:flex}.compare-checkbox-tooltip{background:#000;color:#fff;font-family:var(--font-body-family);font-weight:400;font-size:12px;line-height:12px;letter-spacing:.3px;padding:6px;border-radius:6px;white-space:nowrap;position:relative;opacity:0;visibility:hidden;transition:opacity .15s ease}.compare-checkbox-wrapper:hover .compare-checkbox-tooltip{opacity:1;visibility:visible}.compare-checkbox-tooltip:after{content:"";position:absolute;top:50%;inset-inline-end:-5px;transform:translateY(-50%);border-width:5px 0 5px 6px;border-style:solid;border-color:transparent transparent transparent #1a1a1a}[dir=rtl] .compare-checkbox-tooltip:after{border-width:5px 6px 5px 0;border-color:transparent #1a1a1a transparent transparent}.compare-checkbox-label{display:inline-flex;align-items:center;gap:6px;cursor:pointer;font-size:1.2rem;-webkit-user-select:none;user-select:none}.compare-checkbox-input{position:absolute;opacity:0;width:1px;height:1px}.compare-checkbox-custom{width:18px;height:18px;border:1px solid rgba(0,0,0,.35);border-radius:3px;display:inline-block;position:relative;flex:none;background:#fff;transition:background .15s ease,border-color .15s ease}.compare-checkbox-input:checked+.compare-checkbox-custom{background:#121212;border-color:#121212}.compare-checkbox-input:checked+.compare-checkbox-custom:after{content:"";display:block;position:absolute;border:1px solid #fff;border-inline-start:0;border-block-start:0;width:6px;height:12px;inset-block-start:50%;inset-inline-start:50%;transform:translate(-50%,-69%) rotate(50deg)}html[dir=rtl] .compare-checkbox-input:checked+.compare-checkbox-custom:after{width:12px;height:6px;inset-inline-end:50%;inset-inline-start:unset;transform:translate(-50%,-69%) rotate(-50deg)}.compare-checkbox-input:disabled+.compare-checkbox-custom{opacity:.4;cursor:not-allowed}.product-compare-bar{position:fixed;left:0;right:0;bottom:0;display:none;z-index:99999999999;background:#fff;box-shadow:0 -10px 30px #00000014;transition:display .25s ease;padding:11px 0}body.overflow-hidden-tablet .product-compare-bar,body.overflow-hidden .product-compare-bar{z-index:1}.product-compare-bar.is-visible{display:block}.product-compare-bar__inner{display:flex;align-items:center;gap:28px;flex-wrap:wrap}.product-compare-bar__items{display:flex;gap:24px;flex:none;height:89px;align-items:flex-end}.product-compare-bar__slot{width:60px;height:80px;border-radius:4px;flex:none;position:relative}.product-compare-bar__slot--empty{border:1px dashed #C8CBCB;background:#f3f3f3}.product-compare-bar__slot--filled{border:1px solid #F2F2F2}.product-compare-bar__slot--filled img{width:100%;height:100%;object-fit:cover;display:block}.product-compare-bar__remove{position:absolute;top:2px;inset-inline-end:5px;transform:translate(15px,-13px);width:20px;height:20px;border-radius:50%;background:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;box-shadow:0 0 9.9px #9797971f}[dir=rtl] .product-compare-bar__remove{transform:translate(-15px,-13px)}.product-compare-bar__count{color:#1a1a1a;white-space:nowrap;font-family:var(--font-body-family);font-weight:500;font-size:14px;line-height:100%;letter-spacing:0px;text-align:center}.product-compare-bar__actions{margin-inline-start:auto;display:flex;align-items:center;gap:32px}.product-compare-bar__clear{background:none;border:none;white-space:nowrap;font-family:var(--font-body-family);font-weight:500;font-size:14px;line-height:100%;letter-spacing:0px;color:#121212;text-align:center;text-decoration:underline;text-decoration-style:solid;padding:0}.product-compare-bar__cta{padding:16px 37px;border-radius:0;font-family:var(--font-body-family);background:#b0b0b0;color:#fff;border:none;white-space:nowrap;cursor:not-allowed;font-weight:600;font-size:14px;line-height:100%;letter-spacing:0px;text-align:center;text-transform:uppercase}.product-compare-bar__cta:not(:disabled){background:#000c;cursor:pointer}.product-compare-bar__cta:not(:disabled):hover{background:#000;transition:background .25s ease}.product-compare-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999999999;display:none}.product-compare-modal.is-open{display:block}.product-compare-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.product-compare-modal__dialog{position:relative;background:#fff;max-width:864px;width:100%;max-height:94vh;margin:5vh auto;border-radius:20px;overflow:hidden;display:flex;flex-direction:column}.product-compare-modal__header{position:relative;padding:24px 24px 20px;text-align:center;flex:none}.product-compare-modal__title{margin:0;font-family:var(--font-body-family);font-weight:400;font-size:16px;line-height:100%;letter-spacing:0px;text-align:center;color:#000}.product-compare-modal__close{position:absolute;top:16px;inset-inline-end:20px;transform:translate(50%);background:none;padding:0;border:none;cursor:pointer;z-index:2}[dir=rtl] .product-compare-modal__close{transform:translate(-50%)}.product-compare-modal__close svg{height:16px;width:16px}.product-compare-modal__scroll{overflow:auto;padding:0 0 23px;margin:0 40px 30px}.product-compare-modal__scroll::-webkit-scrollbar{width:4px;height:4px;background:#0000001a}.product-compare-modal__scroll::-webkit-scrollbar-track{background:#0000001a;-webkit-box-shadow:inset 0 0 0px rgba(0,0,0,.3);border-radius:999px}.product-compare-modal__scroll::-webkit-scrollbar-thumb{background:#121212;border-radius:999px}.product-compare-table{width:100%;border-collapse:collapse;min-width:600px;table-layout:auto}.product-compare-table th,.product-compare-table td{border:none;padding:14px 22px;vertical-align:top;font-family:var(--font-body-family);font-weight:400;font-size:14px;line-height:100%;letter-spacing:0px;text-align:start;color:#000}.product-compare-table th{color:#121212;font-weight:400;min-width:200px;max-width:200px;padding:14px 0;width:100%;white-space:nowrap;vertical-align:middle}.product-compare-table td{border-inline-start:1px dashed #dcdcdc;line-height:1.5;vertical-align:middle;min-width:301px}.product-compare-table__info-row th,.product-compare-table__info-row td{vertical-align:top}.product-compare-table__description-cell{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;color:#121212;font-family:var(--font-body-family);font-weight:300;font-size:14px;line-height:150%;letter-spacing:0%;-webkit-line-clamp:2}.product-compare-table__product-cell{text-align:center}table.product-compare-table .price>*{vertical-align:unset}.product-compare-table__product-inner{position:relative;display:flex;flex-direction:column;align-items:center;max-width:133px;width:100%;margin:0 auto;justify-content:center}.product-compare-table__product-inner img{width:100%;height:120px;aspect-ratio:1/1;object-fit:cover;display:block;margin-bottom:8px;border:1px solid #F2F2F2;border-radius:4px;max-width:90px}.product-compare-table__remove{position:absolute;top:-10px;inset-inline-end:12px;width:30px;height:30px;border-radius:50%;background:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 0 9.9px #9797971f;padding:0}.product-compare-table__remove svg{width:12px;height:12px}.product-compare-table__remove:hover{background:#f5f5f5}.product-compare-table__title{font-family:var(--font-body-family);font-weight:300;font-size:14px;line-height:120%;margin:0 0 8px;text-align:center;color:#121212;display:-webkit-box;-webkit-line-clamp:2;height:30px;-webkit-box-orient:vertical;overflow:hidden}.product-compare-table__view-btn{display:block;width:100%;box-sizing:border-box;background:#000c;color:#fff;text-decoration:none;font-family:var(--font-body-family);font-size:16px;font-weight:600;padding:9px 5px;line-height:100%;text-align:center;white-space:nowrap}.product-compare-table__view-btn:hover{background:#000}.product-compare-table__swatches{display:flex;align-items:center;gap:8px;margin-top:6px}.product-compare-table__variant-group{margin-bottom:12px}.product-compare-table__variant-group:last-child{margin-bottom:0}.product-compare-table__variant-label{color:#000;font-family:var(--font-body-family);font-weight:300;font-size:12px;line-height:120%;letter-spacing:0px}.product-compare-table__swatch{width:18px;height:18px;border-radius:50%;border:1px solid rgba(0,0,0,.15);flex:none}.product-compare-table__empty{padding:40px;text-align:center;color:#000;border:none}@media screen and (max-width:989px){.product-compare-bar__inner{display:flex;align-items:center;gap:20px;flex-wrap:nowrap}}@media screen and (max-width:768px){.compare-checkbox-wrapper{top:45px;inset-inline-end:45px}html[dir=rtl] X.product-grid--grid-view .compare-checkbox-wrapper{top:43px;inset-inline-end:18px}.collection-product-view-list .compare-checkbox-wrapper{inset-inline-end:18px}html[dir=rtl] .collection-product-view-list .compare-checkbox-wrapper{inset-inline-end:16px;top:14px}.product-compare-bar__inner{gap:12px}.product-compare-bar__actions{gap:20px}.product-compare-bar__cta{font-size:12px;padding:12px 15px}}@media(max-width:749px){.compare-toggle__label{font-size:14px;white-space:nowrap}.product-compare-bar.is-visible{padding:8px 0}.collection-filter-bar{gap:0;justify-content:space-between}.product-compare-bar__items{max-width:154px;height:68px;overflow:scroll;scrollbar-width:none;gap:12px}.product-compare-bar__slot--filled{border:.76px solid #F2F2F2}.product-compare-bar__slot{width:46px;height:60px;border-radius:3px}.product-compare-bar__remove{height:15px;width:15px}.product-compare-bar__remove svg{height:6px;width:6px}.product-compare-bar__count{font-size:10px;font-weight:400}.product-compare-bar__actions{justify-content:space-between;flex-direction:column-reverse}.product-compare-bar__cta{font-size:10px;padding:8px 14px}.product-compare-bar__clear{font-size:10px}.product-compare-modal__dialog{max-width:350px;max-height:100%;margin:3vh auto}.product-compare-modal__close{top:0}.product-compare-modal__close svg{height:14px;width:14px}.product-compare-modal__scroll{padding:0 0 16px;margin:0 16px 24px}.product-compare-table th{min-width:130px;max-width:130px}.product-compare-table td{min-width:188px;max-width:188px}}.collection-footer-description{padding:0 0 30px}@media screen and (min-width:769px){.product-compare-table th,.product-compare-table td{font-size:16px}.facet-filters__field{gap:20px}}
/*# sourceMappingURL=/cdn/shop/t/177/assets/product-compare.css.map */
