.products-block:not(.products-additional) .p .image img {
  max-height: 230px;
  object-fit: contain;
}
body {
  background-color: white !important;
}
.products-block .p-in-in {
  min-height: auto;
}
.category-header input[type="radio"]:checked + label {
  background-color: var(--color-primary);
}
.welcome .welcome__content p {
  margin-bottom: 0;
}

.welcome .welcome__content p + p {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .top-navigation-bar .container > div.top-navigation-contacts {
    height: 35px !important;
    border-radius: 10px;
  }
  .welcome h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .welcome p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .welcome {
    padding: 40px 40px 40px 40px;
  }
}
@media (min-width: 768px) {
  .header-top {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .popup-widget.cart-widget,
  .popup-widget.login-widget {
    top: 150px;
  }

  .admin-logged .popup-widget.cart-widget,
  .admin-logged .popup-widget.login-widget {
    top: 150px;
  }
}
@media (min-width: 992px) {
  .header-top {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .popup-widget.cart-widget,
  .popup-widget.login-widget {
    top: 150px;
  }

  .admin-logged .popup-widget.cart-widget,
  .admin-logged .popup-widget.login-widget {
    top: 175px;
  }
}
@media (max-width: 767px) {
  .top-navigation-bar {
    background-color: white;
  }
  .products-block:not(.products-additional) .p .image img {
    max-height: 120px;
  }
}

@media (max-width: 370px) {
  .top-navigation-bar .site-name a img {
    max-height: 30px;
  }
}

@media (min-width: 768px) {
  .products-related-block h2,
  .products-alternative-block h2,
  h4.homepage-group-title,
  .h4.homepage-group-title {
    font-size: 36px;
  }
  body .hodnoceni:before {
    text-align: center;
    font-size: 36px;
    margin-bottom: 30px;
  }
  .products-block.products .p .name {
    font-size: 18px;
  }
  .navigation-buttons a[data-target="cart"]:hover {
    color: white;
  }
  .header-top .btn.cart-count:hover .cart-price {
    color: white;
  }
  .navigation-buttons .click-cart a:after {
    display: none;
  }
  .click-cart > a[data-target="cart"] {
    background: var(--color-secondary);
    border-radius: 8px;
  }
  .click-cart > a[data-target="cart"]:hover {
    background: var(--color-secondary-hover);
  }
  #header .cart-count {
    border-radius: 7px 7px;
  }
  .navigation-buttons a[data-target="cart"] {
    color: #fff;
  }
  .header-top .btn.cart-count:before {
    font-size: 26px;
  }
  .header-top .btn.cart-count:before {
    color: white !important;
  }
  .navigation-buttons {
    right: 0;
  }
  .cart-window-visible #header .click-cart {
    border-radius: 7px 7px 0 0;
  }
  .cart-window-visible #header .cart-count {
    background: var(--color-secondary-hover);
    border-radius: 7px 7px 0 0;
  }
  .cart-window-visible .btn.cart-count .cart-price {
    color: white;
  }
  .popup-widget {
    margin-left: -6px;
  }
}

@media (min-width: 992px) {
  .popup-widget.cart-widget {
    margin-left: 106px;
  }
}

@media (min-width: 1200px) {
  .popup-widget.cart-widget {
    margin-left: 209px;
  }
}

@media (min-width: 1440px) {
  .popup-widget.cart-widget {
    margin-left: 329px;
  }
}

@media (min-width: 768px) {
  .navigation-in > ul > li > a {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .menu-helper,
  #navigation {
    height: 60px;
  }
  #header:before {
    height: 60px;
  }
  #header {
    position: relative;
  }
  .is-header-scrolling #header:before {
    height: 60px;
  }
  .menu-helper > span {
    border-color: transparent;
  }

  .menu-helper {
    background-color: transparent;
  }
  .navigation-close,
  .navigation-in {
    z-index: 3;
  }

  .navigation-in > ul > li.ext > a:after,
  .navigation-in > ul > li > a {
    color: black !important;
  }

  .menu-helper-visible .menu-helper > span:after,
  .menu-helper-visible .menu-helper > span {
    color: #0f0f0f;
  }

  .menu-helper > span,
  .menu-helper > span:after {
    color: black;
  }

  #header:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 50vw);
    display: block;
    width: 100vw;
    height: 60px;
    z-index: 1;
    left: calc(50% - 50vw - 10px);
    background-color: var(--color-secondary);
  }
}

