/* Popup */
.popup-btn {
	margin-block-start: 1.5rem !important;
	border: 2px solid #a91636;
	color: #a91636;
}

dialog img {
	max-width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	margin-block-end: 1.5rem;
	max-height: 150px;
}

dialog {
	position: fixed;
	max-width: 65ch; 
	width: 100%;
	margin-inline: auto;
	box-shadow: 0 0 15px 5px rgba(0,0,0,0.3);
	border: 0;
	border-radius: 5px;
	overflow: hidden;
    background-color: #fff !important;
	overflow-y: auto;
}

dialog::backdrop {
	background-color: hsl(from #a91636 h s l / 0.7);
	backdrop-filter: blur(5px);
}

.modal-content {
	padding: 1rem;
}

.modal-content :is(button, a) {
	margin: 0;
}

.close-button {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	max-width: 30px;
	aspect-ratio: 1;
	outline: none !important;
}

.close-button svg {
	fill: var(--neutral-color-400);
	display: block;
	width: 30px;
	aspect-ratio: 1;
}


.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.modal-content #product-description {
	font-size: 13px;
	margin-block-end: 1.5rem;
}




/* Shipping Subscription Product */
.postid-573033 .woocommerce_de_versandkosten {
	display: none !important;
}




/* Jahresabo Info */
.woocommerce-variation-price .price .subscription-info {
	font-size: 0.6em !important;
}



/* Mini Cart */
.woocommerce-mini-cart {
	.ux-mini-cart-qty {
		display: grid;
	}
	
	.quantity {
	  white-space: normal;
	  word-wrap: break-word;
	  overflow-wrap: break-word;
	  display: block; /* optional, wenn du Zeilenumbruch auf ganzer Breite willst */
	}
	
	.woocommerce-de_price_taxrate  {
		display: block;
	}

}