/** Shopify CDN: Minification failed

Line 63:6 Expected identifier but found whitespace
Line 63:7 Unexpected "60px"

**/
.body-text-font-bold{
  font-family: var(--font-body-family) !important;
  font-weight: bold !important;
}

.alert-box{
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  display:none;
}

.alert-box--info{
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-box--warning{
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-box--error{
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
span.arrow-bottom-left{
  position: relative;
  margin-bottom: 0.25rem;
  margin-top: 0.5rem;
  font-size: var(--size-text-xs);
}
span.arrow-bottom-left::after {
  content: ""; /* Empty content for the arrow */
  position: absolute;
  bottom: -5px; /* Position below the span */
  left: 10px; /* Align to the bottom-left */
  width: 0;
  height: 0;
  border-left: 5px solid transparent; /* Left side of the arrow */
  border-right: 5px solid transparent; /* Right side of the arrow */
  border-top: 5px solid rgb(var(--color-sale-badge) / var(--tw-bg-opacity)); /* Top part of the arrow, color as needed */
}

.german-company{
  right: 1rem;
  top: 1rem;
  position: absolute;
  z-index: 999;
}

width: 60px;

@media only screen and (max-width: 600px) {
  .german-company{
    width: 65px;
    right: 0.5rem;
    top: 0.5rem;
  }
}