@media (min-width: 768px) {
  .content-wrapper.container {
    width: 85% !important;
    max-width: 85% !important;
  }
}

.products-block > div:hover {
  z-index: 4 !important;
}

.products-block .p:hover {
  box-shadow: 0 0 16px rgba(0,0,0,.16) !important;
  border-radius: 16px !important;
  transform: scale(1.03) !important;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out !important;
}


/* But kill hover effects on p-bottom specifically */
.products-block .p:hover .p-bottom {
  position: relative !important;
  box-shadow: none !important;
  left: auto !important;
  right: auto !important;
  padding: 0 5px 5px !important;
}

.products-block .p:hover .prices {
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
}

@media (min-width: 992px) {
  .products-block .p .p-bottom,
  .products-block .p .stars {
    opacity: 1 !important;
  }

  .products-block .p .p-bottom {
    height: auto !important;
    overflow: visible !important;
    transform: scaleY(1) !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    box-shadow: none !important;
  }
}

.products-block > div {
  display: flex !important;
}

.products-block .p {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out !important;
}

.products-block .p .p-in {
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1 !important;
}

.products-block .p .p-bottom {
  margin-top: auto !important;
}

@media (min-width: 992px) {
  .products-block > div {
    width: 23.333% !important;
    margin: 0 5% !important;
    margin-bottom: 20px !important;
  }
}

@media (min-width: 480px) and (max-width: 991px) {
  .products-block > div {
    width: 40% !important;
    margin: 0 5% !important;
    margin-bottom: 20px !important;
  }
}

.products-block {
  justify-content: center !important;
}

.products-block .p .p-image img {
  border-radius: 12px !important;
}

.products-block .p:hover .p-bottom {
  border-radius: 0 0 16px 16px !important;
}

.jtd-inner {
  max-width: 100% !important;
  padding-left: 5vw !important;
  padding-right: 5vw !important;
}

section {
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
}

@media (max-width: 768px) {
  .jtd-inner {
    flex-direction: column-reverse !important;
  }

  .jtd-image-wrap {
    width: 100% !important;
    min-width: 100% !important;
  }

  .jtd-image-wrap img {
    border-radius: 0 !important;
    height: 260px !important;
    width: 100% !important;
  }

  .jtd-inner {
    padding: 0 0 40px 0 !important;
    gap: 30px !important;
  }

  .jtd-text {
    padding: 0 20px !important;
  }
}

section[style*="background-color: #f5f0e8"] {
  position: relative !important;
}

.welcome section::after {
  content: "" !important;
  position: absolute !important;
  bottom: -10px !important;
  left: -10vw !important;
  width: 120vw !important;
  height: 20px !important;
  background: url("https://www.ususeno.cz/user/documents/upload/Styly/beige-yellow-line-F5F0E8.png") repeat-x center !important;
  background-size: auto 100% !important;
  z-index: 1 !important;
  overflow: visible !important;
}

.welcome section {
  overflow: visible !important;
}

.welcome > div {
  overflow: visible !important;
}

.welcome {
  overflow: visible !important;
}

.welcome section::before {
  content: "" !important;
  position: absolute !important;
  top: -10px !important;
  left: -10vw !important;
  width: 120vw !important;
  height: 20px !important;
  background: url("https://www.ususeno.cz/user/documents/upload/Styly/beige-yellow-line-F5F0E8.png") repeat-x center !important;
  background-size: auto 100% !important;
  z-index: 1 !important;
}

@media (max-width: 768px) {
  .welcome section::before {
    display: none !important;
  }
}