:root{
  --font-base: "Plus Jakarta Sans", sans-serif;

  --size-h1: 36px;
  --size-h2: 32px;
  --size-h3: 24px;
  --size-h4: 20px;
  --size-h5: 18px;
  --size-h6: 16px;
  --size-normal: 15px;
  --size-small: 14px;

  --lh-base: 1.7;
  --ls-base: .5px;
}

html, body{
  font-family: var(--font-base);
}

body{
  font-size: var(--size-normal);
  line-height: var(--lh-base);
  letter-spacing: var(--ls-base);
  font-weight: 400;
}
/* =========================================================
   KONTAKT (Živina look)
   ========================================================= */

/* pojistka: staré verze kontaktu pryč */
#header .ug-header-contact,
#header .ug-contact{ display:none !important; }

#header .header-top .header__contact *{ transition-duration: .3s; }

#header .header-top .header__contact{
  position:relative;
  display:flex;
  align-items:center;
  gap:18px;
  white-space:nowrap;
}

#header .header-top .header__contact > img{
  width:60px;
  height:60px;
  border-radius:50%;
  object-fit:cover;
  display:block;
}

#header .header-top .header__contact:after{
  content:'';
  width:18px;
  height:18px;
  border:1px solid #fff;
  border-radius:50%;
  left:40px;
  bottom:0;
  position:absolute;
  background-color:#cfcfcf;
}
#header .header-top .header__contact.open:after{ background-color:#47b972; }
#header .header-top .header__contact.closed:after{ background-color:#e44938; }

#header .header-top .header__contact__text{
  display:flex;
  flex-direction:column;
  gap: .35em;
  line-height:1.2;
}

#header .header-top .header__contact__text > *{ margin:0 !important; line-height:1.2 !important; }

#header .header-top .header__contact__title{
  font-size:14px;
  font-weight:600;
}

#header .header-top .header__contact .tel{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:14px;
  line-height:1.2;
}

#header .header-top .header__contact .tel a{
  font-weight:600;
  text-decoration:none;
  color:#47b972;
}

#header .header-top .header__contact .opening__hours{
  font-size:14px;
  opacity:.75;
  white-space: nowrap;
}

/* zúžení */
@media (max-width: 1250px){ #header .header-top .header__contact__title{ display:none; } }
@media (max-width: 1100px){ #header .header-top .header__contact .opening__hours{ display:none; } }
@media (max-width: 900px){
  #header .header-top .header__contact > img,
  #header .header-top .header__contact:after{ display:none; }
}
@media (max-width: 767px){
  #header .header-top .header__contact{ display:none; }
}

/* =========================================================
   ZRUŠIT ŠEDOU ČÁRU NAD MENU
   ========================================================= */
#navigation,
.header-bottom{
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

#navigation::before,
#navigation::after,
.header-bottom::before,
.header-bottom::after{
  content: none !important;
  display: none !important;
}

.header-bottom .navigation-wrapper,
#navigation .navigation-in{
  border-top: 0 !important;
  box-shadow: none !important;
}

/* =========================================================
   HOMEPAGE: Nejprodávanější
   ========================================================= */
.homepage-group-title.homepage-products-heading-1{
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

/* =========================================================
   MOBIL: telefonní ikonka (ponecháno)
   ========================================================= */
#header .ug-mobile-phone{ display:none !important; }

@media (max-width: 992px){
  #header .ug-mobile-phone{
    display:block !important;
    position:relative !important;
    width:22px !important;
    height:22px !important;
    margin:0 10px 0 0 !important;
    padding:0 !important;
    font-size:0 !important;
    line-height:0 !important;
    background-repeat:no-repeat !important;
    background-position:center !important;
    background-size:22px 22px !important;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%237c7e8f' d='M6.6 10.8c1.5 3 3.6 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1.1-.3 1.2.4 2.5.6 3.8.6.6 0 1 .4 1 1V21c0 .6-.4 1-1 1C10.6 22 2 13.4 2 3c0-.6.4-1 1-1h4.1c.6 0 1 .4 1 1 0 1.3.2 2.6.6 3.8.1.4 0 .8-.3 1.1L6.6 10.8z'/%3E%3C/svg%3E") !important;
  }

  #header .ug-mobile-phone a{
    position:absolute !important;
    inset:0 !important;
    display:block !important;
    text-decoration:none !important;
    font-size:0 !important;
    line-height:0 !important;
  }
}

@media (max-width: 992px){
  #header .navigation-buttons{
    display:flex !important;
    align-items:center !important;
  }

  #header .navigation-buttons .ug-mobile-phone{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    width: 44px !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 44px !important;
    background-size: 20px 20px !important;
    background-position: center !important;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000000' d='M6.6 10.8c1.5 3 3.6 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1.1-.3 1.2.4 2.5.6 3.8.6.6 0 1 .4 1 1V21c0 .6-.4 1-1 1C10.6 22 2 13.4 2 3c0-.6.4-1 1-1h4.1c.6 0 1 .4 1 1 0 1.3.2 2.6.6 3.8.1.4 0 .8-.3 1.1L6.6 10.8z'/%3E%3C/svg%3E") !important;
  }

  #header .navigation-buttons .ug-mobile-phone a{
    position:absolute !important;
    inset:0 !important;
    display:block !important;
  }
}
