td.p-availability.p-cell {
  display: none;
}

.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) {
  .col-xs-12.col-lg-6.p-image-wrapper {
    width: 65%;
  }
  .col-xs-12.col-lg-6.p-info-wrapper {
    width: 35%;
  }
  .top-navigation-bar .container > div.top-navigation-contacts {
    top: 0;
    height: 49px;
  }
  .subcategories.with-image li a .image {
    width: 100%;
  }
  .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: 105px;
  }

  .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;
  }
}

.top-navigation-bar .container > div.top-navigation-menu {
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 768px) {
  #footer {
    margin-top: 70px !important;
  }
}

@media (min-width: 768px) {
  .banners-top-block {
    margin-top: 45px;
    margin-bottom: -10px;
  }
}

.flag.flag-saving {
  font-size: 14px;
  background-color: var(--color-secondary);
}

body.jt-collection-category .product .p {
  box-shadow: none;
  padding: 0;
  height: auto;
  border-radius: 10px;
}

body.jt-collection-category .product .p .p-in {
  position: absolute;
  top: 12px;
  right: 0;
  border-radius: 0;
  padding: 5px 10px;
  background-color: white;
  border-radius: 4px 0 0 4px;
}

body.jt-collection-category .products-block.products .p .name {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: "DM Serif Display", serif;
}

body.jt-collection-category .products-block.products .p .p-bottom {
  display: none;
}

body.jt-collection-category .products-block .p .flags-default {
  display: none;
}

body.jt-collection-category .products-block .product-btn {
  display: none;
}

body.jt-collection-category .products-block .p:hover .image > img {
  transform: scale(1, 1);
}

body.jt-collection-category
  .products-block:not(.products-additional)
  .p
  .image
  img {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  margin-left: 0;
  margin-top: -20px;
  margin-bottom: -30px;
}

@media (min-width: 480px) {
  body.jt-collection-category .products-block.products .p .name {
    font-size: 16px;
  }
  body.jt-collection-category .product .p .p-in {
    top: 5px;
  }
}

@media (min-width: 768px) {
  body.jt-collection-category .products-block.products .p .name {
    font-size: 20px;
  }
  body.jt-collection-category .product .p .p-in {
    top: 25px;
  }
}

@media (min-width: 1200px) {
  body.jt-collection-category .product .p .p-in {
    top: 25px;
  }
  body.jt-collection-category .product {
    width: 33.33%;
  }
  body.jt-collection-category .products-block.products .p .name {
    font-size: 20px;
  }
}

@media (min-width: 1400px) {
  body.jt-collection-category .products-block.products .p .name {
    font-size: 22px;
  }
}

body.jt-collection-category .product .p {
  position: relative;
  overflow: hidden;
}

body.jt-collection-category .product .p:after {
  content: "";
  position: absolute;
  inset: 12px;

  border: 1px solid rgba(255, 255, 255, 0);

  transition: all 0.35s ease;
  pointer-events: none;
  border-radius: 10px;
}

body.jt-collection-category .product .p:hover:after {
  border-color: rgba(255, 255, 255, 0.8);
}

body.jt-collection-category .product .p:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0);
  transition: all 0.4s ease;
  z-index: 1;
  pointer-events: none;
}

body.jt-collection-category .product .p:hover:before {
  background: rgba(255, 255, 255, 0.08);
}

body.jt-collection-category .product img {
  transition: transform 0.7s ease;
}

body.jt-collection-category .product .p:hover img {
  transform: scale(1.05);
}

body.jt-collection-category .product .p-in {
  z-index: 2;
}

body.jt-collection-category .product .p-in {
  transition: all 0.35s ease;
}

body.jt-collection-category .product .p:hover .p-in {
  /* right: 12px; */
  padding-left: 20px;
  padding-right: 20px;
}
