.compare-toggle-container{display:flex;align-items:center;margin-left:2rem;border-left:.2rem solid rgba(var(--color-foreground),.2);padding-left:2rem}.compare-toggle{position:relative;display:inline-block;width:3.4rem;height:1.8rem;margin-left:10px}.compare-toggle input{opacity:0;width:0;height:0}.compare-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:rgba(var(--color-foreground),.2);transition:.4s;border-radius:34px}.compare-slider:before{position:absolute;content:"";height:1.4rem;width:1.4rem;left:.3rem;bottom:.2rem;background-color:rgb(var(--color-background));transition:.4s;border-radius:50%}input:checked+.compare-slider{background-color:rgb(var(--color-foreground))}input:checked+.compare-slider:before{transform:translate(1.4rem)}.product-compare-checkbox{position:absolute;top:10px;right:10px;z-index:1;display:none}.product-compare-checkbox.active{display:block}.product-compare-checkbox input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:rgb(var(--color-foreground));background-color:rgb(var(--color-background))}.product-compare-checkbox input[type=checkbox]:focus{outline:none;box-shadow:none}.compare-bar{position:fixed;bottom:0;left:0;right:0;background:rgb(var(--color-background));box-shadow:0 -2px 10px rgba(var(--color-foreground),.1);padding:1.5rem 0;z-index:10;display:none;align-items:center;justify-content:space-between;border-top:1px solid rgba(var(--color-foreground),.1)}.compare-bar.active{display:flex}.compare-bar-inner{display:flex;align-items:center;justify-content:space-between}.compare-products-preview{display:flex;align-items:center;gap:1rem}.compare-product-item{position:relative;width:6rem;height:6rem;border:.1rem solid rgba(var(--color-foreground),.1);border-radius:.5rem;background:rgb(var(--color-background))}.compare-product-item img{width:100%;height:100%;object-fit:cover}.compare-product-item .remove-btn{position:absolute;top:-.5rem;right:-.5rem;width:2rem;height:2rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center}.compare-actions{display:flex;align-items:center;gap:1.5rem}.clear-all-btn{background:transparent;color:rgba(var(--color-foreground),.7);border:1px solid rgba(var(--color-foreground),.2)}.clear-all-btn:hover{background:rgba(var(--color-foreground),.05)}.compare-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:2000}.compare-modal.active{display:flex;align-items:center;justify-content:center}.compare-modal-content{background:rgb(var(--color-background));border-radius:1rem;max-width:90vw;max-height:90vh;overflow:auto;position:relative;scrollbar-width:thin}.compare-modal-header{padding:2rem 2rem 0;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;background:rgb(var(--color-background));z-index:10}.compare-modal-header *{margin-bottom:0}.compare-modal-close{background:none;border:none;font-size:2.4rem;cursor:pointer;color:rgba(var(--color-foreground),.6);border:.1rem solid rgba(var(--color-foreground),.1);width:4rem;height:4rem;line-height:4rem;border-radius:50%}.compare-modal-close:hover{color:rgb(var(--color-foreground))}.compare-table-container{padding:2rem}.compare-table{width:100%;border-collapse:collapse;min-width:600px}.compare-table th,.compare-table td{padding:1.5rem;text-align:left;border:1px solid rgba(var(--color-foreground),.1);vertical-align:top}.compare-table td{min-width:20rem}.compare-table th{background:rgba(var(--color-foreground),.05);left:0;z-index:5;min-width:20rem}.compare-table td:first-child{font-weight:500;background:rgba(var(--color-foreground),.05);left:0;z-index:5}.product-image-cell{text-align:center;padding:2rem 1.5rem}.product-image-cell img{width:120px;height:120px;object-fit:cover;border-radius:.5rem}.product-title{margin-top:1rem}.view-details-btn{border:none;cursor:pointer;margin-top:1rem}.price-current{color:rgb(var(--color-base-accent-2, 220, 53, 69));font-weight:600;font-size:1.8rem}.price-original{color:rgba(var(--color-foreground),.6);text-decoration:line-through;margin-left:1rem}.color-swatch{display:inline-block;width:20px;height:20px;border-radius:50%;margin-right:.5rem;border:1px solid rgba(var(--color-foreground),.2)}@media screen and (max-width: 749px){.compare-bar-inner{flex-direction:column;gap:1rem;padding:1rem}.compare-products-preview{flex-wrap:wrap;justify-content:center}.compare-modal-content{max-width:95vw;margin:1rem}.compare-table-container{overflow-x:auto}.product-image-cell img{width:80px;height:80px}.compare-toggle-container{margin-left:0;margin-top:1rem}}.compare-toggle-container-mobile{display:flex;align-items:center;padding:0}@media screen and (max-width: 749px){.compare-toggle-container-mobile{margin:1.5rem .5rem 0}}.compare-toggle-mobile{display:flex;align-items:center;cursor:pointer;gap:1rem}.compare-toggle-mobile input{opacity:0;width:0;height:0}.compare-slider-mobile{position:relative;display:inline-block;width:3.4rem;height:1.8rem;background-color:rgba(var(--color-foreground),.2);border-radius:34px;transition:.4s;flex-shrink:0}.compare-slider-mobile:before{position:absolute;content:"";height:1.4rem;width:1.4rem;left:.3rem;bottom:.2rem;background-color:rgb(var(--color-background));transition:.4s;border-radius:50%}.compare-toggle-input:checked+.compare-slider-mobile{background-color:rgb(var(--color-foreground))}.compare-toggle-input:checked+.compare-slider-mobile:before{transform:translate(1.4rem)}.compare-label-mobile{font-size:1.4rem;font-weight:500;color:rgb(var(--color-foreground));flex-grow:1}@media screen and (min-width: 750px){.compare-toggle-container-mobile{display:none!important}.facets-container-drawer .compare-toggle-container-mobile{display:block!important}}@media screen and (max-width: 749px){.compare-toggle-container{display:none!important}.compare-toggle-container-mobile{display:flex}}.compare-toggle-button-mobile{display:flex;align-items:center;justify-content:center;padding:1rem;background:transparent;border:1px solid rgba(var(--color-foreground),.2);border-radius:.5rem;cursor:pointer;gap:.8rem;min-width:120px;font-size:1.3rem;color:rgb(var(--color-foreground));transition:all .3s ease}.compare-toggle-button-mobile.active{background:var(--color-base-accent-1, #007bff);color:#fff;border-color:var(--color-base-accent-1, #007bff)}.compare-toggle-button-mobile:hover{border-color:var(--color-base-accent-1, #007bff)}.compare-icon{width:18px;height:18px}.variants-container-formatted{display:flex;flex-direction:column;gap:.5rem}.variant-option-line{line-height:1.5;font-size:1.4rem}.variant-option-line strong{color:rgb(var(--color-foreground));font-weight:600;margin-right:.5rem}.product-available{font-weight:600}.product-unavailable{color:#dc3545;font-weight:600}body.compare-bar-activated{padding-bottom:9.1rem}@media screen and (max-width: 1400px){body.compare-bar-activated #scroll__top{bottom:10rem!important}}@media screen and (max-width: 750px){body.compare-bar-activated{padding-bottom:16.4rem}body.compare-bar-activated #scroll__top{bottom:15rem!important}}
/*# sourceMappingURL=/cdn/shop/t/193/assets/product-compare.css.map */
