/** Shopify CDN: Minification failed

Line 13:13 Expected identifier but found whitespace
Line 13:15 Unexpected "{"
Line 13:22 Expected ":"

**/
.template-article .page-width--narrow {
    max-width: 1150px;
}

.hotline_wrapper {
  background: {{ block.settings.hotline_bg }};
  margin: 10px 0;
  padding: 10px 20px;
  border-radius:12px;
}

.hotline_container {
    display: flex;
    gap: 30px;
}

.hotline_image img {
  border-radius: 50%;
  max-width: 70px;
}

.hotline_headline {
  font-weight:bold;
}

.hotline_info {
  align-content: center;
}

.hotline_info .hotline_txt p {
  margin-bottom:0;
}

.custom_payment-icons {
  display: flex;
  padding: 0;
  gap: 10px;
  justify-content: center;
  list-style: none;
  margin:20px 0;
}

.custom_payment-icons .payment-icons-item {
    margin-left: 0;
}

.custom_payment-icons .payment-icons-item svg {
    max-width: 40px;
}

@media all and (max-width: 719px) {
    .custom_payment-icons .payment-icons-item svg {
        max-width: 30px;
    }
}

.product_order_stats {
  display:flex;
  padding:10px 10px;
  font-size:12px;
  border-radius:12px;
  width:100%;
  color:#1A1A1A:
  gap:20px;
}

.product_order_stats img {
  margin-right:5px;
}

.product_order_stats .product_stats_txt p {
  margin:0;
}