body#product:has(#kajakConfigStickyPurchase) {
  --kajak-sticky-h: 120px;
}
body#product:has(#kajakConfigStickyPurchase) #content-wrapper {
  padding-bottom: calc(var(--kajak-sticky-h) + 20px);
}
body#product:has(#kajakConfigStickyPurchase) .kajak-config-sticky-purchase {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10050;
  background: white;
  border-top: 1px solid #F3F3F3;
  box-shadow: 0 -6px 28px rgba(0, 0, 0, 0.12);
  padding: 14px 20px 16px;
  padding-bottom: max(16px, env(safe-area-inset-bottom, 16px));
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px 20px;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
body#product:has(#kajakConfigStickyPurchase) .kajak-config-sticky-purchase .product-prices {
  margin: 0;
  width: auto;
  flex: 0 0 auto;
}
body#product:has(#kajakConfigStickyPurchase) .kajak-config-sticky-purchase .product-prices > div:not(.modal) {
  justify-content: center;
}
body#product:has(#kajakConfigStickyPurchase) .kajak-config-sticky-purchase .product-prices .product-price,
body#product:has(#kajakConfigStickyPurchase) .kajak-config-sticky-purchase .product-prices .current-price span {
  font-family: "neuzeit-grotesk", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.1;
}
body#product:has(#kajakConfigStickyPurchase) .kajak-config-sticky-purchase .product-prices .tax-shipping-delivery-label {
  display: none;
}
body#product:has(#kajakConfigStickyPurchase) .kajak-config-sticky-purchase .product-add-to-cart {
  margin: 0;
  width: auto;
  flex: 0 0 auto;
}
body#product:has(#kajakConfigStickyPurchase) .kajak-config-sticky-purchase .product-quantity.clearfix {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0;
  width: auto;
}
body#product:has(#kajakConfigStickyPurchase) .kajak-config-sticky-purchase .qty {
  float: none;
  margin: 0;
}
body#product:has(#kajakConfigStickyPurchase) .kajak-config-sticky-purchase .bootstrap-touchspin {
  border: 2px solid #F3F3F3;
  border-radius: 8px;
  overflow: hidden;
}
body#product:has(#kajakConfigStickyPurchase) .kajak-config-sticky-purchase .bootstrap-touchspin input.form-control {
  border: 0;
  text-align: center;
  font-family: "neuzeit-grotesk", sans-serif;
  font-weight: 700;
  min-width: 48px;
}
body#product:has(#kajakConfigStickyPurchase) .kajak-config-sticky-purchase .add {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
body#product:has(#kajakConfigStickyPurchase) .kajak-config-sticky-purchase .add > p {
  display: none;
}
body#product:has(#kajakConfigStickyPurchase) .kajak-config-sticky-purchase #productPageAddCart.btn.add-to-cart {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  height: 48px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 8px;
  border: 2px solid #000 !important;
  background: #000 !important;
  color: white !important;
  overflow: visible;
  opacity: 1 !important;
  visibility: visible !important;
}
body#product:has(#kajakConfigStickyPurchase) .kajak-config-sticky-purchase #productPageAddCart.btn.add-to-cart em {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  line-height: 1.2 !important;
  transform: none !important;
  color: inherit !important;
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
  text-transform: lowercase;
}
body#product:has(#kajakConfigStickyPurchase) .kajak-config-sticky-purchase #productPageAddCart.btn.add-to-cart svg {
  display: none;
}
body#product:has(#kajakConfigStickyPurchase) .kajak-config-sticky-purchase #productPageAddCart.btn.add-to-cart:not(:disabled):hover {
  background: #50CC06 !important;
  border-color: #50CC06 !important;
}
body#product:has(#kajakConfigStickyPurchase) .kajak-config-sticky-purchase #productPageAddCart.btn.add-to-cart.greenBg {
  background: #50CC06 !important;
  border-color: #50CC06 !important;
}
body#product:has(#kajakConfigStickyPurchase) .kajak-config-sticky-purchase #productPageAddCart.btn.add-to-cart:disabled {
  background: #BEBEBE !important;
  border-color: #BEBEBE !important;
  color: white !important;
  opacity: 1 !important;
}
body#product:has(#kajakConfigStickyPurchase) .kajak-config-sticky-purchase #product-availability,
body#product:has(#kajakConfigStickyPurchase) .kajak-config-sticky-purchase .product-minimal-quantity {
  display: none;
}
@media (max-width: 767px) {
  body#product:has(#kajakConfigStickyPurchase) .kajak-config-sticky-purchase {
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    text-align: center;
    padding: 10px 12px max(12px, env(safe-area-inset-bottom, 12px));
    gap: 10px;
    width: 100%;
    min-height: 108px;
    box-sizing: border-box;
  }
  body#product:has(#kajakConfigStickyPurchase) .kajak-config-sticky-purchase .product-prices {
    width: 100%;
    flex: 0 0 auto;
    margin: 0 !important;
    text-align: center;
  }
  body#product:has(#kajakConfigStickyPurchase) .kajak-config-sticky-purchase .product-prices > div:not(.modal) {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
  body#product:has(#kajakConfigStickyPurchase) .kajak-config-sticky-purchase .product-prices .product-price,
  body#product:has(#kajakConfigStickyPurchase) .kajak-config-sticky-purchase .product-prices .current-price {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  body#product:has(#kajakConfigStickyPurchase) .kajak-config-sticky-purchase .product-prices .product-price,
  body#product:has(#kajakConfigStickyPurchase) .kajak-config-sticky-purchase .product-prices .current-price span {
    font-size: 24px;
  }
  body#product:has(#kajakConfigStickyPurchase) .kajak-config-sticky-purchase .product-add-to-cart {
    width: 100%;
    display: block;
  }
  body#product:has(#kajakConfigStickyPurchase) .kajak-config-sticky-purchase .product-quantity.clearfix {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto minmax(140px, 1fr);
    grid-template-rows: auto;
    align-items: center;
    justify-content: center;
    column-gap: 12px;
    row-gap: 0;
  }
  body#product:has(#kajakConfigStickyPurchase) .kajak-config-sticky-purchase .product-quantity.clearfix::before, body#product:has(#kajakConfigStickyPurchase) .kajak-config-sticky-purchase .product-quantity.clearfix::after {
    display: none;
  }
  body#product:has(#kajakConfigStickyPurchase) .kajak-config-sticky-purchase .qty {
    float: none !important;
    margin: 0 !important;
    grid-column: 1;
    grid-row: 1;
    justify-self: center;
  }
  body#product:has(#kajakConfigStickyPurchase) .kajak-config-sticky-purchase .add {
    grid-column: 2;
    grid-row: 1;
    display: block;
    width: 100%;
    min-width: 0;
    margin: 0;
  }
  body#product:has(#kajakConfigStickyPurchase) .kajak-config-sticky-purchase #productPageAddCart.btn.add-to-cart {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: 48px !important;
    min-height: 48px !important;
    margin: 0;
    display: inline-flex !important;
  }
}

