/** Shopify CDN: Minification failed

Line 33:22 Unexpected "{"

**/

@media (min-width: 768px)
{
  .sf__custom-collapse .m-custom-content__block-inner{
    margin-left: 100px;
    left: 0 !important;
  }
}

.custom-button {
  display: block;
  width: 100%;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0); /* Transparente Hintergrundfarbe */
  color: #000; /* Textfarbe auf Schwarz ändern */
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #000; /* Schwarze Umrandung hinzufügen */
}
.custom-button:hover {
  background: none;
}


.custom-button:focus,
.custom-button:hover, {
	background: var(--color-btn-bg-hover);
	border-color: var(--color-btn-bg-hover);
	color: var(--color-btn-text-hover, #fff)
}


.custom-button:hover::before {
	-webkit-transform: scaleX(0) translateZ(0);
	transform: scaleX(0) translateZ(0);
	-webkit-transition: -webkit-transform var(--m-duration-long, 0.5s) cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: -webkit-transform var(--m-duration-long, 0.5s) cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform var(--m-duration-long, 0.5s) cubic-bezier(0.165, 0.84, 0.44, 1)
}

.custom-button:hover::after {
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
	transition: transform var(--m-duration-long, 0.5s) cubic-bezier(0.165, 0.84, 0.44, 1) .3s, -webkit-transform var(--m-duration-long, 0.5s) cubic-bezier(0.165, 0.84, 0.44, 1) .3s
}

.m-price__unit {
font-size: 10px;
}

.m-cart-item__unit-price span {
  font-size: 8px;
}

.m-richtext__subtitle {
font-family: Lato;
}

.m-content-box__subheading h6 {
font-family: Lato;
}