.bfc{--bfc-navy: #0a1d38;--bfc-blue: #143e72;--bfc-blue-soft: #eaf0f8;--bfc-orange: #d85b1c;--bfc-orange-dark: #b94711;--bfc-green: #087944;--bfc-ink: #142033;--bfc-muted: #647083;--bfc-line: #dbe1ea;--bfc-line-soft: #e9edf3;--bfc-bg: #f2f4f7;--bfc-white: #ffffff;--bfc-shadow: 0 12px 36px rgba(16, 35, 64, .08);width:100%;min-width:0;overflow:clip;color:var(--bfc-ink);background:var(--bfc-bg);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.45;-webkit-font-smoothing:antialiased}.bfv{margin:0 0 24px}.bfv__panel{border:1px solid #d7dde7;border-radius:8px;background:#fff;padding:20px;box-shadow:0 8px 20px #0f172a0a}.bfv__head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:16px}.bfv__eyebrow{margin:0 0 4px;color:var(--bfc-blue);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.bfv__head h2{margin:0;color:var(--bfc-navy);font-size:22px;line-height:1.2}.bfv__head p{max-width:54ch;margin:0;color:var(--bfc-muted);font-size:13px;line-height:1.45}.bfv__form{display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) auto;gap:10px;align-items:end}.bfv__field{min-width:0;display:flex;flex-direction:column;gap:6px}.bfv__field span{color:#344054;font-size:12px;font-weight:800}.bfv__field select{width:100%;height:44px;border:1px solid #c8d1df;border-radius:7px;background:#fff;color:var(--bfc-navy);padding:0 36px 0 12px;font:inherit;font-size:14px}.bfv__field select:focus{border-color:var(--bfc-blue);box-shadow:0 0 0 3px #143e721f;outline:0}.bfv__field select:disabled{background:#f5f7fa;color:#737f90;cursor:not-allowed;opacity:1}.bfv__submit{min-height:44px;border:0;border-radius:8px;background:var(--bfc-orange);color:#fff;cursor:pointer;padding:0 18px;font:inherit;font-size:13px;font-weight:800;white-space:nowrap}.bfv__submit:hover{background:var(--bfc-orange-dark)}.bfv__submit:disabled{background:#98a2b3;cursor:not-allowed}.bfv__status{margin:10px 0 0;color:var(--bfc-muted);font-size:12.5px}.bfc,.bfc *{box-sizing:border-box}.bfc a{color:inherit;text-decoration:none}.bfc button,.bfc input,.bfc select{font:inherit}.bfc :focus-visible{outline:3px solid rgba(216,91,28,.48);outline-offset:2px}.bfc__surface{min-height:70vh;padding:0 0 52px;background:var(--bfc-bg)}.bfc__wrap,.bfc-modelbar__inner{width:min(1760px,100%);margin:0 auto;padding-inline:clamp(16px,2.25vw,40px)}.bfc-modelbar{position:relative;z-index:4;width:100%;overflow:hidden;border-bottom:1px solid var(--bfc-line);background:var(--bfc-white);box-shadow:0 5px 18px #1023400b}.bfc-modelbar__inner{min-height:56px;display:flex;align-items:stretch;gap:8px}.bfc-modelbar__link,.bfc-modelbar__selector{position:relative;min-height:56px;display:inline-flex;align-items:center;justify-content:center;padding:0 19px;border:0;background:transparent;color:#435169;font-size:13px;font-weight:720;white-space:nowrap;cursor:pointer}.bfc-modelbar__link:after{position:absolute;right:18px;bottom:0;left:18px;height:3px;background:var(--bfc-orange);content:"";opacity:0;transform:scaleX(.6);transition:opacity .16s ease,transform .16s ease}.bfc-modelbar__link:hover,.bfc-modelbar__link.is-active{color:var(--bfc-navy)}.bfc-modelbar__link:hover:after,.bfc-modelbar__link.is-active:after{opacity:1;transform:scaleX(1)}.bfc-modelbar__selector{margin-left:auto;padding-inline:18px;color:var(--bfc-blue)}.bfc-modelbar__selector img{width:16px;height:16px;margin-right:8px}.bfc-breadcrumbs{min-height:48px;display:flex;align-items:center;gap:8px;overflow:hidden;color:#718096;font-size:12px;white-space:nowrap}.bfc-breadcrumbs a:hover{color:var(--bfc-blue)}.bfc-breadcrumbs span:last-child{overflow:hidden;color:#3f4d61;text-overflow:ellipsis}.bfc-hero{min-width:0;display:grid;grid-template-columns:minmax(0,1fr);align-items:end;gap:18px;margin-bottom:22px;padding:18px 26px;border:1px solid var(--bfc-line);border-top:4px solid var(--bfc-navy);border-radius:8px;background:var(--bfc-white);box-shadow:0 8px 28px #1023400e}.bfc--search .bfc-hero{grid-template-columns:minmax(0,1fr) minmax(390px,.72fr);gap:34px;padding:22px 28px}.bfc-hero__copy,.bfc-hero__copy h1,.bfc-hero__copy p{min-width:0}.bfc-eyebrow{margin:0 0 6px;color:var(--bfc-orange);font-size:11px;font-weight:820;letter-spacing:.12em;text-transform:uppercase}.bfc-hero h1{margin:0;color:var(--bfc-navy);font-size:clamp(25px,2.4vw,34px);font-weight:760;line-height:1.12;letter-spacing:-.025em;overflow-wrap:anywhere}.bfc-hero__copy>p:last-child{max-width:760px;margin:10px 0 0;color:var(--bfc-muted);font-size:13.5px}.bfc-search{min-width:0;height:48px;display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:9px;padding:4px 4px 4px 14px;border:1px solid #c9d1dd;border-radius:6px;background:#fff;box-shadow:inset 0 1px 2px #10234009}.bfc-search>img{opacity:.58}.bfc-search input{min-width:0;width:100%;border:0;outline:0;background:transparent;color:var(--bfc-ink);font-size:13px}.bfc-search input::placeholder{color:#8792a3}.bfc-search button,.bfc-price button,.bfc-add{min-height:38px;border:1px solid var(--bfc-orange);border-radius:5px;background:var(--bfc-orange);color:#fff;font-weight:760;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease}.bfc-search button{min-width:88px;padding:0 16px}.bfc-search button:hover,.bfc-price button:hover,.bfc-add:hover{border-color:var(--bfc-orange-dark);background:var(--bfc-orange-dark)}.bfc-active{display:flex;align-items:center;gap:7px;margin:-7px 0 15px;overflow-x:auto;color:var(--bfc-muted);font-size:12px;scrollbar-width:thin}.bfc-active>span{flex:0 0 auto;font-weight:760}.bfc-active a{flex:0 0 auto;display:inline-flex;align-items:center;gap:5px;padding:5px 9px;border:1px solid #c9d4e3;border-radius:999px;background:#fff;color:var(--bfc-blue);font-weight:650}.bfc-active a:hover{border-color:var(--bfc-blue)}.bfc-active .bfc-active__clear{border-color:transparent;background:transparent;color:var(--bfc-orange-dark)}.bfc-layout{min-width:0;display:grid;grid-template-columns:270px minmax(0,1fr);align-items:start;gap:22px}.bfc-sidebar,.bfc-results{min-width:0}.bfc-sidebar--desktop{position:sticky;top:158px}.bfc-facets{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--bfc-line);border-radius:7px;background:var(--bfc-white);box-shadow:0 8px 26px #1023400b}.bfc-facets__heading{order:0}.bfc-facet--system{order:10}.bfc-facet--brands{order:20}.bfc-facet--models{order:30}.bfc-facet--price{order:40}.bfc-help{order:50}.bfc-facets__heading{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 16px;border-bottom:1px solid var(--bfc-line);background:var(--bfc-navy);color:#fff}.bfc-facets__heading>div{display:flex;align-items:baseline;gap:7px}.bfc-facets__heading span{font-size:14px;font-weight:780}.bfc-facets__heading small{color:#bdc9d9;font-size:10px}.bfc-facets__heading>a{color:#ffb28d;font-size:11px;font-weight:760}.bfc-facet{padding:16px;border-bottom:1px solid var(--bfc-line-soft)}.bfc-facet h2,.bfc-help h2{margin:0 0 11px;color:var(--bfc-navy);font-size:12px;font-weight:820;letter-spacing:.035em;text-transform:uppercase}.bfc-model-links{display:grid;gap:7px}.bfc-model-links a{position:relative;padding:8px 9px 8px 12px;border-left:3px solid #d7deea;background:#f7f9fc;color:#34445c;font-size:12px;font-weight:670}.bfc-model-links a:hover{border-left-color:var(--bfc-orange);color:var(--bfc-blue)}.bfc-brand-search{height:36px;display:flex;align-items:center;gap:8px;margin-bottom:10px;padding:0 10px;border:1px solid #ced6e2;border-radius:5px;background:#fff}.bfc-brand-search img{opacity:.5}.bfc-brand-search input{min-width:0;width:100%;border:0;outline:0;color:var(--bfc-ink);background:transparent;font-size:12px}.bfc-options{display:grid;gap:2px}.bfc-facet--system .bfc-options{max-height:132px;overflow-y:auto;padding-right:3px;scrollbar-color:#aeb9c8 transparent;scrollbar-width:thin}.bfc-options--brands{max-height:266px;overflow-y:auto;padding-right:3px;scrollbar-color:#aeb9c8 transparent;scrollbar-width:thin}.bfc-option{min-width:0;min-height:32px;display:grid;grid-template-columns:16px minmax(0,1fr) auto;align-items:center;gap:8px;padding:4px 3px;border-radius:4px;color:#435169;font-size:12px}.bfc-option:hover{background:#f3f6fa;color:var(--bfc-blue)}.bfc-option[aria-disabled=true]{opacity:.42;pointer-events:none}.bfc-option__check{width:15px;height:15px;margin:0;accent-color:var(--bfc-blue);pointer-events:none}.bfc-option__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bfc-option small{color:#8b96a7;font-size:10px;font-variant-numeric:tabular-nums}.bfc-option .baufer-brand-logo{max-width:96px}.bfc-option .baufer-brand-logo__image{max-height:22px}.bfc-brand-empty{margin:9px 0 0;color:var(--bfc-muted);font-size:11px}.bfc-price__fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.bfc-price label{min-width:0;display:grid;gap:4px}.bfc-price label span{color:#798599;font-size:10px;font-weight:650}.bfc-price input{min-width:0;width:100%;height:34px;padding:0 8px;border:1px solid #ced6e2;border-radius:4px;color:var(--bfc-ink);font-size:11px}.bfc-price button{width:100%;min-height:34px;margin-top:9px;font-size:11px}.bfc-help{display:grid;grid-template-columns:30px minmax(0,1fr);gap:10px;padding:18px 16px;background:#f0f7f3}.bfc-help__icon{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:var(--bfc-green);color:#fff}.bfc-help__icon svg{width:17px;height:17px}.bfc-help h2{margin:1px 0 5px;color:#145235;font-size:11px}.bfc-help p{margin:0 0 8px;color:#4f675b;font-size:11px;line-height:1.4}.bfc-help a{color:var(--bfc-green);font-size:11px;font-weight:790}.bfc-toolbar{min-width:0;min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:10px;padding:8px 12px 8px 16px;border:1px solid var(--bfc-line);border-radius:7px;background:var(--bfc-white)}.bfc-toolbar__count{display:flex;align-items:baseline;gap:5px;color:var(--bfc-muted)}.bfc-toolbar__count strong{color:var(--bfc-navy);font-size:20px;font-weight:760;font-variant-numeric:tabular-nums}.bfc-toolbar__actions{min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:8px}.bfc-filter-button{display:none}.bfc-sort{display:flex;align-items:center;gap:8px}.bfc-sort label{color:var(--bfc-muted);font-size:11px;font-weight:650;white-space:nowrap}.bfc-sort select{max-width:196px;height:36px;padding:0 32px 0 10px;border:1px solid #cbd4e0;border-radius:5px;background:#fff;color:#34445c;font-size:11px;cursor:pointer}.bfc-option[hidden]{display:none}.bfc-layout-toggle{height:36px;display:inline-flex;overflow:hidden;border:1px solid #cbd4e0;border-radius:5px;background:#fff}.bfc-layout-toggle button{width:36px;height:34px;display:grid;place-items:center;padding:0;border:0;border-left:1px solid #dbe1ea;background:#fff;cursor:pointer}.bfc-layout-toggle button:first-child{border-left:0}.bfc-layout-toggle button.is-active,.bfc-layout-toggle button[aria-pressed=true]{background:var(--bfc-blue-soft)}.bfc-layout-toggle img{opacity:.65}.bfc-layout-toggle .is-active img,.bfc-layout-toggle [aria-pressed=true] img{opacity:1}.bfc-results-head{display:grid;grid-template-columns:minmax(0,1fr) 190px 142px 198px;gap:14px;padding:0 18px 7px 16px;color:#7a8697;font-size:9px;font-weight:800;letter-spacing:.095em;text-transform:uppercase}.bfc-product-list{min-width:0;display:grid;gap:8px}.bfc-product{min-width:0;display:grid;grid-template-columns:150px minmax(210px,1fr) 190px 142px 198px;align-items:center;gap:14px;min-height:136px;padding:12px 14px;border:1px solid var(--bfc-line);border-left:3px solid transparent;border-radius:6px;background:var(--bfc-white);box-shadow:0 4px 16px #10234009;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.bfc-product:hover{border-color:#c7d1de;border-left-color:var(--bfc-orange);box-shadow:0 13px 30px #10234017;transform:translateY(-1px)}.bfc-product__media{width:150px;height:126px;display:grid;place-items:center;overflow:hidden;padding:8px;border:1px solid var(--bfc-line-soft);border-radius:5px;background:#fff}.bfc-product__media img{display:block;width:100%;height:100%;object-fit:contain}.bfc-product__identity{min-width:0;align-self:stretch;display:flex;flex-direction:column;justify-content:center}.bfc-product__identity .baufer-brand-logo{margin-bottom:8px}.bfc-product__identity .baufer-brand-logo__image{max-height:28px}.bfc-product__manufacturer{min-width:0;align-self:stretch;display:flex;align-items:center;justify-content:center}.bfc-product__manufacturer .baufer-brand-logo{width:100%;justify-content:center}.bfc-product__manufacturer .baufer-brand-logo__image{max-width:116px;max-height:34px}.bfc-product__manufacturer span{color:var(--bfc-muted);font-size:11px;text-align:center}.bfc-product__identity h2{margin:0;color:var(--bfc-navy);font-size:14px;font-weight:720;line-height:1.28;overflow-wrap:anywhere}.bfc-product__identity h2 a:hover{color:var(--bfc-blue);text-decoration:underline;text-underline-offset:3px}.bfc-product__detail-link{margin-top:7px;color:var(--bfc-blue);font-size:10.5px;font-weight:680}.bfc-product__facts{min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-content:center;gap:9px 16px;margin:0}.bfc-product__fact--wide{grid-column:1 / -1}.bfc-product__facts div{min-width:0}.bfc-product__facts dt{margin:0 0 2px;color:#8a95a5;font-size:9px;font-weight:790;letter-spacing:.075em;text-transform:uppercase}.bfc-product__facts dd{margin:0;color:#34445b;font-size:11.5px;font-weight:650;line-height:1.3;overflow-wrap:anywhere}.bfc-product__price{min-width:0}.bfc-product__price strong{display:block;color:var(--bfc-navy);font-size:18px;font-weight:770;line-height:1.15;letter-spacing:-.025em;overflow-wrap:anywhere;font-variant-numeric:tabular-nums}.bfc-product__price span{display:block;margin-top:4px;color:#8290a3;font-size:9.5px}.bfc-product__actions{min-width:0;display:grid;gap:7px}.bfc-product__actions form{min-width:0;display:grid;grid-template-columns:82px minmax(82px,1fr);gap:6px}.bfc-quantity{height:36px;display:grid;grid-template-columns:25px minmax(28px,1fr) 25px;overflow:hidden;border:1px solid #cbd4e0;border-radius:5px;background:#fff}.bfc-quantity button{display:grid;place-items:center;padding:0;border:0;background:#f5f7fa;cursor:pointer}.bfc-quantity button:disabled{opacity:.38;cursor:default}.bfc-quantity img{width:11px;height:11px}.bfc-quantity input{min-width:0;width:100%;padding:0;border:0;border-right:1px solid #dde3eb;border-left:1px solid #dde3eb;outline:0;color:var(--bfc-navy);background:#fff;text-align:center;font-size:11px;font-weight:700;-webkit-appearance:textfield;appearance:textfield}.bfc-quantity input::-webkit-inner-spin-button,.bfc-quantity input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none;appearance:none}.bfc-add{min-width:0;min-height:36px;padding:0 10px;font-size:11px}.bfc-add[aria-busy=true]{opacity:.7;cursor:wait}.bfc-consult{min-height:34px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;border:1px solid #9aa9bc;border-radius:5px;color:var(--bfc-blue);background:#fff;font-size:10.5px;font-weight:740}.bfc-consult:hover{border-color:var(--bfc-blue);background:var(--bfc-blue-soft)}.bfc-product-list[data-layout=grid]{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.bfc-product-list[data-layout=grid] .bfc-product{min-height:0;display:flex;align-items:stretch;flex-direction:column;gap:11px;padding:14px}.bfc-product-list[data-layout=grid] .bfc-product__media{width:100%;height:164px}.bfc-product-list[data-layout=grid] .bfc-product__identity{min-height:92px;justify-content:flex-start}.bfc-product-list[data-layout=grid] .bfc-product__facts{width:100%;min-height:70px;padding:9px 10px;border-radius:5px;background:#f6f8fb}.bfc-product-list[data-layout=grid] .bfc-product__price{margin-top:auto;padding-top:10px;border-top:1px solid var(--bfc-line-soft)}.bfc-empty{grid-column:1 / -1;display:grid;justify-items:start;gap:10px;padding:38px;border:1px dashed #b9c4d3;border-radius:7px;background:#fff}.bfc-empty h2{margin:0;color:var(--bfc-navy);font-size:20px}.bfc-empty p{margin:0;color:var(--bfc-muted)}.bfc-empty>div{display:flex;gap:8px;margin-top:4px}.bfc-empty a{min-height:38px;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;border:1px solid var(--bfc-blue);border-radius:5px;color:var(--bfc-blue);font-size:12px;font-weight:740}.bfc-empty a:last-child{border-color:var(--bfc-green);color:#fff;background:var(--bfc-green)}.bfc-pagination{display:flex;justify-content:center;margin-top:22px}.bfc-pagination .page,.bfc-pagination .next,.bfc-pagination .prev{min-width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;margin:0 3px;overflow:hidden;border:1px solid #cbd4e0;border-radius:5px;background:#fff;color:#405069}.bfc-pagination .current{border-color:var(--bfc-navy);color:#fff;background:var(--bfc-navy)}.bfc-search-start{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.bfc-search-start>div{min-width:0;padding:22px;border:1px solid var(--bfc-line);border-radius:7px;background:#fff}.bfc-search-start span{color:var(--bfc-orange);font-size:11px;font-weight:820;letter-spacing:.1em}.bfc-search-start h2{margin:8px 0 6px;color:var(--bfc-navy);font-size:17px}.bfc-search-start p{margin:0;color:var(--bfc-muted);font-size:12.5px}.bfc-drawer[hidden]{display:none!important}.bfc-drawer{position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;display:flex;justify-content:flex-start;background:#04112394;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.bfc-drawer__panel{width:min(390px,calc(100% - 34px));height:100%;overflow-y:auto;background:var(--bfc-bg);box-shadow:18px 0 50px #030d1c3d}.bfc-drawer__header{position:sticky;z-index:2;top:0;min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 15px;border-bottom:1px solid var(--bfc-line);background:#fff}.bfc-drawer__header h2{margin:0;color:var(--bfc-navy);font-size:16px}.bfc-drawer__header button{width:38px;height:38px;display:grid;place-items:center;padding:0;border:1px solid var(--bfc-line);border-radius:5px;background:#fff;cursor:pointer}.bfc-drawer .bfc-facets{margin:12px}@media(max-width:1280px){.bfc-layout{grid-template-columns:250px minmax(0,1fr);gap:16px}.bfc-product,.bfc-results-head{grid-template-columns:112px minmax(190px,1fr) 160px 124px 170px;gap:11px}.bfc-results-head{grid-template-columns:minmax(0,1fr) 160px 124px 170px}.bfc-product__media{width:112px}.bfc-product__actions form{grid-template-columns:76px minmax(70px,1fr)}}@media(max-width:1080px){.bfc--search .bfc-hero{grid-template-columns:minmax(0,1fr);gap:18px}.bfc-search{width:min(100%,720px)}.bfc-product,.bfc-results-head{grid-template-columns:106px minmax(180px,1fr) 145px 118px}.bfc-results-head{grid-template-columns:minmax(0,1fr) 145px 118px 0}.bfc-product__facts{display:none}.bfc-product__media{width:106px}.bfc-product-list[data-layout=grid]{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.bfc__surface{padding-bottom:36px}.bfc-modelbar__inner{min-height:54px;overflow-x:auto;padding-right:16px;padding-left:16px;scroll-snap-type:x proximity;scrollbar-width:none}.bfc-modelbar__inner::-webkit-scrollbar{display:none}.bfc-modelbar__link,.bfc-modelbar__selector{min-height:54px;flex:0 0 auto;scroll-snap-align:start}.bfc-modelbar__selector{margin-left:0}.bfc-layout{grid-template-columns:minmax(0,1fr)}.bfc-sidebar--desktop{display:none}.bfc-filter-button{min-height:36px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 11px;border:1px solid #c4cedb;border-radius:5px;color:var(--bfc-blue);background:#fff;font-size:11px;font-weight:740;cursor:pointer}.bfc-product,.bfc-results-head{grid-template-columns:116px minmax(210px,1fr) 170px 198px}.bfc-product__media{width:116px}.bfc-product__facts{display:grid}.bfc-results-head{grid-template-columns:minmax(0,1fr) 170px 198px 0}}@media(max-width:760px){.bfc__wrap{padding-inline:15px}.bfc-breadcrumbs{min-height:40px}.bfc-hero{margin-bottom:14px;padding:18px}.bfc-hero h1{font-size:clamp(23px,7vw,30px)}.bfc-toolbar{align-items:flex-start;flex-direction:column;gap:8px}.bfc-toolbar__actions{width:100%;justify-content:flex-start;flex-wrap:wrap}.bfc-sort{min-width:0;flex:1}.bfc-sort label{display:none}.bfc-sort select{width:100%;max-width:none}.bfc-results-head{display:none}.bfc-product{grid-template-columns:96px minmax(0,1fr);grid-template-areas:"media identity" "facts facts" "price actions";gap:11px 13px;min-height:0;padding:12px}.bfc-product__media{grid-area:media;width:96px;height:96px}.bfc-product__identity{grid-area:identity;align-self:center}.bfc-product__identity .baufer-brand-logo{height:24px!important;margin-bottom:6px}.bfc-product__identity h2{font-size:13px}.bfc-product__facts{grid-area:facts;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));padding:8px 9px;border-radius:5px;background:#f5f7fa}.bfc-product__price{grid-area:price;align-self:center}.bfc-product__actions{grid-area:actions}.bfc-product-list[data-layout=grid]{grid-template-columns:repeat(2,minmax(0,1fr))}.bfc-product-list[data-layout=grid] .bfc-product__media{height:138px}.bfc-search-start{grid-template-columns:1fr}}@media(max-width:560px){.bfc-modelbar__link,.bfc-modelbar__selector{min-width:142px;padding-inline:14px}.bfc-hero__copy>p:last-child{font-size:12.5px}.bfc-search{height:auto;min-height:46px;grid-template-columns:20px minmax(0,1fr);padding:6px 7px 6px 12px}.bfc-search button{grid-column:1 / -1;width:100%}.bfc-toolbar__actions{display:grid;grid-template-columns:auto minmax(0,1fr) auto}.bfc-sort{width:100%}.bfc-product{grid-template-areas:"media identity" "manufacturer manufacturer" "facts facts" "price price" "actions actions"}.bfc-product__facts{grid-template-columns:1fr}.bfc-product__actions form{grid-template-columns:96px minmax(0,1fr)}.bfc-product-list[data-layout=grid]{grid-template-columns:1fr}.bfc-empty{padding:24px 18px}.bfc-empty>div{width:100%;flex-direction:column}.bfc-empty a{width:100%}}@media(max-width:390px){.bfc-product{grid-template-columns:86px minmax(0,1fr)}.bfc-product__media{width:86px;height:86px}.bfc-layout-toggle{display:none}.bfc-toolbar__actions{grid-template-columns:auto minmax(0,1fr)}}@media(max-width:430px){body:has(.bfc) .bfhd__topbar{display:none}}.bfc{--bfc-navy: #163760;--bfc-blue: #24558b;--bfc-blue-soft: #edf3f8;--bfc-orange: #e76024;--bfc-orange-dark: #c84d16;--bfc-green: #47745e;--bfc-ink: #202a35;--bfc-muted: #68737f;--bfc-line: #dcdad4;--bfc-line-soft: #e9e6df;--bfc-bg: #ffffff;--bfc-white: #ffffff;--bfc-shadow: none}.bfc__surface{background:var(--bfc-bg)}.bfc-modelbar{border-color:var(--bfc-line-soft);background:#fffffff5;box-shadow:none}.bfc-modelbar__inner,.bfc-modelbar__link,.bfc-modelbar__selector{min-height:50px}.bfc-modelbar__link,.bfc-modelbar__selector{padding-inline:16px;font-weight:500}.bfc-breadcrumbs{min-height:44px}.bfc-hero,.bfc--search .bfc-hero{grid-template-columns:minmax(0,1fr) minmax(340px,.72fr);align-items:center;gap:clamp(24px,4vw,58px);margin-bottom:24px;padding:16px 0 28px;border:0;border-bottom:1px solid var(--bfc-line);border-radius:0;background:transparent;box-shadow:none}.bfc-eyebrow{margin-bottom:7px;font-weight:500;letter-spacing:.095em}.bfc-hero h1{max-width:780px;font-size:clamp(25px,2.25vw,33px);font-weight:500;letter-spacing:-.02em}.bfc-hero__copy>p:last-child{max-width:680px;font-size:13px}.bfc-search{height:50px;border-color:#cbc7bf;border-radius:4px;box-shadow:none}.bfc-search:focus-within{border-color:var(--bfc-blue);box-shadow:0 0 0 3px #24558b1a}.bfc-search button{min-width:84px;border:0;border-left:1px solid var(--bfc-line);border-radius:0;background:transparent;color:var(--bfc-blue);font-weight:500}.bfc-search button:hover{background:#f7f9fb;color:var(--bfc-orange-dark)}.bfc-add{border-radius:3px;font-weight:500}.bfc-active{margin-top:-4px}.bfc-active>span,.bfc-active a{font-weight:500}.bfc-active a{border-color:#d7d3cb;background:#ffffffeb}.bfc-layout{grid-template-columns:252px minmax(0,1fr);gap:30px}.bfc-sidebar--desktop{top:132px;max-height:calc(100vh - 156px);overflow-y:auto;padding-right:5px;scrollbar-color:#b9b6af transparent;scrollbar-width:thin}.bfc-facets{overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}.bfc-facets>*{order:initial}.bfc-facets__form{display:flex;flex-direction:column}.bfc-facets__form>*{order:initial}.bfc-facets__heading{position:sticky;z-index:4;top:0;min-height:48px;justify-content:flex-start;gap:11px;padding:8px 0 12px;border-color:var(--bfc-line);background:#fffffff7;color:var(--bfc-ink)}.bfc-facets__heading span{font-size:15px;font-weight:500}.bfc-facets__heading small{color:var(--bfc-muted)}.bfc-facets__heading>a{color:var(--bfc-orange-dark);font-weight:500}.bfc-facets__heading>button{min-height:36px;margin-left:auto;padding:0 2px;border:0;border-bottom:1px solid currentColor;border-radius:0;background:transparent;color:var(--bfc-blue);font-size:11.5px;font-weight:500;cursor:pointer}.bfc-facet{padding:18px 0;border-color:var(--bfc-line-soft)}.bfc-facet__title{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:10px}.bfc-facet__title h2,.bfc-facet--models>h2,.bfc-help h2{margin:0;color:var(--bfc-ink);font-size:13px;font-weight:500;letter-spacing:0;text-transform:none}.bfc-facet__title small{color:#8b918f;font-size:10px}.bfc-model-links{gap:0;margin-top:9px}.bfc-model-links a{min-height:36px;display:flex;align-items:center;padding:7px 0;border:0;border-bottom:1px solid var(--bfc-line-soft);background:transparent;color:#475462;font-size:12px;font-weight:400}.bfc-model-links a:last-child{border-bottom:0}.bfc-model-links a:hover{border-left-color:transparent;color:var(--bfc-blue)}.bfc-brand-search{height:38px;border-color:#d3cfc7;border-radius:3px;background:#fffffff5}.bfc-brand-search:focus-within{border-color:var(--bfc-blue)}.bfc-facet--system .bfc-options{max-height:176px}.bfc-options--brands{max-height:260px}.bfc-option{min-height:44px;padding:5px;border-radius:3px;color:#46525e;font-weight:400;cursor:pointer}.bfc-option:hover,.bfc-option:has(.bfc-option__check:checked){background:#24558b11;color:var(--bfc-blue)}.bfc-option.is-disabled{opacity:.45;cursor:default}.bfc-option__check{width:16px;height:16px;accent-color:var(--bfc-blue);pointer-events:auto}.bfc-brand-empty{margin-bottom:4px}.bfc-brand-fallback{display:inline-block;margin-top:4px;color:var(--bfc-blue);font-size:11.5px;font-weight:500;text-decoration:underline;text-underline-offset:3px}.bfc-brand-fallback[hidden]{display:none}.bfc-price label span{font-weight:400}.bfc-price input{height:38px;border-color:#d3cfc7;border-radius:3px;background:#fffffff5;font-size:12px}.bfc-price p{margin:7px 0 0;color:#868c8a;font-size:10px}.bfc-facets__actions{position:sticky;z-index:2;bottom:0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 0;border-top:1px solid var(--bfc-line);background:linear-gradient(to bottom,rgba(255,255,255,.94),var(--bfc-bg) 28%)}.bfc-facets__actions button{min-height:42px;justify-self:start;padding:0 2px;border:0;border-bottom:2px solid var(--bfc-orange);border-radius:0;background:transparent;color:var(--bfc-blue);font-weight:500;cursor:pointer}.bfc-facets__actions button:hover{border-color:var(--bfc-orange-dark);background:transparent;color:var(--bfc-orange-dark)}.bfc-facets__actions a{color:var(--bfc-muted);font-size:11.5px;text-decoration:underline;text-underline-offset:3px}.bfc-help{order:initial;grid-template-columns:28px minmax(0,1fr);margin-top:8px;padding:16px 0 4px;border-top:1px solid var(--bfc-line);background:transparent}.bfc-help__icon{width:28px;height:28px;background:#47745e1f;color:var(--bfc-green)}.bfc-help h2{color:#315944}.bfc-help p{color:#607167}.bfc-help a{color:var(--bfc-green);font-weight:500;text-decoration:underline;text-underline-offset:3px}.bfc-toolbar{min-height:54px;margin-bottom:0;padding:4px 0 12px;border:0;border-bottom:1px solid var(--bfc-line);border-radius:0;background:transparent}.bfc-toolbar__count{margin:0;font-size:13px;font-weight:400}.bfc-toolbar__count strong{font-size:19px;font-weight:500}.bfc-sort label{font-weight:400}.bfc-sort select,.bfc-layout-toggle,.bfc-filter-button{min-height:44px;border-color:#d0ccc5;border-radius:3px;background:#ffffffeb}.bfc-filter-button{padding-inline:2px;border:0;border-bottom:1px solid var(--bfc-line);border-radius:0;background:transparent;font-weight:500}.bfc-results-head{grid-template-columns:minmax(210px,.72fr) minmax(150px,.36fr) minmax(540px,1.42fr) minmax(118px,.3fr) minmax(180px,.38fr);gap:14px;padding:12px 16px 8px 120px;border-bottom:1px solid var(--bfc-line-soft);color:#65717f;font-size:10px;font-weight:500}.bfc-product-list{gap:0}.bfc-product{grid-template-columns:104px minmax(210px,.72fr) minmax(150px,.36fr) minmax(540px,1.42fr) minmax(118px,.3fr) minmax(180px,.38fr);align-items:start;gap:14px;min-height:144px;padding:17px 16px;border:0;border-bottom:1px solid var(--bfc-line);border-radius:0;background:transparent;box-shadow:none;transition:background .15s ease}.bfc-product:hover{border-color:var(--bfc-line);background:#f8fafc;box-shadow:none;transform:none}.bfc-product__media{width:104px;height:108px;min-height:0;max-height:108px;align-self:start;border-color:var(--bfc-line-soft);border-radius:3px;background:#ffffffbf}.bfc-product__identity h2{font-size:15px;font-weight:600;line-height:1.34}.bfc-product__manufacturer{align-self:stretch;justify-content:center;padding:7px 10px;border-left:1px solid var(--bfc-line-soft);border-right:1px solid var(--bfc-line-soft);background:#ffffff70}.bfc-product__manufacturer .baufer-brand-logo{min-height:40px;justify-content:center}.bfc-product__manufacturer .baufer-brand-logo__image{max-width:126px;max-height:38px;object-fit:contain}.bfc-product__manufacturer .baufer-brand-logo__fallback,.bfc-product__manufacturer span{min-height:32px;display:inline-flex;align-items:center;justify-content:center;padding:0 9px;border:1px solid var(--bfc-line-soft);border-radius:3px;background:#fff;color:var(--bfc-blue);font-size:11px;font-weight:700;text-align:center}.bfc-product__code{display:flex;align-items:baseline;gap:6px;margin-top:7px;color:var(--bfc-muted);font-size:10.5px}.bfc-product__code span{color:#8a908e}.bfc-product__code code{color:#374451;background:transparent;font-family:inherit;font-size:11px;font-weight:500;letter-spacing:.02em}.bfc-product__detail-link{margin-top:6px;font-size:11px;font-weight:400}.bfc-product__facts{grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding:8px 10px;border:1px solid var(--bfc-line-soft);border-radius:3px;background:#f8fafc}.bfc-product__facts div{padding-inline:10px;border-left:1px solid #dfe5ec}.bfc-product__facts div:first-child{padding-left:0;border-left:0}.bfc-product__facts dt{margin-bottom:3px}.bfc-product__facts{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px 14px;padding-top:1px}.bfc-product__fact--wide{grid-column:auto}.bfc-product__facts dt{color:#65717f;font-size:10px;font-weight:500}.bfc-product__facts dd{color:#344451;font-size:12.5px;line-height:1.43;font-weight:400}.bfc-product__dispatch{display:inline-flex;align-items:center;min-height:22px;padding:2px 7px;border-radius:999px;background:#eeeae3;color:#6b675f;font-size:10px;white-space:nowrap}.bfc-product__dispatch.is-ready{background:#e7f1ea;color:#376348}.bfc-product__dispatch.is-pickup{background:#e9eff5;color:#3f5e7c}.bfc-product__dispatch.is-soon{background:#f5eee0;color:#765b2e}.bfc-product__price strong{font-size:18px;font-weight:600;line-height:1.2}.bfc-product__price span{color:#65717f;font-size:10.5px}.bfc-quantity{height:44px;grid-template-columns:34px minmax(34px,1fr) 34px;border-color:#d0ccc5;border-radius:3px}.bfc-quantity button{background:#f3f0ea}.bfc-quantity input{font-weight:500}.bfc-consult{width:100%;min-height:42px;justify-content:center;padding:0 12px;border:1px solid #b9c4d0;border-radius:3px;background:#ffffffe0;color:var(--bfc-blue);font-size:11.5px;font-weight:600;line-height:1.2;text-align:center;text-decoration:none}.bfc-consult:hover{border-color:var(--bfc-blue);background:#f3f7fb;color:var(--bfc-orange-dark)}.bfc-product__actions form{grid-template-columns:104px minmax(96px,1fr);gap:8px}.bfc-add{min-height:44px;padding:0 14px;border-color:var(--bfc-orange);border-radius:3px;background:var(--bfc-orange);box-shadow:0 7px 18px #e760242e;color:#fff;font-size:12px;font-weight:700}.bfc-product-list[data-layout=grid]{gap:18px;padding-top:18px}.bfc-product-list[data-layout=grid] .bfc-product{padding:0 0 18px;border-bottom:1px solid var(--bfc-line);background:transparent}.bfc-product-list[data-layout=grid] .bfc-product__media{max-height:164px}.bfc-product-list[data-layout=grid] .bfc-product__facts{min-height:0;padding:10px 0;border-top:1px solid var(--bfc-line-soft);border-bottom:1px solid var(--bfc-line-soft);border-radius:0;background:transparent}.bfc-empty,.bfc-search-start>div{border-radius:3px;box-shadow:none}.bfc-drawer{background:#151f2761;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.bfc-drawer__panel{height:100dvh;padding-bottom:env(safe-area-inset-bottom);background:var(--bfc-bg);box-shadow:18px 0 42px #1623312e}.bfc-drawer__header{background:#fffffffa}.bfc-drawer__header h2{font-weight:500}.bfc-drawer__header button{border:0;border-radius:50%;background:transparent}.bfc-drawer .bfc-facets{margin:0;padding:0 18px 18px}.bfc-drawer .bfc-facets__heading{display:flex;top:58px;padding-block:7px}.bfc-drawer .bfc-facets__heading>div:first-child{display:none}.bfc-drawer .bfc-facets__actions{margin-inline:-18px;padding-inline:18px}@media(max-width:1180px){.bfc-layout{grid-template-columns:228px minmax(0,1fr);gap:22px}.bfc-product{grid-template-columns:96px minmax(220px,1fr) 128px minmax(118px,.36fr) minmax(174px,.5fr);grid-template-areas:"media identity manufacturer price actions" "media facts facts price actions";gap:10px 16px;min-height:150px}.bfc-product__media{grid-area:media;width:100px;height:100px;max-height:100px}.bfc-product__identity{grid-area:identity}.bfc-product__manufacturer{grid-area:manufacturer}.bfc-product__facts{grid-area:facts;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.bfc-product__price{grid-area:price}.bfc-product__actions{grid-area:actions}.bfc-results-head{display:none}}@media(max-width:1080px){.bfc-hero,.bfc--search .bfc-hero{grid-template-columns:minmax(0,1fr);gap:18px}}@media(max-width:900px){.bfc-layout{grid-template-columns:minmax(0,1fr)}.bfc-modelbar__inner,.bfc-modelbar__link,.bfc-modelbar__selector{min-height:50px}.bfc-filter-button{min-height:40px;font-weight:500}.bfc-product{grid-template-columns:104px minmax(220px,1fr) 128px 184px;grid-template-areas:"media identity manufacturer actions" "media facts facts actions" "media price price actions"}.bfc-product__media{width:104px;max-height:100px}}@media(max-width:760px){.bfc-hero,.bfc--search .bfc-hero{padding:10px 0 22px}.bfc-hero h1{font-size:clamp(23px,6.5vw,29px)}.bfc-toolbar{padding:6px 0 12px}.bfc-product{grid-template-columns:92px minmax(0,1fr);grid-template-areas:"media identity" "manufacturer manufacturer" "facts facts" "price actions";gap:12px 14px;padding:16px 0}.bfc-product__media{width:92px;height:92px;max-height:92px}.bfc-product__manufacturer{justify-content:flex-start;padding-top:2px;border-inline:0;background:transparent}.bfc-product__facts{grid-template-columns:repeat(2,minmax(0,1fr));padding:10px 0;border-top:1px solid var(--bfc-line-soft);border-bottom:1px solid var(--bfc-line-soft);border-radius:0;background:transparent}.bfc-product__facts div{padding-inline:0;border-left:0}.bfc-product__price{display:flex;align-items:baseline;gap:7px}.bfc-product__price span{margin-top:0}.bfc-product__actions{grid-template-columns:minmax(0,1fr);align-items:center}.bfc-product__detail-link{display:none}.bfc-product-list[data-layout=grid] .bfc-product__media{height:148px;max-height:148px}}@media(max-width:560px){.bfc-search{grid-template-columns:20px minmax(0,1fr) auto;min-height:48px;padding:4px 4px 4px 12px}.bfc-search button{grid-column:auto;width:auto;min-width:72px;padding-inline:11px}.bfc-toolbar__actions{grid-template-columns:auto minmax(0,1fr) auto}.bfc-product{grid-template-areas:"media identity" "manufacturer manufacturer" "facts facts" "price price" "actions actions"}.bfc-product__actions form{grid-template-columns:104px minmax(0,1fr)}.bfc-product__actions .bfc-add,.bfc-consult{min-height:42px}}@media(max-width:390px){.bfc-product{grid-template-columns:84px minmax(0,1fr)}.bfc-product__media{width:84px;height:84px;max-height:84px}.bfc-toolbar__actions{grid-template-columns:auto minmax(0,1fr)}}.bfc h1,.bfc h2,.bfc h3,.bfp h1,.bfp h2,.bfp h3{font-family:var(--font-heading--family),"Arial Narrow",Inter,sans-serif!important;letter-spacing:.01em;font-weight:700!important}.bfc--catalog-table .bfc-layout{grid-template-columns:272px minmax(0,1fr);gap:24px}.bfc--catalog-table .bfc-sidebar--desktop{padding-right:0}.bfc--catalog-table .bfc-facets{overflow:hidden;border:1px solid #d7dce3;border-radius:3px;background:#f7f8fa}.bfc--catalog-table .bfc-facets__heading{min-height:50px;padding:10px 15px;border-bottom:1px solid #d7dce3;background:#eef1f4}.bfc--catalog-table .bfc-facets__heading span{color:#17283d;font-size:14px;font-weight:700}.bfc--catalog-table .bfc-facets__heading>button{display:none}.bfc--catalog-table .bfc-facets__heading>a{margin-left:auto}.bfc--catalog-table .bfc-facet{padding:16px 15px;border-bottom:1px solid #e0e4e9}.bfc--catalog-table .bfc-option{min-height:38px}.bfc--catalog-table .bfc-facets__actions{margin:0;padding:12px 15px;background:#eef1f4}.bfc--catalog-table .bfc-facets__actions button{min-height:40px;justify-self:stretch;padding:0 14px;border:1px solid #163760;border-radius:3px;background:#163760;color:#fff;font-weight:700}.bfc--catalog-table .bfc-facets__actions button:hover{border-color:#24558b;background:#24558b;color:#fff}.bfc--catalog-table .bfc-help{margin:0;padding:16px 15px;border-top:0;background:#f7f8fa}.bfc--catalog-table .bfc-results{--bfc-product-columns: 104px minmax(408px, 1fr) 132px 196px;overflow:hidden;border:1px solid #d7dce3;border-radius:3px;background:#fff}.bfc--catalog-table .bfc-toolbar{min-height:58px;padding:8px 14px;border-bottom:1px solid #d7dce3;background:#f6f7f9}.bfc--catalog-table .bfc-toolbar__count strong{color:#17283d;font-size:18px;font-weight:700}.bfc--catalog-table .bfc-sort select,.bfc--catalog-table .bfc-layout-toggle{min-height:38px;border-color:#c8ced7;background:#fff}.bfc--catalog-table .bfc-results-head{display:grid;grid-template-columns:var(--bfc-product-columns);gap:14px;padding:10px 16px;border-bottom:1px solid #cdd3dc;background:#f4f4f2;color:#596677;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.bfc--catalog-table .bfc-results-head__product{grid-column:1 / 3}.bfc--catalog-table[data-layout=grid] .bfc-results-head{display:none}.bfc--catalog-table .bfc-product-list[data-layout=list]{display:block}.bfc--catalog-table .bfc-product-list[data-layout=list] .bfc-product{display:grid;grid-template-columns:var(--bfc-product-columns);grid-template-areas:"media identity price actions" "media facts facts actions";align-items:start;gap:10px 14px;min-height:154px;padding:16px;border:0;border-bottom:1px solid #dfe3e8;border-radius:0;background:#fff;box-shadow:none;transition:background .14s ease,box-shadow .14s ease}.bfc--catalog-table .bfc-product-list[data-layout=list] .bfc-product:last-child{border-bottom:0}.bfc--catalog-table .bfc-product-list[data-layout=list] .bfc-product:hover{border-color:#dfe3e8;background:#fbfcfd;box-shadow:inset 3px 0 #e76024;transform:none}.bfc--catalog-table .bfc-product__media{grid-area:media;width:104px;height:112px;max-height:112px;padding:8px;border-color:#dfe3e8;border-radius:2px;background:#fff}.bfc--catalog-table .bfc-product__identity{grid-area:identity;align-self:start;justify-content:flex-start;padding-top:2px}.bfc--catalog-table .bfc-product__identity h2{max-width:620px;color:#17283d;font-size:15px;font-weight:700!important;line-height:1.32}.bfc--catalog-table .bfc-product__manufacturer{min-height:38px;align-self:auto;justify-content:flex-start;margin-top:8px;padding:0;border:0;background:transparent}.bfc--catalog-table .bfc-product__manufacturer .baufer-brand-logo{width:min(124px,100%);min-height:38px;justify-content:flex-start}.bfc--catalog-table .bfc-product__manufacturer .baufer-brand-logo__image{max-width:124px;max-height:38px;object-position:left center}.bfc--catalog-table .bfc-product__manufacturer .baufer-brand-logo__fallback,.bfc--catalog-table .bfc-product__manufacturer>span{min-height:30px;padding:0;border:0;background:transparent;color:#24558b;font-size:11px;font-weight:700}.bfc--catalog-table .bfc-product__facts{grid-area:facts;min-height:64px;display:grid;grid-template-columns:minmax(92px,.72fr) minmax(132px,1.05fr) minmax(180px,1.65fr) minmax(150px,1.28fr);align-content:stretch;gap:0;margin:0;padding:9px 0;border:0;border-top:1px solid #dfe3e8;border-bottom:1px solid #dfe3e8;border-radius:0;background:#fff}.bfc--catalog-table .bfc-product__facts div{min-width:0;padding:0 12px;border-left:1px solid #dfe3e8}.bfc--catalog-table .bfc-product__facts div:first-child{padding-left:12px;border-left:0}.bfc--catalog-table .bfc-product__facts dt{margin:0 0 3px;color:#697586;font-size:9px;font-weight:700;letter-spacing:.045em;text-transform:uppercase}.bfc--catalog-table .bfc-product__facts dd{display:-webkit-box;margin:0;overflow:hidden;color:#2f3d4d;font-size:12px;font-weight:500;line-height:1.35;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:2}.bfc--catalog-table .bfc-product__dispatch{min-height:24px;padding:3px 7px;border:1px solid #ded7cd;border-radius:3px;background:#f0ece6;color:#635b50;font-size:10px;font-weight:600;line-height:1.25;white-space:normal}.bfc--catalog-table .bfc-product__dispatch.is-ready{border-color:#bed8c7;background:#e7f2eb;color:#2f6847}.bfc--catalog-table .bfc-product__price{grid-area:price;align-self:start;padding-top:2px;text-align:right}.bfc--catalog-table .bfc-product__price strong{color:#17283d;font-size:18px;font-weight:700;letter-spacing:0}.bfc--catalog-table .bfc-product__price span{margin-top:3px;color:#697586;font-size:10px}.bfc--catalog-table .bfc-product__actions{grid-area:actions;align-self:center;gap:8px}.bfc--catalog-table .bfc-product__actions form{grid-template-columns:96px minmax(84px,1fr);gap:7px}.bfc--catalog-table .bfc-quantity{height:40px;grid-template-columns:30px minmax(34px,1fr) 30px;border-color:#bfc7d1;border-radius:3px}.bfc--catalog-table .bfc-quantity button{background:#f4f4f2}.bfc--catalog-table .bfc-add{min-height:40px;border-radius:3px;box-shadow:none;font-size:12px;font-weight:700}.bfc--catalog-table .bfc-consult{min-height:38px;border-color:#9ba8b8;border-radius:3px;color:#163760;background:#fff;font-size:11px;font-weight:700}.bfc--catalog-table .bfc-product-list[data-layout=grid]{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:14px;background:#f4f4f2}.bfc--catalog-table .bfc-product-list[data-layout=grid] .bfc-product{min-height:0;display:flex;align-items:stretch;flex-direction:column;gap:10px;padding:14px;border:1px solid #d7dce3;border-radius:3px;background:#fff}.bfc--catalog-table .bfc-product-list[data-layout=grid] .bfc-product__media{width:100%;height:166px;max-height:166px}.bfc--catalog-table .bfc-product-list[data-layout=grid] .bfc-product__manufacturer{width:min(124px,100%);min-height:38px;justify-content:flex-start;margin-top:8px;padding:0;border:0}.bfc--catalog-table .bfc-product-list[data-layout=grid] .bfc-product__manufacturer .baufer-brand-logo{justify-content:flex-start}.bfc--catalog-table .bfc-product-list[data-layout=grid] .bfc-product__facts{width:100%;min-height:0;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid #dfe3e8}.bfc--catalog-table .bfc-product-list[data-layout=grid] .bfc-product__facts div:nth-child(odd){border-left:0}.bfc--catalog-table .bfc-product-list[data-layout=grid] .bfc-product__price{width:100%;margin-top:auto;padding-top:2px;border-top:0;text-align:left}@media(max-width:1280px){.bfc--catalog-table .bfc-layout{grid-template-columns:238px minmax(0,1fr);gap:18px}.bfc--catalog-table .bfc-results{--bfc-product-columns: 96px minmax(334px, 1fr) 112px 176px}.bfc--catalog-table .bfc-product__media{width:96px;height:104px;max-height:104px}.bfc--catalog-table .bfc-product-list[data-layout=grid]{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.bfc--catalog-table .bfc-layout{grid-template-columns:minmax(0,1fr)}.bfc--catalog-table .bfc-results{--bfc-product-columns: 96px minmax(348px, 1fr) 116px 180px}.bfc--catalog-table .bfc-results-head{display:none}}@media(max-width:1000px){.bfv__form{grid-template-columns:repeat(2,minmax(0,1fr))}.bfv__submit{width:100%}.bfc--catalog-table .bfc-results{border-right:0;border-left:0}.bfc--catalog-table .bfc-results-head{display:none}.bfc--catalog-table .bfc-product-list[data-layout=list] .bfc-product{grid-template-columns:92px minmax(0,1fr);grid-template-areas:"media identity" "facts facts" "price price" "actions actions";gap:10px 14px;padding:15px}.bfc--catalog-table .bfc-product__media{width:92px;height:96px;max-height:96px}.bfc--catalog-table .bfc-product__manufacturer{min-height:34px;justify-content:flex-start;margin-top:7px;padding:0;border-left:0}.bfc--catalog-table .bfc-product__manufacturer .baufer-brand-logo{justify-content:flex-start}.bfc--catalog-table .bfc-product__facts{grid-template-columns:repeat(2,minmax(0,1fr))}.bfc--catalog-table .bfc-product__facts div:nth-child(odd){border-left:0}.bfc--catalog-table .bfc-product__facts div:nth-child(n+3){margin-top:8px;padding-top:8px;border-top:1px solid #dfe3e8}.bfc--catalog-table .bfc-product__facts dd{display:block;overflow:visible}.bfc--catalog-table .bfc-product__price{display:flex;align-items:baseline;gap:7px;text-align:left}.bfc--catalog-table .bfc-product__price span{margin-top:0}.bfc--catalog-table .bfc-product__actions{grid-template-columns:minmax(0,1fr)}}@media(max-width:560px){.bfv__panel{padding:16px}.bfv__head{align-items:start;flex-direction:column;gap:8px}.bfv__head p{max-width:none}.bfv__form{grid-template-columns:1fr}.bfc--catalog-table .bfc-product__facts{grid-template-columns:minmax(0,1fr)}.bfc--catalog-table .bfc-product__facts div,.bfc--catalog-table .bfc-product__facts div:first-child{margin-top:0;padding:8px 11px;border-top:1px solid #dfe3e8;border-left:0}.bfc--catalog-table .bfc-product__facts div:first-child{border-top:0}.bfc--catalog-table .bfc-product__actions form{grid-template-columns:104px minmax(0,1fr)}.bfc--catalog-table .bfc-product-list[data-layout=grid]{grid-template-columns:minmax(0,1fr);padding:10px}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/baufer-catalog.css.map */
