.launch-product-finder{width:100%;padding:var(--lpf-pt) 20px var(--lpf-pb);background:var(--lpf-bg);color:var(--lpf-text);overflow:hidden}.launch-product-finder__inner{display:block;width:100%;max-width:var(--lpf-max);margin:0 auto}.launch-product-finder__header{margin-bottom:20px}.launch-product-finder__heading{margin:0;color:var(--lpf-title);font-size:clamp(28px,2.6vw,34px);line-height:1.08;font-weight:500;letter-spacing:-.035em;text-transform:none!important}.launch-product-finder__subheading{max-width:580px;margin-top:10px;color:var(--lpf-text);font-size:15px;line-height:1.45}.launch-product-finder__tabs{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.launch-product-finder__tab{min-height:42px;padding:9px 26px;border:1px solid #d1d1d1;border-radius:999px;background:#f4f6f8;color:#202020;font:inherit;font-size:14px;cursor:pointer}.launch-product-finder__tab.is-active{border-color:#2d2d2d;background:#2d2d2d;color:#fff}.launch-product-finder__stage{position:relative}.launch-product-finder__track{display:flex;gap:var(--lpf-gap);overflow-x:auto;scroll-snap-type:inline mandatory;scroll-behavior:smooth;scrollbar-width:none}.launch-product-finder__track::-webkit-scrollbar{display:none}.launch-product-finder__card{flex:0 0 calc(var(--lpf-desktop-basis) - var(--lpf-desktop-gap-adjust));min-width:0;overflow:hidden;border-radius:var(--lpf-radius);background:#fff;scroll-snap-align:start;transition:opacity .2s ease}.launch-product-finder__card.is-hidden{display:none}.launch-product-finder__media-wrap{position:relative;overflow:hidden;aspect-ratio:1 / 1;background:#f4f6f8}.launch-product-finder__media-link,.launch-product-finder__media{display:block;width:100%;height:100%}.launch-product-finder__image,.launch-product-finder__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:contain;transition:opacity .35s ease,transform .45s ease}.launch-product-finder__image--primary{opacity:1}.launch-product-finder__image--secondary{opacity:0}@media(hover:hover)and (pointer:fine){.launch-product-finder__card:hover .launch-product-finder__image--primary{opacity:0;transform:scale(1.02)}.launch-product-finder__card:hover .launch-product-finder__image--secondary{opacity:1;transform:scale(1.02)}.launch-product-finder__card:hover .launch-product-finder__quick-add{opacity:1;transform:translate(-50%);pointer-events:auto}}.launch-product-finder__badge{position:absolute;top:10px;left:10px;z-index:3;padding:6px 10px;background:var(--lpf-accent);color:#fff;font-size:11px;line-height:1;font-weight:700}.launch-product-finder__quick-add{position:absolute;left:50%;bottom:18px;z-index:4;width:max-content;max-width:calc(100% - 28px);opacity:0;transform:translate(-50%,10px);pointer-events:none;transition:opacity .25s ease,transform .25s ease}.launch-product-finder__quick-add product-form-component,.launch-product-finder__quick-add form{display:block}.launch-product-finder__add{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 24px;border:0;border-radius:999px;background:#e60012;color:#fff;font:inherit;font-size:13px;font-weight:600;line-height:1;text-decoration:none;cursor:pointer;white-space:nowrap}.launch-product-finder__add[disabled]{opacity:.55;cursor:not-allowed}.launch-product-finder__info{padding:20px 20px 24px}.launch-product-finder__title{display:block;color:var(--lpf-text);font-size:16px;line-height:1.3;font-weight:550;text-decoration:none}.launch-product-finder__price{display:flex;align-items:baseline;flex-wrap:wrap;gap:6px;margin-top:10px;color:var(--lpf-accent);font-size:17px}.launch-product-finder__price strong{font-weight:650}.launch-product-finder__price s{color:#858585;font-size:11px}.launch-product-finder__from{font-size:11px;color:#777}.launch-product-finder__specs{display:grid;gap:0;margin-top:22px}.launch-product-finder__spec{display:grid;grid-template-columns:26px minmax(0,1fr);align-items:center;gap:9px;min-height:40px;border-bottom:1px solid #c8c8c8}.launch-product-finder__spec:last-child{border-bottom:0}.launch-product-finder__spec-icon{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px}.launch-product-finder__spec-icon img{width:24px;height:24px;object-fit:contain}.launch-product-finder__spec-icon>span{color:var(--lpf-accent);font-size:14px;font-weight:700}.launch-product-finder__spec-text{min-width:0;font-size:12px;line-height:1.25}.launch-product-finder__arrow{position:absolute;top:38%;z-index:6;display:flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid #e2e2e2;border-radius:50%;background:#fffffff5;color:#999;font-size:28px;line-height:1;cursor:pointer;box-shadow:0 2px 8px #0000000d}.launch-product-finder__arrow--prev{left:10px}.launch-product-finder__arrow--next{right:10px}.launch-product-finder__dots{display:flex;justify-content:center;gap:7px;margin-top:28px}.launch-product-finder__dots span{width:9px;height:9px;border-radius:999px;background:#e2e2e2}.launch-product-finder__dots span.is-active{width:40px;background:#424242}@media(max-width:749px){.launch-product-finder{padding-inline:14px}.launch-product-finder__heading{font-size:24px}.launch-product-finder__subheading{font-size:13px}.launch-product-finder__tabs{gap:8px;margin-top:20px;overflow-x:auto;flex-wrap:nowrap;scrollbar-width:none}.launch-product-finder__tabs::-webkit-scrollbar{display:none}.launch-product-finder__tab{flex:0 0 auto;min-height:38px;padding:8px 17px;font-size:12px}.launch-product-finder__card{flex-basis:calc(var(--lpf-mobile-basis) - var(--lpf-mobile-gap-adjust))}.launch-product-finder__info{padding:16px 16px 20px}.launch-product-finder__arrow{display:none}.launch-product-finder__quick-add{bottom:12px;opacity:1;transform:translate(-50%);pointer-events:auto}.launch-product-finder__add{min-height:38px;padding-inline:18px;font-size:12px}}
/*# sourceMappingURL=/cdn/shop/t/39/assets/launch-product-finder-tabs.css.map */
