.navigation-in ul li a b, .menu-helper > ul > li a b {
    font-weight: 700;
}
body.in-index .products-block>div {
    width: 100%;
    min-height: unset;
}
body.in-index .products-block .p:hover .p-bottom {
    box-shadow: unset;
    display: none;
}
.swiper-button-next, .swiper-button-prev {
    color: #44552b;
}
.swiper-pagination-bullet {
    background: #44552b;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 24px;
}
#cboxOverlay {
    opacity: 0.75;
}
@media (min-width: 992px) {
.browse-p .p-all {
    display: inline-block;
}
div#productsAlternative .browse-p .p-next, div#productsAlternative .browse-p .p-prev, div#productsRelated .browse-p .p-next, div#productsRelated .browse-p .p-prev {
    z-index: 9;
    display: none;
}}
/*
li.shp-tab[data-testid="tabRelatedProducts"], li.shp-tab[data-testid="tabAlternativeProducts"] {
		display: none !important; 
}*/
@media (min-width: 992px) {
#productsRelated.show-all .p-switchable .inactive,
#productsAlternative.show-all .p-switchable .inactive {
  display: block !important;
}}
div#productsRelated::before {
  content: "Související produkty";
  font-size: 26px;
  margin-top: 50px;
  padding-bottom: 19px;
  display: flex;
  justify-content: center;
}
div#productsAlternative::before {
  content: "Podobné produkty";
  font-size: 26px;
  margin-top: 50px;
  padding-bottom: 19px;
  display: flex;
  justify-content: center;
}
ul.related-recipes-list li::before {
    transform: rotate(270deg);
    margin-top: 7px;
}