html.efp-product-page body#product.efp-global-configurator .product-variants,
html.efp-product-page body#product .product-variants {
  display: none;
}
html.efp-product-page body#product.efp-global-configurator .product-variants .product-variants-item,
html.efp-product-page body#product .product-variants .product-variants-item {
  border-bottom: 0;
  padding: 0;
  margin: 0;
}
html.efp-product-page body#product.efp-global-configurator #EFPProduct.efp-is-loading-deps .groups,
html.efp-product-page body#product #EFPProduct.efp-is-loading-deps .groups {
  display: none;
}

body#product.efp-global-configurator #wrapper .breadcrumb {
  margin-bottom: 1rem;
}
body#product.efp-global-configurator #main > .row {
  justify-content: center;
}
body#product.efp-global-configurator #imageBox {
  display: none !important;
}
body#product.efp-global-configurator #rightBox {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  margin-left: 0 !important;
  padding-left: 15px;
  padding-right: 15px;
}
body#product.efp-global-configurator #rightBox > h1 {
  max-width: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 8px;
}
body#product.efp-global-configurator #rightBox .mc_short-desc {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #4d4d4d;
}
body#product.efp-global-configurator #rightBox .product-information {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
body#product.efp-global-configurator #rightBox .product-additional-info {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
body#product.efp-global-configurator .product-variants {
  display: none;
}
body#product.efp-global-configurator .product-variants .product-variants-item {
  border-bottom: 0;
  padding: 0;
  margin: 0;
}
body#product.efp-global-configurator .kajak-configurator-wrap {
  width: 100%;
  max-width: 720px;
  margin: 24px auto 0;
  padding-bottom: 8px;
}
body#product.efp-global-configurator .kajak-configurator-wrap #EFPProduct {
  width: 100%;
  max-width: none;
  margin: 0;
}
body#product.efp-global-configurator .kajak-configurator-wrap #EFPProduct.efp-is-loading-deps .groups {
  display: none;
}
body#product.efp-global-configurator .kajak-configurator-wrap #EFPProduct .groups {
  width: 100%;
}
body#product.efp-global-configurator .kajak-configurator-wrap #EFPProduct .item {
  border: 1px solid #F3F3F3;
  border-radius: 8px;
  box-shadow: none;
  margin-bottom: 20px;
  padding: 28px 18px 18px;
  background: white;
}
body#product.efp-global-configurator .kajak-configurator-wrap #EFPProduct .item .group-title {
  font-family: "neuzeit-grotesk", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  background: white;
  top: -11px;
  left: 12px;
  padding: 0 10px;
}
body#product.efp-global-configurator .kajak-configurator-wrap #EFPProduct .item .group-title > div > span:first-child {
  text-align: center;
  display: block;
  width: 100%;
}
body#product.efp-global-configurator .kajak-configurator-wrap #EFPProduct.efp-inline-wizard .item {
  padding-top: 18px;
}
body#product.efp-global-configurator .kajak-configurator-wrap #EFPProduct.efp-inline-wizard .item .group-title {
  position: static;
  top: auto;
  left: auto;
  display: block;
  width: 100%;
  margin: 0 0 16px;
  padding: 0;
  float: none;
}
body#product.efp-global-configurator .kajak-configurator-wrap #EFPProduct.efp-inline-wizard .item .group-title > div:first-child {
  display: block;
  width: 100%;
}
body#product.efp-global-configurator .kajak-configurator-wrap #EFPProduct.efp-inline-wizard .item .group-title > div > span:first-child {
  line-height: 1.4;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}
