.top-navigation-bar {
  display: none !important;
}

.products-block .product {
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.products-block .product:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

/* Footer */
.ngit-footer {
  background: linear-gradient(135deg, #0f56d9 0%, #0a3ea0 100%);
  color: #fff;
  margin-top: 20px;
  padding: 44px 28px 22px;
}

.ngit-footer .wrap {
  max-width: 1320px;
  margin: 0 auto;
}

.ngit-footer .cols {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
}

.ngit-footer h4 {
  margin: 0 0 22px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.ngit-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ngit-footer li {
  margin-bottom: 12px;
}

.ngit-footer a {
  color: #fff;
  text-decoration: none;
}

.ngit-footer a:hover {
  text-decoration: underline;
}

.ngit-footer .contact {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.ngit-footer .socials {
  display: flex;
  gap: 14px;
  margin-top: 10px;
}

.ngit-footer .socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}

.ngit-footer .socials a:hover {
  background: rgba(255, 255, 255, 0.22);
}

.ngit-footer hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  margin: 34px 0 18px;
}

.ngit-footer .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

.ngit-footer .map {
  margin-bottom: 16px;
}

.ngit-footer .hours {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .ngit-footer .cols {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .ngit-footer .bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

.homepage-box.welcome-wrapper .welcome {
  background: #fff;
  margin-bottom: 20px;
  padding: 50px 15px;
}

.benefitBanner {
  max-width: 100%;
  margin-bottom: 20px;
}

/* Zrušit mezeru po schované horní liště */
#header {
  margin-top: 0 !important;
}
body {
  padding-top: 0 !important;
} /* Stejná mezera mezi bannery a výhodami jako mezi bannery samotnými */
.banners-row {
  margin-bottom: 20px !important;
}
.benefitBanner.position--benefitHomepage {
  margin-top: 0 !important;
}
.banners-row {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
.top-navigation-bar {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}
.top-navigation-bar .container {
  display: none !important;
}
/* zmenšit celý blok akčního zboží */
.products-block {
  transform: scale(0.92);
  transform-origin: top center;
  margin-bottom: -35px !important;
} /* hover efekt */
.products-block .product {
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.products-block .product:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}
.homepage-group-title {
  height: 39.2px !important;
  line-height: 39.2px !important;
  font-size: 23.8px !important;
  padding: 0 !important;
  margin: 0 0 16px !important;
}
.homepage-group-title {
  font-size: 39.2px !important;
  line-height: 1 !important;
}
/* Footer až do krajů */
.ngit-footer {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
} /* Decentní hover efekt ikon */
.ngit-footer .socials a {
  transition: all 0.2s ease;
}
.ngit-footer .socials a:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.18) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
} /* Skrytí Shoptet copyright bloku nad footerem */
.footer + .ngit-footer,
#footer {
  display: none !important;
}
/* Stejný font jako výhody */
.ngit-footer,
.ngit-footer * {
  font-family: "Exo 2", sans-serif !important;
} /* Všechen text v footeru bílý */
.ngit-footer,
.ngit-footer p,
.ngit-footer li,
.ngit-footer span,
.ngit-footer div {
  color: #ffffff !important;
} /* Odkazy bílé */
.ngit-footer a {
  color: #ffffff !important;
  text-decoration: none !important;
}
.ngit-footer a:hover {
  text-decoration: underline !important;
}

/* ==========================================
   MOBILNÍ KATEGORIE – TILE STYLE
   Desktop: skryté
   Mobil: zobrazené
   ========================================== */

.ng-mobile-category-buttons {
  display: none !important;
}

@media (max-width: 768px) {
  /* žádná mezera mezi bannerem a dlaždicí */
  .banners-row,
  div.banners-row {
    margin-bottom: 20px !important;
  }

  .ng-mobile-category-buttons {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 10px 16px 0 !important;
    margin: 0 0 20px 0 !important;
  }

  .ng-mobile-category-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;

    width: 100% !important;
    min-height: 58px !important;
    box-sizing: border-box !important;

    padding: 12px 14px !important;
    margin: 0 !important;

    background: #fff !important;
    color: #1e1e1e !important;

    border: 1px solid #e1e4e8 !important;
    border-radius: 4px !important;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08) !important;

    font-family: "Source Sans 3", sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    text-align: left !important;
    text-decoration: none !important;

    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition:
      box-shadow 0.15s ease,
      transform 0.08s ease,
      border-color 0.15s ease;
  }

  .ng-mobile-category-btn:link,
  .ng-mobile-category-btn:visited {
    background: #fff !important;
    color: #1e1e1e !important;
    border-color: #e1e4e8 !important;
    text-decoration: none !important;
  }

  .ng-mobile-category-btn:hover {
    background: #fff !important;
    color: #1e1e1e !important;
    border-color: #d5d9de !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
  }

  .ng-mobile-category-btn:active {
    transform: translateY(1px);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
  }

  .ng-mobile-category-btn .ng-category-icon {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1476b8;
  }

  .ng-mobile-category-btn .ng-category-icon svg {
    width: 28px;
    height: 28px;
    display: block;
  }

  .ng-mobile-category-btn .ng-category-label {
    flex: 1 1 auto;
    min-width: 0;
  }

  /* Připravené pro více kategorií – 2 vedle sebe */
  .ng-mobile-category-buttons.ng-multiple {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 58px !important;
    gap: 10px;
    padding-top: 10px !important;
    align-items: stretch !important;
  }

  .ng-mobile-category-buttons.ng-multiple .ng-mobile-category-btn {
    height: 58px !important;
    min-height: 58px !important;
    padding: 8px 10px !important;
    gap: 7px !important;
    font-size: 12px !important;
    line-height: 1.15 !important;
  }

  .ng-mobile-category-buttons.ng-multiple .ng-category-icon {
    flex-basis: 22px;
    width: 22px;
    height: 22px;
  }

  .ng-mobile-category-buttons.ng-multiple .ng-category-icon svg {
    width: 21px;
    height: 21px;
  }
}

