.searchComponent-container{box-sizing:border-box;z-index:100;width:100%;max-width:650px;margin:0 auto;padding:15px;font-family:inherit;position:relative;overflow:visible}.searchComponent-inputWrapper{filter:drop-shadow(0 8px 16px #0000001a);z-index:10;border-radius:28px;align-items:center;width:100%;margin-bottom:30px;display:flex;position:relative}.searchComponent-icon{z-index:20;pointer-events:none;opacity:.5;background-color:#1a1a1a;width:20px;height:20px;position:absolute;top:50%;left:22px;transform:translateY(-50%);-webkit-mask-image:url(/icons/search-icon.svg);mask-image:url(/icons/search-icon.svg);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.searchComponent-inputField{box-sizing:border-box;color:#1a1a1a;z-index:15;background-color:#fff;border:none;border-radius:26px;outline:none;width:100%;padding:26px 65px;font-size:24px;font-weight:300;line-height:1.3;transition:background-color .3s cubic-bezier(.4,0,.2,1),color .3s cubic-bezier(.4,0,.2,1);display:block;position:relative}.searchComponent-clearButton{color:#666;cursor:pointer;z-index:25;background:#f0f0f0;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:0;font-size:16px;transition:background-color .2s,color .2s;display:flex;position:absolute;top:50%;right:20px;transform:translateY(-50%)}.searchComponent-resultsList{z-index:1000;box-sizing:border-box;-webkit-overflow-scrolling:touch;touch-action:pan-y;overscroll-behavior:contain;background-color:#fff;border-radius:20px;flex-direction:column;gap:14px;width:100%;max-height:60vh;padding:12px;display:flex;position:absolute;top:calc(100% + 12px);left:0;right:0;overflow-y:auto;box-shadow:0 12px 35px #00000026}.searchComponent-container:not(.is-navbar-variant) .searchComponent-resultsList{overscroll-behavior:auto}.searchComponent-productCard{color:inherit;box-sizing:border-box;touch-action:pan-y;-webkit-user-drag:none;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;background-color:#fff;border:1px solid #efefef;border-radius:18px;align-items:center;width:100%;padding:16px;text-decoration:none;transition:background-color .2s,border-color .2s;display:flex}.searchComponent-productCard:hover{color:#23615c;background-color:#eef5f4;border-color:#23615c}.searchComponent-imageContainer{border-radius:12px;flex-shrink:0;width:75px;height:75px;margin-right:18px;position:relative;overflow:hidden}.searchComponent-textContainer{flex-direction:column;display:flex}.searchComponent-productTitle{margin:0;font-size:1.1rem;font-weight:600}.searchComponent-productDesc{color:#666;margin:4px 0 0;font-size:.9rem}.searchComponent-categorySection{touch-action:pan-y;border-bottom:1px solid #efefef;flex-direction:column;gap:8px;margin-bottom:2px;padding:4px 4px 10px;display:flex}.searchComponent-categoryLabel{color:#999;text-transform:uppercase;letter-spacing:.03em;padding:0 4px;font-size:.75rem;font-weight:600}.searchComponent-categoryRow{touch-action:pan-y;flex-wrap:wrap;gap:8px;display:flex}.searchComponent-categoryChip{color:#333;touch-action:pan-y;-webkit-user-drag:none;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;background-color:#fafafa;border:1px solid #efefef;border-radius:100px;align-items:center;gap:8px;padding:6px 14px 6px 6px;font-size:.85rem;font-weight:600;text-decoration:none;transition:background-color .2s,border-color .2s;display:flex}.searchComponent-categoryChip:hover{color:#23615c;background-color:#eef5f4;border-color:#23615c}.searchComponent-categoryImageContainer{border-radius:10px;flex-shrink:0;width:44px;height:44px;position:relative;overflow:hidden}.is-navbar-variant .searchComponent-categoryLabel{font-size:.65rem}.is-navbar-variant .searchComponent-categoryChip{padding:4px 10px 4px 4px;font-size:.75rem}.is-navbar-variant .searchComponent-categoryImageContainer{border-radius:8px;width:32px;height:32px}.searchComponent-noResults{text-align:center;color:#888;padding:20px}.is-navbar-variant{width:auto;max-width:100%;margin:0;padding:0}.is-navbar-variant .searchComponent-inputWrapper{border-radius:100px;min-width:150px;max-width:250px;margin-bottom:0}.is-navbar-variant .searchComponent-inputField{border:1px solid #e2e2df;border-radius:100px;padding:8px 40px;font-size:16px;line-height:1.3}.is-navbar-variant .searchComponent-icon{left:14px}.is-navbar-variant .searchComponent-clearButton{width:24px;height:24px;font-size:10px;right:8px}.is-navbar-variant .searchComponent-resultsList{border-radius:12px;gap:6px;padding:8px;top:calc(100% + 5px)}.is-navbar-variant .searchComponent-productCard{border:none;border-radius:10px;padding:8px 10px}.is-navbar-variant .searchComponent-imageContainer{border-radius:6px;width:40px;height:40px;margin-right:10px}.is-navbar-variant .searchComponent-productTitle{font-size:.85rem;font-weight:500}.is-navbar-variant .searchComponent-productDesc{display:none}.is-hero-variant{width:100%;max-width:100%;margin:0;padding:0}.is-hero-variant .searchComponent-inputWrapper{filter:drop-shadow(0 12px 30px #1414281a);border-radius:100px;margin-bottom:0}.is-hero-variant .searchComponent-inputField{border:1px solid #e2e2df;border-radius:100px;padding:15px 128px 15px 46px;font-size:16px;font-weight:400}.is-hero-variant .searchComponent-icon{opacity:.45;left:20px}.is-hero-variant .searchComponent-clearButton{width:24px;height:24px;font-size:10px;right:98px}@media (min-width:500px){.is-hero-variant .searchComponent-clearButton{right:117px}}.is-hero-variant .searchComponent-heroSubmit{color:#fff;cursor:pointer;z-index:30;white-space:nowrap;background-color:#23615c;border:none;border-radius:100px;align-items:center;gap:6px;padding:12px 18px;font-size:14px;font-weight:600;transition:background-color .2s;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.is-hero-variant .searchComponent-heroSubmit:hover{background-color:#d92c50}.is-hero-variant .searchComponent-heroSubmitArrow{background-color:currentColor;flex-shrink:0;width:15px;height:15px;display:inline-block;-webkit-mask-image:url(/icons/arrow-long.svg);mask-image:url(/icons/arrow-long.svg);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@media (min-width:500px){.is-hero-variant .searchComponent-inputField{padding:22px 138px 22px 52px;font-size:17px}.is-hero-variant .searchComponent-icon{left:24px}.is-hero-variant .searchComponent-heroSubmit{padding:14px 28px;font-size:14px;font-weight:400}}@media (min-width:960px){.is-hero-variant .searchComponent-inputField{padding:30px 138px 30px 58px;font-size:19px}.is-hero-variant .searchComponent-icon{width:24px;height:24px}.is-hero-variant .searchComponent-heroSubmit{padding:20px 36px;right:18px}.is-hero-variant .searchComponent-clearButton{right:151px}}.is-pageheader-variant{z-index:40;max-width:none;margin:0;padding:0}.is-pageheader-variant .searchComponent-inputWrapper{filter:none;border-radius:100px;margin-bottom:0}.is-pageheader-variant .searchComponent-inputField{border:1px solid #0000;border-radius:100px;padding:14px 60px;font-size:18px;font-weight:400;line-height:1.3}@media (min-width:950px){.is-pageheader-variant .searchComponent-inputField{padding:19px 60px}}.is-pageheader-variant .searchComponent-inputField:focus{border-color:#23615c}.is-pageheader-variant .searchComponent-icon{opacity:.45;width:22px;height:22px;left:24px}.is-pageheader-variant .searchComponent-clearButton{width:30px;height:30px;font-size:12px;right:15px}.is-pageheader-variant .searchComponent-resultsList{border-radius:12px;gap:6px;max-height:60vh;padding:8px;top:calc(100% + 8px)}.is-pageheader-variant .searchComponent-productCard{border:none;border-radius:10px;padding:8px 10px}.is-pageheader-variant .searchComponent-imageContainer{border-radius:6px;width:46px;height:46px;margin-right:10px}.is-pageheader-variant .searchComponent-productTitle{font-size:.95rem;font-weight:500}.is-pageheader-variant .searchComponent-productDesc{display:none}.searchComponent-container{color:#1a1a1a;z-index:40}.searchComponent-inputWrapper{filter:none}.searchComponent-viewAll{color:#194440;text-align:left;cursor:pointer;font:inherit;background:#eef5f1;border:0;border-radius:12px;padding:14px}.is-navbar-variant .searchComponent-inputWrapper{min-width:0}.is-navbar-variant .searchComponent-resultsList{width:min(420px,100vw - 32px);left:auto;right:-58px}@media (min-width:950px){.is-navbar-variant .searchComponent-inputWrapper{min-width:180px}.is-navbar-variant .searchComponent-resultsList{right:0}}@media (prefers-reduced-motion:reduce){.searchComponent-container *,.searchComponent-container :after{transition:none;animation:none}}.searchComponent-inputField{border:1px solid #d9e2dc;border-radius:100px}.searchComponent-inputField:focus-visible{outline-offset:2px;outline:2px solid #23615c}.searchComponent-inputField::-webkit-search-cancel-button{-webkit-appearance:none;display:none}.searchComponent-resultsList{overscroll-behavior:contain}.searchComponent-productTitle{display:block}.searchComponent-productCard:focus-visible,.searchComponent-categoryChip:focus-visible{outline-offset:-2px;outline:2px solid #23615c}
