
/* ZÁKLADNÍ TEXT */
body, p, li, span, div, td, th, label, input, textarea, select,
.p-desc, .availability, .siteCookies, .footer, .contact-box, .welcome p, .welcome li {
  font-family: 'Inter', sans-serif !important;
  font-weight: 400;
	line-height: 1.65;
	font-size: 16px;
}
@media screen and (max-width: 768px) {
	body, p, li, span, div, td, th, label, input, textarea, select,
.p-desc, .availability, .siteCookies, .footer, .contact-box, .welcome p, .welcome li {
	  font-size: 15px;
	  line-height: 1.6;
  }
}

/* NADPISY */
h1, h2, h3, h4, h5, h6,
.homepage-group-title, .pageElement__heading, .welcome h1 {
  font-family: 'Jost', sans-serif !important;
  font-weight: 600 !important;
	line-height: 1.3;
  letter-spacing: 0.03em;
}
h1 { font-size: 36px; letter-spacing: 0.5px;}
h2 {font-size: 28px;}
h3 {font-size: 22px;}
h4 {font-size: 18px;}

@media screen and (max-width: 768px) {
  h1 { font-size: 28px; }
  h2 { font-size: 24px; }
  h3 { font-size: 20px; }
  h4 { font-size: 17px; }
}

/* USP */
.benefitBanner__title {
	font-family: 'Jost', sans-serif !important;
  font-weight: 500 !important;
  line-height:30px !important;
}
.benefitBanner__data {
	font-family: 'Jost', sans-serif !important;
  font-style: italic;
}

/* NÁZVY PRODUKTŮ */
.name, .name span, a.name, [data-micro="name"], [data-testid="productCardName"] {
  font-family: 'Jost', sans-serif !important;
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 1.35 !important;
}
@media screen and (max-width: 768px) {
  .name, .name span, a.name, [data-micro="name"], [data-testid="productCardName"] {
    font-size: 16px;
    line-height: 1.3 !important;
  }
}

/* NAVBAR */
.menu-level-1>li>a {
  font-family: 'Jost', sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: +0.5px !important;
  color: #2C1F1A !important;
  padding: 8px 14px !important;
  transition: color 0.2s ease !important;
  display: inline-block !important;
  position: relative !important;
  text-transform: none !important;
}

@media screen and (max-width: 767px) {
  .menu-level-1>li>a {
      color: #fff !important;
  }
  .navigation-in.menu ul li {
  	background-color: #C44952 !important; 
  }
}


.menu-level-1>li > a:hover {
  color: #C44952 !important;
  font-weight: 500 !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.menu-level-2 a, .navigationActions a {
  font-family: 'Jost', sans-serif !important;
  font-weight: 500 !important;
}

/* TLAČÍTKA */
.btn, button, input[type="submit"], .siteCookies__button, .search-button {
  font-family: 'Jost', sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: +1px;
}

/* CENY */
.price, .price strong, .price-final, .price-final strong {
  font-family: 'Jost', sans-serif !important;
  font-weight: 700 !important;
}

/* CAROUSEL - nadpis */
.extended-banner-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 60px !important;
  font-weight: 900 !important;
 	line-height: 1.2 !important; 
  color: #2C1F1A !important;
  background: transparent !important;
  overflow: visible !important;
}
@media screen and (max-width: 768px) {
  .extended-banner-title {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 45px !important;
    font-weight: 900 !important;
    line-height: 1.05 !important;
    color: #1F1F1F !important;
    letter-spacing: 0.02em !important;
    text-shadow: 0 0px 0px rgba(0,0,0,0.3) !important;
    overflow: visible !important;
  }
}

/* CAROUSEL - podnadpis */
.extended-banner-text {
  font-family: 'Cormorant Garamond', serif !important;
  font-style: italic !important;
  font-size: 52px !important;
  font-weight: 300 !important;
  line-height: 1.2 !important; 
  color: #C9796A !important;
  background: transparent !important;
  overflow: visible !important;
}
@media screen and (max-width: 768px) {
  .extended-banner-text {
    font-family: 'Cormorant Garamond', serif !important;
  font-style: italic !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 1.05 !important;
  color: #6E4B45 !important;
  background: transparent !important;
  overflow: visible !important;
  }
}

