.compare-products{--compare-radius: 10px;--compare-gap: clamp(16px, 3vw, 32px);--compare-card-border: #eceef2;--compare-save-bg: #e8f7ef;--compare-save-text: #2a9d5c}.compare-products__header{max-width:640px;margin:0 auto clamp(32px,5vw,48px);text-align:center}.compare-products__subheading{margin:0 0 12px;color:#5a7a9b;font-size:.8125rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.compare-products__heading{margin:0 0 12px;text-transform:uppercase;letter-spacing:.02em;line-height:1.15}.compare-products__text{margin:0;color:var(--text-light, #718096);line-height:1.5}.compare-products__text p{margin:0}.compare-products__grid{display:grid;gap:var(--compare-gap)}@media only screen and (min-width:750px){.compare-products__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:749px){.compare-products__grid{display:grid;gap:var(--compare-gap);grid-auto-flow:column;grid-auto-columns:calc(100% - 50px);overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none;scroll-padding:var(--outer);margin-inline:calc(var(--outer) * -1);padding-inline:var(--outer)}.compare-products__grid::-webkit-scrollbar{display:none}.compare-products__grid>*{scroll-snap-align:start;scroll-snap-stop:always}}.compare-products__card{display:flex;flex-direction:column;border-radius:24px;border:2px solid rgba(26,39,68,.08);background:#fbfcff;overflow:hidden;padding:15px 15px 0;transition:all .5s ease-in-out}.compare-products__card:hover{border:2px solid #1A2744}.compare-products__media{position:relative;aspect-ratio:4/5;background:#f7f8fa;border-radius:var(--compare-radius);overflow:hidden}.compare-products__media-link{display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.compare-products__media-link .image-wrapper,.compare-products__media-link img,.compare-products__media .image-wrapper,.compare-products__media img{width:100%;height:100%;object-fit:cover}.compare-products__hotspots{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none}.compare-products__hotspot{position:absolute;top:var(--dot-top);left:var(--dot-left);margin-top:-16px;margin-left:-16px;pointer-events:auto}.compare-products__marker{--marker-size: 32px;position:relative;display:flex;align-items:center;justify-content:center;width:var(--marker-size);height:var(--marker-size);padding:0;border:none;border-radius:50%;background:#fff;color:var(--text);cursor:pointer;box-shadow:0 2px 10px #00000026;transition:transform .25s ease,box-shadow .25s ease}.compare-products__marker .icon{width:18px;height:18px;stroke:currentcolor;transition:transform .3s ease}.compare-products__marker:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:inherit;animation:pulseInOutSubtle 2.5s ease infinite;pointer-events:none}@media(hover:hover){.compare-products__marker:hover,.compare-products__hotspot.is-active .compare-products__marker{transform:scale(1.1);box-shadow:0 4px 16px #0003}.compare-products__marker:hover .icon,.compare-products__hotspot.is-active .compare-products__marker .icon{transform:rotate(45deg)}.compare-products__hotspot:hover .compare-products__tooltip,.compare-products__hotspot.is-hovered .compare-products__tooltip{opacity:1;visibility:visible;transform:translate(-50%)}.compare-products__hotspot:hover .compare-products__tooltip--bottom,.compare-products__hotspot.is-hovered .compare-products__tooltip--bottom{transform:translate(-50%)}.compare-products__hotspot:hover .compare-products__tooltip--left,.compare-products__hotspot.is-hovered .compare-products__tooltip--left,.compare-products__hotspot:hover .compare-products__tooltip--right,.compare-products__hotspot.is-hovered .compare-products__tooltip--right{transform:translateY(-50%)}}.compare-products__hotspot.is-active .compare-products__marker .icon{transform:rotate(45deg)}.compare-products__tooltip{position:absolute;z-index:5;min-width:140px;max-width:min(220px,60vw);padding:10px 14px;border-radius:8px;background:#fff;color:var(--text);font-size:.8125rem;font-weight:500;line-height:1.35;text-align:center;box-shadow:0 4px 20px #0000001f;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .25s ease,visibility .25s ease,transform .25s ease;pointer-events:none}.compare-products__tooltip p{margin:0}.compare-products__tooltip--top{bottom:calc(100% + 10px);left:50%;transform:translate(-50%,8px)}.compare-products__tooltip--bottom{top:calc(100% + 10px);left:50%;transform:translate(-50%,-8px)}.compare-products__tooltip--left{right:calc(100% + 10px);top:50%;transform:translate(8px,-50%)}.compare-products__tooltip--right{left:calc(100% + 10px);top:50%;transform:translate(-8px,-50%)}.compare-products__tooltip--top:after,.compare-products__tooltip--bottom:after,.compare-products__tooltip--left:after,.compare-products__tooltip--right:after{content:"";position:absolute;width:0;height:0;border:6px solid transparent}.compare-products__tooltip--top:after{top:100%;left:50%;margin-left:-6px;border-top-color:#fff}.compare-products__tooltip--bottom:after{bottom:100%;left:50%;margin-left:-6px;border-bottom-color:#fff}.compare-products__tooltip--left:after{left:100%;top:50%;margin-top:-6px;border-left-color:#fff}.compare-products__tooltip--right:after{right:100%;top:50%;margin-top:-6px;border-right-color:#fff}.compare-products__hotspot.is-active .compare-products__tooltip{opacity:1;visibility:visible;pointer-events:auto}.compare-products__hotspot.is-active .compare-products__tooltip--top,.compare-products__hotspot.is-active .compare-products__tooltip--bottom{transform:translate(-50%)}.compare-products__hotspot.is-active .compare-products__tooltip--left,.compare-products__hotspot.is-active .compare-products__tooltip--right{transform:translateY(-50%)}.compare-products__body{display:flex;flex-direction:column;gap:10px;padding:clamp(15px,2vw,20px) 0}.compare-products__title{margin:0;font-size:16px;font-weight:700;text-transform:uppercase;line-height:1.3;text-align:center}.compare-products__title-link{color:inherit;text-decoration:none}.compare-products__title-link:hover{text-decoration:underline}.compare-products__pricing{display:flex;align-items:center;flex-wrap:wrap;gap:4px 6px;font-size:15px;justify-content:center}.compare-products__price-current{font-weight:700}.compare-products__price-compare{text-decoration:line-through;opacity:.5;font-weight:600}.compare-products__save{color:#fff;font-size:var(--font-body-x-small);font-weight:700;line-height:1.3;border-radius:50rem;background:#03895d;padding:4px 7px}.compare-products__form{display:flex;flex-direction:column;gap:12px}.compare-products__submit{width:100%}.compare-products__details{display:inline-flex;align-items:center;justify-content:center;gap:6px;font-weight:500;color:var(--text);text-decoration:none;transition:color .2s ease}.compare-products__details svg{width:12px;height:12px;flex-shrink:0}@media(hover:hover){.compare-products__details:hover{color:var(--link)}}@media only screen and (max-width:749px){.compare-products__card+.compare-products__card{margin-top:0}}
/*# sourceMappingURL=/cdn/shop/t/34/assets/compare-products.css.map */
