/* Font @import odstraněn – fonty se načítají centrálně v
   korefib-global-clean.css (načítá se dříve než tento soubor). */

.kf-product-detail-block,.kf-product-detail-block * {
  box-sizing: border-box;
}

.kf-product-detail-block.kf-ready {
  opacity: 1 !important;
  visibility: visible !important;
  transition: opacity .18s ease !important;
}

.kf-product-detail-block {
  --kf-blue: #0088af;
  --kf-blue-dark: #006f91;
  --kf-black: #080b0d;
  --kf-text: #202020;
  --kf-muted: #6f6f6f;
  --kf-line: #e7e7e7;
  --kf-shadow: 0 14px 38px rgba(0, 0, 0, .08);
  font-family: "Exo 2", Arial, sans-serif;
  color: var(--kf-text);
  background: #fff;
  max-width: 1480px !important;
  margin: 0 auto;
  padding: 24px 0 36px;
  display: block !important;
  width: 100% !important;
  clear: both;
  opacity: 0 !important;
  visibility: hidden !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

html.kf-js-loading .type-product .p-detail-inner {
  visibility: hidden !important;
  opacity: 0 !important;
}

.type-product .p-detail-inner.kf-original-hidden {
  display: none !important;
}

.kf-product-hero {
  display: grid !important;
  grid-template-columns: minmax(520px, 1fr) minmax(560px, 1.08fr) !important;
  gap: 44px !important;
  align-items: start !important;
}

.kf-product-gallery {
  position: relative !important;
  min-height: 760px !important;
}

.kf-product-gallery::before {
  content: "";
  display: block;
  height: 610px !important;
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--kf-shadow);
  border: 1px solid #f0f0f0;
}

