@import"https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=Instrument+Serif:ital@0;1&family=DM+Sans:wght@300;400;500;600;700&display=swap";:root{--navy: #0c1e38;--navy-mid: #163354;--orange: #e8761e;--orange-soft: #f5935a;--orange-pale: #fff4ec;--cream: #f9f7f3;--white: #ffffff;--text: #181818;--text-muted: #888;--border: #e5e0d6;--radius: 14px}.hero-ds{background:var(--navy);min-height:82vh;display:grid;grid-template-columns:1fr 1fr;position:relative}.hero-ds__glow{position:absolute;border-radius:50%;pointer-events:none}.hero-ds__glow--1{width:600px;height:600px;top:-120px;right:-120px;background:radial-gradient(circle,rgba(232,118,30,.18) 0%,transparent 70%)}.hero-ds__glow--2{width:400px;height:400px;bottom:-80px;left:30%;background:radial-gradient(circle,rgba(30,69,112,.8) 0%,transparent 70%)}.hero-ds__lines{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:repeating-linear-gradient(0deg,transparent,transparent 60px,rgba(255,255,255,.025) 60px,rgba(255,255,255,.025) 61px)}.hero-ds__left{padding:80px 64px 80px 80px;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:var(--orange-soft);font-size:11.5px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:5px 14px;border-radius:40px;margin-bottom:24px;width:fit-content}.hero-ds__headline{font-family:Syne,sans-serif;font-size:clamp(42px,5vw,66px);font-weight:600;line-height:1.06;color:var(--white);letter-spacing:-.025em;margin:0 0 20px}.hero-ds__headline em{font-style:italic;color:var(--orange-soft);font-family:"Instrument Serif",serif}.hero-ds__sub{font-size:17px;color:#ffffffad;line-height:1.75;max-width:500px;margin:0 0 40px;font-family:"Instrument Serif",serif}.hero-ds__ctas{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:52px}.hero-ds__btn-primary{display:inline-flex;align-items:center;gap:8px;background:var(--orange);color:#fff;border:none;border-radius:10px;padding:14px 28px;font-size:15px;font-weight:700;cursor:pointer;font-family:DM Sans,sans-serif;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:13px 26px;font-size:15px;font-weight:500;cursor:pointer;font-family:DM Sans,sans-serif;text-decoration:none;transition:all .2s}.hero-ds__btn-secondary:hover{background:#ffffff24}.hero-ds__metrics{display:flex;gap:36px}.hero-ds__metric-val{font-family:Syne,sans-serif;font-size:32px;font-weight:800;color:var(--orange-soft);line-height:1}.hero-ds__metric-label{font-size:11.5px;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:60px 80px 60px 40px;position:relative;z-index:10}.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:36px 32px;width:100%;max-width:400px}.hero-ds__finder-title{font-family:Syne,sans-serif;font-size:22px;font-weight:700;color:#fff;margin:0 0 6px}.hero-ds__finder-desc{font-size:13.5px;color:#ffffff8c;margin:0 0 24px;line-height:1.6}.hero-ds__label{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#ffffff73;font-weight:600;margin-bottom:6px;display:block}.hero-ds__select{width:100%;padding:11px 38px 11px 14px;border-radius:9px;border:1.5px solid rgba(255,255,255,.15);background:#ffffff14;color:#fff;font-size:14px;font-family:DM Sans,sans-serif;cursor:pointer;outline:none;margin-bottom:14px;-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}.hero-ds__select:focus{border-color:var(--orange)}.hero-ds__select:disabled{opacity:.4;cursor:not-allowed}.hero-ds__select option{background:var(--navy);color:#fff;font-size:14px;padding:8px}.hero-ds__select optgroup{background:var(--navy);color:#ffffff80;font-size:12px}.hero-ds__search-btn{width:100%;padding:13px;background:var(--orange);border:none;border-radius:9px;color:#fff;font-size:14.5px;font-weight:700;cursor:pointer;font-family:DM Sans,sans-serif;letter-spacing:.02em;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:12px;color:#fff;margin:14px 0;position:relative}.hero-ds__divider:before,.hero-ds__divider:after{content:"";position:absolute;top:50%;width:38%;height:1px;background:#ffffff1a}.hero-ds__divider:before{left:0}.hero-ds__divider:after{right:0}.hero-ds__search-input-wrap{position:relative}.hero-ds__search-input{width:100%;padding:11px 14px;border-radius:9px;border:1.5px solid rgba(255,255,255,.15);background:#ffffff14;color:#fff;font-size:14px;font-family:DM Sans,sans-serif;outline:none;transition:border-color .2s}.hero-ds__search-input::placeholder{color:#ffffff59}.hero-ds__search-input:focus{border-color:var(--orange)}.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}.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;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(--navy)}.hero-ds__trust-sub{display:block;font-size:12px;color:var(--text-muted)}.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(--navy);flex-shrink:0}.ds-results__summary-label{font-size:14px;color:var(--text-muted);display:block}.ds-results__summary-text strong{font-family:Syne,sans-serif;font-size:20px;color:var(--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)}.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__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(--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(--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:#166534}.ds-product__meta-value--low{color:#92400e}.ds-product__meta-value--out{color:#991b1b}.ds-product__price{font-family:DM Sans,sans-serif;font-size:22px;font-weight:700;color:var(--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:DM Sans,sans-serif;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:Syne,sans-serif;font-size:22px;color:var(--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)}}@media(max-width:1080px){.hero-ds{grid-template-columns:1fr;min-height:auto}.hero-ds__left{padding:60px 32px 20px;text-align:center}.hero-ds__sub{margin-left:auto;margin-right:auto}.hero-ds__ctas,.hero-ds__metrics{justify-content:center}.hero-ds__right{padding:20px 32px 60px}.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:40px 20px 20px}.hero-ds__right{padding:10px 20px 40px}.hero-ds__headline{font-size:32px}.hero-ds__ctas{flex-direction:column}.hero-ds__btn-primary,.hero-ds__btn-secondary{width:100%;justify-content:center}.hero-ds__metrics{gap:20px}.hero-ds__trust-inner{grid-template-columns:1fr}.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}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/hero-druckersuche.css.map */