/* Mezera POD tlačítkem – přímo před blokem výhod */
@media (max-width: 768px) {
  .ng-mobile-category-buttons + .benefitBanner.position--benefitHomepage {
    margin-top: 20px !important;
  }
}

/* ==========================================
   MOBILNÍ INDIKÁTORY BANNERŮ – ALZA STYLE
   Pouze telefon
   ========================================== */

.ng-mobile-banner-dots {
  display: none;
}

@media (max-width: 768px) {
  .ng-mobile-banner-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    min-height: 24px;
    margin: 10px 0 8px;
    padding: 0;
    box-sizing: border-box;
  }

  .ng-mobile-banner-dot {
    appearance: none;
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 50%;
    background: #d9dcdf;
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
    transition:
      background-color 0.2s ease,
      transform 0.2s ease;
  }

  .ng-mobile-banner-dot:hover {
    transform: scale(1.06);
  }

  .ng-mobile-banner-dot.is-active {
    background: #1468e8;
    transform: scale(1.08);
  }

  .ng-mobile-banner-dot:focus-visible {
    box-shadow: 0 0 0 2px rgba(20, 104, 232, 0.22);
  }
}

@media (max-width: 768px) {
  .ng-mobile-category-buttons {
    display: none !important;
  }

  .ng-mobile-category-buttons.ng-mobile-category-ready {
    display: grid !important;
  }
}

/* ==========================================
   KONTAKTNÍ STRÁNKA – ZÁKLADNÍ VZHLED
   ========================================== */

/* Schovat levý sidebar pouze na kontaktní stránce */
body:has(.contact-form) aside.sidebar.sidebar-left {
  display: none !important;
}

/* Hlavní obsah na střed */
body:has(.contact-form) #content {
  width: 100% !important;
  max-width: 900px !important;
  margin: 0 auto !important;
  float: none !important;
}

/* Samotná kontaktní karta */
body:has(.contact-form) .contact-form {
  width: 100% !important;
  max-width: 860px !important;

  margin: 32px auto 48px !important;

  background: #ffffff !important;

  border: 1px solid #e5e7eb !important;
  border-radius: 22px !important;

  padding: 36px !important;

  box-shadow: 0 8px 24px rgba(15, 86, 217, 0.08) !important;

  box-sizing: border-box !important;
}

/* ==========================================
   KONTAKTY – ZAROVNÁNÍ
   ========================================== */

body:has(.contact-form) article header {
  width: 860px !important;
  max-width: 100% !important;

  margin: 0 auto 10px !important;
  padding: 0 !important;

  text-align: left !important;
}

/* Úvodní text */
body:has(.contact-form) article > div[itemprop="about"] {
  width: 860px !important;
  max-width: 100% !important;

  margin: 0 auto !important;
}

body:has(.contact-form) article > div[itemprop="about"] > p {
  margin: 0 0 34px !important;

  text-align: left !important;

  color: #5b6475 !important;

  font-family: "Source Sans 3", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}

/* ==========================================
   KONTAKT – FORMULÁŘOVÁ POLE
   ========================================== */

body:has(.contact-form) .contact-form input[type="text"],
body:has(.contact-form) .contact-form input[type="email"],
body:has(.contact-form) .contact-form textarea {
  width: 100% !important;
  box-sizing: border-box !important;

  background: #f8fafc !important;
  border: 1px solid #dbe3ef !important;
  border-radius: 14px !important;

  padding: 14px 16px !important;

  font-family: "Source Sans 3", sans-serif !important;
  font-size: 16px !important;
  color: #111827 !important;

  outline: none !important;

  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease !important;
}

/* Zpráva */
body:has(.contact-form) .contact-form textarea {
  min-height: 170px !important;
  resize: none !important;
}

/* Kliknutí do pole */
body:has(.contact-form) .contact-form input[type="text"]:focus,
body:has(.contact-form) .contact-form input[type="email"]:focus,
body:has(.contact-form) .contact-form textarea:focus {
  background: #ffffff !important;
  border-color: #0f56d9 !important;

  box-shadow: 0 0 0 3px rgba(15, 86, 217, 0.1) !important;
}

body:has(.contact-form) .contact-form label {
  display: block !important;

  margin-bottom: 8px !important;

  font-family: "Source Sans 3", sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;

  color: #111827 !important;
}

/* ==========================================
   GDPR – ČISTÝ VZHLED
   ========================================== */

body:has(.contact-form) .consents.consents-first {
  margin: 20px 0 0 !important;
  padding: 0 !important;
}

