/*
 Theme Name: Astra Child
 Template: astra
 Version: 1.0.0
*/
/* Remove all Focus and Active states */
a:focus {
  outline: none;
  box-shadow: none;
}
.ast-mobile-popup-drawer.active .menu-toggle-close:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
a:focus,
a:focus-visible,
a:active,
button:focus,
button:focus-visible,
button:active {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}
.woocommerce-message:focus,
.woocommerce-message:focus-visible,
.woocommerce-message .button:focus,
.woocommerce-message .button:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
.site-header {
    z-index: 999!important;
}
a[href^="tel"] {
  color: inherit;            /* übernimmt die Farbe vom Eltern-Element */
  text-decoration: none;     /* entfernt die Unterstreichung */
  font-weight: inherit;      /* übernimmt ggf. die Schriftstärke */
}
/* Kleinere Anpassungen im Bestellprozess */
.woocommerce-js ul#shipping_method .amount {
    margin-left: 5px;
}
.woocommerce-cart .cart-collaterals .cart_totals>h2 {
    font-size: 1.375rem;
}
.woocommerce-cart .cart input[name="update_cart"],
.woocommerce-cart .cart button[name="update_cart"] {
    display: none !important;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    padding: 15px 30px;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 50px;
    line-height: 1em;
}
.woocommerce-product-details__short-description h5 {
    margin-top: 30px;
    margin-bottom: 10px;
}
.woocommerce-js div.product .woocommerce-tabs ul.tabs li a {
    padding: 1em 0;
}
body.woocommerce.archive.post-type-archive-product .ast-archive-entry-banner .ast-container h1 {
  font-weight: 500;
  font-size: 4rem;
}
/* Fix "Ihr Artikel wurde zum Warenkorb hinzugefügt" */
.woocommerce-message {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.woocommerce-message::before {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-right: 0.6em;
  transform: translateY(1px); /* feinjustiert */
  font-size: 1em;
  line-height: 2.75em;
}
.woocommerce-message .button {
  margin-left: auto !important;
  align-self: center;
}

.related.products h2 {
    font-size: 1.5rem;
}
.ast-site-header-cart i.astra-icon:after {
    top: -10px;
    right: -14px;
    line-height: 18px;
    padding-right: 1px;
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    border: 1px solid rgb(25 23 17 / 30%) !important;
    height: 1.2em !important;
    min-height: 1.2em !important;
    min-width: 1.2em !important;
    width: 1.2em !important;
}
/* Sidebar Filter Anpassungen */
.wc-block-attribute-filter__actions {
  display: none !important;
}
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
    outline: none!important;
    outline-offset: 1.5px;
}
.widget {
    margin-bottom: 2em;
}
.ast-archive-entry-banner[data-post-type="product"] .ast-container h1 {
    font-size: 3rem;
}
body.elementor-editor-active .elementor-element-wrapper.elementor-element--promotion {
  display: none !important;
}
form #order_review:not(.elementor-widget-woocommerce-checkout-page #order_review) {
    padding-bottom: 20px;
}
/* Versteckt den Variantenpreis unter dem Dropdown */
.woocommerce-variation,
a.reset_variations {
    display: none !important;
}
.variations th{
  margin-top:10px;
}
/* Überschrift im Footer auf Shop-Seite normalisieren */
.woocommerce-page .elementor-heading-title {
  margin-bottom: 0 !important;
  line-height: 1.2 !important;
}
/* Fix "Ihr Artikel wurde zum Warenkorb hinzugefügt" */
@media (max-width: 768px) {
  .woocommerce-message {
    flex-direction: column;
    align-items: flex-start;
  }
  .woocommerce-message .button {
    margin-left: 0 !important;
    margin-top: 1em !important;
    align-self: flex-start;
  }
  .woocommerce-message::before {
    line-height: 1.65em;
}
}
