/* POLE PRO PSANÍ RALKY */

/* wrapper */
#dkLabNoteMainWrapper {
  margin: 8px 0;
}

/* nadpis */
#dkLabNoteMainWrapper .dkLabNoteHeader span {
  font-size: 13px;
  font-weight: 500;
  color: #555;
}

/* textarea jako 1 řádek */
#dkLabNoteMainWrapper textarea {
  height: 32px !important;
  min-height: 32px !important;
  resize: none;
  overflow: hidden;

  width: 100%;
  padding: 6px 10px;

  font-size: 13px;
  line-height: 18px;

  border: 1px solid #ccc;
  border-radius: 6px;

  box-shadow: none;
  transition: border 0.2s, box-shadow 0.2s;
}

/* focus efekt */
#dkLabNoteMainWrapper textarea:focus {
  border-color: #999;
  box-shadow: 0 0 0 2px rgba(0,0,0,0.05);
  outline: none;
}

/* placeholder */
#dkLabNoteMainWrapper textarea::placeholder {
  color: #999;
}

/* FONT MONTSERRAT */
body {
    font-family: 'Montserrat', sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif !important;
}
button, .btn {
    font-family: 'Montserrat', sans-serif !important;
}
.p-detail-inner-header h1 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 800;
}
.homepage-group-title {
    font-family: 'Montserrat', sans-serif !important;
}

/* KONKURENČNÍ VÝHODY */
.benefitBanner__img {
    transform: scale(1.5) !important;
}

/* DOPLNKOVÉ BANNERY */

/* Bannery v sekci next-to-carousel-banners */
.next-to-carousel-banners .banner-wrapper{
    border-radius: 8px;
    overflow: hidden;
}

/* SKRYTÍ IKON NA DETAILU PRODUKT DOTAZ TISK SDÍLET */
.link-icons {
  display: none !important;
}

/* TELEFON & E-MAIL vlevo nahoře */
.top-navigation-contacts a{
  display:inline-flex;
  align-items:center;
  color:#111;
  text-decoration:none;
  font-weight:500;
}

.top-navigation-contacts .project-phone::before,
.top-navigation-contacts .project-email::before{
  content:"";
  display:inline-block;
  width:16px;
  height:16px;
  margin-right:6px;
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
  transition:.2s ease;
}

.top-navigation-contacts .project-phone::before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23bf0300' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.86 19.86 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.86 19.86 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.33 1.78.63 2.62a2 2 0 0 1-.45 2.11L8 9.91a16 16 0 0 0 6.09 6.09l1.46-1.29a2 2 0 0 1 2.11-.45c.84.3 1.72.51 2.62.63A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}

.top-navigation-contacts .project-email::before{
  margin-left:14px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23bf0300' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/%3E%3Cpath d='m22 6-10 7L2 6'/%3E%3C/svg%3E");
}

.top-navigation-contacts a:hover{
  color:#bf0300;
}

/* SKRYTÍ WELCOME BLOCKU NA HL. STRÁNCE */
.homepage-box.welcome-wrapper {
display: none;
}

/* DESIGNOVÉ PLECHY V MENU */
a[href="/designove-plechy/"] b {
    font-weight: 900 !important;
}

/* KONFIGURÁTOR V MENU */
a[href="/konfigurator/"] b {
    background: #e30613;
    color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
    display: inline-block;
    line-height: 1.2;
}

/* hover efekt */
a[href="/konfigurator/"]:hover b {
    background: #c00510;
}

.description-inner.description-inner--full .extended-description {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

.p-detail .price-line .price-final {
    font-size: 2.4em !important;
    font-weight: 800 !important;
}    

.dkLabNoteHeader span {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #000000 !important;
}

/* SKRYTÍ ŠIPEK PRO TELEFON */
@media (max-width: 767px) {
  button.slick-prev.slick-arrow,
  button.slick-next.slick-arrow {
    display: none !important;
  }
}

/* SKRYTÍ PATTERNU NA TELEFONU */
@media (max-width: 768px) {
  img[src*="pattern-final.svg"] {
    display: none !important;
  }
}

/* ČERNÉ POZADÍ POD FOOTEREM */
body footer .container.footer-bottom::before {
    background: #000 !important;
}

/* === Ilustrační foto badge === */
.illustration-badge-target {
  position: relative !important;
}

.illustration-badge {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 20;
  background: rgba(0,0,0,.65);
  color: #fff;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  border-radius: 6px;
  pointer-events: none;
  white-space: nowrap;
}

/* === Footer - platby === */
.footer-payments {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.12);
}

.footer-payments .pageElement__heading {
  margin: 0 0 14px;
}

.footer-payments-box {
  display: block;
}

.footer-payments-box img {
  display: block;
  width: 100%;
  max-width: 320px;
  height: auto;
}

/* SLEVOVÁ FLAG BARVY */
.flags-extra .flag.flag.flag-discount,
.p-image-wrapper .flags-extra .flag.flag.flag-discount {
    background: #bf0300 !important;
    color: #fff !important;
}
.price-save {
    color: #fff !important;
}
