.product-compare{position:relative;background-color:var(--pc-bg, #1a1a1a);padding:60px 0 80px;overflow:hidden}.product-compare__container{max-width:1200px;margin:0 auto;padding:0 20px}.product-compare__heading{color:var(--pc-heading, #fff);text-align:center;font-size:32px;font-weight:600;margin:0 0 48px;letter-spacing:-.02em}.product-compare__carousel-wrapper{position:relative}.product-compare__arrow{position:fixed;z-index:51;background:none;border:none;cursor:pointer;color:var(--pc-text, #fff);padding:0;opacity:0;pointer-events:none;transition:opacity .25s ease}.product-compare__arrow--visible{opacity:1;pointer-events:auto}.product-compare__arrow svg circle{fill:var(--pc-bg, #1a1a1a);fill-opacity:.85}.product-compare__arrow:hover svg circle{fill-opacity:1}.product-compare__labels-overlay{position:absolute;top:0;left:0;right:0;pointer-events:none;z-index:5}.product-compare__feature-label{position:absolute;left:0;right:0;text-align:center;padding:20px 0 12px;color:var(--pc-feature-label, #fff);font-size:15px;font-weight:600;letter-spacing:-.01em}.product-compare__feature-label-text{display:block}.product-compare__scroll-area{position:relative;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;scrollbar-width:none;-ms-overflow-style:none}.product-compare__scroll-area::-webkit-scrollbar{display:none}.product-compare__grid{display:flex;flex-direction:column}.product-compare__row{display:grid;grid-template-columns:repeat(var(--pc-columns, 4),minmax(160px,1fr));gap:16px}.product-compare__label-spacer{text-align:center;padding:20px 0 12px;font-size:15px;font-weight:600;letter-spacing:-.01em;visibility:hidden}.product-compare__label-spacer-text{display:block}.product-compare__row--products{margin-bottom:8px}.product-compare__product-card{display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;color:var(--pc-text, #fff);padding:20px 12px;border-radius:12px;transition:background-color .2s ease;scroll-snap-align:start}.product-compare__product-card:hover{background-color:var(--pc-tile, #2a2a2a)}.product-compare__product-image-wrap{width:100%;max-width:180px;aspect-ratio:1;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.product-compare__product-image{max-width:100%;max-height:100%;height:auto;object-fit:contain}.product-compare__placeholder-svg{width:80%;height:auto;opacity:.3}.product-compare__product-name{font-size:16px;font-weight:600;margin:0 0 4px;color:var(--pc-text, #fff);letter-spacing:-.01em}.product-compare__product-price{font-size:14px;margin:0;color:var(--pc-price, #ccc)}.product-compare__cell{scroll-snap-align:start}.product-compare__cell-inner{display:flex;align-items:center;justify-content:center;background-color:var(--pc-tile, #2a2a2a);border-radius:12px;min-height:64px;padding:12px 16px}.product-compare__checkmark svg{display:block}.product-compare__dash{font-size:20px;font-weight:500;color:var(--pc-dash, #888);line-height:1}.product-compare__text-value{font-size:18px;font-weight:700;color:var(--pc-text, #fff);line-height:1.2;text-align:center}.product-compare__feature-image{max-height:40px;width:auto;max-width:100%;object-fit:contain}.product-compare__dots{display:flex;justify-content:center;gap:8px;margin-top:24px}.product-compare__dots:empty{display:none}.product-compare__dot{width:10px;height:10px;border-radius:50%;background-color:var(--pc-dash, #888);border:none;padding:0;cursor:pointer;transition:background-color .2s ease,transform .2s ease;opacity:.5}.product-compare__dot--active{background-color:var(--pc-text, #fff);opacity:1;transform:scale(1.2)}.product-compare__sticky-header{position:fixed;top:0;left:0;right:0;z-index:50;background-color:var(--pc-bg, #1a1a1a);border-bottom:1px solid rgba(255,255,255,.08);transform:translateY(-100%);opacity:0;transition:transform .3s ease,opacity .3s ease;pointer-events:none}.product-compare__sticky-header--visible{transform:translateY(var(--pc-sticky-offset, 0px));opacity:1;pointer-events:auto}.product-compare__sticky-inner{max-width:1200px;margin:0 auto;padding:0 20px}.product-compare__sticky-scroll{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.product-compare__sticky-scroll::-webkit-scrollbar{display:none}.product-compare__sticky-row{display:grid;grid-template-columns:repeat(var(--pc-columns, 4),minmax(160px,1fr));gap:16px;padding:10px 0}.product-compare__sticky-product{display:flex;align-items:center;justify-content:center;gap:10px;text-decoration:none;color:var(--pc-text, #fff);padding:6px 8px;border-radius:8px;transition:background-color .15s ease;min-width:0}.product-compare__sticky-product:hover{background-color:var(--pc-tile, #2a2a2a)}.product-compare__sticky-image{width:44px;height:44px;object-fit:contain;flex-shrink:0;border-radius:6px}.product-compare__sticky-info{display:flex;flex-direction:column;min-width:0}.product-compare__sticky-name{font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--pc-text, #fff)}.product-compare__sticky-price{font-size:12px;color:var(--pc-price, #ccc)}@media screen and (max-width:1024px){.product-compare__row,.product-compare__sticky-row{grid-template-columns:repeat(var(--pc-columns, 4),minmax(150px,1fr));gap:12px}}@media screen and (max-width:749px){.product-compare{padding:40px 0 60px}.product-compare__heading{font-size:24px;margin-bottom:32px}.product-compare__container{padding:0 16px}.product-compare__row,.product-compare__sticky-row{grid-template-columns:repeat(var(--pc-columns, 4),minmax(140px,1fr));gap:10px}.product-compare__cell-inner{min-height:52px;padding:10px 12px;border-radius:10px}.product-compare__product-card{padding:14px 8px}.product-compare__product-image-wrap{max-width:140px;margin-bottom:8px}.product-compare__product-name{font-size:14px}.product-compare__product-price{font-size:13px}.product-compare__feature-label,.product-compare__label-spacer{font-size:14px;padding:16px 0 10px}.product-compare__text-value{font-size:15px}.product-compare__feature-image{max-height:32px}.product-compare__arrow{width:36px;height:36px}.product-compare__arrow svg{width:36px;height:36px}.product-compare__sticky-row{padding:8px 0}.product-compare__sticky-image{width:36px;height:36px}.product-compare__sticky-name{font-size:12px}.product-compare__sticky-price{font-size:11px}}
/*# sourceMappingURL=/cdn/shop/t/19/assets/product-compare.css.map */
