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 .product-variants {
  display: none;
}
html.efp-product-page body#product .product-variants .product-variants-item {
  border-bottom: 0;
  padding: 0;
  margin: 0;
}
html.efp-product-page body#product #EFPProduct.efp-is-loading-deps .groups {
  display: none;
}

body#product.efp-configurator-active:not(.efp-global-configurator) .product-variants {
  display: none;
}
body#product.efp-configurator-active:not(.efp-global-configurator) .product-variants .product-variants-item {
  border-bottom: 0;
  padding: 0;
  margin: 0;
}
body#product.efp-configurator-active:not(.efp-global-configurator) .efp-configurator-wrap {
  width: 100%;
  margin-top: 16px;
}
body#product.efp-configurator-active:not(.efp-global-configurator) .efp-configurator-wrap #EFPProduct {
  width: 100%;
  margin-top: 0;
}
body#product.efp-configurator-active:not(.efp-global-configurator) #EFPProduct.efp-is-loading-deps .groups {
  display: none;
}
body#product.efp-configurator-active:not(.efp-global-configurator) #EFPProduct {
  width: 100%;
  margin-top: 16px;
}
body#product.efp-configurator-active:not(.efp-global-configurator) #EFPProduct .groups {
  width: 100%;
}
body#product.efp-configurator-active:not(.efp-global-configurator) #EFPProduct .item {
  border: 1px solid #F3F3F3;
  border-radius: 8px;
  box-shadow: none;
  margin-bottom: 20px;
  padding: 28px 18px 18px;
  background: white;
}
body#product.efp-configurator-active:not(.efp-global-configurator) #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-configurator-active:not(.efp-global-configurator) #EFPProduct .item .group-title .group-optional {
  color: #4d4d4d;
  font-size: 12px;
  font-weight: 400;
  text-transform: lowercase;
}
body#product.efp-configurator-active:not(.efp-global-configurator) #EFPProduct .item.validate {
  border-color: #ff4141;
}
body#product.efp-configurator-active:not(.efp-global-configurator) #EFPProduct .item.validate .validate_text {
  background: #ff4141;
  border-radius: 0 0 0 8px;
}
body#product.efp-configurator-active:not(.efp-global-configurator) .efp-listcategories-grid {
  gap: 10px;
}
body#product.efp-configurator-active:not(.efp-global-configurator) .efp-listcategories-tile {
  border: 2px solid #F3F3F3;
  border-radius: 8px;
  transition: border-color 0.2s ease, background 0.2s ease;
}
body#product.efp-configurator-active:not(.efp-global-configurator) .efp-listcategories-tile:hover {
  border-color: #e0e0e0;
}
body#product.efp-configurator-active:not(.efp-global-configurator) .efp-listcategories-tile:has(input:checked) {
  border-color: #50CC06;
  background: rgba(80, 204, 6, 0.07);
}
body#product.efp-configurator-active:not(.efp-global-configurator) .efp-listcategories-tile:has(input:checked) .efp-listcategories-tile__label {
  color: #000;
  font-weight: 700;
}
body#product.efp-configurator-active:not(.efp-global-configurator) .efp-listcategories-tile__inner {
  padding: 12px 16px;
}
body#product.efp-configurator-active:not(.efp-global-configurator) .efp-listcategories-tile__label {
  font-family: "neuzeit-grotesk", sans-serif;
  font-size: 14px;
  color: #000;
}
body#product.efp-configurator-active:not(.efp-global-configurator) .product-add-to-cart .add > p {
  display: none;
}
@media (max-width: 767px) {
  body#product.efp-configurator-active:not(.efp-global-configurator) #EFPProduct .item {
    padding: 24px 14px 14px;
  }
  body#product.efp-configurator-active:not(.efp-global-configurator) .efp-listcategories-grid {
    justify-content: center;
  }
}

body#product.efp-configurator-active #EFPProduct .item .grouping {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 4px;
}
body#product.efp-configurator-active #EFPProduct .color_option {
  display: inline-block;
  margin: 0 8px 8px 0;
  vertical-align: top;
}
body#product.efp-configurator-active #EFPProduct .color_option .custom-radio {
  flex-direction: column;
  align-items: center;
  gap: 0;
}
body#product.efp-configurator-active #EFPProduct .color_option .color {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  max-width: 40px;
  border: 2px solid #F3F3F3;
  border-radius: 50%;
  box-shadow: none;
}
body#product.efp-configurator-active #EFPProduct .color_option input:checked + .color,
body#product.efp-configurator-active #EFPProduct .color_option label.color_option input:checked + .color {
  border: 2px solid #50CC06 !important;
  box-shadow: 0 0 0 2px rgba(80, 204, 6, 0.3) !important;
}
body#product.efp-configurator-active #EFPProduct .color_option input:checked + .color:before,
body#product.efp-configurator-active #EFPProduct .color_option label.color_option input:checked + .color:before {
  background-color: #50CC06 !important;
  width: 18px;
  height: 18px;
  background-size: 11px 11px;
  right: -5px;
  bottom: -3px;
}
body#product.efp-configurator-active #EFPProduct .color_option .color_title_attribute,
body#product.efp-configurator-active #EFPProduct .color_option .info_visible_attribute {
  display: none !important;
}
@media (min-width: 768px) {
  body#product.efp-configurator-active #EFPProduct .color_option:hover .color_title_attribute {
    display: block !important;
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    visibility: visible;
    opacity: 1;
    font-family: "neuzeit-grotesk", sans-serif;
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
    color: white !important;
    background: #000 !important;
    border: none;
    border-radius: 6px;
    padding: 6px 10px;
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 20;
    pointer-events: none;
  }
  body#product.efp-configurator-active #EFPProduct .color_option:hover .color_title_attribute:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: #000;
  }
}
body#product.efp-configurator-active #EFPProduct #texture_tooltip {
  border: none;
  border-radius: 8px;
  background: #000;
  color: white;
  padding: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
body#product.efp-configurator-active #EFPProduct #texture_tooltip img {
  border-radius: 4px;
}
body#product.efp-configurator-active #EFPProduct .descriptionAttribute > div {
  background: #000;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 8px 12px;
  font-family: "neuzeit-grotesk", sans-serif;
  font-size: 13px;
}
