.elementor-139 .elementor-element.elementor-element-fe76c9c{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:100px;--padding-bottom:100px;--padding-left:100px;--padding-right:100px;}@media(min-width:768px){.elementor-139 .elementor-element.elementor-element-fe76c9c{--content-width:100%;}}@media(max-width:1024px){.elementor-139 .elementor-element.elementor-element-fe76c9c{--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}}@media(max-width:767px){.elementor-139 .elementor-element.elementor-element-fe76c9c{--padding-top:25px;--padding-bottom:25px;--padding-left:25px;--padding-right:25px;}}/* Start custom CSS for shortcode, class: .elementor-element-9a0f921 *//*---------------------*/
/*Abholen Site buttons */
.orderable-product__add-to-order {
  color: white!important;
  background-color: #66D2CE!important;
  font-family: RestoraNeue-Bold!important;
  display: inline-block!important;
  width: 8em!important;
  height: 2.6em!important;
  line-height: 2.5em!important;
  margin: 0!important;
  position: relative!important;
  cursor: pointer!important;
  overflow: hidden!important;
  border-width: 0!important;
  border-style: solid!important;
  border-radius: 6px!important;
  border-color: white!important;
  transition: color 0.5s!important;
  z-index: 1!important;
  font-size: 17px!important;
  font-weight: 500!important;
}

.orderable-product__add-to-order::before {
  content: '';
  position: absolute!important;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  z-index: 2;
  pointer-events: none;
}

.orderable-product__add-to-order:hover::before {
  animation: shimmerMove 0.8s forwards;
}

@keyframes shimmerMove {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}


/* border from tab buttons */
.orderable-tabs__link {
font-family: RestoraNeue-Bold!important;
  border-radius: 10px!important;
  
}



/* Mobile-specific styles for product layout */
@media (max-width: 768px) {
  .orderable-product__hero {
    display: block !important;
    text-align: center !important;
    margin-bottom: 20px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .orderable-product__image {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    display: block !important;
  }

  .orderable-product__content-wrap {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

/* Specific fix for screens under 480px */
@media (max-width: 480px) {
  .orderable-products-list__item .orderable-product__hero,
  .orderable-products-list__item .orderable-product__image {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    margin: 0 auto !important;
    display: block !important;
    text-align: end !important;
  }

  .orderable-products-list__item .orderable-product__content-wrap {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    padding: 1rem !important;
  }

  .orderable-products-list__item .orderable-product__content {
    display: block !important;
    width: 100% !important;
    text-align: start !important;
  }

  .orderable-products-list__item .orderable-product__actions {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    margin-top: 1rem !important;
  }
}

/* Show Text ob mobile again: */
/* BUTTON DESIGN – NO CHANGES außer Schimmer */
.orderable-product__add-to-order {
  position: relative!important;
  overflow: hidden!important;
  color: white!important;
  background-color: #66D2CE!important;
  font-family: RestoraNeue-Bold!important;
  width: 8em!important;
  height: 2.6em!important;
  line-height: 2.5em!important;
  border-radius: 6px!important;
  border: none!important;
  z-index: 1!important;
  transition: color 0.5s!important;
  font-size: 17px!important;
  font-weight: 500!important;
  cursor: pointer!important;
}
/* MOBILE STYLING (UP TO 480px) */
@media (max-width: 480px) {
  .orderable-products-list__item {
    width: 100% !important;
    max-width: 100% !important;
  }

  .orderable-product {
    display: flex !important;
    flex-direction: column !important;
  }

  .orderable-product__hero {
    order: -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    display: block !important;
    text-align: start !important;
    margin-bottom: 1rem !important;
  }

  .orderable-product__image {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    object-fit: cover !important;
  }

  .orderable-product__content-wrap {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    padding: 2rem !important;
    align-items: start !important;
  }

  .orderable-product__content {
    display: block !important;
    width: 100% !important;
    text-align: start !important;
    padding: 18px 24px 12px!important;
  }

  .orderable-product__actions {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    gap: 0.5rem !important;
    
    box-sizing: border-box !important;
  }

  .orderable-product__actions-price {
    white-space: nowrap !important;
    flex-shrink: 1 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .orderable-product__actions-button {
    flex-shrink: 1 !important;
    width: auto !important;
    max-width: 100% !important;
    font-size: 0.9rem !important;
    padding: 0.6em 1em !important;
  }

  .orderable-products-list__item {
    box-shadow: 0 .4px 1.3px rgba(0,0,0,.05),
                0 1.3px 4.5px rgba(0,0,0,.06),
                0 6px 16px rgba(0,0,0,.07) !important;
    border-radius: 6px!important;
  }

  .orderable-products-list__item .orderable-product__actions {
    padding: 12px 24px 18px!important;
  }
}

@media (max-width: 360px) {
  .orderable-product__actions-button {
    font-size: 0.8rem !important;
    padding: 0.5em 0.8em !important;
  }
}

/*OBERE TABS */
.orderable-tabs__item,
.orderable-tabs__item:hover,
.orderable-tabs__item--active,
.orderable-tabs__item--active:hover {
  color: white !important;
}

.orderable-tabs__link:hover{
    color:white!important;
    background-color:#66D2CE!important;
}


/*TESTEN*/
.orderable-product__hero {
  height: 250px !important;
  overflow: hidden !important;
}

.orderable-product__image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.button.checkout.wc-forward {
    border-radius: 10px!important;
}


.orderable-tabs__link:active {
    colo:white!important;
}


@media (max-width: 480px) {
.orderable-button.orderable-product__cancel-update, .orderable-button.orderable-product__update-cart-item {
    padding: 0 24px !important;
    font-size:1.2rem!important;
    font-family: RestoraNeue-Bold!important;
}
.orderable-product--options.orderable-product__actions {
    margin-top: auto!important;
    padding-top: 24px!important;
}
}

.orderable-button--out-of-stock{
    color:black!important;
}/* End custom CSS */