body:has(.contact-form) .consents.consents-first p.label {
  position: relative !important;

  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;

  padding: 12px 16px 12px 58px !important;

  width: 100% !important;
  min-height: 50px !important;

  box-sizing: border-box !important;

  margin: 0 !important;
  padding: 12px 56px 12px 16px !important;

  background: #ffffff !important;

  border: none !important;
  border-radius: 10px !important;

  color: #111827 !important;

  font-family: "Source Sans 3", sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;

  cursor: pointer !important;
}

/* Odkaz */
body:has(.contact-form) .consents.consents-first p.label a {
  color: #0f56d9 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  margin-left: -6px !important;
}

body:has(.contact-form) .consents.consents-first p.label a:hover {
  text-decoration: underline !important;
}

body:has(.contact-form) .consents.consents-first p.label {
  position: relative !important;
  padding-left: 30px !important;
}

/* GDPR – upozornění při chybě */
body:has(.contact-form) .consents.consents-first p.label.ng-consent-error {
  border-color: #d33 !important;
}

/* Vykřičník */
body:has(.contact-form)
  .consents.consents-first
  p.label.ng-consent-error::before {
  content: "!";

  position: absolute;
  left: -28px;
  top: 50%;

  transform: translateY(-50%);

  width: 20px;
  height: 20px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #d33;
  color: #fff;

  font-family: "Source Sans 3", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

/* ==========================================
   SKUTEČNÝ GDPR CHECKBOX
   ========================================== */

body:has(.contact-form) .ng-contact-consent-checkbox {
  position: absolute !important;

  left: 0 !important;
  top: 50% !important;

  width: 20px !important;
  height: 20px !important;

  margin: 0 !important;

  transform: translateY(-50%) !important;

  appearance: none !important;
  -webkit-appearance: none !important;

  background: #ffffff !important;

  border: 4px solid #0f56d9 !important;
  border-radius: 4px !important;

  cursor: pointer !important;

  box-sizing: border-box !important;
}

/* Zaškrtnutý stav */
body:has(.contact-form) .ng-contact-consent-checkbox:checked {
  background: #0f56d9 !important;
}

/* Fajfka */
body:has(.contact-form) .ng-contact-consent-checkbox:checked::after {
  content: "✓";

  position: absolute;

  left: 2px;
  top: -5px;

  color: #ffffff;

  font-size: 15px;
  font-weight: 800;
  line-height: 1;
}

/* ==========================================
   GDPR – SKUTEČNÝ CHECKBOX
   ========================================== */

body:has(.contact-form) .ng-contact-consent-checkbox {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;

  position: absolute !important;

  left: 0 !important;
  top: 50% !important;

  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;

  margin: 0 !important;
  padding: 0 !important;

  appearance: none !important;
  -webkit-appearance: none !important;

  background: #ffffff !important;

  border: 4px solid #0f56d9 !important;
  border-radius: 4px !important;

  box-sizing: border-box !important;

  transform: translateY(-50%) !important;

  cursor: pointer !important;
}

/* Zrušit Shoptetí pseudo-prvky */
body:has(.contact-form) .ng-contact-consent-checkbox::before,
body:has(.contact-form) .ng-contact-consent-checkbox::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

/* Zaškrtnutý stav */
body:has(.contact-form) .ng-contact-consent-checkbox:checked {
  background: #0f56d9 !important;
}

/* Fajfka */
body:has(.contact-form)
  .consents.consents-first
  p.label.ng-consent-checked::after {
  content: "✓" !important;

  position: absolute !important;

  left: 3px !important;
  top: 50% !important;

  width: 20px !important;
  height: 20px !important;

  transform: translateY(-50%) !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  color: #ffffff !important;

  font-family: "Source Sans 3", sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;

  pointer-events: none !important;
}

/* Fajfka – vykreslená přes label */
body:has(.contact-form)
  .consents.consents-first
  p.label.ng-consent-checked::after {
  content: "✓" !important;

  position: absolute !important;

  left: 0 !important;
  top: 50% !important;

  width: 20px !important;
  height: 20px !important;

  transform: translateY(-50%) !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  color: #ffffff !important;

  font-family: "Source Sans 3", sans-serif !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 1 !important;

  pointer-events: none !important;
}

/* ==========================================
   KONTAKT – MOBILNÍ ROZLOŽENÍ
   ========================================== */

@media (max-width: 768px) {
  body:has(.contact-form) .consents.consents-first p.label {
    display: block !important;

    position: relative !important;

    width: 100% !important;
    min-height: 50px !important;

    margin: 0 !important;
    padding: 8px 8px 8px 34px !important;

    font-size: 14px !important;
    line-height: 1.45 !important;
  }

  body:has(.contact-form)
    .consents.consents-first
    .ng-contact-consent-checkbox {
    left: 0 !important;
    top: 50% !important;
  }

  body:has(.contact-form) .consents.consents-first p.label a {
    margin-left: 0 !important;
  }

  body:has(.contact-form) .submit-wrapper {
    text-align: left !important;
  }

  body:has(.contact-form) .submit-wrapper button {
    margin-left: 0 !important;
  }
}

/* ==========================================
   DESKTOP – NAŠE KATEGORIOVÁ LIŠTA
   ========================================== */

@media (min-width: 769px) {
  .ng-desktop-category-nav {
    display: grid !important;

    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 10px !important;

    width: 100% !important;

    margin: 0 0 15px !important;
    padding: 0 !important;

    box-sizing: border-box !important;
  }

  .ng-desktop-category-item {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;

    gap: 12px !important;

    width: 100% !important;
    min-height: 58px !important;

    padding: 12px 14px !important;

    box-sizing: border-box !important;

    background: #ffffff !important;
    color: #1e1e1e !important;

    border: 1px solid #e1e4e8 !important;
    border-radius: 4px !important;

    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08) !important;

    text-decoration: none !important;

    transition:
      box-shadow 0.15s ease,
      transform 0.08s ease,
      border-color 0.15s ease !important;
  }

  .ng-desktop-category-item:hover {
    color: #1e1e1e !important;

    border-color: #d5d9de !important;

    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;

    transform: translateY(-1px);
  }

  .ng-desktop-category-item img {
    flex: 0 0 30px !important;

    width: 30px !important;
    height: 30px !important;

    max-width: 30px !important;
    max-height: 30px !important;

    object-fit: contain !important;

    display: block !important;
  }

  .ng-desktop-category-text {
    flex: 1 1 auto !important;
    min-width: 0 !important;

    font-family: "Source Sans 3", sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;

    color: #1e1e1e !important;

    text-align: left !important;
  }

  .ng-desktop-category-arrow {
    flex: 0 0 auto !important;

    font-family: Arial, sans-serif !important;
    font-size: 24px !important;
    font-weight: 400 !important;

    line-height: 1 !important;

    color: #c7ccd3 !important;
  }

  .ng-desktop-category-item.is-active {
    border-bottom: 3px solid #0f56d9 !important;
  }
}

