* {
  font-family: "Poppins" !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) {
  .navigation-in {
    font-size: 15px;
    line-height: 15px;
  }
  .navigation-in ul li a {
    padding-left: 22px;
    padding-right: 22px;
  }
  .top-navigation-bar .container > div.top-navigation-contacts {
    top: 0;
    height: 49px;
  }
  .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: 30px;
    padding-bottom: 10px;
  }

  .popup-widget.cart-widget,
  .popup-widget.login-widget {
    top: 130px;
  }

  .admin-logged .popup-widget.cart-widget,
  .admin-logged .popup-widget.login-widget {
    top: 130px;
  }
}
@media (min-width: 992px) {
  .header-top {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .popup-widget.cart-widget,
  .popup-widget.login-widget {
    top: 130px;
  }

  .admin-logged .popup-widget.cart-widget,
  .admin-logged .popup-widget.login-widget {
    top: 155px;
  }
}
@media (max-width: 767px) {
  .top-navigation-bar {
    background-color: white;
  }
}

@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) {
  .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: 110px;
  }
}

@media (max-width: 767px) {
  .top-navigation-bar .site-name a img {
    max-height: 40px;
  }
}
@media (min-width: 992px) {
  .top-category-block .menu-level-2 > li {
    flex: 0 0 20%;
  }
}

@media (max-width: 767px) {
  .homepage-box.welcome-wrapper {
    margin-top: 0;
  }

  .in-index.mobile #content-wrapper {
    margin-bottom: 0;
  }

  .mobile-phone-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 35px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }

  .mobile-phone-bar a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
  }

  body:not(.navigation-window-visible) .top-navigation-bar {
    top: 35px;
  }

  body.template-11 .top-navigation-bar {
    top: 35px !important;
  }

  .navigation-window-visible .responsive-tools > a[data-target="navigation"] {
    top: 35px;
  }

  #header {
    top: 85px;
  }

  .in-kosik .overall-wrapper,
  .overall-wrapper {
    padding-top: 145px;
  }
}

.custom-product-buttons.template-11 .has-btn-border-radius .add-to-cart-button {
  border-radius: 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: 5px;
  justify-content: center;
  padding-right: 0;
  width: 100%;
}
.benefitBanner__picture img {
  max-height: 90px;
  max-width: 90px;
  transform: scale(1.5);
}
.benefitBanner__picture {
  height: 90px;
}

@media (min-width: 768px) {
  .top-category-block {
    margin-top: 20px;
  }

  .in-index .position--benefitHomepage {
    margin-bottom: 20px;
  }
}

.top-navigation-bar .top-navigation-contacts a span {
  line-height: 1.2;
}

.contact-box ul li > span small,
.navigation-in-bottom .top-navigation-contacts a span small,
.top-navigation-bar .top-navigation-contacts a span small {
  display: block;
  font-size: 90%;
  text-align: left;
}

.top-navigation-bar .top-navigation-contacts a span small {
  font-size: 70%;
  font-weight: 400;
}

ol.cart-header li a span:before,
ol.cart-header li strong span:before {
  background-color: #000;
}

.navigation-buttons button.top-nav-button[data-target="login"]:before,
.navigation-buttons > a[data-target="login"]:before,
.navigation-buttons button.top-nav-button,
.navigation-buttons > a,
.shp-tab-link,
.category-header div,
.category-header .listSorting__controls button.listSorting__control,
.cart-table tr .p-price .price-final,
ol.cart-header li a,
ol.cart-header li strong,
.price-wrapper .price.price-secondary,
.price-wrapper .price-label,
.cart-table tr .p-name .main-link span,
.cart-table tr .p-name a span,
a.link-icon,
.link-icon,
.breadcrumbs a,
.breadcrumbs,
.p-code,
.p-short-description p {
  opacity: 1;
  color: var(--body-text);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}

.basic-description p,
.basic-description ul li,
.p-short-description p,
.p-short-description ul li,
.category__secondDescription p,
.category-perex p,
.news-item-detail .text ul li,
.news-item-detail .text p,
.news-item .text .description p,
.benefitBanner__data,
.welcome p,
p {
  line-height: 1.6;
}

