.ticker-container{width:100%;overflow:hidden;background-color:#4CAF50;padding:10px 0;position:relative;z-index:9999}.ticker-link{display:block;color:white;text-decoration:none;font-family:Arial,sans-serif;font-size:16px}.ticker-track{display:inline-flex;animation:tickerScroll 30s linear infinite;white-space:nowrap}.ticker-text{padding-right:100px}.ticker-text strong{color:#FFEB3B}.ticker-link:hover .ticker-track{animation-play-state:paused}@keyframes tickerScroll{0%{transform:translateX(0%)}100%{transform:translateX(-50%)}}.wildbruecke-product-box{display:flex;flex-direction:column;align-items:center;padding:16px;background:#f8f9f5;border:1px solid #d8e0d0;border-radius:12px;box-shadow:0 4px 10px rgba(0,0,0,0.05);max-width:220px;width:100%;margin:0 auto}.wildbruecke-product-image{width:100%;margin-bottom:12px}.wildbruecke-product-image img{width:100%;height:auto;border-radius:8px;object-fit:cover}.wildbruecke-product-details{width:100%;display:flex;flex-direction:column;align-items:flex-start}.wildbruecke-product-title{font-size:1.1rem;font-weight:600;color:#2f3b2f;margin:0 0 6px 0;width:100%;max-width:100%;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.3em;max-height:calc(1.3em * 3)}.wildbruecke-product-price{font-size:1rem;color:#4c614c;font-weight:500;display:flex;gap:10px;flex-wrap:wrap;margin-bottom:12px}.wildbruecke-product-price del{color:#888;font-size:0.95rem}.wildbruecke-product-button{padding:8px 16px;background-color:#6b8e23;color:#fff;font-weight:500;font-size:0.95rem;border:none;border-radius:6px;cursor:pointer;transition:background-color 0.2s ease;text-decoration:none;display:inline-block}.wildbruecke-product-button:hover{background-color:#557a1f}@media (max-width:600px){.wildbruecke-product-box{max-width:100%;width:100%;box-sizing:border-box}.wildbruecke-product-details{align-items:flex-start;text-align:left;width:100%}.wildbruecke-product-title{text-align:left;line-height:1.3em;max-height:calc(1.3em * 3);-webkit-line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;padding-right:6px}}.download-with-image{text-align:center;margin:20px}.download-with-image img{border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,0.1)}