.bn-collection{--bn-collection-sidebar-min: 22rem;--bn-collection-sidebar-max: 26rem;--bn-collection-sticky-offset: var(--bn-space-4);--bn-collection-table-min: 86rem;display:block;color:var(--bn-color-ink);background:var(--bn-color-background)}.bn-collection__enhancements{display:block}.bn-collection__layout{display:grid;grid-template-columns:minmax(var(--bn-collection-sidebar-min),var(--bn-collection-sidebar-max)) minmax(0,1fr);align-items:start;gap:clamp(2.4rem,3vw,4rem)}.bn-collection__sidebar{position:sticky;top:var(--bn-collection-sticky-offset);max-height:calc(100vh - (var(--bn-collection-sticky-offset) * 2));overflow-y:auto;scrollbar-gutter:stable}.bn-collection__filter-toggle{display:none}.bn-collection__filter-disclosure:not([open])>.bn-collection__filter-panel{display:block}.bn-collection__main{min-width:0}.bn-filters{border:var(--bn-border-default);background:var(--bn-color-background)}.bn-filters__header{min-height:var(--bn-control-height);display:flex;align-items:center;justify-content:space-between;gap:var(--bn-space-2);padding:var(--bn-space-2) var(--bn-space-3);color:var(--bn-color-background);background:#07111f}.bn-filters__header h2{margin:0;color:inherit;font-family:var(--font-body-family);font-size:var(--bn-font-size-card-title);font-weight:var(--bn-font-weight-bold)}.bn-filters__reset{color:var(--bn-color-primary);font-size:var(--bn-font-size-micro);font-weight:var(--bn-font-weight-bold);text-underline-offset:var(--bn-space-1)}.bn-filters__unspsc{display:grid;gap:var(--bn-space-2);padding:var(--bn-space-3);background:var(--bn-color-surface);border-bottom:var(--bn-border)}.bn-filters__unspsc label{color:var(--bn-color-action);font-size:var(--bn-font-size-card-action);font-weight:var(--bn-font-weight-bold)}.bn-filters__unspsc-control{display:grid;grid-template-columns:minmax(0,1fr) auto}.bn-filters__unspsc input,.bn-filters__price input,.bn-collection__sort-control select{min-width:0;min-height:var(--bn-card-control-height);color:var(--bn-color-ink);background:var(--bn-color-background);border:var(--bn-border);border-radius:var(--bn-card-radius);font:inherit;font-size:var(--bn-font-size-card-action)}.bn-filters__unspsc input{width:100%;padding-inline:var(--bn-space-2);border-right:0}.bn-filters__unspsc button{min-height:var(--bn-card-control-height);padding-inline:var(--bn-space-3);color:var(--bn-color-background);background:var(--bn-color-action);border:var(--bn-border-width) solid var(--bn-color-action);border-radius:var(--bn-card-radius);font:inherit;font-size:var(--bn-font-size-card-action);font-weight:var(--bn-font-weight-bold);cursor:pointer}.bn-filters__unspsc p{margin:0;color:var(--bn-color-slate);font-size:var(--bn-font-size-micro);line-height:var(--bn-line-height-dense)}.bn-filters__group{border-bottom:var(--bn-border)}.bn-filters__summary{min-height:var(--bn-control-height);display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:var(--bn-space-2);padding:var(--bn-space-2) var(--bn-space-3);color:var(--bn-color-action);font-size:var(--bn-font-size-card-action);font-weight:var(--bn-font-weight-bold);cursor:pointer;list-style:none}.bn-filters__summary::-webkit-details-marker{display:none}.bn-filters__summary .svg-wrapper{width:var(--bn-card-quantity-icon-size);height:var(--bn-card-quantity-icon-size);transition:transform var(--duration-short) ease}.bn-filters__group[open] .bn-filters__summary .svg-wrapper{transform:rotate(180deg)}.bn-filters__active-count{min-width:var(--bn-space-5);padding:var(--bn-card-tag-padding-block) var(--bn-card-tag-padding-inline);color:var(--bn-color-action);background:var(--bn-color-primary);font-size:var(--bn-font-size-micro);line-height:var(--bn-line-height-dense);text-align:center}.bn-filters__group-body{padding:0 var(--bn-space-3) var(--bn-space-3)}.bn-filters__group-body fieldset{min-width:0;margin:0;padding:0;border:0}.bn-filters__values{max-height:24rem;display:grid;gap:var(--bn-space-1);margin:0;overflow-y:auto}.bn-filters__option{min-height:3rem;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:var(--bn-space-2);color:var(--bn-color-slate);font-size:var(--bn-font-size-card-action);cursor:pointer}.bn-filters__option.is-disabled{opacity:var(--bn-disabled-opacity);cursor:not-allowed}.bn-filters__option input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.bn-filters__checkbox{width:var(--bn-space-4);height:var(--bn-space-4);display:grid;place-items:center;background:var(--bn-color-background);border:var(--bn-border)}.bn-filters__option input:checked+.bn-filters__checkbox{background:var(--bn-color-primary);border-color:var(--bn-color-action)}.bn-filters__option input:checked+.bn-filters__checkbox:after{content:"\2713";color:var(--bn-color-action);font-size:var(--bn-font-size-micro);font-weight:var(--bn-font-weight-bold)}.bn-filters__option input:focus-visible+.bn-filters__checkbox{outline:var(--focused-base-outline);outline-offset:var(--focused-base-outline-offset)}.bn-filters__option-count{color:var(--bn-color-slate);font-size:var(--bn-font-size-micro);font-variant-numeric:tabular-nums}.bn-filters__price{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--bn-space-2)}.bn-filters__price label{min-width:0;display:grid;gap:var(--bn-space-1);color:var(--bn-color-slate);font-size:var(--bn-font-size-micro)}.bn-filters__money-field{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;border:var(--bn-border)}.bn-filters__money-field>span{padding-left:var(--bn-space-2);color:var(--bn-color-slate);font-size:var(--bn-font-size-card-action)}.bn-filters__price input{width:100%;border:0;padding-inline:var(--bn-space-1)}.bn-filters__apply{width:calc(100% - (var(--bn-space-3) * 2));min-height:var(--bn-control-height);margin:var(--bn-space-3);padding-inline:var(--bn-space-3);color:var(--bn-color-action);background:var(--bn-color-primary);border:var(--bn-border-width) solid var(--bn-color-action);border-radius:var(--bn-card-radius);font:inherit;font-size:var(--bn-font-size-card-action);font-weight:var(--bn-font-weight-bold);cursor:pointer}.bn-collection__active-filters{display:flex;align-items:center;flex-wrap:wrap;gap:var(--bn-space-2);margin-bottom:var(--bn-space-3);padding:var(--bn-space-2);background:var(--bn-color-surface);border:var(--bn-border)}.bn-collection__active-filters[hidden]{display:none}.bn-collection__active-label{color:var(--bn-color-action);font-size:var(--bn-font-size-micro);font-weight:var(--bn-font-weight-bold);text-transform:uppercase}.bn-collection__active-tags{min-width:0;display:flex;align-items:center;flex-wrap:wrap;gap:var(--bn-space-1)}.bn-collection__filter-tag{min-height:2.8rem;display:inline-flex;align-items:center;gap:var(--bn-space-2);padding-inline:var(--bn-space-2);color:var(--bn-color-action);background:var(--bn-color-background);border:var(--bn-border);font-size:var(--bn-font-size-micro);font-weight:var(--bn-font-weight-semibold);line-height:var(--bn-line-height-dense);text-decoration:none}.bn-collection__filter-tag:hover{border-color:var(--bn-color-action)}.bn-collection__filter-tag--legacy{padding:0}.bn-collection__filter-tag--legacy a{padding:var(--bn-card-tag-padding-block) var(--bn-space-2);color:inherit;text-decoration:none}.bn-collection__clear-all{margin-left:auto;color:var(--bn-color-action);font-size:var(--bn-font-size-micro);font-weight:var(--bn-font-weight-bold);text-underline-offset:var(--bn-space-1)}.bn-collection__toolbar{min-height:var(--bn-control-height);display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:var(--bn-space-3);margin-bottom:2rem;padding:1.2rem 1.6rem;background:var(--bn-color-surface-subtle);border:var(--bn-border-default)}.bn-collection__result-count{display:flex;align-items:baseline;gap:var(--bn-space-1);margin-right:auto;color:var(--bn-color-slate);font-size:var(--bn-font-size-card-action)}.bn-collection__result-count strong{color:var(--bn-color-action);font-size:var(--bn-font-size-card-title)}.bn-collection__unspsc-count{color:var(--bn-color-success)}.bn-collection__sort-form{display:flex;align-items:center;gap:var(--bn-space-2)}.bn-collection__sort-form label{color:var(--bn-color-slate);font-size:var(--bn-font-size-micro);font-weight:var(--bn-font-weight-semibold);text-transform:uppercase}.bn-collection__sort-control{min-width:18rem;position:relative}.bn-collection__sort-control select{width:100%;-webkit-appearance:none;appearance:none;padding:0 var(--bn-space-5) 0 var(--bn-space-2)}.bn-collection__sort-control .svg-wrapper{width:var(--bn-card-quantity-icon-size);height:var(--bn-card-quantity-icon-size);position:absolute;top:50%;right:var(--bn-space-2);pointer-events:none;transform:translateY(-50%)}.bn-collection__sort-submit{min-height:var(--bn-card-control-height);padding-inline:var(--bn-space-3);color:var(--bn-color-background);background:var(--bn-color-action);border:var(--bn-border-width) solid var(--bn-color-action);border-radius:var(--bn-card-radius);font:inherit;font-size:var(--bn-font-size-card-action);font-weight:var(--bn-font-weight-bold);cursor:pointer}.bn-collection__views{display:inline-flex;border:var(--bn-border)}.bn-collection__view{min-height:var(--bn-card-control-height);display:inline-flex;align-items:center;padding-inline:var(--bn-space-2);color:var(--bn-color-slate);background:var(--bn-color-background);border-right:var(--bn-border);font-size:var(--bn-font-size-micro);font-weight:var(--bn-font-weight-bold);text-decoration:none;text-transform:uppercase}.bn-collection__view:last-child{border-right:0}.bn-collection__view:hover,.bn-collection__view[aria-current=page]{color:var(--bn-color-action);background:var(--bn-color-primary)}.bn-collection__grid-scroll{min-width:0}.bn-collection__grid-scroll:has(.bn-product-grid[data-view=table]){overflow-x:auto;scrollbar-gutter:stable}.bn-product-grid{margin:0;padding:0;list-style:none}.bn-product-grid[data-view=grid]{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,var(--bn-collection-card-min)),1fr));gap:var(--bn-grid-gap)}.bn-product-grid[data-view=list]{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--bn-grid-gap)}.bn-product-grid[data-view=list] .bn-product-card{grid-template-columns:minmax(16rem,22rem) minmax(0,1fr);grid-template-rows:minmax(0,1fr)}.bn-product-grid[data-view=list] .bn-product-card__media{height:100%;border-right:var(--bn-border);border-bottom:0}.bn-product-grid[data-view=list] .bn-product-card__content{grid-template-columns:minmax(0,1fr) minmax(15rem,18rem) minmax(24rem,28rem);grid-template-rows:auto auto;align-items:center}.bn-product-grid[data-view=list] .bn-product-card__details{grid-column:1;grid-row:1 / span 2}.bn-product-grid[data-view=list] .bn-product-card__spacer{display:none}.bn-product-grid[data-view=list] .bn-product-card__price-zone,.bn-product-grid[data-view=list] .bn-product-card__quote-state{grid-column:2;grid-row:1 / span 2;padding:0 0 0 var(--bn-space-3);border-top:0;border-left:var(--bn-border)}.bn-product-grid[data-view=list] .bn-product-card__product-form,.bn-product-grid[data-view=list] .bn-product-card__quote{grid-column:3;grid-row:1}.bn-product-grid[data-view=list] .bn-product-card__rfq{grid-column:3;grid-row:2}.bn-product-grid[data-view=table]{min-width:var(--bn-collection-table-min);display:grid;grid-template-columns:minmax(0,1fr);gap:var(--bn-space-1)}.bn-product-table__header{min-width:var(--bn-collection-table-min);display:grid;grid-template-columns:13rem minmax(24rem,1fr) 17rem minmax(26rem,30rem);gap:0;color:var(--bn-color-background);background:var(--bn-color-action);border:var(--bn-border-width) solid var(--bn-color-action);font-size:var(--bn-font-size-micro);font-weight:var(--bn-font-weight-bold);letter-spacing:var(--bn-letter-spacing-utility);text-transform:uppercase}.bn-product-table__header span{padding:var(--bn-space-2) var(--bn-space-3);border-right:1px solid rgba(255,255,255,.22)}.bn-product-table__header span:last-child{border-right:0}.bn-product-grid[data-view=table] .bn-product-card{min-height:13rem;grid-template-columns:13rem minmax(0,1fr);grid-template-rows:minmax(0,1fr)}.bn-product-grid[data-view=table] .bn-product-card__media{height:100%;border-right:var(--bn-border);border-bottom:0}.bn-product-grid[data-view=table] .bn-product-card__content{grid-template-columns:minmax(0,1fr) 17rem minmax(26rem,30rem);grid-template-rows:auto auto;align-items:center}.bn-product-grid[data-view=table] .bn-product-card__details{grid-column:1;grid-row:1 / span 2}.bn-product-grid[data-view=table] .bn-product-card__spacer{display:none}.bn-product-grid[data-view=table] .bn-product-card__price-zone{grid-column:2;grid-row:1 / span 2;padding-top:0;padding-left:var(--bn-space-3);border-top:0;border-left:var(--bn-border)}.bn-product-grid[data-view=table] .bn-product-card__quote-state{grid-column:2;grid-row:1 / span 2;padding:0 0 0 var(--bn-space-3);border-left:var(--bn-border)}.bn-product-grid[data-view=table] .bn-product-card__product-form,.bn-product-grid[data-view=table] .bn-product-card__quote{grid-column:3;grid-row:1}.bn-product-grid[data-view=table] .bn-product-card__rfq{grid-column:3;grid-row:2}.bn-product-grid__item[hidden]{display:none}.bn-collection__empty,.bn-collection__unspsc-empty{padding:var(--bn-space-6);color:var(--bn-color-slate);background:var(--bn-color-surface);border:var(--bn-border);text-align:center}.bn-collection__empty h2,.bn-collection__unspsc-empty h2{margin:0 0 var(--bn-space-2);color:var(--bn-color-action);font-size:calc(var(--bn-font-size-card-title) * 1.25)}.bn-collection__empty p,.bn-collection__unspsc-empty p{margin:0}.bn-collection__empty-actions{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:var(--bn-space-2);margin-top:var(--bn-space-4)}.bn-collection__source-link{color:var(--bn-color-action);font-size:var(--bn-font-size-card-action);font-weight:var(--bn-font-weight-bold);text-underline-offset:var(--bn-space-1)}.bn-collection .pagination-wrapper{margin-top:var(--bn-space-5)}@media screen and (max-width:989px){.bn-collection__layout{grid-template-columns:minmax(0,1fr)}.bn-collection__sidebar{position:static;max-height:none;overflow:visible}.bn-collection__filter-toggle{min-height:var(--bn-control-height-touch);display:flex;align-items:center;justify-content:space-between;padding-inline:var(--bn-space-3);color:var(--bn-color-background);background:var(--bn-color-action);border:var(--bn-border-width) solid var(--bn-color-action);font-size:var(--bn-font-size-card-action);font-weight:var(--bn-font-weight-bold);cursor:pointer;list-style:none}.bn-collection__filter-toggle::-webkit-details-marker{display:none}.bn-collection__filter-disclosure:not([open])>.bn-collection__filter-panel{display:none}.bn-collection__filter-disclosure[open] .bn-collection__filter-toggle span:last-child{transform:rotate(45deg)}.bn-collection__filter-panel{margin-top:var(--bn-space-2)}.bn-filters__form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.bn-filters__unspsc,.bn-filters__apply{grid-column:1 / -1}.bn-filters__group:nth-of-type(odd){border-right:var(--bn-border)}.bn-product-table__header{display:none}.bn-product-grid[data-view=table]{min-width:0;gap:var(--bn-grid-gap)}.bn-product-grid[data-view=table] .bn-product-card{min-height:0;grid-template-columns:minmax(16rem,22rem) minmax(0,1fr)}.bn-product-grid[data-view=table] .bn-product-card__content{display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:auto minmax(var(--bn-card-min-spacer),1fr) auto auto auto}.bn-product-grid[data-view=table] .bn-product-card__details,.bn-product-grid[data-view=table] .bn-product-card__price-zone,.bn-product-grid[data-view=table] .bn-product-card__quote-state,.bn-product-grid[data-view=table] .bn-product-card__product-form,.bn-product-grid[data-view=table] .bn-product-card__quote,.bn-product-grid[data-view=table] .bn-product-card__rfq{grid-column:auto;grid-row:auto}.bn-product-grid[data-view=table] .bn-product-card__price-zone,.bn-product-grid[data-view=table] .bn-product-card__quote-state{padding:var(--bn-space-2) 0 0;border-top:var(--bn-border);border-left:0}}@media screen and (max-width:749px){.bn-filters__form{grid-template-columns:minmax(0,1fr)}.bn-filters__unspsc,.bn-filters__apply{grid-column:auto}.bn-filters__group:nth-of-type(odd){border-right:0}.bn-collection__toolbar{align-items:stretch}.bn-collection__result-count{width:100%}.bn-collection__sort-form{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr) auto}.bn-collection__sort-control{min-width:0}.bn-collection__views{width:100%}.bn-collection__view{flex:1;justify-content:center}.bn-product-grid[data-view=list] .bn-product-card{grid-template-columns:minmax(0,1fr);grid-template-rows:auto minmax(0,1fr)}.bn-product-grid[data-view=list] .bn-product-card__content,.bn-product-grid[data-view=table] .bn-product-card__content{display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:auto minmax(var(--bn-card-min-spacer),1fr) auto auto auto}.bn-product-grid[data-view=list] .bn-product-card__details,.bn-product-grid[data-view=list] .bn-product-card__price-zone,.bn-product-grid[data-view=list] .bn-product-card__quote-state,.bn-product-grid[data-view=list] .bn-product-card__product-form,.bn-product-grid[data-view=list] .bn-product-card__quote,.bn-product-grid[data-view=list] .bn-product-card__rfq{grid-column:auto;grid-row:auto}.bn-product-grid[data-view=list] .bn-product-card__price-zone,.bn-product-grid[data-view=list] .bn-product-card__quote-state{padding:var(--bn-space-2) 0 0;border-top:var(--bn-border);border-left:0}.bn-product-grid[data-view=list] .bn-product-card__media{height:auto;border-right:0;border-bottom:var(--bn-border)}.bn-product-grid[data-view=table] .bn-product-card{grid-template-columns:minmax(0,1fr);grid-template-rows:auto minmax(0,1fr)}.bn-product-grid[data-view=table] .bn-product-card__media{height:auto;border-right:0;border-bottom:var(--bn-border)}}.bn-collection__layout{gap:2.4rem}.bn-collection__layout:not(:has(.bn-collection__sidebar)){grid-template-columns:minmax(0,1fr)}.bn-collection__view,.bn-collection__sort-control select,.bn-collection__sort-submit,.bn-filters__option,.bn-collection__filter-tag{min-height:4.4rem}.bn-collection__toolbar{padding:1rem 1.2rem;gap:1rem}.bn-product-grid[data-view=list] .bn-product-card{grid-template-columns:17rem minmax(0,1fr)}.bn-product-grid[data-view=list] .bn-product-card__content{grid-template-columns:minmax(0,1fr) 15rem minmax(20rem,24rem)}.bn-collection__grid-scroll:has([data-view=table]){overflow-x:auto;max-width:100%}.bn-collection__grid-scroll .bn-product-table__header{display:grid;min-width:90rem;grid-template-columns:10rem minmax(24rem,1fr) 17rem 28rem}.bn-product-grid[data-view=table]{min-width:90rem;gap:0}.bn-product-grid[data-view=table] .bn-product-card{min-height:14rem;grid-template-columns:10rem minmax(0,1fr);grid-template-rows:auto;border-top:0}.bn-product-grid[data-view=table] .bn-product-card__media{height:100%;padding:1rem;border-right:var(--bn-border);aspect-ratio:auto}.bn-product-grid[data-view=table] .bn-product-card__content{grid-template-columns:minmax(24rem,1fr) 17rem 28rem;grid-template-rows:auto auto;padding:1.2rem 0;gap:.8rem 0}.bn-product-grid[data-view=table] .bn-product-card__details{grid-column:1;grid-row:1 / span 2;padding-inline:1.4rem}.bn-product-grid[data-view=table] :is(.bn-product-card__price-zone,.bn-product-card__quote-state){grid-column:2;grid-row:1 / span 2;padding:1.4rem;border-top:0;border-left:var(--bn-border)}.bn-product-grid[data-view=table] :is(.bn-product-card__product-form,.bn-product-card__quote){grid-column:3;grid-row:1;margin-inline:1.4rem}.bn-product-grid[data-view=table] .bn-product-card__rfq{grid-column:3;grid-row:2;margin-inline:1.4rem}.bn-product-grid[data-view=table] .bn-product-card__title a{-webkit-line-clamp:unset}.bn-product-grid[data-view=table] .bn-product-card:hover{transform:none}@media(max-width:1199px){.bn-product-grid[data-view=list] .bn-product-card__content{grid-template-columns:minmax(0,1fr)}.bn-product-grid[data-view=list] .bn-product-card__content>*{grid-column:auto;grid-row:auto}.bn-product-grid[data-view=list] .bn-product-card__price-zone{border-left:0;padding-left:0}}@media(max-width:749px){.bn-product-grid[data-view=list] .bn-product-card{grid-template-columns:10rem minmax(0,1fr)}.bn-product-grid[data-view=list] .bn-product-card__media{align-self:start;border-bottom:0;padding:1rem}.bn-collection__sort-form{gap:.6rem}}.bn-filters{border:0;background:#fff}.bn-filters__header{min-height:0;padding:0 0 1.6rem;background:#fff;color:#151e2f;border-bottom:1px solid #d9dee4}.bn-filters__header h2{display:flex;align-items:center;gap:.8rem;font-size:1.5rem;font-weight:700}.bn-filters__reset{color:#b54b00;font-size:1.2rem}.bn-filters__group{padding:1.8rem 0;border-bottom:1px solid #d9dee4}.bn-filters__summary{min-height:0;padding:0;color:#151e2f;font-size:1.5rem;font-weight:750;text-transform:uppercase}.bn-filters__summary .svg-wrapper{width:1.2rem;height:1.2rem}.bn-filters__group-body{padding:1.4rem 0 0}.bn-filters__values{max-height:22rem;gap:.4rem;padding-right:.4rem;scrollbar-width:thin}.bn-filters .bn-filters__option{min-height:2.8rem;gap:1rem;color:#151e2f;font-size:1.4rem}.bn-filters__option-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bn-filters__option-count{color:#7c8490;font-size:1.3rem}.bn-filters__checkbox{width:1.7rem;height:1.7rem;border:1px solid #d9dee4}.bn-filters__price{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto;align-items:center;gap:.8rem}.bn-filters__money-field{display:block;border:1px solid #d9dee4}.bn-filters__price input{min-height:3.6rem;font-size:1.3rem;padding:.6rem .8rem;border-radius:0}.bn-filters__price input::placeholder{color:#7c8490;opacity:1}.bn-filters__price-go{min-height:3.8rem;padding:.6rem 1.2rem;color:#fff;background:#151e2f;border:0;font:inherit;font-size:1.3rem;font-weight:700;cursor:pointer}.bn-filters__apply{width:100%;margin:1.6rem 0 0;border:0;min-height:4rem;background:#f6b50a;color:#151e2f}@media(max-width:989px){.bn-filters__form{display:block}.bn-filters__group:nth-of-type(odd){border-right:0}.bn-filters .bn-filters__option{min-height:4.4rem}}.bn-collection__sidebar{min-width:0;overflow-x:hidden}.bn-filters,.bn-filters__form,.bn-filters__group,.bn-filters__group-body{min-width:0;max-width:100%}.bn-filters__values{overflow-x:hidden}.bn-filters__price{min-width:0}.bn-filters__price input{box-sizing:border-box}.bn-filters__help{margin-top:2.4rem;padding:1.6rem;border:1px solid #d9dee4;background:#f5f6f7}.bn-filters__help h3{margin:0;color:#c65000;font-size:1.4rem;letter-spacing:.14em;text-transform:uppercase}.bn-filters__help p{margin:.8rem 0 1.4rem;color:#77808c;font-size:1.3rem;line-height:1.6}.bn-filters__help a{display:flex;justify-content:center;align-items:center;gap:.8rem;padding:1.2rem .8rem;background:#f6b50a;color:#151e2f;text-decoration:none;text-transform:uppercase;font-size:1.25rem;font-weight:750}.bn-filters__help a:hover{background:#e7a600}.bn-filters__help svg{flex:0 0 1.6rem;width:1.6rem;height:1.6rem}.bn-filters__browse{margin-top:1.4rem}.bn-filters__browse-link{display:block;min-width:0;padding:.6rem .2rem;color:#151e2f;font-size:1.4rem;line-height:1.4;text-decoration:none;overflow-wrap:anywhere}.bn-filters__browse-link:hover,.bn-filters__browse-link[aria-current=page]{color:#b54b00;text-decoration:underline;text-underline-offset:.3rem}.bn-filters__browse-link:focus-visible{outline:2px solid #151e2f;outline-offset:-2px}@media(max-width:989px){.bn-filters__browse-link{min-height:4.4rem}}.bn-filters__summary{position:relative}.bn-filters__summary .svg-wrapper,.bn-filters__summary .icon{position:static;inset:auto}.bn-collection__sidebar{position:static;max-height:none;overflow:visible;scrollbar-gutter:auto}
/*# sourceMappingURL=/cdn/shop/t/9/assets/section-main-collection-grid.css.map */
