/** Shopify CDN: Minification failed

Line 146:0 Unexpected "<"
Line 184:0 Unexpected "<"

**/
.truck-wrapper {
  position: relative;
  height: 40px;
  background: #f9f9f9;
  margin: 40px auto;
  max-width: 600px;
  overflow: hidden;
}

/* Bubble: immer fix links oben innerhalb der Box */
.truck-bubble {
  position: absolute;
  top: 6px;
  left: 12px;
  background: #ffffff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
  font-family: system-ui, sans-serif;
  font-style: italic;
  white-space: nowrap;
  animation: glow 2s ease-in-out infinite;
}

/* Glow-Effekt */
@keyframes glow {
  0% {
    box-shadow: 0 0 0 rgba(255, 204, 0, 0);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 12px rgba(255, 204, 0, 0.6);
    transform: scale(1.03);
  }
  100% {
    box-shadow: 0 0 0 rgba(255, 204, 0, 0);
    transform: scale(1);
  }
}



/* Layout */
.shipping-section {
  max-width: 640px;
  margin: 0 auto;
  padding: 20px;
  font-family: system-ui, sans-serif;
  color: #2b2b2b;
  line-height: 1.6;
  font-size: 16px;
}

.shipping-section h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 28px 0 10px;
}

.shipping-section table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  background: #f5f5f5;
  padding: 12px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
}

.shipping-section th,
.shipping-section td {
  text-align: left;
  padding: 8px 6px;
}




  .versand-section {
    margin-bottom: 2.5rem;
    line-height: 1.6;
    font-size: 1rem;
  }
  .versand-section p {
    margin-bottom: 1rem;
  }
  .versand-section ul {
    margin: 0 0 1.5rem 1.2rem;
    padding-left: 0;
  }


.\#product-payment-methods-item > svg {
    height: 1.2rem !important;
    width: auto;
}

.\#product-feature {
margin: 0 auto;
}

.\#product-price .\#price-item.\@save {
    font-size: min(var(--product-price-font-size), 1.25rem);
    order: -1;
    color: #ef38eb !important;
    width: max-content;
    display: flex;
    flex-basis: 100%;
    border: 1px solid #ef38eb !important;
    border-radius: 3px;
    background-color: #fff;
    padding: 4px;
    font-size: 11px;
    color: red;
}
  .\#countdown-timer-item {
    text-align: center;
    padding: 4px 4px 4px 4px;
    border: 1px solid;
    accent-color: aquamarine;
    border-radius: 5px;
    border-color: #b441ad;
    color: #b340b0;
    font-weight: 100 !important;
    margin-left: -3px;
  }
.demand-box {
  background-color: #fff4e5;
  color: #d35400;
  padding: 10px 15px;
  border-radius: 8px;
  font-weight: bold;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 14px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

<style>
  .policy-wrapper h2,
  .policy-wrapper h3,
  .policy-wrapper h4 {
    margin-top: 24px;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 18px;
  }

  .policy-wrapper p,
  .policy-wrapper ul,
  .policy-wrapper pre {
    margin-bottom: 16px;
    line-height: 1.6;
    font-size: 15px;
  }

  .policy-wrapper ul {
    padding-left: 20px;
  }

  .policy-wrapper li {
    margin-bottom: 8px;
  }

  .policy-wrapper pre {
    background-color: #f9f9f9;
    padding: 12px;
    border-radius: 6px;
    white-space: pre-line;
  }

.teeinblue-item--product {
    position: relative !important;
    z-index: auto !important;
}

</style>