/* GamePC category photos and compact homepage fixes */
.gpc-budget-links,
.gpc-category-links {
  display: none !important;
}

.gpc-product-grid .image {
  position: relative !important;
}

.gpc-product-grid .flags-extra {
  top: 8px !important;
  right: 8px !important;
  left: auto !important;
}

/* Jasně popsaná doprava zdarma namísto neurčitého kruhu „ZDARMA“. */
.product .flag-freeshipping {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  max-width: 104px;
  padding: 8px 11px !important;
  border-radius: 999px !important;
  line-height: 1.08 !important;
  text-align: center;
  white-space: normal !important;
}

.product .flag-freeshipping .icon-van {
  display: none !important;
}

.product .flag-freeshipping .flag-text {
  font-size: 0 !important;
  line-height: 1 !important;
}

.product .flag-freeshipping .flag-text::after {
  content: "Doprava zdarma";
  display: block;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.08;
  text-transform: uppercase;
}

.homepage-group-title + .bs4 .topcat-col-1 .card-img-top {
  content: url("/user/documents/upload/gamepc-category-pc-apple-pastel-v1.jpg");
}

.homepage-group-title + .bs4 .topcat-col-2 .card-img-top {
  content: url("/user/documents/upload/gamepc-category-components-apple-pastel-v1.jpg");
}

.homepage-group-title + .bs4 .topcat-col-3 .card-img-top {
  content: url("/user/documents/upload/gamepc-category-accessories-apple-pastel-v1.jpg");
}

.homepage-group-title + .bs4 .card-img-top {
  object-position: center;
}

@media (max-width: 767px) {
  .gpc-product-grid > .product:nth-child(n+3) {
    display: none !important;
  }

  .product .flag-freeshipping {
    max-width: 78px;
    padding: 6px 7px !important;
  }

  .product .flag-freeshipping .flag-text::after {
    font-size: 9px;
  }
}
