:root{
  --orange:#ff5900;
  --ink:#1b2128;
  --muted:#5d6670;
  --line:#aeb6be;
  --metal:#d8dce1;
  --panel:#e4e7eb;
  --highlight:#fff;
  --shadow:#8d959e;
  --bevel:inset 1px 1px 0 #fff,inset -1px -1px 0 #8d959e;
  --pressed:inset 1px 1px 0 #8d959e,inset -1px -1px 0 #fff;
  --green:#188139;
  --sale:#c62828;
}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%}
body{
  background:#c8ccd2;
  color:var(--ink);
  font:13px/1.4 Arial,Helvetica,sans-serif;
}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button,a,input,select{outline-offset:2px}
button{
  cursor:pointer;
  background:linear-gradient(#f3f4f6,#c9ced4);
  border:1px solid #8e969e;
  border-radius:3px;
  box-shadow:var(--bevel);
  color:var(--ink);
  font-weight:700;
  padding:8px 12px;
}
button:hover{background:linear-gradient(#fff,#d5dae0)}
button:active{box-shadow:var(--pressed)}
button:disabled{background:#c5c9cd;border-color:#b0b6bc;color:#6d747c;cursor:not-allowed;box-shadow:none}
input,select,textarea{
  border:1px solid #8e969e;
  border-radius:2px;
  padding:8px 10px;
  background:#fff;
  box-shadow:inset 1px 1px 2px #0001;
  min-width:0;
  color:var(--ink);
}
input[type=checkbox]{accent-color:#4a5a68;width:15px;height:15px;box-shadow:none}
h1,h2,p{margin-top:0}
h1{font-size:28px;line-height:1.15;margin-bottom:8px}
h2{font-size:18px}
small,.muted{color:var(--muted)}

.masthead{
  min-height:72px;
  padding:8px 18px;
  background:linear-gradient(#1a1c1e,#0d0e10);
  color:#fff;
  display:flex;
  align-items:center;
  gap:22px;
  border-bottom:1px solid #000;
  box-shadow:0 1px 0 #fff6;
  position:sticky;
  top:0;
  z-index:40;
}
.brand-logo{width:280px;flex-shrink:0}
.brand-logo img{display:block;width:100%;max-height:56px;object-fit:contain}
.b2b-mark{
  padding:0 22px;
  border-left:1px solid #3a3a3a;
  border-right:1px solid #3a3a3a;
  display:flex;
  flex-direction:column;
  line-height:1.05;
}
.b2b-mark strong{font-size:34px;color:var(--orange);font-weight:900;letter-spacing:-.5px}
.b2b-mark span{font-size:11px;margin-top:3px;letter-spacing:.08em}
.masthead-cart{
  position:relative;
  display:none;
  align-items:center;
  gap:8px;
  flex-shrink:0;
  padding:6px 14px 6px 10px;
  background:linear-gradient(#2a2c2e,#111);
  color:#fff;
  border:1px solid #444;
  border-radius:4px;
  box-shadow:inset 1px 1px #666;
}
.masthead-cart .cart-icon{width:22px;height:22px}
.masthead-cart strong,.masthead-cart small{display:block;color:#fff;line-height:1.15}
.masthead-cart strong{font-size:12px}
.masthead-cart small{font-size:11px;opacity:.9}
.masthead-cart b{
  position:absolute;
  right:-6px;
  top:-8px;
  min-width:20px;
  padding:1px 5px;
  text-align:center;
  border:2px solid #111;
  background:#fff;
  color:#111;
  border-radius:50%;
  font-size:11px;
}
.partner-line{font-size:11px;margin:0 auto 0 0;white-space:nowrap;letter-spacing:.04em;color:#ececec}
.header-benefit{
  display:flex;
  gap:10px;
  align-items:center;
  padding-left:16px;
  border-left:1px solid #333;
  white-space:nowrap;
}
.header-ico{width:28px;height:28px;display:flex;color:#d7d7d7}
.header-ico svg{width:100%;height:100%}
.header-benefit small{display:block;color:#c8c8c8;font-size:11px;margin-top:2px}

body{min-height:100vh;display:flex;flex-direction:column}
body.is-catalog{height:100vh;overflow:hidden;background:#f7f8fa}
.b2b-workspace{flex:1;display:grid;grid-template-columns:minmax(0,1fr);min-height:0}
body.is-catalog .b2b-workspace{grid-template-columns:248px minmax(0,1fr);align-items:stretch;overflow:hidden}
body.is-catalog .b2b-workspace>aside{
  display:flex;
  flex-direction:column;
  min-height:0;
  height:auto;
  background:linear-gradient(#e8eaee,#d4d8de);
  border-right:1px solid #9aa3ab;
  box-shadow:inset -1px 0 #fff, 4px 0 10px #0001;
  min-width:0;
  overflow-x:hidden;
  overflow-y:auto;
  overscroll-behavior-y:contain;
  scrollbar-gutter:stable;
}
.b2b-main{display:flex;flex-direction:column;min-width:0;min-height:0}
body.is-catalog .b2b-main{overflow:hidden}
.products{flex:1}
body.is-catalog .products{min-height:0;overflow:auto;padding-bottom:calc(180px + env(safe-area-inset-bottom,0px))}

.toolbar{
  padding:8px 12px;
  background:linear-gradient(#e9ecf0,#d5d9df);
  display:flex;
  align-items:stretch;
  gap:10px;
  border-bottom:1px solid #b0b7bf;
  box-shadow:inset 0 1px #fff;
}
.global-search{
  flex:1;
  display:flex;
  align-items:stretch;
  background:#fff;
  border:1px solid #8e969e;
  border-radius:3px;
  box-shadow:inset 1px 1px 2px #0001;
  overflow:hidden;
  min-width:0;
}
.search-ico{display:flex;align-items:center;padding:0 8px 0 10px;color:#5c6570}
.search-ico svg{width:16px;height:16px}
.global-search input{flex:1;border:0;box-shadow:none;padding:10px 8px;background:transparent}
.global-search button{
  border:0;
  border-left:1px solid #c5ccd3;
  border-radius:0;
  box-shadow:none;
  background:linear-gradient(#f4f5f7,#d0d5db);
  min-width:72px;
}
.account-menu{
  position:relative;
  min-width:210px;
  background:linear-gradient(#f4f5f7,#d4d8de);
  border:1px solid #8e969e;
  border-radius:3px;
  box-shadow:var(--bevel);
}
.account-menu summary{
  display:flex;
  align-items:center;
  gap:10px;
  cursor:pointer;
  padding:6px 12px;
  height:100%;
  list-style:none;
}
.account-menu summary::-webkit-details-marker{display:none}
.account-ico{width:28px;height:28px;display:flex;color:#2b333b}
.account-ico svg{width:100%;height:100%}
.account-menu small,.account-menu strong{display:block}
.account-menu small{font-size:11px;color:var(--muted)}
.account-menu strong{max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}
.account-caret{margin-left:auto;font-size:14px;color:#5a6370}
.account-menu form{
  position:absolute;
  top:calc(100% + 4px);
  right:0;
  z-index:8;
  background:linear-gradient(#f3f4f6,#e1e4e8);
  padding:8px;
  border:1px solid #8e969e;
  box-shadow:var(--bevel),0 8px 18px #0002;
}
.account-menu form button{width:100%}

.cats-panel{display:contents}
.cats-panel::details-content{display:contents}
.cats-panel>summary{list-style:none}
.cats-panel>summary::-webkit-details-marker{display:none}
.b2b-all-products{display:none}
.side-heading{
  display:flex;
  flex-shrink:0;
  align-items:center;
  gap:10px;
  min-height:52px;
  padding:0 14px;
  font-size:16px;
  font-weight:800;
  background:linear-gradient(#f1f3f6,#d6dae0);
  border-bottom:1px solid #a7afb6;
  box-shadow:inset 0 1px #fff;
}
.category-nav{flex:0 0 auto;min-height:0;overflow:visible}
body.is-catalog .b2b-workspace>aside>.benefits{flex-shrink:0}
.category-nav a,
.category-branch summary{
  display:flex;
  gap:10px;
  align-items:center;
  padding:10px 12px;
  margin:3px 6px;
  font-size:13px;
  background:linear-gradient(#f2f3f6,#d5d9df);
  border:1px solid #9aa3ab;
  border-radius:3px;
  box-shadow:var(--bevel);
  cursor:pointer;
  list-style:none;
}
.category-branch summary::-webkit-details-marker{display:none}
.category-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.category-icon img{width:18px;height:18px;object-fit:contain}
.category-nav a b,
.category-branch summary b{margin-left:auto;font-size:16px;font-weight:400;color:#6a727c}
.category-nav a[aria-current],
.category-nav a:hover,
.category-branch summary:hover,
.category-branch summary.current-category{
  background:linear-gradient(#dcecc8,#c3d8a8);
  border-color:#8eaa72;
}
.category-children{
  padding:0 6px 6px 18px;
}
.category-children>a,
.category-children .category-branch summary{
  font-size:12px;
  padding:8px 10px;
  margin:2px 0;
}
.benefits{
  margin-top:auto;
  border-top:1px solid #a7afb6;
}
.benefits summary{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:48px;
  padding:0 14px;
  font-weight:800;
  letter-spacing:.02em;
  list-style:none;
  cursor:pointer;
  background:linear-gradient(#f1f3f6,#d6dae0);
  box-shadow:inset 0 1px #fff;
}
.benefits summary::-webkit-details-marker{display:none}
.benefits-ico{width:18px;height:18px;display:flex}
.benefits-ico svg{width:100%;height:100%}
.benefits-body{padding:10px 14px 14px;font-size:12px;color:#333}
.benefits-body p{margin:6px 0}
.benefits-body a{
  display:block;
  margin-top:10px;
  text-align:center;
  padding:8px;
  background:linear-gradient(#6d7884,#46515c);
  color:#fff;
  border:1px solid #34404a;
  border-radius:3px;
  font-weight:700;
}

.products{
  background:#f7f8fa;
  min-width:0;
  box-shadow:inset 1px 0 #fff;
}
.b2b-slider{position:relative;width:100%;background:#111;overflow:hidden;border-bottom:1px solid #9aa3ab}
.b2b-slide[hidden],.slider-controls[hidden]{display:none}
.b2b-slide img{display:block;width:100%;aspect-ratio:4/1;object-fit:cover}
.slider-controls{
  position:absolute;bottom:10px;left:50%;transform:translateX(-50%);
  display:flex;gap:7px;align-items:center;
  background:#111b;padding:4px 8px;border-radius:3px;
}
.slider-controls>button{background:transparent;border:0;color:#fff;min-width:28px;height:28px;padding:0;font-size:22px;line-height:1;box-shadow:none}
.slider-controls>button[data-pause]{font-size:14px}
.slider-dots{display:flex;gap:6px}
.slider-dots button{width:8px;height:8px;padding:0;min-width:0;border-radius:50%;background:#fff7;border:1px solid #fff;box-shadow:none}
.slider-dots button[aria-pressed=true]{background:var(--orange);border-color:var(--orange)}

.brands{
  display:flex;flex-wrap:nowrap;gap:8px;align-items:center;
  padding:10px 12px;
  border-bottom:1px solid #c3c9d0;
  min-width:0;
}
.brands>strong{margin-right:4px;white-space:nowrap;flex-shrink:0}
.brand-track{
  display:flex;
  gap:12px;
  align-items:center;
  overflow-x:auto;
  overflow-y:hidden;
  scrollbar-width:none;
  flex:1;
  min-width:0;
  scroll-behavior:smooth;
}
.brand-track::-webkit-scrollbar{display:none}
.brand-scroll{
  flex-shrink:0;
  width:36px;
  min-width:36px;
  height:40px;
  padding:0;
  font-size:22px;
  line-height:1;
}
.brand-chip{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:transparent;
  color:#1c232c;
  border:0;
  padding:0 4px;
  width:86px;
  min-width:86px;
  max-width:86px;
  height:36px;
  overflow:hidden;
  white-space:nowrap;
  border-radius:0;
  box-shadow:none;
}
.brand-chip img{
  display:block;
  width:78px;
  max-width:100%;
  height:24px;
  object-fit:contain;
  object-position:center;
}
.brand-chip.active{background:transparent;box-shadow:none;outline:0;opacity:1}
.brand-chip:not(.active){opacity:.85}
.brand-chip:hover{opacity:1;background:transparent;box-shadow:none}

.filters{
  background:linear-gradient(#e6e9ed,#d8dce1);
  padding:8px 12px;
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  border-bottom:1px solid #c3c9d0;
  box-shadow:inset 0 1px #fff;
}
.filters label{display:flex;align-items:center;gap:6px;white-space:nowrap;font-size:12px}
.filters select{padding:6px 8px}
.quick-search{margin-left:auto;flex:1;max-width:320px;min-width:160px;font-size:12px}
.filters>button{font-size:12px;padding:7px 12px}

.table-scroll{overflow:visible;padding:8px 10px 0}
body.is-catalog .table-scroll{padding-right:212px}
body.is-catalog .table-footer{padding-right:212px}
.product-table{
  width:100%;
  max-width:100%;
  min-width:0;
  border-collapse:separate;
  border-spacing:0;
  font-size:14px;
  background:#f7f8fa;
  border:1px solid #aeb6be;
}
.product-table th{
  position:sticky;
  top:0;
  z-index:3;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.04em;
  background:#d5d9df;
  font-weight:700;
  padding:10px 12px;
  text-align:left;
  border-bottom:1px solid #aeb6be;
  box-shadow:inset 0 1px #fff,0 1px 0 #aeb6be;
  white-space:nowrap;
}
.product-table td{
  padding:9px 12px;
  border-bottom:1px solid #d8dde3;
  vertical-align:middle;
  background:#fbfcfd;
}
.product-table tbody tr:nth-child(even) td{background:#f1f3f6}
.product-table tbody tr:hover td{background:#e8edf2}
.picture{width:78px;text-align:center}
.picture img{width:64px;height:54px;object-fit:contain;display:block;margin:auto}
.sku,.available,.netto,.akcija,.mp-price,.volume-discount,.product-table td:last-child,.product-table th:nth-child(n+3){
  width:1%;
  white-space:nowrap;
}
.sku{color:#4d5660;font-size:13px}
.product-name{width:auto;min-width:180px;white-space:normal}
.product-name strong{font-size:15px;display:block}
.product-name small{display:block;margin-top:2px;font-size:12px;color:var(--muted)}
.available{color:var(--green);font-weight:700;text-align:center;font-size:15px}
.available.sold-out{color:#8a9096}
.netto{font-size:15px;font-weight:700;white-space:nowrap}
.akcija{color:var(--muted);text-align:center;white-space:nowrap}
.akcija:not(:empty){font-weight:700}
.mp-price{font-size:14px;font-weight:400;white-space:nowrap}
.volume-discount{font-size:14px;font-weight:700;color:var(--sale);text-align:center;white-space:nowrap}

.quantity-stepper{display:flex;align-items:stretch;width:108px}
.quantity-stepper button{
  padding:0;
  width:30px;
  background:linear-gradient(#f4f5f7,#cfd4da);
  border:1px solid #8e969e;
  color:#1b2129;
  border-radius:3px 0 0 3px;
  font-weight:700;
  font-size:14px;
}
.quantity-stepper button:last-child{border-radius:0 3px 3px 0}
.quantity-stepper input{
  width:48px;
  text-align:center;
  border-radius:0;
  border-left:0;
  border-right:0;
  padding:7px 0;
  appearance:textfield;
  -moz-appearance:textfield;
}
.quantity-stepper input::-webkit-inner-spin-button{appearance:none}

.add-form{margin:0}
.add-to-cart{
  display:inline-flex;
  align-items:center;
  gap:6px;
  white-space:nowrap;
  min-width:138px;
  font-size:13px;
  padding:8px 12px;
  background:linear-gradient(#f4f5f7,#cfd4da);
  color:var(--ink);
  border:1px solid #8e969e;
}
.add-to-cart .cart-icon{width:16px;height:16px}
.add-form button[aria-disabled=true]{opacity:.65;cursor:wait}

.table-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:10px 12px 16px;
  font-size:12px;
  gap:12px;
}
.pagination{display:flex;align-items:center;gap:4px}
.pagination a,.pagination>span{
  padding:6px 10px;
  border:1px solid #9aa3ab;
  border-radius:3px;
  background:linear-gradient(#f4f5f7,#d5d9df);
  box-shadow:var(--bevel);
}
.pagination a[aria-current]{
  background:linear-gradient(#6d7884,#46515c);
  color:#fff;
  border-color:#34404a;
}
.empty{padding:32px!important;text-align:center}
.notices{padding:0 12px}
.notices p{
  background:#ece4d2;
  border:1px solid #c2b48a;
  border-radius:3px;
  padding:10px 14px;
  margin:10px 0;
  box-shadow:inset 1px 1px #fff;
}
.no-image{color:#8a9096;font-size:10px}

.b2b-collection-heading{
  display:flex;justify-content:space-between;align-items:center;gap:14px;
  padding:10px 12px;border-bottom:1px solid #c3c9d0;
  background:linear-gradient(#e6e9ed,#d8dce1);
}
.b2b-collection-heading strong{font-size:14px}
.b2b-collection-heading a{font-size:12px;color:var(--muted)}
#catalog-filters{scroll-margin-top:8px}

.b2b-has-cart-bar:not(.is-catalog){padding-bottom:calc(210px + env(safe-area-inset-bottom,0px))}
.b2b-bottom-bar{
  position:fixed;
  right:16px;
  bottom:calc(14px + env(safe-area-inset-bottom,0px));
  z-index:900;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:8px;
  min-width:188px;
  background:transparent;
  border:0;
  box-shadow:none;
  padding:0;
}
.b2b-bottom-notes{
  position:fixed;
  top:340px;
  right:16px;
  left:auto;
  bottom:auto;
  width:188px;
  max-width:188px;
  display:flex;
  flex-direction:column;
  gap:6px;
  pointer-events:none;
  box-sizing:border-box;
  z-index:850;
}
.b2b-rabat-hint{
  margin:0;
  color:#1b2128;
  text-align:center;
}
.b2b-rabat-hint p{
  margin:0 0 4px;
  font-size:11px;
  line-height:1.3;
  font-weight:800;
}
.b2b-rabat-hint ul{
  margin:0;
  padding:0;
  list-style:none;
}
.b2b-rabat-hint li{
  margin:0;
  font-size:12px;
  line-height:1.35;
  font-weight:800;
  color:#c62828;
}
.b2b-zoom-hint{
  margin:0;
  padding:0;
  font-size:12px;
  line-height:1.3;
  font-weight:800;
  text-align:center;
  color:#1b2128;
  animation:b2b-zoom-pulse 1.6s ease-in-out infinite;
}
@keyframes b2b-zoom-pulse{
  0%,100%{opacity:.55;transform:scale(1)}
  50%{opacity:1;transform:scale(1.06)}
}
@media(prefers-reduced-motion:reduce){
  .b2b-zoom-hint{animation:none;opacity:1}
}
.b2b-collection-button{
  display:block;
  padding:10px 14px;
  border-radius:3px;
  text-align:center;
  font-size:12px;
  font-weight:800;
  letter-spacing:.03em;
  color:#fff;
  border:1px solid #0006;
  box-shadow:inset 1px 1px #fff4,inset -1px -1px #0004,0 3px 8px #0003;
}
.b2b-new-button{background:linear-gradient(#2a9a4a,#157a32)}
.b2b-sale-button{background:linear-gradient(#e14a4a,#b31f27)}
.b2b-collection-button:hover{filter:brightness(1.05)}
.b2b-collection-button[aria-current]{outline:2px solid #111;outline-offset:2px}
.cart-link{
  position:relative;
  display:flex;
  align-items:center;
  gap:12px;
  min-height:54px;
  padding:8px 16px;
  background:linear-gradient(#2a2c2e,#111);
  color:#fff;
  border:1px solid #000;
  border-radius:4px;
  box-shadow:inset 1px 1px #666,inset -1px -1px #000,0 6px 16px #0004;
}
.cart-link .cart-icon{width:28px;height:28px}
.cart-link strong,.cart-link small{display:block;color:#fff}
.cart-link b{
  position:absolute;
  right:8px;
  top:-8px;
  min-width:22px;
  padding:1px 5px;
  text-align:center;
  border:2px solid #111;
  background:#fff;
  color:#111;
  border-radius:50%;
  font-size:11px;
}
.cart-icon{width:22px;height:22px;display:inline-block;vertical-align:middle}

.login{
  max-width:460px;
  margin:8vh auto;
  background:linear-gradient(#f3f4f6,#e1e4e8);
  padding:28px;
  border:1px solid #9aa3ab;
  border-radius:4px;
  box-shadow:var(--bevel),0 10px 24px #0002;
}
.login label,.login input{display:block;width:100%}
.login label{margin-bottom:6px}
.login button{width:100%}
.login .muted{margin-top:18px;font-size:12px}
.eyebrow{font-size:11px;letter-spacing:.1em;color:#5a6570;font-weight:700}
.errorlist,.stock-error{color:#b32419}
.b2b-login-actions{display:flex;gap:10px;align-items:stretch}
.login .b2b-login-actions button,.b2b-login-actions a{
  flex:1;min-width:0;width:auto;text-align:center;padding:10px;border-radius:3px;font-weight:700;
}
.b2b-login-actions a{
  color:var(--ink);
  border:1px solid #8e969e;
  background:linear-gradient(#f4f5f7,#d5d9df);
  box-shadow:var(--bevel);
}
.access-request{max-width:540px;margin-top:35px}
.access-request h1{margin-top:22px;font-size:26px}

.cart-page{max-width:1100px;margin:20px auto;padding:8px 16px 28px}
.cart-page h1{margin-top:16px}
.cart-page .list{
  background:linear-gradient(#f3f4f6,#e6e9ed);
  border:1px solid #9aa3ab;
  border-radius:4px;
  box-shadow:var(--bevel);
}
.cart-product{
  display:grid;
  grid-template-columns:minmax(200px,1fr) 160px 300px;
  gap:16px;
  align-items:center;
  padding:16px;
  border-bottom:1px solid #c3c9d0;
}
.identity{display:flex;align-items:center;gap:14px}
.identity img{width:72px;height:72px;object-fit:contain}
.identity h2{font-size:15px;margin:0}
.identity p{margin:5px 0}
.price{display:flex;flex-direction:column}
.price strong{font-size:18px}
.price span{font-size:12px}
.cart-actions{display:flex;gap:6px;align-items:end}
.cart-actions label{font-size:12px;display:flex;flex-direction:column}
.cart-actions input{width:75px}
.cart-total{text-align:right;font-size:22px;margin-top:20px}
.b2b-cart-totals{
  max-width:430px;margin:20px 0 0 auto;padding:16px 18px;
  background:linear-gradient(#f3f4f6,#e6e9ed);
  border:1px solid #9aa3ab;
  border-radius:4px;
  box-shadow:var(--bevel);
}
.b2b-cart-totals p{display:flex;justify-content:space-between;gap:20px;margin:0 0 10px;font-size:15px}
.b2b-cart-totals strong{white-space:nowrap}
.b2b-cart-totals .grand-total{border-top:1px solid var(--line);padding-top:12px;margin:12px 0 0;font-size:18px;font-weight:700}
.checkout-button{
  display:block;width:fit-content;margin:18px 0 18px auto;
  background:linear-gradient(#6d7884,#46515c);
  color:#fff;padding:12px 22px;border-radius:3px;font-weight:700;
  border:1px solid #34404a;
  box-shadow:inset 1px 1px #a7b3bf;
}
.checkout-page{
  max-width:650px;margin:28px auto;padding:24px;
  background:linear-gradient(#f3f4f6,#e1e4e8);
  border:1px solid #9aa3ab;
  border-radius:4px;
  box-shadow:var(--bevel);
}
.checkout-page h1{margin-top:16px}
.checkout-page label,.checkout-page input,.checkout-page select,.checkout-page textarea{display:block;width:100%}
.checkout-page label{margin-bottom:6px}
.checkout-page textarea{min-height:90px}
.checkout-page button{width:100%;padding:12px}
.checkout-summary{
  background:linear-gradient(#e8ebef,#d8dce1);
  padding:14px 16px;
  border:1px solid #b0b7bf;
  border-radius:3px;
  box-shadow:inset 1px 1px #fff;
}
.checkout-summary p{display:flex;justify-content:space-between;margin:6px 0}

.b2b-payment-dialog{
  width:min(460px,calc(100% - 32px));
  border:1px solid #9aa3ab;
  border-radius:4px;
  padding:24px;
  background:linear-gradient(#f3f4f6,#e1e4e8);
  box-shadow:var(--bevel),0 16px 40px #0004;
  color:var(--ink);
  position:fixed;inset:0;margin:auto;
}
.b2b-payment-dialog::backdrop{background:#1119}
.b2b-payment-dialog h2{font-size:22px;margin-bottom:10px}
.b2b-payment-dialog p{color:var(--muted)}
.payment-options{display:flex;gap:10px;margin:18px 0 10px}
.checkout-page .payment-cancel{background:linear-gradient(#f4f5f7,#d5d9df);color:var(--muted)}
.b2b-payment-dialog [hidden]{display:none}
.b2b-payment-dialog button[aria-disabled=true]{opacity:.6;cursor:wait}

.b2b-image-zoom{display:inline-block;cursor:zoom-in;flex-shrink:0}
.b2b-image-dialog{
  position:fixed;inset:0;margin:auto;
  width:min(1000px,94vw);max-width:94vw;max-height:94vh;
  border:1px solid #9aa3ab;border-radius:4px;padding:40px 18px 14px;
  background:#f4f5f7;box-shadow:0 20px 80px #0005;
}
.b2b-image-dialog::backdrop{background:#000c}
.b2b-image-full{display:block;width:100%;height:min(72vh,760px);object-fit:contain}
.b2b-image-caption{text-align:center;margin:12px 0 0;color:#414952;font-size:14px}
.b2b-image-close{
  position:absolute;right:10px;top:7px;width:34px;height:34px;padding:0;
  background:linear-gradient(#f4f5f7,#d5d9df);color:#222;font-size:28px;line-height:1;
}
html:has(.b2b-image-dialog[open]){overflow:hidden}

.b2b-quantity-dialog{
  position:fixed;inset:0;margin:auto;
  width:min(420px,calc(100% - 32px));
  padding:24px;
  border:1px solid #9aa3ab;
  border-radius:4px;
  background:linear-gradient(#f3f4f6,#e1e4e8);
  box-shadow:var(--bevel),0 16px 40px #0004;
}
.b2b-quantity-dialog::backdrop{background:#0009}
.b2b-quantity-dialog h2{font-size:22px;margin-bottom:8px}
.b2b-quantity-dialog p{color:var(--muted)}
.b2b-quantity-dialog label{display:block;margin-bottom:6px}
.b2b-quantity-dialog input{width:100%;font-size:18px}
.quantity-dialog-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:18px}

.b2b-cart-toast{
  position:fixed;bottom:24px;right:24px;z-index:1000;
  padding:12px 18px;max-width:min(420px,calc(100vw - 32px));
  border-radius:3px;background:#175831;color:#fff;
  box-shadow:0 6px 24px #0003;pointer-events:none;
}
.b2b-cart-toast.is-error{background:#a52c20}
.b2b-cart-toast[hidden]{display:none}
.b2b-has-cart-bar .b2b-cart-toast{bottom:calc(210px + env(safe-area-inset-bottom,0px))}

.b2b-discount{display:block;color:var(--sale);font-size:12px;font-weight:700;margin-top:2px}
.b2b-original-price{display:block;color:var(--muted);font-size:11px;font-weight:400;margin-bottom:2px}
.b2b-sale-price{display:block;color:var(--sale);font-weight:700}
.b2b-price-line{display:inline-flex;align-items:baseline;gap:8px;white-space:nowrap}
.b2b-price-line .b2b-original-price{display:inline;margin:0}
.b2b-original-currency{position:relative;display:inline-block}
.b2b-original-currency .b2b-discount{position:absolute;bottom:100%;left:50%;transform:translateX(-50%);margin:0 0 2px;font-size:11px;line-height:1;white-space:nowrap}
.b2b-price-line .b2b-sale-price{display:inline}
.product-meta{display:flex;align-items:center;flex-wrap:wrap;gap:4px 10px;color:var(--muted);font-size:11px;margin-top:4px}
.product-meta-brand{display:inline-flex;align-items:center;font-weight:700}
.product-meta-brand img{width:70px;height:20px;object-fit:contain;object-position:left center}

@media(max-width:1250px){
  .header-benefit{display:none}
  .partner-line{margin-left:auto}
  .brand-logo{width:240px}
  body.is-catalog .b2b-workspace{grid-template-columns:220px minmax(0,1fr)}
}
@media(max-width:900px){
  body.is-catalog{height:auto;overflow:auto}
  body.is-catalog .b2b-workspace{grid-template-columns:1fr;overflow:visible;align-items:start}
  body.is-catalog .b2b-main,body.is-catalog .products{overflow:visible;padding-bottom:0}
  body.is-catalog .b2b-workspace>aside{
    position:static;
    height:auto;
    overflow:visible;
    border-right:0;
    border-bottom:1px solid #9aa3ab;
  }
  .cats-panel{display:block}
  .cats-panel>summary.side-heading{cursor:pointer}
  .cats-panel>summary.side-heading::after{content:"▸";margin-left:auto;font-size:16px;color:#6a727c}
  .cats-panel[open]>summary.side-heading::after{content:"✕";font-size:18px}
  .cats-panel[open]{
    position:fixed;
    inset:0;
    z-index:1200;
    display:flex;
    flex-direction:column;
    background:linear-gradient(#e8eaee,#d4d8de);
    padding:env(safe-area-inset-top,0px) 0 env(safe-area-inset-bottom,0px);
  }
  .cats-panel[open]>.side-heading{flex-shrink:0}
  .cats-panel[open] .category-nav{
    flex:1;
    min-height:0;
    max-height:none;
    overflow:auto;
    padding:8px;
    -webkit-overflow-scrolling:touch;
  }
  .b2b-all-cats-desktop{display:none}
  .b2b-all-products{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    margin:8px;
    min-height:48px;
    padding:12px 16px;
    font-size:16px;
    font-weight:800;
    text-align:center;
    color:#fff;
    background:linear-gradient(#6d7884,#46515c);
    border:1px solid #34404a;
    border-radius:8px;
    box-shadow:inset 1px 1px #a7b3bf;
  }
  body.is-catalog:has(.cats-panel[open]){overflow:hidden}
  .toolbar{flex-wrap:wrap}
  .account-menu{min-width:0;flex:1}
  .global-search{flex:1 1 100%;order:-1}
  body.is-catalog .table-scroll,body.is-catalog .table-footer{padding-right:8px;padding-left:8px}
  .product-table thead{display:none}
  .product-table,.product-table tbody{display:block;width:100%;border:0;background:transparent}
  .product-table tbody tr{
    display:grid;
    grid-template-columns:72px 1fr;
    gap:2px 10px;
    margin:0 0 10px;
    padding:10px;
    border:1px solid #aeb6be;
    border-radius:8px;
    background:#fbfcfd;
    box-shadow:var(--bevel);
  }
  .product-table tbody tr:nth-child(even) td,.product-table tbody tr:hover td,.product-table td{
    background:transparent;
    border:0;
    padding:4px 0;
    width:auto;
    white-space:normal;
  }
  .product-table .picture{grid-row:1 / span 2;align-self:center}
  .product-table .picture img{width:64px;height:64px}
  .product-table .product-name{grid-column:2}
  .product-table .sku,
  .product-table .available,
  .product-table .netto,
  .product-table .volume-discount,
  .product-table td:last-child{grid-column:1 / -1;display:flex;justify-content:space-between;align-items:center;gap:10px}
  .product-table .sku::before,
  .product-table .available::before,
  .product-table .netto::before,
  .product-table .volume-discount::before{content:attr(data-label);font-size:11px;font-weight:800;text-transform:uppercase;color:var(--muted)}
  .product-table td:last-child,
  .product-table .add-to-cart{display:none}
  .product-table tbody tr{cursor:pointer}
  .product-table tbody tr:active{background:#e8edf2}
  .b2b-bottom-notes{
    position:static;
    width:100%;
    max-width:none;
    order:-1;
    flex:1 0 100%;
    top:auto;
    right:auto;
    padding:2px 4px 4px;
  }
  .b2b-bottom-bar{
    left:0;
    right:0;
    bottom:0;
    min-width:0;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:stretch;
    gap:6px;
    padding:8px 8px calc(8px + env(safe-area-inset-bottom,0px));
    background:linear-gradient(#e9ecf0,#d5d9df);
    border-top:1px solid #9aa3ab;
    box-shadow:0 -4px 16px #0002;
  }
  .b2b-collection-button,.cart-link{flex:1;min-width:0;min-height:44px;justify-content:center}
  .masthead-cart{display:flex}
  .b2b-bottom-bar .cart-link{display:none}
  .cart-link{padding:6px 10px}
  .b2b-has-cart-bar{padding-bottom:calc(118px + env(safe-area-inset-bottom,0px))}
  .b2b-has-cart-bar .b2b-cart-toast{bottom:calc(128px + env(safe-area-inset-bottom,0px))}
  .cart-product{grid-template-columns:1fr 150px}
  .cart-actions{grid-column:1/-1}
  .filters{gap:8px}
  .quick-search{margin-left:0;max-width:none;flex:1 1 100%}
}
@media(max-width:580px){
  .masthead{gap:8px;padding:10px}
  .brand-logo{width:170px}
  .b2b-mark{padding:0 10px}
  .b2b-mark strong{font-size:24px}
  .b2b-mark span{font-size:8px}
  .partner-line{display:none}
  .masthead-cart{padding:5px 10px 5px 8px;gap:6px}
  .masthead-cart .cart-icon{width:20px;height:20px}
  .toolbar{padding:8px}
  .brands,.filters{padding:8px}
  .table-scroll{padding:8px}
  .table-footer{padding:10px;flex-direction:column;align-items:flex-start}
  .cart-page{padding:12px 12px 24px}
  .cart-product{grid-template-columns:1fr}
  .login{margin:24px 12px;padding:20px}
  .checkout-page{margin:16px 12px;padding:16px}
  .b2b-collection-button{padding:8px 8px;font-size:11px}
  .slider-controls{bottom:4px;padding:2px 6px}
  .b2b-rabat-hint p,.b2b-zoom-hint{font-size:11px}
}
