/* =========================================================
   KOLJA PAINTER – LOGIN
   /login  •  /registrace
   ========================================================= */


/* =========================================================
   BREADCRUMBS – glass pruh + domeček (stejné jako gallery)
   ========================================================= */

body:is(.in-login, .in-registrace, .customer-page) .breadcrumbs,
body:is(.in-login, .in-registrace, .customer-page) .breadcrumbs *{
  color: rgba(255,255,255,.78) !important;
}

body:is(.in-login, .in-registrace, .customer-page) .breadcrumbs{
  display: flex !important;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;

  margin: 10px 0 14px !important;
  padding: 10px 16px !important;

  font-size: 18px !important;
  line-height: 1.2;

  color: rgba(255,255,255,.85) !important;
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 0;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  max-width: 1378px;
  margin-left: auto !important;
  margin-right: auto !important;
}

body:is(.in-login, .in-registrace, .customer-page) .breadcrumbs a{
  color: rgba(255,255,255,.90) !important;
  text-decoration: none !important;
}
body:is(.in-login, .in-registrace, .customer-page) .breadcrumbs a:hover{
  text-decoration: underline !important;
}

/* Schovat původní Shoptet lomítka */
body:is(.in-login, .in-registrace, .customer-page) .breadcrumbs .navigation-bullet{
  display: none !important;
}

/* Generovat lomítko mezi položkami */
body:is(.in-login, .in-registrace, .customer-page) .breadcrumbs > span[itemprop="itemListElement"]:not(#navigation-first)::before{
  content: "/" !important;
  display: inline-block;
  margin: 0 12px 0 10px;
  color: rgba(255,255,255,.6) !important;
}


/* =========================================================
   DOMEČEK – SVG maska (1:1 jako gallery)
   ========================================================= */

body:is(.in-login, .in-registrace, .customer-page) .navigation-home-icon-wrapper::before,
body:is(.in-login, .in-registrace, .customer-page) #navigation-first::before,
body:is(.in-login, .in-registrace, .customer-page) #navigation-first > a.navigation-home-icon::before{
  content: none !important;
  display: none !important;
  background: none !important;
}

body:is(.in-login, .in-registrace, .customer-page) a.navigation-home-icon{
  padding: 0 !important;
  width: 44px !important;
  height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 0;
  background-image: none !important;
}

body:is(.in-login, .in-registrace, .customer-page) a.navigation-home-icon::after{
  content: "" !important;
  width: 26px;
  height: 26px;
  background: rgba(255,255,255,.92);

  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.2 2.5 11h2v9.5h6.5V14h2v6.5H19.5V11h2L12 3.2z'/%3E%3C/svg%3E") center / contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3.2 2.5 11h2v9.5h6.5V14h2v6.5H19.5V11h2L12 3.2z'/%3E%3C/svg%3E") center / contain no-repeat;
}

body:is(.in-login, .in-registrace, .customer-page) a.navigation-home-icon:hover{
  background: rgba(255,255,255,.12);
}

/* Reset paddingu a šipek na breadcrumb odkazech (všechny breakpointy) */
body:is(.in-login, .in-registrace, .customer-page) .breadcrumbs > span > a:not(.navigation-home-icon),
body:is(.in-login, .in-registrace, .customer-page) .breadcrumbs > span > span,
body:is(.in-login, .in-registrace, .customer-page) .breadcrumbs #navigation-1 a,
body:is(.in-login, .in-registrace, .customer-page) .breadcrumbs #navigation-1 span,
body:is(.in-login, .in-registrace, .customer-page) .breadcrumbs #navigation-2 a,
body:is(.in-login, .in-registrace, .customer-page) .breadcrumbs #navigation-2 span{
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
}

body:is(.in-login, .in-registrace, .customer-page) .breadcrumbs > span > a:not(.navigation-home-icon)::after{
  content: "" !important;
  display: none !important;
}

/* Desktop (992px+) */
@media (min-width: 992px){
  body:is(.in-login, .in-registrace, .customer-page) .breadcrumbs{
    font-size: 18px !important;
    line-height: 1.2 !important;
  }

  body:is(.in-login, .in-registrace, .customer-page) .breadcrumbs > span{
    align-self: center !important;
    display: inline-flex;
    align-items: center;
  }
}