.content-wrapper.homepage-box.welcome-wrapper .welcome-wrapper .welcome {
  display: none !important;
}

.ngit-navigation-link {
  display: block !important;

  color: #ffffff !important;
  text-decoration: none !important;

  margin-bottom: 18px;
}

.ngit-navigation-title {
  display: block;

  font-size: 16px;
  font-weight: 700;

  margin-bottom: 6px;

  color: #ffffff;
}

.ngit-navigation-address {
  display: block;

  font-size: 14px;
  line-height: 1.6;

  color: rgba(255, 255, 255, 0.9);
}

.ngit-navigation-link:hover .ngit-navigation-title {
  text-decoration: underline;
}

.ngit-opening-hours {
  font-size: 14px;
  line-height: 1.7;
  color: #ffffff;
}

/* ==========================================
   NOVÁ KONTAKTNÍ STRÁNKA
   ========================================== */

body:has(.contact-form) #content {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  float: none !important;
}

body:has(.contact-form) .ng-contact-page {
  width: 100% !important;
  box-sizing: border-box !important;
}

/* hlavní dva sloupce */

body:has(.contact-form) .ng-contact-main {
  display: grid !important;
  grid-template-columns: 280px minmax(0, 1fr) !important;
  gap: 16px !important;
  align-items: stretch !important;
}

/* levý tmavý blok */

body:has(.contact-form) .ng-contact-direct {
  background: #086b70 !important;
  color: #ffffff !important;
  border-radius: 16px !important;
  padding: 24px !important;
  box-sizing: border-box !important;
}

body:has(.contact-form) .ng-contact-direct h2 {
  margin: 0 0 14px !important;
  color: #ffffff !important;
}

body:has(.contact-form) .ng-contact-direct p {
  margin: 0 0 18px !important;
  color: rgba(255, 255, 255, 0.82) !important;
  line-height: 1.5 !important;
}

body:has(.contact-form) .ng-contact-direct a {
  display: block !important;
  margin-bottom: 12px !important;
  color: #ffffff !important;
}

body:has(.contact-form) .ng-contact-direct address {
  margin: 20px 0 12px !important;
  color: rgba(255, 255, 255, 0.9) !important;
  line-height: 1.5 !important;
}

body:has(.contact-form) .ng-contact-direct small {
  color: rgba(255, 255, 255, 0.65) !important;
}

/* pravý bílý blok */

body:has(.contact-form) .ng-contact-form-area {
  background: #ffffff !important;
  border: 1px solid #e3e7ec !important;
  border-radius: 16px !important;
  padding: 24px !important;
  box-sizing: border-box !important;
}

body:has(.contact-form) .ng-contact-form-area h2 {
  margin: 0 0 6px !important;
}

body:has(.contact-form) .ng-contact-form-area > p {
  margin: 0 0 18px !important;
  color: #6b7280 !important;
}

/* náš skutečný formulář už nechceme stylovat jako samostatnou kartu */

body:has(.contact-form) .ng-contact-real-form {
  width: 100% !important;
}

body:has(.contact-form) .ng-contact-real-form .contact-form {
  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;

  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  box-sizing: border-box !important;
}

/* úvod */

body:has(.contact-form) .ng-contact-intro {
  margin-bottom: 24px !important;
}

body:has(.contact-form) .ng-contact-intro h1 {
  text-align: left !important;
  margin: 8px 0 10px !important;
}

body:has(.contact-form) .ng-contact-intro p {
  margin: 0 !important;
  color: #6b7280 !important;
}

/* modrý pás */

