@media (min-width: 769px) {
    
	.dropdown {
		width: 80%;
		margin-left: 10%;
		background: rgba(255, 255, 255, 0.85);
	}
  
	.menu li {
		padding-left: 10px;
      	padding-right: 10px;
	}

	.menu a, .menu a:visited, .menu a:active {
		padding-top: 4px;
	}
}

.purchase-details__buttons {
	margin-top: 32px;
}

.variante_beschreibung {
	border: 1px solid #cdcdcd;
  	margin-bottom: 25px;
}

.variante_beschreibung .head {
	background: #cdcdcd;
  	color: #030303;
  	padding: 5px 10px;
  	font-family: Montserrat, sans-serif;
  	font-weight: 700;
  	text-transform: uppercase;
}

.variante_beschreibung .contnt {
	padding: 5px 10px;
    font-family: Montserrat, sans-serif;
}

#shopify-section-product-description-bottom-template .gpsr,
#shopify-section-product-more-than-100-variants-template .gpsr {
  padding: 28px 0;
}

#shopify-section-product-template .gpsr {
  padding: 28px 0 0 0;
}

#shopify-section-product-description-bottom-template .gpsr .data strong,
#shopify-section-product-more-than-100-variants-template .gpsr .data strong,
#shopify-section-product-template .gpsr .data strong {
  margin-bottom: 10px;
  display: block;
}

#shopify-section-product-description-bottom-template .gpsr .data p,
#shopify-section-product-more-than-100-variants-template .gpsr .data p,
#shopify-section-product-template .gpsr .data p {
  margin: 0;
}

#shopify-section-product-description-bottom-template .gpsr .data:last-child,
#shopify-section-product-more-than-100-variants-template .gpsr .data:last-child,
#shopify-section-product-template .gpsr .data:last-child {
  margin-top: 10px;
}