.b2b-access{
  display:flex;
  gap:12px;
  align-items:center;
  justify-content:center;
  padding:14px;
  border-radius:8px;
  max-width:720px;
  margin:16px auto;
  font-family:Arial, sans-serif;
  background:#f8fbfd;
}
.b2b-access .btn{
  padding:10px 14px;
  border-radius:6px;
  text-decoration:none;
  font-weight:600;
}
.b2b-access .btn-primary{background:#1a73e8;color:#fff}
.b2b-access .btn-secondary{background:#fff;color:#333;border:1px solid #d0d0d0}

.page-title,
.page-header,
.category-header,
.header-background,
.header-content,
main > h1:first-of-type,
#content > h1:first-of-type {
  display: none !important;
}

.b2b-tiles{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  margin:30px 0 40px;
}

.b2b-tile{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  background:#fff;
  border-radius:12px;
  padding:18px;
  text-decoration:none;
  box-shadow:0 6px 18px rgba(0,0,0,0.08);
  transition:transform .25s ease, box-shadow .25s ease;
}

.b2b-tile:hover{
  transform:translateY(-4px);
  box-shadow:0 10px 26px rgba(0,0,0,0.12);
}

.b2b-tile img{
  max-width:100%;
  height:160px;
  object-fit:contain;
  margin-bottom:14px;
}

.b2b-tile span{
  font-weight:600;
  font-size:16px;
  color:#333;
}

@media(max-width:1024px){
  .b2b-tiles{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:560px){
  .b2b-tiles{grid-template-columns:1fr;}
}

.b2b-preview{
  max-width:1200px;
  margin:40px auto;
  text-align:center;
}

.b2b-preview-tiles{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  pointer-events:none;
  opacity:.65;
}

.b2b-preview-tile{
  background:#fff;
  border-radius:12px;
  padding:18px;
  box-shadow:0 6px 18px rgba(0,0,0,.08);
}

.b2b-preview-tile img{
  width:100%;
  height:140px;
  object-fit:contain;
  margin-bottom:12px;
}

.b2b-preview-tile span{
  font-weight:600;
  color:#333;
}

.b2b-preview-note{
  margin-top:25px;
  font-size:15px;
  color:#666;
}

@media(max-width:1024px){
  .b2b-preview-tiles{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:560px){
  .b2b-preview-tiles{grid-template-columns:1fr;}
}

footer {
  text-align: center;
  padding: 40px 20px 30px;
  border-top: 1px solid rgba(0,0,0,.08);
}

footer a[href*="kontakt"],
footer a[href*="doprava"],
footer a[href*="platba"],
footer a[href*="privacy"],
footer a[href*="podminky"] {
  font-size: 15px;
  font-weight: 500;
  color: #111 !important;
  text-decoration: none;
  margin: 0 16px;
  position: relative;
  display: inline-block;
}

footer a[href*="kontakt"]::after,
footer a[href*="doprava"]::after,
footer a[href*="platba"]::after,
footer a[href*="privacy"]::after,
footer a[href*="podminky"]::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: #111;
  opacity: .35;
}

footer a:hover::after {
  opacity: .8;
}

footer i[class*="icon"] {
  font-size: 17px;
  opacity: .65;
}

footer a:hover i[class*="icon"] {
  opacity: 1;
}

footer > div,
footer .container,
footer .footer-inner,
footer .wrap,
footer section {
  background: #c9f6f2 !important;
}

footer {
  position: relative;
  z-index: 1;
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: #c9f6f2;
  z-index: -1;
}
.header-navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #2f8fd8 !important;
  transition: background-color 0.25s ease;
}
.navigation-in.menu ul ul {
    display: none !important;
}
.navigation-in.menu .submenu-arrow {
    display: none !important;
}
.header-navigation {
    background-color: #c9f6f2 !important;
}
.header-navigation .navigation-in.menu > ul > li > a {
    font-weight: 700 !important;
    color: #000000 !important;
}

.languagesMenu__header.languagesMenu__header--actual {
    color: #000000 !important;
}

.header-navigation .header-icons svg {
    fill: #000000 !important;
}

.languagesMenu img,
.languagesMenu svg {
    filter: none !important;
    fill: initial !important;
}
.toggle-window[data-target="login"],
.toggle-window[data-target="search"],
.toggle-window[data-target="cart"] {
    color: #000000 !important;
}

.toggle-window[data-target="login"] svg,
.toggle-window[data-target="search"] svg,
.toggle-window[data-target="cart"] svg {
    fill: #000000 !important;
    stroke: #000000 !important;
}

.toggle-window.cart-count {
    color: #000000 !important;
}
/* =====================================
   WALTZ – ZVĚTŠENÍ OBRÁZKU V ZÁHLAVÍ
   ===================================== */

/* celý header */
#header {
    min-height: 520px;          /* uprav 480–700 */
}

/* nadpis v záhlaví (drží výšku) */
#header .header-title {
    min-height: 520px;
    display: flex;
    align-items: center;        /* text vertikálně na střed */
}

/* pozadí obrázku – bezpečné chování */
#header,
#header .header-title {
    background-size: cover;
    background-position: center;
}
@media (min-width: 992px) {
  #header,
  #header .header-title {
      min-height: 620px;
  }
}

@media (max-width: 991px) {
  #header,
  #header .header-title {
      min-height: 360px;
  }
}