/* =========================================================
   CONTENT WRAPPER – glass panel
   ========================================================= */

body:is(.in-login, .in-registrace, .customer-page) .content-wrapper-in{
  background: rgba(17,17,17,.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 0;

  max-width: 1378px;
  margin: 28px auto;
  padding: 26px 24px;

  box-shadow: 0 20px 60px rgba(0,0,0,.6);
}


/* =========================================================
   TYPOGRAFIE
   ========================================================= */

body:is(.in-login, .in-registrace, .customer-page) h1,
body:is(.in-login, .in-registrace, .customer-page) h2,
body:is(.in-login, .in-registrace, .customer-page) h3{
  color: #fff !important;
}


/* =========================================================
   TABULKA OBJEDNÁVEK – detail objednávky
   ========================================================= */

body:is(.in-login, .in-registrace, .customer-page) .table{
  color: rgba(255,255,255,.9);
  border-color: rgba(255,255,255,.08);
}

body:is(.in-login, .in-registrace, .customer-page) .table thead,
body:is(.in-login, .in-registrace, .customer-page) .table thead tr{
  background: rgba(255,255,255,.08) !important;
}

body:is(.in-login, .in-registrace, .customer-page) .table th{
  color: #fff !important;
  border-bottom: 2px solid rgba(255,255,255,.12) !important;
  background: rgba(255,255,255,.08) !important;
  font-weight: 600;
}

body:is(.in-login, .in-registrace, .customer-page) .table td{
  border-top: 1px solid rgba(255,255,255,.08) !important;
  border-color: rgba(255,255,255,.08) !important;
}

body:is(.in-login, .in-registrace, .customer-page) .table tbody tr{
  background: rgba(0,0,0,.2);
}

body:is(.in-login, .in-registrace, .customer-page) .table tbody tr:hover{
  background: rgba(255,255,255,.04);
}

body:is(.in-login, .in-registrace, .customer-page) .table .row-summary{
  background: rgba(0,0,0,.3);
}

body:is(.in-login, .in-registrace, .customer-page) .table .row-summary strong{
  color: #fff !important;
}

/* Odkaz na produkt v tabulce */
body:is(.in-login, .in-registrace, .customer-page) .table .p-name a{
  color: #fff !important;
  text-decoration: none;
}

body:is(.in-login, .in-registrace, .customer-page) .table .p-name a:hover{
  color: rgba(255,255,255,.7) !important;
  text-decoration: underline;
}

/* Kód produktu */
body:is(.in-login, .in-registrace, .customer-page) .p-name__codeLabel,
body:is(.in-login, .in-registrace, .customer-page) .p-name__code{
  color: rgba(255,255,255,.5) !important;
  font-size: 13px;
}

/* Shipping info v tabulce */
body:is(.in-login, .in-registrace, .customer-page) .p-name__shipping{
  color: rgba(255,255,255,.5) !important;
  font-size: 13px;
}

/* Mobilní headingy v tabulce */
body:is(.in-login, .in-registrace, .customer-page) .client-table-heading{
  color: rgba(255,255,255,.5) !important;
}

/* Btn-primary (Znovu nakoupit) */
body:is(.in-login, .in-registrace, .customer-page) .btn-primary{
  border: 0 !important;
  background: #60b800 !important;
  color: #000 !important;
  border-radius: 0 !important;
  padding: 14px 28px !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  text-transform: uppercase;
  letter-spacing: .04em;
  cursor: pointer;
  transition: all .2s ease;
}

body:is(.in-login, .in-registrace, .customer-page) .btn-primary:hover{
  background: #3c7300 !important;
  color: #000 !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0,0,0,.3);
}


/* =========================================================
   FORMULÁŘ – sharp styl (jako cart)
   ========================================================= */

body:is(.in-login, .in-registrace, .customer-page) input[type="email"],
body:is(.in-login, .in-registrace, .customer-page) input[type="password"],
body:is(.in-login, .in-registrace, .customer-page) input[type="text"],
body:is(.in-login, .in-registrace, .customer-page) .form-control{
  background: rgba(0,0,0,.3) !important;
  border: 1px solid rgba(255,255,255,.2) !important;
  border-radius: 0 !important;
  color: #fff !important;
  padding: 12px 14px !important;
  font-size: 15px !important;
  transition: border-color .2s ease, background .2s ease;
}

body:is(.in-login, .in-registrace, .customer-page) input:focus,
body:is(.in-login, .in-registrace, .customer-page) .form-control:focus{
  background: rgba(0,0,0,.4) !important;
  border-color: rgba(255,255,255,.45) !important;
  outline: none !important;
  box-shadow: none !important;
}

body:is(.in-login, .in-registrace, .customer-page) input::placeholder{
  color: rgba(255,255,255,.4) !important;
}


/* =========================================================
   TLAČÍTKO PŘIHLÁSIT SE
   ========================================================= */

body:is(.in-login, .in-registrace, .customer-page) .btn-login,
body:is(.in-login, .in-registrace, .customer-page) .btn-secondary{
  border: 0 !important;
  background: #60b800 !important;
  color: #000 !important;
  border-radius: 0 !important;
  padding: 14px 28px !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  text-transform: uppercase;
  letter-spacing: .04em;
  cursor: pointer;
  transition: all .2s ease;
}

body:is(.in-login, .in-registrace, .customer-page) .btn-login:hover,
body:is(.in-login, .in-registrace, .customer-page) .btn-secondary:hover{
  background: #3c7300 !important;
  color: #000 !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0,0,0,.3);
}


/* =========================================================
   ODKAZY – Nová registrace, Zapomenuté heslo
   ========================================================= */

body:is(.in-login, .in-registrace, .customer-page) .password-helper a{
  color: rgba(255,255,255,.7) !important;
  text-decoration: none;
  transition: color .2s ease;
}

body:is(.in-login, .in-registrace, .customer-page) .password-helper a:hover{
  color: #fff !important;
  text-decoration: underline;
}


/* =========================================================
   REGISTRACE – boxy, labels, radio, checkbox
   ========================================================= */

body:is(.in-login, .in-registrace, .customer-page) .co-box,
body:is(.in-login, .in-registrace, .customer-page) .box.box-bg-default,
body:is(.in-login, .in-registrace, .customer-page) .box.box-bg-transparent{
  background: rgba(255,255,255,.04) !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 0 !important;
  color: rgba(255,255,255,.9);
  padding: 20px !important;
  margin-bottom: 16px;
}

body:is(.in-login, .in-registrace, .customer-page) h4{
  color: #fff !important;
  border-bottom: 1px solid rgba(255,255,255,.12);
  padding-bottom: 10px;
}

body:is(.in-login, .in-registrace, .customer-page) label,
body:is(.in-login, .in-registrace, .customer-page) legend,
body:is(.in-login, .in-registrace, .customer-page) p,
body:is(.in-login, .in-registrace, .customer-page) span:not(.navigation-bullet),
body:is(.in-login, .in-registrace, .customer-page) td,
body:is(.in-login, .in-registrace, .customer-page) th,
body:is(.in-login, .in-registrace, .customer-page) dt,
body:is(.in-login, .in-registrace, .customer-page) dd,
body:is(.in-login, .in-registrace, .customer-page) em,
body:is(.in-login, .in-registrace, .customer-page) strong,
body:is(.in-login, .in-registrace, .customer-page) b,
body:is(.in-login, .in-registrace, .customer-page) div{
  color: rgba(255,255,255,.85) !important;
}

body:is(.in-login, .in-registrace, .customer-page) input[type="radio"],
body:is(.in-login, .in-registrace, .customer-page) input[type="checkbox"]{
  accent-color: #60b800;
}

body:is(.in-login, .in-registrace, .customer-page) a{
  color: rgba(255,255,255,.7) !important;
  transition: color .2s ease;
}

body:is(.in-login, .in-registrace, .customer-page) a:hover{
  color: #fff !important;
}

body:is(.in-login, .in-registrace, .customer-page) select{
  background: rgba(0,0,0,.3) !important;
  border: 1px solid rgba(255,255,255,.2) !important;
  border-radius: 0 !important;
  color: #fff !important;
  padding: 8px 12px;
}

body:is(.in-login, .in-registrace, .customer-page) select option{
  background: #1a1a1a;
  color: #fff;
}

body:is(.in-login, .in-registrace, .customer-page) .required-asterisk{
  color: rgba(255,255,255,.92) !important;
}


/* =========================================================
   OBJEDNÁVKY – odkaz na detail objednávky (zelený)
   ========================================================= */

body:is(.in-login, .in-registrace, .customer-page) .table a[href*="objednavky"],
body:is(.in-login, .in-registrace, .customer-page) .table a[href*="objednavky"] strong,
body:is(.in-login, .in-registrace, .customer-page) .table a[href*="getInvoice"],
body:is(.in-login, .in-registrace, .customer-page) .table a[href*="getInvoice"] strong{
  color: #60b800 !important;
  text-decoration: none;
  transition: color .2s ease;
}

body:is(.in-login, .in-registrace, .customer-page) .table a[href*="objednavky"]:hover,
body:is(.in-login, .in-registrace, .customer-page) .table a[href*="objednavky"]:hover strong,
body:is(.in-login, .in-registrace, .customer-page) .table a[href*="getInvoice"]:hover,
body:is(.in-login, .in-registrace, .customer-page) .table a[href*="getInvoice"]:hover strong{
  color: #3c7300 !important;
  text-decoration: underline;
}


/* =========================================================
   SIDEBAR – klientské centrum menu
   ========================================================= */

body:is(.in-login, .in-registrace, .customer-page) .sidebar,
body:is(.in-login, .in-registrace, .customer-page) .sidebar-inner,
body:is(.in-login, .in-registrace, .customer-page) .sidebar-inner.visible,
body:is(.in-login, .in-registrace, .customer-page) aside.sidebar,
body:is(.in-login, .in-registrace, .customer-page) aside.sidebar-left{
  background: rgba(17,17,17,.92) !important;
  border-radius: 0;
}

body:is(.in-login, .in-registrace, .customer-page) .content-wrapper-in .sidebar,
body:is(.in-login, .in-registrace, .customer-page) .content-wrapper-in .sidebar *:not(a):not(strong):not(span):not(.btn){
  background-color: transparent !important;
}

body:is(.in-login, .in-registrace, .customer-page) .client-center-box,
body:is(.in-login, .in-registrace, .customer-page) .box.box-bg-transparent.client-center-box{
  background: rgba(17,17,17,.92) !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 0 !important;
  padding: 14px !important;
}

body:is(.in-login, .in-registrace, .customer-page) .client-center-box ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

body:is(.in-login, .in-registrace, .customer-page) .client-center-box li a{
  display: block;
  padding: 10px 14px;
  color: rgba(255,255,255,.7) !important;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.06);
  transition: all .2s ease;
}

