/* =========================================================
   SVET PÁSOK – NOVÁ GLOBÁLNA HLAVIČKA
========================================================= */

.spGlobalHeader,
.spGlobalHeader *,
.spGlobalSideMenu,
.spGlobalSideMenu *,
.spGlobalMenuOverlay {
  box-sizing: border-box;
}

/* =========================================================
   SKRYTIE PÔVODNEJ HLAVIČKY SHOPTETU
========================================================= */

.top-navigation-bar,
.header-top,
.header-middle,
.header-bottom,
#navigation,
.navigation-in,
.navigation-buttons {
  display: none !important;
}

#header,
.header {
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

/* Na podstránkach vytvoríme miesto pre fixnú hlavičku */
body:not(.in-index) {
  padding-top: 76px !important;
}

/* Na hlavnej stránke nebude odsadenie ani biela medzera */
body.in-index,
body.in-index.spPage {
  padding-top: 0 !important;
}

/* =========================================================
   HLAVIČKA
========================================================= */

.spGlobalHeader {
  --sp-green: #315c61;
  --sp-green-dark: #24474b;
  --sp-dark: #172326;
  --sp-text: #536063;
  --sp-muted: #7b8789;
  --sp-line: #dfe5e4;
  --sp-soft: #f3f3f1;
  --sp-soft-green: #e8efed;

  position: fixed;
  z-index: 99990;
  top: 0;
  right: 0;
  left: 0;

  width: 100%;
  height: 76px;

  margin: 0;
  padding: 0;

  color: var(--sp-dark);
  background: rgba(255, 255, 255, 0.97);

  border-bottom: 1px solid rgba(49, 92, 97, 0.12);
  box-shadow: 0 7px 28px rgba(49, 92, 97, 0.06);

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  font-family: Inter, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Arial, sans-serif !important;

  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;

  pointer-events: none;
}

.spGlobalHeader a,
.spGlobalHeader button,
.spGlobalHeader nav {
  pointer-events: auto;
}

/* =========================================================
   HLAVNÁ STRÁNKA – PRIEHĽADNÁ VERZIA NAD BANNEROM
========================================================= */

.in-index
.spGlobalHeader:not(.is-scrolled) {
  position: absolute;
  color: #ffffff;
  background: transparent;
  border-bottom-color: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.in-index
.spGlobalHeader:not(.is-scrolled)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.44) 0%,
    rgba(0, 0, 0, 0.16) 65%,
    rgba(0, 0, 0, 0) 100%
  );
  pointer-events: none;
}

/* =========================================================
   PO SCROLLOVANÍ
========================================================= */

