.breakdance .bde-productbuilder {
  width: 100%;
}

.breakdance-woocommerce.bde-productbuilder
  .woocommerce-notices-wrapper
  + .product {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}


#product_form .hidden{
    display: none;
}

.product__wrapper #ajax_add_to_cart_form{

}

.product__wrapper h2{
    margin: 0;
    margin-bottom: 20px;
    color: #E8C433!important;
}

@media (max-width: 750px) {
    .product__wrapper h2{
        font-size: 1.6rem!important;
    }
}

.product__wrapper .product__short__description{
    color: white;
    margin-bottom: 20px;
}

.pill_wrapper{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 10px;
}

.pill_wrapper .form__radio{
    padding: 10px 20px;
    border-radius: 2px;
    background-color: #3B8057;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
}

.pill_wrapper .form__radio bdi{
    color: white!important;
}

.pill_wrapper .form__radio input{
    display: none;
}

.pill_wrapper .form__radio label{
    color: white!important;
    margin: 0!important;
}

.pill_wrapper .form__radio.selected{
    background-color: #89BF89;
    color: #fff;
}

.form__field{
    margin-bottom: 30px;
}

.form__field label{
    color: white!important;
    margin-bottom: 10px;
}

#custom_amount{
    background-color: white;
    border-radius: 3px;
    border: 1px solid #ccc;
    height: 48px;
    padding: 0 20px;
    font-size: 18px;
    width: 100%;
}


#anonymous_field .anon_wrapper{
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

#anonymous_field .anon_wrapper input{
    width: 25px;
    height: 25px;
    aspect-ratio: 1;
    margin-top: 2px;
}

#anonymous_field .anon_wrapper p{
    color: white!important;
    margin: 0!important;
}