.product-finder{padding-top:28px;padding-bottom:34px}.product-finder__shell{position:relative;overflow:hidden;border:1px solid var(--line,#e6e6e6);border-radius:24px;background:linear-gradient(145deg,#fff 0% 62%,#fff5f6);box-shadow:0 16px 46px #00000012;padding:26px}.product-finder__shell:after{content:"";position:absolute;right:-110px;top:-120px;width:290px;height:290px;border-radius:50%;background:#e306130e;pointer-events:none}.product-finder__header,.product-finder__results-head{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.product-finder__eyebrow{margin:0 0 7px;color:var(--red);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.product-finder__title{margin:0;font-size:clamp(26px,3.4vw,42px);line-height:1.06;letter-spacing:-.035em}.product-finder__intro{max-width:720px;margin:10px 0 0;color:var(--muted,#656565);font-size:15px;line-height:1.65}.product-finder__badge{flex:0 0 auto;padding:8px 11px;border-radius:999px;background:#090909;color:#fff;font-size:12px;font-weight:900}.product-finder__progress{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:22px 0}.product-finder__progress span{height:5px;border-radius:999px;background:#e9e9e9;transition:.25s ease}.product-finder__progress span.is-active{background:var(--red)}.product-finder__step{position:relative;z-index:1}.product-finder__question{display:flex;align-items:center;gap:12px;margin:0 0 15px}.product-finder__question>div{display:grid;gap:2px}.product-finder__question strong{font-size:18px}.product-finder__question small{color:var(--muted,#666);font-size:12px}.product-finder__step-number{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--red);color:#fff;font-weight:900;box-shadow:0 5px 16px #e3061338}.product-finder__choices{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.product-finder__choice{position:relative;overflow:hidden;display:flex;align-items:flex-end;min-height:210px;padding:18px;border:1px solid #dedede;border-radius:18px;background:#111;color:#fff;text-align:left;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;background-size:cover;background-position:center}.product-finder__choice:hover,.product-finder__choice:focus-visible{transform:translateY(-2px);border-color:#e306138c;box-shadow:0 10px 24px #00000014;outline:none}.product-finder__choice.is-selected{border-color:var(--red);box-shadow:0 0 0 3px #e306131a}.product-finder__choice:after{content:"";position:absolute;top:35%;right:0;bottom:0;left:0;background:linear-gradient(transparent,#000000c7);pointer-events:none}.product-finder__choice>span{font-size:23px;line-height:1;position:relative;z-index:1}.product-finder__choice strong{font-size:18px;font-weight:900;color:#fff;position:relative;z-index:1}.product-finder__choice small{color:#fff;font-size:12px;line-height:1.45;position:relative;z-index:1}.product-finder__choices--budget .product-finder__choice{min-height:90px}.product-finder__back,.product-finder__reset{margin-top:15px;border:0;background:transparent;color:#444;font:inherit;font-weight:800;cursor:pointer;text-decoration:underline;text-underline-offset:4px}.product-finder__results{position:relative;z-index:1}.product-finder__results h3{margin:0;font-size:clamp(22px,2.8vw,34px);line-height:1.1}.product-finder__results-head p[data-finder-summary]{margin:8px 0 0;color:var(--muted,#666);font-size:13px}.product-finder__reset{flex:0 0 auto;margin:0;padding:10px 14px;border:1px solid #ddd;border-radius:999px;background:#fff;text-decoration:none}.product-finder__notice{margin:16px 0 0;padding:11px 13px;border-radius:12px;background:#fff5e8;border:1px solid #f2d5aa;color:#7b4c07;font-size:12px;font-weight:700}.product-finder__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px}.product-finder__product{overflow:hidden;border:1px solid #e3e3e3;border-radius:18px;background:#fff;box-shadow:0 8px 24px #0000000d}.product-finder__media{display:grid;place-items:center;aspect-ratio:1.25/1;background:#f8f8f8;padding:10px}.product-finder__media img,.product-finder__media svg{display:block;width:100%;height:100%;object-fit:contain}.product-finder__product-body{padding:15px}.product-finder__rank{display:inline-flex;margin-bottom:7px;padding:5px 8px;border-radius:999px;background:#fff0f1;color:var(--red);font-size:10px;font-weight:900}.product-finder__product h4{margin:0;font-size:15px;line-height:1.35}.product-finder__product h4 a{color:inherit;text-decoration:none}.product-finder__product-price{margin-top:8px;font-size:21px;font-weight:950;color:#090909}.product-finder__reason{min-height:42px;margin:7px 0 12px;color:var(--muted,#666);font-size:11px;line-height:1.55}.product-finder__product-actions{display:flex}.product-finder__product-link{width:100%;min-height:42px;display:inline-flex;align-items:center;justify-content:center;text-align:center}.product-finder__disclaimer{margin:13px 0 0;color:var(--muted,#777);font-size:10px;line-height:1.5}@media(max-width:900px){.product-finder__choices,.product-finder__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-finder__product:nth-of-type(3){grid-column:1/-1;max-width:50%;width:100%;justify-self:center}}@media(max-width:600px){.product-finder{padding-top:18px;padding-bottom:24px}.product-finder__shell{padding:17px;border-radius:19px}.product-finder__header,.product-finder__results-head{display:grid}.product-finder__badge{justify-self:start}.product-finder__progress{margin:17px 0}.product-finder__choices{gap:8px}.product-finder__choice{min-height:105px;padding:13px;border-radius:14px}.product-finder__question strong{font-size:16px}.product-finder__grid{grid-template-columns:1fr}.product-finder__product:nth-of-type(3){grid-column:auto;max-width:none}.product-finder__media{aspect-ratio:1.7/1}.product-finder__reset{justify-self:start}.product-finder__title{font-size:27px}}.product-finder__choices--categories{grid-template-columns:repeat(4,minmax(0,1fr))}.product-finder__loading{grid-column:1/-1;padding:22px;text-align:center;color:#666;font-weight:700}.product-finder__media img{background:#fff}.product-finder__choice span:empty{display:none}.product-finder__choices--categories{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.product-finder__choice--visual{display:block;min-height:0;padding:0;overflow:hidden;border:1px solid #e1e4e8;border-radius:18px;background:#fff;text-align:left;box-shadow:0 8px 24px #0f172a0b}.product-finder__choice--visual .product-finder__choice-media{display:block;position:relative;aspect-ratio:1.72/1;overflow:hidden;background:linear-gradient(145deg,#f6f7f9,#eceff3)}.product-finder__choice--visual .product-finder__choice-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 55%,rgba(5,8,12,.08) 100%);pointer-events:none}.product-finder__choice--visual .product-finder__choice-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .38s ease}.product-finder__choice--visual .product-finder__choice-copy{display:grid;gap:5px;padding:14px 15px 16px}.product-finder__choice--visual strong{font-size:15px;line-height:1.25}.product-finder__choice--visual small{font-size:11px;line-height:1.45;color:#626975}.product-finder__choice--visual:hover .product-finder__choice-media img,.product-finder__choice--visual:focus-visible .product-finder__choice-media img{transform:scale(1.035)}.product-finder__choice--visual:hover,.product-finder__choice--visual:focus-visible{border-color:#e3061373;box-shadow:0 14px 30px #0f172a17}.product-finder__choice--visual.is-selected{border-color:var(--red);box-shadow:0 0 0 3px #e306131a,0 14px 30px #0f172a14}.product-finder__choice-icon{font-size:23px;line-height:1}.product-finder__choice-copy{display:grid;gap:5px}@media(max-width:900px){.product-finder__choices--categories{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.product-finder__choice--visual{border-radius:15px}.product-finder__choice--visual .product-finder__choice-copy{padding:11px 12px 13px}.product-finder__choice--visual strong{font-size:13px}.product-finder__choice--visual small{font-size:10px}.product-finder__choice--visual .product-finder__choice-media{aspect-ratio:1.45/1}}@media(prefers-reduced-motion:reduce){.product-finder__choice--visual .product-finder__choice-media img{transition:none}.product-finder__choice--visual:hover .product-finder__choice-media img,.product-finder__choice--visual:focus-visible .product-finder__choice-media img{transform:none}}.product-finder__choice--visual{position:relative;min-height:330px;border:0;border-radius:24px;overflow:hidden;padding:0;background:#080808;box-shadow:0 18px 45px #0000002e}.product-finder__choice--visual .product-finder__choice-media{position:absolute;top:0;right:0;bottom:0;left:0;aspect-ratio:auto;height:100%;background:#111}.product-finder__choice--visual .product-finder__choice-media img{width:100%;height:100%;object-fit:cover}.product-finder__choice--visual .product-finder__choice-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000000d 20%,#000000d9)}.product-finder__choice--visual .product-finder__choice-copy{position:absolute;left:0;right:0;bottom:0;padding:24px 20px;color:#fff;z-index:2}.product-finder__choice--visual strong{font-size:24px;color:#fff;line-height:1.15}.product-finder__choice--visual small{color:#ffffffd1;font-size:13px}.product-finder__choice--visual:hover .product-finder__choice-media img{transform:scale(1.08)}@media(max-width:900px){.product-finder__choice--visual{min-height:260px}}
/*# sourceMappingURL=/cdn/shop/t/191/assets/product-finder.css.map */
