:root{--oster-accent: #d62828;--oster-dark: #1b1b1b;--oster-text: #333;--oster-muted: #777;--oster-bg: #fafaf8;--oster-white: #fff;--oster-border: #e5e5e5;--oster-radius: 12px;--oster-radius-sm: 8px;--oster-radius-btn: 8px;--oster-shadow: 0 2px 12px rgba(0,0,0,.08);--oster-shadow-hover: 0 6px 24px rgba(0,0,0,.12);--oster-max-width: 1280px;--oster-gap: 16px}.oster *,.oster *:before,.oster *:after{box-sizing:border-box}.oster,.oster h1,.oster h2,.oster h3,.oster p,.oster span,.oster strong,.oster button,.oster a{font-family:inherit}.oster__hero{display:flex;align-items:center;justify-content:center;padding:52px 20px 44px;background:var(--oster-white);text-align:center}.oster__hero-content{max-width:640px}.oster__title{font-size:clamp(1.8rem,5vw,3rem);font-weight:800;color:var(--oster-dark);margin:0 0 8px;line-height:1.15;letter-spacing:-.02em}.oster__subline,.oster__subline p{font-size:clamp(1rem,2.5vw,1.35rem);color:var(--oster-text);margin:0 0 6px;font-weight:400}.oster__subline strong{background:var(--oster-accent);color:var(--oster-white);padding:2px 10px;border-radius:4px;display:inline-block;line-height:1.4;font-weight:800}.oster__countdown-intro{font-size:.9rem;color:var(--oster-muted);margin:16px 0 14px}.oster__countdown{display:inline-flex;gap:6px;align-items:center}.oster__countdown-item{display:flex;flex-direction:column;align-items:center;background:var(--oster-dark);border-radius:var(--oster-radius-sm);padding:10px 14px;min-width:56px}.oster__countdown-num{font-size:1.6rem;font-weight:800;color:var(--oster-white);line-height:1;font-variant-numeric:tabular-nums}.oster__countdown-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:#fff9;margin-top:4px}.oster__countdown-sep{font-size:1.4rem;font-weight:700;color:var(--oster-muted);line-height:1;padding-bottom:14px}.oster__trust{overflow:hidden;background:var(--oster-white);border-top:1px solid var(--oster-border);border-bottom:1px solid var(--oster-border);position:relative}.oster__trust:before,.oster__trust:after{content:"";position:absolute;top:0;bottom:0;width:60px;z-index:2;pointer-events:none}.oster__trust:before{left:0;background:linear-gradient(to right,var(--oster-white),transparent)}.oster__trust:after{right:0;background:linear-gradient(to left,var(--oster-white),transparent)}.oster__trust-track{display:flex;width:max-content;animation:trustSlide 20s linear infinite}.oster__trust:hover .oster__trust-track{animation-play-state:paused}@keyframes trustSlide{0%{transform:translate(0)}to{transform:translate(-50%)}}.oster__trust-item{display:flex;align-items:center;gap:10px;padding:16px 32px;white-space:nowrap;flex-shrink:0}.oster__trust-icon{font-size:1.4rem;flex-shrink:0;line-height:1}.oster__trust-text{display:flex;flex-direction:column;gap:2px}.oster__trust-text strong{font-size:.82rem;font-weight:700;color:var(--oster-dark);line-height:1.2}.oster__trust-text span{font-size:.72rem;color:var(--oster-muted);line-height:1.3}.oster__trust-item+.oster__trust-item{border-left:1px solid var(--oster-border)}.oster__discount-nav{display:flex;justify-content:center;gap:12px;padding:24px 20px;background:var(--oster-white);position:sticky;top:0;z-index:10;border-bottom:1px solid var(--oster-border)}.oster__discount-btn{-webkit-appearance:none;appearance:none;border:2px solid var(--oster-border);background:var(--oster-white);color:var(--oster-muted);font-size:1rem;font-weight:700;padding:10px 28px;border-radius:var(--oster-radius-btn);cursor:pointer;transition:all .25s ease;font-family:inherit}.oster__discount-btn strong{font-weight:800;pointer-events:none}.oster__discount-btn:hover{border-color:var(--oster-dark);color:var(--oster-dark)}.oster__discount-btn--active{background:var(--oster-accent);border-color:var(--oster-accent);color:var(--oster-white);box-shadow:0 2px 10px #d628284d}.oster__discount-btn--active:hover{background:var(--oster-accent);border-color:var(--oster-accent);color:var(--oster-white)}.oster__tier{max-width:var(--oster-max-width);margin:0 auto;padding:40px 20px 48px;scroll-margin-top:80px}.oster__tier+.oster__tier{border-top:1px solid var(--oster-border)}.oster__tier-heading{font-size:1.4rem;font-weight:600;text-align:center;margin:0 0 24px;color:var(--oster-dark)}.oster__tier-heading strong{background:var(--oster-accent);color:var(--oster-white);padding:3px 14px;border-radius:6px;font-weight:800;display:inline-block;line-height:1.4}.oster__carousel-wrap{position:relative}.oster__carousel{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--oster-gap)}.oster__arrow,.oster__carousel-item--extra{display:none}.oster__carousel-item--extra.oster__carousel-item--visible{display:block;animation:osterFadeUp .35s ease both}.oster__card{display:flex;flex-direction:column;background:var(--oster-white);border-radius:var(--oster-radius);overflow:hidden;text-decoration:none;color:var(--oster-text);box-shadow:var(--oster-shadow);transition:transform .25s ease,box-shadow .25s ease;height:100%}.oster__card:hover{transform:translateY(-4px);box-shadow:var(--oster-shadow-hover)}.oster__card-img-wrap{position:relative;aspect-ratio:1;overflow:hidden;background:#f5f5f3}.oster__card-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.oster__card:hover .oster__card-img-wrap img{transform:scale(1.04)}.oster__card-placeholder{width:100%;height:100%}.oster__card-badge{position:absolute;top:0;font-size:.82rem;font-weight:800;padding:6px 14px;line-height:1.3;z-index:2}.oster__card-badge--discount{left:0;background:var(--oster-accent);color:var(--oster-white);border-radius:0 0 8px}.oster__card-badge--custom{right:0;top:0;background:var(--oster-dark);color:var(--oster-white);border-radius:0 0 0 8px}.oster__card-info{padding:14px 16px 18px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:4px;flex:1}.oster__card-title{font-size:.88rem;font-weight:600;margin:0;line-height:1.35;color:var(--oster-dark);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.oster__card-variant{font-size:.78rem;color:var(--oster-muted);margin:0;font-weight:500}.etrusted-product-review-stars{min-height:16px;margin-bottom:2px;transform:scale(.85);transform-origin:center center}.oster__card-prices{display:flex;align-items:baseline;justify-content:center;gap:8px;margin-top:auto;padding-top:4px}.oster__card-compare{font-size:.82rem;color:var(--oster-muted);text-decoration:line-through}.oster__card-price{font-size:1rem;font-weight:800;color:var(--oster-accent)}.oster__expand-wrap{text-align:center;margin-top:28px}.oster__expand-btn{-webkit-appearance:none;appearance:none;border:2px solid var(--oster-dark);background:transparent;color:var(--oster-dark);font-size:.92rem;font-weight:700;padding:12px 36px;border-radius:var(--oster-radius-btn);cursor:pointer;transition:all .25s ease;font-family:inherit}.oster__expand-btn:hover{background:var(--oster-dark);color:var(--oster-white)}@keyframes osterFadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.oster__trust:before,.oster__trust:after{width:30px}.oster__trust-item{padding:12px 24px}.oster__discount-nav{gap:8px;padding:16px 12px}.oster__discount-btn{font-size:.88rem;padding:8px 20px}.oster__carousel{display:flex;gap:var(--oster-gap);overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:4px 0}.oster__carousel::-webkit-scrollbar{display:none}.oster__carousel-item{flex:0 0 calc(50% - 8px);min-width:0;scroll-snap-align:start}.oster__carousel-item--extra{display:none!important}.oster__carousel.oster__carousel--expanded{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--oster-gap);overflow-x:visible;scroll-snap-type:none;padding:0}.oster__carousel.oster__carousel--expanded .oster__carousel-item--extra{display:block!important;animation:osterFadeUp .35s ease both}.oster__carousel.oster__carousel--expanded .oster__carousel-item{flex:none;min-width:0}.oster__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:36px;height:36px;border-radius:50%;border:none;background:var(--oster-white);box-shadow:0 2px 10px #00000026;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .25s,transform .2s,box-shadow .2s;color:var(--oster-dark)}.oster__arrow:hover{box-shadow:0 4px 16px #0003;transform:translateY(-50%) scale(1.08)}.oster__arrow--left{left:-6px}.oster__arrow--right{right:-6px}.oster__carousel-wrap:has(.oster__carousel--expanded) .oster__arrow{display:none!important}.oster__trust{grid-template-columns:repeat(2,1fr)}.oster__hero{padding:40px 16px 36px}.oster__tier{padding:32px 16px 40px;scroll-margin-top:70px}}@media(max-width:480px){.oster__trust-item{padding:10px 20px;gap:8px}.oster__trust-text strong{font-size:.75rem}.oster__trust-text span{font-size:.65rem}.oster__discount-btn{font-size:.82rem;padding:7px 16px}.oster__card-info{padding:10px 12px 14px}.oster__card-title{font-size:.8rem}.oster__card-price{font-size:.9rem}.oster__card-badge{font-size:.72rem;padding:5px 10px}.oster__countdown-item{padding:8px 10px;min-width:48px}.oster__countdown-num{font-size:1.3rem}.oster__tier-heading{font-size:1.15rem}.oster__tier{padding:28px 12px 36px}.oster__arrow{width:32px;height:32px}.oster__arrow--left{left:-4px}.oster__arrow--right{right:-4px}.oster__expand-btn{padding:10px 24px;font-size:.85rem}}@media(prefers-reduced-motion:reduce){.oster__trust-track{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/37/assets/angebote.css.map */