.btn.btn-conversion,
a.btn.btn-conversion,
.cart-widget-button .btn.btn-conversion,
.cart-widget-button a.btn.btn-conversion {
  text-transform: uppercase;
}

.search .btn.btn-default:before,
.search a.btn.btn-default:before {
  color: #000;
}

.header-top .search-form input[type="search"]::placeholder,
.header-top .search-form input[type="text"]::placeholder {
  color: #000;
}

body .hodnoceni > a,
.category-header
  .listSorting__controls
  button.listSorting__control.listSorting__control--current,
.discount-coupon form .btn,
.in-registration-login .content-inner .submit-wrapper .btn,
.login-wrapper .form-group.submit-wrapper .btn-primary,
#customerLogin .form-group.submit-wrapper .btn-primary,
.sidepanel-rating__content .sidepanel-rating__btn.btn.btn-secondary,
.rate-wrapper.unveil-wrapper .rate-average-inner + .add-comment,
.btn.btn-secondary,
a.btn.btn-secondary {
  background-color: var(--btn-secondary-BG);
  border-color: var(--btn-secondary-BG);
  color: var(--btn-secondary-COLOR);
}

body .hodnoceni > a:hover,
.discount-coupon form .btn:hover,
.in-registration-login .content-inner .submit-wrapper .btn:hover,
.login-wrapper .form-group.submit-wrapper .btn-primary:hover,
#customerLogin .form-group.submit-wrapper .btn-primary:hover,
.sidepanel-rating__content .sidepanel-rating__btn.btn.btn-secondary:hover,
.rate-wrapper.unveil-wrapper .rate-average-inner + .add-comment:hover,
.btn.btn-secondary:hover,
a.btn.btn-secondary:hover {
  background-color: var(--btn-secondary-BG-hover);
  border-color: var(--btn-secondary-BG-hover);
  color: var(--btn-secondary-COLOR);
}

#footer .btn.btn-default,
#footer a.btn.btn-default {
  min-width: 160px;
  margin-top: 15px;
}

@media (min-width: 768px) {
  /* .is-header-fixed.is-header-hidden .navigation-in > ul > li > a,
  .navigation-in > ul > li > a {
    padding-top: 18px;
    padding-bottom: 18px;
  } */

  .btn.btn-conversion,
  a.btn.btn-conversion,
  .cart-widget-button .btn.btn-conversion,
  .cart-widget-button a.btn.btn-conversion {
    text-transform: uppercase;
    font-size: 18px;
  }

  .products-block .product-btn a,
  .products-block .product-btn .pr-action {
    max-width: 190px;
  }
}

/* header heureka */

.header-shop-rating {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: 20px;
}