body:is(.in-login, .in-registrace, .customer-page) .client-center-box li a:hover{
  color: #fff !important;
  background: rgba(255,255,255,.06);
}

body:is(.in-login, .in-registrace, .customer-page) .client-center-box li.active a{
  color: #fff !important;
  border-left: 3px solid #fff;
  background: rgba(255,255,255,.08);
}

body:is(.in-login, .in-registrace, .customer-page) .client-center-box .logout .btn{
  border: 1px solid rgba(255,255,255,.3) !important;
  background: rgba(255,255,255,.06) !important;
  color: #fff !important;
  border-radius: 0 !important;
  transition: all .2s ease;
}

body:is(.in-login, .in-registrace, .customer-page) .client-center-box .logout .btn:hover{
  background: rgba(255,255,255,.14) !important;
  border-color: rgba(255,255,255,.5) !important;
}


/* =========================================================
   DIALOG (modal login z headeru) – GLOBÁLNÍ styl
   Popup se otevírá na jakékoli stránce, ne jen na /login
   ========================================================= */

#login.dialog{
  background: rgba(17,17,17,.95);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

#login .dialog__wrapper{
  max-width: 480px;
  margin: 0 auto;
}

#login .dialog__content{
  color: rgba(255,255,255,.95);
}

#login .dialog__heading{
  color: #fff;
}

