@charset "UTF-8";
/*
* @ Header 
*/
body.home header:not(.scrolled) .bowe-minicart-trigger {
  filter: invert(1);
}

/*
* @ Checkout
*/
.bowe-checkout .shipping-payment-list li label {
  margin-bottom: 0px;
}

.bowe-checkout .shipping-payment-list .payment_method_pensopay_gateway label {
  gap: 8px;
}
.bowe-checkout .shipping-payment-list .payment_method_pensopay_gateway label img:last-of-type {
  max-height: 44px !important;
  padding: 0px 8px;
}

.bowe-checkout .shipping-payment-list .payment_method_pensopay_gateway label,
.bowe-checkout .shipping-payment-list .payment_method_pensopay_gateway_googlepay label {
  gap: 8px;
}
.bowe-checkout .shipping-payment-list .payment_method_pensopay_gateway label img:first-of-type,
.bowe-checkout .shipping-payment-list .payment_method_pensopay_gateway_googlepay label img:first-of-type {
  margin-left: auto;
}
.bowe-checkout .shipping-payment-list .payment_method_pensopay_gateway label img,
.bowe-checkout .shipping-payment-list .payment_method_pensopay_gateway_googlepay label img {
  max-height: 32px !important;
  padding: 8px;
  box-sizing: border-box;
  background: white;
  border-radius: 8px;
}

#payment .reepay-logos li {
  padding: 0 !important;
}
#payment .reepay-logos li img {
  height: 28px !important;
  max-height: inherit !important;
  margin-right: 3px !important;
}

.single_add_to_cart_button.wp-element-button,
.bowe-minicart-bottom-buttons .wp-element-button {
  background-color: #60a944;
}

.wp-block-woocommerce-add-to-cart-form {
  margin-top: 32px;
  margin-bottom: 32px;
}
.wp-block-woocommerce-add-to-cart-form form.cart:not(.variations_form) {
  background: #eee6d8;
  padding: 16px;
  max-width: 500px;
  width: 100%;
  border-radius: 5px;
  box-sizing: border-box;
}
@media (max-width: 777px) {
  .wp-block-woocommerce-add-to-cart-form form.cart:not(.variations_form) .quantity-increment {
    display: none;
  }
}
.wp-block-woocommerce-add-to-cart-form .andreas-mini-cart-images {
  max-width: 400px;
  width: 100%;
}

.single-product-content {
  overflow: hidden;
  position: relative;
}

.wc-form-floating-add-to-cart .quantity {
  display: none !important;
}

body.postid-11051 .bowe-swatches {
  gap: 24px;
  flex-direction: column;
}
body.postid-11051 .bowe-swatches-swatch {
  font-size: 20px;
}

.woocommerce .wp-block-woocommerce-product-image-gallery span.onsale {
  background-color: var(--wp--preset--color--foreground, #958e09);
  color: var(--wp--preset--color--background, #fff);
  position: absolute;
  left: 16px;
  top: 16px;
  padding: 16px;
  border-radius: 16px;
}

.bowe-minicart-items .free-product .bowe-minicart-items-item-quantity-options {
  display: none !important;
}