.header-shop-rating-review {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-shop-rating-review > img {
  width: 42px;
  height: auto;
}

.header-shop-rating-content {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.header-shop-rating-top {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-shop-rating .rating-value {
  font-size: 20px;
  font-weight: 700;
  color: #3f9b4d;
}

.header-shop-rating .rating-stars {
  display: flex;
  align-items: center;
}

.header-shop-rating .rating-stars .stars {
  display: flex;
}

.header-shop-rating .rating-count {
  font-size: 12px;
  color: #666;
  margin-top: 2px;
}

.header-shop-rating a.heureka-badge {
  display: flex;
  align-items: center;
}

.header-shop-rating a.heureka-badge img {
  height: 55px;
  width: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-shop-rating {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-shop-rating {
    padding: 8px 10px;
    background: #f7f7f7;
    margin: 0;
    justify-content: center;
    border-bottom: 1px solid #e4e4e4;
  }
  .header-shop-rating a.heureka-badge img {
    height: 55px;
  }
}

.vote-product-name,
.vote-title,
.vote-name {
  font-size: 16px;
}

body:not(.is-carousel-full-width) .carousel .extended-banner-title:not(:empty),
.multiple-columns-body .carousel .extended-banner-title:not(:empty),
.middle-banners-wrapper .extended-banner-title:not(:empty),
.body-banners .extended-banner-title:not(:empty),
.banners-top-block .extended-banner-title:not(:empty),
.next-to-carousel-banners .extended-banner-title:not(:empty),
.banner-category .extended-banner-title:not(:empty),
.carousel .extended-banner-title:not(:empty),
h1 {
  font-size: 30px;
}

.category-title,
.p-info-headline .h1,
.p-info-headline h1,
body .hodnoceni:before,
.products-related-block h2,
.products-alternative-block h2,
h4.homepage-group-title,
.h4.homepage-group-title,
h2 {
  font-size: 24px;
}

.sidepanel-rating__title,
h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

.basic-description p span,
.basic-description p,
.basic-description ul li span,
.basic-description ul li,
.p-short-description p span,
.p-short-description p,
.p-short-description ul li span,
.p-short-description ul li,
.category__secondDescription ul li span,
.category__secondDescription ul li,
.category-perex ul li span,
.category-perex ul li,
.category__secondDescription p span,
.category__secondDescription p,
.category-perex p span,
.category-perex p {
  font-size: 15px !important;
}

p span,
p {
  font-size: 15px;
}

@media (min-width: 767px) {
  .basic-description p span,
  .basic-description p,
  .basic-description ul li span,
  .basic-description ul li,
  .p-short-description p span,
  .p-short-description p,
  .p-short-description ul li span,
  .p-short-description ul li,
  .category__secondDescription ul li span,
  .category__secondDescription ul li,
  .category-perex ul li span,
  .category-perex ul li,
  .category__secondDescription p span,
  .category__secondDescription p,
  .category-perex p span,
  .category-perex p {
    font-size: 17px !important;
  }

  p span,
  p {
    font-size: 17px;
  }

  body:not(.is-carousel-full-width)
    .carousel
    .extended-banner-title:not(:empty),
  .multiple-columns-body .carousel .extended-banner-title:not(:empty),
  .middle-banners-wrapper .extended-banner-title:not(:empty),
  .body-banners .extended-banner-title:not(:empty),
  .banners-top-block .extended-banner-title:not(:empty),
  .next-to-carousel-banners .extended-banner-title:not(:empty),
  .banner-category .extended-banner-title:not(:empty),
  .carousel .extended-banner-title:not(:empty),
  h1 {
    font-size: 40px;
  }

  .p-info-headline .h1,
  .p-info-headline h1,
  .category-title,
  body .hodnoceni:before,
  .products-related-block h2,
  .products-alternative-block h2,
  h4.homepage-group-title,
  .h4.homepage-group-title,
  h2 {
    font-size: 32px;
  }

  .sidepanel-rating__title,
  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 22px;
  }

  .middle-banners-wrapper .extended-banner-text:not(:empty),
  .body-banners .extended-banner-text:not(:empty),
  .next-to-carousel-banners .extended-banner-text:not(:empty),
  .banners-top-block .extended-banner-text:not(:empty),
  body:not(.is-carousel-full-width) .carousel .extended-banner-text:not(:empty),
  .multiple-columns-body .carousel .extended-banner-text:not(:empty),
  #footer h3,
  #footer h4,
  .news-item .text .title {
    font-size: 18px;
  }

  .p-info-headline .h1,
  .p-info-headline h1 {
    margin-bottom: 10px;
  }
  .p-info-headline {
    margin-bottom: 15px;
  }
}

.product-advisor-box {
  border: 2px solid var(--color-primary);
  border-radius: 14px;
  padding: 16px;
  margin: 16px 0;
  display: flex;
  gap: 14px;
  align-items: center;
  background: var(--color-tertiary);
}

.product-advisor-box img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}

.product-advisor-text {
  line-height: 1.7;
}

.product-advisor-text strong {
  color: #000;
  font-size: 16px;
}

.product-advisor-phone a {
  color: var(--color-primary);
  font-weight: 600;
  font-size: 17px;
  text-decoration: none;
}