.kf-product-badge {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 3;
  background: linear-gradient(135deg, var(--kf-blue), #006889);
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 13px;
  padding: 14px 18px;
  border-radius: 8px;
  box-shadow: 0 9px 18px rgba(0, 136, 175, .24);
}

.kf-gallery-arrow {
  position: absolute;
  top: 300px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #000;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .14);
  cursor: pointer;
  display: grid;
  place-items: center;
  z-index: 4;
  font-size: 38px;
  line-height: 1;
}

.kf-gallery-prev {
  left: 20px;
}

.kf-gallery-next {
  right: 20px;
}

.kf-zoom,.kf-lightbox,.kf-lightbox-close {
  display: none !important;
}

.kf-thumbs {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 16px !important;
  margin-top: 16px !important;
}

.kf-thumbs button {
  border: 2px solid transparent;
  border-radius: 8px;
  background: #fff;
  padding: 0;
  height: 154px !important;
  overflow: hidden;
  cursor: pointer;
}

.kf-thumbs button.is-active {
  border-color: var(--kf-blue);
}

.kf-thumbs img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.kf-product-content {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.kf-product-content h1 {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1;
  font-weight: 900 !important;
  letter-spacing: -0.03em !important;
  color: #000 !important;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.kf-product-content h1 .kf-logo {
  position: relative;
  display: inline-block;
  color: #000 !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-weight: 900 !important;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 1;
  padding-right: 14px;
}

.kf-product-content h1 .kf-logo sup {
  position: absolute;
  top: 0;
  right: -7px;
  font-size: 18px !important;
  line-height: 1;
  font-family: Arial, sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0;
}

.kf-product-content h1 .kf-blue {
  color: var(--kf-blue, #0088af) !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-weight: 900 !important;
  letter-spacing: -0.03em !important;
  line-height: 1;
}

.kf-product-content h1 em {
  font-family: "Montserrat", Arial, sans-serif !important;
  font-style: normal;
  color: #000 !important;
  font-size: 0.92em;
  font-weight: 800 !important;
  letter-spacing: -0.02em;
  line-height: 1;
  white-space: nowrap;
}

.kf-rating-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 22px;
  font-size: 16px;
}

.kf-rating-line a {
  color: #d99a00;
  text-decoration: underline;
}

.kf-stars {
  color: #f5a400;
  font-size: 24px;
  letter-spacing: 1px;
}

.kf-icon-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: #fff;
  border-radius: 12px;
  box-shadow: var(--kf-shadow);
  border: 1px solid #f0f0f0;
  margin-bottom: 22px;
  overflow: hidden;
}

.kf-icon-strip div {
  min-height: 146px;
  padding: 24px 14px 18px;
  text-align: center;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 10px;
  border-right: 1px solid var(--kf-line);
}

.kf-icon-strip div:last-child {
  border-right: 0;
}

.kf-icon-strip i,.kf-bottom-benefits i,.kf-documents i {
  color: var(--kf-blue);
  font-style: normal;
  font-size: 42px;
  line-height: 1;
}

.kf-icon-strip strong {
  color: #050505;
  font-size: 16px;
  line-height: 1.25;
}

.kf-product-lead {
  margin: 0 0 22px;
  font-size: 18px;
  line-height: 1.55;
}

.kf-option-box,.kf-documents,.kf-bottom-benefits {
  background: #fff;
  border-radius: 12px;
  box-shadow: var(--kf-shadow);
  border: 1px solid #f0f0f0;
}

.kf-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.kf-options label {
  display: grid;
  gap: 10px;
  font-weight: 800;
}

.kf-options label span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.kf-options em {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 1px solid #111;
  display: inline-grid;
  place-items: center;
  font-style: normal;
  font-size: 12px;
}

.kf-options select {
  width: 100%;
  appearance: none;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background: linear-gradient(45deg, transparent 50%, #111 50%) calc(100% - 22px) 50% / 8px 8px no-repeat,
    linear-gradient(135deg, #111 50%, transparent 50%) calc(100% - 16px) 50% / 8px 8px no-repeat,
    #fff;
  padding: 15px 42px 15px 14px;
  font: inherit;
  font-weight: 600;
}

.kf-options small {
  color: var(--kf-blue);
  font-size: 14px;
  font-weight: 500;
}

.kf-shoptet-variants-target {
  order: 1 !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 220px)) !important;
  justify-content: flex-start !important;
  gap: 14px 24px !important;
  width: 100% !important;
  margin-bottom: -50px !important;
}

.kf-shoptet-variants-target>* {
  width: 100% !important;
  margin: 0 !important;
}

.kf-shoptet-variants-target select {
  width: 100% !important;
  min-height: 52px !important;
  border: 1px solid #cfcfcf !important;
  border-radius: 4px !important;
  padding: 6px 38px 6px 12px !important;
  font-family: "Exo 2", Arial, sans-serif !important;
  font-weight: 600 !important;
  margin-top: 6px !important;
}

.kf-shoptet-variants-target label,.kf-shoptet-variants-target .variant-name,.kf-shoptet-variants-target .parameter-name,.kf-shoptet-variants-target .advanced-parameter-name,.kf-shoptet-variants-target .row-header-label {
  display: block !important;
  margin-bottom: 8px !important;
  line-height: 1.2 !important;
}

.kf-shoptet-variants-target .availability,.kf-shoptet-variants-target .availability-value,.kf-shoptet-variants-target .p-availability,.kf-shoptet-variants-target .variant-availability,.kf-shoptet-variants-target .availability-amount {
  display: none !important;
}

.kf-shoptet-cart-target .p-final-price-wrapper,.kf-shoptet-cart-target .price-final-holder {
  display: block !important;
  white-space: nowrap !important;
  margin-bottom: 14px !important;
}

.kf-shoptet-cart-target .price-final,.kf-shoptet-cart-target .price-final strong,.kf-shoptet-cart-target .price-final span {
  font-size: 18px !important;
  line-height: 1.1 !important;
  font-weight: 800 !important;
  color: #000 !important;
}

.kf-shoptet-cart-target .price-additional,.kf-shoptet-cart-target .price-standard,.kf-shoptet-cart-target .price-final-holder small,.kf-shoptet-cart-target .price-final-holder .price-secondary,.kf-shoptet-cart-target .price-final-holder .price-without-vat,.kf-shoptet-cart-target .price-final-holder .price-no-vat {
  display: block !important;
  margin-top: 4px !important;
  font-size: 17px !important;
  line-height: 1.25 !important;
  font-weight: 500 !important;
  color: #555 !important;
}

.kf-shoptet-cart-target .add-to-cart,.kf-shoptet-cart-target .add-to-cart-wrapper,.kf-shoptet-cart-target .p-to-cart-block {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  width: 100% !important;
}

.kf-actions {
  display: grid;
  grid-template-columns: 1fr .86fr;
  gap: 18px;
  margin-top: 26px;
}

.kf-product-detail-block .kf-btn {
  min-height: 44px !important;
  height: 44px !important;
  padding: 0 22px !important;
  border-radius: 6px !important;
  border: 2px solid var(--kf-blue) !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 15px !important;
  line-height: 44px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  text-decoration: none !important;
  display: grid !important;
  place-items: center !important;
}

.kf-product-detail-block .kf-btn-outline {
  background: #fff !important;
  color: #111 !important;
}

.kf-product-detail-block .kf-btn-outline:hover {
  background: var(--kf-blue) !important;
  color: #fff !important;
}

.kf-product-detail-block .kf-btn:hover {
  transform: translateY(-1px);
}

.kf-shoptet-cart-target .quantity,.kf-shoptet-cart-target .amount,.quantity,.amount {
  border-radius: 8px !important;
  overflow: hidden !important;
}

.kf-documents h2 {
  grid-column: 1 / -1;
  margin: 0 0 2px;
  font-size: 16px;
  text-transform: uppercase;
  color: #111;
}

.kf-documents a i {
  grid-row: span 2;
  font-size: 40px;
}

.kf-documents small {
  color: #444;
  font-size: 14px;
}

.kf-bottom-benefits {
  margin-top: 36px;
  padding: 28px 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.kf-bottom-benefits article {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  padding: 0 26px;
  border-right: 1px solid var(--kf-line);
}

.kf-bottom-benefits article:last-child {
  border-right: 0;
}

.kf-bottom-benefits h3 {
  margin: 0 0 7px;
  color: #111;
  font-size: 17px;
  font-weight: 900;
}

.kf-bottom-benefits p {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
}

.kf-product-detail-block img,.kf-main-image,.kf-thumbs img {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.kf-option-box {
  padding: 18px 18px 12px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
}

.kf-shoptet-cart-target {
  order: 2 !important;
  display: block !important;
  width: 100% !important;
  clear: both !important;
  margin-top: 0 !important;
}

.kf-shoptet-cart-target .btn-conversion,.kf-shoptet-cart-target .add-to-cart-button,.kf-shoptet-cart-target input[type="submit"] {
  min-height: 54px !important;
  flex: 1 1 auto !important;
  font-family: "Exo 2", Arial, sans-serif !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  background: #f5a400 !important;
  border-color: #f5a400 !important;
  color: #111 !important;
}

.kf-shoptet-cart-target .btn:hover,.kf-shoptet-cart-target button:hover,.kf-shoptet-cart-target input[type="submit"]:hover {
  background: #d98f00 !important;
  border-color: #d98f00 !important;
  color: #111 !important;
}

.kf-main-image {
  position: absolute !important;
  top: 48px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 90% !important;
  height: 485px !important;
  object-fit: contain !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2 !important;
}

.kf-documents {
  margin-top: 18px !important;
  padding: 18px 20px !important;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.kf-product-gallery .kf-thumbs button {
  aspect-ratio: 16 / 7 !important;
  height: auto !important;
  min-height: 68px !important;
  max-height: 76px !important;
  width: 100% !important;
  min-width: 0 !important;
  padding: 0 !important;
  border: 1px solid #d7e8ee !important;
  border-radius: 0 !important;
  background: #fff !important;
  overflow: hidden !important;
  cursor: pointer !important;
  box-shadow: none !important;
}

.kf-product-gallery .kf-thumbs button.is-active {
  border: 2px solid var(--kf-blue, #0088af) !important;
}

.kf-product-gallery .kf-thumbs img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: contain !important;
  object-position: center center !important;
  padding: 2px !important;
  background: #fff !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.kf-product-gallery .kf-thumbs button:nth-child(1) img {
  padding: 6px !important;
}

.kf-product-gallery .kf-documents {
  margin-top: 8px !important;
  width: 100% !important;
  grid-template-columns: repeat(2, 1fr) !important;
  padding: 18px 20px 20px !important;
  gap: 22px 34px !important;
}

.kf-documents a {
  display: grid;
  grid-template-columns: 38px 1fr !important;
  column-gap: 14px !important;
  align-items: center !important;
  text-decoration: none !important;
  color: #111 !important;
  min-height: 52px !important;
}

.kf-doc-icon {
  width: 36px !important;
  height: 40px !important;
  display: block !important;
  position: relative !important;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  grid-row: span 2 !important;
}

.kf-doc-icon::before {
  content: "" !important;
  display: block !important;
  width: 30px !important;
  height: 38px !important;
  border: 2px solid var(--kf-blue, #0088af) !important;
  border-radius: 3px !important;
  background: linear-gradient(#0088af, #0088af) 7px 11px / 16px 2px no-repeat,
    linear-gradient(#0088af, #0088af) 7px 19px / 16px 2px no-repeat,
    linear-gradient(#0088af, #0088af) 7px 27px / 12px 2px no-repeat,
    #fff !important;
}

.kf-doc-dop::after {
  content: "✓" !important;
  position: absolute !important;
  right: 1px !important;
  bottom: -1px !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 50% !important;
  background: var(--kf-blue, #0088af) !important;
  color: #fff !important;
  font-size: 12px !important;
  line-height: 18px !important;
  text-align: center !important;
  font-weight: 900 !important;
}

.kf-doc-eta::after {
  content: "ETA" !important;
  position: absolute !important;
  right: -1px !important;
  bottom: -1px !important;
  width: 24px !important;
  height: 16px !important;
  border-radius: 3px !important;
  background: var(--kf-blue, #0088af) !important;
  color: #fff !important;
  font-size: 8px !important;
  line-height: 16px !important;
  text-align: center !important;
  font-weight: 900 !important;
  font-family: "Exo 2", Arial, sans-serif !important;
}

.kf-doc-catalog::after {
  content: "CAT" !important;
  position: absolute !important;
  right: -2px !important;
  bottom: -2px !important;
  width: 24px !important;
  height: 16px !important;
  border-radius: 3px !important;
  background: var(--kf-blue, #0088af) !important;
  color: #fff !important;
  font-size: 8px !important;
  line-height: 16px !important;
  text-align: center !important;
  font-weight: 900 !important;
  font-family: "Exo 2", Arial, sans-serif !important;
}

.kf-product-title {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: baseline !important;
  gap: 8px !important;
  margin: 0 0 2px !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 34px !important;
  line-height: 1.05 !important;
  font-weight: 900 !important;
}

.kf-product-title .kf-logo {
  font-family: "Montserrat", Arial, sans-serif !important;
  font-weight: 900 !important;
  letter-spacing: -0.04em !important;
}

.kf-product-title .kf-blue {
  font-family: "Montserrat", Arial, sans-serif !important;
  color: var(--kf-blue, #0088af) !important;
  font-weight: 900 !important;
  letter-spacing: -0.035em !important;
}

.kf-product-specline {
  display: inline-block !important;
  margin: 4px 0 9px !important;
  padding-bottom: 3px !important;
  border-bottom: 3px solid rgba(0, 0, 0, 0.18) !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 30px !important;
  line-height: 1.05 !important;
  font-weight: 900 !important;
  color: #000 !important;
  letter-spacing: 0.01em !important;
}

.kf-product-subtitle {
  margin: 8px 0 18px;
  color: #666;
  font-size: 27px;
  line-height: 1.15;
  font-weight: 800;
  margin-top: 0 !important;
}

.kf-rating-line .kf-rating-brand {
  position: relative !important;
  top: -3px !important;
}

.kf-area-result {
  order: 2 !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 10px 14px !important;
  border: 1px solid #d7e8ee !important;
  border-radius: 8px !important;
  background: #f7fbfd !important;
  font-family: "Exo 2", Arial, sans-serif !important;
}

.kf-area-result span {
  font-size: 15px !important;
  color: #555 !important;
  font-weight: 700 !important;
}

.kf-area-result strong {
  font-size: 22px !important;
  color: var(--kf-blue, #0088af) !important;
  font-weight: 900 !important;
}

.kf-unit-price-result {
  display: block !important;
  width: 100% !important;
  margin: 4px 0 18px !important;
  font-family: "Exo 2", Arial, sans-serif !important;
  font-size: 17px !important;
  line-height: 1.25 !important;
  font-weight: 500 !important;
  color: #555 !important;
}

.kf-unit-price-result span,.kf-unit-price-result strong {
  font-size: 17px !important;
  line-height: 1.25 !important;
  font-weight: 500 !important;
  color: #555 !important;
}

.kf-actions-secondary {
  order: 4 !important;
  margin: 18px 0 0 !important;
  padding: 0 10px !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
}

.kf-delivery {
  order: 5 !important;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 14px;
  color: #343434;
  font-size: 14px;
}

.kf-product-detail-block .kf-price-without-vat-line,.kf-product-detail-block .kf-price-per-m2-line {
  font-weight: 400 !important;
}

.kf-product-detail-block .kf-price-without-vat-line strong,.kf-product-detail-block .kf-price-per-m2-line strong {
  font-weight: 400 !important;
}

.type-page .products,.type-page .products-block,.type-page .product-list,.type-page .subcategories,.type-page .pagination,.type-page .empty-content,.type-page .content-inner>.products,.type-page .content-inner>.products-block,.type-page .content-inner>.product-list,.type-page .content-inner>.subcategories,.type-page .content-inner>.pagination,.type-page .content-inner>.empty-content {
  display: none !important;
}

.kf-product-detail-block .kf-shoptet-cart-target .btn-conversion,.kf-product-detail-block .kf-shoptet-cart-target .add-to-cart-button,.kf-product-detail-block .kf-shoptet-cart-target input[type="submit"],.kf-product-detail-block .kf-shoptet-cart-target .add-to-cart-button,.kf-product-detail-block .kf-shoptet-cart-target .btn-conversion {
  background: #f5a400 !important;
  border-color: #f5a400 !important;
  color: #111 !important;
}

.kf-product-detail-block .kf-shoptet-cart-target .btn:hover,.kf-product-detail-block .kf-shoptet-cart-target button:hover,.kf-product-detail-block .kf-shoptet-cart-target input[type="submit"]:hover,.kf-product-detail-block .kf-shoptet-cart-target .add-to-cart-button:hover,.kf-product-detail-block .kf-shoptet-cart-target .btn-conversion:hover {
  background: #d98f00 !important;
  border-color: #d98f00 !important;
  color: #111 !important;
}

.kf-product-detail-block .kf-shoptet-cart-target .price-final {
  display: block !important;
  width: 210px !important;
  white-space: nowrap !important;
}

.kf-product-detail-block .kf-shoptet-cart-target .p-to-cart-block>.kf-price-without-vat-line {
  grid-column: 2 !important;
  grid-row: 1 !important;
  margin: 6px 0 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
}

.kf-product-detail-block .kf-price-without-vat-line>div,.kf-product-detail-block .kf-price-per-m2-line {
  display: block !important;
  margin: 0 0 4px 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
}

.kf-product-detail-block .kf-shoptet-cart-target .p-to-cart-block>.btn-conversion,.kf-product-detail-block .kf-shoptet-cart-target .p-to-cart-block>.add-to-cart-button {
  grid-column: 1 / -1 !important;
  grid-row: 3 !important;
  width: 100% !important;
  margin-top: 0 !important;
}

.navigation-tools .cart-widget-content,.navigation-tools .cart-widget-content *,.header-top .cart-widget-content,.header-top .cart-widget-content *,.top-navigation-bar .cart-widget-content,.top-navigation-bar .cart-widget-content * {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.kf-product-detail-block .kf-shoptet-cart-target .btn,.kf-product-detail-block .kf-shoptet-cart-target .add-to-cart-button,.kf-product-detail-block .kf-shoptet-cart-target button[type="submit"] {
  min-height: 52px !important;
  height: 52px !important;
  line-height: 52px !important;
  padding: 0 !important;
}

.kf-product-detail-block .kf-shoptet-cart-target .p-final-price-wrapper {
  grid-column: 1 !important;
  grid-row: 1 !important;
  width: 150px !important;
  min-width: 150px !important;
  max-width: 150px !important;
  margin: 8px 0 0 28px !important;
  text-align: center !important;
}

.kf-product-detail-block .kf-shoptet-cart-target .price-final,.kf-product-detail-block .kf-shoptet-cart-target .price-final strong,.kf-product-detail-block .kf-shoptet-cart-target .price-final span {
  font-size: 20px !important;
  line-height: 1.15 !important;
  display: inline-block !important;
  text-align: center !important;
  width: auto !important;
}

.kf-product-detail-block .kf-shoptet-cart-target .add-to-cart {
  grid-column: 1 !important;
  grid-row: 2 !important;
  justify-self: start !important;
  width: auto !important;
  max-width: 132px !important;
  margin: -6px 0 0 40px !important;
  transform: scale(0.82) !important;
  transform-origin: center center !important;
}

.kf-product-detail-block .kf-shoptet-cart-target .p-to-cart-block {
  display: grid !important;
  grid-template-columns: 210px 1fr !important;
  grid-template-rows: auto auto auto !important;
  column-gap: 55px !important;
  row-gap: 4px !important;
  align-items: start !important;
  width: 100% !important;
}

.kf-ref-hero-image {
  margin: 0 0 26px;
}

.kf-ref-hero-image a {
  display: block;
}

.kf-ref-hero-image img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  border: 1px solid var(--kf-border);
}

.kf-ref-content {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 28px;
  align-items: start;
}

.kf-ref-gallery-small {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 10px;
  max-width: none;
}

.kf-ref-gallery-small img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.kf-ref-gallery-small a:first-child,.kf-ref-gallery-small a:first-child img {
  grid-column: auto;
  height: 180px;
}

body.type-index #content-wrapper,body.type-index .content-wrapper,body.type-index .content-wrapper-in,body.type-index main#content,body.type-index .content,body.type-index .row.banners-row,body.type-index .banners-row,body.type-index .wide-carousel,body.type-index #carousel {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.type-index .row.banners-row,body.type-index .banners-row,body.type-index .wide-carousel {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden !important;
}

body.type-index #carousel,body.type-index #carousel.carousel,body.type-index #carousel .carousel-inner,body.type-index #carousel .carousel-inner>.item,body.type-index #carousel .item,body.type-index #carousel .item>a {
  width: 100vw !important;
  max-width: 100vw !important;
  height: 575px !important;
  min-height: 575px !important;
  max-height: 575px !important;
  overflow: hidden !important;
  background: #f4f7f8 !important;
}

body.type-index #carousel img,body.type-index #carousel .item img,body.type-index #carousel .carousel-inner img {
  width: 100% !important;
  max-width: 100% !important;
  height: 575px !important;
  min-height: 575px !important;
  max-height: 575px !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block !important;
  background: #fff !important;
}

body.type-index #carousel .carousel-control,body.type-index #carousel .left.carousel-control,body.type-index #carousel .right.carousel-control {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.type-index #carousel .carousel-indicators {
  display: none !important;
}

body.type-index #carousel .kf-carousel-dots,body.type-index .kf-carousel-dots {
  position: absolute !important;
  left: 49% !important;
  bottom: 120px !important;
  transform: translateX(-50%) !important;
  z-index: 30 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
}

body.type-index #carousel .kf-carousel-dot,body.type-index .kf-carousel-dot {
  width: 14px !important;
  height: 14px !important;
  min-width: 14px !important;
  min-height: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 50% !important;
  border: 2px solid #fff !important;
  background: #fff !important;
  box-shadow: 0 0 0 2px rgba(0, 136, 175, .25) !important;
  cursor: pointer !important;
  opacity: 1 !important;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease !important;
}

body.type-index #carousel .kf-carousel-dot.is-active,body.type-index .kf-carousel-dot.is-active {
  background: var(--kf-blue, #0088af) !important;
  border-color: #fff !important;
  box-shadow: 0 0 0 3px rgba(0, 136, 175, .35) !important;
  transform: scale(1.15) !important;
}

body.type-index #carousel .kf-carousel-dot:hover,body.type-index .kf-carousel-dot:hover {
  background: rgba(255, 255, 255, .85) !important;
}

.top-navigation-bar .navigationActions .kf-social-top {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 2px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.top-navigation-bar .navigationActions .kf-social-top a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 24px !important;
  height: 24px !important;
  border: 1px solid var(--kf-blue, #0088af) !important;
  background: #fff !important;
  color: var(--kf-blue, #0088af) !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  transition: all .18s ease !important;
}

.top-navigation-bar .navigationActions .kf-social-top a:hover {
  background: var(--kf-blue, #0088af) !important;
  color: #fff !important;
}

.top-navigation-bar .navigationActions {
  gap: 12px !important;
}

.languagesMenu {
  margin-right: 10px !important;
}

.top-nav-button-login {
  margin-right: 10px !important;
}

#footer .signature,#footer #signature,#signature,.footer-bottom .signature {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

.kf-home-footer-brand p {
  margin: 22px 0 0;
  max-width: 350px;
  color: #444;
  font-size: 16px;
  line-height: 1.55;
}

body.type-index .footer-bottom {
  display: none !important;
}

body.type-index #footer .footer-rows,body.type-index .footer-bottom {
  display: none !important;
}

.kf-home-footer,.kf-home-footer * {
  box-sizing: border-box !important;
}

.kf-home-footer-cta span {
  display: block !important;
  margin-top: 8px !important;
  color: #555 !important;
  font-size: 16px !important;
}

.kf-home-footer h3 {
  margin: 0 0 18px !important;
  color: #111 !important;
  font-size: 18px !important;
  font-weight: 900 !important;
}

.kf-home-footer-sub {
  margin-top: 5px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: .18em !important;
  color: var(--kf-blue, #0088af) !important;
}

.kf-home-footer p {
  margin: 22px 0 0 !important;
  max-width: 350px !important;
  color: #444 !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
}

.kf-home-footer a,.kf-home-footer-contact span {
  display: block !important;
  margin-bottom: 10px !important;
  color: #444 !important;
  text-decoration: none !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
}

.kf-home-footer a:hover {
  color: var(--kf-blue, #0088af) !important;
}

.kf-home-footer-contact a {
  font-weight: 700 !important;
  color: #111 !important;
}

.kf-home-footer-badges span {
  display: inline-flex !important;
  padding: 6px 10px !important;
  background: #fff !important;
  border-left: 3px solid var(--kf-blue, #0088af) !important;
  color: #333 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

.kf-home-footer-badges {
  display: none !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-top: 22px !important;
}

.kf-home-footer {
  background: var(--kf-light, #f4f7f8) !important;
  border-top: 4px solid var(--kf-blue, #0088af) !important;
  color: #111 !important;
  font-family: var(--kf-font-main) !important;
}

.kf-home-footer-cta {
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 22px 24px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 32px !important;
  border-bottom: 1px solid #dce5e9 !important;
}

.kf-home-footer-cta strong {
  display: block !important;
  font-size: var(--kf-h2) !important;
  line-height: var(--kf-line-heading) !important;
  font-weight: var(--kf-weight-bold) !important;
  color: #111 !important;
  font-family: var(--kf-font-heading) !important;
}

.kf-home-footer-cta span,.kf-home-footer p,.kf-home-footer a,.kf-home-footer-contact span {
  font-family: var(--kf-font-main) !important;
  font-size: var(--kf-text) !important;
  line-height: var(--kf-line-text) !important;
}

.kf-home-footer-cta a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 170px !important;
  height: var(--kf-button-height) !important;
  border: 2px solid var(--kf-blue) !important;
  color: var(--kf-blue) !important;
  background: transparent !important;
  text-decoration: none !important;
  font-weight: var(--kf-weight-bold) !important;
  text-transform: uppercase !important;
  padding: var(--kf-button-padding-y) var(--kf-button-padding-x) !important;
  border-radius: var(--kf-radius) !important;
  font-size: var(--kf-button) !important;
  min-height: var(--kf-button-height) !important;
  font-family: var(--kf-font-heading) !important;
  line-height: var(--kf-line-button) !important;
  letter-spacing: .02em !important;
}

.kf-home-footer-cta a:hover {
  background: var(--kf-blue) !important;
  color: #fff !important;
}

.kf-home-footer-logo {
  font-family: var(--kf-font-heading) !important;
  font-size: 32px !important;
  line-height: 1 !important;
  font-weight: var(--kf-weight-black) !important;
  color: #000 !important;
}

.kf-home-footer-socials {
  display: flex !important;
  gap: 12px !important;
  margin-top: 18px !important;
}

.kf-home-footer-socials a {
  width: 34px !important;
  height: 34px !important;
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid var(--kf-blue) !important;
  color: var(--kf-blue, #0088af) !important;
  background: #fff !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 0 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  line-height: 0 !important;
}

.kf-home-footer-socials a svg {
  width: 18px !important;
  height: 18px !important;
  fill: currentColor !important;
  display: block !important;
  min-width: 18px !important;
  min-height: 18px !important;
  color: inherit !important;
  stroke: none !important;
  overflow: visible !important;
}

.kf-home-footer-socials a svg path {
  display: block !important;
  fill: currentColor !important;
  stroke: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.kf-home-footer-socials a:hover {
  background: var(--kf-blue) !important;
  color: #fff !important;
}

.kf-home-footer-inner {
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 30px 24px 34px !important;
  display: grid !important;
  grid-template-columns: 1.45fr 1fr 1fr 1fr !important;
  gap: 46px !important;
  column-gap: 70px !important;
}

.kf-home-footer-cta>div {
  grid-column: 1 / 4 !important;
}

.kf-home-footer-cta>a {
  grid-column: 4 !important;
  justify-self: start !important;
  margin: 0 !important;
}

.korefib-company-process-block {
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
  display: grid !important;
  grid-template-columns: 1.1fr 0.9fr !important;
  gap: 10px !important;
  align-items: center !important;
  box-sizing: border-box !important;
}

.korefib-company-process-text {
  max-width: 500px !important;
}

.korefib-company-process-text p {
  margin: 0 0 16px !important;
  color: #111 !important;
}

.korefib-process-item {
  min-height: 168px !important;
  padding: 26px 24px 24px !important;
  border-right: 1px solid #dce5e9 !important;
  border-bottom: 1px solid #dce5e9 !important;
}

.korefib-process-item:nth-child(2),.korefib-process-item:nth-child(4) {
  border-right: 0 !important;
}

.korefib-process-item:nth-child(3),.korefib-process-item:nth-child(4) {
  border-bottom: 0 !important;
}

.korefib-process-item span {
  display: block !important;
  margin-bottom: 12px !important;
  font-family: var(--kf-font-heading) !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: .12em !important;
  color: var(--kf-blue, #0088af) !important;
}

.korefib-process-item strong {
  display: block !important;
  margin-bottom: 8px !important;
  font-family: var(--kf-font-heading) !important;
  font-size: 19px !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  color: #000 !important;
}

.korefib-process-item p {
  margin: 0 !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
  color: #555 !important;
}

.korefib-company-process-panel {
  display: block !important;
  grid-template-columns: 1fr 1fr !important;
  border: 0 !important;
  background: transparent !important;
  padding: 10px 0 4px !important;
}

.korefib-process-line-item {
  position: relative !important;
  padding: 0 0 30px 42px !important;
  margin: 0 !important;
  border: 0 !important;
}

.korefib-process-line-item:not(:last-child)::before {
  content: "" !important;
  position: absolute !important;
  left: 10px !important;
  top: 28px !important;
  bottom: -2px !important;
  width: 2px !important;
  background: #dce5e9 !important;
}

.korefib-process-line-item::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 4px !important;
  width: 22px !important;
  height: 22px !important;
  border: 3px solid var(--kf-blue, #0088af) !important;
  background: #fff !important;
  box-sizing: border-box !important;
}

.korefib-process-line-item strong {
  display: block !important;
  margin: 0 0 7px !important;
  font-family: var(--kf-font-heading) !important;
  font-size: 21px !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  color: #000 !important;
  margin-bottom: 8px !important;
}

.korefib-process-line-item p {
  margin: 0 !important;
  max-width: 460px !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
  color: #444 !important;
}

body.type-index .korefib-process-line-item {
  padding-left: 0 !important;
}

body.type-index .korefib-process-line-item::after,body.type-index .korefib-process-line-item::before {
  display: none !important;
}

body.type-index .korefib-process-line-item strong {
  font-size: 24px !important;
  line-height: 1.1 !important;
  margin-bottom: 8px !important;
}

body.type-index .korefib-process-line-item p {
  font-size: 15px !important;
  line-height: 1.45 !important;
  color: #444 !important;
}

body.type-product .messages .msg-error {
  display: none !important;
}

.kf-tech-grid {
  gap: 24px !important;
}

.kf-tech-card {
  position: relative !important;
  min-height: 210px !important;
  padding: 30px 34px 28px 32px !important;
  grid-template-columns: 96px 1fr !important;
  gap: 28px !important;
  background: linear-gradient(135deg, #ffffff 0%, #f7fbfd 100%) !important;
  border: 1px solid #b8d6e2 !important;
  border-left: 8px solid var(--kf-blue, #0088af) !important;
  border-radius: 0 !important;
  box-shadow: 0 10px 24px rgba(0, 40, 60, .06) !important;
  overflow: hidden !important;
}

.kf-tech-card::before {
  display: none !important;
}

.kf-tech-card:hover {
  border-color: var(--kf-blue, #0088af) !important;
  border-left-color: #006f91 !important;
  background: linear-gradient(135deg, #ffffff 0%, #eef7fa 100%) !important;
  box-shadow: 0 14px 30px rgba(0, 90, 120, .10) !important;
  transform: none !important;
}

.kf-tech-icon {
  width: 72px !important;
  height: 72px !important;
  background: linear-gradient(135deg, #0088af 0%, #006f91 100%) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.kf-tech-icon::before {
  color: #fff !important;
}

.kf-tech-icon-pdf::before {
  font-size: 18px !important;
}

.kf-tech-icon-build::before,.kf-tech-icon-materials::before,.kf-tech-icon-grid::before {
  font-size: 34px !important;
}

.kf-tech-content {
  position: relative !important;
  z-index: 2 !important;
}

.kf-tech-card-title {
  font-size: 26px !important;
  line-height: 1.12 !important;
  margin-bottom: 14px !important;
}

.kf-tech-card-text {
  max-width: 520px !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  color: #222 !important;
}

.kf-tech-link {
  margin-top: auto !important;
  padding-top: 22px !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  color: var(--kf-blue, #0088af) !important;
}

.kf-tech-link::after {
  content: " →";
  margin-left: 14px;
  font-weight: 900;
}

.kf-tech-card::after {
  position: absolute !important;
  right: 18px !important;
  bottom: -18px !important;
  z-index: 1 !important;
  color: rgba(0, 136, 175, .08) !important;
  font-family: Arial, sans-serif !important;
  font-size: 130px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  pointer-events: none !important;
}

.kf-tech-card:nth-child(1)::after {
  content: "▱";
}

.kf-tech-card:nth-child(2)::after {
  content: "⌂";
}

.kf-tech-card:nth-child(3)::after {
  content: "⚖";
}

.kf-tech-card:nth-child(4)::after {
  content: "▦";
}

.kf-tech-note {
  display: grid !important;
  grid-template-columns: 76px 1fr !important;
  align-items: center !important;
  gap: 24px !important;
  margin-top: 34px !important;
  padding: 0 !important;
  background: #eef5f7 !important;
  border: 0 !important;
  border-radius: 0 !important;
}

.kf-tech-note::before {
  content: "i" !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 76px !important;
  height: 76px !important;
  background: linear-gradient(135deg, #0088af 0%, #006f91 100%) !important;
  color: #fff !important;
  font-family: Georgia, serif !important;
  font-size: 36px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
}

.kf-tech-note-text {
  padding: 0 24px 0 0 !important;
  font-size: 17px !important;
  font-weight: 500 !important;
}

.kf-price-total-vat {
  font-size: 16px;
  font-weight: 800;
  color: #111;
  margin-bottom: 4px;
}

.kf-price-total-net {
  font-size: 14px;
  color: #555;
  margin-bottom: 2px;
}

.kf-price-per-m2-line {
  font-size: 14px;
  color: #555;
}

@media (max-width: 1180px) {
  .kf-product-hero {
    grid-template-columns: 1fr !important;
  }

  .kf-product-gallery {
    min-height: auto !important;
  }

  .kf-product-gallery::before {
    height: 560px !important;
  }

  .kf-main-image {
    height: 460px !important;
  }

  .kf-bottom-benefits {
    grid-template-columns: repeat(2, 1fr);
    gap: 26px 0;
  }

  .kf-bottom-benefits article:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 760px) {
  .kf-product-detail-block {
    padding: 10px 0 28px !important;
  }

  .kf-product-hero {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .kf-product-gallery::before {
    height: 410px !important;
  }

  .kf-main-image {
    top: 58px !important;
    height: 300px !important;
    width: 88% !important;
  }

  .kf-gallery-arrow {
    top: 205px !important;
  }

  .kf-thumbs {
    grid-template-columns: repeat(4, minmax(70px, 1fr)) !important;
    gap: 8px !important;
  }

  .kf-thumbs button {
    height: 86px !important;
  }

  .kf-product-subtitle {
    font-size: 23px;
  }

  .kf-icon-strip,.kf-options,.kf-actions,.kf-documents,.kf-bottom-benefits {
    grid-template-columns: 1fr;
  }

  .kf-icon-strip div,.kf-bottom-benefits article {
    border-right: 0;
    border-bottom: 1px solid var(--kf-line);
  }

  .kf-icon-strip div {
    min-height: 112px;
  }

  .kf-bottom-benefits article {
    padding: 18px 0;
  }

  .kf-shoptet-variants-target {
    grid-template-columns: 1fr !important;
  }

  .kf-shoptet-cart-target .add-to-cart,.kf-shoptet-cart-target .add-to-cart-wrapper,.kf-shoptet-cart-target .p-to-cart-block {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .kf-product-gallery .kf-thumbs {
    gap: 8px !important;
  }

  .kf-product-gallery .kf-thumbs button {
    min-height: 78px !important;
  }
}

@media (max-width: 991px) {
  html,body {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .type-product .content,.type-product .content-inner,.type-product .container {
    max-width: 100% !important;
    width: 100% !important;
    overflow-x: hidden !important;
  }

  .kf-product-detail-block {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 0 32px !important;
    overflow-x: hidden !important;
  }

  .kf-product-hero {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .kf-product-gallery {
    min-height: auto !important;
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .kf-product-gallery::before {
    width: 100% !important;
    height: 360px !important;
    border-radius: 10px !important;
  }

  .kf-main-image {
    position: absolute !important;
    top: 32px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 92% !important;
    max-width: 92% !important;
    height: 290px !important;
    object-fit: contain !important;
    display: block !important;
  }

  .kf-gallery-arrow {
    top: 158px !important;
    width: 42px !important;
    height: 42px !important;
    font-size: 34px !important;
  }

  .kf-gallery-prev {
    left: 10px !important;
  }

  .kf-gallery-next {
    right: 10px !important;
  }

  .kf-product-gallery .kf-thumbs {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    justify-content: center !important;
    gap: 8px !important;
    margin-top: 14px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  .kf-product-gallery .kf-thumbs button {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 72px !important;
    aspect-ratio: 1 / 1 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  .kf-product-gallery .kf-thumbs img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .kf-product-gallery .kf-thumbs button:nth-child(1) img {
    object-fit: contain !important;
    padding: 4px !important;
  }

  .kf-product-gallery .kf-documents,.kf-documents {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 16px !important;
    gap: 10px !important;
  }

  .kf-documents a {
    display: grid !important;
    grid-template-columns: 40px minmax(0, 1fr) !important;
    column-gap: 12px !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 46px !important;
  }

  .kf-documents strong {
    font-size: 16px !important;
    line-height: 1.2 !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
  }

  .kf-documents small {
    font-size: 13px !important;
    line-height: 1.25 !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
  }

  .kf-documents h2 {
    font-size: 17px !important;
    margin-bottom: 4px !important;
  }

  .kf-documents a i {
    font-size: 30px !important;
  }

  .kf-product-content {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .kf-product-content h1 {
    display: block !important;
    white-space: normal !important;
    font-size: 34px !important;
    line-height: 1.04 !important;
  }

  .kf-product-content h1 .kf-logo,.kf-product-content h1 .kf-blue,.kf-product-content h1 em {
    display: inline !important;
    white-space: normal !important;
  }

  .kf-product-content h1 .kf-logo {
    padding-right: 18px !important;
  }

  .kf-product-content h1 .kf-logo sup {
    top: -4px !important;
    right: -4px !important;
    font-size: 15px !important;
  }

  .kf-product-subtitle {
    font-size: 24px !important;
    line-height: 1.15 !important;
  }

  .kf-rating-line {
    display: flex !important;
    align-items: baseline !important;
    gap: 14px !important;
  }

  .kf-rating-line>* {
    line-height: 1.2 !important;
  }

  .kf-rating-line .kf-rating-brand {
    display: inline-flex !important;
    align-items: baseline !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    transform: translateY(-1px);
  }

  .kf-stars {
    width: 100% !important;
    font-size: 26px !important;
  }

  .kf-product-lead {
    font-size: 16px !important;
    line-height: 1.45 !important;
  }

  .kf-option-box {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 10px !important;
    gap: 10px !important;
    overflow: hidden !important;
  }

  .kf-shoptet-variants-target {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 0 !important;
  }

  .kf-shoptet-cart-target {
    margin-top: 0 !important;
  }

  .kf-shoptet-cart-target .add-to-cart,.kf-shoptet-cart-target .add-to-cart-wrapper,.kf-shoptet-cart-target .p-to-cart-block {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .kf-actions,.kf-actions-secondary,.kf-bottom-benefits {
    grid-template-columns: 1fr !important;
  }

  .kf-bottom-benefits article {
    grid-template-columns: 48px 1fr !important;
    padding: 16px 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid var(--kf-line) !important;
  }

  /* KOMPAKTNĚJŠÍ NÁKUPNÍ BLOK NA MOBILU */
  .kf-delivery {
    gap: 6px 18px !important;
    margin-top: 4px !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
  }

  /* FIX: desktop grid p-to-cart-block (210px 1fr, column-gap 55px) měl
     vyšší specificitu (.kf-product-detail-block ...) a přebíjel mobilní
     pravidlo, takže cena tekla mimo obrazovku. Na mobilu přepínáme na
     jeden sloupec pod sebe a resetujeme grid sloupce i column-gap. */
  .kf-product-detail-block .kf-shoptet-cart-target .p-to-cart-block,
  .kf-shoptet-cart-target .p-to-cart-block {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    grid-template-columns: none !important;
    column-gap: 0 !important;
    row-gap: 6px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Cena na mobilu zarovnaná vlevo, plná šířka, žádné pevné 150px z desktopu */
  .kf-product-detail-block .kf-shoptet-cart-target .p-final-price-wrapper,
  .kf-shoptet-cart-target .p-final-price-wrapper,
  .kf-shoptet-cart-target .price-final-holder {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 2px 0 0 !important;
    text-align: left !important;
  }

  /* Tlačítko do košíku zpět do normální velikosti (desktop ho zmenšoval scale 0.82) */
  .kf-product-detail-block .kf-shoptet-cart-target .add-to-cart {
    width: 100% !important;
    max-width: 100% !important;
    margin: 2px 0 0 !important;
    transform: none !important;
  }

  /* Méně místa mezi výběrem variant a dostupností */
  .kf-shoptet-variants-target {
    margin-bottom: 0 !important;
  }

  /* Hlavní mezery mezi prvky nákupu (varianty → dostupnost → cena) sevřené */
  .kf-product-detail-block .kf-option-box,
  .kf-option-box {
    gap: 8px !important;
  }

  /* Doručovací proužek (Rychlé dodání) blíž k tlačítku */
  .kf-product-detail-block .kf-shoptet-cart-target .p-to-cart-block,
  .kf-shoptet-cart-target {
    margin-top: 0 !important;
  }

  .kf-product-lead {
    margin-bottom: 4px !important;
  }
}

@media (max-width: 820px) {
  .kf-ref-hero-image img {
    height: 260px;
  }

  .kf-ref-content {
    grid-template-columns: 1fr;
  }

  .kf-ref-gallery-small {
    grid-template-columns: repeat(2,1fr);
  }

  .kf-ref-gallery-small img {
    height: 140px;
  }
}

@media (max-width: 1100px) {
  body.type-index #carousel,body.type-index #carousel.carousel,body.type-index #carousel .carousel-inner,body.type-index #carousel .carousel-inner>.item,body.type-index #carousel .item,body.type-index #carousel .item>a,body.type-index #carousel img,body.type-index #carousel .item img,body.type-index #carousel .carousel-inner img {
    height: 500px !important;
    min-height: 500px !important;
    max-height: 500px !important;
  }
}

@media (max-width: 768px) {
  body.type-index #carousel,body.type-index #carousel.carousel,body.type-index #carousel .carousel-inner,body.type-index #carousel .carousel-inner>.item,body.type-index #carousel .item,body.type-index #carousel .item>a,body.type-index #carousel img,body.type-index #carousel .item img,body.type-index #carousel .carousel-inner img {
    height: 390px !important;
    min-height: 390px !important;
    max-height: 390px !important;
  }

  body.type-index #carousel img,body.type-index #carousel .item img,body.type-index #carousel .carousel-inner img {
    object-fit: cover !important;
    object-position: center center !important;
  }

  body.type-index #carousel .kf-carousel-dots,body.type-index .kf-carousel-dots {
    left: 50% !important;
    bottom: 120px !important;
    gap: 9px !important;
  }

  body.type-index #carousel .kf-carousel-dot,body.type-index .kf-carousel-dot {
    width: 10px !important;
    height: 10px !important;
    min-width: 10px !important;
    min-height: 10px !important;
  }
}

@media (max-width: 600px) {
  .kf-home-footer-cta strong {
    font-size: 21px;
  }

  .kf-home-footer-inner {
    grid-template-columns: 1fr !important;
  }

  .korefib-company-process-panel {
    grid-template-columns: 1fr !important;
  }

  .korefib-process-item,.korefib-process-item:nth-child(2),.korefib-process-item:nth-child(3),.korefib-process-item:nth-child(4) {
    border-right: 0 !important;
    border-bottom: 1px solid #dce5e9 !important;
  }

  .korefib-process-item:last-child {
    border-bottom: 0 !important;
  }
}

@media (max-width: 900px) {
  .kf-home-footer-cta {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .kf-home-footer-inner {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
}

  .korefib-company-process-block {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }

  .kf-tech-card {
    grid-template-columns: 76px 1fr !important;
    padding: 24px 22px !important;
  }

  .kf-tech-icon {
    width: 58px !important;
    height: 58px !important;
  }

  .kf-tech-card-title {
    font-size: 22px !important;
  }

  .kf-tech-card::after {
    font-size: 90px !important;
  }
}

@media (min-width: 992px) {
  .kf-product-gallery {
    min-height: 0 !important;
    padding-bottom: 8px !important;
    height: auto !important;
    overflow: visible !important;
  }

  .kf-product-gallery::before {
    height: 500px !important;
    min-height: 500px !important;
  }

  .kf-main-image {
    top: 34px !important;
    height: 430px !important;
    width: 92% !important;
    max-width: 92% !important;
    object-fit: contain !important;
  }

  .kf-product-gallery .kf-thumbs {
    display: grid !important;
    grid-template-columns: repeat(4, 158px) !important;
    justify-content: center !important;
    gap: 8px !important;
    margin-top: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  .kf-product-gallery .kf-documents {
    margin-top: 14px !important;
    position: relative !important;
    clear: both !important;
  }

  .shp-tabs-wrapper,.p-detail-tabs-wrapper {
    margin-top: 34px !important;
    clear: both !important;
  }
}

@media (max-width: 620px) {
  .kf-tech-card {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .kf-tech-note {
    grid-template-columns: 1fr !important;
  }

  .kf-tech-note::before {
    width: 100% !important;
  }

  .kf-tech-note-text {
    padding: 18px 20px !important;
  }
}
@media (max-width: 768px) {
  body.type-index #carousel .kf-carousel-dots,
  body.type-index .kf-carousel-dots {
    position: absolute !important;
    top: auto !important;
    bottom: 90px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 9999 !important;
  }/* =========================================================
   KOREFIB MOBILE – HOMEPAGE HERO FINAL
   ========================================================= */

@media (max-width:768px){

  body.type-index #carousel,
  body.type-index #carousel.carousel,
  body.type-index #carousel .carousel-inner,
  body.type-index #carousel .carousel-inner > .item,
  body.type-index #carousel .item,
  body.type-index #carousel .item > a,
  body.type-index #carousel img,
  body.type-index #carousel .item img,
  body.type-index #carousel .carousel-inner img{
    height:390px !important;
    min-height:390px !important;
    max-height:390px !important;
  }

  body.type-index #carousel img,
  body.type-index #carousel .item img,
  body.type-index #carousel .carousel-inner img{
    width:100% !important;
    object-fit:cover !important;
    object-position:center center !important;
  }

  body.type-index .kf-carousel-dots{
    bottom:70px !important;
  }

}
}