body#product.efp-global-configurator .kajak-configurator-wrap #EFPProduct .item .group-optional {
  color: #4d4d4d;
  font-size: 12px;
  font-weight: 400;
  text-transform: lowercase;
}
body#product.efp-global-configurator .kajak-configurator-wrap #EFPProduct .item.validate {
  border-color: #ff4141;
}
body#product.efp-global-configurator .kajak-configurator-wrap #EFPProduct .item.validate .validate_text {
  background: #ff4141;
  border-radius: 0 0 0 8px;
}
body#product.efp-global-configurator .kajak-configurator-wrap .efp-listcategories-grid {
  justify-content: center;
  gap: 10px;
}
body#product.efp-global-configurator .kajak-configurator-wrap .efp-listcategories-tile {
  border: 2px solid #F3F3F3;
  border-radius: 8px;
  transition: border-color 0.2s ease, background 0.2s ease;
}
body#product.efp-global-configurator .kajak-configurator-wrap .efp-listcategories-tile:hover {
  border-color: #e0e0e0;
}
body#product.efp-global-configurator .kajak-configurator-wrap .efp-listcategories-tile:has(input:checked) {
  border-color: #50CC06;
  background: rgba(80, 204, 6, 0.07);
}
body#product.efp-global-configurator .kajak-configurator-wrap .efp-listcategories-tile:has(input:checked) .efp-listcategories-tile__label {
  color: #000;
  font-weight: 700;
}
body#product.efp-global-configurator .kajak-configurator-wrap .efp-listcategories-tile:has(input:checked) .efp-listcategories-tile__price {
  color: #4d4d4d;
}
body#product.efp-global-configurator .kajak-configurator-wrap .efp-listcategories-tile__inner {
  padding: 12px 18px;
  width: 100%;
}
body#product.efp-global-configurator .kajak-configurator-wrap .efp-listcategories-tile__label {
  font-family: "neuzeit-grotesk", sans-serif;
  font-size: 14px;
  color: #000;
}
body#product.efp-global-configurator .kajak-configurator-wrap .efp-listcategories-tile:has(input.checkCustomize[data-price-rule="0"]) .efp-listcategories-tile__price,
body#product.efp-global-configurator .kajak-configurator-wrap .efp-listcategories-tile:has(input.checkCustomize[data-price-rule="0"]) .price_attribute {
  display: none !important;
}
body#product.efp-global-configurator .kajak-configurator-wrap label:has(input.checkCustomize[data-price-rule="0"]) .info_visible_attribute .price_attribute {
  display: none !important;
}
body#product.efp-global-configurator .kajak-configurator-wrap #EFPProduct .item .chosen {
  display: block;
  height: auto;
  margin: 12px 0 18px;
  padding: 10px 14px;
  background: #F3F3F3;
  border-radius: 6px;
  line-height: 1.45;
  font-size: 14px;
  color: #4d4d4d;
}
body#product.efp-global-configurator .kajak-configurator-wrap #EFPProduct .item .chosen strong {
  display: inline;
  color: #000;
  font-weight: 700;
}
body#product.efp-global-configurator .kajak-configurator-wrap #EFPProduct .item .selectedItem {
  display: none;
}
body#product.efp-global-configurator .kajak-configurator-wrap #EFPProduct .item .ar {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  padding: 4px 0 8px;
}

