.bmbd{--bmbd-blue:#005fbe;--bmbd-blue-dark:#003a73;--bmbd-blue-bright:#0072d8;--bmbd-red:#cc2027;--bmbd-ink:#1a1a1a;--bmbd-muted:#5f5e5a;--bmbd-hint:#888780;--bmbd-line:#e3e1d9;--bmbd-line-strong:#d3d1c7;--bmbd-bg-soft:#eff6ff;color:var(--bmbd-ink);font-family:inherit}.bmbd *{box-sizing:border-box}.bmbd .bmbd-page{max-width:1200px;margin:0 auto}.bmbd .bmbd-banner{position:relative;min-height:190px;overflow:hidden;border-radius:14px;background:radial-gradient(circle at 85% 20%,rgba(255,255,255,.16) 0,transparent 45%),radial-gradient(circle at 95% 90%,rgba(204,32,39,.35) 0,transparent 40%),linear-gradient(115deg,var(--bmbd-blue-dark) 0%,var(--bmbd-blue) 45%,var(--bmbd-blue-bright) 75%,#1fa3ff 100%);display:flex;align-items:center;padding:28px 40px}.bmbd .bmbd-banner:before{content:"";position:absolute;left:-60px;top:-80px;width:260px;height:260px;border-radius:50%;background:#ffffff14}.bmbd .bmbd-banner:after{content:"";position:absolute;right:18%;bottom:-90px;width:200px;height:200px;border-radius:50%;background:#ffffff12}.bmbd .bmbd-banner-content{position:relative;z-index:2}.bmbd .bmbd-banner-eyebrow{margin:0 0 6px;font-size:12px;letter-spacing:1.5px;text-transform:uppercase;color:#ffe27a;font-weight:700}.bmbd .bmbd-banner h1{margin:0;font-size:32px;font-weight:700;color:#fff;line-height:1.15}.bmbd .bmbd-banner p{margin:8px 0 0;font-size:14px;color:#ffffffe0;max-width:380px}.bmbd .bmbd-banner-stats{position:relative;z-index:2;margin-left:auto;display:flex;gap:28px}.bmbd .bmbd-stat{text-align:center}.bmbd .bmbd-stat .bmbd-num{font-size:24px;font-weight:700;color:#fff}.bmbd .bmbd-stat .bmbd-lbl{font-size:11px;color:#ffffffbf;margin-top:2px;text-transform:uppercase;letter-spacing:.5px}.bmbd .bmbd-section{padding:var(--bmbd-sec-pt,28px) var(--bmbd-pad-x,32px) 8px}.bmbd .bmbd-section-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:14px}.bmbd .bmbd-section-head h2{margin:0;font-size:18px;font-weight:600;color:var(--bmbd-ink)}.bmbd .bmbd-view-all{font-size:12px;color:var(--bmbd-blue);font-weight:600;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:4px}.bmbd .bmbd-view-all:hover{text-decoration:underline}.bmbd .bmbd-popular-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.bmbd .bmbd-tile{border:1px solid var(--bmbd-line);border-radius:10px;height:92px;display:flex;align-items:center;justify-content:center;padding:12px;background:#fff;cursor:pointer;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.bmbd .bmbd-tile:hover{transform:translateY(-3px);border-color:var(--bmbd-blue);box-shadow:0 8px 18px #005fbe24}.bmbd .bmbd-tile img{max-height:56px;max-width:100%;object-fit:contain;transition:transform .15s ease}.bmbd .bmbd-tile:hover img{transform:scale(1.04)}.bmbd .bmbd-tile .bmbd-tile-name{font-weight:700;font-size:15px;color:var(--bmbd-blue);letter-spacing:.2px;transition:transform .15s ease;text-align:center}.bmbd .bmbd-tile:hover .bmbd-tile-name{transform:scale(1.04)}.bmbd .bmbd-finder{margin:var(--bmbd-finder-my,28px) var(--bmbd-pad-x,32px);background:var(--bmbd-bg-soft);border-radius:14px;padding:24px 28px}.bmbd .bmbd-finder-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.bmbd .bmbd-finder-head h2{margin:0;font-size:17px;font-weight:600}.bmbd .bmbd-finder-head p{margin:4px 0 0;font-size:12px;color:var(--bmbd-muted)}.bmbd .bmbd-finder-count{font-size:12px;color:var(--bmbd-muted);white-space:nowrap}.bmbd .bmbd-search-wrap{position:relative;margin-bottom:16px}.bmbd .bmbd-search-box{display:flex;align-items:center;background:#fff;border:1px solid var(--bmbd-line-strong);border-radius:10px;padding:9px 14px;transition:border-color .15s ease,box-shadow .15s ease}.bmbd .bmbd-search-box:focus-within{border-color:var(--bmbd-blue);box-shadow:0 0 0 3px #005fbe1f}.bmbd .bmbd-search-box svg{flex-shrink:0;margin-right:10px;color:var(--bmbd-hint)}.bmbd .bmbd-search-box input{border:none!important;outline:none!important;background:transparent!important;box-shadow:none!important;font-size:14px;width:100%;color:var(--bmbd-ink);font-family:inherit;padding:0!important;margin:0!important;height:auto!important;min-height:0!important;line-height:1.5!important}.bmbd .bmbd-clear-btn{background:none;border:none;box-shadow:none;border-radius:0;width:20px;height:20px;margin:0;padding:0;line-height:0;color:var(--bmbd-hint);cursor:pointer;display:none;align-items:center;justify-content:center;flex-shrink:0}.bmbd .bmbd-clear-btn.is-visible{display:flex}.bmbd .bmbd-clear-btn:hover{color:var(--bmbd-ink)}.bmbd .bmbd-clear-btn svg{display:block;width:15px;height:15px}.bmbd .bmbd-suggestions{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid var(--bmbd-line-strong);border-radius:10px;box-shadow:0 12px 28px #0000001a;z-index:5;overflow:hidden;max-height:320px;overflow-y:auto;display:none}.bmbd .bmbd-suggestions.is-open{display:block}.bmbd .bmbd-suggestion-item{display:flex;align-items:center;gap:10px;padding:10px 14px;cursor:pointer;border-bottom:1px solid var(--bmbd-bg-soft);transition:background .1s ease}.bmbd .bmbd-suggestion-item:last-child{border-bottom:none}.bmbd .bmbd-suggestion-item:hover,.bmbd .bmbd-suggestion-item.is-active{background:var(--bmbd-bg-soft)}.bmbd .bmbd-sugg-badge{width:28px;height:28px;border-radius:6px;background:var(--bmbd-bg-soft);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:var(--bmbd-blue);flex-shrink:0;overflow:hidden}.bmbd .bmbd-sugg-badge img{width:100%;height:100%;object-fit:contain}.bmbd .bmbd-sugg-name{font-size:13px;color:var(--bmbd-ink)}.bmbd .bmbd-sugg-name b{color:var(--bmbd-blue)}.bmbd .bmbd-sugg-count{margin-left:auto;font-size:11px;color:var(--bmbd-hint);white-space:nowrap}.bmbd .bmbd-suggestions-empty{padding:18px 14px;text-align:center;font-size:13px;color:var(--bmbd-muted)}.bmbd .bmbd-az-bar{display:flex;gap:4px;flex-wrap:wrap}.bmbd .bmbd-az-btn{font-size:12px;color:var(--bmbd-ink);background:#fff;border:1px solid var(--bmbd-line-strong);border-radius:6px;width:26px;height:26px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-weight:500;transition:background .12s ease,color .12s ease,border-color .12s ease,transform .12s ease}.bmbd .bmbd-az-btn:hover{border-color:var(--bmbd-blue);color:var(--bmbd-blue);transform:translateY(-1px)}.bmbd .bmbd-az-btn.is-active{background:var(--bmbd-blue);color:#fff;border-color:var(--bmbd-blue)}.bmbd .bmbd-az-btn.is-disabled{color:#b4b2a9;background:var(--bmbd-bg-soft);border-color:var(--bmbd-line);cursor:not-allowed}.bmbd .bmbd-az-btn.is-disabled:hover{transform:none;border-color:var(--bmbd-line);color:#b4b2a9}.bmbd .bmbd-directory{padding:8px var(--bmbd-pad-x,32px) var(--bmbd-dir-pb,40px)}.bmbd .bmbd-directory h2{margin:0 0 4px;font-size:18px;font-weight:600}.bmbd .bmbd-directory-sub{font-size:12px;color:var(--bmbd-muted);margin:0 0 18px}.bmbd .bmbd-directory-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.bmbd .bmbd-letter-group{display:contents}.bmbd .bmbd-letter-label{grid-column:1 / -1;display:block;font-size:var(--bmbd-letter-size,24px);font-weight:700;color:var(--bmbd-blue);border-bottom:2px solid var(--bmbd-bg-soft);padding-bottom:2px;margin:18px 0 2px;scroll-margin-top:90px}.bmbd .bmbd-letter-label:first-child{margin-top:0}.bmbd .bmbd-letter-items{display:contents}.bmbd .bmbd-card{display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;color:var(--bmbd-ink);background:#fff;border:1px solid var(--bmbd-line);border-radius:12px;padding:16px 10px 12px;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.bmbd .bmbd-card:hover{transform:translateY(-4px);border-color:var(--bmbd-blue);box-shadow:0 10px 20px #005fbe24}.bmbd .bmbd-card mark{background:#ffe27a;color:inherit;border-radius:2px}.bmbd .bmbd-dir-logo{width:100px;height:54px;border-radius:10px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:var(--bmbd-blue);margin-bottom:10px;overflow:hidden;transition:transform .15s ease}.bmbd .bmbd-dir-logo img{width:100%;height:100%;object-fit:contain}.bmbd .bmbd-card:hover .bmbd-dir-logo{transform:scale(1.06)}.bmbd .bmbd-dir-name{font-size:13px;font-weight:600;line-height:1.3}.bmbd .bmbd-dir-count{font-size:11px;color:var(--bmbd-hint);margin-top:3px;min-height:14px}.bmbd .bmbd-dir-count.is-loading{opacity:.5}.bmbd .bmbd-no-results{display:none;text-align:center;padding:50px 20px;color:var(--bmbd-muted)}.bmbd .bmbd-no-results.is-visible{display:block}.bmbd .bmbd-no-results svg{color:var(--bmbd-line-strong);margin-bottom:12px}.bmbd .bmbd-no-results h3{margin:0 0 6px;font-size:15px;color:var(--bmbd-ink);font-weight:600}.bmbd .bmbd-no-results p{margin:0;font-size:13px}.bmbd .bmbd-empty-note{grid-column:1 / -1;color:var(--bmbd-muted);font-size:13px;padding:20px 0}.bmbd .bmbd-banner-eyebrow{font-size:12px!important;line-height:1.3!important}.bmbd .bmbd-banner h1{font-size:32px!important;line-height:1.15!important}.bmbd .bmbd-banner p{font-size:14px!important;line-height:1.4!important}.bmbd .bmbd-stat .bmbd-num{font-size:24px!important}.bmbd .bmbd-stat .bmbd-lbl{font-size:11px!important}.bmbd .bmbd-section-head h2,.bmbd .bmbd-directory h2{font-size:18px!important;font-weight:600!important;line-height:1.3!important}.bmbd .bmbd-view-all{font-size:12px!important}.bmbd .bmbd-finder-head h2{font-size:17px!important;font-weight:600!important;line-height:1.3!important}.bmbd .bmbd-finder-head p,.bmbd .bmbd-finder-count,.bmbd .bmbd-directory-sub{font-size:12px!important;line-height:1.4!important}.bmbd .bmbd-search-box input{font-size:14px!important}.bmbd .bmbd-az-btn{font-size:12px!important}.bmbd .bmbd-letter-label{font-size:var(--bmbd-letter-size,24px)!important;font-weight:700!important;line-height:1.3!important}.bmbd .bmbd-tile-name{font-size:15px!important;font-weight:700!important}.bmbd .bmbd-dir-logo{font-size:18px!important;font-weight:700!important}.bmbd .bmbd-dir-name{font-size:13px!important;font-weight:600!important;line-height:1.3!important}.bmbd .bmbd-dir-count{font-size:11px!important;line-height:1.3!important}.bmbd .bmbd-sugg-name{font-size:13px!important}.bmbd .bmbd-sugg-count{font-size:11px!important}.bmbd .bmbd-suggestions-empty{font-size:13px!important}.bmbd .bmbd-no-results h3{font-size:15px!important;font-weight:600!important}.bmbd .bmbd-no-results p{font-size:13px!important}.bmbd-dir-logo:not(:has(img)){display:none!important}.bmbd-dir-logo:has(img[src=""]),.bmbd-dir-logo:has(img:not([src])){display:none!important}a.bmbd-card{display:flex;flex-direction:column;justify-content:center;align-items:center}.bmbd .bmbd-card{min-height:110.5px}.bmbd-popular-grid .bmbd-tile:nth-child(n+6){display:none}@media(max-width:760px){.bmbd .bmbd-banner{padding:22px}.bmbd .bmbd-banner h1{font-size:26px}.bmbd .bmbd-banner-stats{display:none}.bmbd .bmbd-section,.bmbd .bmbd-directory{padding-left:0;padding-right:0;padding-top:0}.bmbd .bmbd-finder{margin:20px 0;padding:18px}.bmbd .bmbd-popular-grid,.bmbd .bmbd-directory-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:460px){.bmbd .bmbd-popular-grid,.bmbd .bmbd-directory-grid{grid-template-columns:repeat(2,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/bm-brand-directory.css.map */
