:root{--tp-navy: #0f2744;--tp-navy-mid: #1a3a5c;--tp-navy-light: #1e4d7a;--orange: #e8761e;--orange-soft: #f5935a;--orange-pale: #fff4ec;--cream: #f9f7f3;--white: #ffffff;--text: #181818;--text-muted: #888;--border: #e5e0d6;--radius: 14px;--font-heading: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-accent: Georgia, "Times New Roman", "DejaVu Serif", serif;--font-body: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}.hero-ds{background:linear-gradient(135deg,var(--tp-navy) 0%,var(--tp-navy-mid) 60%,var(--tp-navy-light) 100%);min-height:520px;display:grid;grid-template-columns:1fr 1fr;position:relative;z-index:1;overflow:hidden}.hero-ds__glow,.hero-ds__lines{display:none}.hero-ds:before{content:"";position:absolute;top:-80px;right:-80px;width:420px;height:420px;border-radius:50%;border:60px solid rgba(232,118,30,.12);pointer-events:none}.hero-ds:after{content:"";position:absolute;bottom:-60px;left:10%;width:200px;height:200px;border-radius:50%;border:30px solid rgba(255,255,255,.05);pointer-events:none}.hero-ds__left{padding:40px 48px 40px 200px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}.hero-ds__eyebrow{display:inline-flex;align-items:center;gap:8px;background:#e8761e2e;border:1px solid rgba(232,118,30,.35);color:#fff;font-size:11.5px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:5px 14px;border-radius:30px;margin-bottom:18px;width:fit-content;transition:background .2s,border-color .2s,transform .2s}.hero-ds__eyebrow:hover{background:#e8761e47;border-color:#e8761e80;transform:translateY(-1px)}.hero-ds__eyebrow-stars{display:inline-flex;gap:2px;margin-right:4px;line-height:1}.hero-ds__eyebrow-stars svg{width:13px;height:13px;fill:#fabb05}.hero-ds__headline{font-family:var(--font-heading);font-size:clamp(34px,4vw,52px);font-weight:800;line-height:1.08;color:var(--white);letter-spacing:-.025em;margin:0 0 14px}.hero-ds__headline em{font-style:italic;color:var(--orange-soft);font-family:var(--font-accent)}.hero-ds__sub{font-size:15px;color:#ffffffad;line-height:1.6;max-width:500px;margin:0 0 22px;font-family:var(--font-accent)}.hero-ds__ctas{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:28px}.hero-ds__btn-primary{display:inline-flex;align-items:center;gap:8px;background:var(--orange);color:#fff;border:none;border-radius:10px;padding:12px 24px;font-size:15px;font-weight:700;cursor:pointer;font-family:var(--font-body);text-decoration:none;transition:all .2s;letter-spacing:.01em;position:relative;overflow:hidden}.hero-ds__btn-primary:hover{background:var(--orange-soft);transform:translateY(-2px);box-shadow:0 8px 24px #e8761e66}.hero-ds__btn-primary:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);transform:translate(-100%);transition:transform .5s}.hero-ds__btn-primary:hover:after{transform:translate(100%)}.hero-ds__btn-secondary{display:inline-flex;align-items:center;gap:8px;background:#ffffff14;border:1.5px solid rgba(255,255,255,.2);color:#fff;border-radius:10px;padding:11px 22px;font-size:15px;font-weight:500;cursor:pointer;font-family:var(--font-body);text-decoration:none;transition:all .2s}.hero-ds__btn-secondary:hover{background:#ffffff24}.hero-ds__metrics{display:flex;gap:32px}.hero-ds__metric-val{font-family:var(--font-heading);font-size:28px;font-weight:800;color:var(--orange-soft);line-height:1}.hero-ds__metric-label{font-size:11px;color:#ffffff80;margin-top:4px;text-transform:uppercase;letter-spacing:.08em;font-weight:500}.hero-ds__right{display:flex;align-items:center;justify-content:center;padding:32px 64px 32px 32px;position:relative;z-index:2}.hero-ds__finder{background:#ffffff0f;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:24px 26px;width:100%;max-width:400px}.hero-ds__finder-title{font-family:var(--font-heading);font-size:20px;font-weight:700;color:#fff;margin:0 0 4px}.hero-ds__finder-desc{font-size:13px;color:#ffffff8c;margin:0 0 16px;line-height:1.5}.hero-ds__label{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#ffffff73;font-weight:600;margin-bottom:4px;display:block}.hero-ds__select{width:100%;padding:9px 38px 9px 14px;border-radius:9px;border:1.5px solid rgba(255,255,255,.15);background:#ffffff14;color:#fff;font-size:14px;font-family:var(--font-body);cursor:pointer;outline:none;margin-bottom:10px;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7'%3E%3Cpath fill='rgba(255,255,255,0.5)' d='M5.5 7L0 0h11z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 13px center;transition:border-color .2s,opacity .2s}.hero-ds__select:focus{border-color:var(--orange)}.hero-ds__select:disabled{opacity:.4;cursor:not-allowed}.hero-ds__select option{background:var(--tp-navy);color:#fff;font-size:14px;padding:8px}.hero-ds__select optgroup{background:var(--tp-navy);color:#ffffff80;font-size:12px}.hero-ds__search-btn{width:100%;padding:11px;background:var(--orange);border:none;border-radius:9px;color:#fff;font-size:14.5px;font-weight:700;cursor:pointer;font-family:var(--font-body);letter-spacing:.02em;margin-top:6px;transition:background .18s,transform .15s;display:flex;align-items:center;justify-content:center;gap:8px;position:relative;overflow:hidden}.hero-ds__search-btn:hover:not(:disabled){background:var(--orange-soft);transform:translateY(-1px)}.hero-ds__search-btn:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);transform:translate(-100%);transition:transform .5s}.hero-ds__search-btn:hover:not(:disabled):after{transform:translate(100%)}.hero-ds__search-btn:disabled{opacity:.4;cursor:not-allowed}.hero-ds__divider{text-align:center;font-size:14px;color:#fff;margin:12px 0;position:relative}.hero-ds__divider:before,.hero-ds__divider:after{content:"";position:absolute;top:50%;width:38%;height:1px;background:#ffffff1f}.hero-ds__divider:before{left:0}.hero-ds__divider:after{right:0}.hero-ds__search-input-wrap{position:relative;z-index:50}.hero-ds__search-input{width:100%;padding:10px 14px;border-radius:9px;border:1.5px solid rgba(255,255,255,.75);background:#ffffff2e;color:#fff;font-size:14px;font-family:var(--font-body);outline:none;transition:border-color .2s,background .2s,box-shadow .2s}.hero-ds__search-input::placeholder{color:#fff9}.hero-ds__search-input:hover{border-color:#ffffff73;background:#ffffff38}.hero-ds__search-input:focus{border-color:var(--orange);background:#ffffff38;box-shadow:0 0 0 3px #e8761e33}.hero-ds__suggestions{position:absolute;left:0;right:0;top:100%;margin-top:4px;background:var(--white);border:1px solid var(--border);border-radius:10px;z-index:100;box-shadow:0 12px 40px #0000002e;max-height:260px;overflow-y:auto;display:none}.hero-ds__suggestions.active{display:block}.hero-ds__suggestion{padding:12px 16px;font-size:14px;color:var(--text);cursor:pointer;transition:background .12s;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;gap:10px}.hero-ds__suggestion:last-child{border-bottom:none}.hero-ds__suggestion:hover{background:var(--cream)}.hero-ds__suggestion-icon{color:var(--text-muted);flex-shrink:0}.hero-ds__suggestion mark{background:none;color:var(--orange);font-weight:600}.hero-ds__trust-strip{background:var(--white);border-bottom:1px solid var(--border);padding:18px 0;position:relative;z-index:0}.hero-ds__trust-inner{max-width:1320px;margin:0 auto;padding:0 32px;display:grid;grid-template-columns:repeat(4,1fr);gap:0}.hero-ds__trust-item{display:flex;align-items:center;gap:14px;padding:0 28px;border-right:1px solid var(--border)}.hero-ds__trust-item:last-child{border-right:none}.hero-ds__trust-icon{width:44px;height:44px;min-width:44px;border-radius:12px;background:var(--orange-pale);display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.hero-ds__trust-main{display:block;font-size:14px;font-weight:600;color:var(--tp-navy);line-height:1.3}.hero-ds__trust-sub{display:block;font-size:12px;color:var(--text-muted);line-height:1.4;margin-top:1px}.hero-ds__spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.12);border-top-color:var(--orange);border-radius:50%;animation:ds-spin .7s linear infinite}@keyframes ds-spin{to{transform:rotate(360deg)}}.ds-results{background:var(--cream);min-height:60vh}.ds-results__wrap{max-width:1320px;margin:0 auto;padding:28px 32px 60px}.ds-results__breadcrumb{font-size:14px;color:var(--text-muted);margin-bottom:24px}.ds-results__breadcrumb a{color:var(--orange);text-decoration:none}.ds-results__breadcrumb a:hover{text-decoration:underline}.ds-results__breadcrumb-sep{margin:0 8px;color:#ccc}.ds-results__summary{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:20px 28px;margin-bottom:28px;border-left:4px solid var(--orange)}.ds-results__summary-inner{display:flex;align-items:center;gap:16px}.ds-results__summary-icon{color:var(--tp-navy);flex-shrink:0}.ds-results__summary-label{font-size:14px;color:var(--text-muted);display:block}.ds-results__summary-text strong{font-family:var(--font-heading);font-size:20px;color:var(--tp-navy)}.ds-results__summary-count{margin-left:auto;font-size:15px;font-weight:600;color:var(--orange);background:#e8761e14;padding:6px 16px;border-radius:14px;white-space:nowrap}.ds-results__loader{display:flex;align-items:center;justify-content:center;gap:12px;padding:60px 0;font-size:16px;color:var(--text-muted)}.ds-results__loader .hero-ds__spinner{width:20px;height:20px;border:2px solid var(--border);border-top-color:var(--orange)}.ds-results__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.ds-product{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:transform .22s,box-shadow .22s;display:flex;flex-direction:column}.ds-product:hover{transform:translateY(-4px);box-shadow:0 16px 48px #0000001a}.ds-product__img-link{display:flex;align-items:center;justify-content:center;aspect-ratio:1;background:#fff;overflow:hidden;border-bottom:1px solid var(--border)}.ds-product__img{width:100%;height:100%;object-fit:contain;padding:20px;transition:transform .35s}.ds-product:hover .ds-product__img{transform:scale(1.05)}.ds-product__no-img{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.ds-product__body{padding:20px;flex:1;display:flex;flex-direction:column}.ds-product__title{font-size:15px;font-weight:600;color:var(--tp-navy);text-decoration:none;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:14px}.ds-product__title:hover{color:var(--orange)}.ds-product__meta{display:flex;flex-direction:column;gap:7px;margin-bottom:16px;padding:12px 14px;background:var(--cream);border-radius:10px;font-size:13.5px}.ds-product__meta-row{display:flex;align-items:center;gap:10px}.ds-product__meta-label{color:var(--text-muted);font-weight:500;min-width:60px;flex-shrink:0;font-size:12.5px}.ds-product__meta-value{font-weight:600;color:var(--tp-navy);display:inline-flex;align-items:center;gap:6px;font-size:13.5px}.ds-product__meta-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;display:inline-block}.ds-product__meta-value--instock{color:#1a7a4a}.ds-product__meta-value--low{color:#92400e}.ds-product__meta-value--out{color:#991b1b}.ds-product__price{font-family:var(--font-body);font-size:22px;font-weight:700;color:var(--tp-navy);line-height:1;margin-bottom:16px;margin-top:auto}.ds-product__currency{font-size:14px;font-weight:500;color:var(--text-muted);margin-left:2px}.ds-product__cart-btn{width:100%;padding:12px;background:var(--orange);color:var(--white);border:none;border-radius:10px;font-size:14px;font-weight:700;font-family:var(--font-body);cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:6px;position:relative;overflow:hidden}.ds-product__cart-btn:hover:not(:disabled):not(.ds-product__cart-btn--unavailable){background:var(--orange-soft);transform:translateY(-1px);box-shadow:0 4px 14px #e8761e4d}.ds-product__cart-btn:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent);transform:translate(-100%);transition:transform .45s}.ds-product__cart-btn:hover:not(:disabled):not(.ds-product__cart-btn--unavailable):after{transform:translate(100%)}.ds-product__cart-btn:disabled,.ds-product__cart-btn--unavailable{background:#e5e7eb!important;color:#9ca3af!important;cursor:not-allowed!important;box-shadow:none!important;transform:none!important}.ds-product__cart-btn:disabled:after,.ds-product__cart-btn--unavailable:after{display:none}.ds-product__cart-icon{display:flex;align-items:center}.ds-results__empty{text-align:center;padding:80px 20px}.ds-results__empty-icon{margin-bottom:20px}.ds-results__empty h3{font-family:var(--font-heading);font-size:22px;color:var(--tp-navy);margin:0 0 10px}.ds-results__empty p{font-size:16px;color:var(--text-muted);margin:0}@media(max-width:1200px){.ds-results__grid{grid-template-columns:repeat(3,1fr)}.hero-ds__left{padding:36px 32px 36px 40px}.hero-ds__right{padding:32px 40px 32px 20px}}@media(max-width:1080px){.hero-ds{grid-template-columns:1fr;min-height:auto}.hero-ds__left{padding:36px 32px 16px;text-align:center;align-items:center}.hero-ds__eyebrow{margin-left:auto;margin-right:auto}.hero-ds__headline{text-align:center}.hero-ds__sub{margin-left:auto;margin-right:auto;text-align:center}.hero-ds__ctas{justify-content:center}.hero-ds__metrics{justify-content:center;flex-wrap:wrap}.hero-ds__right{padding:16px 32px 36px}.hero-ds__finder{max-width:480px;margin:0 auto}.hero-ds__trust-inner{grid-template-columns:repeat(2,1fr);gap:16px}.hero-ds__trust-item{border-right:none;padding:8px 16px}.ds-results__wrap{padding:20px 24px 40px}.ds-results__grid{grid-template-columns:repeat(2,1fr);gap:14px}}@media(max-width:640px){.hero-ds__left{padding:28px 20px 12px}.hero-ds__right{padding:8px 20px 28px}.hero-ds__headline{font-size:28px}.hero-ds__sub{font-size:14px;margin-bottom:18px}.hero-ds__ctas{flex-direction:column;margin-bottom:22px}.hero-ds__btn-primary,.hero-ds__btn-secondary{width:100%;justify-content:center}.hero-ds__metrics{gap:20px}.hero-ds__metric-val{font-size:22px}.hero-ds__trust-inner{grid-template-columns:1fr}.hero-ds__trust-item{padding:6px 0}.hero-ds__finder{padding:20px 16px}.ds-results__wrap{padding:16px 16px 40px}.ds-results__grid{grid-template-columns:1fr 1fr;gap:10px}.ds-product__body{padding:14px}.ds-product__title{font-size:13px}.ds-product__price{font-size:18px}.ds-product__meta{font-size:12px;padding:10px}.ds-product__meta-label{font-size:11px;min-width:50px}.ds-product__meta-value{font-size:12px}}@media(max-width:400px){.ds-results__grid{grid-template-columns:1fr}.hero-ds__headline{font-size:24px}.hero-ds__metrics{gap:16px}.hero-ds__metric-val{font-size:20px}}
/*# sourceMappingURL=/cdn/shop/t/31/assets/hero-druckersuche.css.map */
