*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,sans-serif}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root{isolation:isolate}ul,ol{list-style:none}a{text-decoration:none;color:inherit}button{background:none;border:none;cursor:pointer}.add-to-cart-btn{background:#000;color:#fff;border-radius:50px;padding:12px 24px;font-weight:600;font-size:14px;min-width:140px;transition:all .2s ease}.add-to-cart-btn:hover{background:#333;transform:translateY(-1px)}.learn-more-link{color:#666;text-decoration:underline;font-size:14px;transition:color .2s ease}.learn-more-link:hover{color:#000}.cta-container{display:flex;flex-direction:column;gap:10px;align-items:center}#product-comparison-app{max-width:1200px;margin:0 auto;padding:0 20px}#product-comparison-app .comparison-table{width:100%}#product-comparison-app .comparison-table .row-header{display:flex;align-items:center;justify-content:flex-start;gap:8px;text-align:left}#product-comparison-app .comparison-table .row-icon{display:flex;align-items:center;justify-content:center;font-size:32px;color:#666;min-width:40px}#product-comparison-app .comparison-table .row-title{font-weight:700;color:#333}#product-comparison-app .comparison-table .comparison-table td{text-align:center;vertical-align:middle}#product-comparison-app .comparison-table .comparison-table .feature-value{display:flex;justify-content:center;align-items:center}#product-comparison-app .comparison-table::-webkit-scrollbar{height:8px}#product-comparison-app .comparison-table::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}#product-comparison-app .comparison-table::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}#product-comparison-app .comparison-table::-webkit-scrollbar-thumb:hover{background:#a8a8a8}#product-comparison-app .comparison-table table{width:100%;min-width:800px;border-collapse:collapse;border-spacing:0;overflow:hidden;table-layout:fixed}#product-comparison-app .comparison-table td,#product-comparison-app .comparison-table th{padding:16px;text-align:center;width:25%;min-width:120px}#product-comparison-app .comparison-table th:first-child,#product-comparison-app .comparison-table td:first-child{width:15%}#product-comparison-app .comparison-table th:not(:first-child),#product-comparison-app .comparison-table td:not(:first-child){width:25%}#product-comparison-app .comparison-table tr:nth-child(2n){background-color:#f0f0f0}#product-comparison-app .comparison-table select{background:#fff;border:none;border-bottom:1px solid #d1d5db;padding:8px 32px 8px 12px;font-weight:600;font-size:14px;color:#111827;cursor:pointer;outline:none;min-width:200px;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 8px center;background-size:16px}#product-comparison-app .comparison-table select:hover{border-bottom-color:#9ca3af}#product-comparison-app .comparison-table select:focus{border-bottom-color:#3b82f6;border-bottom-width:2px}#product-comparison-app .comparison-table select option{font-weight:500;padding:8px 12px}#product-comparison-app .comparison-table .product-image-container{display:flex;flex-direction:column;align-items:center;gap:12px;margin-bottom:16px;position:relative}#product-comparison-app .comparison-table .remove-product-btn{position:absolute;top:-8px;right:-8px;background:none;color:#6b7280;border:none;font-size:24px;font-weight:700;cursor:pointer;z-index:10}#product-comparison-app .comparison-table .remove-product-btn:hover{color:#374151}#product-comparison-app .comparison-table .product-image{width:160px;height:160px;object-fit:cover;border-radius:8px;box-shadow:0 2px 8px #0000001a;border:2px solid #f3f4f6;transition:transform .2s ease,box-shadow .2s ease}#product-comparison-app .comparison-table .product-image:hover{transform:scale(1.05);box-shadow:0 4px 16px #00000026}@media (max-width: 768px){#product-comparison-app .comparison-table td,#product-comparison-app .comparison-table th{padding:12px 8px;font-size:14px}#product-comparison-app .comparison-table select{min-width:150px;font-size:13px;padding:6px 28px 6px 10px;background-size:14px}#product-comparison-app .comparison-table .product-image{width:140px!important;height:140px!important}}@media (max-width: 480px){#product-comparison-app .comparison-table{overflow-x:visible}#product-comparison-app .comparison-table table{display:none}#product-comparison-app .comparison-table .mobile-two-column{display:block}#product-comparison-app .comparison-table .desktop-table{display:none}}#product-comparison-app .comparison-table .mobile-two-column{display:none}@media (max-width: 480px){#product-comparison-app .comparison-table .mobile-two-column{display:block}}@media (max-width: 480px){#product-comparison-app .comparison-table .desktop-table{display:none}}#product-comparison-app .comparison-table .mobile-selectors{position:sticky;top:0;background:#fff;z-index:100;padding:16px;display:grid;grid-template-columns:repeat(2,1fr);gap:16px}#product-comparison-app .comparison-table .mobile-selector{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}#product-comparison-app .comparison-table .mobile-product-image-container{position:relative;display:flex;flex-direction:column;align-items:center}#product-comparison-app .comparison-table .mobile-product-image{width:140px;height:140px;object-fit:cover;border-radius:8px;box-shadow:0 2px 8px #0000001a;border:2px solid #f3f4f6}#product-comparison-app .comparison-table .mobile-features{padding:16px}#product-comparison-app .comparison-table .mobile-feature-row{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:24px;border-bottom:1px solid #f3f4f6;padding-bottom:24px}#product-comparison-app .comparison-table .mobile-feature-row:last-child{border-bottom:none;margin-bottom:0}#product-comparison-app .comparison-table .mobile-feature-cell{display:flex;flex-direction:column;gap:8px}#product-comparison-app .comparison-table .mobile-feature-title{display:flex;align-items:center;justify-content:center;gap:8px;font-weight:600;color:#374151;font-size:14px;text-align:center}#product-comparison-app .comparison-table .mobile-row-icon{display:flex;align-items:center;justify-content:center;font-size:20px;color:#666;min-width:24px}#product-comparison-app .comparison-table .mobile-row-title{font-weight:700;color:#333}#product-comparison-app .comparison-table .mobile-feature-value{color:#6b7280;font-size:14px;text-align:center;min-height:24px;display:flex;justify-content:center;align-items:center}@media (max-width: 480px){#product-comparison-app .comparison-table .mobile-selectors{padding:12px;gap:12px}#product-comparison-app .comparison-table .mobile-features{padding:12px}#product-comparison-app .comparison-table .mobile-feature-row{gap:12px;margin-bottom:20px;padding-bottom:20px}#product-comparison-app .comparison-table .mobile-feature-title,#product-comparison-app .comparison-table .mobile-feature-value{font-size:13px}#product-comparison-app .comparison-table .mobile-row-icon{font-size:18px;min-width:20px}#product-comparison-app .comparison-table select{min-width:120px;font-size:12px;padding:8px 24px 8px 10px;background-size:12px}#product-comparison-app .comparison-table button{padding:8px 12px;font-size:12px;min-height:36px}#product-comparison-app .comparison-table .cta-container{align-items:center}#product-comparison-app .comparison-table .mobile-feature-value{justify-content:center;text-align:center}}@media (max-width: 360px){#product-comparison-app .comparison-table .mobile-selectors{padding:8px;gap:8px}#product-comparison-app .comparison-table .mobile-features{padding:8px}#product-comparison-app .comparison-table .mobile-feature-row{gap:8px;margin-bottom:16px;padding-bottom:16px}#product-comparison-app .comparison-table .mobile-product-image{width:60px;height:60px}#product-comparison-app .comparison-table .mobile-feature-title,#product-comparison-app .comparison-table .mobile-feature-value{font-size:12px}#product-comparison-app .comparison-table .mobile-row-icon{font-size:16px;min-width:18px}#product-comparison-app .comparison-table select{min-width:100px;font-size:11px;padding:6px 20px 6px 8px;background-size:10px}}
