.pcf-clean{width:100%;padding-block:var(--pcf-pad-top, 44px) var(--pcf-pad-bottom, 44px);background:var(--pcf-page-bg, #fff);color:var(--pcf-text, #fff)}.pcf-clean *,.pcf-clean *:before,.pcf-clean *:after{box-sizing:border-box}.pcf-clean a{text-decoration:none}.pcf-clean__wrap{width:min(1320px,calc(100% - 40px));margin-inline:auto}.pcf-clean__panel{display:grid;grid-template-columns:.9fr 1.1fr;min-height:560px;overflow:hidden;border-radius:12px;background:radial-gradient(circle at 75% 44%,rgba(167,12,0,.12),transparent 28%),var(--pcf-panel-bg, #0e1115);box-shadow:0 18px 44px #0000001a}.pcf-clean__left{padding:38px;border-right:1px solid var(--pcf-border)}.pcf-clean__eyebrow{margin:0 0 8px;color:var(--pcf-red);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.pcf-clean__heading{margin:0;color:var(--pcf-text);font-size:clamp(2rem,3vw,3rem);line-height:1;letter-spacing:-.035em;text-transform:uppercase}.pcf-clean__intro{max-width:520px;margin-top:12px;color:var(--pcf-muted);font-size:.94rem;line-height:1.5}.pcf-clean__intro p{margin:0}.pcf-clean__question{margin:28px 0 12px;padding-top:22px;border-top:1px solid var(--pcf-border);color:var(--pcf-text);font-size:.78rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.pcf-clean__choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.pcf-clean__choice{display:grid;grid-template-columns:36px minmax(0,1fr);gap:11px;align-items:center;min-height:106px;padding:14px;border:1px solid var(--pcf-border);border-radius:8px;background:var(--pcf-card-bg);color:var(--pcf-text);text-align:left;cursor:pointer;transition:border-color .16s ease,background .16s ease,transform .16s ease}.pcf-clean__choice:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--pcf-choice-accent) 65%,var(--pcf-border))}.pcf-clean__choice.is-active{border-color:var(--pcf-choice-accent);background:linear-gradient(180deg,color-mix(in srgb,var(--pcf-choice-accent) 9%,var(--pcf-card-bg)),var(--pcf-card-bg));box-shadow:inset 4px 0 0 var(--pcf-choice-accent)}.pcf-clean__choice-icon{display:grid;width:36px;height:36px;place-items:center;color:var(--pcf-icon-color)}.pcf-clean__choice-icon svg{width:31px;height:31px;color:var(--pcf-icon-color)}.pcf-clean__choice-mask{display:block;width:32px;height:32px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.pcf-clean__choice-copy strong{display:block;color:var(--pcf-text);font-size:.77rem;line-height:1.18;text-transform:uppercase}.pcf-clean__choice-copy small{display:block;margin-top:5px;color:var(--pcf-muted);font-size:.69rem;line-height:1.35}.pcf-clean__quiz{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:9px;margin-top:20px;padding:11px 18px;border:1px solid rgba(255,255,255,.78);border-radius:5px;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:.8rem;font-weight:800;text-transform:uppercase}.pcf-clean__right{min-width:0}.pcf-clean__result{display:grid;grid-template-columns:minmax(0,.95fr) minmax(280px,1.05fr);grid-template-areas:"copy visual" "features visual" "button visual";gap:20px 28px;min-height:100%;padding:38px}.pcf-clean__result[hidden]{display:none!important}.pcf-clean__result-copy{grid-area:copy}.pcf-clean__recommend-label{display:flex;align-items:center;gap:7px;margin:0 0 10px;color:var(--pcf-result-accent);font-size:.7rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.pcf-clean__product-name{margin:0;color:#fff;font-size:clamp(1.8rem,2.6vw,2.65rem);line-height:1;letter-spacing:-.03em;text-transform:uppercase}.pcf-clean__product-subtitle{margin:7px 0 0;color:var(--pcf-muted);font-size:.98rem}.pcf-clean__description{max-width:480px;margin-top:16px;padding-top:15px;border-top:2px solid var(--pcf-result-accent);color:var(--pcf-muted);font-size:.86rem;line-height:1.48}.pcf-clean__description p{margin:0}.pcf-clean__visual{position:relative;grid-area:visual;display:grid;min-height:390px;place-items:center;overflow:hidden}.pcf-clean__glow{position:absolute;width:72%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--pcf-result-accent) 22%,transparent),transparent 68%);filter:blur(8px)}.pcf-clean__image-link{position:relative;z-index:1;display:grid;width:100%;height:100%;place-items:center;background:transparent!important}.pcf-clean__product-image{display:block;width:min(var(--pcf-product-size, 90%),100%);max-width:430px;height:380px;object-fit:contain;background:transparent!important;filter:drop-shadow(0 20px 24px rgba(0,0,0,.4))}.pcf-clean__missing-image{position:relative;z-index:2;display:grid;width:min(340px,90%);min-height:160px;place-content:center;gap:7px;padding:20px;border:1px dashed var(--pcf-result-accent);border-radius:8px;text-align:center}.pcf-clean__missing-image strong{color:var(--pcf-result-accent);font-size:.75rem;letter-spacing:.06em}.pcf-clean__missing-image span{color:var(--pcf-muted);font-size:.72rem;line-height:1.4}.pcf-clean__features{grid-area:features;display:grid;gap:10px}.pcf-clean__feature{display:grid;grid-template-columns:26px minmax(0,1fr);gap:10px;align-items:center}.pcf-clean__feature>span{display:grid;width:25px;height:25px;place-items:center;border:1.5px solid var(--pcf-result-accent);border-radius:50%;color:var(--pcf-result-accent);font-size:.68rem;font-weight:900}.pcf-clean__feature strong{color:#fff;font-size:.78rem;line-height:1.18;text-transform:uppercase}.pcf-clean__view{grid-area:button;display:inline-flex;width:fit-content;min-width:230px;min-height:46px;align-items:center;justify-content:center;gap:9px;padding:11px 20px;border:2px solid var(--pcf-result-accent);border-radius:5px;background:var(--pcf-result-accent);color:var(--pcf-result-accent-text)!important;-webkit-text-fill-color:var(--pcf-result-accent-text)!important;font-size:.8rem;font-weight:800;text-transform:uppercase}.pcf-clean__view--disabled{opacity:.55}@media(max-width:1050px)and (min-width:750px){.pcf-clean__panel{grid-template-columns:.95fr 1.05fr}.pcf-clean__left,.pcf-clean__result{padding:28px}.pcf-clean__choices{grid-template-columns:1fr}.pcf-clean__choice{min-height:82px}.pcf-clean__result{grid-template-columns:1fr;grid-template-areas:"copy" "visual" "features" "button"}.pcf-clean__visual{min-height:290px}.pcf-clean__product-image{height:290px}}@media(max-width:749px){.pcf-clean{padding-block:var(--pcf-mobile-pad-top, 24px) var(--pcf-mobile-pad-bottom, 24px)}.pcf-clean__wrap{width:calc(100% - 24px)}.pcf-clean__panel{display:block;min-height:0;border-radius:10px}.pcf-clean__left{padding:22px 18px 18px;border-right:0;border-bottom:1px solid var(--pcf-border)}.pcf-clean__eyebrow{font-size:.64rem;line-height:1.35}.pcf-clean__heading{font-size:clamp(1.65rem,8.6vw,2.15rem)}.pcf-clean__intro{margin-top:8px;font-size:.8rem}.pcf-clean__question{margin-top:18px;padding-top:16px;font-size:.69rem}.pcf-clean__choices{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.pcf-clean__choice{display:block;min-height:104px;padding:11px}.pcf-clean__choice-icon{width:29px;height:29px;margin-bottom:8px}.pcf-clean__choice-icon svg,.pcf-clean__choice-mask{width:27px;height:27px}.pcf-clean__choice-copy strong{font-size:.66rem}.pcf-clean__choice-copy small{display:none}.pcf-clean__quiz{width:100%;min-height:44px;margin-top:13px;font-size:.72rem}.pcf-clean__result{display:grid;grid-template-columns:1fr;grid-template-areas:"copy" "visual" "features" "button";gap:14px;padding:22px 18px 20px}.pcf-clean__recommend-label{margin-bottom:6px;font-size:.62rem}.pcf-clean__product-name{font-size:clamp(1.45rem,7.4vw,1.9rem)}.pcf-clean__product-subtitle{margin-top:4px;font-size:.8rem}.pcf-clean__description{display:none}.pcf-clean__visual{min-height:200px;height:200px}.pcf-clean__product-image{max-width:260px;height:200px}.pcf-clean__features{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.pcf-clean__feature{display:block;padding:9px 6px;border:1px solid var(--pcf-border);border-radius:6px;text-align:center}.pcf-clean__feature>span{width:22px;height:22px;margin:0 auto 6px}.pcf-clean__feature strong{display:block;font-size:.59rem;line-height:1.18}.pcf-clean__view{width:100%;min-width:0;min-height:44px;font-size:.72rem}}@media(max-width:390px){.pcf-clean__choice{min-height:98px;padding-inline:9px}.pcf-clean__feature strong{font-size:.56rem}}@media(prefers-reduced-motion:reduce){.pcf-clean__choice{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/131/assets/parcil-home-product-finder-clean.css.map */
