.custom-cross-sell-modal-overlay {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
 @media (min-width: 922px) {
.page-id-8110 .site-content .ast-container {
    max-width: 1240px;
  }
}

.custom-cross-sell-modal-content {
  background: #fff;
  max-width: 600px;
  max-height: 450px;
  width: 90%;
  padding: 2rem;
  border-radius: 12px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.custom-cross-sell-modal-overlay.active .custom-cross-sell-modal-content {
  opacity: 1;
  transform: translateY(0);
}

.custom-cross-sell-modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px;
  background: ;
  border: none;
  cursor: pointer;
  padding: 0.2em 0.3em 0.4em 0.3em;
  background: none;
  color: var(--ast-global-color-0);
  
}
.woocommerce-info a {
  color: #515151;
  text-decoration: underline !important;
}

.woocommerce-cart-form__contents .actions button {
  border: 2px solid var(--ast-global-color-0);
  background: none;
  color: var(--ast-global-color-0);
}
.woocommerce-message::before, .woocommerce-info::before {
    color: #515151;
}
.custom-cross-sell-product h3 {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

.custom-cross-sell-product a {
  text-decoration: none;
  color: var(--ast-global-color-2);
  font-family: "Inter Tight", Sans-serif;
  font-weight: 600;
}

.custom-cross-sell-product a:hover {
  text-decoration: underline;
}

.custom-cross-sell-description {
  font-size: 0.95rem;
  margin-bottom: 1rem;
  color: var( --e-global-color-text );
  font-family: "Inter Tight", Sans-serif;
}

.custom-cross-sell-price {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.custom-cross-sell-product .button {
  background-color: #0073aa;
  color: #fff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}

.custom-cross-sell-product .button:hover {
  background-color: #005e8c;
}

.custom-cross-sell-product .quantity {
  margin-bottom: 1rem;
}

.custom-cross-sell-product .qty {
  width: 60px;
  padding: 6px;
  font-size: 1rem;
  margin-left: 0.5rem;
}
.product-feature-section {
    background-color: var(--ast-global-color-0);
}
.single-product .product-feature-section h3.elementor-heading-title.elementor-size-default, .lp-product-page.product-feature-section h3.elementor-heading-title.elementor-size-default {
  color: #fff;
  font-family: "Inter Tight", Sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}
.product-feature-section .elementor-shortcode {
    color: #fff;
    font-family: "Inter Tight", Sans-serif;
    font-size: 18px;
    text-align: center;
}
.product-feature-section .price {
    text-align: center;
}
.product-feature-section .woocommerce-Price-amount {
    line-height: 1em;
  font-weight: 300;
}
.product-feature-section .woocommerce-Price-amount bdi {
    color: #fff;
    font-family: "Inter Tight", Sans-serif;
    font-size: 16px;
    text-align: center;
}

.product-feature-section {
    margin: 3em 0 !important;
    padding: 1em 2em !important;
}
.product-feature-section .elementor-widget-woocommerce-gzd-tax-notice {
    text-align: center;
    margin-top: -0.4em;
}
.product-feature-section .wc-gzd-additional-info.tax-info {
    color: #fff;
}
.product-feature-section > .e-con-inner > .e-child {
  padding: 0;
}
.single-product .price{
    line-height: 1em !important;
}
.product-feature-section .elementor-widget-heading .elementor-widget-container {
  /*min-height: 4em; */
  text-align: center;
}
.product-feature-section .e-con-full {
    gap: 0;
}
.single-product .responsive-video-wrapper, .page-id-8110 .responsive-video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Verhältnis */
  height: 0;
  overflow: hidden;
  border-radius: 10px; /* Optional: runde Ecken */
  box-shadow: 0 0 10px rgba(0,0,0,0.1); /* Optional: Schatten */
}

.single-product .responsive-video-wrapper iframe,.page-id-8110 .responsive-video-wrapper iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.single-product .product_title, .single-product h2.elementor-heading-title,.page-id-8110 .product_title h1,.page-id-8110 h2.elementor-heading-title {
    font-weight: 600 !important;
    color: var(--ast-global-color-2) !important;
    font-size: 3.5555555555556rem;
    line-height: 1.1em;
}
.features-product-bottom {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* Einzelne Feature-Box */
.features-product-bottom:not(.lp-prod-page) .e-con.e-child {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  align-content: start;
  grid-template-areas:
    "icon title"
    "list list";
  gap: 0.5rem 0.75rem;
  padding: 1.2rem;
  background-color: var( --e-global-color-astglobalcolor8 );
}
.features-product-bottom.lp-prod-page .e-con.e-child {
  
  gap: 0.5rem 0.75rem;
  padding: 1.2rem;
  background-color: var( --e-global-color-astglobalcolor8 );
}

@media(min-width: 768px) {
  .features-product-bottom .e-con.e-child {
    min-height: 16em;
  }
  .product-feature-section.not-full {
    max-width: 30% !important;
    margin: 0 auto !important;
    margin-top: 2em !important;
  }
}
.features-product-bottom .e-con.e-child .elementor-icon-list-text{
  font-family: "Inter Tight", Sans-serif;
  color: var( --e-global-color-text );

}
/* Icon */
.features-product-bottom:not(.lp-prod-page) .e-con.e-child > .elementor-widget:nth-child(1) {
  grid-area: icon;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.features-product-bottom .e-con.e-child i {
  font-size: 1.4rem;
  color: #C62828;
}

/* Titel */
.features-product-bottom:not(.lp-prod-page) .e-con.e-child > .elementor-widget:nth-child(2), .features-product-bottom.lp-prod-page .elementor-shortcode {
  grid-area: title;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.1rem;
  color: #333;
}

/* Liste */
.features-product-bottom:not(.lp-prod-page) .e-con.e-child > .elementor-widget:nth-child(3) {
  grid-area: list;
  margin-top: 1em;
}

.features-product-bottom ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.features-product-bottom ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}
.features-product-bottom.lp-prod-page ul {
  margin-top: 1em !important;
}
.features-product-bottom.lp-prod-page ul li {
  color: rgb(107, 110, 112);
}

.features-product-bottom ul li::before {
  content: "\e90a";
  font-family: "icomoon" !important;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.15rem;
  color: #C62828;
  font-size: 0.9rem;
}
.custom-cross-sell-title {
    font-family: "Inter Tight", Sans-serif;
    font-size: 60px;

}

.product-thumbnail {
  display: none;
}
body.woocommerce-cart h1.entry-title {
  font-size: 3.5555555555556rem !important;
  font-weight: 400 !important;
  line-height: 1.1em;
  margin-bottom: 1em;
}

.cart_totals h2 {
  font-size: 1.8rem;
}
.coupon input {
  max-height: 45px !important;
  height: 45px !important;
}

.intro-shortcode {
  font-family: "Inter Tight", Sans-serif;
  color: var( --e-global-color-text );
  margin-bottom: 2em;
}

.astra-shop-thumbnail-wrap {
  display: none;
}

.astra-shop-summary-wrap .ast-loop-product__link {
  font-size: 1.5rem;
  font-family: "Inter Tight", Sans-serif;
}
.astra-shop-summary-wrap .ast-woo-shop-product-description {
  
  font-family: "Inter Tight", Sans-serif;
  color: var( --e-global-color-text );
  margin-top: 1em;
}
.elementor-products-grid .product-type-simple {
  background: #F1F2F1;
    background-image: none;
  padding: 2em !important;
}

.wc-gzd-cart-item-thumbnail {
  display: none;
}

.woocommerce-gzd-data-download-checkbox-text,.woocommerce-gzd-legal-checkbox-text {
  font-weight: 300;
    font-family: "Inter Tight", Sans-serif;
  color: var( --e-global-color-text ) !important;
  font-size: 16px !important;
}

.woocommerce-form__label-for-checkbox.checkbox {
 
  align-items: flex-start;
  gap: 0.5rem;
  flex-wrap: wrap; /* Optional, falls Text umbrechen soll */
}

.woocommerce-form__label-for-checkbox.checkbox br {
  display: none;
}

.woocommerce-gzd-data-download-checkbox-text {
  display: inline;
  line-height: 1.5;
}

/* Entfernt die störenden <br> im Label */
.woocommerce-form__label-for-checkbox.checkbox br {
  display: none;
}

/* Flex-Layout für Checkbox + Text */
.woocommerce-form__label-for-checkbox.checkbox {

  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0.5rem;
  line-height: 1.5;
}

/* Text mit Links */
.woocommerce-gzd-legal-checkbox-text {
  display: inline;
  font-size: 0.95rem;
  color: #333;
}

/* Pflichtstern (*) inline neben Text */
.woocommerce-form__label-for-checkbox.checkbox abbr.required {
  margin-left: 0.25rem;
  color: #d32f2f;
  font-weight: bold;
}

/* Optional: Link-Styling */
.woocommerce-gzd-legal-checkbox-text a {
  text-decoration: underline;
  color: #0073aa;
}

.woocommerce-gzd-legal-checkbox-text a:hover {
  color: #005177;
}

.wc-gzd-checkbox-placeholder-data-download {
  margin-bottom: 2em;
  margin-top: -1em;
}
/* Entferne unnötige Zeilenumbrüche */
.wc_payment_method br,
.wc_payment_method p:empty {
  display: none !important;
}

/* Hauptcontainer */
.wc_payment_method {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem;
  border: 1px solid #eee;
  border-radius: 6px;
  background-color: #fafafa;
  margin-bottom: 1.5rem;
}

/* Payment Radio */
.wc_payment_method > input[type="radio"] {
  grid-column: 1;
}

/* Label mit Text + Icon */
.wc_payment_method label {
  grid-column: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  margin: 0;
}

/* Icon Styling */
.wc_payment_method img.stripe-icon {
  height: 22px;
  width: auto;
  margin-left: 0.3rem;
}

/* Payment Box: immer ganze Breite, unterhalb */
.wc_payment_method .payment_box {
  grid-column: 1 / -1;
  margin-top: 1rem;
  padding: 1rem;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 6px;
}
.wc_payment_method p {
  margin-bottom: 0 !important;
}
.wc_payment_method {
  padding: 0 !important;
  padding-left: 1rem !important;
  margin-bottom: 1em !important;
}
.form-row.woocommerce-SavedPaymentMethods-saveNew label {
  font-family: "Inter Tight", Sans-serif;
  color: var( --e-global-color-text ) !important;
}

.woocommerce-checkout-payment .form-row.place-order {
  display: none;
}

.shop_table.woocommerce-checkout-review-order-table .product-name,.shop_table.woocommerce-checkout-review-order-table .cart-subtotal th,.shop_table.woocommerce-checkout-review-order-table .order-total th,.shop_table.woocommerce-checkout-review-order-table .order-tax th{
  padding-left: 10px !important;
}

.checkout-button.button.alt.wc-forward {
  font-size: 1rem;
  line-height: 1em;font-size: 1rem;
  line-height: 1em;
  padding: 0.8em;
  padding: 0.8em;
}
.wc-gzd-checkbox-placeholder.wc-gzd-checkbox-placeholder-data-download {
  margin-top: 1em;
}

.added_to_cart {
  margin-bottom: 0.5em;
}
.woocommerce-cart-form .actions button:disabled {
  padding-top: 15px !important;
  padding-right: 30px !important;
  padding-bottom: 15px !important;
  padding-left: 30px !important;
}
.checkout.woocommerce-checkout .col-1 > p:nth-child(2) {
    display: none;
}

.checkout.woocommerce-checkout h3 {
      font-size: 2rem;
      margin-top: 0 !important;
    padding-top: 0 !important;
}

button#place_order {
    margin-bottom: 2em;
}

@media (min-width: 768px) {
    table.woocommerce-checkout-review-order-table tr.wc-gzd-cart-item-has-thumbnail .wc-gzd-cart-item-name-wrapper {
       
        display: block !important;
    }
}
.tagged_as.detail-container {
  display: none !important;
}
.product-remove a svg {
  color: black;
}
.product-remove a:before {
  border: 1px solid black !important;
}

.prod-intro-text p{
  color: var( --e-global-color-text );
  text-align: center;
  font-family: var( --e-global-typography-text-font-family ), Sans-serif;
}
.ast-woo-shop-product-description strong {
  display: inline !important;
}

#wc-stripe-express-checkout-element {
  display: none !important;
}