@media (min-width: 768px) {
  .is-header-fixed.is-header-hidden #header .site-name a img {
    max-height: 56px;
  }
  #header .site-name {
    display: flex;
    align-items: center;
  }

  #header .site-name a img {
    max-height: 120px;
  }
}

@media (max-width: 767px) {
  .top-navigation-bar .site-name a img {
    max-height: 40px;
  }
}

#categories a:hover {
  color: var(--color-secondary);
}

@media (min-width: 768px) {
  .navigation-in > ul > li:not(.ext) > a {
    padding-right: 10px;
  }
  .navigation-in > ul > li:first-child > a {
    padding-left: 10px !important;
  }
  .navigation-in > ul > li:hover.ext > a:after,
  .navigation-in > ul > li:hover > a {
    background: #fff;
  }
}
@media (max-width: 767px) {
  .top-navigation-bar .site-name a img {
    max-height: 50px;
  }
}

.benefitBanner__item {
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
.benefitBanner__picture {
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
.benefitBanner__link {
  flex-wrap: wrap;
}
.benefitBanner__content {
  margin-top: 0;
  justify-content: center;
  padding-right: 0;
  width: 100%;
}
.benefitBanner__picture img {
  max-height: 70px;
  max-width: 75px;
}
.benefitBanner__picture {
  height: 70px;
}

#header .site-name a {
  position: relative;
  top: -15px;
}

.header-text {
  position: absolute;
  top: calc(100% - 20px);
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 14px;
  color: #535963;
  font-family: "Roboto";
}

.header-text strong {
  font-weight: 700;
}

@media (min-width: 768px) {
  .is-header-fixed.is-header-hidden #header .site-name a img {
    max-height: 76px;
  }
  .header-text {
    top: calc(100% - 16px);
    font-size: 14px;
  }
  .is-header-fixed.is-header-hidden .header-text {
    top: calc(100% - 12px);
    font-size: 12px;
  }
  .is-header-fixed.is-header-hidden #header .site-name a {
    top: -10px;
  }
}

@media (max-width: 767px) {
  .header-text {
    display: none;
  }
}

.navigation-in-bottom .top-navigation-contacts a.project-whatsapp,
.navigation-in-bottom .top-navigation-contacts a.project-instagram,
.navigation-in-bottom .top-navigation-contacts a.project-facebook,
.navigation-in-bottom .top-navigation-contacts a.project-tiktok {
  display: inline-flex;
  width: 50px;
  height: 50px;
}

.top-navigation-contacts a.project-instagram::before,
.top-navigation-contacts a.project-whatsapp::before,
.top-navigation-contacts a.project-facebook::before,
.top-navigation-contacts a.project-tiktok::before {
  font-family: "apollo" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}

