/********************
 * Spodni kategorie *
 ********************/
.jb-bottom-categs-ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  gap: 4px;
}
.jb-bottom-categs-ul a {
  font-size: 14px;
  padding: 2px 4px;
  background-color: #eff9ff;
  border-radius: 2px;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.05)
}
.jb-bottom-categs-ul a:hover, .jb-bottom-categs-ul a:focus {
  background-color: #dbf1ff;
}


/**********************
 * Novy format popisu *
 **********************/
.product-desc-new {
  background: #eff9ff;
  border-radius: 8px;
  padding: 2rem;
  letter-spacing: 0.02em;
}
.product-desc-new>*:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.product-desc-new h2 {
  color: #d82a88;
  font-size: 2.4rem;
}
.product-desc-new h3 {
  color: #095dac;
  font-size: 1.8rem;
  padding: 1em 0 0.2em 0.1em;
  border-bottom: 1px solid #095dac3f;
}
.product-desc-new p, .product-desc-new ul {
  line-height: 1.6;
  padding-left: 0;
}
.product-desc-new ul li {
  margin-left: 1.25em;
  padding: 0.25em 0 0 0.5em;
  position: relative;
  list-style: none;
}
.product-desc-new ul li::before {
  content: "";
  background: url("/user/documents/upload/kodovani/green_tick.svg");
  height: 1em;
  width: 1em;
  background-size: contain;
  position: absolute;
  margin-top: -4px;
  top: 0.75em;
  left: -1em;
}

/************************
 * Kontakt na obchodaka *
 ************************/
#b2b-sales-contact-h-wrapper h2 {
  font-size: 24px;
  color: #095dac;
  border-bottom: 1px solid #095dac7f;
  max-width: 720px;
  margin-inline: auto;
}
#b2b-sales-contact {
  display: flex;
  gap: 2rem;
  max-width: 640px;
  margin: auto;
  background: #eff9ff;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 2em;
}
#b2b-sc-img-wrapper {
  height: min(25dvw, 160px);
  aspect-ratio: 1;
}
#b2b-sc-contact-wrapper h2 {
  color: #095dac;
  margin-bottom: 0em;
}
#b2b-sc-contact-wrapper h3 {
  color: #0000007f;;
  font-weight: unset;
  font-size: 0.9em;
  margin-block: 0.4em 0.6em;
}
#b2b-sc-contact-wrapper p {
  margin-block: 0.5em;
}
#b2b-sc-contact-wrapper p:last-of-type {
  margin-bottom: 1em;
}
#b2b-sc-contact-wrapper a {
  font-size: 0.9em;
  margin-left: 0.3em;
}


/**********************************
 * Zahlavi popisu "duhovych" 4050 *
 **********************************/
.custom-ral-header p {
  font-size: 2.4rem;
  color: var(--primary-color);
  text-align: center;
}


/******************************
 * Stitek 'dorucime do vanoc' *
 ******************************/
/*.flags-default .flag.flag-dorucime-do-vanoc {
  color: rgb(31,127,31);
  font-size: 0.75em;
  padding: 0 4px;
  border-radius: 4px;
  max-width: fit-content;
  border: 1px solid rgba(31,127,31,0.33);
  background-color: rgba(255,255,255,0.9) !important;
}
.flags-default .flag.flag-dorucime-do-vanoc::after,
.flags-default .flag.flag-dorucime-do-vanoc::before {
  display: none;
}
@media screen and (max-width: 1023px) {
  .flags-default .flag.flag-dorucime-do-vanoc {
    font-size: 0.6em;
    line-height: 1.9em;
  }
}
#category-header .param-filter-top label[for="dd\[\]1902"] {
  display: block;
  color: rgb(31,127,31);
  border: 1px solid rgba(31,127,31,0.33);
  background: white;
}
#category-header .param-filter-top label[for="dd\[\]1902"]::before {
  border: 1px solid rgba(31,127,31,0.67);
}*/