/* CAROUSEL - tlačítko */
.extended-banner-link {
  font-family: 'Jost', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: #FBF5F0 !important;
  background: #C44952 !important;
  padding: 13px 36px !important;
  text-decoration: none !important;
  display: inline-block !important;
}
.extended-banner-link:hover {
	background: #A63A43 !important;
}
@media screen and (max-width: 768px) {
  .extended-banner-link {
    font-family: 'Jost', sans-serif !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    letter-spacing: 0.22em !important;
    text-transform: uppercase !important;
    color: #FBF5F0 !important;
    background: #C44952 !important;
    padding: 10px 20px !important;
    text-decoration: none !important;
    display: inline-block !important;
    border: none !important;
  }
  .extended-banner-link:hover {
  	background: #A63A43 !important;
  }
}

/* VEDLEJŠÍ BANNER - nadpis */
.next-to-carousel-banners .extended-banner-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 30px !important;
  font-weight: 700 !important;
 	line-height: 1.2 !important; 
  color: #2C1F1A !important;
  background: transparent !important;
  overflow: visible !important;
}
@media screen and (max-width: 768px) {
  .next-to-carousel-banners .extended-banner-title {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.05 !important;
    color: #1F1F1F !important;
    letter-spacing: 0.02em !important;
    text-shadow: 0 0px 0px rgba(0,0,0,0.3) !important;
    overflow: visible !important;
    margin: 0px 0px 3px !important;
  }
}

/* VEDLEJŠÍ BANNER - podnadpis */
.next-to-carousel-banners .extended-banner-text {
  font-family: 'Cormorant Garamond', serif !important;
  font-style: italic !important;
  font-size: 25px !important;
  font-weight: 300 !important;
  line-height: 1.2 !important; 
  color: #C9796A !important;
  background: transparent !important;
  overflow: visible !important;
}
@media screen and (max-width: 768px) {
  .next-to-carousel-banners .extended-banner-text {
    font-family: 'Cormorant Garamond', serif !important;
    font-style: italic !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.05 !important;
    color: #6E4B45 !important;
    background: transparent !important;
    overflow: visible !important;
    margin: 0px 0px 5px !important;
  }
}

/* VEDLEJŠÍ BANNER - tlačítko */
.next-to-carousel-banners .extended-banner-link {
  font-family: 'Jost', sans-serif !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: #FBF5F0 !important;
  background: #C44952 !important;
  padding: 13px 36px !important;
  text-decoration: none !important;
  display: inline-block !important;
}
.next-to-carousel-banners .extended-banner-link:hover {
	background: #A63A43 !important;
}
@media screen and (max-width: 768px) {
  .next-to-carousel-banners .extended-banner-link {
    font-family: 'Jost', sans-serif !important;
    font-size: 7px !important;
    font-weight: 500 !important;
    letter-spacing: 0.22em !important;
    text-transform: uppercase !important;
    color: #FBF5F0 !important;
    background: #C44952 !important;
    padding: 5px 8px 5px 10px !important;
    text-decoration: none !important;
    display: inline-block !important;
    border: none !important;
  }
  .next-to-carousel-banners .extended-banner-texts .extended-banner-link:after {
  	margin-left: 1px !important;
    font-size: 7px !important;
  }
}

/* FOOTER */
#footer a {
  font-family: 'Inter', sans-serif !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
}

#footer h3 span{
  font-family: 'Jost', sans-serif !important;
  font-weight: 700 !important;
}

/* FORMULÁŘE */
.formLogin input, .formLogin button, .search-input, #formSearchForm input {
  font-family: 'Inter', sans-serif !important;
}

/* IKONY VPRAVO NAHOŘE */
.icon-search, .icon-login, .icon-cart {
  font-size: 20px !important;
}

/* CHYBY VE FORMULÁŘI PŘI OBJEDNÁVCE */
.msg-error {
	color: #ff2600 !important;
}

/* CENY V PRODUKTECH */
.price-final span, .price-final-holder span{
	font-size: 40px;
	font-weight: 700;
	line-height: 48px;
  letter-spacing: 0.4px;
}