.navigation-in-bottom .top-navigation-contacts a.project-whatsapp::before,
.top-navigation-bar .top-navigation-contacts a.project-whatsapp::before {
  content: "\e939";
  font-size: 24px;
  background: linear-gradient(45deg, #25d366, #128c7e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.navigation-in-bottom .top-navigation-contacts a.project-instagram::before,
.top-navigation-bar .top-navigation-contacts a.project-instagram::before {
  content: "\e90b";
  font-size: 24px;
  background: linear-gradient(
    45deg,
    #feda75,
    #fa7e1e,
    #d62976,
    #962fbf,
    #4f5bd5
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.navigation-in-bottom .top-navigation-contacts a.project-facebook::before,
.top-navigation-bar .top-navigation-contacts a.project-facebook::before {
  content: "\e90d"; /* FB ikona */
  font-size: 24px;
  background: linear-gradient(45deg, #1877f2, #3b5998);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.navigation-in-bottom .top-navigation-contacts a.project-tiktok::before,
.top-navigation-bar .top-navigation-contacts a.project-tiktok::before {
  content: "\e926"; /* TikTok ikona */
  font-size: 24px;
  background: linear-gradient(135deg, #25f4ee, #000000, #fe2c55);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#footer .contact-box p {
  line-height: 2;
  color: #7c7e8f;
}

.header-contact-map {
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0;
  margin-right: 15px;
  display: none;
}

.header-contact-map span {
  line-height: 1.4;
  font-size: 13px;
  color: #7d7d8f;
}

.header-contact-map a.btn {
  min-height: 30px;
  padding: 5px 10px;
  font-size: 12px;
}

@media (min-width: 992px) {
  .top-navigation-bar .container > div {
    flex: 1 1 10%;
  }
  .header-contact-map {
    display: flex;
  }
}

@media (min-width: 1220px) {
  .top-navigation-bar .container > div {
    flex: 1 1 30%;
  }
  .header-contact-map {
    margin-right: 30px;
  }
}

@media (min-width: 1440px) {
  .top-navigation-bar .container > div {
    flex: 1 1 45%;
  }
  .header-contact-map {
    margin-right: 50px;
  }
}

.contact-address__content .contact-box ul li.contact-address__first {
  margin-bottom: 0;
}

.contact-address__left-panel ul {
  margin-bottom: 30px;
}

.contact-address__right-panel:before {
}

.contact-address__right-panel {
  margin-top: 40px;
}

.contact-address__right-panel .iframe-responsive {
  margin-top: 20px;
}

.contact-address__right-panel .btn {
  margin-top: 20px;
}

/* body ol.top-products.dkLabVisitedProducts li a.top-products-content strong,
ol.top-products li a.top-products-content strong,
.search-whisperer .price,
.flag-cena-na-dotaz {
  display: none !important;
} */

.products-block .p-bottom .prices.full-width {
  flex-basis: 100%;
}

.link-icon.chat {
  font-size: 14px;
  text-align: left;
  border-radius: 15px;
  padding: 10px 15px;
  border: 1px solid #e0e5ee;
  color: black;
  text-decoration: none;
  background: var(--color-secondary);
}

.link-icon.watchdog {
  font-size: 14px;
  margin-left: 55px;
  text-align: left;
  border-radius: 15px;
  padding: 10px 15px;
  text-decoration: none;
  border: 1px solid #e0e5ee;
  color: black;
  background: var(--color-secondary);
}

.link-icon.watchdog:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/user/documents/upload/bell.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.link-icon.watchdog:hover {
  color: black;
  background-color: var(--color-secondary-hover);
}

.link-icon.watchdog:hover:before {
  -webkit-animation: ring 4s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s ease-in-out infinite;
  transform-origin: 50% 4px;
}

@media (max-width: 767px) {
  .link-icon.watchdog {
    margin: 0;
    margin-top: 15px;
    font-size: 12px;
    padding: 8px 15px;
  }
}

@keyframes ring {
  0% {
    transform: rotate(0);
  }
  1% {
    transform: rotate(30deg);
  }
  3% {
    transform: rotate(-28deg);
  }
  5% {
    transform: rotate(34deg);
  }
  7% {
    transform: rotate(-32deg);
  }
  9% {
    transform: rotate(30deg);
  }
  11% {
    transform: rotate(-28deg);
  }
  13% {
    transform: rotate(26deg);
  }
  15% {
    transform: rotate(-24deg);
  }
  17% {
    transform: rotate(22deg);
  }
  19% {
    transform: rotate(-20deg);
  }
  21% {
    transform: rotate(18deg);
  }
  23% {
    transform: rotate(-16deg);
  }
  25% {
    transform: rotate(14deg);
  }
  27% {
    transform: rotate(-12deg);
  }
  29% {
    transform: rotate(10deg);
  }
  31% {
    transform: rotate(-8deg);
  }
  33% {
    transform: rotate(6deg);
  }
  35% {
    transform: rotate(-4deg);
  }
  37% {
    transform: rotate(2deg);
  }
  39% {
    transform: rotate(-1deg);
  }
  41% {
    transform: rotate(1deg);
  }

  43% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}

.link-icons {
  order: 1;
  margin-top: -15px;
  width: 100%;
  /* display: block; */
  /* max-width: 100%; */
  justify-content: space-between;
}

.navigation-in-bottom .header-contact-map {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
  margin-right: 0;
  justify-content: center;
  text-align: center;
}
