.compare-checkbox-wrapper{display:flex;align-items:center;gap:.5rem;margin-top:.75rem;cursor:pointer;-webkit-user-select:none;user-select:none}.compare-checkbox-input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.compare-checkbox-custom{position:relative;display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem;border:2px solid #6b7280;border-radius:.25rem;background-color:#fff;transition:all .15s ease-in-out;flex-shrink:0}.compare-checkbox-custom:after{content:"";position:absolute;display:none;width:.25rem;height:.5rem;border:solid #ffffff;border-width:0 2px 2px 0;transform:rotate(45deg);margin-bottom:2px}.compare-checkbox-input:checked+.compare-checkbox-custom{background-color:#00839f;border-color:#00839f}.compare-checkbox-input:checked+.compare-checkbox-custom:after{display:block}.compare-checkbox-input:focus-visible+.compare-checkbox-custom{outline:2px solid #00839f;outline-offset:2px}.compare-checkbox-wrapper:hover .compare-checkbox-custom{border-color:#00839f}.compare-checkbox-label{font-size:.75rem;font-weight:700;color:#374151;line-height:1.25}.compare-checkbox-wrapper.compare-checkbox-disabled{cursor:not-allowed;opacity:.5}.compare-checkbox-wrapper.compare-checkbox-disabled .compare-checkbox-custom{background-color:#e5e7eb;border-color:#d1d5db}.compare-checkbox-wrapper.compare-checkbox-disabled:hover .compare-checkbox-custom{border-color:#d1d5db}@media(min-width:640px){.compare-checkbox-wrapper{margin-top:1rem}.compare-checkbox-custom{width:1.125rem;height:1.125rem}.compare-checkbox-label{font-size:.8125rem}}.compare-bar{position:fixed;bottom:0;left:0;right:0;height:106px;background-color:#f0f4fa;display:flex;align-items:center;justify-content:space-between;padding:0 2rem 0 3rem;box-shadow:0 -4px 12px #0000001a;z-index:100}.compare-bar-products{display:flex;align-items:center;gap:1rem;flex:1;overflow-x:auto;padding:.5rem 0}.compare-bar-products::-webkit-scrollbar{display:none}.compare-bar-products{-ms-overflow-style:none;scrollbar-width:none}.compare-bar-product{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.75rem;background-color:transparent;padding:.5rem 0;position:relative;min-width:180px;max-width:280px}.compare-bar-product-image{width:70px;height:70px;object-fit:contain;border-radius:.375rem;flex-shrink:0;background-color:#fff}.compare-bar-product-title{font-size:.875rem;font-weight:500;color:#1f2937;line-height:1.4;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.compare-bar-product-remove{position:absolute;top:0;left:60px;width:18px;height:18px;border-radius:50%;background-color:#6b7280;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .15s;padding:0;transform:translate(-50%,-25%)}.compare-bar-product-remove:hover{background-color:#4b5563}.compare-bar-actions{display:flex;align-items:center;gap:1rem;flex-shrink:0;padding-left:1rem}.compare-bar-clear{background:none;border:none;color:#00839f;font-size:.875rem;font-weight:500;cursor:pointer;text-decoration:underline;text-underline-offset:2px;padding:.5rem;transition:color .15s}.compare-bar-clear:hover{color:#006b82}.compare-bar-button{background-color:#fab74c;color:#000;font-size:.875rem;font-weight:600;padding:.75rem 2rem;border-radius:9999px;border:none;cursor:pointer;transition:background-color .15s;white-space:nowrap}.compare-bar-button:hover:not(.disabled){background-color:#f5a623}.compare-bar-button.disabled{background-color:#d1d5db;color:#6b7280;cursor:not-allowed}@media(max-width:640px){.compare-bar{padding:.75rem .75rem .75rem 1.5rem;height:auto;min-height:90px}.compare-bar-products{gap:.75rem}.compare-bar-product{padding:.375rem 0;min-width:150px;max-width:180px}.compare-bar-product-image{width:55px;height:55px}.compare-bar-product-remove{left:47px}.compare-bar-product-title{font-size:.75rem}.compare-bar-actions{flex-direction:column;gap:.5rem;padding-left:.75rem}.compare-bar-button{padding:.625rem 1.25rem;font-size:.8125rem}.compare-bar-clear{font-size:.8125rem}}.compare-popup-overlay{position:fixed;top:var( --header-total-height-desktop, 85px );left:0;right:0;bottom:0;background-color:#fff;z-index:100;display:flex;flex-direction:column}@media(max-width:768px){.compare-popup-overlay{top:var(--header-total-height-mobile, 73px)}}.compare-popup{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#fff;display:flex;flex-direction:column;animation:comparePopupSlideIn .3s ease-out;overflow:hidden}@keyframes comparePopupSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.compare-popup-header{display:flex;flex-direction:column;gap:.75rem;padding:1.5rem 2rem 1rem;background-color:#fff;flex-shrink:0}.compare-popup-back{display:inline-flex;align-items:center;gap:.25rem;background:none;border:none;cursor:pointer;color:#00839f;font-size:.9375rem;font-weight:500;padding:0;transition:opacity .15s}.compare-popup-back:hover{opacity:.8}.compare-popup-back svg{flex-shrink:0}.compare-popup-title{font-size:40px;font-weight:700;color:#1f2937;margin:0;line-height:1.2}.compare-popup-content{flex:1;overflow:hidden;padding:0 2rem;display:flex;flex-direction:column}.compare-table-wrapper{flex:1;overflow:auto;min-width:100%}.compare-table{width:auto;min-width:auto;border-collapse:separate;border-spacing:0}.compare-table-products-row{border-bottom:1px solid #e5e7eb}.compare-table-products-row th{padding:1.5rem 1rem;text-align:center;vertical-align:top}.compare-table-label-cell{width:370px;min-width:370px;max-width:370px;text-align:left;vertical-align:middle;padding:1.25rem 1.5rem;background-color:#fff;position:sticky;left:0;z-index:10}.compare-table-label{font-size:1rem;font-weight:600;color:#1f2937}.compare-product-card{position:relative;display:flex;align-items:flex-start;justify-content:flex-start}.compare-product-image-container{position:relative;width:144px;height:144px;border:1px solid #e5e7eb;border-radius:.5rem;background-color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.compare-product-image{width:100px;height:100px;object-fit:contain;display:block}.compare-product-remove{position:absolute;top:-8px;right:-8px;width:28px;height:28px;border-radius:50%;background-color:#6b7280;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .15s;padding:0;z-index:5}.compare-product-remove:hover{background-color:#4b5563}.compare-product-title{display:block;font-size:1rem;font-weight:700;color:#1f2937;line-height:1.4;text-align:left}.compare-product-price{display:block;font-size:1rem;font-weight:700;color:#1f2937;margin-top:.25rem;text-align:left}.compare-table-product-cell{width:370px;min-width:370px;max-width:370px;padding:1.5rem 1rem;border-left:1px solid #e5e7eb;vertical-align:top}.compare-table-info-row{border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.compare-table-info-cell{width:370px;min-width:370px;max-width:370px;padding:1.25rem 1rem;text-align:left;vertical-align:middle;border-left:1px solid #e5e7eb}.compare-table-value-cell{width:370px;min-width:370px;max-width:370px;padding:1.25rem 1.5rem;text-align:left;vertical-align:top;border-left:1px solid #e5e7eb}.compare-table-value{font-size:.875rem;color:#374151;line-height:1.6;white-space:pre-line}.compare-table-row{border-bottom:1px solid #e5e7eb}.compare-table-footer{position:sticky;bottom:0;z-index:15}.compare-table-actions-row{background-color:#fff;box-shadow:0 -4px 12px #00000014}.compare-table-actions-row td{border-top:1px solid #e5e7eb}.compare-table-action-cell{width:370px;min-width:370px;max-width:370px;padding:1.5rem 1rem 1.5rem 1.5rem;text-align:left;vertical-align:middle;border-left:1px solid #e5e7eb;background-color:#fff}.compare-table-actions-row .compare-table-label-cell{background-color:#fff;z-index:20}.compare-view-details-button{display:inline-block;background-color:#fab74c;color:#000;font-size:.9375rem;font-weight:600;padding:.75rem 2rem;border-radius:9999px;text-decoration:none;transition:background-color .15s;white-space:nowrap}.compare-view-details-button:hover{background-color:#f5a623}.compare-popup-empty{display:flex;align-items:center;justify-content:center;min-height:200px;color:#6b7280;font-size:1rem}@media(max-width:1024px)and (min-width:766px){.compare-table-label-cell,.compare-table-product-cell,.compare-table-info-cell,.compare-table-value-cell,.compare-table-action-cell{width:248px;min-width:248px;max-width:248px}}@media(max-width:768px){.compare-popup-header{padding:1rem 1rem .75rem}.compare-popup-title{font-size:1.5rem}.compare-popup-content{padding:0 1rem 1.5rem}.compare-table-label-cell{width:140px;min-width:140px;padding:1rem .75rem}.compare-table-label{font-size:.875rem}.compare-table-product-cell,.compare-table-value-cell,.compare-table-info-cell{width:180px;min-width:160px;padding:1rem .75rem}.compare-product-image-container{width:100px;height:100px}.compare-product-image{width:70px;height:70px}.compare-product-remove{width:22px;height:22px;top:-6px;right:-6px}.compare-product-title,.compare-product-price{font-size:.875rem}.compare-table-value{font-size:.75rem}.compare-popup-back{font-size:.875rem}.compare-table-action-cell{width:180px;min-width:160px;padding:1rem .75rem 1rem 1rem}.compare-view-details-button{font-size:.8125rem;padding:.625rem 1.25rem}.compare-popup-content{padding:0 1rem}}body.compare-popup-open,html.compare-popup-open{overflow:hidden!important}
