<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product-compare-checkbox{position:absolute;top:6px;right:6px;z-index:12;background:#ffffffe6;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(224,224,224,.6);cursor:pointer;transition:all .3s ease;opacity:.9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.product-compare-checkbox:hover{background:#fff;box-shadow:0 3px 12px #00000026;opacity:1;transform:scale(1.05)}.product-compare-checkbox input[type=checkbox]{position:absolute;opacity:0;width:100%;height:100%;margin:0;cursor:pointer;z-index:2}.product-compare-checkbox .checkmark{position:relative;width:18px;height:18px;border:2px solid #666;border-radius:3px;background:transparent;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.product-compare-checkbox .checkmark:after{content:"";position:absolute;width:6px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg) scale(0);transition:all .2s ease}.product-compare-checkbox input[type=checkbox]:checked+.checkmark{background:#000;border-color:#000}.product-compare-checkbox input[type=checkbox]:checked+.checkmark:after{transform:rotate(45deg) scale(1)}.product-compare-checkbox.checked{background:#0000001a;border-color:#0000004d}@media only screen and (max-width: 767px){.product-compare-checkbox{width:40px;height:40px;top:4px;right:8px}.product-compare-checkbox .checkmark{width:18px;height:18px;border-width:2px}.product-compare-checkbox .checkmark:after{width:6px;height:10px;border-width:0 2px 2px 0}}.compare-toolbar{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e0e0e0;padding:16px 20px;z-index:1000;transform:translateY(100%);transition:transform .3s ease;box-shadow:0 -4px 12px #0000001a}.compare-toolbar.show{transform:translateY(0)}.compare-toolbar-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px}.compare-products-list{display:flex;gap:12px;flex:1;overflow-x:auto;padding:0;margin:0;list-style:none}.compare-product-item{display:flex;align-items:center;gap:8px;background:#f8f8f8;border-radius:8px;padding:8px 12px;white-space:nowrap;min-width:0}.compare-product-item img{width:32px;height:32px;object-fit:cover;border-radius:4px}.compare-product-name{font-size:14px;font-weight:500;color:#333;overflow:hidden;text-overflow:ellipsis;max-width:120px}.compare-remove-btn{background:none;border:none;color:#999;cursor:pointer;font-size:16px;line-height:1;padding:2px;margin-left:4px}.compare-remove-btn:hover{color:#333}.compare-actions{display:flex;gap:12px;align-items:center}.compare-count{font-size:14px;color:#666;white-space:nowrap}.compare-btn{background:#000;color:#fff;border:none;padding:12px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;text-decoration:none;transition:background-color .3s ease;white-space:nowrap}.compare-btn:hover{background:#333;color:#fff}.compare-btn:disabled{background:#ccc;cursor:not-allowed}.compare-clear-btn{background:none;border:1px solid #cccccc;color:#666;padding:11px 16px;border-radius:6px;font-size:14px;cursor:pointer;transition:all .3s ease;white-space:nowrap}.compare-clear-btn:hover{border-color:#999;color:#333}.compare-page{padding:40px 20px;max-width:1200px;margin:0 auto}.compare-page-header{text-align:center;margin-bottom:40px}.compare-page-title{font-size:32px;font-weight:600;margin-bottom:16px;color:#333}.compare-page-subtitle{font-size:16px;color:#666;margin-bottom:24px}.compare-page-actions{display:flex;gap:16px;justify-content:center;align-items:center;flex-wrap:wrap}.back-to-collection-btn{display:inline-flex;align-items:center;gap:8px;color:#666;text-decoration:none;font-size:14px;padding:8px 16px;border:1px solid #e0e0e0;border-radius:6px;transition:all .3s ease}.back-to-collection-btn:hover{color:#333;border-color:#ccc}.compare-table-container{overflow-x:auto;margin-top:40px}.compare-table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #00000014}.compare-table th,.compare-table td{padding:20px 16px;text-align:left;border-bottom:1px solid #f0f0f0;vertical-align:top}.compare-table th{background:#f8f8f8;font-weight:600;color:#333;font-size:14px;text-transform:uppercase;letter-spacing:.5px;min-width:120px}.compare-table td{font-size:14px;color:#666}.compare-table tr:last-child th,.compare-table tr:last-child td{border-bottom:none}.compare-product-info{display:flex;flex-direction:column;align-items:center;text-align:center;min-width:200px}.compare-product-image{width:120px;height:120px;object-fit:cover;border-radius:8px;margin-bottom:12px;border:1px solid #f0f0f0;object-fit:contain}.compare-product-title{font-size:18px;font-weight:600;color:#333;margin-bottom:8px;line-height:1.3}.compare-product-sku{font-size:12px;color:#999;text-transform:uppercase;letter-spacing:.5px}.compare-remove-product{background:#f44;color:#fff;border:none;padding:6px 12px;border-radius:4px;font-size:16px;cursor:pointer;margin-top:8px;transition:background-color .3s ease}.compare-remove-product:hover{background:#c00}.compare-variants{display:flex;flex-direction:column;gap:8px}.compare-variant{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:8px 12px;background:#f8f8f8;border-radius:6px;font-size:13px}.compare-variant&gt;span:not(:last-child){flex:1}.compare-variant-name{font-weight:500;color:#333}.compare-variant-stock{padding:2px 8px;border-radius:12px;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.compare-variant-stock.in-stock{background:#e8f5e8;color:#2d5a2d}.compare-variant-stock.out-of-stock{background:#ffe8e8;color:brown}.compare-financing{text-align:center}.compare-financing-amount{font-size:18px;font-weight:600;color:#333;margin-bottom:4px}.compare-financing-terms{font-size:12px;color:#666}.financing-icon{width:80px;height:auto;margin-left:8px;vertical-align:middle;opacity:.9;display:inline-block}.compare-empty{text-align:center;padding:80px 20px}.compare-empty-title{font-size:24px;font-weight:600;color:#333;margin-bottom:12px}@media (max-width: 768px){.compare-toolbar-content{flex-direction:column;gap:12px}.compare-products-list{justify-content:center;flex-wrap:wrap}.compare-page{padding:20px 16px}.compare-page-title{font-size:24px}.compare-page-actions{flex-direction:column}.compare-table-container{overflow-x:auto;-webkit-overflow-scrolling:touch;width:100vw;margin-left:-16px;margin-right:-16px;padding:0 16px}.compare-table{min-width:100%;table-layout:fixed;width:max-content}.compare-table th:first-child{width:120px;min-width:120px;left:16px;background:#f8f8f8;z-index:2}.compare-table td{width:calc((100vw - 152px)/2);min-width:calc((100vw - 152px)/2)}.compare-table th,.compare-table td{padding:16px 12px;font-size:13px;word-wrap:break-word}.compare-product-info{min-width:unset;width:100%}.compare-product-image{width:80px;height:80px}.compare-product-title{font-size:14px;line-height:1.2;margin-bottom:6px}.compare-product-sku{font-size:11px;margin-bottom:8px}.compare-remove-product{font-size:12px;padding:4px 8px}.compare-variant{padding:6px 8px;font-size:12px;flex-direction:column;gap:4px;text-align:center}.compare-financing-amount{font-size:16px;margin-bottom:2px}.compare-financing-terms{font-size:11px}.financing-icon{width:60px;margin-left:4px}}@media (max-width: 480px){.compare-table-container{margin-left:-16px;margin-right:-16px;padding:0 16px}.compare-table th:first-child{width:100px;min-width:100px;left:16px}.compare-table td{width:calc((100vw - 132px)/2);min-width:calc((100vw - 132px)/2)}.compare-table th,.compare-table td{padding:14px 8px;font-size:12px}.compare-product-image{width:70px;height:70px}.compare-product-title{font-size:13px}.compare-product-sku{font-size:10px}.financing-icon{width:50px;margin-left:2px}}
/*# sourceMappingURL=/cdn/shop/t/25/assets/product-compare.css.map */
</pre></body></html>