.product-compare-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background:transparent;border:2px solid #333;color:#333;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;border-radius:4px;text-decoration:none;margin-top:1rem}.product-compare-button:hover{background:#333;color:#fff}.product-compare-button.in-comparison{background:#333;color:#fff;border-color:#333}.product-compare-button.in-comparison:hover{background:#555;border-color:#555}.comparison-notification{position:fixed;top:20px;right:20px;padding:1rem 1.5rem;background:#333;color:#fff;border-radius:6px;box-shadow:0 4px 12px #00000026;z-index:10000;opacity:0;transform:translateY(-20px);transition:all .3s ease;max-width:350px}.comparison-notification.show{opacity:1;transform:translateY(0)}.comparison-notification--success{background:#4caf50}.comparison-notification--error{background:#f44336}.comparison-notification--warning{background:#ff9800}.comparison-page{padding:2rem 0}.comparison-header{text-align:center;margin-bottom:2rem}.comparison-header h1{margin:0 0 1rem;font-size:2rem}.comparison-actions{display:flex;justify-content:center;gap:1rem;align-items:center;margin-top:1rem}.comparison-count{background:#333;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500}.clear-comparison-btn{padding:.5rem 1rem;background:#8a010f;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.85rem;font-weight:400;transition:background .3s ease;font-family:inherit}.clear-comparison-btn:hover{background:#8a010f}.comparison-empty{text-align:center;padding:4rem 2rem}.comparison-empty h2{font-size:1.5rem;margin-bottom:1rem;color:#666}.comparison-empty p{color:#999;margin-bottom:2rem}.browse-products-btn{display:inline-block;padding:1rem 2rem;background:#333;color:#fff;text-decoration:none;border-radius:4px;font-weight:500;transition:background .3s ease;cursor:pointer;border:none;font-size:1rem}.browse-products-btn:hover{background:#555}.product-selector-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;z-index:10000;align-items:center;justify-content:center}.product-selector-modal.active{display:flex}.modal-content{background:#fff;border-radius:8px;max-width:600px;width:90%;max-height:80vh;overflow:hidden;display:flex;flex-direction:column}.modal-header{padding:1.5rem;border-bottom:1px solid #e0e0e0;text-align:center}.modal-header h2{margin:0 0 .5rem;font-size:1.5rem;color:#333}.modal-subtitle{font-size:.85rem;color:#999;font-style:italic;margin:0}.modal-body{padding:1.5rem;overflow-y:auto;flex:1}.product-list{list-style:none;padding:0;margin:0}.product-list-item{display:flex;align-items:center;padding:1rem;border:1px solid #e0e0e0;border-radius:6px;margin-bottom:.75rem;cursor:pointer;transition:all .2s ease}.product-list-item:hover{background:#f9f9f9;border-color:#333}.product-list-item.selected{background:#f0f0f0;border-color:#333}.product-list-item.disabled{opacity:.5;cursor:not-allowed}.product-info{flex:1;display:flex;align-items:center;gap:1rem}.product-thumbnail{width:60px;height:60px;object-fit:contain;border-radius:4px}.product-details{flex:1}.product-name{font-weight:600;color:#333;margin-bottom:.25rem}.product-vendor{font-size:.85rem;color:#666}.modal-footer{padding:1.5rem;border-top:1px solid #e0e0e0;display:flex;gap:1rem;justify-content:flex-end}.modal-btn{padding:.75rem 1.5rem;border:none;border-radius:4px;cursor:pointer;font-size:.95rem;font-weight:500;transition:all .3s ease}.modal-btn-cancel{background:#f5f5f5;color:#333}.modal-btn-cancel:hover{background:#e0e0e0}.modal-btn-add{background:#333;color:#fff}.modal-btn-add:hover{background:#555}.modal-btn-add:disabled{background:#ccc;cursor:not-allowed}.comparison-table-wrapper{overflow-x:auto;margin-top:2rem}.comparison-table{width:100%;border-collapse:collapse;background:#fff;box-shadow:0 2px 8px #0000001a;table-layout:fixed}.comparison-table th,.comparison-table td{padding:1rem;text-align:center;border:1px solid #e0e0e0;word-wrap:break-word;overflow-wrap:break-word}.comparison-table th{background:#f5f5f5;font-weight:600;color:#333;position:sticky;top:0;z-index:10}.comparison-table td:first-child,.comparison-table th:first-child{text-align:left;font-weight:600;background:#fafafa;position:sticky;left:0;z-index:5;width:180px;min-width:180px}.comparison-table th:first-child{z-index:15}.comparison-table th:not(:first-child),.comparison-table td:not(:first-child){width:250px;max-width:250px}.product-header-dropdown{width:100%}.product-selector-dropdown{width:100%;padding:.5rem;border:1px solid #e0e0e0;border-radius:4px;background:#fff;font-size:.9rem;cursor:pointer;font-family:inherit;white-space:normal;word-wrap:break-word}.product-selector-dropdown:hover{border-color:#333}.product-selector-dropdown:focus{outline:none;border-color:#333}.comparison-product-image{width:120px;height:120px;object-fit:contain;margin:0 auto;display:block}.comparison-product-title{font-weight:600;color:#333;margin-bottom:.5rem;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.comparison-product-vendor{color:#666;font-size:.9rem}.comparison-product-price{font-size:1.25rem;font-weight:700;color:#333}.remove-product-btn{padding:.5rem 1rem;background:#f44336;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.85rem;margin-top:.5rem;transition:background .3s ease}.remove-product-btn:hover{background:#d32f2f}.view-product-btn{display:inline-block;padding:.75rem 1.5rem;background:#333;color:#fff;text-decoration:none;border-radius:4px;font-size:.9rem;margin-top:.5rem;transition:background .3s ease}.view-product-btn:hover{background:#555}.add-to-cart-btn{display:inline-block;padding:.75rem 1.5rem;background:#085673;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.95rem;font-weight:600;transition:background .3s ease;width:100%;max-width:200px}.add-to-cart-btn:hover{background:#fd5731}@media(max-width:768px){.comparison-table td:first-child,.comparison-table th:first-child{display:none}.comparison-table td:not(:first-child){position:relative;padding-top:2.5rem}.comparison-table td:not(:first-child):before{content:attr(data-label);position:absolute;top:.5rem;left:.5rem;right:.5rem;font-weight:600;font-size:.75rem;color:#666;text-align:center;padding-bottom:.25rem;border-bottom:1px solid #e0e0e0}.comparison-table th,.comparison-table td{padding:.75rem .5rem;font-size:.85rem}.comparison-table th:not(:first-child),.comparison-table td:not(:first-child){width:auto;max-width:none}.comparison-product-image{width:80px;height:80px}.comparison-header h1{font-size:1.5rem}.comparison-notification{right:10px;left:10px;max-width:none}.modal-content{width:95%;max-height:90vh}.product-thumbnail{width:50px;height:50px}.add-to-cart-btn{font-size:.85rem;padding:.6rem 1rem}.product-selector-dropdown{font-size:.8rem;padding:.4rem}}.modal-search{padding:1rem 1.5rem;border-bottom:1px solid #e0e0e0;background:#f9f9f9}.product-search-input{width:100%;padding:.75rem 1rem;border:1px solid #ddd;border-radius:6px;font-size:.95rem;font-family:inherit;transition:border-color .2s ease}.product-search-input:focus{outline:none;border-color:#333}.product-search-input::placeholder{color:#999}
/*# sourceMappingURL=/cdn/shop/t/4/assets/product-comparison.css.map */