.spGlobalHeader.is-scrolled {
  position: fixed;
  color: var(--sp-dark);
  background: rgba(255, 255, 255, 0.97);
  border-bottom-color: rgba(49, 92, 97, 0.12);
  box-shadow: 0 8px 30px rgba(49, 92, 97, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

/* =========================================================
   VNÚTORNÝ OBAL
========================================================= */

.spGlobalHeaderInner {
  position: relative;
  display: block;
  width: calc(100% - 64px);
  max-width: 1760px;
  height: 76px;
  margin: 0 auto;
}

/* =========================================================
   ĽAVÁ A PRAVÁ STRANA
========================================================= */

.spGlobalHeaderLeft,
.spGlobalHeaderRight {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  width: calc(50% - 145px);
}

.spGlobalHeaderLeft {
  left: 0;
  justify-content: flex-start;
  gap: clamp(27px, 2vw, 40px);
}

.spGlobalHeaderRight {
  right: 0;
  justify-content: flex-end;
}

/* =========================================================
   MENU TLAČIDLO
========================================================= */

.spGlobalMenuButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;

  min-width: max-content;
  min-height: 44px;

  margin: 0;
  padding: 5px 0;

  color: inherit;
  background: transparent;
  border: 0;
  box-shadow: none;

  font-family: inherit;
  font-size: 14px;
  line-height: 1;
  font-weight: 550;

  cursor: pointer;
  transition: opacity 0.2s ease;
}

.spGlobalMenuButton:hover {
  opacity: 0.76;
}

.spGlobalMenuIcon {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 26px;
}

.spGlobalMenuIcon i {
  display: block;
  width: 100%;
  height: 1.5px;
  background: currentColor;
  border-radius: 20px;
}

.spGlobalMenuText {
  white-space: nowrap;
}

/* =========================================================
   ODKAZY V HLAVIČKE
========================================================= */

.spGlobalHeaderLinks {
  display: flex;
  align-items: center;
  gap: clamp(25px, 1.8vw, 38px);
}

.spGlobalHeaderLinksLeft {
  justify-content: flex-start;
}

.spGlobalHeaderLinksRight {
  justify-content: flex-end;
}

.spGlobalHeaderLinks a {
  position: relative;
  padding: 30px 0;
  color: inherit !important;
  font-family: inherit !important;
  font-size: 14px;
  line-height: 1;
  font-weight: 520;
  text-decoration: none !important;
  white-space: nowrap;
  transition: opacity 0.18s ease;
}

.spGlobalHeaderLinks a:hover {
  opacity: 0.75;
}

.spGlobalHeaderLinks a:not(.spGlobalConfigButton)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.spGlobalHeaderLinks a:hover::after {
  transform: scaleX(1);
}

/* =========================================================
   LOGO
========================================================= */

.spGlobalLogo {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  width: 240px;
  height: 60px;

  color: inherit !important;
  text-decoration: none !important;

  transform: translate(-50%, -50%);
  pointer-events: auto;
}

.spGlobalLogoMark {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 36px;
  height: 36px;
  flex: 0 0 36px;

  color: #ffffff;
  background: var(--sp-green);
  border-radius: 50%;

  font-size: 21px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: -0.08em;
}

.spGlobalLogoText {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  color: inherit;
  white-space: nowrap;
}

.spGlobalLogoText b,
.spGlobalLogoText strong {
  color: inherit;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.spGlobalLogoText b {
  font-weight: 850;
}

.spGlobalLogoText strong {
  font-weight: 500;
}

.in-index
.spGlobalHeader:not(.is-scrolled)
.spGlobalLogoMark {
  color: var(--sp-green);
  background: #ffffff;
}

/* =========================================================
   KONFIGURÁTOR
========================================================= */

.spGlobalConfigButton {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;

  min-height: 42px;
  padding: 0 18px !important;

  border: 1px solid currentColor;
  border-radius: 999px;
}

.spGlobalConfigButton b {
  color: var(--sp-green);
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
}

.spGlobalConfigButton:hover {
  color: #ffffff !important;
  background: var(--sp-green);
  border-color: var(--sp-green);
  opacity: 1 !important;
}

.spGlobalConfigButton:hover b {
  color: #ffffff;
}

.in-index
.spGlobalHeader:not(.is-scrolled)
.spGlobalConfigButton b {
  color: #ffffff;
}

.in-index
.spGlobalHeader:not(.is-scrolled)
.spGlobalConfigButton:hover {
  color: var(--sp-green) !important;
  background: #ffffff;
  border-color: #ffffff;
}

.in-index
.spGlobalHeader:not(.is-scrolled)
.spGlobalConfigButton:hover b {
  color: var(--sp-green);
}

/* =========================================================
   PREKRYTIE PRI OTVORENOM MENU
========================================================= */

.spGlobalMenuOverlay {
  position: fixed;
  inset: 0;
  z-index: 99998;

  visibility: hidden;
  opacity: 0;

  background: rgba(23, 35, 38, 0.46);

  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);

  pointer-events: none;

  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.spGlobalMenuOverlay.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

/* =========================================================
   BOČNÉ MENU
========================================================= */

.spGlobalSideMenu {
  --sp-green: #315c61;
  --sp-green-dark: #24474b;
  --sp-dark: #172326;
  --sp-text: #536063;
  --sp-muted: #7b8789;
  --sp-line: #dfe5e4;
  --sp-soft: #f3f3f1;
  --sp-soft-green: #e8efed;

  position: fixed;
  z-index: 99999;
  top: 0;
  bottom: 0;
  left: 0;

  display: flex;
  flex-direction: column;

  width: min(480px, 94vw);

  overflow-x: hidden;
  overflow-y: auto;

  color: var(--sp-dark);
  background: #ffffff;

  box-shadow: 24px 0 70px rgba(23, 35, 38, 0.18);

  transform: translateX(-105%);

  transition:
    transform 0.36s cubic-bezier(0.22, 1, 0.36, 1);

  font-family: Inter, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Arial, sans-serif;
}

.spGlobalSideMenu.is-open {
  transform: translateX(0);
}

body.spGlobalMenuOpen {
  overflow: hidden;
}

/* =========================================================
   HORNÁ ČASŤ BOČNÉHO MENU
========================================================= */

.spGlobalSideHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;

  min-height: 82px;
  padding: 17px 28px;

  border-bottom: 1px solid var(--sp-line);
}

.spGlobalSideLogo {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  min-height: 40px;

  color: var(--sp-dark) !important;
  text-decoration: none !important;
}

.spGlobalMenuClose {
  position: relative;

  width: 44px;
  height: 44px;
  min-width: 44px;

  margin: 0;
  padding: 0;

  background: var(--sp-soft);
  border: 0;
  border-radius: 50%;

  cursor: pointer;

  transition: background-color 0.2s ease;
}

.spGlobalMenuClose:hover {
  background: var(--sp-soft-green);
}

.spGlobalMenuClose i {
  position: absolute;
  top: 21px;
  left: 12px;

  width: 20px;
  height: 1.5px;

  background: var(--sp-dark);
}

.spGlobalMenuClose i:first-child {
  transform: rotate(45deg);
}

.spGlobalMenuClose i:last-child {
  transform: rotate(-45deg);
}

/* =========================================================
   TRI TYPY POTLAČE
========================================================= */

.spGlobalMainAreas {
  padding: 24px 28px 14px;
}

.spGlobalAreaLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  min-height: 88px;
  padding: 17px 2px;

  color: var(--sp-dark) !important;

  border-bottom: 1px solid var(--sp-line);

  text-decoration: none !important;
}