body:has(.contact-form) .ng-contact-hero {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 30px !important;

  margin-bottom: 30px !important;
  padding: 28px 32px !important;

  border-radius: 16px !important;

  background: linear-gradient(
    110deg,
    #0a315f 0%,
    #0c5974 55%,
    #106c78 100%
  ) !important;

  color: #ffffff !important;
  box-sizing: border-box !important;
}

body:has(.contact-form) .ng-contact-hero h2 {
  margin: 8px 0 !important;
  color: #ffffff !important;
}

body:has(.contact-form) .ng-contact-eyebrow {
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  color: #51c3c5 !important;
}

body:has(.contact-form) .ng-contact-hero p {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.78) !important;
}

body:has(.contact-form) .ng-contact-response {
  min-width: 220px !important;
  padding: 16px !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.1) !important;
}

body:has(.contact-form) .ng-contact-response strong,
body:has(.contact-form) .ng-contact-response span {
  display: block !important;
  color: #ffffff !important;
  margin-bottom: 4px !important;
}

/* výhody */

body:has(.contact-form) .ng-contact-benefits {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px !important;

  margin-top: 30px !important;
  padding: 0 4px !important;
}

body:has(.contact-form) .ng-contact-benefits strong,
body:has(.contact-form) .ng-contact-benefits span {
  display: block !important;
}

body:has(.contact-form) .ng-contact-benefits span {
  margin-top: 3px !important;
  color: #7b8491 !important;
  font-size: 13px !important;
}

/* Skrytí pouze původního nadpisu */
body:has(.contact-form) article > header {
  display: none !important;
}

/* Skrytí původního textu Shoptetu nad naším kontaktním designem */
body:has(.contact-form) article > div[itemprop="about"] > p {
  display: none !important;
}

/* =========================================================
   KONTAKTNÍ STRÁNKA – FINÁLNÍ VZHLED
   ========================================================= */

/* HORNÍ MODRÝ BANNER */

body:has(.contact-form) .ng-contact-hero {
  min-height: 150px !important;

  background: linear-gradient(
    110deg,
    #0a4da2 0%,
    #1476b8 55%,
    #0f56d9 100%
  ) !important;

  box-sizing: border-box !important;
}

/* text vlevo */

body:has(.contact-form) .ng-contact-hero-text {
  min-width: 0 !important;
}

body:has(.contact-form) .ng-contact-eyebrow {
  color: #6fd1ff !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
}

body:has(.contact-form) .ng-contact-hero h2 {
  margin: 8px 0 10px !important;
  color: #ffffff !important;
}

body:has(.contact-form) .ng-contact-hero p {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.82) !important;
}

/* box vpravo */

body:has(.contact-form) .ng-contact-response {
  width: 100% !important;
  min-width: 0 !important;

  padding: 16px 18px !important;

  border-radius: 12px !important;

  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;

  box-sizing: border-box !important;
}

body:has(.contact-form) .ng-contact-response strong,
body:has(.contact-form) .ng-contact-response span {
  display: block !important;
  color: #ffffff !important;
}

/* ---------- HLAVNÍ 2 SLOUPCE ---------- */

body:has(.contact-form) .ng-contact-main {
  display: grid !important;

  grid-template-columns: 280px minmax(0, 1fr) !important;

  gap: 16px !important;

  align-items: stretch !important;

  margin-top: 30px !important;
}

/* ---------- LEVÝ BLOK ---------- */

