.product-comparison{--pc-bg-color: #ffffff;--pc-heading-color: #1a1a1a;--pc-text-color: #4a4a4a;--pc-accent-color: #2D6A4F;--pc-highlight-bg: #F0FDF4;--pc-accent-glow: rgba(45, 106, 79, .2);--pc-border-color: #e5e7eb;--pc-cross-color: #dc2626;background-color:var(--pc-bg-color);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:relative;overflow:hidden}.product-comparison:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,var(--pc-accent-glow) 0%,transparent 70%);pointer-events:none;opacity:.5}.product-comparison__container{max-width:900px;margin:0 auto;padding:0 20px;position:relative;z-index:1}.product-comparison__header{text-align:center;margin-bottom:48px}.product-comparison__header:before{content:"";display:block;width:50px;height:4px;background:linear-gradient(90deg,var(--pc-accent-color),color-mix(in srgb,var(--pc-accent-color) 50%,#4ade80));border-radius:2px;margin:0 auto 20px}.product-comparison__heading{font-size:clamp(26px,5vw,40px);font-weight:800;color:var(--pc-heading-color);line-height:1.2;margin:0 0 12px;letter-spacing:-.03em}.product-comparison__subheading{font-size:clamp(16px,2vw,18px);color:var(--pc-text-color);margin:0;opacity:.75}.product-comparison__table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0 -20px;padding:0 20px}.product-comparison__table{width:100%;min-width:500px;border-radius:20px;overflow:hidden;box-shadow:0 4px 24px #0000000f,0 1px 3px #0000000a;border:1px solid var(--pc-border-color);background:#fff}.product-comparison__row{display:grid;grid-template-columns:1fr 140px 140px;border-bottom:1px solid var(--pc-border-color)}.product-comparison__row:last-child{border-bottom:none}.product-comparison__row--header{background:linear-gradient(180deg,#fafafa,#f5f5f5)}.product-comparison__row--header .product-comparison__cell{padding:24px 16px}.product-comparison__cell{padding:18px 16px;display:flex;align-items:center}.product-comparison__cell--feature{justify-content:flex-start;padding-left:24px}.product-comparison__cell--value,.product-comparison__cell--product{justify-content:center}.product-comparison__cell--highlighted{background:var(--pc-highlight-bg);position:relative}.product-comparison__row--header .product-comparison__cell--highlighted{background:linear-gradient(180deg,var(--pc-highlight-bg) 0%,color-mix(in srgb,var(--pc-highlight-bg) 80%,#fff) 100%)}.product-comparison__cell--highlighted:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--pc-accent-color)}.product-comparison__row--header .product-comparison__cell--highlighted:before{display:none}.product-comparison__feature-label{font-size:13px;font-weight:600;color:var(--pc-text-color);text-transform:uppercase;letter-spacing:.05em;opacity:.6}.product-comparison__feature-text{font-size:15px;color:var(--pc-text-color);font-weight:500;line-height:1.4}.product-comparison__product-card{display:flex;flex-direction:column;align-items:center;gap:10px;position:relative}.product-comparison__product-image{width:80px;height:80px;object-fit:contain;border-radius:12px;background:#fff;padding:8px;box-shadow:0 2px 8px #00000014}.product-comparison__product-placeholder{width:70px;height:70px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:12px;color:var(--pc-accent-color);box-shadow:0 2px 8px #00000014}.product-comparison__product-placeholder svg{width:40px;height:40px}.product-comparison__product-placeholder--competitor{color:var(--pc-text-color);opacity:.5}.product-comparison__product-name{font-size:14px;font-weight:700;color:var(--pc-heading-color);text-align:center}.product-comparison__product-card--competitor .product-comparison__product-name{color:var(--pc-text-color);opacity:.7;font-weight:500}.product-comparison__badge{position:absolute;top:-8px;right:-8px;background:linear-gradient(135deg,var(--pc-accent-color) 0%,color-mix(in srgb,var(--pc-accent-color) 80%,#000) 100%);color:#fff;font-size:10px;font-weight:700;padding:4px 8px;border-radius:20px;text-transform:uppercase;letter-spacing:.03em;box-shadow:0 2px 8px var(--pc-accent-glow);white-space:nowrap}.product-comparison__check svg,.product-comparison__cross svg{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.product-comparison__check{color:var(--pc-accent-color)}.product-comparison__check--competitor{color:#9ca3af}.product-comparison__cross{color:var(--pc-cross-color);opacity:.6}.product-comparison__cross--ours{color:var(--pc-text-color);opacity:.3}@media (hover: hover){.product-comparison__row:not(.product-comparison__row--header){transition:background-color .2s ease}.product-comparison__row:not(.product-comparison__row--header):hover{background:#00000005}.product-comparison__row:not(.product-comparison__row--header):hover .product-comparison__cell--highlighted{background:color-mix(in srgb,var(--pc-highlight-bg) 90%,var(--pc-accent-color))}.product-comparison__row:hover .product-comparison__check,.product-comparison__row:hover .product-comparison__cross{transform:scale(1.15)}}.product-comparison__cta{text-align:center;margin-top:40px}.product-comparison__button{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,var(--pc-accent-color) 0%,color-mix(in srgb,var(--pc-accent-color) 80%,#000) 100%);color:#fff;font-size:16px;font-weight:600;padding:16px 32px;border-radius:50px;text-decoration:none;transition:all .3s cubic-bezier(.23,1,.32,1);box-shadow:0 4px 16px var(--pc-accent-glow),0 2px 4px #0000001a}.product-comparison__button svg{width:20px;height:20px;transition:transform .3s ease}@media (hover: hover){.product-comparison__button:hover{transform:translateY(-3px);box-shadow:0 8px 24px var(--pc-accent-glow),0 4px 8px #00000026}.product-comparison__button:hover svg{transform:translate(4px)}}@media (prefers-reduced-motion: no-preference){.product-comparison__header{opacity:0;transform:translateY(20px);animation:pcFadeUp .6s ease forwards}.product-comparison__header:before{transform:scaleX(0);animation:pcGrow .5s ease .3s forwards}.product-comparison__table{opacity:0;transform:translateY(30px);animation:pcFadeUp .7s ease .2s forwards}.product-comparison__row:not(.product-comparison__row--header){opacity:0;animation:pcRowFade .4s ease forwards;animation-delay:calc(.3s + var(--row-index, 0) * .05s)}.product-comparison__cta{opacity:0;transform:translateY(20px);animation:pcFadeUp .5s ease .6s forwards}@keyframes pcFadeUp{to{opacity:1;transform:translateY(0)}}@keyframes pcGrow{to{transform:scaleX(1)}}@keyframes pcRowFade{to{opacity:1}}}@media (prefers-reduced-motion: reduce){.product-comparison__header,.product-comparison__header:before,.product-comparison__table,.product-comparison__row,.product-comparison__cta{opacity:1;transform:none;animation:none}}@media (max-width: 640px){.product-comparison__container{padding:0 16px}.product-comparison__header{margin-bottom:32px}.product-comparison__row{grid-template-columns:1fr 100px 100px}.product-comparison__cell{padding:14px 10px}.product-comparison__cell--feature{padding-left:16px}.product-comparison__row--header .product-comparison__cell{padding:16px 10px}.product-comparison__feature-text{font-size:13px}.product-comparison__product-image,.product-comparison__product-placeholder{width:50px;height:50px}.product-comparison__product-placeholder svg{width:28px;height:28px}.product-comparison__product-name{font-size:12px}.product-comparison__badge{font-size:8px;padding:3px 6px;top:-6px;right:-4px}.product-comparison__check svg,.product-comparison__cross svg{width:1.625rem;height:1.625rem}.product-comparison__table{border-radius:16px;min-width:0}.product-comparison__button{width:100%;justify-content:center;padding:14px 24px;font-size:15px}}.product-comparison[data-theme=dark]{--pc-bg-color: #0f0f0f;--pc-heading-color: #ffffff;--pc-text-color: #a0a0a0;--pc-border-color: #2a2a2a;--pc-highlight-bg: rgba(45, 106, 79, .15)}.product-comparison[data-theme=dark] .product-comparison__table{background:#1a1a1a;border-color:#2a2a2a}.product-comparison[data-theme=dark] .product-comparison__row--header{background:linear-gradient(180deg,#1f1f1f,#1a1a1a)}.product-comparison[data-theme=dark] .product-comparison__product-image,.product-comparison[data-theme=dark] .product-comparison__product-placeholder{background:#2a2a2a}.product-comparison[data-theme=dark] .product-comparison__product-card--competitor .product-comparison__product-name{color:#666}.product-comparison__row:nth-child(2n):not(.product-comparison__row--header){background:#00000004}.product-comparison__row:nth-child(2n):not(.product-comparison__row--header) .product-comparison__cell--highlighted{background:color-mix(in srgb,var(--pc-highlight-bg) 95%,var(--pc-accent-color) 5%)}
/*# sourceMappingURL=/cdn/shop/t/20/assets/product-comparison.css.map */