/* Search input (per-group show_search=1) — theme styling */
body#product.efp-global-configurator .kajak-configurator-wrap #EFPProduct #navigationFilter {
  margin: 6px 0 10px;
}

body#product.efp-global-configurator .kajak-configurator-wrap #EFPProduct #searchConfigurator {
  position: relative;
  width: 100%;
}

body#product.efp-global-configurator .kajak-configurator-wrap #EFPProduct #searchConfigurator .search_attributes_button {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: none;
  background: transparent;
  color: #4d4d4d;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

body#product.efp-global-configurator .kajak-configurator-wrap #EFPProduct #searchConfigurator .search_attributes_button svg {
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor;
}

body#product.efp-global-configurator .kajak-configurator-wrap #EFPProduct #searchConfigurator .search_attributes_button:hover {
  background: rgba(0, 0, 0, 0.05);
}

body#product.efp-global-configurator .kajak-configurator-wrap #EFPProduct #searchConfigurator .search_attributes_button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(80, 204, 6, 0.18);
}

body#product.efp-global-configurator .kajak-configurator-wrap #EFPProduct #searchConfigurator .search_attributes {
  width: 100%;
  height: 44px;
  border-radius: 10px;
  border: 2px solid #F3F3F3;
  padding: 10px 44px 10px 12px;
  font-family: "neuzeit-grotesk", sans-serif;
  font-size: 14px;
  color: #000;
  background: #fff;
  box-shadow: none;
}

body#product.efp-global-configurator .kajak-configurator-wrap #EFPProduct #searchConfigurator .search_attributes::placeholder {
  color: #7a7a7a;
}

body#product.efp-global-configurator .kajak-configurator-wrap #EFPProduct #searchConfigurator .search_attributes:focus {
  outline: none;
  border-color: #50CC06;
  box-shadow: 0 0 0 3px rgba(80, 204, 6, 0.18);
}

