.product-compare{margin-top:1rem}.product-compare-info{display:flex;align-items:center;gap:.6rem;position:relative;cursor:pointer}.product-compare-info:has(.product-compare-checkbox:disabled:not(:checked)){cursor:not-allowed;opacity:.5}@media(any-hover:hover)and (any-pointer:fine){.product-compare-info:hover .product-compare-checkbox:not(:disabled)~.compare-icon-checkbox{border-width:3px}}.shopify-section.section-compare{position:static}.show-compare{display:flex;position:fixed;right:.6rem;bottom:.6rem;transition:all .6s ease;z-index:2}.scroll-to-top:has(.active)~.section-compare .show-compare{right:3.6rem}.scroll-to-top:has(.scroll-stop)~.section-compare .show-compare{bottom:7rem}.show-compare-button{position:relative;width:2.4rem;height:6rem;padding:0;min-width:unset;min-height:unset;display:flex;justify-content:center;align-items:center;cursor:pointer;border-radius:4px;border-color:transparent;background-color:rgba(var(--color-background));color:rgba(var(--color-foreground));box-shadow:0 0 6px rgba(var(--color-foreground),.2);border:none}.show-compare-button .svg-wrapper,.show-compare-button .svg-wrapper svg{height:2.2rem;width:2.2rem}.compare-banner{position:fixed;right:3.6rem;bottom:.6rem;z-index:2;padding:1.6rem;width:calc(100% - 3rem);max-width:min(33rem,calc(100% - 5.1rem));transform:translateY(calc(100% + 3rem));transition:all .3s;border-radius:var(--style-popup-border-radius, .4rem);border-style:var(--style-popup-border-style);border-width:var(--style-popup-border-width);border-color:rgba(var(--color-foreground),var(--style-popup-border-opacity));overflow-y:auto;background-color:rgb(var(--color-background));box-shadow:0 0 6px rgba(var(--color-foreground),.2)}.compare-banner.open{right:3.6rem;transform:translateY(0);z-index:3}.compare-banner__wrapper{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:2rem}.compare-banner__top-hide-btn{display:flex;cursor:pointer}.compare-banner__products-wrapp{width:100%;display:flex;flex-direction:column;gap:1.6rem}.compare-banner__product-items{display:flex;flex-direction:column;gap:.8rem}.compare-banner__product-items:empty{display:flex;min-height:11.2rem}.compare-banner__product-item{display:flex;align-items:center;gap:1.5rem;background-color:rgb(var(--color-background))}.compare-banner__product-item .compare-media{position:relative;width:4.4rem;flex-shrink:0;border-radius:var(--small-product-card-border-radius);background-color:rgb(var(--color-background-secondary))}.compare-banner__product-item .compare-media>*{border-radius:var(--small-product-card-border-radius)}.compare-banner__product-item .compare-media a{position:absolute;top:0;left:0;width:100%;height:100%}.remove-compare-product{display:flex;justify-content:flex-end;align-items:center;width:3.4rem;height:3.4rem;cursor:pointer;z-index:2;margin-left:auto;transition:all .2s ease}@media(any-hover:hover)and (any-pointer:fine){.remove-compare-product:hover{transform:scale(1.1)}}.remove-compare-product:focus-visible{outline-offset:-3px}.remove-compare-product-icon{display:flex;width:2rem;height:2rem;pointer-events:none;position:relative}.remove-compare-product-icon:before,.remove-compare-product-icon:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg);width:1.5rem;height:2px;background-color:rgb(var(--color-background))}.compare-banner .remove-compare-product-icon:before,.compare-banner .remove-compare-product-icon:after{background-color:rgb(var(--color-foreground))}.remove-compare-product-icon:after{transform:translate(-50%,-50%) rotate(-45deg)}.compare-banner__product-sidebar{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:2.4rem}.compare-banner__top-btn-compare{width:100%}.compare-banner__product-item__empty-msg{padding:1.2rem 1.6rem;height:100%;width:100%;color:rgba(var(--color-foreground),.7);text-align:left;border-radius:var(--small-product-card-border-radius);background-color:rgba(var(--color-background-secondary),.9)}.shopify-section.section-compare:has(.compare-banner:not(.open):has(.compare-banner__product-item__empty-msg)){display:none}.shopify-section.section-compare:has(.compare-banner:not(.open):has(.compare-banner__product-item__empty-msg)) .compare-banner__product-items:has(.compare-banner__product-item__empty-msg)~.compare-banner__product-sidebar .compare-banner__top-btn-compare-clear{opacity:.6;pointer-events:none}.compare-banner__top-btn-compare.disabled{opacity:.6;pointer-events:none}.compare-banner.open .compare-banner__products-wrapp{display:flex}.compare-banner__top-text{display:flex;align-items:center;gap:1rem 3rem}.compare-banner.open .compare-banner__top-show-btn svg{transform:rotate(180deg)}.compare-banner__top-show-btn.open svg{transform:rotate(0)}.compare-banner__product-items.hide{display:none}.compare-modal{position:fixed;left:var(--header-margin);right:var(--header-margin);bottom:0;width:100%;max-width:min(calc(var(--header-width) - var(--header-margin) * 2),calc(100% - var(--header-margin) * 2));height:96vh;z-index:5;transform:translateY(110vh);transition:all .4s ease;border-style:var(--style-popup-border-style);border-width:var(--style-popup-border-width);border-color:rgba(var(--color-foreground),var(--style-popup-border-opacity));border-radius:var(--style-popup-border-radius, .4rem) var(--style-popup-border-radius, .4rem) 0 0;box-shadow:0 0 12px rgba(var(--color-foreground),.2)}.compare-modal.open{transform:translateY(0)}.compare-modal .page-width{padding:var(--header-margin)}.compare-modal-header{padding:0 0 3rem;display:flex;justify-content:space-between;align-items:center;gap:3rem;border-bottom:.1rem solid color-mix(in srgb,rgb(var(--color-foreground)),transparent 80%)}.compare-modal-close{width:4.2rem;height:4.2rem;display:flex;justify-content:flex-end;align-items:center;cursor:pointer;transition:all .2s ease}@media(any-hover:hover)and (any-pointer:fine){.compare-modal-close:hover{transform:scale(1.1)}}.compare-modal-close svg{width:2rem;height:2rem}.compare-modal-title{margin:0}.clear-compare-modal-products{margin-left:auto;flex-shrink:0;max-width:22rem}.compare-modal .loading__spinner{left:50%;top:40%;width:2.4rem;transform:translate(-50%,-50%)}.compare-modal-wrapper{height:calc(100vh - 13rem);overflow:auto}.compare-modal-content{margin-top:3.6rem;margin-bottom:8rem;display:flex;flex-direction:column;overflow:auto}.compare-row{display:flex;gap:2rem}.compare-row:first-child .compare-product{border-radius:var(--small-product-card-border-radius);background-color:rgb(var(--color-foreground));margin-bottom:.8rem}.compare-row:first-child .compare-product *{color:rgb(var(--color-background))}.compare-row:first-child .compare-product .remove-compare-product-icon{background-color:rgb(var(--color-foreground))}.compare-row:nth-child(2) .compare-product{border-radius:var(--small-product-card-border-radius) var(--small-product-card-border-radius) 0 0}.compare-row:last-child .compare-product{border-radius:0 0 var(--small-product-card-border-radius) var(--small-product-card-border-radius)}.compare-product{display:flex;flex-direction:column;min-width:17.2rem;padding:1.2rem;border:.1rem solid color-mix(in srgb,rgb(var(--color-foreground)),transparent 80%);border-bottom:none;overflow:hidden;background-color:rgb(var(--color-background-secondary))}.compare-product[data-compare-key=compare-view_more]{padding:2.4rem 1.6rem;display:flex;justify-content:center;align-items:center}.compare-product modal-opener,.compare-product product-form,.compare-product .button{width:100%}.compare-row:last-child .compare-product{border-bottom:.1rem solid color-mix(in srgb,rgb(var(--color-foreground)),transparent 80%)}.compare-product.compare-product-header{flex-direction:row;align-items:center;position:relative;gap:1.6rem;padding:.4rem}.compare-product-header .remove-compare-product{position:absolute;top:.2rem;right:.5rem;margin:0;cursor:pointer;transition:all .2s ease}@media(any-hover:hover)and (any-pointer:fine){.compare-product-header .remove-compare-product:hover{transform:scale(1.1)}}.compare-product-header .product-info{width:100%}.compare-product-header .compare-product-type{color:rgb(var(--color-foreground-secondary));display:inline-block;text-align:center;width:100%}.compare-product-header .compare-product-title{margin-top:.4rem;margin-bottom:.4rem}@media(any-hover:hover)and (any-pointer:fine){.compare-product-header .compare-product-title a:hover{text-decoration:underline}}.compare-product-header .compare-product-title a:focus-visible{outline:1px solid rgb(var(--color-background));outline-offset:1px}.compare-product-price{display:flex;justify-content:center;gap:1rem;align-items:baseline}.compare-product-header .button{width:100%}.compare-product .compare-label{color:rgb(var(--color-foreground));margin-bottom:.8rem}.compare-product-price .compare-label{margin-bottom:0}.compare-product .card-variants{display:flex;flex-direction:row;flex-wrap:wrap;gap:.8rem;--swatch--size: 3.2rem}.compare-product .card-variants .swatch{--swatch--size: 3.2rem;display:flex;width:var(--swatch--size);height:var(--swatch--size);justify-content:center;align-items:center;background:var(--swatch--background);background-position:var(--swatch-focal-point, initial);background-size:cover;background-origin:border-box;border:.1rem solid rgba(var(--color-foreground),.15);border:none;border-radius:var(--swatch--border-radius);outline-offset:1px;outline:1px solid rgb(var(--color-foreground));border-radius:var(--small-product-card-border-radius);margin-top:.3rem}.compare-product .dropdown-swatch--text{display:inline-flex;align-items:center;justify-content:center;min-width:3.2rem;height:3.2rem;padding:.2rem .8rem;border-radius:var(--small-product-card-border-radius);outline-offset:1px;outline:1px solid rgb(var(--color-foreground));line-height:1;color:rgb(var(--color-foreground));margin-top:.3rem;white-space:nowrap}.compare-product .compare-label+.rte p,.compare-product .compare-label+span{font-size:1.6rem}.compare-product .compare-label+.rte ol:only-child,.compare-product .compare-label+.rte ul:only-child{margin:0}.compare-product .compare-label+.rte ol:first-child,.compare-product .compare-label+.rte ul:first-child{margin-top:0}.compare-row--metafield .rte p:only-child{margin:0}.compare-product .product-media{width:100%;max-width:10rem;background-color:rgb(var(--color-background-secondary));border-radius:var(--small-product-card-border-radius)}.compare-product .product-image{position:relative;width:100%;padding-bottom:10rem;border-radius:var(--small-product-card-border-radius)}.compare-product .product-media svg,.compare-product .product-media img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;border-radius:var(--small-product-card-border-radius)}.compare-product .product-media svg{fill:rgb(var(--color-foreground-secondary));stroke:rgb(var(--color-foreground-secondary))}.compare-modal-content .compare-product .product-info{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left;padding:.6rem 2rem .6rem 0}.compare-modal-content .compare-product .compare-product-type{text-align:left}.compare-modal-content .compare-product{width:25%;max-width:25%;flex-basis:25%}.compare-row--product .compare-product{padding:0}@media screen and (max-width:1225px){.compare-modal-content[data-compare-count="2"] .compare-product{width:50%;max-width:50%;flex-basis:25%}.compare-modal-content[data-compare-count="3"] .compare-product{width:33%;max-width:33%;flex-basis:33%}.compare-modal-content[data-compare-count="4"] .compare-product{width:25%;max-width:25%;flex-basis:25%}}@media screen and (max-width:1025px){.compare-modal-content[data-compare-count="2"] .compare-product{min-width:25rem;max-width:50%}.compare-modal-content[data-compare-count="3"] .compare-product{min-width:25rem;max-width:33%}.compare-modal-content[data-compare-count="4"] .compare-product{min-width:25rem;max-width:32%}.compare-modal-content[data-compare-count="2"] .compare-product .product-info{height:auto}.compare-product{flex-wrap:wrap}.compare-product.compare-product-header{flex-direction:column;gap:.8rem}.compare-modal-content .compare-product .product-info{padding:.6rem 2rem 1.2rem 1.2rem}.compare-product .product-media{max-width:100%}}@media screen and (max-width:989px){.compare-product-header .product-info>a{padding:1.2rem}}@media screen and (max-width:749px){.compare-modal{top:0;left:0;right:0;height:100%;width:100%;max-width:100%}.compare-modal .page-width{padding:2.4rem 1.6rem}.compare-modal-header{flex-wrap:wrap;gap:2rem}.compare-modal-title{padding-right:2rem}.compare-modal-content[data-compare-count="2"] .compare-product .product-info{height:auto}.clear-compare-modal-products{margin-left:0;margin-right:0}.compare-banner__product-item .compare-title{font-size:1.4rem}.compare-modal-content{margin-top:1rem;margin-bottom:0}.compare-modal-content[data-compare-count="2"] .compare-product,.compare-modal-content[data-compare-count="3"] .compare-product,.compare-modal-content[data-compare-count="4"] .compare-product{max-width:45%}.compare-product .product-media{max-width:100%}.compare-modal-content .compare-product .product-info{padding-left:.8rem;padding-right:.8rem;padding-bottom:1.2rem}.compare-modal-close{position:absolute;top:1rem;right:1rem}.compare-modal-wrapper{padding-bottom:5.6rem}}@media screen and (max-width:390px){.compare-modal-close{width:3.6rem;height:3.6rem}.compare-banner__top-text{gap:1rem 2rem}}@media screen and (min-width:750px){.compare-product{padding:2.4rem 1.6rem;min-width:20rem}}.compare-product .options-empty{display:none}.compare-product .compare-label+.options-empty,.compare-product .options-wrapp:empty+.options-empty{display:inline-block}
/*# sourceMappingURL=/cdn/shop/t/2/assets/compare.css.map */
