.type-detail .products-related-header {
	  display: none !important;
}
.type-detail .products-block.products-related {
	  display: none !important;
}

#products .dkLabFavouriteProductDiv ,.products .dkLabFavouriteProductDiv {display: block !important;}
.recipes-section .sectionDescription h1:where(:not(*)) {}
.recipes-section .content-inner > ul.subcategories.with-image {
  display: none !important;
}

.hp-categories-posts {
  min-height: 400px; 
  position: relative;
  overflow: hidden;
}
.hp-znacky-posts {
  min-height: 200px; 
  position: relative;
  overflow: hidden;
}

.hp-categories-posts .news-item .image img {
  width: 80px; 
  height: auto;
  aspect-ratio: 1 / 1;
  display: block;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .hp-categories-posts {
  min-height: 520px;
  overflow: hidden;
  position: relative;
}
.hp-znacky {
  min-height: 400px;
  overflow: hidden;
  position: relative;
}
#luigisbox {
  min-height: 450px;
  overflow: hidden;
  position: relative;
}
}
.footer-icons {
    display: flex;
    flex-wrap: nowrap;      
    justify-content: center;
    align-items: center;
    gap: 12px;
    overflow-x: auto;         
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid #f6f6f6;
    padding: 8px 0;
    margin-top: 10px;
}

.footer-icons img{ 
  height: 24px;
  display:block;
  flex-shrink:0;
}

.footer-icons img{
  filter: grayscale(100%) contrast(1.05);
  opacity:.9;
}
.footer-icons img:hover{
  filter:none;
  opacity:1;
}

@media (min-width: 769px) {
  li[data-testid="tabGpsr"] {
    /* display: none !important; */
  }
}
@media (max-width: 768px) {
  div.col-sm-12.shp-tabs-row.responsive-nav {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
  }

  button.navigation-btn,
  ul.hidden-links {
    display: none !important;
  }
}

.shp-tabs-holder {
    border-radius: 0px;
  }
@media (max-width: 768px) {
  div.col-sm-12.shp-tabs-row.responsive-nav {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  div.col-sm-12.shp-tabs-row.responsive-nav::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 769px) {
  .shp-tabs-holder .shp-tab-link {
    font-size: 13px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}
@media (min-width: 992px) {
  .top-navigation-bar .container  {
		display:none;
    }
  .has-site-msg-row .site-msg-row {
    width: 100%;
    background: #fff7fa;
    border-bottom: 1px solid rgba(214, 72, 149, 0.20);
  }

  .has-site-msg-row .site-msg-row .site-msg.information {
    width: 100%;
    background: transparent;
    position: relative;
    display: block !important;
    margin: 0;
  }

  .has-site-msg-row .site-msg-row .site-msg.information > .container {
    max-width: 1680px;
    margin: 0 auto;
    padding: 8px 48px 8px 40px;
    box-sizing: border-box;
  }

  .has-site-msg-row .site-msg-row .site-msg.information .text {
    font-size: 13px;
    line-height: 1.35;
    letter-spacing: 0.03em;
    text-align: center;
    color: rgba(0, 0, 0, 0.78);
  }

  .has-site-msg-row .site-msg-row .site-msg.information .text strong {
    font-weight: 800;
    letter-spacing: 0.10em;
  }

  .has-site-msg-row .site-msg-row .site-msg.information a {
    color: #d64895;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid rgba(214, 72, 149, 0.45);
    padding-bottom: 1px;
  }

  .has-site-msg-row .site-msg-row .site-msg.information a:hover {
    border-bottom-color: rgba(214, 72, 149, 0.9);
  }

  .has-site-msg-row .site-msg-row .site-msg.information .close {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0.6;
    z-index: 2;
    font-size: 0;
  }

  .has-site-msg-row .site-msg-row .site-msg.information .close:hover {
    opacity: 1;
  }

  .has-site-msg-row .site-msg-row .site-msg.information .close::before {
    content: "×";
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.65);
  }
}
/* CTA tlačítko */
.site-msg.information .maz-cta,
.site-msg.information a.maz-cta {
  display: inline-flex !important;
  align-items: center !important;
  flex-shrink: 0 !important;
  background: #d64895;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  padding: 5px 16px !important;
  border-radius: 20px !important;
  text-decoration: none !important;
  border: none !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  transition: background 0.18s ease !important;
}

.site-msg.information .maz-cta:hover,
.site-msg.information a.maz-cta:hover {
  background: #d64895;
  text-decoration: none !important;
  color: #fff !important;
}