.product-comparison-wrapper{background:rgb(var(--color-background));padding:2rem 0}.breadcrumb{font-size:.9rem;color:rgba(var(--color-foreground),.6);margin-bottom:2rem}.breadcrumb a{color:rgb(var(--color-link));text-decoration:none}.breadcrumb-separator{margin:0 .5rem}.section-header{margin-bottom:3rem}.section-heading{margin-bottom:1rem;color:rgb(var(--color-foreground))}.section-subheading{font-size:1.1rem;color:rgba(var(--color-foreground),.7);max-width:600px;margin:0 auto;line-height:1.5}.trust-badges{display:flex;justify-content:center;gap:2rem;margin:2rem 0;flex-wrap:wrap}.trust-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.1);border-radius:25px;font-size:.9rem;font-weight:500;box-shadow:0 2px 8px rgba(var(--color-shadow),.1)}.trust-badge-icon{width:20px;height:20px;background:rgb(var(--color-button));border-radius:50%;display:flex;align-items:center;justify-content:center;color:rgb(var(--color-button-text));font-size:.8rem}.products-comparison-grid{display:grid;gap:3rem;margin:3rem 0;max-width:1440px;margin-left:auto;margin-right:auto}.product-comparison-card{background:rgb(var(--color-background));border:2px solid rgba(var(--color-foreground),.1);border-radius:16px;padding:2rem;text-align:center;position:relative;transition:all .3s ease;box-shadow:0 4px 20px rgba(var(--color-shadow),.08)}.product-comparison-card:hover{border-color:rgb(var(--color-button));transform:translateY(-4px);box-shadow:0 8px 30px rgba(var(--color-shadow),.15)}.product-badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);padding:.5rem 1.5rem;border-radius:25px;font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px #0000001a}.badge-premium{background:linear-gradient(135deg,gold,#ffed4a);color:#8b6f00}.badge-affordable{background:linear-gradient(135deg,#10b981,#34d399);color:#fff}.product-image-wrapper{margin-bottom:1.5rem}.product-image,.product-image-placeholder{width:100%;height:300px;object-fit:cover;border-radius:12px}.product-image-placeholder{background:rgba(var(--color-foreground),.04);display:flex;align-items:center;justify-content:center}.product-title{font-size:1.4rem;font-weight:600;margin-bottom:.5rem;color:rgb(var(--color-foreground))}.product-subtitle{color:rgba(var(--color-foreground),.7);margin-bottom:1rem;line-height:1.4}.product-pricing{margin-bottom:1.5rem}.price-compare{display:block;font-size:.9rem;color:rgba(var(--color-foreground),.5);text-decoration:line-through;margin-bottom:.5rem}.product-price{font-size:2rem;font-weight:700;color:rgb(var(--color-button))}.product-features{text-align:left;margin:1.5rem 0}.product-features ul{list-style:none;padding:0;margin:0}.product-features li{font-size:.95rem;position:relative;padding:.3rem 0 .3rem 1.5rem;line-height:1.4}.product-features li:before{content:"\2713";position:absolute;left:0;color:rgb(var(--color-button));font-weight:700}.quantity-selector{display:flex;align-items:center;justify-content:center;margin:1.5rem 0;gap:1rem}.quantity-btn{background:rgba(var(--color-foreground),.05);border:1px solid rgba(var(--color-foreground),.1);width:40px;height:40px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;transition:all .2s ease}.quantity-btn:hover:not(:disabled){background:rgba(var(--color-foreground),.1)}.quantity-input{width:60px;height:40px;text-align:center;border:1px solid rgba(var(--color-foreground),.1);border-radius:6px;font-size:1rem;background:rgb(var(--color-background))}.cta-button{width:100%;margin-top:1rem;padding:1rem;background:rgb(var(--color-button));color:rgb(var(--color-button-text));border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.cta-button:hover:not(:disabled){background:rgba(var(--color-button),.9);transform:translateY(-2px)}.cta-button:disabled{background:rgba(var(--color-foreground),.3);cursor:not-allowed}.ingredient-comparison{margin:4rem 0}.comparison-header{margin-bottom:2rem}.comparison-title{margin-bottom:1rem;color:rgb(var(--color-foreground))}.comparison-subtitle{color:rgba(var(--color-foreground),.7);line-height:1.5}.comparison-table-wrapper{overflow-x:auto;border-radius:12px;box-shadow:0 4px 20px rgba(var(--color-shadow),.08)}.comparison-table{width:100%;border-collapse:collapse}.comparison-table th{background:rgb(var(--color-button));color:rgb(var(--color-button-text));padding:1.5rem;font-weight:600;text-align:left}.comparison-table td{padding:1.2rem 1.5rem;border-bottom:1px solid rgba(var(--color-foreground),.1);vertical-align:top}.comparison-table tr:nth-child(2n){background-color:rgba(var(--color-foreground),.02)}.toxic-ingredient{background-color:#ff00000d;color:#c53030}.clean-ingredient{background-color:#00ff000d;color:#2f855a}.ingredient-category{font-weight:600;color:rgb(var(--color-foreground));background-color:rgba(var(--color-foreground),.05)!important}.comparison-table small{display:block;margin-top:.25rem;font-size:.85rem;opacity:.8}.benefits-section{margin:4rem 0;padding:3rem 2rem;background:rgba(var(--color-foreground),.02);border-radius:12px}.benefits-header{margin-bottom:2rem}.benefits-title{margin-bottom:1rem;color:rgb(var(--color-foreground))}.benefits-subtitle{color:rgba(var(--color-foreground),.7);line-height:1.5}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.benefit-card{background:rgb(var(--color-background));padding:2rem;border-radius:12px;text-align:center;box-shadow:0 2px 10px rgba(var(--color-shadow),.08);transition:transform .3s ease}.benefit-card:hover{transform:translateY(-4px)}.benefit-icon{width:60px;height:60px;background:rgb(var(--color-button));border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.5rem;color:rgb(var(--color-button-text))}.benefit-title{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:rgb(var(--color-foreground))}.benefit-description{color:rgba(var(--color-foreground),.7);line-height:1.6}.related-products{margin:4rem 0}.related-title{margin-bottom:2rem;color:rgb(var(--color-foreground))}.related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.related-card{text-align:center;transition:transform .3s ease}.related-card:hover{transform:translateY(-4px)}.related-card a{text-decoration:none;color:rgb(var(--color-foreground))}.related-image{width:100%;height:200px;object-fit:cover;border-radius:8px;margin-bottom:1rem}.related-card h4{margin-bottom:.5rem;font-size:1.1rem}.related-card p{color:rgb(var(--color-button));font-weight:600}@media (max-width: 768px){.products-comparison-grid{grid-template-columns:1fr;gap:2rem}.trust-badges{gap:1rem}.comparison-table{font-size:.9rem}.comparison-table th,.comparison-table td{padding:1rem}.benefits-section{padding:2rem 1rem}.section-heading{font-size:1.8rem}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/product-comparison.css.map */