/* Formulářové prvky */
#login input[type="email"],
#login input[type="password"],
#login input[type="text"],
#login .form-control{
  background: rgba(0,0,0,.3) !important;
  border: 1px solid rgba(255,255,255,.2) !important;
  border-radius: 0 !important;
  color: #fff !important;
  padding: 12px 14px !important;
  font-size: 15px !important;
  transition: border-color .2s ease, background .2s ease;
}

#login input:focus,
#login .form-control:focus{
  background: rgba(0,0,0,.4) !important;
  border-color: rgba(255,255,255,.45) !important;
  outline: none !important;
  box-shadow: none !important;
}

#login input::placeholder{
  color: rgba(255,255,255,.4) !important;
}

/* Tlačítko Přihlásit se */
#login .btn-login,
#login .btn-secondary{
  border: 0 !important;
  background: #60b800 !important;
  color: #000 !important;
  border-radius: 0 !important;
  padding: 14px 28px !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  text-transform: uppercase;
  letter-spacing: .04em;
  cursor: pointer;
  transition: all .2s ease;
}

#login .btn-login:hover,
#login .btn-secondary:hover{
  background: #3c7300 !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0,0,0,.3);
}

/* Odkazy – Nová registrace, Zapomenuté heslo */
#login .password-helper a{
  color: rgba(255,255,255,.7) !important;
  text-decoration: none;
  transition: color .2s ease;
}

