/******* Do not edit this file *******
Code Snippets Manager
Saved: Feb 18 2026 | 17:04:00 */
/* 1. Kategorie-Container zurücksetzen */
.woocommerce ul.products li.product-category {
    overflow: visible !important;
}

/* 2. Bild-Wrapper darf NICHT beschneiden */
.woocommerce ul.products li.product-category a {
    overflow: visible !important;
}

/* 3. Bild NICHT croppen */
.woocommerce ul.products li.product-category img {
    width: 100%;
    height: auto !important;
    object-fit: contain !important;
    position: static !important;
}

/* 4. Kategorie-Titel unter das Bild holen */
.woocommerce ul.products li.product-category h2 {
    position: static !important;
    background: none !important;
    margin-top: 10px;
    padding: 0;
    text-align: center;
    color: #000;
}

/* 5. Produktanzahl unter Titel */
.woocommerce ul.products li.product-category h2 .count {
    display: block;
    font-size: 13px;
    opacity: 0.7;
}

/* 6. Astra-Overlay komplett deaktivieren */
.ast-woo-shop-category-overlay {
    display: none !important;
}


.woocommerce ul.products li.product .woocommerce-loop-product__title {
    display: -webkit-box;       /* nötig für Trunkierung */
    -webkit-line-clamp: 3;      /* maximale Zeilen */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.page-title.ast-archive-title {
    font-size: 26px !important;
    line-height: 1.2 !important;
}




/* Hover-Effekt */
.woocommerce ul.products li.product-category a:hover::after {
    background-color: #08466d;
}

/* === KATEGORIE-KARTE === */
.woocommerce ul.products li.product-category {
    border: 1px solid #e5e5e5;          /* grauer Trennstrich */
    padding: 15px;
    box-sizing: border-box;
    display: flex;
}

/* gesamter Link als Flex-Container */
.woocommerce ul.products li.product-category a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}




.woocommerce ul.products li.product-category img {
    width: 100%;
    height: auto;          /* 🔑 wichtig */
    max-height: none;      /* 🔑 Begrenzung weg */
    object-fit: contain;
    margin-bottom: 12px;
}


/* Titel */
.woocommerce ul.products li.product-category h2 {
    margin: 8px 0 0;
    font-size: 15px;
    text-align: center;
}

/* Produktanzahl */
.woocommerce ul.products li.product-category h2 .count {
    margin-top: 0px;
	margin-bottom: -100px
}

.woocommerce ul.products li.product-category {
    display: flex;
    flex-direction: column;
}



/* === Zur Kategorie Button kleiner auf iPhone === */
@media (max-width: 480px) {

  .woocommerce ul.products li.product-category a::after {
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 3px;
  }

}


/* Hover */
.woocommerce ul.products li.product-category a:hover::after {
    background-color: #08466d;
}


/* === PRODUKTKACHEL ALS KARTE === */
.woocommerce ul.products li.product {
    border: px solid #e5e5e5;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
border-radius: 4px;
}



/* gesamter Inhalt als Flex */
.woocommerce ul.products li.product .astra-shop-summary-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* Bild sauber */
.woocommerce ul.products li.product img {
    object-fit: contain;
    max-height: 180px;
    margin-bottom: 10px;
}

/* Titel */
.woocommerce ul.products li.product h2 {
    font-size: 15px;
    text-align: center;
}

/* Preis */
.woocommerce ul.products li.product .price {
    text-align: center;
    margin-bottom: 5px;
}

/* BUTTON: Zum Produkt */
.woocommerce ul.products li.product a.button {
    margin-top: auto;                 /* 🔑 gleiche Höhe */
    background-color: #0b5c8f;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    font-weight: 500;
    transition: background 0.2s ease;
	
}


/* ================================
   PRODUKT-BUTTON: TEXT REPARIEREN
   ================================ */

/* 1. Pseudo-Texte komplett deaktivieren */
.woocommerce ul.products li.product a.astra-view-product::before,
.woocommerce ul.products li.product a.astra-view-product::after {
  content: none !important;
}

/* 2. ECHTEN TEXT wieder sichtbar machen */
.woocommerce ul.products li.product a.astra-view-product {
  font-size: 14px !important;
  color: #ffffff !important;
  text-indent: 0 !important;
  white-space: normal !important;
  overflow: visible !important;
}