.spGlobalAreaLink > span {
  display: flex;
  flex-direction: column;
  gap: 7px;

  color: var(--sp-dark);

  font-size: clamp(22px, 2vw, 28px);
  line-height: 1;
  font-weight: 650;
  letter-spacing: -0.04em;
}

.spGlobalAreaLink small {
  color: var(--sp-green);
  font-size: 8px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.spGlobalAreaLink > b {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 36px;
  height: 36px;
  flex: 0 0 36px;

  color: var(--sp-green);
  background: var(--sp-soft-green);

  border-radius: 50%;

  font-size: 14px;
  font-weight: 400;

  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    transform 0.2s ease;
}

.spGlobalAreaLink:hover > b {
  color: #ffffff;
  background: var(--sp-green);
  transform: translateX(4px);
}

/* =========================================================
   OSTATNÁ NAVIGÁCIA
========================================================= */

.spGlobalSideNavigation {
  padding: 5px 28px 30px;
}

.spGlobalSideNavigation a {
  display: flex;
  align-items: center;
  justify-content: space-between;

  min-height: 58px;

  color: var(--sp-dark) !important;

  border-bottom: 1px solid var(--sp-line);

  font-size: 15px;
  font-weight: 500;

  text-decoration: none !important;
}

.spGlobalSideNavigation a b {
  color: var(--sp-green);
  font-size: 17px;
  font-weight: 400;
  transition: transform 0.2s ease;
}

.spGlobalSideNavigation a:hover {
  color: var(--sp-green) !important;
}

.spGlobalSideNavigation a:hover b {
  transform: translateX(4px);
}

/* =========================================================
   SPODNÁ ČASŤ MENU
========================================================= */

.spGlobalSideBottom {
  display: flex;
  flex-direction: column;
  gap: 9px;

  margin-top: auto;
  padding: 26px 28px 29px;

  background: var(--sp-soft);
  border-top: 1px solid var(--sp-line);
}

.spGlobalSideBottom > span {
  margin-bottom: 4px;
  color: var(--sp-muted);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.spGlobalSideBottom >
a:not(.spGlobalSideButton) {
  color: var(--sp-dark) !important;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
}

.spGlobalSideBottom >
a:not(.spGlobalSideButton):hover {
  color: var(--sp-green) !important;
}

.spGlobalSideButton {
  display: flex;
  align-items: center;
  justify-content: space-between;

  min-height: 52px;
  margin-top: 11px;
  padding: 0 20px;

  color: #ffffff !important;
  background: var(--sp-green);

  border-radius: 999px;

  font-size: 13px;
  font-weight: 650;

  text-decoration: none !important;

  transition: background-color 0.2s ease;
}

.spGlobalSideButton:hover {
  background: var(--sp-green-dark);
}

.spGlobalSideButton b {
  color: #ffffff;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1280px) {
  .spGlobalHeaderLinks {
    display: none !important;
  }

  .spGlobalHeaderInner {
    width: calc(100% - 48px);
  }

  .spGlobalHeaderLeft {
    width: auto;
  }

  .spGlobalHeaderRight {
    display: none;
  }

  .spGlobalLogo {
    width: 220px;
  }
}

/* =========================================================
   MOBIL
========================================================= */

@media (max-width: 700px) {

  /* Podstránky potrebujú miesto pod hlavičkou */
  body:not(.in-index) {
    padding-top: 66px !important;
  }

  /* Hlavná stránka nesmie mať bielu medzeru */
  body.in-index,
  body.in-index.spPage {
    padding-top: 0 !important;
  }

  .spGlobalHeader,
  .in-index .spGlobalHeader:not(.is-scrolled) {
    position: fixed !important;

    height: 66px;

    color: var(--sp-dark);

    background: rgba(255, 255, 255, 0.98);

    border-bottom: 1px solid var(--sp-line);

    box-shadow: 0 5px 20px rgba(49, 92, 97, 0.08);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .in-index
  .spGlobalHeader:not(.is-scrolled)::before {
    display: none;
  }

  .spGlobalHeaderInner {
    width: calc(100% - 30px);
    height: 66px;
  }

  .spGlobalHeaderLeft {
    left: 0;
    width: auto;
  }

  .spGlobalHeaderRight {
    display: none;
  }

  .spGlobalMenuButton {
    width: 43px;
    height: 43px;
    min-width: 43px;
    min-height: 43px;

    padding: 10px;

    color: var(--sp-green);
    background: var(--sp-soft-green);

    border: 1px solid #d5dfdd;
    border-radius: 50%;
  }

  .spGlobalMenuText {
    display: none;
  }

  .spGlobalMenuIcon {
    width: 21px;
    gap: 5px;
  }

  .spGlobalMenuIcon i {
    height: 2px;
    background: var(--sp-green);
  }

  .spGlobalLogo {
    width: 190px;
    height: 48px;
    gap: 7px;
  }

  .spGlobalLogoMark,
  .in-index
  .spGlobalHeader:not(.is-scrolled)
  .spGlobalLogoMark {
    width: 31px;
    height: 31px;
    flex-basis: 31px;

    color: #ffffff;
    background: var(--sp-green);

    font-size: 18px;
  }

  .spGlobalLogoText b,
  .spGlobalLogoText strong {
    color: var(--sp-dark);
    font-size: 14px;
  }

  .spGlobalSideMenu {
    width: min(400px, 94vw);
  }

  .spGlobalSideHeader {
    min-height: 72px;
    padding: 15px 19px;
  }

  .spGlobalMainAreas {
    padding: 18px 19px 10px;
  }

  .spGlobalAreaLink {
    min-height: 77px;
  }

  .spGlobalAreaLink > span {
    font-size: 22px;
  }

  .spGlobalSideNavigation {
    padding: 4px 19px 25px;
  }

  .spGlobalSideBottom {
    padding: 22px 19px 24px;
  }

  /* Odstránenie všetkých medzier pred bannerom */

  body.in-index .content-wrapper,
  body.in-index .content-wrapper-in,
  body.in-index .content-inner,
  body.in-index .content,
  body.in-index #content-wrapper,
  body.in-index #content,
  body.in-index main,
  body.in-index .spHome,
  body.in-index #spHome,
  body.in-index .spHero {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

/* =========================================================
   PRÍSTUPNOSŤ
========================================================= */

.spGlobalMenuButton:focus-visible,
.spGlobalMenuClose:focus-visible,
.spGlobalHeaderLinks a:focus-visible,
.spGlobalLogo:focus-visible,
.spGlobalAreaLink:focus-visible,
.spGlobalSideNavigation a:focus-visible,
.spGlobalSideButton:focus-visible {
  outline: 2px solid #315c61;
  outline-offset: 3px;
}

/* =========================================================
   OBMEDZENIE ANIMÁCIÍ
========================================================= */

@media (prefers-reduced-motion: reduce) {
  .spGlobalHeader,
  .spGlobalSideMenu,
  .spGlobalMenuOverlay,
  .spGlobalHeaderLinks a,
  .spGlobalAreaLink b,
  .spGlobalSideButton {
    transition: none !important;
  }
}

/* =========================================================
   SHOPTET FIX
========================================================= */

html,
body {
  overflow-x: hidden;
}

.spGlobalHeader {
  z-index: 99990 !important;
}

.spGlobalMenuOverlay {
  z-index: 99998 !important;
}

.spGlobalSideMenu {
  z-index: 99999 !important;
}
/* =========================================================
   SVET PÁSOK – OPRAVA CELÉHO LOGA NA TELEFÓNE
========================================================= */

.spForcedLogoText {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  color: #172326;
  white-space: nowrap;
  visibility: visible;
  opacity: 1;
}

.spForcedLogoText b,
.spForcedLogoText strong {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #172326;
  font-family: Inter, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.04em;
  visibility: visible;
  opacity: 1;
}

.spForcedLogoText b {
  font-weight: 850;
}

.spForcedLogoText strong {
  font-weight: 500;
}

@media (max-width: 700px) {

  .spGlobalHeader,
  .in-index .spGlobalHeader:not(.is-scrolled),
  .spGlobalHeader.is-scrolled {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;

    height: 66px !important;

    color: #172326 !important;
    background: rgba(255, 255, 255, 0.98) !important;

    border-bottom: 1px solid #dfe5e4 !important;
    box-shadow: 0 5px 20px rgba(49, 92, 97, 0.08) !important;

    backdrop-filter: blur(18px) !important;
    -webkit-backdrop-filter: blur(18px) !important;
  }

  .in-index
  .spGlobalHeader:not(.is-scrolled)::before {
    display: none !important;
  }

  .spGlobalHeaderInner {
    width: calc(100% - 30px) !important;
    height: 66px !important;
  }

  .spGlobalLogo {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;

    display: inline-flex !important;
    width: auto !important;
    min-width: max-content !important;
    max-width: calc(100% - 120px) !important;
    height: 48px !important;

    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;

    overflow: visible !important;

    color: #172326 !important;
    transform: translate(-50%, -50%) !important;
  }

  .spGlobalLogoMark,
  .in-index
  .spGlobalHeader:not(.is-scrolled)
  .spGlobalLogoMark {
    display: inline-flex !important;
    width: 31px !important;
    height: 31px !important;
    flex: 0 0 31px !important;

    align-items: center !important;
    justify-content: center !important;

    color: #ffffff !important;
    background: #e30613 !important;
    border-radius: 50% !important;

    font-size: 18px !important;
    font-weight: 850 !important;
    line-height: 1 !important;

    visibility: visible !important;
    opacity: 1 !important;
  }

  /* Pôvodný text skryjeme, aby sa neduplikoval */
  .spGlobalLogoText {
    display: none !important;
  }

  /* Nový text vložený JavaScriptom */
  .spForcedLogoText {
    display: inline-flex !important;
    width: auto !important;
    height: auto !important;
    max-width: none !important;

    align-items: baseline !important;
    gap: 4px !important;

    overflow: visible !important;

    color: #172326 !important;
    visibility: visible !important;
    opacity: 1 !important;
    white-space: nowrap !important;
  }

  .spForcedLogoText b,
  .spForcedLogoText strong {
    display: inline-block !important;
    width: auto !important;
    height: auto !important;

    color: #172326 !important;

    font-size: 14px !important;
    line-height: 1 !important;
    letter-spacing: -0.04em !important;

    visibility: visible !important;
    opacity: 1 !important;
    white-space: nowrap !important;
  }

  .spForcedLogoText b {
    font-weight: 850 !important;
  }

  .spForcedLogoText strong {
    font-weight: 500 !important;
  }
}

@media (max-width: 370px) {

  .spGlobalLogo {
    gap: 6px !important;
    max-width: calc(100% - 105px) !important;
  }

  .spForcedLogoText b,
  .spForcedLogoText strong {
    font-size: 11px !important;
  }
}
/* =========================================================
   ZMENŠENIE LOGA V MOBILNEJ HLAVIČKE
========================================================= */

@media (max-width: 700px) {

  .spGlobalLogo {
    width: 150px !important;
    height: 46px !important;
    max-width: 150px !important;
    gap: 0 !important;
  }

  #spGlobalLogoImage,
  .spGlobalLogo > img,
  .spGlobalLogoImage:not(.spGlobalSideLogoImage) {
    display: block !important;
    width: auto !important;
    max-width: 150px !important;
    height: auto !important;
    max-height: 38px !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    object-position: center !important;
  }

  /* Logo v otvorenom bočnom menu */
  .spGlobalSideLogoImage {
    display: block !important;
    width: auto !important;
    max-width: 145px !important;
    height: auto !important;
    max-height: 38px !important;
    object-fit: contain !important;
    object-position: left center !important;
  }
}

/* Menšie telefóny */
@media (max-width: 370px) {

  .spGlobalLogo {
    width: 125px !important;
    max-width: 125px !important;
  }

  #spGlobalLogoImage,
  .spGlobalLogo > img,
  .spGlobalLogoImage:not(.spGlobalSideLogoImage) {
    max-width: 125px !important;
    max-height: 32px !important;
  }
}