.find-my-part{--fmp-bg: #ffffff;--fmp-text: #111111;--fmp-border: #e5e5e5;--fmp-primary: #000000;--fmp-secondary: #666666;--fmp-radius: 18px;--fmp-shadow: 0 20px 60px rgba(0, 0, 0, .18);position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;display:none;align-items:center;justify-content:center}.find-my-part.is-open{display:flex}.find-my-part__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.find-my-part__dialog{position:relative;width:min(900px,calc(100vw - 32px));max-height:calc(100vh - 40px);background:var(--fmp-bg);border-radius:var(--fmp-radius);box-shadow:var(--fmp-shadow);overflow:hidden;display:flex;flex-direction:column;z-index:2}.find-my-part__header{background:#f7f7f7;padding:24px;border-bottom:1px solid var(--fmp-border);display:flex;flex-direction:column;gap:10px}.find-my-part__header-top{display:flex;align-items:center;gap:12px;position:relative}.find-my-part__back{width:24px;height:24px;background:none;border:none;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#000;transition:opacity .2s ease}.find-my-part__back:hover{opacity:.6}.find-my-part__title{font-size:20px;font-weight:700;color:var(--fmp-text);margin:0;flex:1}.find-my-part__close{width:24px;height:24px;background:none;border:none;font-size:18px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}.find-my-part__close:hover{opacity:.6}.find-my-part__progress{display:flex;align-items:center;gap:12px;padding-left:36px}.find-my-part__progress span[data-step-label]{font-size:13px;color:#111;font-weight:500;margin:0}.find-my-part__dots{display:flex;align-items:center;gap:5px}.find-my-part__dots span{height:8px;border-radius:8px;transition:all .3s ease}.find-my-part__dots span.is-upcoming{width:8px;background:#b5b5b5}.find-my-part__dots span.is-completed{width:8px;background:#ff8a00}.find-my-part__dots span.is-current{width:24px;background:#ff8a00}@media(max-width:767px){.find-my-part__header{padding:16px 20px}.find-my-part__title{font-size:18px}}.find-my-part__body{padding:32px;overflow:auto;flex:1}.find-my-part__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:18px}.find-my-part__option{border:1px solid var(--fmp-border);border-radius:16px;background:#fff;padding:18px;cursor:pointer;transition:.25s;text-align:center}.find-my-part__option:hover{border-color:#000;transform:translateY(-2px);box-shadow:0 10px 24px #00000014}.find-my-part__option.active{border-color:#000;background:#fafafa}.find-my-part__option-title{font-size:16px;font-weight:600}.find-my-part__products{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px}.find-my-part__product{border:1px solid var(--fmp-border);border-radius:16px;overflow:hidden;background:#fff;transition:.25s}.find-my-part__product:hover{transform:translateY(-3px);box-shadow:0 14px 35px #0000001a}.find-my-part__product-image{aspect-ratio:1;overflow:hidden;background:#fafafa}.find-my-part__product-image img{width:100%;height:100%;object-fit:contain}.find-my-part__product-content{padding:18px}.find-my-part__product-title{font-size:16px;font-weight:600;margin-bottom:10px}.find-my-part__product-price{font-size:18px;font-weight:700;margin-bottom:18px}.find-my-part__product-button{width:100%;border:none;border-radius:10px;background:#000;color:#fff;height:46px;cursor:pointer;font-weight:600;transition:.25s}.find-my-part__product-button:hover{opacity:.9}.find-my-part__loading{display:flex;justify-content:center;align-items:center;min-height:220px}.find-my-part__spinner{width:44px;height:44px;border-radius:50%;border:3px solid #ddd;border-top-color:#000;animation:fmp-spin .7s linear infinite}@keyframes fmp-spin{to{transform:rotate(360deg)}}.find-my-part__empty{text-align:center;padding:60px 20px}.find-my-part__empty-title{font-size:22px;font-weight:700}.find-my-part__empty-text{margin-top:12px;color:var(--fmp-secondary)}.find-my-part__body::-webkit-scrollbar{width:8px}.find-my-part__body::-webkit-scrollbar-thumb{background:#ccc;border-radius:100px}@media(max-width:767px){.find-my-part{align-items:stretch;justify-content:stretch}.find-my-part__dialog{width:100%;height:100%;max-height:none;border-radius:0}.find-my-part__header{padding:18px 20px}.find-my-part__title{font-size:22px}.find-my-part__subtitle{font-size:14px}.find-my-part__close{right:16px;top:14px}.find-my-part__back{left:16px;top:14px}.find-my-part__progress{padding:18px 20px}.find-my-part__body{padding:20px}.find-my-part__grid,.find-my-part__products{grid-template-columns:1fr;gap:16px}}.find-my-part__search{margin-bottom:16px}.find-my-part__search-input{width:100%;height:48px;border:1px solid #d8d8d8;border-radius:8px;padding:0 16px;font-size:15px}.find-my-part__list{display:flex;flex-direction:column}.find-my-part__list-item{height:52px;display:flex;align-items:center;padding:0 16px;border:0;border-bottom:1px solid #efefef;background:#fff;cursor:pointer;font-size:15px;text-align:left}.find-my-part__list-item:hover{background:#f8f8f8}.find-my-part__dots{display:flex;gap:6px;margin-top:8px}.find-my-part__dots span{width:8px;height:8px;border-radius:8px;background:#d6d6d6}.find-my-part__dots span.is-active{background:#000}.find-my-part__products{display:flex;flex-direction:column;gap:16px}.find-my-part__product{display:flex;gap:16px;padding:16px;border:1px solid #ececec;border-radius:12px;text-decoration:none;color:inherit}.find-my-part__product-image{width:90px;flex-shrink:0}.find-my-part__product-image img{display:block;width:100%;border-radius:8px}.find-my-part__product-content{flex:1}.find-my-part__product-content h3{margin:0 0 8px;font-size:15px;line-height:1.4}.find-my-part__product-price{margin-bottom:12px;font-weight:700}.find-my-part__product-button{display:inline-flex;align-items:center;justify-content:center;min-width:120px;height:40px;padding:0 20px;background:#000;color:#fff;border-radius:6px;font-size:14px}.find-my-part__empty{text-align:center;padding:40px 20px}.find-my-part__empty h3{margin-bottom:8px}.find-my-part__empty p{margin:0;color:#666}html:has(.find-my-part.is-open){overflow:hidden}.find-my-part__types{display:flex;flex-direction:column;gap:16px;padding:10px 0}.find-my-part__type{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:40px 20px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #00000008}.find-my-part__type:hover{border-color:#000;box-shadow:0 8px 16px #00000014;transform:translateY(-2px)}.find-my-part__type-icon{font-size:40px;margin-bottom:16px;display:flex;align-items:center;justify-content:center}.find-my-part__type-icon img{max-width:60px;height:auto;display:block}.find-my-part__type-text{font-size:16px;font-weight:600;color:#111;text-align:center}.watts-information{width:100%;border-radius:8px;gap:10px;padding:10px;margin:25px 0;background:#ffe4b1;font-weight:500;font-size:14px;line-height:24px;letter-spacing:0%;color:#000}
/*# sourceMappingURL=/cdn/shop/t/3/assets/find-my-part.css.map */