/* 3. Mobile-Optimierung */
@media (max-width: 480px) {
  .woocommerce ul.products li.product a.astra-view-product {
    padding: 6px 8px !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
  }
}



/* Hover */
.woocommerce ul.products li.product a.button:hover {
    background-color: #08466d;
}

.woocommerce ul.products li.product a.button::after {
    content: "zum Produkt";
}

.woocommerce ul.products li.product a.button {
    font-size: 0;
}

.woocommerce ul.products li.product a.button::after {
    font-size: 14px;
}

.shipping-note {
    font-size: 12px;
    color: #777;
    margin-top: 4px;
}

.price-tax-wrapper {
    margin: 6px 0;
    font-size: 13px;
}

.price-net {
    color: black;
}

.price-gross {
    font-weight: 600;
    margin-top: 0px;
	color: black;
}

/* Lieferzeit kleiner darstellen */
.delivery-time {
    font-size: 13px;
    line-height: 1.2;
}

/* Abstand zwischen Netto- und Bruttopreis reduzieren */
.price-net,
.astra-gross-price {
    margin-bottom: 2px !important;
    margin-top: 0 !important;
    line-height: 1.25;
}

/* Abstand unter der Lieferzeit */
.delivery-time {
    margin-bottom: 20px !important;
}


/* === WooCommerce Mobile Fix iPhone === */
@media (max-width: 480px) {

  /* Produkttitel umbrechen */
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
    line-height: 1.3;
    font-size: 12px;
  }

  /* Preis & Zusatztexte umbrechen */
  .woocommerce ul.products li.product .price,
  .woocommerce ul.products li.product .price span,
  .woocommerce ul.products li.product .woocommerce-price-suffix {
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
    font-size: 12px;
  }

  /* Kartenbreite erzwingen */
  .woocommerce ul.products li.product {
    box-sizing: border-box;
    overflow: hidden;
  }

  /* Button Text fix */
  .woocommerce ul.products li.product .button {
    white-space: normal;
    line-height: 1.2;
    text-align: center;
  }
}


/* === WooCommerce Kategorien Mobile Fix === */
@media (max-width: 480px) {

		/* Kategorie-Box */
  .woocommerce ul.products li.product-category {
    box-sizing: border-box;
    overflow: hidden;
  }

  /* Kategorie-Titel umbrechen */
  .woocommerce ul.products li.product-category h2,
  .woocommerce ul.products li.product-category .woocommerce-loop-category__title {
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
    line-height: 1.3;
    font-size: 10px;
    margin-bottom: 0px;
  }

  /* Produktanzahl (z.B. „(12)“) */
  .woocommerce ul.products li.product-category mark.count {
    white-space: normal;
    font-size: 13px;
  }

}

/* === WooCommerce Kategorie H1 Mobile kleiner === */
@media (max-width: 480px) {

  .woocommerce-page .page-title,
  .woocommerce-page h1,
  .woocommerce .woocommerce-products-header__title {
    font-size: 22px !important;
    line-height: 1.25 !important;
    margin-bottom: 12px;
  }

}



/* ================================
   WooCommerce Kategorie Button
   ================================ */

/* Kategorie-Kachel */
li.product-category {
    position: relative;
    padding-bottom: 205px; /* genug Platz für Button */
}

/* Button-Wrapper */
li.product-category .category-button-wrapper {
    position: inline;
		padding-bottom: 60px;	
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
}

/* Button */
li.product-category .category-button {
    display: block;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
	padding-top:10px;
	padding-bottom:10px;
    background-color: #0073aa;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    border-radius: 5px;
    white-space: nowrap;
    transition: all 0.25s ease;
}

/* Hover-Effekt */
li.product-category .category-button:hover {
    background-color: #005177;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
}



/* Mobile Feintuning */
@media (max-width: 768px) {
    li.product-category {
        padding-bottom: 0px;
    }

    li.product-category .category-button-wrapper {
        bottom: 30px;
    }
}



@media (max-width: 767px) {
  .widget_wpb_mca_accordion_widget {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #secondary {
    display: none;
  }
}

@media (max-width: 767px) {

  /* Produktbox breiter nutzen */
  .woocommerce ul.products li.product {
    padding-left: 10px;
    padding-right: 10px;
  }


	
	
	
.woocommerce-breadcrumb {
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: auto;
	    line-height: 1.3;
    font-size: 12px;
}