body:has(.contact-form) .ng-contact-direct {
  background: linear-gradient(145deg, #0a4da2 0%, #1476b8 100%) !important;

  color: #ffffff !important;

  padding: 28px !important;

  border-radius: 16px !important;

  box-sizing: border-box !important;

  height: 100% !important;
}

body:has(.contact-form) .ng-contact-direct h2 {
  margin: 0 0 16px !important;
  color: #ffffff !important;
}

body:has(.contact-form) .ng-contact-direct p {
  margin: 0 0 20px !important;

  color: rgba(255, 255, 255, 0.82) !important;

  line-height: 1.5 !important;
}

body:has(.contact-form) .ng-contact-direct a {
  display: block !important;

  margin-bottom: 12px !important;

  color: #ffffff !important;
}

body:has(.contact-form) .ng-contact-direct address {
  margin: 22px 0 14px !important;

  color: rgba(255, 255, 255, 0.92) !important;

  line-height: 1.5 !important;
}

body:has(.contact-form) .ng-contact-direct small {
  color: rgba(255, 255, 255, 0.68) !important;
}

/* ---------- PRAVÝ FORMULÁŘ ---------- */

body:has(.contact-form) .ng-contact-form-area {
  background: #ffffff !important;

  border: 1px solid #e3e7ec !important;
  border-radius: 16px !important;

  padding: 28px !important;

  box-sizing: border-box !important;

  min-width: 0;
}

/* ==========================================
   KONTAKT – HERO
   ========================================== */

body:has(.contact-form) .ng-contact-hero {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;

  padding: 28px 20px !important;

  box-sizing: border-box !important;

  display: block !important;

  background: linear-gradient(
    110deg,
    #0a4da2 0%,
    #1476b8 55%,
    #0f56d9 100%
  ) !important;

  border-radius: 0 !important;
}

/* ==========================================
   KONTAKT – ZAROVNÁNÍ VNITŘKU HERO
   ========================================== */

body:has(.contact-form) .ng-contact-hero-inner {
  width: 860px !important;
  max-width: 860px !important;

  margin-left: auto !important;
  margin-right: auto !important;

  position: relative !important;
  left: -46px !important;

  box-sizing: border-box !important;

  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 210px !important;

  gap: 18px !important;
  align-items: center !important;
}

/* ==========================================
   KONTAKT – POUZE MODRÝ PÁS FULL WIDTH
   ========================================== */

body:has(.contact-form) .ng-contact-hero {
  position: relative !important;

  width: 100vw !important;
  max-width: none !important;

  left: 50% !important;
  margin-left: -50vw !important;

  margin-right: 0 !important;

  box-sizing: border-box !important;
}

/* ==========================================
   KONTAKT – DOTAŽENÍ HERO AŽ K PRAVÉMU OKRAJI
   ========================================== */

body:has(.contact-form) .ng-contact-hero {
  width: calc(100vw + 92px) !important;
  max-width: none !important;
  margin-right: -92px !important;
}

/* ==========================================
   GDPR – CHECKBOX A TEXT DO JEDNOHO ŘÁDKU
   ========================================== */

body:has(.contact-form) .ng-contact-real-form .consents p.label {
  position: relative !important;

  display: block !important;

  width: 100% !important;
  min-height: 20px !important;

  margin: 18px 0 24px !important;
  padding: 0 0 0 28px !important;

  box-sizing: border-box !important;

  line-height: 20px !important;
}

/* checkbox */
body:has(.contact-form) .ng-contact-real-form .ng-contact-consent-checkbox {
  position: absolute !important;

  left: 0 !important;
  top: 50% !important;

  transform: translateY(-50%) !important;

  width: 18px !important;
  height: 18px !important;

  margin: 0 !important;
}

/* odkaz zůstane normálně v textu */
body:has(.contact-form) .ng-contact-real-form .consents p.label a {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ==========================================
   KONTAKT – KOLEČKA U VÝHOD
   ========================================== */

body:has(.contact-form) .ng-contact-benefits > div {
  position: relative !important;
  padding-left: 22px !important;
  box-sizing: border-box !important;
}

body:has(.contact-form) .ng-contact-benefits > div::before {
  content: "" !important;

  position: absolute !important;
  left: 0 !important;
  top: 5px !important;

  width: 10px !important;
  height: 10px !important;

  background: #0f56d9 !important;
  border-radius: 50% !important;
}

/* ==========================================
   KONTAKT – MOBILNÍ VERZE
   ========================================== */

@media (max-width: 768px) {
  /* hlavní kontaktní stránka */
  body:has(.contact-form) .ng-contact-page {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  /* horní banner */
  body:has(.contact-form) .ng-contact-hero {
    width: 100vw !important;
    max-width: none !important;

    margin-left: 0 !important;
    margin-right: 0 !important;

    padding: 28px 20px !important;

    box-sizing: border-box !important;
  }

  /* obsah banneru */
  body:has(.contact-form) .ng-contact-hero-inner {
    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;
    left: 0 !important;

    display: grid !important;
    grid-template-columns: 1fr !important;

    gap: 18px !important;
    box-sizing: border-box !important;
  }

  /* kontakt v banneru */
  body:has(.contact-form) .ng-contact-response {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* hlavní část */
  body:has(.contact-form) .ng-contact-main {
    width: 100% !important;
    max-width: 100% !important;

    grid-template-columns: 1fr !important;

    gap: 16px !important;

    margin-top: 10px !important;

    box-sizing: border-box !important;
  }

  /* levý kontakt */
  body:has(.contact-form) .ng-contact-direct {
    width: 100% !important;
    height: auto !important;

    box-sizing: border-box !important;
  }

  /* formulář */
  body:has(.contact-form) .ng-contact-form-area {
    width: 100% !important;
    min-width: 0 !important;

    box-sizing: border-box !important;
  }

  body:has(.contact-form) .ng-contact-real-form {
    width: 100% !important;
    min-width: 0 !important;
  }

  body:has(.contact-form) .ng-contact-real-form .contact-form {
    width: 100% !important;
    max-width: 100% !important;

    box-sizing: border-box !important;
  }

  /* výhody */
  body:has(.contact-form) .ng-contact-benefits {
    width: 100% !important;

    grid-template-columns: 1fr !important;

    gap: 18px !important;

    box-sizing: border-box !important;
  }
}

/* ==========================================
   KONTAKT – MOBILNÍ HERO
   ========================================== */

@media (max-width: 768px) {
  body:has(.contact-form) .ng-contact-hero {
    position: relative !important;

    width: 100vw !important;
    max-width: none !important;

    left: 50% !important;
    margin-left: -50vw !important;
    margin-right: 0 !important;

    padding: 28px 20px !important;

    box-sizing: border-box !important;

    border-radius: 0 !important;

    overflow: hidden !important;
  }

  body:has(.contact-form) .ng-contact-hero-inner {
    position: static !important;

    width: 100% !important;
    max-width: 360px !important;

    margin: 0 auto !important;

    left: auto !important;

    display: grid !important;
    grid-template-columns: 1fr !important;

    gap: 18px !important;

    box-sizing: border-box !important;
  }

  body:has(.contact-form) .ng-contact-hero-text {
    width: 100% !important;
    text-align: left !important;
  }

  body:has(.contact-form) .ng-contact-response {
    width: 100% !important;
    max-width: 100% !important;

    box-sizing: border-box !important;
  }
}
/* ==========================================
   KONTAKT – FINÁLNÍ ZAROVNÁNÍ
   ========================================== */

body:has(.contact-form) .ng-contact-intro,
body:has(.contact-form) .ng-contact-main,
body:has(.contact-form) .ng-contact-benefits {
  width: 860px !important;
  max-width: calc(100% - 40px) !important;

  margin-left: auto !important;
  margin-right: auto !important;

  box-sizing: border-box !important;
}

/* Obsah modrého banneru zarovnat na stejnou osu */
body:has(.contact-form) .ng-contact-hero-inner {
  width: 860px !important;
  max-width: calc(100% - 40px) !important;

  margin-left: auto !important;
  margin-right: auto !important;

  position: relative !important;
  left: -34px !important;

  box-sizing: border-box !important;
}

/* Na mobilu žádné desktopové posuny */
@media (max-width: 768px) {
  body:has(.contact-form) .ng-contact-intro,
  body:has(.contact-form) .ng-contact-main,
  body:has(.contact-form) .ng-contact-benefits {
    width: 100% !important;
    max-width: 100% !important;

    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body:has(.contact-form) .ng-contact-hero-inner {
    width: 100% !important;
    max-width: 360px !important;

    margin-left: auto !important;
    margin-right: auto !important;

    left: 0 !important;
  }
}

/* =========================================================
   KOŠÍK – PRÁZDNÝ KOŠÍK / ALZA STYLE
   ========================================================= */

body:has(.cart-inner.cart-empty) .cart-inner.cart-empty {
  width: 100% !important;
  max-width: 1100px !important;

  margin: 30px auto 50px !important;
  padding: 0 !important;

  box-sizing: border-box !important;
}

/* bílá hlavní karta */
body:has(.cart-inner.cart-empty) .cart-inner.cart-empty {
  background: #ffffff !important;

  border: 1px solid #e4e8ee !important;
  border-radius: 12px !important;

  box-shadow: 0 4px 18px rgba(10, 37, 64, 0.06) !important;

  overflow: hidden !important;
}

/* hlavní nadpis */
body:has(.cart-inner.cart-empty) .cart-heading {
  margin: 0 !important;
  padding: 34px 40px 10px !important;

  text-align: center !important;

  font-size: 30px !important;
  line-height: 1.2 !important;

  color: #0a2540 !important;
}

/* původní 2sloupcový obsah zrušíme */
body:has(.cart-inner.cart-empty) .cart-row {
  display: block !important;

  width: 100% !important;

  margin: 0 !important;
  padding: 0 40px 40px !important;

  box-sizing: border-box !important;

  text-align: center !important;
}

/* původní levý blok nabídky skryjeme */
body:has(.cart-inner.cart-empty) .cart-row .col-md-8 {
  display: none !important;
}

/* původní vyhledávání zatím také skryjeme */
body:has(.cart-inner.cart-empty) .cart-row .col-md-4 {
  display: none !important;
}

/* =========================================================
   PRÁZDNÝ KOŠÍK – NGIT DESIGN
   ========================================================= */

body:has(.cart-inner.cart-empty) .ng-empty-cart-content {
  padding: 0 40px 35px;
  box-sizing: border-box;
}

/* ---------- KROKY ---------- */

body:has(.cart-inner.cart-empty) .ng-cart-steps {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 12px;

  padding: 28px 0 20px;
}

body:has(.cart-inner.cart-empty) .ng-cart-step {
  display: flex;
  align-items: center;
  gap: 9px;

  white-space: nowrap;

  color: #6b7280;
  font-size: 15px;
}

body:has(.cart-inner.cart-empty) .ng-cart-step.is-active {
  color: #0a4da2;
  font-weight: 700;
}

body:has(.cart-inner.cart-empty) .ng-cart-step-number {
  width: 30px;
  height: 30px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #e5e7eb;
  color: #4b5563;

  font-weight: 700;
}

body:has(.cart-inner.cart-empty) .ng-cart-step.is-active .ng-cart-step-number {
  background: #0a4da2;
  color: #ffffff;
}

body:has(.cart-inner.cart-empty) .ng-cart-step-line {
  width: 70px;
  height: 2px;

  background: #d7dce3;
}

/* ---------- STŘED ---------- */

body:has(.cart-inner.cart-empty) .ng-empty-cart-main {
  text-align: center;

  padding: 25px 0 35px;
}

body:has(.cart-inner.cart-empty) .ng-empty-cart-icon {
  width: 74px;
  height: 74px;

  margin: 0 auto 18px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #0a4da2;
}

body:has(.cart-inner.cart-empty) .ng-empty-cart-icon svg {
  width: 64px;
  height: 64px;
}

body:has(.cart-inner.cart-empty) .ng-empty-cart-main h2 {
  margin: 0 0 10px;

  font-size: 30px;
  line-height: 1.2;

  color: #0a2540;
}

body:has(.cart-inner.cart-empty) .ng-empty-cart-main p {
  margin: 0 0 25px;

  color: #6b7280;
  font-size: 16px;
}

body:has(.cart-inner.cart-empty) .ng-empty-cart-button {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  min-height: 48px;

  padding: 0 28px;

  border-radius: 6px;

  background: #0a4da2;
  color: #ffffff !important;

  font-weight: 700;

  text-decoration: none !important;

  transition: 0.2s ease;
}

body:has(.cart-inner.cart-empty) .ng-empty-cart-button:hover {
  background: #08418a;
}

/* ---------- DOLNÍ ODKAZY ---------- */

body:has(.cart-inner.cart-empty) .ng-empty-cart-footer {
  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 20px;

  padding-top: 10px;
}

body:has(.cart-inner.cart-empty) .ng-empty-cart-back,
body:has(.cart-inner.cart-empty) .ng-empty-cart-voucher {
  color: #0a4da2 !important;

  text-decoration: none !important;

  font-size: 14px;
}

body:has(.cart-inner.cart-empty) .ng-empty-cart-back:hover,
body:has(.cart-inner.cart-empty) .ng-empty-cart-voucher:hover {
  text-decoration: underline !important;
}

/* ---------- MOBIL ---------- */

@media (max-width: 768px) {
  body:has(.cart-inner.cart-empty) .ng-empty-cart-content {
    padding: 0 18px 25px;
  }

  body:has(.cart-inner.cart-empty) .ng-cart-steps {
    justify-content: flex-start;

    overflow-x: auto;

    padding-bottom: 15px;
  }

  body:has(.cart-inner.cart-empty) .ng-cart-step-line {
    width: 25px;
    flex: 0 0 25px;
  }

  body:has(.cart-inner.cart-empty) .ng-empty-cart-main h2 {
    font-size: 24px;
  }

  body:has(.cart-inner.cart-empty) .ng-empty-cart-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* =========================================================
   KOŠÍK – HORNÍ KROKOVÁ LIŠTA
   ========================================================= */

body:has(.cart-inner) .cart-header.step-0 {
  display: flex !important;
  align-items: stretch !important;

  width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  background: #ffffff !important;

  border-bottom: 1px solid #e1e5eb !important;

  box-sizing: border-box !important;
}

body:has(.cart-inner) .cart-header.step-0 > li {
  display: flex !important;
  align-items: center !important;

  position: relative !important;

  min-height: 64px !important;

  padding: 0 28px !important;

  color: #777f89 !important;

  font-size: 15px !important;
  font-weight: 600 !important;

  box-sizing: border-box !important;
}

/* aktivní krok */
body:has(.cart-inner) .cart-header.step-0 > li:first-child {
  color: #0a4da2 !important;
  font-weight: 700 !important;
}

/* šipka mezi kroky */
body:has(.cart-inner) .cart-header.step-0 > li:not(:last-child)::after {
  content: "›" !important;

  position: absolute !important;
  right: 8px !important;
  top: 50% !important;

  transform: translateY(-50%) !important;

  color: #aeb5bd !important;

  font-size: 24px !important;
  font-weight: 400 !important;
}

/* odkazy / text */
body:has(.cart-inner) .cart-header.step-0 a {
  color: inherit !important;
  text-decoration: none !important;
}

/* aktivní krok – jemný spodní modrý pruh */
body:has(.cart-inner) .cart-header.step-0 > li:first-child {
  box-shadow: inset 0 -3px 0 #0a4da2 !important;
}

/* mobil */
@media (max-width: 768px) {
  body:has(.cart-inner) .cart-header.step-0 {
    overflow-x: auto !important;
    white-space: nowrap !important;
  }

  body:has(.cart-inner) .cart-header.step-0 > li {
    min-height: 56px !important;

    padding: 0 18px !important;

    font-size: 14px !important;

    flex: 0 0 auto !important;
  }
}

/* ==========================================
   DRUHÝ GDPR CHECKBOX
   STEJNÝ VZHLED JAKO PRVNÍ
   ========================================== */

body:has(.contact-form) .ng-gdpr-consent {
  position: relative !important;

  display: block !important;

  width: 100% !important;
  min-height: 20px !important;

  margin: 8px 0 24px !important;
  padding: 0 0 0 28px !important;

  box-sizing: border-box !important;

  line-height: 20px !important;

  color: inherit !important;
}

body:has(.contact-form) .ng-gdpr-consent .ng-contact-consent-checkbox {
  position: absolute !important;

  left: 0 !important;
  top: 50% !important;

  transform: translateY(-50%) !important;

  width: 18px !important;
  height: 18px !important;

  margin: 0 !important;
}

/* ==========================================
   DRUHÝ GDPR CHECKBOX – STEJNÝ VZHLED
   ========================================== */

body:has(.contact-form) .ng-gdpr-consent {
  position: relative !important;

  display: block !important;

  width: 100% !important;

  margin: 8px 0 24px !important;
  padding-left: 28px !important;

  line-height: 20px !important;

  box-sizing: border-box !important;
}

body:has(.contact-form) .ng-gdpr-consent .ng-contact-consent-checkbox {
  position: absolute !important;

  left: 0 !important;
  top: 50% !important;

  transform: translateY(-50%) !important;

  width: 18px !important;
  height: 18px !important;

  margin: 0 !important;

  appearance: auto !important;
  -webkit-appearance: auto !important;
}
