.product-comparison-wrapper{padding:60px 40px;background-color:#fff}.product-comparison-header{text-align:center;background-color:#2c2c2c;color:#fff;padding:60px 40px;margin:-60px -40px 50px}.product-comparison-title{font-size:38px;font-weight:700;margin:0 0 12px;color:#fff;letter-spacing:-.5px}.product-comparison-subtitle{font-size:16px;color:#ccc;margin:0;font-weight:300}.product-comparison-container{max-width:1200px;margin:0 auto}.comparison-controls{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-bottom:35px;padding:0}.hide-duplicates-label{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px;color:#666;-webkit-user-select:none;user-select:none;font-weight:400;white-space:nowrap;flex-shrink:0}.hide-duplicates-checkbox{width:16px;height:16px;cursor:pointer;border:1px solid #ccc}.product-selector-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;padding:0;flex:1;min-width:0}.product-selector-item{display:flex;flex-direction:column;gap:0;position:relative}.custom-select{position:relative;width:100%}.custom-select-trigger{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border:2px solid #e0e0e0;background-color:#fff;cursor:pointer;transition:border-color .3s ease;gap:10px}.custom-select-trigger:hover{border-color:#333}.custom-select.active .custom-select-trigger{border-color:#09f}.selected-product-display{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.selected-product-image{width:50px;height:50px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background-color:#f8f9fa}.selected-product-image img{width:100%;height:100%;object-fit:contain}.selected-product-title{font-size:14px;font-weight:500;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.select-arrow{flex-shrink:0;color:#666;transition:transform .3s ease}.custom-select.active .select-arrow{transform:rotate(180deg)}.custom-select-options{position:absolute;top:100%;left:0;right:0;background-color:#fff;border:2px solid #e0e0e0;border-top:none;max-height:400px;overflow-y:auto;z-index:1000;display:none;box-shadow:0 4px 12px #0000001a}.custom-select.active .custom-select-options{display:block}.custom-option{display:flex;align-items:center;gap:12px;padding:12px;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid #f0f0f0}.custom-option:last-child{border-bottom:none}.custom-option:hover{background-color:#f8f9fa}.custom-option[data-selected=true]{background-color:#e6f4ff}.option-image{width:60px;height:60px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background-color:#f8f9fa;border:1px solid #e0e0e0}.option-image img{width:100%;height:100%;object-fit:contain}.option-info{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.option-badge{display:inline-block;background-color:#4caf50;color:#fff;font-size:10px;font-weight:600;padding:2px 6px;border-radius:3px;text-transform:uppercase;letter-spacing:.5px;width:fit-content}.option-title{font-size:14px;font-weight:500;color:#333;line-height:1.4}.comparison-products-row{display:grid;grid-template-columns:240px repeat(3,1fr);gap:30px;margin-bottom:50px;align-items:start}.comparison-products-row .comparison-row-label{width:100%}.comparison-product-card{background-color:transparent;padding:0;text-align:center;display:flex;flex-direction:column;gap:20px}.product-image-wrapper{width:100%;padding-top:66.67%;position:relative;display:flex;align-items:center;justify-content:center;background-color:transparent;overflow:hidden}.product-image-wrapper img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:contain;padding:20px}.product-title{font-size:18px;font-weight:600;color:#333;text-align:center;margin:0;line-height:1.4}.product-title a{color:inherit;text-decoration:none;transition:color .2s ease}.product-title a:hover{color:#09f}.product-price{font-size:24px;font-weight:600;color:#333;margin:0;letter-spacing:-.5px}.product-price .price-item{display:inline-block}.product-price .price-item--regular{font-size:18px;color:#999;margin-left:8px;font-weight:400}.product-price .price-item--sale{color:#d93025}.product-actions{display:flex;flex-direction:column;align-items:center;gap:10px}.button-primary{background-color:#3d3d3d;color:#fff;padding:12px 32px;border-radius:4px;text-decoration:none;font-weight:500;font-size:16px;transition:background-color .3s ease;display:inline-block;border:none;cursor:pointer}.button-primary:hover{background-color:#2d2d2d}.product-learn-more{color:#09f;text-decoration:none;font-size:16px;font-weight:400;transition:color .3s ease;display:inline-flex;align-items:center;justify-content:center}.product-learn-more:hover{color:#07c}.comparison-table{background-color:transparent;margin-top:40px;width:100%}.comparison-category{margin-bottom:50px;width:100%}.category-title{font-size:28px;font-weight:700;color:#333;margin:64px 0 48px;padding-bottom:0;border-bottom:none}.comparison-row{display:grid;grid-template-columns:240px repeat(3,1fr);align-items:end}.comparison-values-grid{display:contents}.comparison-row:last-child .comparison-value{border-bottom:none}.comparison-row:last-child{border-bottom:1px solid #ececec}.comparison-row.row-duplicate{transition:opacity .3s ease,max-height .3s ease}.comparison-row.row-duplicate.hidden{opacity:0;max-height:0;overflow:hidden;padding:0;border:none}.comparison-row-label{font-size:20px;font-weight:600;color:#3b3e40;text-align:left;padding-bottom:48px;margin-top:4px;margin-bottom:48px}.comparison-value{color:#383e40;font-size:16px;font-weight:600;padding:0 0 48px;text-align:center;line-height:1.5;margin-top:4px;margin-bottom:48px;border-bottom:1px solid rgba(0,0,0,.09)}.comparison-value[data-highlight=true]{color:#d2691e;font-weight:600}.comparison-empty{text-align:center;padding:60px 20px;color:#999;font-size:16px}.card-product-price{font-size:20px;font-weight:400;justify-content:center}.product-comparison-wrapper .product-price{padding-top:20px;border-top:1px solid #f0f1f2}@media screen and (max-width: 990px){.product-comparison-title{font-size:32px}.product-selector-wrapper{gap:20px}.selected-product-image{width:40px;height:40px}.selected-product-title{font-size:13px}.option-image{width:50px;height:50px}.option-title{font-size:13px}.comparison-products-row,.comparison-row{grid-template-columns:180px repeat(3,1fr);gap:20px}.comparison-row-label{font-size:14px}.comparison-value{font-size:13px}.category-title{font-size:22px;position:static}.product-price{font-size:20px}}@media screen and (max-width: 749px){.product-comparison-wrapper{padding:40px 15px}.product-comparison-header{padding:40px 15px;margin-left:-15px;margin-right:-15px;margin-top:-40px}.product-comparison-title{font-size:24px}.product-comparison-subtitle{font-size:14px}.product-comparison-container{overflow-x:visible}.comparison-controls{flex-direction:column;gap:15px;align-items:stretch;margin-bottom:20px}.hide-duplicates-label{font-size:13px;justify-content:flex-start}.product-selector-wrapper{grid-template-columns:repeat(2,1fr);gap:12px}.product-selector-wrapper .product-selector-item:nth-child(3){display:none}.custom-select-trigger{padding:10px 12px}.selected-product-image{width:40px;height:40px}.selected-product-title{font-size:12px}.custom-option{padding:10px;gap:10px}.option-image{width:45px;height:45px}.option-title{font-size:12px}.option-badge{font-size:9px;padding:2px 5px}.comparison-products-row{grid-template-columns:repeat(2,1fr);gap:15px;margin-bottom:30px}.comparison-products-row .comparison-row-label{display:none}.comparison-products-row .comparison-product-card:nth-child(4){display:none}.comparison-product-card{gap:15px}.product-image-wrapper{padding-top:75%;background-color:#f5f5f5}.product-image-wrapper img{padding:15px}.comparison-table{overflow-x:visible}.comparison-category{min-width:auto;margin-bottom:40px}.category-title{font-size:18px;margin:32px 0 24px;position:static;padding:0}.comparison-row{display:flex;flex-direction:column;gap:15px;padding:0;min-width:auto;margin-bottom:30px}.comparison-row-label{font-size:14px;font-weight:600;color:#333;text-align:left;position:static;padding:0 0 12px;margin:0;border-bottom:1px solid #e0e0e0;width:100%}.comparison-row .comparison-value{border-bottom:none;padding:0;margin:0}.comparison-row:last-child{border-bottom:none}.comparison-values-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;width:100%}.comparison-value{font-size:15px;text-align:center;padding:15px;border-radius:4px;min-width:auto;font-weight:500}.comparison-value[data-product=product-3]{display:none}.product-title{font-size:16px}.product-price{font-size:20px;padding-top:15px;margin-top:5px}.button-primary{padding:12px 28px;font-size:14px;width:100%}.product-learn-more{font-size:14px}.product-actions{gap:12px;width:100%}}@media screen and (max-width: 480px){.product-comparison-title{font-size:22px}.comparison-controls{gap:12px}.hide-duplicates-label{font-size:12px}.hide-duplicates-checkbox{width:14px;height:14px}.product-selector-wrapper{grid-template-columns:repeat(2,1fr);gap:10px}.product-selector-wrapper .product-selector-item:nth-child(3){display:none}.custom-select-trigger{padding:8px 10px;gap:8px}.selected-product-image{width:35px;height:35px}.selected-product-title{font-size:11px}.select-arrow{width:10px;height:10px}.custom-option{padding:8px;gap:8px}.option-image{width:40px;height:40px}.option-title{font-size:11px}.option-badge{font-size:8px;padding:2px 4px}.comparison-products-row{grid-template-columns:repeat(2,1fr);gap:12px}.comparison-products-row .comparison-row-label{display:none}.comparison-products-row .comparison-product-card:nth-child(4){display:none}.comparison-product-card{gap:12px}.product-image-wrapper{padding-top:75%}.category-title{font-size:18px;margin:0;padding:24px 0 20px;border-bottom:1px solid rgba(0,0,0,.09)}.comparison-row{margin-bottom:25px}.comparison-row-label{font-size:20px;font-weight:600;padding:10px 0}.comparison-values-grid{gap:12px}.comparison-value{font-size:15px;padding:12px}.product-title{font-size:14px}.product-price{font-size:18px;padding-top:12px}.button-primary{padding:10px 24px;font-size:13px}.product-learn-more{font-size:13px}}
/*# sourceMappingURL=/cdn/shop/t/26/assets/product-comparison.css.map */
