.elementor-kit-5{--e-global-color-primary:#3B82F6;--e-global-color-secondary:#54595F;--e-global-color-text:#000000;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"DM Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body.single-product .woocommerce-message {
  display: none !important;
}



.fkcart-toggler {
    right: 20px !important;
    bottom: 20px !important;
}

/* Op mobiele schermen (max 768px breed) aanpassen naar 15px onderaan */
@media (max-width: 768px) {
    .fkcart-toggler {
        right: 30px !important;
        bottom: 100px !important;
    }
}

.gradient-text {
  background: linear-gradient(to right, #3B82F6, #6366F1, #06B6D4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fkcart-select-options {
  color: #333333;
}

.product .variations {
  display: none !important;
}

body #wfob_wrap { margin: 0px 0 !important ;}

@media (max-width: 767px) {
  .wfob_wrapper .bwf_display_flex {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 16px !important;
  }

  .wfob_wrapper .wfob_pro_txt_wrap {
    flex: 1 1 auto !important;
    width: auto !important;
  }

  .wfob_wrapper .wfob_pro_image_wrap {
    flex: 0 0 60px !important;
    max-width: 60px !important;
    margin: 0 !important;
  }

  .wfob_wrapper .wfob_pro_img_wrap img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
}

.floating-cart-popup {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 15px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  width: auto;
  max-width: calc(100% - 40px);
  min-width: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

@media (max-width: 600px) {
  .floating-cart-popup {
    justify-content: center;
    padding: 10px;
    left: 10px;
    right: 10px;
    bottom: 20px;
    width: auto;
    max-width: calc(100% - 20px);
    border-radius: 12px;
    gap: 10px;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow-x: auto;
    text-align: center;
  }

  .popup-product-image,
  .popup-info {
    display: none !important;
  }

  .popup-qty-cart {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    height: auto;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
  }

  .popup-variations {
    flex-shrink: 0;
    justify-content: center;
    display: flex;
    width: auto;
  }

  .popup-variation {
    font-size: 13px;
    max-width: 80px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto;
  }

  .quantity-container,
  .add-to-cart-button-wrapper {
    flex-shrink: 0;
    justify-content: center;
  }
}

.popup-variations {
  display: flex;
  gap: 5px;
  flex-wrap: nowrap;
  align-items: center;
  height: 48px;
  justify-content: center;
}

.popup-variation {
  font-size: 14px;
  padding: 0 10px;
  border: 1px solid #000;
  border-radius: 4px;
  background: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  white-space: nowrap;
}

.floating-cart-popup.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.popup-product-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 10px;
  flex-shrink: 0;
}

.popup-middle {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 100px;
}

.popup-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 3px;
}

.popup-price {
  font-size: 15px;
  font-weight: bold;
  color: #111;
  text-decoration: none;
}


.popup-right {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
}

.popup-qty-cart {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  height: 48px;
}

.quantity-container {
  display: flex;
  align-items: stretch;
  gap: 5px;
  position: relative;
  height: 100%;
  flex-shrink: 0;
}

.add-to-cart-button-wrapper {
  flex-shrink: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

.quantity-input {
  width: 40px;
  height: 100%;
  padding: 0;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  -moz-appearance: textfield;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity-controls {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.quantity-btn {
  width: 25px;
  height: 50%;
  border: none;
  background-color: #3B82F6;
  color: white;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: background 0.3s ease;
  flex: 1;
  padding: 0;
}

.quantity-btn:hover {
  background-color: #3B82F6;
}

.quantity-btn:focus {
  background-color: #3B82F6;
}

.quantity-btn i {
  pointer-events: none;
}

.custom_add_to_cart {
  background-color: #3B82F6;
  color: white;
  font-size: 13px;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: background 0.3s;
  white-space: nowrap;
  height: 100%;
}

.custom_add_to_cart:hover,
.custom_add_to_cart:focus {
  background-color: #3B82F6;
}

.save-amount-badge {
    display: inline-block;
    padding: 10px 20px;
    background-color: #3B82F6; /* jouw huiskleur */
    color: #ffffff;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    font-family: 'DM Sans', sans-serif;
}

@media (max-width: 768px) {
  .save-amount-badge {
    padding: 8px 16px;
    font-size: 0.75rem;
    border-radius: 10px;
  }
}

.woocommerce-variation-availability {
    display: none !important;
}/* End custom CSS */