body#product.efp-global-configurator .kajak-configurator-wrap #EFPProduct .efp-search-empty {
  margin: 8px 0 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #7a7a7a;
  font-size: 12.5px;
  text-align: center;
  font-style: italic;
}
body#product.efp-global-configurator .kajak-configurator-wrap #EFPProduct .item .color_option {
  display: block;
  margin: 0;
  width: auto;
  max-width: 132px;
}
body#product.efp-global-configurator .kajak-configurator-wrap #EFPProduct .item .color_option .previewTexture {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Desktop hover tooltip for truncated product names (works even if native title tooltip is suppressed). */
@media (hover: hover) and (pointer: fine) {
  body#product.efp-global-configurator .kajak-configurator-wrap #EFPProduct .item label.color_option[data-title] {
    position: relative;
  }

  body#product.efp-global-configurator .kajak-configurator-wrap #EFPProduct .item label.color_option[data-title]:hover::after {
    content: attr(data-title);
    position: absolute;
    left: 50%;
    bottom: calc(100% + 8px);
    transform: translateX(-50%);
    width: max-content;
    max-width: min(640px, calc(100vw - 24px));
    padding: 10px 12px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.88);
    color: #fff;
    font-size: 13px;
    line-height: 1.35;
    text-align: center;
    white-space: nowrap;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    z-index: 50;
    pointer-events: none;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
body#product.efp-global-configurator .kajak-configurator-wrap #EFPProduct .item .color_option .custom-radio {
  width: 100%;
  align-items: center;
  gap: 6px;
}
body#product.efp-global-configurator .kajak-configurator-wrap #EFPProduct .item .color_option .color {
  width: 112px;
  height: 112px;
  flex: 0 0 112px;
  max-width: 112px;
  border-radius: 8px;
  border: 2px solid #F3F3F3;
  background-size: cover !important;
  background-position: center center !important;
  order: 1;
}
body#product.efp-global-configurator .kajak-configurator-wrap #EFPProduct .item .color_option .color_title_attribute {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: static !important;
  transform: none !important;
  width: 100%;
  max-width: 112px;
  margin: 0;
  padding: 0 2px;
  background: transparent !important;
  border: none !important;
  border-radius: 0;
  color: #000 !important;
  font-family: "neuzeit-grotesk", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  pointer-events: auto;
  order: 2;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 2.7em;
}
body#product.efp-global-configurator .kajak-configurator-wrap #EFPProduct .item .color_option .color_title_attribute::after {
  display: none !important;
  content: none !important;
}
body#product.efp-global-configurator .kajak-configurator-wrap #EFPProduct .item .color_option:hover .color_title_attribute {
  visibility: visible !important;
  opacity: 1 !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
body#product.efp-global-configurator .kajak-configurator-wrap #EFPProduct .item label.color_option input:checked + .color {
  border-color: #50CC06 !important;
  box-shadow: 0 0 0 2px rgba(80, 204, 6, 0.28) !important;
}
body#product.efp-global-configurator .kajak-configurator-wrap #EFPProduct .item label.color_option input:checked + .color:before {
  bottom: 6px;
  right: 6px;
  left: auto;
  top: auto;
}
body#product.efp-global-configurator .kajak-configurator-wrap #EFPProduct .item .color_option .info_visible_attribute {
  display: block !important;
  width: 100%;
  max-width: 112px;
  margin-top: 0;
  text-align: center;
  line-height: 1.3;
  order: 3;
}
body#product.efp-global-configurator .kajak-configurator-wrap #EFPProduct .item .color_option .price_attribute {
  font-size: 12px;
  font-weight: 700;
  color: #4d4d4d;
}
@media (max-width: 767px) {
  body#product.efp-global-configurator .kajak-configurator-wrap #EFPProduct .item .group-title > div > span:first-child {
    font-size: 15px;
  }
  body#product.efp-global-configurator .kajak-configurator-wrap #EFPProduct .item .color_option {
    max-width: 116px;
  }
  body#product.efp-global-configurator .kajak-configurator-wrap #EFPProduct .item .color_option .color {
    width: 100px;
    height: 100px;
    flex: 0 0 100px;
    max-width: 100px;
  }
  body#product.efp-global-configurator .kajak-configurator-wrap #EFPProduct .item .color_option .color_title_attribute,
  body#product.efp-global-configurator .kajak-configurator-wrap #EFPProduct .item .color_option .info_visible_attribute {
    max-width: 100px;
  }
}