#login .password-helper a:hover{
  color: #fff !important;
  text-decoration: underline;
}

/* Tlačítko Zpět do obchodu */
#login .dialog__close .btn{
  color: rgba(255,255,255,.7) !important;
  background: transparent !important;
  border: none !important;
  transition: color .2s ease;
}

#login .dialog__close .btn:hover{
  color: #fff !important;
}


/* =========================================================
   MOBIL
   ========================================================= */

@media (max-width: 768px){
  body:is(.in-login, .in-registrace, .customer-page) .content-wrapper-in{
    margin: 14px 10px;
    padding: 18px 16px;
  }

  body:is(.in-login, .in-registrace, .customer-page) .breadcrumbs{
    font-size: 16px !important;
    padding: 12px 12px !important;
    margin: 10px 0 12px !important;
  }

  body:is(.in-login, .in-registrace, .customer-page) a.navigation-home-icon{
    width: 48px !important;
    height: 48px !important;
  }
  body:is(.in-login, .in-registrace, .customer-page) a.navigation-home-icon::after{
    width: 30px;
    height: 30px;
  }
}


/* =========================================================
   MOBILNÍ MENU – hamburger na login/registrace/klient
   (kolja-dark.css se na těchto stránkách nenačítá)
   ========================================================= */

@media (max-width: 990px){

  /* Panel menu */
  body:is(.in-login, .in-registrace, .customer-page) #navigation,
  body:is(.in-login, .in-registrace, .customer-page) #navigation .navigation-in,
  body:is(.in-login, .in-registrace, .customer-page) #navigation .navigation-in.menu,
  body:is(.in-login, .in-registrace, .customer-page) #navigation .menu-helper,
  body:is(.in-login, .in-registrace, .customer-page) nav#navigation,
  body:is(.in-login, .in-registrace, .customer-page) nav#navigation > div{
    background: rgba(17,17,17,.95) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
  }

  /* Menu položky – bílé karty, tmavý text */
  body:is(.in-login, .in-registrace, .customer-page) #navigation .menu-level-1 > li > a,
  body:is(.in-login, .in-registrace, .customer-page) #navigation .menu-level-1 > li > span,
  body:is(.in-login, .in-registrace, .customer-page) #navigation ul.menu-level-1 > li > a{
    background: rgba(255,255,255,.95) !important;
    color: #111 !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    margin: 4px 12px !important;
    padding: 12px 18px !important;
    border-radius: 12px !important;
    border: none !important;
    display: block !important;
    transition: background .2s ease !important;
  }

  /* Text uvnitř menu položek (přebít globální b/span bílou barvu) */
  body:is(.in-login, .in-registrace, .customer-page) #navigation .menu-level-1 > li > a b,
  body:is(.in-login, .in-registrace, .customer-page) #navigation .menu-level-1 > li > a span,
  body:is(.in-login, .in-registrace, .customer-page) #navigation ul.menu-level-1 > li > a b,
  body:is(.in-login, .in-registrace, .customer-page) #navigation ul.menu-level-1 > li > a span{
    color: #111 !important;
  }

  body:is(.in-login, .in-registrace, .customer-page) #navigation .menu-level-1 > li > a:hover,
  body:is(.in-login, .in-registrace, .customer-page) #navigation .menu-level-1 > li > span:hover{
    background: #60b800 !important;
  }

  /* Podmenu (level 2) */
  body:is(.in-login, .in-registrace, .customer-page) #navigation .menu-level-2{
    background: rgba(0,0,0,.6) !important;
    border-radius: 10px !important;
    margin: 0 12px 4px !important;
    padding: 6px 0 !important;
  }

  body:is(.in-login, .in-registrace, .customer-page) #navigation .menu-level-2 li a{
    color: rgba(255,255,255,.88) !important;
    background: transparent !important;
    padding: 8px 18px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
  }

  body:is(.in-login, .in-registrace, .customer-page) #navigation .menu-level-2 li a:hover{
    color: #fff !important;
    background: rgba(255,255,255,.08) !important;
  }

  /* Šipka/opener podmenu */
  body:is(.in-login, .in-registrace, .customer-page) #navigation .menu-level-1 .menu-opener,
  body:is(.in-login, .in-registrace, .customer-page) #navigation .menu-level-1 .navigation-toggler{
    color: #111 !important;
    border-color: #111 !important;
    background: transparent !important;
  }

  /* Měna, Přihlášení, Můj účet */
  body:is(.in-login, .in-registrace, .customer-page) #navigation .navigationActions > li > a,
  body:is(.in-login, .in-registrace, .customer-page) .navigation-in.menu .navigationActions > li > a{
    background: rgba(255,255,255,.95) !important;
    color: #111 !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    margin: 4px 12px !important;
    padding: 12px 18px !important;
    border-radius: 12px !important;
    border: none !important;
    display: block !important;
    transition: background .2s ease !important;
  }

  body:is(.in-login, .in-registrace, .customer-page) #navigation .navigationActions > li > a:hover,
  body:is(.in-login, .in-registrace, .customer-page) .navigation-in.menu .navigationActions > li > a:hover{
    background: #60b800 !important;
    color: #111 !important;
  }

  /* Text uvnitř Měna/Přihlášení */
  body:is(.in-login, .in-registrace, .customer-page) #navigation .navigationActions > li > a span{
    color: #111 !important;
  }

  body:is(.in-login, .in-registrace, .customer-page) #navigation .navigationActions > li > a .submenu-arrow{
    border-color: #111 !important;
  }

  /* Oddělovací čáry */
  body:is(.in-login, .in-registrace, .customer-page) #navigation li,
  body:is(.in-login, .in-registrace, .customer-page) #navigation .menu-level-1 > li{
    border-color: rgba(255,255,255,.1) !important;
  }

  /* Klientské centrum v hamburger menu */
  body:is(.in-login, .in-registrace, .customer-page) #navigation .client-center-box{
    background: transparent !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body:is(.in-login, .in-registrace, .customer-page) #navigation .client-center-box li a,
  body:is(.in-login, .in-registrace, .customer-page) #navigation .client-center-box ul a{
    background: rgba(255,255,255,.95) !important;
    color: #111 !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    margin: 4px 12px !important;
    padding: 12px 18px !important;
    border-radius: 12px !important;
    border: none !important;
    display: block !important;
    transition: background .2s ease !important;
  }

  body:is(.in-login, .in-registrace, .customer-page) #navigation .client-center-box li a:hover,
  body:is(.in-login, .in-registrace, .customer-page) #navigation .client-center-box ul a:hover{
    background: #60b800 !important;
    color: #111 !important;
  }

  body:is(.in-login, .in-registrace, .customer-page) #navigation .client-center-box li.active a{
    background: #60b800 !important;
    color: #111 !important;
  }

  body:is(.in-login, .in-registrace, .customer-page) #navigation .client-center-box .logout .btn{
    background: rgba(255,255,255,.95) !important;
    color: #111 !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    margin: 4px 12px !important;
    padding: 12px 18px !important;
    border-radius: 12px !important;
    border: none !important;
    display: block !important;
    transition: background .2s ease !important;
  }

  body:is(.in-login, .in-registrace, .customer-page) #navigation .client-center-box .logout .btn:hover{
    background: #60b800 !important;
    color: #111 !important;
  }
}
