.bsh{position:relative;background:#0b2a4a;color:#fff}.bsh-bg{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.bsh-bg-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 55%}.bsh-bg-img-mobile{display:none}.bsh-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(100deg,rgba(6,20,38,calc(var(--bsh-overlay, .25) + .35)),rgba(6,20,38,var(--bsh-overlay, .25)) 40%,rgba(6,20,38,calc(var(--bsh-overlay, .25) * .4)),#06142614)}.bsh-top{position:relative;z-index:1;padding-top:64px;padding-bottom:40px}.bsh-content{max-width:640px}.bsh-heading{margin:0 0 18px;font-size:clamp(32px,4.2vw,48px);line-height:1.1;font-weight:800;letter-spacing:-.01em;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.25)}.bsh-heading span{display:block}.bsh-subheading{margin:0 0 28px;font-size:17px;line-height:1.5;color:#ffffffeb;max-width:42ch;text-shadow:0 1px 8px rgba(0,0,0,.25)}.bsh-search{display:flex;align-items:center;gap:10px;background:#fff;border-radius:12px;padding:8px 8px 8px 20px;max-width:640px;box-shadow:0 8px 30px #0000002e}.bsh-search-icon{flex:none;width:20px;height:20px;color:#8a94a3;display:inline-flex}.bsh-search-icon svg{width:100%;height:100%}.bsh-search-input{flex:1 1 auto;min-width:0;border:0;outline:0;background:transparent;font-size:16px;color:#17233a;padding:10px 0}.bsh-search-input::placeholder{color:#17233a;font-weight:600}button.bsh-search-btn{flex:none;border:0;border-radius:8px;background:var(--bsh-navy, #15326e);color:#fff;font-weight:700;font-size:15px;letter-spacing:.02em;padding:14px 26px;cursor:pointer;transition:filter .15s ease}button.bsh-search-btn:hover{filter:brightness(1.1)}.bsh-search-hint{margin:10px 2px 0;font-size:13px;color:#ffffffd9;text-shadow:0 1px 6px rgba(0,0,0,.3)}.bsh-bottom{position:relative;z-index:1;padding-bottom:36px}.bsh-trustbar-standalone{background:#f7f9fc;padding:32px 0}.bsh-trustbar-standalone .bsh-trustbar{margin-bottom:0}.bsh-categories{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-bottom:16px}.bsh-cat-wrap{position:relative}.bsh-cat-menu{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:20;background:#fff;border-radius:10px;box-shadow:0 14px 34px #0a193238;padding:8px;max-height:320px;overflow-y:auto;display:flex;flex-direction:column;gap:1px;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .12s ease,transform .12s ease,visibility .12s}.bsh-cat-wrap:hover .bsh-cat-menu,.bsh-cat-wrap:focus-within .bsh-cat-menu{opacity:1;visibility:visible;transform:translateY(0)}.bsh-cat-menu a{display:block;padding:8px 10px;border-radius:6px;font-size:13px;font-weight:600;color:#33415c;text-decoration:none;white-space:normal;line-height:1.3}.bsh-cat-menu a:hover{background:#f2f5f9;color:var(--bsh-navy, #15326e)}@media(hover:none){.bsh-cat-menu{display:none}}.bsh-cat{display:flex;align-items:center;gap:12px;background:#fff;color:#17233a;border-radius:10px;padding:22px 18px;min-height:80px;text-decoration:none;box-shadow:0 4px 16px #0000001a;transition:transform .12s ease,box-shadow .12s ease}.bsh-cat:hover{transform:translateY(-2px);box-shadow:0 8px 22px #00000029}.bsh-cat-icon{flex:none;width:26px;height:26px;color:var(--bsh-navy, #15326e)}.bsh-cat-icon svg{width:100%;height:100%}.bsh-cat-label{flex:1 1 auto;font-size:15px;font-weight:700;line-height:1.2}.bsh-cat-arrow{flex:none;width:14px;height:14px;color:#b7c0cc}.bsh-cat-arrow svg{width:100%;height:100%}.bsh-service{display:flex;align-items:center;gap:24px;flex-wrap:wrap;background:#f2f5f9;border-radius:12px;padding:20px 24px;margin-bottom:16px}.bsh-service-info{display:flex;align-items:center;gap:16px;flex:1 1 260px;min-width:240px}.bsh-service-icon{flex:none;width:46px;height:46px;border-radius:50%;background:#dde6f2;color:var(--bsh-navy, #15326e);display:inline-flex;align-items:center;justify-content:center;padding:11px}.bsh-service-icon svg{width:100%;height:100%}.bsh-service-title{margin:0 0 3px;font-size:16px;font-weight:800;color:#17233a}.bsh-service-desc{margin:0;font-size:13.5px;color:#5c6b80;line-height:1.4}.bsh-service-brands{display:flex;align-items:center;gap:22px;flex:2 1 420px;flex-wrap:wrap;justify-content:center}.bsh-brand{display:inline-flex;align-items:center;justify-content:center;height:56px;padding:4px;border-bottom:2px solid transparent;transition:border-color .15s ease,opacity .15s ease}.bsh-brand img{display:block;width:auto;height:auto;max-width:118px;max-height:44px;object-fit:contain}.bsh-brand--suzuki img{max-height:58px}.bsh-brand--volvopenta img{max-width:90px}.bsh-brand:hover{border-color:var(--bsh-navy, #15326e);opacity:.85}a.bsh-service-btn{flex:none;display:inline-flex;align-items:center;gap:8px;background:var(--bsh-navy, #15326e);color:#fff;text-decoration:none;font-weight:700;font-size:14.5px;border-radius:8px;padding:13px 20px;white-space:nowrap;transition:filter .15s ease}a.bsh-service-btn:hover{filter:brightness(1.1)}a.bsh-service-btn svg{width:16px;height:16px}.bsh-trustbar{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-bottom:28px}.bsh-trust-item{position:relative;display:flex;align-items:center;gap:10px;background:#fff;border-radius:10px;padding:14px;box-shadow:0 4px 16px #0000001f}.bsh-trust-item svg{flex:none;width:24px;height:24px;color:var(--bsh-navy, #15326e)}.bsh-trust-item div{display:flex;flex-direction:column;gap:1px;min-width:0}.bsh-trust-item strong{font-size:13px;font-weight:700;color:#17233a;line-height:1.25}.bsh-trust-item span{font-size:11.5px;color:#5c6b80;line-height:1.3}.bsh-trust-item span a{color:inherit;text-decoration:underline}.bsh-trust-item-live{background:#eaf0f8}.bsh-trust-live-dot{position:absolute;top:10px;right:10px;width:6px;height:6px;border-radius:50%;background:var(--bsh-navy, #15326e)}@media screen and (max-width:1100px){.bsh-categories{grid-template-columns:repeat(4,1fr)}.bsh-trustbar{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:749px){.bsh-bg-img-desktop{display:none}.bsh-bg-img-mobile{display:block}.bsh-top{padding-top:40px;padding-bottom:28px}.bsh-content{max-width:none}.bsh-heading{font-size:clamp(28px,8vw,36px)}.bsh-search{flex-wrap:wrap;border-radius:12px}.bsh-search-input{flex-basis:100%;order:1}button.bsh-search-btn{order:2;flex:1 1 auto;margin-top:4px}.bsh-categories{grid-template-columns:repeat(2,1fr)}.bsh-service{flex-direction:column;align-items:stretch;text-align:left}.bsh-service-brands{justify-content:flex-start;gap:16px}a.bsh-service-btn{justify-content:center}.bsh-trustbar{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/21/assets/component-boatlab-search-hero.css.map */
