.images-part {
  padding-bottom: 4.2rem;
}

.text-center.choose {
  margin: 5rem 0 2.5rem;
}

.product-card img {
  margin-bottom: 1.4rem;
  border-radius: 12px;
}

.card-button > div {
  padding: 6px 15px 0px;
}

.view-ksgraphic-products {
  background-image: url("/themes/custom/base/src/assets/images/ks-product-bg.svg");
  background-position-x: center;
  background-position-y: center;
  background-size: 90% 90%;
  background-repeat: no-repeat;
  padding: 5rem 1rem;
}
.view-ksgraphic-products h2 {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (max-width: 991.98px) {
  .view-ksgraphic-products {
    background-size: 200% 200%;
  }
}

.view-ksgraphic-pozrite-si-nase-prace {
  margin-top: 2.5rem;
}

.view-ksgraphic-pozrite-si-nase-prace .product-link-overlay,
.view-ksgraphic-products .product-link-overlay {
  display: block;
}
.view-ksgraphic-pozrite-si-nase-prace .view-content,
.view-ksgraphic-products .view-content {
  text-align: center;
}
.view-ksgraphic-pozrite-si-nase-prace .view-content .views-field-field-image,
.view-ksgraphic-products .view-content .views-field-field-image {
  margin-bottom: 1rem;
}
.view-ksgraphic-pozrite-si-nase-prace .view-content .product-title,
.view-ksgraphic-products .view-content .product-title {
  margin-bottom: 1rem;
}
.view-ksgraphic-pozrite-si-nase-prace .views-row img,
.view-ksgraphic-products .views-row img {
  border-radius: 15px;
  transition: all 0.3s ease;
}
.view-ksgraphic-pozrite-si-nase-prace .views-row img:hover,
.view-ksgraphic-products .views-row img:hover {
  box-shadow: 0px 0px 10px grey;
}

.view-ksgraphic-products .view-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}
.view-ksgraphic-products .view-content .views-row {
  height: 100%;
  max-width: calc(25% - 1.125rem);
}
@media (max-width: 991.98px) {
  .view-ksgraphic-products .view-content .views-row {
    max-width: calc(50% - 0.75rem);
  }
}
.view-ksgraphic-products .view-content .form-control,
.view-ksgraphic-products .view-content .captcha,
.view-ksgraphic-products .view-content .captcha-admin-links {
  max-width: 350px;
}

.product .field__label {
  margin-bottom: 1rem;
}
