body.bro-b2b-merch-mode{background:#f5f5f5}body.bro-b2b-merch-mode .shopify-section-group-header-group,body.bro-b2b-merch-mode .shopify-section-group-footer-group,body.bro-b2b-merch-mode cart-drawer{display:none!important}.bro-b2b-merch-shell{--bro-merch-bg: #ffffff;--bro-merch-text: #2f271e;--bro-merch-accent: #2f271e;--bro-merch-border: #dedbd5;background:var(--bro-merch-bg);color:var(--bro-merch-text);border-bottom:1px solid var(--bro-merch-border);position:sticky;top:0;z-index:100}.bro-merch-header{width:min(100%,var(--bro-merch-max-width, 1400px));margin:0 auto;min-height:var(--bro-merch-header-height, 72px);padding:10px 24px;display:grid;grid-template-columns:minmax(180px,1fr) minmax(260px,520px) auto;align-items:center;gap:22px}.bro-merch-brand{display:inline-flex;align-items:center;gap:12px;color:var(--bro-merch-text);text-decoration:none;min-width:0}.bro-merch-brand__logo{display:block;width:auto;max-width:180px;max-height:48px;object-fit:contain}.bro-merch-brand__title{color:var(--bro-merch-text);font:inherit;font-size:18px;font-weight:800;letter-spacing:.03em;line-height:1.1;text-transform:uppercase;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bro-merch-search{display:flex;align-items:center;min-width:0;height:44px;border:1px solid var(--bro-merch-border);border-radius:8px;background:#fff;overflow:hidden}.bro-merch-search__icon{width:18px;height:18px;margin-left:14px;flex:0 0 auto}.bro-merch-search input[type=search]{-webkit-appearance:none;appearance:none;width:100%;height:100%;border:0;outline:0;background:transparent;color:#111827;padding:0 12px;font:inherit;font-size:14px}.bro-merch-search button{height:100%;border:0;border-left:1px solid var(--bro-merch-border);background:var(--bro-merch-accent);color:#fff;padding:0 16px;font:inherit;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;cursor:pointer}.bro-merch-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:8px}.bro-merch-action{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;position:relative;border:1px solid var(--bro-merch-border);border-radius:8px;background:#fff;color:var(--bro-merch-text);text-decoration:none}.bro-merch-action:hover,.bro-merch-action:focus-visible{border-color:var(--bro-merch-accent);color:var(--bro-merch-accent)}.bro-merch-action svg{width:20px;height:20px;stroke:currentColor}.bro-merch-cart-count{position:absolute;top:-6px;right:-6px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--bro-merch-accent);color:#fff;font-size:11px;font-weight:800;line-height:1}.bro-merch-landing{background:var(--bro-merch-landing-bg, #f5f5f5);padding:48px 24px 64px}.bro-merch-landing__inner{width:min(100%,var(--bro-merch-landing-width, 1200px));margin:0 auto}.bro-merch-landing__head{text-align:center;margin:0 auto 32px;max-width:760px}.bro-merch-landing__head h1{margin:0;color:var(--bro-merch-heading, #2f271e);font-size:clamp(32px,5vw,56px);line-height:1}.bro-merch-landing__subheading{margin-top:14px;color:var(--bro-merch-copy, #5b5b5b)}.bro-merch-landing__grid{display:grid;grid-template-columns:repeat(var(--bro-merch-cols, 3),minmax(0,1fr));gap:18px}.bro-merch-collection-card{display:block;overflow:hidden;border:1px solid var(--bro-merch-card-border, #dedbd5);border-radius:var(--bro-merch-card-radius, 10px);background:#fff;color:var(--bro-merch-heading, #2f271e);text-decoration:none;transition:transform .18s ease,box-shadow .18s ease}.bro-merch-collection-card:hover{transform:translateY(-2px);box-shadow:0 8px 26px #00000014}.bro-merch-collection-card__media{aspect-ratio:4 / 3;background:#f2f2f2;overflow:hidden}.bro-merch-collection-card__media img{width:100%;height:100%;display:block;object-fit:contain}.bro-merch-collection-card__body{padding:16px 18px 18px}.bro-merch-collection-card__title{margin:0;color:inherit;font-size:18px;line-height:1.2;font-weight:800}.bro-merch-collection-card__meta{margin-top:6px;color:var(--bro-merch-copy, #5b5b5b);font-size:13px}.bro-merch-empty{padding:36px;border:1px dashed var(--bro-merch-card-border, #dedbd5);border-radius:10px;text-align:center;background:#fff;color:var(--bro-merch-copy, #5b5b5b)}body.bro-b2b-merch-mode main a[data-bro-merch-blocked=true]{display:none!important}@media screen and (max-width:989px){.bro-merch-header{grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:10px 16px}.bro-merch-search{grid-column:1 / -1;grid-row:2}.bro-merch-brand__logo{max-width:150px;max-height:42px}.bro-merch-landing__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:749px){body.bro-b2b-merch-mode .template-search__results .product-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}body.bro-b2b-merch-mode .template-search__results .product-grid>.grid__item{width:100%!important;max-width:100%!important;min-width:0!important}}@media screen and (max-width:549px){.bro-merch-brand__title{font-size:15px}.bro-merch-action{width:40px;height:40px}.bro-merch-search button{padding:0 12px}.bro-merch-landing{padding:32px 14px 48px}.bro-merch-landing__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}}@media screen and (max-width:899px){body.bro-b2b-merch-mode .bro-dunn-product__stage{width:100%!important;height:min(62vw,280px)!important;min-height:0!important;max-height:280px!important;aspect-ratio:auto!important}body.bro-b2b-merch-mode .bro-dunn-product__image{width:100%!important;height:100%!important;object-fit:contain!important;padding:6px!important;box-sizing:border-box!important}body.bro-b2b-merch-mode .bro-dunn-product__thumb{width:60px!important;height:60px!important;flex:0 0 60px!important}body.bro-b2b-merch-mode .bro-dunn-product__thumbs{margin-top:8px!important;display:flex!important;flex-wrap:wrap!important;justify-content:center!important;gap:8px!important;overflow:visible!important;padding-bottom:0!important}}.bro-dunn-product__color-select-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.bro-dunn-product__selected-color{font-weight:600}.bro-dunn-product__color-swatches{display:flex;flex-wrap:wrap;gap:9px;margin-top:8px}.bro-dunn-product__color-swatch{width:34px;height:34px;flex:0 0 34px;padding:0;border:1px solid #8a857d;border-radius:6px;background:#d8d8d8;box-sizing:border-box;cursor:pointer;position:relative}.bro-dunn-product__color-swatch.is-selected{border:2px solid #2f271e;box-shadow:0 0 0 2px #fff inset,0 0 0 1px #2f271e}.bro-dunn-product__color-swatch:focus-visible{outline:2px solid #2f271e;outline-offset:2px}@media screen and (max-width:899px){.bro-dunn-product__color-swatches{gap:8px}.bro-dunn-product__color-swatch{width:32px;height:32px;flex-basis:32px}}
/*# sourceMappingURL=/cdn/shop/t/43/assets/b2b-merch.css.map */
