.watchmaker-strap-finder-item,.watchmaker-strap-finder{position:relative}.watchmaker-strap-finder__trigger{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:44px;padding:0;color:inherit;background:transparent;border:0;cursor:pointer;font:inherit;letter-spacing:inherit;text-transform:inherit}.watchmaker-strap-finder__trigger:after{content:"";position:absolute;right:0;bottom:-1px;left:0;height:1px;background:currentColor;transform:scaleX(0);transform-origin:center;transition:transform .18s ease}.watchmaker-strap-finder__trigger:hover:after,.watchmaker-strap-finder.is-open .watchmaker-strap-finder__trigger:after{transform:scaleX(1)}.watchmaker-strap-finder__trigger-arrow{flex:none;transition:transform .18s ease}.watchmaker-strap-finder.is-open .watchmaker-strap-finder__trigger-arrow{transform:rotate(180deg)}.watchmaker-strap-finder__panel{position:absolute;z-index:50;top:calc(100% + 1.2rem);right:0;width:min(460px,calc(100vw - 32px));max-height:min(660px,calc(100vh - 150px));overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:24px 22px 20px;color:#fff;background:#2f1608;border:1px solid rgba(255,255,255,.14);border-radius:999px;box-shadow:0 20px 50px #00000047;text-align:center;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-12px) scale(.08);transform-origin:top right;transition:opacity .22s ease,visibility .22s ease,transform .42s cubic-bezier(.22,1,.36,1),border-radius .42s cubic-bezier(.22,1,.36,1);will-change:transform,opacity;scrollbar-width:thin;scrollbar-color:transparent transparent}.watchmaker-strap-finder__panel::-webkit-scrollbar{width:7px}.watchmaker-strap-finder__panel::-webkit-scrollbar-thumb{box-sizing:border-box;min-height:32px;background-color:transparent;background-clip:content-box;border-top:28px solid transparent;border-bottom:28px solid transparent;border-left:1px solid transparent;border-right:1px solid transparent;border-radius:999px;transition:background-color .18s ease,opacity .18s ease}.watchmaker-strap-finder.is-scrolling .watchmaker-strap-finder__panel{scrollbar-color:#000000 transparent}.watchmaker-strap-finder.is-scrolling .watchmaker-strap-finder__panel::-webkit-scrollbar-thumb{background-color:#000}.watchmaker-strap-finder.is-scrolling .watchmaker-strap-finder__panel::-webkit-scrollbar-thumb:hover{background-color:#000000c7}.watchmaker-strap-finder.is-open .watchmaker-strap-finder__panel{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1);border-radius:26px}.watchmaker-strap-finder__panel>*{opacity:0;transform:translateY(8px);transition:opacity .18s ease,transform .26s ease}.watchmaker-strap-finder.is-open .watchmaker-strap-finder__panel>*{opacity:1;transform:translateY(0);transition-delay:.14s}.watchmaker-strap-finder__panel:before{content:"";position:absolute;right:0;bottom:100%;left:0;height:1.4rem}.watchmaker-strap-finder__panel-header{position:relative;display:block;margin-bottom:8px;text-align:center}.watchmaker-strap-finder__eyebrow{display:none}.watchmaker-strap-finder__heading{margin:0;color:inherit;font-size:28px;font-weight:600;line-height:1.25;text-align:center}.watchmaker-strap-finder__close{position:absolute;top:-2px;right:0;display:grid;place-items:center;width:38px;height:38px;padding:0;color:inherit;background:transparent;border:1px solid rgba(255,255,255,.18);border-radius:999px;cursor:pointer}.watchmaker-strap-finder__close:hover{background:#ffffff14}.watchmaker-strap-finder__introduction{max-width:320px;margin:10px auto 22px;color:#ffffffb8;font-size:13px;line-height:1.5;text-align:center}.watchmaker-strap-finder__form{margin:0}.watchmaker-strap-finder__label{display:block;margin-bottom:10px;color:#ffffffe0;font-size:12px;letter-spacing:.05em;text-align:center}.watchmaker-strap-finder__field{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;max-width:390px;margin:0 auto;border-radius:18px;overflow:hidden}.watchmaker-strap-finder__search-icon{position:absolute;top:50%;left:14px;z-index:2;color:#ffffff9e;pointer-events:none;transform:translateY(-50%)}.watchmaker-strap-finder__input{min-width:0;height:48px;padding:0 14px 0 42px;color:#fff;background:#ffffff12;border:1px solid rgba(255,255,255,.25);border-right:0;border-radius:16px 0 0 16px;outline:none;font-family:inherit;font-size:14px;text-transform:uppercase;text-align:center}.watchmaker-strap-finder__input::placeholder{color:#ffffff7a;text-transform:none}.watchmaker-strap-finder__input:focus{background:#ffffff1c;border-color:#ffffff9e}.watchmaker-strap-finder__submit{min-width:88px;height:48px;padding:0 16px;color:#2f1608;background:#fff;border:1px solid #ffffff;border-radius:0 18px 18px 0;cursor:pointer;font-family:inherit;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.watchmaker-strap-finder__submit:hover{background:#ffffffe6}.watchmaker-strap-finder__submit:disabled{cursor:wait;opacity:.65}.watchmaker-strap-finder__help{margin:10px 0 0;color:#ffffff80;font-size:11px;text-align:center}.watchmaker-strap-finder__loading{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:18px;padding:12px;color:#ffffffb8;background:#ffffff0d;font-size:12px;text-align:center;border-radius:16px}.watchmaker-strap-finder__loading[hidden]{display:none}.watchmaker-strap-finder__spinner{width:16px;height:16px;flex:none;border:2px solid rgba(255,255,255,.22);border-top-color:#fff;border-radius:50%;animation:wsf-spin .65s linear infinite}@keyframes wsf-spin{to{transform:rotate(360deg)}}.watchmaker-strap-finder__message{max-width:360px;margin:16px auto 0;color:#ffffffc7;font-size:13px;line-height:1.5;text-align:center}.watchmaker-strap-finder__message:empty{display:none}.watchmaker-strap-finder__message.is-error{padding:12px 14px;color:#fff;background:#bc39392e;border:1px solid rgba(255,145,145,.28);border-radius:16px}.watchmaker-strap-finder__strap-section{margin-top:18px}.watchmaker-strap-finder__strap-heading-row{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;margin-bottom:20px;text-align:center}.watchmaker-strap-finder__strap-heading{margin:0;color:#fff;font-size:28px;font-weight:600;line-height:1.2;letter-spacing:-.01em}.watchmaker-strap-finder__result-count{color:#ffffff85;font-size:12px;line-height:1.4}.watchmaker-strap-finder__strap-results{display:grid;gap:18px}.watchmaker-strap-finder__strap-product{max-width:430px;margin:0 auto;background:#ffffff08;border:0;border-radius:30px;overflow:hidden}.watchmaker-strap-finder__product-link{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:18px;border-radius:30px;padding:26px 20px 22px;color:inherit;text-decoration:none;text-align:center;transition:transform .18s ease,opacity .18s ease}.watchmaker-strap-finder__product-link:hover{transform:translateY(-2px);opacity:.96}.watchmaker-strap-finder__product-image-wrap{display:grid;place-items:center;width:270px;height:270px;overflow:hidden;background:#ffffff05;border-radius:32px}.watchmaker-strap-finder__product-image{display:block;width:100%;height:100%;object-fit:contain;object-position:center}.watchmaker-strap-finder__product-placeholder{display:block;width:34px;height:34px;border:1px solid rgba(255,255,255,.18);border-radius:50%}.watchmaker-strap-finder__product-information{width:100%;max-width:290px;min-width:0;text-align:center}.watchmaker-strap-finder__product-title{margin:0;color:#fff;font-size:15px;font-weight:500;line-height:1.5;letter-spacing:-.01em}.watchmaker-strap-finder__product-price{margin:8px 0 0;color:#fff;font-size:18px;font-weight:600;line-height:1.2;letter-spacing:-.01em}.watchmaker-strap-finder__strap-product+.watchmaker-strap-finder__strap-product{padding-top:6px}.watchmaker-strap-finder__view-all{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-top:18px;padding-top:14px;color:inherit;border-top:1px solid rgba(255,255,255,.12);font-size:12px;text-decoration:none}.watchmaker-strap-finder__view-all:hover{text-decoration:underline;text-underline-offset:4px}.wsf-rendered-results{display:none}@media screen and (max-width:999px){.watchmaker-strap-finder{display:none}}@media(prefers-reduced-motion:reduce){.watchmaker-strap-finder__panel,.watchmaker-strap-finder__panel>*{transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/82/assets/watchmaker-strap-finder.css.map */
