.bn-product-card-component{height:100%}.bn-product-card{container-name:bn-product-card;container-type:inline-size;height:100%;min-width:0;display:grid;grid-template-rows:auto minmax(0,1fr);color:var(--bn-color-ink);background:var(--bn-color-background);border:var(--bn-border);border-radius:var(--bn-card-radius);box-shadow:none;overflow:hidden;transition:transform .23s var(--bn-ease-standard),border-color .18s var(--bn-ease-standard)}.bn-product-card:hover,.bn-product-card:focus-within{border-color:var(--bn-color-action)}.bn-product-card__media{width:100%;aspect-ratio:var(--bn-card-image-ratio);display:grid;place-items:center;padding:var(--bn-card-media-padding-compact);color:var(--bn-color-slate);background:var(--bn-color-background);border-bottom:var(--bn-border);text-decoration:none;overflow:hidden}.bn-product-card__media img,.bn-product-card__placeholder{width:100%;height:100%;display:block;object-fit:contain;object-position:center}.bn-product-card__media img{transition:transform .52s var(--bn-ease-standard)}.bn-product-card__content{min-height:0;display:grid;grid-template-rows:auto minmax(var(--bn-card-min-spacer),1fr) auto auto auto;gap:var(--bn-card-gap-compact);padding:var(--bn-card-padding-compact)}.bn-product-card__details{min-width:0;display:grid;gap:var(--bn-card-gap-compact)}.bn-product-card__content>.bn-product-card__spacer{display:block}.bn-product-card__brand-line,.bn-product-card__identifiers,.bn-product-card__specs{min-width:0;display:flex;align-items:baseline;flex-wrap:wrap;gap:0 var(--bn-space-1);color:var(--bn-color-slate);font-family:var(--font-body-family);font-size:var(--bn-font-size-micro);line-height:var(--bn-line-height-dense)}.bn-product-card__brand-line{font-weight:var(--bn-font-weight-semibold);letter-spacing:var(--bn-letter-spacing-utility);text-transform:uppercase}.bn-product-card__separator{color:var(--bn-color-border)}.bn-product-card__title{min-width:0;margin:0;color:var(--bn-color-action);font-family:var(--bn-font-family-heading);font-size:var(--bn-font-size-card-title);font-weight:var(--bn-font-weight-semibold);line-height:var(--bn-line-height-card-title)}@media(hover:hover){.bn-product-card:hover,.bn-product-card:focus-within{transform:translateY(-.2rem)}.bn-product-card:hover .bn-product-card__media img,.bn-product-card:focus-within .bn-product-card__media img{transform:scale(1.035)}}.bn-product-card__title a{display:-webkit-box;color:inherit;text-decoration:none;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.bn-product-card__title a:hover{text-decoration:underline;text-decoration-color:var(--bn-color-primary);text-decoration-thickness:var(--bn-border-width);text-underline-offset:var(--bn-space-1)}.bn-product-card__quote-tag{width:fit-content;padding:var(--bn-card-tag-padding-block) var(--bn-card-tag-padding-inline);color:var(--bn-color-action);background:var(--bn-color-surface);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-transform:uppercase}.bn-product-card__spec-label{color:var(--bn-color-ink);font-weight:var(--bn-font-weight-semibold)}.bn-product-card__stock{width:fit-content;font-size:var(--bn-font-size-micro);font-weight:var(--bn-font-weight-semibold);line-height:var(--bn-line-height-dense)}.bn-product-card__stock--in{color:var(--bn-color-success)}.bn-product-card__stock--out{color:var(--bn-color-danger-muted)}.bn-product-card__stock--backorder{color:var(--bn-color-warning)}.bn-product-card__price-zone{display:grid;gap:var(--bn-space-1);padding-top:var(--bn-space-2);border-top:var(--bn-border)}.bn-product-card__unit-price{min-width:0;display:flex;align-items:baseline;justify-content:space-between;gap:var(--bn-space-2);color:var(--bn-color-action);font-size:var(--bn-font-size-card-price);font-weight:var(--bn-font-weight-bold);line-height:var(--bn-line-height-price)}.bn-product-card__unit-price>span:first-child{min-width:0;display:flex;align-items:baseline;flex-wrap:wrap;gap:var(--bn-space-1)}.bn-product-card__compare-price{color:var(--bn-color-text-muted);font-size:var(--bn-font-size-body-small);font-weight:var(--bn-font-weight-regular)}.bn-product-card__vat{flex:0 0 auto;padding:var(--bn-card-tag-padding-block) var(--bn-card-tag-padding-inline);color:var(--bn-color-slate);background:var(--bn-color-surface);border:var(--bn-border);font-size:var(--bn-font-size-micro);font-weight:var(--bn-font-weight-medium);line-height:var(--bn-line-height-dense)}.bn-product-card__tier-price{color:var(--bn-color-slate);font-size:var(--bn-font-size-micro);font-weight:var(--bn-font-weight-medium);line-height:var(--bn-line-height-dense)}.bn-product-card__quote-state{display:grid;gap:var(--bn-space-1);padding-top:var(--bn-space-2);color:var(--bn-color-text-secondary);border-top:var(--bn-border);font-size:var(--bn-font-size-micro);line-height:var(--bn-line-height-dense)}.bn-product-card__quote-state strong{color:var(--bn-color-action);font-size:var(--bn-font-size-card-price);line-height:var(--bn-line-height-price)}.bn-product-card__form,.bn-product-card__actions{min-width:0}.bn-product-card__actions{display:grid;grid-template-columns:var(--bn-card-quantity-min-width) minmax(0,1fr);gap:var(--bn-space-2)}.bn-product-card__quantity.quantity{width:auto;min-width:var(--bn-card-quantity-min-width);min-height:var(--bn-card-control-height);display:grid;grid-template-columns:var(--bn-card-quantity-button-width) minmax(var(--bn-card-quantity-input-width),1fr) var(--bn-card-quantity-button-width);border:var(--bn-border);border-radius:var(--bn-card-radius)}.bn-product-card__quantity.quantity:after{content:none}.bn-product-card__quantity-button.quantity__button{width:auto;min-width:0;height:100%;padding:0;color:var(--bn-color-action);background:var(--bn-color-surface);border-radius:var(--bn-card-radius)}.bn-product-card__quantity-button:first-child{border-right:var(--bn-border)}.bn-product-card__quantity-button:last-child{border-left:var(--bn-border)}.bn-product-card__quantity-button .svg-wrapper{width:var(--bn-card-quantity-icon-size);height:var(--bn-card-quantity-icon-size)}.bn-product-card__quantity-input.quantity__input{width:100%;min-width:0;height:var(--bn-card-control-height);padding:0;color:var(--bn-color-action);background:var(--bn-color-background);font-size:var(--bn-font-size-card-action);font-weight:var(--bn-font-weight-semibold)}.bn-product-card__add.button,.bn-product-card__quote.button{width:100%;min-width:0;min-height:var(--bn-card-control-height);padding:0 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-size:var(--bn-font-size-card-action);font-weight:var(--bn-font-weight-bold);line-height:var(--bn-line-height-dense);text-align:center;text-decoration:none}.bn-product-card__quote.button{grid-row:4}.bn-product-card__add.button:before,.bn-product-card__add.button:after,.bn-product-card__quote.button:before,.bn-product-card__quote.button:after{content:none}.bn-product-card__add.button:hover:not([disabled]),.bn-product-card__quote.button:hover{color:var(--bn-color-action);background:var(--bn-color-primary);border-color:var(--bn-color-action)}.bn-product-card__add.button[disabled]{color:var(--bn-color-slate);background:var(--bn-color-surface);border-color:var(--bn-color-border);opacity:var(--bn-disabled-opacity)}.bn-product-card__rfq{min-height:var(--bn-card-control-height);display:inline-flex;align-items:center;justify-content:center;padding:0 var(--bn-space-3);color:var(--bn-color-action);background:var(--bn-color-background);border:var(--bn-border-width) solid var(--bn-color-action);border-radius:var(--bn-card-radius);font-size:var(--bn-font-size-card-action);font-weight:var(--bn-font-weight-bold);line-height:var(--bn-line-height-dense);text-align:center;text-decoration:none}.bn-product-card__rfq:hover{background:var(--bn-color-surface)}.bn-product-card--compact .bn-product-card__media{padding:var(--bn-card-media-padding-compact)}.bn-product-card--compact .bn-product-card__content{gap:var(--bn-card-gap-compact);padding:var(--bn-card-padding-compact)}.bn-product-card--compact .bn-product-card__details{gap:var(--bn-card-gap-compact)}.bn-product-card--comfortable .bn-product-card__media{padding:var(--bn-card-media-padding-comfortable)}.bn-product-card--comfortable .bn-product-card__content{gap:var(--bn-card-gap-comfortable);padding:var(--bn-card-padding-comfortable)}.bn-product-card--comfortable .bn-product-card__details{gap:var(--bn-card-gap-comfortable)}@container bn-product-card (min-width: 28rem){.bn-product-card--auto .bn-product-card__media{padding:var(--bn-card-media-padding-comfortable)}.bn-product-card--auto .bn-product-card__content{gap:var(--bn-card-gap-comfortable);padding:var(--bn-card-padding-comfortable)}.bn-product-card--auto .bn-product-card__details{gap:var(--bn-card-gap-comfortable)}}@container bn-product-card (max-width: 21.99rem){.bn-product-card__actions{grid-template-columns:1fr}.bn-product-card__quantity.quantity{width:100%}}@media(prefers-reduced-motion:reduce){.bn-product-card,.bn-product-card__media img{transition:none}.bn-product-card:hover,.bn-product-card:focus-within,.bn-product-card:hover .bn-product-card__media img,.bn-product-card:focus-within .bn-product-card__media img{transform:none}}.bn-product-card-component{display:block;min-width:0}.bn-product-card__media{aspect-ratio:4 / 3;padding:1.8rem}.bn-product-card__content{padding:1.4rem;gap:1rem}.bn-product-card__title a{display:block;-webkit-line-clamp:unset;overflow:visible}.bn-product-card__title{font-size:1.4rem;line-height:1.3}.bn-product-card__identifiers{overflow-wrap:anywhere}.bn-product-card__brand-line{font-size:1.05rem;letter-spacing:.04em}.bn-product-card__price-zone{padding-top:1.2rem}@media(prefers-reduced-motion:reduce){.bn-product-card,.bn-product-card__media img{transition:none}.bn-product-card:hover{transform:none}}@media(max-width:749px){.bn-product-card{--bn-card-control-height: 4.4rem;--bn-card-quantity-min-width: 13.4rem;--bn-card-quantity-button-width: 4.4rem;--bn-card-quantity-input-width: 4.4rem}}@media(max-width:749px){.bn-product-card__quantity-button.quantity__button{min-width:4.4rem}.bn-product-grid[data-view=list] .bn-product-card__add.button{padding-inline:.6rem}}.bn-product-card{border-radius:0}.bn-product-card__media{position:relative;aspect-ratio:1;padding:2rem}.bn-product-card__campaign-badge{position:absolute;z-index:1;top:1.2rem;left:0;max-width:95%;padding:.6rem 1rem;background:#f7b500;color:#142033;font-size:1.1rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;overflow-wrap:anywhere}.bn-product-card__content{display:flex;flex-direction:column;padding:1.4rem;gap:1rem}.bn-product-card__details{gap:.8rem}.bn-product-card__content>.bn-product-card__spacer{flex:1;min-height:.2rem}.bn-product-card__brand-line{color:var(--bn-color-text-muted, #64707c);font-weight:750;letter-spacing:.14em}.bn-product-card__title a:hover{color:#ff6900}.bn-product-card__identifiers{font-family:var(--font-body-family);color:var(--bn-color-text-muted, #64707c);font-size:1.15rem}.bn-product-card__quote-tag{display:none}.bn-product-card__price-zone{border:0;padding:.4rem 0 0}.bn-selling-price__amount{display:flex;align-items:baseline;flex-wrap:wrap;gap:.6rem;color:#172132}.bn-selling-price__amount strong{font-family:var(--font-heading-family);font-size:2.4rem;font-weight:800;line-height:1.2;letter-spacing:-.02em}.bn-selling-price__currency{color:var(--bn-color-text-muted, #64707c);font-size:1.1rem;font-weight:700}.bn-selling-price__amount s{color:var(--bn-color-text-muted, #64707c);font-size:1.15rem}.bn-selling-price__note{margin-top:.5rem;color:var(--bn-color-text-muted, #64707c);font-size:1.15rem;line-height:1.4}.bn-product-card__stock{font-size:1.15rem;line-height:1.5}.bn-stock-low{color:#cf5800}.bn-product-card .bn-product-card__actions{display:flex;gap:.6rem}.bn-product-card .bn-product-card__add{flex:1;min-width:0;padding-inline:.8rem;min-height:4.4rem}.bn-product-card__add>span:first-child{display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.bn-product-card__add svg{flex-shrink:0}.bn-card-document{flex:0 0 4.4rem;min-height:4.4rem;display:inline-flex;align-items:center;justify-content:center;border:.1rem solid #d9dee4;color:var(--bn-color-text-muted, #64707c);background:#fff}.bn-card-document:hover{color:#ff6900;border-color:#ff6900}.bn-card-document:focus-visible{outline:.2rem solid #142033;outline-offset:.2rem}.bn-card-rating{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;color:var(--bn-color-text-muted, #64707c);font-size:1.15rem}.bn-card-rating strong{color:#172132}.bn-card-rating__stars{position:relative;display:inline-block;color:#d9dee4;font-size:1.7rem;letter-spacing:-.05em;line-height:1}.bn-card-rating__stars>span:last-child{position:absolute;inset:0 auto 0 0;overflow:hidden;white-space:nowrap;color:#f7b500}product-info .bn-selling-price__amount strong{font-size:3.6rem}product-info .bn-selling-price__currency{font-size:1.3rem}product-info .bn-selling-price__note{font-size:1.25rem}product-info .product-form__quantity[hidden],product-info .product__tax[hidden]{display:none}product-info:has([data-commercial-state=quote_only]) .installment{display:none}.bn-product-grid:is([data-view=list],[data-view=table]) .bn-product-card__content{display:grid;align-items:start}.bn-product-grid:is([data-view=list],[data-view=table]) .bn-product-card__details{grid-column:1;grid-row:1 / span 2}.bn-product-grid:is([data-view=list],[data-view=table]) :is(.bn-product-card__price-zone,.bn-product-card__quote-state){grid-column:2;grid-row:1}.bn-product-grid:is([data-view=list],[data-view=table]) .bn-product-card__stock{grid-column:2;grid-row:2;padding-inline:1.4rem}.bn-product-grid:is([data-view=list],[data-view=table]) :is(.bn-product-card__product-form,.bn-product-card__quote){grid-column:3;grid-row:1 / span 2;align-self:center}@media(max-width:989px){.bn-product-grid[data-view=list] .bn-product-card__content>*{grid-column:1;grid-row:auto}.bn-product-grid[data-view=list] .bn-product-card__stock{padding-inline:0}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/card-product.css.map */
