:root{
  --bg:#050814;
  --panel:#0d1224;
  --panel2:#111831;
  --text:#f7fbff;
  --muted:#aab4c7;
  --line:rgba(255,255,255,.12);
  --cyan:#14c7ff;
  --blue:#2b7cff;
  --pink:#e636ff;
  --purple:#7d45ff;
  --good:#00e0a4;
  --radius:24px;
  --shadow:0 30px 80px rgba(0,0,0,.45);
}


*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--text);background:radial-gradient(circle at 75% 10%,rgba(220,54,255,.18),transparent 30%),radial-gradient(circle at 15% 10%,rgba(20,199,255,.14),transparent 28%),var(--bg);line-height:1.5}
a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}img{max-width:100%;display:block}.section-shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}.site-header{position:sticky;top:0;z-index:40;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 42px;background:rgba(5,8,20,.78);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.08)}.brand{display:flex;align-items:center;gap:12px}.brand-with-logo{min-width:190px}.brand-logo{height:54px;width:auto;max-width:240px;object-fit:contain;filter:drop-shadow(0 0 18px rgba(20,199,255,.18))}.brand-fallback{display:none;align-items:center;gap:12px}.brand-logo[src=""],.brand-logo:not([src]){display:none}.brand-logo[src=""]+.brand-fallback,.brand-logo:not([src])+.brand-fallback{display:flex}.brand-mark{width:58px;height:44px;border:1px solid rgba(20,199,255,.65);border-radius:14px;position:relative;background:linear-gradient(135deg,rgba(20,199,255,.16),rgba(230,54,255,.16));box-shadow:0 0 30px rgba(20,199,255,.18)}.brand-mark:after{content:"P";position:absolute;right:9px;top:1px;font-weight:900;font-size:35px;background:linear-gradient(135deg,var(--cyan),var(--pink));-webkit-background-clip:text;color:transparent}.prompt{position:absolute;left:8px;top:8px;font-weight:800}.print-dot{position:absolute;left:25px;bottom:8px;width:7px;height:7px;border-radius:50%;background:var(--pink);box-shadow:0 0 14px var(--pink)}.brand-text strong{font-size:24px;letter-spacing:.04em}.brand-text strong span{background:linear-gradient(90deg,var(--cyan),var(--pink));-webkit-background-clip:text;color:transparent}.brand-text small{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.32em;color:var(--muted)}.main-nav{display:flex;gap:28px;color:#dfe8f7;font-weight:600;font-size:14px}.main-nav a:hover{color:#fff}.header-actions{display:flex;align-items:center;gap:12px}
.icon-btn,.cart-button,.arrow-btn{border:1px solid var(--line);background:rgba(255,255,255,.04);color:#fff;border-radius:16px;min-width:44px;height:44px;cursor:pointer}.cart-button{position:relative}.cart-button strong{position:absolute;right:-7px;top:-7px;background:linear-gradient(135deg,var(--cyan),var(--pink));border-radius:999px;font-size:11px;min-width:20px;height:20px;display:grid;place-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid transparent;border-radius:12px;padding:14px 22px;font-weight:800;cursor:pointer;transition:.2s transform,.2s filter}.btn:hover{transform:translateY(-1px);filter:brightness(1.08)}.btn-primary{background:linear-gradient(100deg,var(--cyan),var(--blue),var(--pink));color:#fff;box-shadow:0 16px 36px rgba(43,124,255,.22)}.btn-ghost{border-color:rgba(230,54,255,.55);background:rgba(255,255,255,.03)}.btn-full{width:100%}.eyebrow{text-transform:uppercase;letter-spacing:.22em;color:var(--cyan);font-size:12px;font-weight:900}.hero{min-height:660px;display:grid;grid-template-columns:1fr 1.05fr;gap:40px;align-items:center;padding:72px 0}.hero h1{font-size:clamp(52px,7vw,92px);line-height:.98;margin:10px 0 24px;letter-spacing:-.06em}.hero h1 span,.design-copy h2 span{background:linear-gradient(90deg,var(--cyan),var(--blue),var(--pink));-webkit-background-clip:text;color:transparent}.hero-copy{font-size:21px;max-width:520px;color:#dde7f6}.hero-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:34px 0}.hero-benefits div,.mini-steps div{border-left:1px solid var(--line);padding-left:16px}.hero-benefits small,.mini-steps small{display:block;color:var(--muted);font-size:13px;margin-top:4px}.hero-cta{display:flex;gap:16px;flex-wrap:wrap}.hero-stage{position:relative;min-height:520px}.glow-card{position:absolute;border-radius:32px;border:1px solid rgba(255,255,255,.22);background:linear-gradient(160deg,rgba(255,255,255,.16),rgba(255,255,255,.03));box-shadow:var(--shadow),0 0 48px rgba(230,54,255,.18);overflow:hidden}.glow-card span{position:absolute;inset:18px;border-radius:24px;background:radial-gradient(circle at 70% 20%,#ff65df,transparent 18%),radial-gradient(circle at 50% 50%,#7d45ff,transparent 30%),linear-gradient(145deg,#10182e,#0a0d19)}.glow-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;border-radius:inherit;z-index:1}.glow-card:has(img){background:linear-gradient(160deg,rgba(255,255,255,.12),rgba(255,255,255,.035))}.glow-card:has(img)::after{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(0,0,0,.10));pointer-events:none;z-index:2}.phone{width:220px;height:420px;right:110px;top:10px;transform:rotate(8deg)}.phone:before{content:"";position:absolute;left:22px;top:18px;width:54px;height:54px;border-radius:18px;background:#111;z-index:2}.opener{width:120px;height:360px;left:40px;top:90px;border-radius:60px 60px 28px 28px;transform:rotate(-7deg)}.key{width:180px;height:180px;right:0;bottom:70px;transform:rotate(9deg)}.neon-ring{position:absolute;border:4px solid rgba(20,199,255,.7);border-radius:999px;filter:drop-shadow(0 0 18px rgba(20,199,255,.7))}.ring-one{width:220px;height:220px;left:190px;bottom:50px}.ring-two{width:150px;height:150px;right:80px;bottom:20px;border-color:rgba(230,54,255,.7)}.process-bar,.trust-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035));border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:var(--shadow)}.process-bar article,.trust-bar div{padding:6px 24px;border-right:1px solid var(--line)}.process-bar article:last-child,.trust-bar div:last-child{border-right:0}.process-bar span{color:var(--cyan);font-weight:900}.process-bar h3{margin:8px 0 6px}.process-bar p,.section-heading p,.product-body p,.faq p,.cart-empty{color:var(--muted)}.products{padding:78px 0 45px}.split-heading{display:flex;justify-content:space-between;gap:26px;align-items:end}.section-heading h2,.design-copy h2{font-size:clamp(34px,4vw,56px);line-height:1.05;margin:8px 0 10px;letter-spacing:-.045em}.carousel-controls{display:flex;gap:12px}.arrow-btn{font-size:32px;border-radius:999px}.carousel-wrap{position:relative;overflow:visible;margin-top:28px;padding:12px 56px}.product-carousel{display:flex;gap:22px;overflow-x:auto;scroll-snap-type:x mandatory;padding:8px 2px 24px;scrollbar-width:none}.product-carousel::-webkit-scrollbar{display:none}.product-card{scroll-snap-align:center;flex:0 0 345px;position:relative;border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035));border-radius:26px;overflow:hidden;box-shadow:0 18px 50px rgba(0,0,0,.24);transition:.25s}.product-card.is-active{border-color:rgba(230,54,255,.7);box-shadow:0 0 0 1px rgba(20,199,255,.35),0 0 45px rgba(230,54,255,.22)}.product-badge{position:absolute;right:16px;top:16px;z-index:2;background:rgba(20,199,255,.13);border:1px solid rgba(20,199,255,.38);border-radius:999px;padding:6px 10px;color:#eafaff;font-size:12px;font-weight:800}.product-image{aspect-ratio:1/1;display:grid;place-items:center;padding:12px;background:radial-gradient(circle at center,rgba(20,199,255,.17),transparent 55%);overflow:hidden}.product-image img{width:100%;height:100%;object-fit:contain;object-position:center center;border-radius:18px;filter:drop-shadow(0 22px 24px rgba(0,0,0,.34))}.product-thumbs{display:flex;gap:8px;padding:0 18px 12px;margin-top:-2px;overflow-x:auto;scrollbar-width:none}.product-thumbs::-webkit-scrollbar{display:none}.product-thumb{flex:0 0 54px;width:54px;height:54px;border-radius:14px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.045);padding:3px;cursor:pointer;transition:.18s transform,.18s border-color,.18s box-shadow,.18s background}.product-thumb:hover{transform:translateY(-1px);border-color:rgba(41,230,255,.55)}.product-thumb.is-active{border-color:rgba(255,79,216,.85);box-shadow:0 0 0 1px rgba(41,230,255,.38),0 0 22px rgba(255,79,216,.18);background:rgba(255,255,255,.08)}.product-thumb img{width:100%;height:100%;object-fit:cover;border-radius:10px}.product-body{padding:22px}.product-body h3{font-size:24px;margin:0 0 2px}.option-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:18px 0}.option-tile{position:relative;border:1px solid var(--line);border-radius:14px;padding:12px;cursor:pointer;background:rgba(0,0,0,.12)}.option-tile input{position:absolute;opacity:0}.option-tile span{display:block;font-size:12px;color:#dce6f4;font-weight:800;line-height:1.2}.option-tile strong{display:block;margin-top:6px}.option-tile.is-selected{border-color:var(--cyan);box-shadow:0 0 0 1px rgba(20,199,255,.35),inset 0 0 22px rgba(20,199,255,.08)}.price-line,.cart-total{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding:14px 0;color:var(--muted)}.price-line strong,.cart-total strong{font-size:24px;color:#fff}.design-service{display:grid;grid-template-columns:1fr .95fr;gap:34px;margin:30px auto 46px;padding:32px;border:1px solid rgba(230,54,255,.42);border-radius:28px;background:radial-gradient(circle at 0 100%,rgba(20,199,255,.18),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.035));box-shadow:var(--shadow)}.mini-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:28px}.idea-form{background:rgba(5,8,20,.42);border:1px solid var(--line);border-radius:22px;padding:22px}.idea-form label span{display:block;font-weight:800;margin-bottom:8px}.idea-form textarea,.idea-form select{width:100%;border:1px solid var(--line);border-radius:14px;background:rgba(0,0,0,.22);color:#fff;padding:14px}.idea-form textarea{min-height:126px;resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:14px 0 18px}.form-note{font-size:13px;color:var(--muted)}.trust-bar{margin:38px auto}.trust-bar small{display:block;color:var(--muted)}.faq{padding:42px 0 70px}.faq-grid{display:grid;gap:14px}.faq details{border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.045);padding:20px}.faq summary{font-weight:900;cursor:pointer}.site-footer{display:flex;justify-content:space-between;gap:22px;border-top:1px solid var(--line);padding:28px 0 44px;color:var(--muted)}.site-footer strong{color:#fff}.footer-links{display:flex;gap:18px}.cart-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.58);opacity:0;pointer-events:none;transition:.2s;z-index:60}.cart-drawer{position:fixed;inset:0 0 0 auto;width:min(440px,100%);transform:translateX(105%);transition:.25s;z-index:70}.cart-panel{height:100%;background:#080c18;border-left:1px solid var(--line);box-shadow:var(--shadow);padding:24px;display:flex;flex-direction:column}.cart-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:14px}.cart-items{display:grid;gap:12px;margin:18px 0;overflow:auto}.cart-item{display:grid;grid-template-columns:1fr auto;gap:10px;border:1px solid var(--line);background:rgba(255,255,255,.045);border-radius:16px;padding:14px}.cart-item h3{margin:0;font-size:16px}.cart-item small{color:var(--muted)}.cart-item button{border:0;background:transparent;color:#ff8ca8;cursor:pointer}.cart-footer{margin-top:auto}.cart-open .cart-drawer{transform:translateX(0)}.cart-open .cart-backdrop{opacity:1;pointer-events:auto}.checkout{padding:54px 0 90px}.checkout h1{font-size:clamp(34px,5vw,64px);letter-spacing:-.055em;line-height:1.04}.checkout-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.checkout-card{border:1px solid var(--line);border-radius:24px;background:rgba(255,255,255,.05);padding:24px}.checkout-card code{background:rgba(255,255,255,.08);padding:2px 6px;border-radius:6px}.payment-message{margin-top:14px;color:var(--muted)}
@media (max-width:900px){.site-header{padding:14px 20px}.brand-logo{height:46px;max-width:190px}.brand-with-logo{min-width:150px}.main-nav{display:none}.brand-text strong{font-size:18px}.header-actions .icon-btn{display:none}.hero,.design-service,.checkout-grid{grid-template-columns:1fr}.hero-stage{min-height:420px}.process-bar,.trust-bar,.mini-steps{grid-template-columns:1fr}.process-bar article,.trust-bar div{border-right:0;border-bottom:1px solid var(--line)}.process-bar article:last-child,.trust-bar div:last-child{border-bottom:0}.split-heading{align-items:start}.option-grid,.form-row{grid-template-columns:1fr}.product-card{flex-basis:82vw}.phone{right:40px}.opener{left:5px}.site-footer{display:block}.footer-links{margin-top:12px;flex-wrap:wrap}.btn{padding:12px 16px}.hero h1{font-size:54px}}

/* Funktionales Produktkarussell */
.carousel-wrap{position:relative;mask-image:linear-gradient(90deg,transparent 0,#000 5%,#000 95%,transparent 100%)}
.product-carousel{scroll-behavior:smooth;scroll-padding-inline:calc((100% - 345px) / 2);cursor:grab}
.product-carousel:active{cursor:grabbing}
.product-card{opacity:.62;transform:scale(.94);cursor:pointer}
.product-card.is-active{opacity:1;transform:scale(1)}
.product-card.is-active .product-image{background:radial-gradient(circle at center,rgba(230,54,255,.22),rgba(20,199,255,.14) 36%,transparent 66%)}
.arrow-btn:disabled{opacity:.32;cursor:not-allowed;filter:grayscale(1)}
.carousel-dots{display:flex;justify-content:center;align-items:center;gap:10px;margin:4px auto 0}
.carousel-dot{width:10px;height:10px;border-radius:999px;border:0;background:rgba(255,255,255,.24);cursor:pointer;transition:.2s transform,.2s width,.2s background;box-shadow:0 0 0 1px rgba(255,255,255,.08)}
.carousel-dot.is-active{width:28px;background:linear-gradient(90deg,var(--cyan),var(--pink));box-shadow:0 0 18px rgba(230,54,255,.45)}
.carousel-dot:hover{transform:scale(1.15)}

@media (max-width:900px){
  .carousel-wrap{mask-image:none}
  .product-carousel{scroll-padding-inline:9vw}
}

/* Motiv-Upload direkt in der Produktkarte */
.motif-panel{display:none;margin:14px 0;border:1px solid var(--line);border-radius:16px;background:rgba(0,0,0,.16);padding:12px}
.motif-panel.is-active{display:block}
.upload-box{display:grid;place-items:center;text-align:center;gap:3px;min-height:112px;border:1px dashed rgba(20,199,255,.42);border-radius:14px;background:rgba(20,199,255,.055);cursor:pointer;padding:14px;transition:.2s border-color,.2s background,.2s transform}
.upload-box:hover{border-color:var(--cyan);background:rgba(20,199,255,.1);transform:translateY(-1px)}
.upload-box input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}
.upload-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:999px;background:linear-gradient(135deg,var(--cyan),var(--pink));box-shadow:0 0 24px rgba(20,199,255,.25);font-weight:900}
.upload-box strong{font-size:14px}.upload-box small,.upload-result small{display:block;color:var(--muted);font-size:12px}
.upload-result{display:flex;align-items:center;gap:10px;margin-top:10px;min-height:0;color:#fff;font-size:13px}
.upload-result img,.file-preview{width:46px;height:46px;border-radius:12px;border:1px solid var(--line);object-fit:cover;background:rgba(255,255,255,.06)}
.file-preview{display:grid;place-items:center;font-size:11px;font-weight:900;color:var(--cyan)}
.upload-spinner{width:22px;height:22px;border:2px solid rgba(255,255,255,.18);border-top-color:var(--cyan);border-radius:999px;animation:spin .8s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
.motif-panel-design label span{display:block;margin-bottom:8px;font-weight:900;color:#dce6f4}
.motif-panel-design textarea{width:100%;min-height:96px;resize:vertical;border:1px solid var(--line);border-radius:14px;background:rgba(0,0,0,.22);color:#fff;padding:12px;font-size:13px}
.product-message{min-height:22px;margin-top:4px;font-size:13px;color:var(--muted)}
.product-message[data-type="error"]{color:#ff8ca8}.product-message[data-type="success"]{color:var(--good)}
.cart-detail{display:block;margin-top:4px;color:#dce6f4!important}
.product-card{flex-basis:385px}.product-carousel{scroll-padding-inline:calc((100% - 385px) / 2)}
@media (max-width:900px){.product-card{flex-basis:86vw}.product-carousel{scroll-padding-inline:7vw}}
.design-service-compact{align-items:center}
.design-info-card{background:rgba(5,8,20,.42);border:1px solid var(--line);border-radius:22px;padding:22px}
.design-info-card .mini-steps{grid-template-columns:1fr;margin:0 0 20px}
.design-info-card .mini-steps div{border-left:1px solid var(--line);padding:0 0 0 16px}

/* V5: bewusstes Hochladen mit Vorschau und hochwertiger Formularoptik */
.btn:disabled,
.btn[disabled]{opacity:.45;cursor:not-allowed;filter:grayscale(.35);transform:none;box-shadow:none}
.btn:disabled:hover,
.btn[disabled]:hover{transform:none;filter:grayscale(.35)}
.motif-panel{padding:14px;border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.022));box-shadow:inset 0 0 0 1px rgba(255,255,255,.025)}
.upload-workflow{display:grid;gap:12px}
.upload-dropzone{position:relative;display:flex;align-items:center;gap:13px;min-height:92px;padding:14px;border:1px dashed rgba(20,199,255,.45);border-radius:18px;background:radial-gradient(circle at 0 0,rgba(20,199,255,.14),transparent 45%),rgba(5,8,20,.46);cursor:pointer;transition:.2s border-color,.2s background,.2s transform,.2s box-shadow}
.upload-dropzone:hover{border-color:var(--cyan);background:radial-gradient(circle at 0 0,rgba(20,199,255,.20),transparent 48%),rgba(5,8,20,.62);box-shadow:0 0 24px rgba(20,199,255,.10);transform:translateY(-1px)}
.upload-dropzone input{position:absolute;inset:0;opacity:0;cursor:pointer}
.upload-dropzone .upload-icon{flex:0 0 42px;width:42px;height:42px;font-size:24px}
.upload-copy{display:block;text-align:left}.upload-copy strong{display:block;font-size:15px}.upload-copy small{display:block;color:var(--muted);font-size:12px;line-height:1.35;margin-top:2px}
.selected-file{border:1px solid rgba(255,255,255,.09);border-radius:14px;background:rgba(0,0,0,.18);padding:11px 12px;color:var(--muted);font-size:13px;min-height:46px;display:flex;flex-direction:column;justify-content:center}
.selected-file strong{display:block;color:#fff;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.selected-file small{display:block;color:var(--muted);font-size:12px;margin-top:2px}
.upload-submit{width:100%;border-color:rgba(20,199,255,.42);background:linear-gradient(100deg,rgba(20,199,255,.22),rgba(43,124,255,.18),rgba(230,54,255,.22));color:#fff;box-shadow:0 12px 30px rgba(20,199,255,.11)}
.upload-submit:not(:disabled){border-color:rgba(20,199,255,.78);background:linear-gradient(100deg,var(--cyan),var(--blue),var(--pink));box-shadow:0 16px 36px rgba(43,124,255,.22),0 0 28px rgba(230,54,255,.18)}
.upload-submit.is-loading{pointer-events:none}
.upload-result{margin-top:0}.upload-status,.upload-success{display:flex;align-items:center;gap:11px;width:100%;border:1px solid rgba(255,255,255,.10);border-radius:16px;background:rgba(0,0,0,.20);padding:11px}
.upload-success{border-color:rgba(0,224,164,.35);background:linear-gradient(135deg,rgba(0,224,164,.10),rgba(20,199,255,.06))}
.upload-success img,.upload-success .file-preview{width:56px;height:56px;border-radius:14px;flex:0 0 56px}.upload-success strong,.upload-status strong{display:block;color:#fff;font-size:13px}.upload-success small{display:block;color:var(--muted);font-size:12px}
.option-tile{transition:.18s border-color,.18s background,.18s box-shadow,.18s transform}.option-tile:hover{transform:translateY(-1px);background:rgba(255,255,255,.04)}
.motif-panel-design textarea{border-radius:18px;background:radial-gradient(circle at 0 0,rgba(230,54,255,.09),transparent 45%),rgba(5,8,20,.52);transition:.2s border-color,.2s box-shadow;outline:none}.motif-panel-design textarea:focus{border-color:rgba(230,54,255,.65);box-shadow:0 0 0 3px rgba(230,54,255,.12)}
.product-message{border-radius:12px;padding:0;transition:.2s}.product-message:not(:empty){padding:9px 10px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.08)}.product-message[data-type="error"]:not(:empty){background:rgba(255,65,112,.10);border-color:rgba(255,140,168,.28)}.product-message[data-type="success"]:not(:empty){background:rgba(0,224,164,.09);border-color:rgba(0,224,164,.25)}
@media (max-width:900px){.upload-dropzone{align-items:flex-start}.upload-copy strong{font-size:14px}}


/* V7: deutlichere Karussell-Bedienung */
.carousel-wrap{position:relative;padding-top:58px}
.carousel-floating-controls{position:absolute;z-index:8;top:0;left:50%;transform:translateX(-50%);display:flex;align-items:center;justify-content:center;gap:12px;padding:8px 10px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(7,10,24,.82);backdrop-filter:blur(16px);box-shadow:0 14px 36px rgba(0,0,0,.32),0 0 30px rgba(20,199,255,.12)}
.carousel-floating-controls span{font-size:12px;font-weight:800;letter-spacing:.02em;color:#dfe8f7;white-space:nowrap}
.arrow-btn-floating{min-width:52px;width:52px;height:52px;border-radius:999px;font-size:32px;line-height:1;background:linear-gradient(135deg,rgba(20,199,255,.22),rgba(230,54,255,.20));border-color:rgba(255,255,255,.22);box-shadow:0 0 0 1px rgba(20,199,255,.18),0 12px 26px rgba(0,0,0,.28);display:grid;place-items:center;padding-bottom:4px}
.arrow-btn-floating:not(:disabled):hover{filter:brightness(1.14);transform:translateY(-1px)}
.split-heading .carousel-controls .arrow-btn{font-size:28px;line-height:1;border-radius:999px;background:rgba(255,255,255,.07)}
.product-carousel{touch-action:pan-y pinch-zoom}
.carousel-dots{margin-top:18px}

@media (min-width:901px){
  .carousel-floating-controls{display:none}
  .carousel-wrap{padding-top:0}
}

@media (max-width:900px){
  .split-heading .carousel-controls{display:none}
  .carousel-floating-controls{width:min(94vw,430px)}
  .arrow-btn-floating{min-width:58px;width:58px;height:58px;font-size:36px}
  .carousel-wrap{padding-top:72px;margin-top:6px}
}

@media (max-width:430px){
  .carousel-floating-controls span{font-size:11px;max-width:145px;overflow:hidden;text-overflow:ellipsis;text-align:center}
  .arrow-btn-floating{min-width:54px;width:54px;height:54px}
}


/* Mobile Navigation v8 */
.mobile-menu-btn{display:none;position:relative;width:46px;height:46px;border:1px solid rgba(20,199,255,.38);border-radius:15px;background:linear-gradient(180deg,rgba(20,199,255,.13),rgba(230,54,255,.10));box-shadow:0 0 24px rgba(20,199,255,.12);cursor:pointer;align-items:center;justify-content:center;flex-direction:column;gap:5px;color:#fff}
.mobile-menu-btn span{display:block;width:21px;height:2px;border-radius:999px;background:#fff;box-shadow:0 0 10px rgba(20,199,255,.45);transition:transform .22s ease,opacity .18s ease}
.mobile-menu{display:none}
body.mobile-menu-open{overflow:hidden}
body.mobile-menu-open .mobile-menu-btn span:nth-child(1){transform:translateY(7px) rotate(45deg)}
body.mobile-menu-open .mobile-menu-btn span:nth-child(2){opacity:0}
body.mobile-menu-open .mobile-menu-btn span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
@media (max-width:900px){
  .site-header{gap:12px;z-index:90}
  .brand-mark{width:48px;height:40px;border-radius:13px}
  .brand-mark:after{font-size:31px;right:8px;top:1px}
  .brand-text small{letter-spacing:.18em;font-size:8px}
  .header-actions{gap:8px}
  .header-start-btn{display:none}
  .mobile-menu-btn{display:flex;flex:0 0 46px}
  .cart-button{min-width:46px;height:46px;border-color:rgba(230,54,255,.35);background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.03))}
  .mobile-menu{display:grid;position:fixed;left:14px;right:14px;top:76px;z-index:85;padding:14px;border:1px solid rgba(20,199,255,.22);border-radius:22px;background:linear-gradient(180deg,rgba(7,11,25,.98),rgba(10,14,30,.96));box-shadow:0 26px 70px rgba(0,0,0,.48),0 0 40px rgba(20,199,255,.10);backdrop-filter:blur(18px);transform:translateY(-14px);opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease}
  body.mobile-menu-open .mobile-menu{opacity:1;transform:translateY(0);pointer-events:auto}
  .mobile-menu a{display:flex;align-items:center;justify-content:space-between;padding:15px 16px;border-radius:15px;color:#edf6ff;font-weight:850;border:1px solid transparent}
  .mobile-menu a:not(:last-child){border-bottom:1px solid rgba(255,255,255,.06)}
  .mobile-menu a:after{content:'›';color:var(--cyan);font-size:24px;line-height:1}
  .mobile-menu a:hover{border-color:rgba(20,199,255,.26);background:rgba(20,199,255,.07)}
  .mobile-menu .mobile-menu-cta{margin-top:10px;justify-content:center;background:linear-gradient(100deg,var(--cyan),var(--blue),var(--pink));box-shadow:0 14px 30px rgba(43,124,255,.24)}
  .mobile-menu .mobile-menu-cta:after{content:''}
}
@media (max-width:430px){
  .site-header{padding:12px 14px}
  .brand-text strong{font-size:16px}
  .brand-text small{display:none}
  .brand-mark{width:44px;height:38px}
}

/* v10: Produkt-Konfigurationen im PromptPrint-Look */
.product-config{margin:15px 0 0;padding:13px;border:1px solid rgba(255,255,255,.10);border-radius:18px;background:radial-gradient(circle at 0 0,rgba(20,199,255,.10),transparent 48%),rgba(5,8,20,.36)}
.product-config label{display:block}.product-config label+label{margin-top:12px}.product-config span{display:block;margin-bottom:8px;color:#e8f2ff;font-size:12px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.product-config select,.product-config input{width:100%;height:46px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(0,0,0,.28);color:#fff;padding:0 13px;outline:none;box-shadow:inset 0 0 0 1px rgba(255,255,255,.02);transition:.2s border-color,.2s box-shadow,.2s background}.product-config select:focus,.product-config input:focus{border-color:rgba(20,199,255,.75);box-shadow:0 0 0 3px rgba(20,199,255,.13),0 0 22px rgba(20,199,255,.10)}.product-config select option{background:#0a1020;color:#fff}.custom-model-field{display:none}.custom-model-field.is-visible{display:block}.cart-detail{display:block;margin-top:4px;line-height:1.35}.product-card .option-grid{margin-top:14px}.product-config-phone{background:radial-gradient(circle at 100% 0,rgba(230,54,255,.10),transparent 46%),rgba(5,8,20,.40)}
@media (max-width:900px){.product-config{padding:12px}.product-config select,.product-config input{height:44px;font-size:14px}.product-card .option-grid{gap:9px}}

/* v11: verfeinerte Produkt-Dropdowns und Zusatzoptionen */
.product-config{
  position:relative;
  overflow:hidden;
  margin:16px 0 0;
  padding:14px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:22px;
  background:
    linear-gradient(135deg,rgba(20,199,255,.12),rgba(230,54,255,.07) 48%,rgba(255,255,255,.025)),
    rgba(6,10,24,.58);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 16px 34px rgba(0,0,0,.16);
}
.product-config:before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:3px;
  background:linear-gradient(180deg,var(--cyan),var(--blue),var(--pink));
  opacity:.9;
}
.product-config-phone{
  background:
    radial-gradient(circle at 100% 0,rgba(230,54,255,.16),transparent 46%),
    linear-gradient(135deg,rgba(20,199,255,.10),rgba(255,255,255,.025)),
    rgba(6,10,24,.62);
}
.product-config-variant{
  background:
    radial-gradient(circle at 0 0,rgba(20,199,255,.18),transparent 48%),
    linear-gradient(135deg,rgba(255,255,255,.045),rgba(230,54,255,.055)),
    rgba(6,10,24,.60);
}
.product-config label{position:relative;z-index:1;display:block}
.product-config label+label{margin-top:13px}
.product-config span{
  display:flex;
  align-items:center;
  gap:7px;
  margin-bottom:9px;
  color:#f0f7ff;
  font-size:11px;
  font-weight:950;
  letter-spacing:.075em;
  text-transform:uppercase;
}
.product-config span:before{
  content:"";
  width:8px;
  height:8px;
  border-radius:999px;
  background:var(--cyan);
  box-shadow:0 0 14px rgba(20,199,255,.78);
  flex:0 0 8px;
}
.config-control{
  position:relative;
  border-radius:17px;
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.025));
  box-shadow:0 10px 25px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.06);
}
.config-control:focus-within{
  box-shadow:0 0 0 3px rgba(20,199,255,.13),0 0 24px rgba(20,199,255,.13),inset 0 1px 0 rgba(255,255,255,.08);
}
.config-control-select:after{
  content:"⌄";
  position:absolute;
  right:13px;
  top:34%;
  transform:translateY(-54%);
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:10px;
  color:#fff;
  font-size:20px;
  line-height:1;
  pointer-events:none;
  background:linear-gradient(135deg,rgba(20,199,255,.22),rgba(230,54,255,.18));
  border:1px solid rgba(255,255,255,.10);
}
.product-config select,
.product-config input{
  position:relative;
  z-index:1;
  width:100%;
  height:50px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:17px;
  background:rgba(3,7,18,.58);
  color:#fff;
  outline:none;
  transition:.2s border-color,.2s background;
}
.product-config select{
  appearance:none;
  -webkit-appearance:none;
  padding:0 54px 0 14px;
  cursor:pointer;
}
.product-config input{padding:0 14px}
.product-config select:hover,
.product-config input:hover{border-color:rgba(20,199,255,.38);background:rgba(5,10,24,.72)}
.product-config select:focus,
.product-config input:focus{border-color:rgba(20,199,255,.82);background:rgba(5,10,24,.82);box-shadow:none}
.product-config select option{background:#0a1020;color:#fff}
.config-hint{
  position:relative;
  z-index:1;
  margin:9px 0 0!important;
  color:#9fb0c8!important;
  font-size:12px;
  line-height:1.35;
}
.custom-model-field{
  display:none;
  animation:configFadeIn .18s ease both;
}
.custom-model-field.is-visible{display:block}
@keyframes configFadeIn{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}
.product-card .option-grid{margin-top:16px}
@media (max-width:900px){
  .product-config{padding:13px;border-radius:20px}
  .product-config select,.product-config input{height:48px;font-size:14px}
  .config-control-select:after{right:11px;width:27px;height:27px}
}

/* v12: robuste PromptPrint-Optik für Produktoptionen / überschreibt ältere Select-Styles */
.product-card .product-config.product-config-panel{
  position:relative!important;
  margin:16px 0 0!important;
  padding:15px!important;
  border-radius:24px!important;
  border:1px solid rgba(20,199,255,.28)!important;
  background:
    radial-gradient(circle at 12% 0%,rgba(20,199,255,.22),transparent 38%),
    radial-gradient(circle at 100% 20%,rgba(230,54,255,.16),transparent 42%),
    linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.035))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 18px 38px rgba(0,0,0,.22)!important;
  overflow:hidden!important;
}
.product-card .product-config.product-config-panel:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  width:auto!important;
  background:linear-gradient(120deg,rgba(255,255,255,.12),transparent 42%)!important;
  opacity:.55!important;
  pointer-events:none!important;
}
.product-card .config-headline{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  gap:11px;
  margin-bottom:12px;
}
.product-card .config-icon{
  width:36px;
  height:36px;
  flex:0 0 36px;
  display:grid;
  place-items:center;
  border-radius:14px;
  color:#fff;
  font-weight:950;
  background:linear-gradient(135deg,var(--cyan),var(--blue),var(--pink));
  box-shadow:0 0 24px rgba(20,199,255,.28);
}
.product-card .config-headline strong{
  display:block;
  font-size:14px;
  line-height:1.1;
  color:#fff;
  letter-spacing:.01em;
}
.product-card .config-headline small{
  display:block;
  margin-top:3px;
  color:#9fb0c8;
  font-size:12px;
  line-height:1.2;
}
.product-card .config-field{
  position:relative!important;
  z-index:2!important;
  display:block!important;
  margin:0!important;
}
.product-card .config-field + .config-field{margin-top:12px!important}
.product-card .config-label{
  display:block!important;
  margin:0 0 7px!important;
  color:#cfe0f5!important;
  font-size:11px!important;
  font-weight:900!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}
.product-card .config-label:before{display:none!important;content:none!important}
.product-card .config-control{
  position:relative!important;
  z-index:2!important;
  border-radius:18px!important;
  padding:1px!important;
  background:linear-gradient(135deg,rgba(20,199,255,.55),rgba(230,54,255,.38),rgba(255,255,255,.10))!important;
  box-shadow:0 12px 26px rgba(0,0,0,.22)!important;
}
.product-card .config-control:focus-within{
  box-shadow:0 0 0 3px rgba(20,199,255,.16),0 0 30px rgba(20,199,255,.20)!important;
}
.product-card .config-control-select:after{
  content:""!important;
  position:absolute!important;
  right:13px!important;
  top:50%!important;
  width:10px!important;
  height:10px!important;
  transform:translateY(-64%) rotate(45deg)!important;
  border-right:2px solid #fff!important;
  border-bottom:2px solid #fff!important;
  border-radius:0!important;
  background:none!important;
  box-shadow:none!important;
  pointer-events:none!important;
  z-index:4!important;
}
.product-card .product-config select,
.product-card .product-config input[type="text"]{
  display:block!important;
  width:100%!important;
  height:52px!important;
  margin:0!important;
  border:0!important;
  border-radius:17px!important;
  background:linear-gradient(180deg,rgba(9,15,34,.96),rgba(5,8,19,.96))!important;
  color:#fff!important;
  outline:none!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07)!important;
  font-size:14px!important;
  font-weight:750!important;
}
.product-card .product-config select{
  appearance:none!important;
  -webkit-appearance:none!important;
  padding:0 46px 0 15px!important;
  cursor:pointer!important;
}
.product-card .product-config input[type="text"]{
  padding:0 15px!important;
}
.product-card .product-config select:hover,
.product-card .product-config input[type="text"]:hover{
  background:linear-gradient(180deg,rgba(12,21,46,.98),rgba(7,11,25,.98))!important;
}
.product-card .product-config select:focus,
.product-card .product-config input[type="text"]:focus{
  background:linear-gradient(180deg,rgba(14,25,54,1),rgba(7,13,29,1))!important;
}
.product-card .product-config select option{background:#091021!important;color:#fff!important}
.product-card .config-hint{
  position:relative!important;
  z-index:2!important;
  display:flex!important;
  align-items:flex-start!important;
  gap:7px!important;
  margin:10px 0 0!important;
  padding:9px 10px!important;
  border-radius:14px!important;
  border:1px solid rgba(255,255,255,.08)!important;
  background:rgba(0,0,0,.16)!important;
  color:#aebed3!important;
  font-size:12px!important;
  line-height:1.35!important;
}
.product-card .config-hint:before{
  content:"i";
  width:17px;
  height:17px;
  flex:0 0 17px;
  display:grid;
  place-items:center;
  border-radius:999px;
  color:#061024;
  background:var(--cyan);
  font-size:11px;
  font-weight:950;
  margin-top:0;
}
.product-card .custom-model-field{display:none!important}
.product-card .custom-model-field.is-visible{display:block!important;animation:configFadeIn .18s ease both}
@media (max-width:900px){
  .product-card .product-config.product-config-panel{padding:13px!important;border-radius:22px!important}
  .product-card .config-icon{width:32px;height:32px;flex-basis:32px;border-radius:12px}
  .product-card .product-config select,
  .product-card .product-config input[type="text"]{height:50px!important;font-size:13px!important}
}

/* v13: Produktoptionen neu aufgebaut – keine Standard-Selects mehr */
.product-carousel{
  align-items:flex-start;
}
.product-card{
  flex-basis:clamp(390px, 34vw, 445px);
}
.product-card.is-active{
  transform:translateY(-2px);
}
.product-body{
  display:flex;
  flex-direction:column;
  gap:0;
}
.product-body > h3{
  margin-bottom:6px;
}
.product-body > p{
  margin-top:0;
  min-height:42px;
}
.pp-config{
  position:relative;
  isolation:isolate;
  margin:16px 0 0;
  padding:15px;
  border-radius:24px;
  border:1px solid rgba(20,199,255,.28);
  background:
    radial-gradient(circle at 0 0, rgba(20,199,255,.18), transparent 38%),
    radial-gradient(circle at 100% 10%, rgba(230,54,255,.15), transparent 42%),
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.032));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.09), 0 18px 38px rgba(0,0,0,.18);
  overflow:hidden;
}
.pp-config:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(115deg, rgba(255,255,255,.10), transparent 42%);
  pointer-events:none;
}
.pp-config-variant{
  border-color:rgba(20,199,255,.32);
}
.pp-config-phone{
  border-color:rgba(230,54,255,.30);
}
.pp-config-title{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:14px;
}
.pp-config-icon{
  width:38px;
  height:38px;
  flex:0 0 38px;
  display:grid;
  place-items:center;
  border-radius:15px;
  color:#fff;
  font-size:18px;
  font-weight:900;
  line-height:1;
  background:linear-gradient(135deg, var(--cyan), var(--blue), var(--pink));
  box-shadow:0 0 28px rgba(20,199,255,.28);
}
.pp-config-title strong{
  display:block;
  color:#fff;
  font-size:15px;
  line-height:1.15;
  letter-spacing:-.01em;
}
.pp-config-title small{
  display:block;
  margin-top:3px;
  color:#9fb0c8;
  font-size:12px;
  line-height:1.25;
}
.pp-field{
  display:block;
  margin:0;
}
.pp-field + .pp-field{
  margin-top:12px;
}
.pp-field span{
  display:block;
  margin:0 0 8px;
  color:#d8e8fa;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.pp-select-wrap,
.pp-input-wrap{
  position:relative;
  border-radius:18px;
  padding:1px;
  background:linear-gradient(135deg, rgba(20,199,255,.68), rgba(230,54,255,.45), rgba(255,255,255,.12));
  box-shadow:0 12px 28px rgba(0,0,0,.24);
}
.pp-select-wrap:after{
  content:"";
  position:absolute;
  right:16px;
  top:50%;
  width:9px;
  height:9px;
  transform:translateY(-65%) rotate(45deg);
  border-right:2px solid #fff;
  border-bottom:2px solid #fff;
  pointer-events:none;
  opacity:.95;
}
.pp-select-wrap select,
.pp-input-wrap input{
  display:block;
  width:100%;
  min-width:0;
  height:52px;
  margin:0;
  border:0;
  border-radius:17px;
  background:linear-gradient(180deg, rgba(9,15,34,.98), rgba(5,8,19,.98));
  color:#fff;
  outline:0;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.075);
  font-size:14px;
  font-weight:750;
}
.pp-select-wrap select{
  appearance:none;
  -webkit-appearance:none;
  padding:0 48px 0 15px;
  cursor:pointer;
}
.pp-input-wrap input{
  padding:0 15px;
}
.pp-select-wrap select:hover,
.pp-input-wrap input:hover,
.pp-select-wrap:focus-within select,
.pp-input-wrap:focus-within input{
  background:linear-gradient(180deg, rgba(13,23,50,1), rgba(7,12,28,1));
}
.pp-select-wrap:focus-within,
.pp-input-wrap:focus-within{
  box-shadow:0 0 0 3px rgba(20,199,255,.14), 0 0 30px rgba(20,199,255,.18);
}
.pp-select-wrap select option{
  background:#091021;
  color:#fff;
}
.pp-config-note{
  display:flex;
  align-items:flex-start;
  gap:8px;
  margin-top:11px;
  padding:10px 11px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:15px;
  background:rgba(0,0,0,.16);
  color:#aebed3;
  font-size:12px;
  line-height:1.38;
}
.pp-config-note:before{
  content:"i";
  width:18px;
  height:18px;
  flex:0 0 18px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:var(--cyan);
  color:#061024;
  font-size:11px;
  font-weight:950;
}
.custom-model-field{
  display:none!important;
}
.custom-model-field.is-visible{
  display:block!important;
  animation:configFadeIn .18s ease both;
}
.product-card .option-grid{
  margin-top:16px;
}
.product-card .option-tile{
  min-height:86px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.product-card .option-tile span{
  font-size:13px;
}
.product-card .option-tile strong{
  font-size:17px;
}
@media (max-width:900px){
  .product-card{flex-basis:min(88vw, 430px)}
  .pp-config{padding:14px;border-radius:22px}
  .pp-config-icon{width:34px;height:34px;flex-basis:34px;border-radius:13px;font-size:16px}
  .pp-select-wrap select,
  .pp-input-wrap input{height:50px;font-size:13px}
  .product-body > p{min-height:0}
}
@media (max-width:430px){
  .product-card{flex-basis:86vw}
  .product-body{padding:18px}
  .pp-config{padding:12px;margin-top:13px}
  .pp-config-title{gap:10px;margin-bottom:12px}
  .pp-config-title strong{font-size:14px}
  .pp-field span{font-size:10px}
  .pp-select-wrap select,
  .pp-input-wrap input{height:48px;font-size:12.5px;padding-left:12px}
  .pp-select-wrap select{padding-right:42px}
  .product-card .option-grid{grid-template-columns:1fr;gap:9px}
  .product-card .option-tile{min-height:72px}
}


/* v14: Handymodell-Freitextfeld robust ein-/ausblenden */
.product-card [data-custom-model-field][hidden]{
  display:none!important;
}
.product-card [data-custom-model-field].is-visible{
  display:block!important;
  margin-top:12px;
  padding:12px;
  border:1px solid rgba(20,199,255,.34);
  border-radius:16px;
  background:linear-gradient(135deg,rgba(20,199,255,.10),rgba(230,54,255,.08)),rgba(5,8,20,.66);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.04),0 14px 34px rgba(0,0,0,.22);
  animation:configFadeIn .18s ease both;
}
.product-card [data-custom-model-field].is-visible span{
  color:#ffffff;
}
.product-card [data-custom-phone-model]{
  width:100%;
}
.product-card [data-custom-phone-model]:disabled{
  opacity:.45;
  cursor:not-allowed;
}

/* v15 Lager-/Verfügbarkeitsanzeige */
.stock-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  margin:10px 0 14px;
  padding:8px 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.01em;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.06);
  color:#eef3ff;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
.stock-available{
  border-color:rgba(45,236,255,.38);
  background:linear-gradient(135deg,rgba(45,236,255,.14),rgba(92,115,255,.08));
  color:#bbf8ff;
}
.stock-low{
  border-color:rgba(255,178,77,.45);
  background:linear-gradient(135deg,rgba(255,178,77,.18),rgba(255,79,216,.08));
  color:#ffe0ab;
}
.stock-out{
  border-color:rgba(255,92,122,.45);
  background:linear-gradient(135deg,rgba(255,92,122,.18),rgba(255,255,255,.04));
  color:#ffc2cc;
}
.stock-made_to_order{
  border-color:rgba(255,79,216,.38);
  background:linear-gradient(135deg,rgba(255,79,216,.16),rgba(45,236,255,.06));
  color:#ffd5f8;
}
.stock-pending{
  border-color:rgba(255,255,255,.2);
  background:rgba(255,255,255,.06);
  color:#c8cde9;
}
button[disabled].btn-primary,
button[disabled].btn-full{
  opacity:.55;
  cursor:not-allowed;
  filter:saturate(.55);
}


/* v16: Header-Logo ohne schwarze Kachel / transparenter Hintergrund */
.brand.brand-with-logo{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  padding:0 !important;
}
.brand-logo{
  display:block;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  mix-blend-mode:normal;
}
.site-header .brand-logo{
  height:52px;
  width:auto;
  max-width:265px;
}
@media (max-width:900px){
  .site-header .brand-logo{height:42px;max-width:205px;}
}
@media (max-width:520px){
  .site-header .brand-logo{height:36px;max-width:168px;}
  .brand-with-logo{min-width:0;}
}

@media (max-width:700px){.product-thumb{flex-basis:48px;width:48px;height:48px}.product-thumbs{padding-inline:14px}}


.hero-stage-composite{display:flex;align-items:center;justify-content:center}
.hero-composite-card{position:relative;width:min(100%,520px);aspect-ratio:4/5;border-radius:34px;overflow:hidden;border:1px solid rgba(255,255,255,.14);background:linear-gradient(160deg,rgba(255,255,255,.12),rgba(255,255,255,.04));box-shadow:0 30px 80px rgba(0,0,0,.40),0 0 0 1px rgba(41,230,255,.10)}
.hero-composite-card img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.hero-composite-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(0,0,0,.08));pointer-events:none}



.premade-products{padding-top:34px}
.premade-card .premade-description{font-size:14px;line-height:1.45;color:#cbd4ee;margin-top:10px}
button[disabled]{opacity:.45;cursor:not-allowed;filter:grayscale(.25)}



.carousel-side-btn{
  position:absolute;
  top:50%;
  z-index:40;
  width:84px;
  height:84px;
  border-radius:999px;
  border:1px solid rgba(41,230,255,.55);
  color:#fff;
  background:
    radial-gradient(circle at 30% 22%,rgba(255,255,255,.32),transparent 28%),
    linear-gradient(135deg,rgba(41,230,255,.95),rgba(58,140,255,.78) 48%,rgba(255,79,216,.92));
  box-shadow:0 22px 58px rgba(0,0,0,.48),0 0 46px rgba(41,230,255,.34),0 0 62px rgba(255,79,216,.26);
  transform:translateY(-50%);
  cursor:pointer;
  font-size:60px;
  line-height:1;
  display:grid;
  place-items:center;
  transition:.18s transform,.18s filter,.18s box-shadow;
}
.carousel-side-btn:hover{
  transform:translateY(-50%) scale(1.07);
  filter:brightness(1.12);
  box-shadow:0 24px 62px rgba(0,0,0,.52),0 0 54px rgba(41,230,255,.42),0 0 72px rgba(255,79,216,.34);
}
.carousel-side-btn:active{transform:translateY(-50%) scale(.98)}
.carousel-side-prev{left:8px}
.carousel-side-next{right:8px}
.carousel-side-btn[disabled]{opacity:.32;filter:grayscale(.55);cursor:not-allowed;transform:translateY(-50%)}
.carousel-wrap:hover .carousel-side-btn{opacity:1}
@media (min-width:1180px){
  .carousel-side-btn{top:32%}
  .carousel-side-prev{left:14px}
  .carousel-side-next{right:14px}
}
@media (max-width:900px){
  .carousel-wrap{padding-inline:0}
  .carousel-side-btn{display:none}
}



.legal-page{padding:78px 0 90px}
.legal-page h1{font-size:clamp(42px,5vw,72px);line-height:1.02;margin:10px 0 26px;letter-spacing:-.055em}
.legal-content{max-width:920px;border:1px solid var(--line);border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));padding:34px;box-shadow:var(--shadow)}
.legal-content h1,.legal-content h2,.legal-content h3{margin:26px 0 12px;line-height:1.18}
.legal-content h1:first-child,.legal-content h2:first-child{margin-top:0}
.legal-content p,.legal-content li{color:#d8e1f4;line-height:1.7}
.legal-content ul{padding-left:22px}
.legal-content strong{color:#fff}
@media(max-width:700px){.legal-content{padding:22px;border-radius:22px}.legal-page{padding-top:46px}}



.hero-carousel-card{display:block;text-decoration:none;cursor:pointer}
.hero-carousel-card img{position:absolute;inset:0;opacity:0;transition:opacity .55s ease,transform .55s ease}
.hero-carousel-card img.is-active{opacity:1;transform:scale(1.01)}
.hero-carousel-card:hover img.is-active{transform:scale(1.045)}
.hero-carousel-dots{position:absolute;left:50%;bottom:16px;transform:translateX(-50%);display:flex;gap:8px;z-index:4;padding:8px 10px;border-radius:999px;background:rgba(5,7,18,.42);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.16)}
.hero-carousel-dots span{width:8px;height:8px;border-radius:999px;background:rgba(255,255,255,.38)}
.hero-carousel-dots span.is-active{background:#fff;box-shadow:0 0 16px rgba(41,230,255,.65)}






.shipping-link{
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  margin-top:6px;
  padding:0;
  border:0;
  background:transparent;
  color:var(--cyan);
  font-size:12px;
  font-weight:900;
  cursor:pointer;
  text-decoration:underline;
  text-underline-offset:3px;
}
.shipping-link:hover{color:#fff}
.cart-shipping-note{
  margin-bottom:10px;
  padding:10px 12px;
  border:1px solid rgba(45,236,255,.18);
  border-radius:14px;
  background:rgba(45,236,255,.06);
  color:var(--muted);
  font-size:13px;
}
.cart-subtotal,.cart-shipping-row{font-size:14px}
.cart-subtotal strong,.cart-shipping-row strong{font-size:16px!important}
.checkout-grand-total strong{font-size:28px!important}
.shipping-country-label{
  display:block;
  margin:0 0 16px;
  font-weight:900;
}
.shipping-country-label select{
  width:100%;
  margin-top:8px;
  border:1px solid var(--line);
  border-radius:14px;
  padding:13px 14px;
  background:rgba(0,0,0,.22);
  color:var(--text);
}
.shipping-popup-backdrop{
  position:fixed;
  inset:0;
  z-index:120;
  display:none;
  place-items:center;
  padding:22px;
  background:rgba(2,4,12,.72);
  backdrop-filter:blur(10px);
}
.shipping-popup-backdrop.is-open{display:grid}
.shipping-popup{
  width:min(680px,100%);
  border:1px solid rgba(255,255,255,.12);
  border-radius:28px;
  background:linear-gradient(180deg,rgba(18,24,45,.98),rgba(9,13,28,.98));
  box-shadow:0 30px 90px rgba(0,0,0,.55);
  padding:26px;
  position:relative;
}
.shipping-popup h3{font-size:34px;margin:0 0 10px}
.shipping-popup p{color:var(--muted);margin:0 0 18px}
.shipping-popup-close{
  position:absolute;
  right:14px;
  top:14px;
  width:40px;
  height:40px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.06);
  color:#fff;
  cursor:pointer;
  font-size:24px;
}
.shipping-table{display:grid;gap:10px}
.shipping-table div{
  display:grid;
  grid-template-columns:1fr auto;
  gap:4px 14px;
  padding:14px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  background:rgba(255,255,255,.045);
}
.shipping-table span{font-weight:900;color:#fff}
.shipping-table small{grid-column:1 / -1;color:var(--muted)}






.checkout-thankyou{
  width:min(860px,calc(100% - 40px));
  margin:42px auto 80px;
  padding:44px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:34px;
  background:
    radial-gradient(circle at top left,rgba(20,199,255,.18),transparent 34%),
    radial-gradient(circle at top right,rgba(230,54,255,.16),transparent 34%),
    linear-gradient(180deg,rgba(17,24,49,.96),rgba(8,12,27,.98));
  box-shadow:0 34px 100px rgba(0,0,0,.48);
  text-align:center;
}
.checkout-thankyou[hidden]{display:none}
.thankyou-icon{
  width:84px;
  height:84px;
  border-radius:999px;
  display:grid;
  place-items:center;
  margin:0 auto 18px;
  background:linear-gradient(135deg,var(--good),var(--cyan));
  color:#04111b;
  font-size:48px;
  font-weight:950;
  box-shadow:0 0 34px rgba(0,224,164,.28);
}
.checkout-thankyou h1{
  font-size:clamp(36px,7vw,72px);
  line-height:.98;
  margin:0 0 18px;
}
.checkout-thankyou p{
  color:var(--muted);
  font-size:18px;
  max-width:680px;
  margin:0 auto 26px;
}
.thankyou-details{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin:26px auto;
  max-width:620px;
}
.thankyou-details div{
  border:1px solid rgba(255,255,255,.11);
  border-radius:22px;
  background:rgba(255,255,255,.055);
  padding:18px;
}
.thankyou-details span{
  display:block;
  color:var(--muted);
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.thankyou-details strong{
  display:block;
  margin-top:8px;
  font-size:18px;
  word-break:break-word;
}
.thankyou-next{
  max-width:620px;
  margin:26px auto;
  text-align:left;
  border:1px solid rgba(255,255,255,.10);
  border-radius:24px;
  background:rgba(255,255,255,.045);
  padding:22px;
}
.thankyou-next h3{margin:0 0 10px}
.thankyou-next ul{margin:0;padding-left:20px;color:var(--muted)}
.thankyou-next li{margin:7px 0}
.thankyou-actions{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  margin-top:28px;
}
.checkout-success .cart-button{pointer-events:none;opacity:.65}
@media(max-width:700px){
  .checkout-thankyou{padding:28px 20px}
  .thankyou-details{grid-template-columns:1fr}
}



.checkout-address-form{margin-top:18px}
.checkout-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.checkout-form-grid label{display:grid;gap:7px;color:var(--muted);font-weight:800}
.checkout-form-grid label span{font-size:13px;text-transform:uppercase;letter-spacing:.06em}
.checkout-form-grid input,.checkout-form-grid select,.checkout-form-grid textarea{
  width:100%;
  border:1px solid var(--line);
  border-radius:16px;
  background:rgba(0,0,0,.22);
  color:var(--text);
  padding:13px 14px;
  outline:none;
}
.checkout-form-grid input:focus,.checkout-form-grid select:focus,.checkout-form-grid textarea:focus{
  border-color:rgba(20,199,255,.55);
  box-shadow:0 0 0 4px rgba(20,199,255,.10);
}
.checkout-form-grid .span-2{grid-column:1 / -1}
@media(max-width:760px){.checkout-form-grid{grid-template-columns:1fr}.checkout-form-grid .span-2{grid-column:auto}}



.tax-note{
  display:block;
  margin-top:6px;
  color:var(--muted);
  font-size:10px;
  line-height:1.35;
  opacity:.86;
}
.cart-tax-note,
.checkout-tax-note{
  margin:8px 0 14px;
  padding:10px 12px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:14px;
  background:rgba(255,255,255,.045);
  color:var(--muted);
  font-size:12px;
  line-height:1.4;
}
.checkout-tax-note{
  margin-top:12px;
}
.option-tile .tax-note{
  max-width:100%;
}



/* v62: Fertige Artikel – Stückzahl-Badge lesbar positionieren */
.product-image{position:relative}
.premade-card .stock-count-badge{
  position:absolute;
  left:16px;
  bottom:16px;
  z-index:4;
  display:inline-flex;
  align-items:center;
  gap:7px;
  max-width:calc(100% - 32px);
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(41,230,255,.40);
  background:linear-gradient(135deg,rgba(5,8,20,.82),rgba(20,199,255,.20));
  color:#f7fbff;
  font-size:13px;
  font-weight:950;
  line-height:1;
  box-shadow:0 12px 30px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
.premade-card .stock-count-badge::before{
  content:"";
  width:7px;
  height:7px;
  border-radius:999px;
  background:var(--good);
  box-shadow:0 0 12px rgba(0,224,164,.75);
}
.premade-card .stock-count-badge.is-hidden{display:none}



/* v66: Versandkosten-Popup vollständig scrollbar */
.shipping-popup{
  max-height:86vh;
  overflow:auto;
}
.shipping-table div strong{
  line-height:1.25;
}



.customer-order-page{padding:70px 0 90px}
.customer-order-card{
  width:min(980px,100%);
  margin:0 auto;
  padding:38px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:34px;
  background:
    radial-gradient(circle at top left,rgba(20,199,255,.15),transparent 34%),
    radial-gradient(circle at top right,rgba(230,54,255,.14),transparent 34%),
    linear-gradient(180deg,rgba(17,24,49,.96),rgba(8,12,27,.98));
  box-shadow:0 34px 100px rgba(0,0,0,.45);
}
.customer-order-card h1{font-size:clamp(38px,6vw,72px);line-height:.98;margin:0 0 18px}
.customer-order-card p{color:var(--muted);font-size:18px}
.customer-message{margin:18px 0;padding:14px 16px;border:1px solid rgba(41,230,255,.24);border-radius:18px;background:rgba(41,230,255,.07);color:#dff9ff}
.customer-message.is-success{border-color:rgba(0,224,164,.35);background:rgba(0,224,164,.08);color:#b9ffe9}
.customer-message.is-error{border-color:rgba(255,92,122,.35);background:rgba(255,92,122,.08);color:#ffd6df}
.design-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin:28px 0}
.design-choice-card{position:relative;display:grid;gap:12px;border:1px solid var(--line);border-radius:26px;padding:14px;background:rgba(255,255,255,.045);cursor:pointer;transition:.18s transform,.18s border-color,.18s box-shadow}
.design-choice-card:hover{transform:translateY(-2px);border-color:rgba(41,230,255,.45)}
.design-choice-card.is-selected{border-color:rgba(0,224,164,.66);box-shadow:0 0 0 1px rgba(0,224,164,.22),0 20px 50px rgba(0,0,0,.25)}
.design-choice-card input{position:absolute;left:18px;top:18px;z-index:2;transform:scale(1.3)}
.design-choice-card img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:20px;background:rgba(0,0,0,.25)}
.design-choice-card span{font-weight:950;font-size:20px}
.design-choice-card strong{position:absolute;right:22px;top:22px;border-radius:999px;background:rgba(0,224,164,.95);color:#04111b;padding:7px 11px;font-size:12px}
.design-choice-submit{margin-top:8px}
@media(max-width:760px){.customer-order-card{padding:26px 18px}.design-choice-grid{grid-template-columns:1fr}}



.thankyou-design-hint{
  max-width:620px;
  margin:22px auto;
  text-align:left;
  border:1px solid rgba(230,54,255,.24);
  border-radius:24px;
  background:linear-gradient(135deg,rgba(230,54,255,.09),rgba(20,199,255,.06));
  padding:22px;
}
.thankyou-design-hint[hidden]{display:none}
.thankyou-design-hint h3{margin:0 0 10px}
.thankyou-design-hint p{margin:0;color:var(--muted);font-size:16px}



/* v77: Kunden-Motiv-Mediathek im Produkt */
.customer-motif-browser{
  display:grid;
  gap:14px;
  border:1px solid rgba(41,230,255,.18);
  border-radius:22px;
  background:rgba(41,230,255,.045);
  padding:16px;
}
.customer-motif-head{
  display:grid;
  gap:4px;
}
.customer-motif-head strong{
  font-size:18px;
}
.customer-motif-head small{
  color:var(--muted);
}
.customer-motif-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(118px,1fr));
  gap:12px;
  max-height:360px;
  overflow:auto;
  padding-right:4px;
}
.customer-motif-tile{
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  background:rgba(255,255,255,.045);
  padding:8px;
  color:var(--text);
  cursor:pointer;
  text-align:left;
  display:grid;
  gap:8px;
  transition:.16s transform,.16s border-color,.16s box-shadow;
}
.customer-motif-tile:hover{
  transform:translateY(-1px);
  border-color:rgba(41,230,255,.42);
}
.customer-motif-tile.is-selected{
  border-color:rgba(0,224,164,.66);
  box-shadow:0 0 0 2px rgba(0,224,164,.15);
}
.customer-motif-tile img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
  border-radius:13px;
  background:rgba(0,0,0,.22);
}
.customer-motif-tile span{
  font-size:12px;
  color:var(--muted);
  font-weight:850;
  line-height:1.25;
}
.customer-motif-selected,
.customer-motif-empty{
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px;
  background:rgba(0,0,0,.14);
  color:var(--muted);
  padding:12px;
  font-size:13px;
}
.customer-motif-selected strong{
  color:#b9ffe9;
}
@media(max-width:720px){
  .customer-motif-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-height:520px}
}



/* v78: Galerieauswahl als großes Popup */
.customer-motif-open-btn{
  width:100%;
  justify-content:center;
}
.customer-motif-modal[hidden]{display:none}
.customer-motif-modal{
  position:fixed;
  inset:0;
  z-index:9999;
  display:grid;
  place-items:center;
  padding:24px;
}
.customer-motif-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(3,6,16,.78);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}
.customer-motif-modal-panel{
  position:relative;
  z-index:1;
  width:min(1120px,96vw);
  max-height:88vh;
  overflow:hidden;
  display:grid;
  grid-template-rows:auto 1fr;
  border:1px solid rgba(255,255,255,.14);
  border-radius:30px;
  background:
    radial-gradient(circle at top left,rgba(20,199,255,.13),transparent 34%),
    radial-gradient(circle at top right,rgba(230,54,255,.13),transparent 34%),
    linear-gradient(180deg,rgba(17,24,49,.98),rgba(8,12,27,.98));
  box-shadow:0 40px 120px rgba(0,0,0,.58);
}
.customer-motif-modal-close{
  position:absolute;
  top:18px;
  right:18px;
  width:46px;
  height:46px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.08);
  color:#fff;
  font-size:28px;
  font-weight:900;
  cursor:pointer;
  z-index:3;
}
.customer-motif-modal-head{
  padding:28px 82px 18px 28px;
  border-bottom:1px solid rgba(255,255,255,.10);
}
.customer-motif-modal-head h3{
  margin:0 0 8px;
  font-size:clamp(28px,4vw,48px);
}
.customer-motif-modal-head p{
  margin:0;
  color:var(--muted);
}
.customer-motif-modal-grid{
  overflow:auto;
  padding:24px;
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(190px,1fr));
  gap:18px;
}
.customer-motif-modal-grid .customer-motif-tile{
  padding:10px;
  border-radius:22px;
}
.customer-motif-modal-grid .customer-motif-tile img{
  border-radius:17px;
}
.customer-motif-modal-grid .customer-motif-tile span{
  font-size:14px;
  color:#f7fbff;
}
body.modal-open{overflow:hidden}
@media(max-width:760px){
  .customer-motif-modal{padding:10px}
  .customer-motif-modal-panel{width:100%;max-height:92vh;border-radius:22px}
  .customer-motif-modal-head{padding:22px 62px 16px 18px}
  .customer-motif-modal-grid{padding:14px;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .customer-motif-modal-close{top:12px;right:12px}
}



/* v79: Galerie-Popup wirklich als Overlay über der gesamten Seite */
.customer-motif-modal{
  position:fixed !important;
  inset:0 !important;
  z-index:2147483000 !important;
  width:100vw !important;
  height:100vh !important;
  transform:none !important;
  opacity:1 !important;
  pointer-events:auto !important;
}
.customer-motif-modal[hidden]{display:none !important}
.customer-motif-modal-panel{
  transform:none !important;
  opacity:1 !important;
  pointer-events:auto !important;
}
.customer-motif-modal .customer-motif-tile{
  min-height:0;
}
body.modal-open{
  overflow:hidden !important;
}



/* v80: Galerie-Motive vollständig im Originalseitenverhältnis anzeigen */
.customer-motif-modal-grid .customer-motif-tile{
  align-content:start;
}
.customer-motif-modal-grid .customer-motif-tile img{
  width:100% !important;
  height:auto !important;
  aspect-ratio:auto !important;
  object-fit:contain !important;
  max-height:220px;
  background:rgba(0,0,0,.28);
}
.customer-motif-modal-grid .customer-motif-tile{
  min-height:0;
}
.customer-motif-grid .customer-motif-tile img{
  width:100% !important;
  height:auto !important;
  aspect-ratio:auto !important;
  object-fit:contain !important;
  max-height:180px;
}



/* v82: Galerie mit sauberem Scroll-Raster und großer Motivvorschau */
.customer-motif-modal-panel{
  grid-template-rows:auto minmax(0,1fr) !important;
}
.customer-motif-modal-content{
  min-height:0;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,36%);
  gap:18px;
  padding:20px;
}
.customer-motif-modal-content .customer-motif-modal-grid{
  min-height:0;
  max-height:none !important;
  overflow:auto !important;
  padding:4px 10px 4px 4px !important;
  display:grid !important;
  grid-template-columns:repeat(auto-fill,minmax(180px,1fr)) !important;
  grid-auto-rows:auto !important;
  align-content:start !important;
  gap:16px !important;
}
.customer-motif-modal-content .customer-motif-tile{
  width:100%;
  min-width:0;
  height:auto;
  align-self:start;
  display:grid;
  grid-template-rows:auto auto;
  gap:10px;
  overflow:hidden;
}
.customer-motif-thumb-frame{
  width:100%;
  height:170px;
  display:grid;
  place-items:center;
  border-radius:17px;
  overflow:hidden;
  background:rgba(0,0,0,.28);
}
.customer-motif-modal-content .customer-motif-tile img{
  width:100% !important;
  height:100% !important;
  max-height:none !important;
  object-fit:contain !important;
  aspect-ratio:auto !important;
}
.customer-motif-modal-content .customer-motif-tile span:last-child{
  min-height:2.6em;
  overflow:hidden;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}
.customer-motif-preview{
  min-height:0;
  position:sticky;
  top:0;
  align-self:start;
  max-height:calc(88vh - 180px);
  overflow:auto;
  border:1px solid rgba(41,230,255,.24);
  border-radius:24px;
  background:
    radial-gradient(circle at top left,rgba(20,199,255,.12),transparent 34%),
    rgba(255,255,255,.045);
  padding:14px;
  box-shadow:0 20px 60px rgba(0,0,0,.28);
}
.customer-motif-preview[hidden]{display:none !important}
.customer-motif-preview-close{
  position:absolute;
  top:14px;
  right:14px;
  width:38px;
  height:38px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(0,0,0,.35);
  color:#fff;
  font-size:24px;
  font-weight:900;
  z-index:2;
  cursor:pointer;
}
.customer-motif-preview-image{
  min-height:260px;
  max-height:46vh;
  display:grid;
  place-items:center;
  background:rgba(0,0,0,.20);
  border-radius:18px;
  overflow:hidden;
}
.customer-motif-preview-image img{
  width:100%;
  height:100%;
  max-height:46vh;
  object-fit:contain;
}
.customer-motif-preview-info{
  display:grid;
  gap:10px;
  padding:14px 4px 2px;
}
.customer-motif-preview-info h4{
  margin:0;
  font-size:22px;
}
.customer-motif-preview-info p{
  margin:0;
  color:var(--muted);
  font-size:14px;
}
.customer-motif-preview-info .btn{
  margin-top:4px;
  width:100%;
  justify-content:center;
}
@media(max-width:980px){
  .customer-motif-modal-content{
    grid-template-columns:1fr;
    overflow:auto;
  }
  .customer-motif-modal-content .customer-motif-modal-grid{
    overflow:visible !important;
    grid-template-columns:repeat(auto-fill,minmax(145px,1fr)) !important;
    padding:0 !important;
  }
  .customer-motif-preview{
    position:relative;
    max-height:none;
    order:-1;
  }
}
@media(max-width:560px){
  .customer-motif-modal-content{
    padding:12px;
  }
  .customer-motif-modal-content .customer-motif-modal-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
  }
  .customer-motif-thumb-frame{
    height:130px;
  }
  .customer-motif-preview-image{
    min-height:220px;
  }
}



/* v83: stabiles Galerie-Raster ohne Überlagerungen */
.customer-motif-modal-content{
  min-height:0 !important;
  overflow:hidden !important;
}
.customer-motif-modal-content .customer-motif-modal-grid{
  display:grid !important;
  grid-template-columns:repeat(auto-fill,minmax(170px,1fr)) !important;
  grid-auto-flow:row !important;
  grid-auto-rows:245px !important;
  align-items:stretch !important;
  align-content:start !important;
  gap:16px !important;
  overflow-y:auto !important;
  overflow-x:hidden !important;
}
.customer-motif-modal-content .customer-motif-tile{
  position:relative !important;
  width:100% !important;
  height:245px !important;
  min-height:245px !important;
  max-height:245px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:stretch !important;
  justify-content:flex-start !important;
  gap:10px !important;
  padding:10px !important;
  overflow:hidden !important;
  contain:layout paint !important;
}
.customer-motif-modal-content .customer-motif-tile,
.customer-motif-modal-content .customer-motif-tile *{
  box-sizing:border-box !important;
}
.customer-motif-modal-content .customer-motif-thumb-frame{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  height:180px !important;
  min-height:180px !important;
  max-height:180px !important;
  flex:0 0 180px !important;
  overflow:hidden !important;
  border-radius:17px !important;
  background:rgba(0,0,0,.28) !important;
}
.customer-motif-modal-content .customer-motif-thumb-frame img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  max-width:100% !important;
  max-height:100% !important;
  object-fit:contain !important;
  aspect-ratio:auto !important;
  position:static !important;
  transform:none !important;
}
.customer-motif-modal-content .customer-motif-tile > span:last-child{
  display:block !important;
  flex:1 1 auto !important;
  min-height:0 !important;
  max-height:42px !important;
  overflow:hidden !important;
  line-height:1.25 !important;
  font-size:14px !important;
  color:#f7fbff !important;
  word-break:break-word !important;
}
@media(max-width:980px){
  .customer-motif-modal-content .customer-motif-modal-grid{
    grid-template-columns:repeat(auto-fill,minmax(145px,1fr)) !important;
    grid-auto-rows:220px !important;
  }
  .customer-motif-modal-content .customer-motif-tile{
    height:220px !important;
    min-height:220px !important;
    max-height:220px !important;
  }
  .customer-motif-modal-content .customer-motif-thumb-frame{
    height:155px !important;
    min-height:155px !important;
    max-height:155px !important;
    flex-basis:155px !important;
  }
}
@media(max-width:560px){
  .customer-motif-modal-content .customer-motif-modal-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    grid-auto-rows:195px !important;
  }
  .customer-motif-modal-content .customer-motif-tile{
    height:195px !important;
    min-height:195px !important;
    max-height:195px !important;
    padding:8px !important;
  }
  .customer-motif-modal-content .customer-motif-thumb-frame{
    height:135px !important;
    min-height:135px !important;
    max-height:135px !important;
    flex-basis:135px !important;
  }
}




/* v84: mobile Motiv-Vorschau mit deckendem Hintergrund */
.customer-motif-preview{
  position:relative !important;
  isolation:isolate !important;
  overflow:hidden !important;
  background:linear-gradient(180deg, rgba(15,24,52,.98), rgba(9,14,34,.98)) !important;
  border:1px solid rgba(61, 230, 255, .22) !important;
}
.customer-motif-preview::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:
    radial-gradient(circle at top right, rgba(183, 81, 255, .14), transparent 30%),
    radial-gradient(circle at top left, rgba(41, 230, 255, .12), transparent 28%),
    linear-gradient(180deg, rgba(14,21,45,.98), rgba(8,12,30,.98)) !important;
  z-index:0 !important;
  pointer-events:none !important;
}
.customer-motif-preview > *{
  position:relative !important;
  z-index:1 !important;
}
.customer-motif-preview-image{
  background:rgba(6,10,24,.92) !important;
  border:1px solid rgba(255,255,255,.08) !important;
}
.customer-motif-preview-info{
  background:rgba(7,12,28,.94) !important;
  border:1px solid rgba(255,255,255,.08) !important;
  border-radius:18px !important;
  padding:16px !important;
  box-shadow:0 10px 28px rgba(0,0,0,.20) !important;
}
.customer-motif-preview-info h4,
.customer-motif-preview-info p{
  position:relative !important;
  z-index:1 !important;
}
.customer-motif-preview-info .btn{
  position:relative !important;
  z-index:1 !important;
  margin-top:8px !important;
}
.customer-motif-preview-close{
  background:rgba(7,12,28,.9) !important;
  box-shadow:0 6px 18px rgba(0,0,0,.22) !important;
}

@media(max-width:980px){
  .customer-motif-modal-content{
    gap:14px !important;
  }
  .customer-motif-preview{
    order:-1 !important;
    margin-bottom:6px !important;
  }
  .customer-motif-preview-image{
    min-height:240px !important;
    max-height:52vh !important;
  }
  .customer-motif-preview-image img{
    max-height:52vh !important;
  }
}

@media(max-width:560px){
  .customer-motif-modal-content{
    padding:12px !important;
    gap:12px !important;
  }
  .customer-motif-preview{
    border-radius:22px !important;
    box-shadow:0 18px 36px rgba(0,0,0,.28) !important;
  }
  .customer-motif-preview-image{
    min-height:250px !important;
    max-height:44vh !important;
    padding:10px !important;
    border-radius:16px !important;
  }
  .customer-motif-preview-image img{
    max-height:42vh !important;
    object-fit:contain !important;
  }
  .customer-motif-preview-info{
    margin-top:12px !important;
    border-radius:16px !important;
    padding:14px !important;
  }
  .customer-motif-preview-info h4{
    font-size:18px !important;
    line-height:1.2 !important;
  }
  .customer-motif-preview-info p{
    font-size:14px !important;
    line-height:1.45 !important;
    color:rgba(230,236,246,.88) !important;
  }
  .customer-motif-preview-info .btn{
    min-height:54px !important;
    font-size:18px !important;
    font-weight:800 !important;
  }
}



/* v85: Mobile Galerie-Vorschau als eigener sauberer Dialog */
@media(max-width:760px){
  .customer-motif-modal{
    padding:0 !important;
    align-items:stretch !important;
    justify-items:stretch !important;
  }

  .customer-motif-modal-panel{
    width:100vw !important;
    height:100dvh !important;
    max-height:100dvh !important;
    border-radius:0 !important;
    display:grid !important;
    grid-template-rows:auto minmax(0,1fr) !important;
    overflow:hidden !important;
  }

  .customer-motif-modal-head{
    padding:22px 72px 18px 20px !important;
    background:linear-gradient(135deg,rgba(18,31,63,.98),rgba(39,22,65,.98)) !important;
  }

  .customer-motif-modal-head h3{
    font-size:clamp(34px,10vw,52px) !important;
    line-height:1.08 !important;
    word-break:normal !important;
    overflow-wrap:anywhere !important;
  }

  .customer-motif-modal-head p{
    font-size:18px !important;
    line-height:1.45 !important;
  }

  .customer-motif-modal-close{
    top:18px !important;
    right:18px !important;
    width:54px !important;
    height:54px !important;
    z-index:30 !important;
  }

  .customer-motif-modal-content{
    min-height:0 !important;
    overflow:auto !important;
    display:block !important;
    padding:14px !important;
    background:rgba(5,8,20,.98) !important;
  }

  .customer-motif-modal-content .customer-motif-modal-grid{
    overflow:visible !important;
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px !important;
    padding:0 0 24px !important;
    max-height:none !important;
  }

  .customer-motif-modal-content .customer-motif-tile{
    height:210px !important;
    min-height:210px !important;
    max-height:210px !important;
    border-radius:18px !important;
    background:rgba(255,255,255,.055) !important;
  }

  .customer-motif-modal-content .customer-motif-thumb-frame{
    height:148px !important;
    min-height:148px !important;
    max-height:148px !important;
    flex-basis:148px !important;
  }

  .customer-motif-preview{
    position:fixed !important;
    inset:0 !important;
    z-index:2147483200 !important;
    width:100vw !important;
    height:100dvh !important;
    max-height:none !important;
    margin:0 !important;
    padding:18px !important;
    border-radius:0 !important;
    border:0 !important;
    overflow:auto !important;
    display:grid !important;
    grid-template-rows:auto minmax(0,1fr) auto !important;
    gap:14px !important;
    background:
      radial-gradient(circle at top left,rgba(41,230,255,.16),transparent 32%),
      radial-gradient(circle at top right,rgba(230,54,255,.14),transparent 32%),
      linear-gradient(180deg,rgba(7,12,28,.99),rgba(3,6,16,.99)) !important;
    box-shadow:none !important;
  }

  .customer-motif-preview[hidden]{
    display:none !important;
  }

  .customer-motif-preview::before{
    display:none !important;
  }

  .customer-motif-preview-close{
    position:fixed !important;
    top:calc(env(safe-area-inset-top,0px) + 14px) !important;
    right:calc(env(safe-area-inset-right,0px) + 14px) !important;
    width:54px !important;
    height:54px !important;
    z-index:2147483300 !important;
    background:rgba(10,14,30,.96) !important;
    border:1px solid rgba(255,255,255,.22) !important;
  }

  .customer-motif-preview-image{
    min-height:0 !important;
    height:auto !important;
    max-height:none !important;
    margin-top:60px !important;
    padding:14px !important;
    border-radius:24px !important;
    background:rgba(5,8,20,.96) !important;
    display:grid !important;
    place-items:center !important;
  }

  .customer-motif-preview-image img{
    width:100% !important;
    height:auto !important;
    max-width:100% !important;
    max-height:58dvh !important;
    object-fit:contain !important;
    border-radius:16px !important;
  }

  .customer-motif-preview-info{
    margin:0 !important;
    padding:18px !important;
    border-radius:24px !important;
    background:rgba(11,17,36,.98) !important;
    border:1px solid rgba(255,255,255,.12) !important;
    box-shadow:0 18px 50px rgba(0,0,0,.36) !important;
  }

  .customer-motif-preview-info h4{
    font-size:24px !important;
    line-height:1.18 !important;
    color:#fff !important;
  }

  .customer-motif-preview-info p{
    font-size:16px !important;
    line-height:1.45 !important;
    color:rgba(224,231,245,.86) !important;
  }

  .customer-motif-preview-info .btn{
    width:100% !important;
    min-height:58px !important;
    border-radius:18px !important;
    font-size:18px !important;
    color:#fff !important;
  }
}

/* v85: Warenkorb-Schließen-Button mobil vollständig sichtbar */
@media(max-width:760px){
  .cart-drawer,
  .cart-panel,
  [data-cart-drawer],
  [data-cart-panel]{
    max-width:100vw !important;
  }

  .cart-close,
  [data-cart-close],
  .cart-drawer-close,
  .cart-panel-close{
    position:absolute !important;
    top:calc(env(safe-area-inset-top,0px) + 14px) !important;
    right:calc(env(safe-area-inset-right,0px) + 14px) !important;
    left:auto !important;
    width:52px !important;
    height:52px !important;
    min-width:52px !important;
    min-height:52px !important;
    border-radius:18px !important;
    z-index:50 !important;
    transform:none !important;
  }
}



/* v86: Warenkorb-Schließen-Button mobil wieder sichtbar */
@media(max-width:760px){
  .cart-drawer{
    width:100vw !important;
    max-width:100vw !important;
    right:0 !important;
  }

  .cart-drawer .cart-close,
  .cart-drawer [data-cart-close],
  .cart-panel .cart-close,
  .cart-panel [data-cart-close]{
    position:fixed !important;
    top:calc(env(safe-area-inset-top,0px) + 18px) !important;
    right:calc(env(safe-area-inset-right,0px) + 18px) !important;
    left:auto !important;
    width:56px !important;
    height:56px !important;
    min-width:56px !important;
    min-height:56px !important;
    border-radius:18px !important;
    z-index:2147483100 !important;
    transform:none !important;
    display:grid !important;
    place-items:center !important;
    opacity:1 !important;
    visibility:visible !important;
    color:#fff !important;
    background:rgba(18,24,44,.96) !important;
    border:1px solid rgba(255,255,255,.20) !important;
    box-shadow:0 12px 30px rgba(0,0,0,.35) !important;
  }
}

/* v86: Desktop-Vorschau mit sichtbarem Auswahlbutton */
@media(min-width:761px){
  .customer-motif-preview{
    display:flex !important;
    flex-direction:column !important;
    min-height:0 !important;
    max-height:calc(88vh - 160px) !important;
    overflow:hidden !important;
  }

  .customer-motif-preview-image{
    flex:1 1 auto !important;
    min-height:260px !important;
    max-height:calc(88vh - 340px) !important;
    overflow:hidden !important;
  }

  .customer-motif-preview-image img{
    max-height:calc(88vh - 360px) !important;
    width:100% !important;
    height:100% !important;
    object-fit:contain !important;
  }

  .customer-motif-preview-info{
    flex:0 0 auto !important;
    margin-top:12px !important;
    max-height:190px !important;
    overflow:auto !important;
    padding:16px !important;
    background:rgba(7,12,28,.96) !important;
    border:1px solid rgba(255,255,255,.10) !important;
    border-radius:18px !important;
  }

  .customer-motif-preview-info .btn{
    position:sticky !important;
    bottom:0 !important;
    margin-top:12px !important;
    width:100% !important;
    min-height:54px !important;
    z-index:3 !important;
    box-shadow:0 -8px 20px rgba(7,12,28,.55) !important;
  }
}



/* v86b: exakter Warenkorb-Schließen-Button */
@media(max-width:760px){
  .cart-drawer .cart-head{
    position:relative !important;
    padding-right:78px !important;
  }
  .cart-drawer .cart-head .icon-btn[data-cart-close]{
    position:fixed !important;
    top:calc(env(safe-area-inset-top,0px) + 18px) !important;
    right:calc(env(safe-area-inset-right,0px) + 18px) !important;
    display:grid !important;
    place-items:center !important;
    width:56px !important;
    height:56px !important;
    min-width:56px !important;
    min-height:56px !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    z-index:2147483400 !important;
    color:#fff !important;
    font-size:30px !important;
    line-height:1 !important;
    background:rgba(20,24,44,.98) !important;
    border:1px solid rgba(255,255,255,.22) !important;
    box-shadow:0 12px 30px rgba(0,0,0,.38) !important;
  }
}



/* v87: Große Galerie-Vorschau Bild vollständig sichtbar */
@media(min-width:761px){
  .customer-motif-preview{
    padding:16px !important;
    overflow:hidden !important;
  }

  .customer-motif-preview-image{
    width:100% !important;
    min-height:220px !important;
    max-height:calc(88vh - 350px) !important;
    padding:16px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    overflow:hidden !important;
    background:rgba(5,8,20,.96) !important;
    border-radius:20px !important;
  }

  .customer-motif-preview-image img{
    display:block !important;
    width:auto !important;
    height:auto !important;
    max-width:100% !important;
    max-height:100% !important;
    object-fit:contain !important;
    object-position:center center !important;
    border-radius:14px !important;
  }

  .customer-motif-preview-info{
    overflow:visible !important;
    max-height:none !important;
  }
}

/* v87: Warenkorb mobil sauber unter Header und Schließen-Button sichtbar */
@media(max-width:760px){
  .cart-drawer{
    position:fixed !important;
    inset:0 !important;
    width:100vw !important;
    height:100dvh !important;
    max-width:100vw !important;
    max-height:100dvh !important;
    z-index:2147482000 !important;
    overflow:hidden !important;
  }

  .cart-panel{
    position:absolute !important;
    inset:0 !important;
    width:100vw !important;
    height:100dvh !important;
    max-width:100vw !important;
    max-height:100dvh !important;
    padding-top:calc(env(safe-area-inset-top,0px) + 18px) !important;
    overflow:auto !important;
    border-radius:0 !important;
  }

  .cart-drawer .cart-head{
    position:sticky !important;
    top:0 !important;
    z-index:2147483000 !important;
    padding:18px 88px 18px 20px !important;
    margin:0 !important;
    background:rgba(8,12,27,.98) !important;
    border-bottom:1px solid rgba(255,255,255,.12) !important;
  }

  .cart-drawer .cart-head .icon-btn[data-cart-close]{
    position:absolute !important;
    top:50% !important;
    right:18px !important;
    left:auto !important;
    transform:translateY(-50%) !important;
    display:grid !important;
    place-items:center !important;
    width:56px !important;
    height:56px !important;
    min-width:56px !important;
    min-height:56px !important;
    border-radius:18px !important;
    z-index:2147483500 !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    color:#fff !important;
    font-size:34px !important;
    line-height:1 !important;
    background:rgba(20,24,44,.98) !important;
    border:1px solid rgba(255,255,255,.24) !important;
    box-shadow:0 12px 30px rgba(0,0,0,.42) !important;
  }

  .cart-drawer .cart-items,
  .cart-drawer .cart-empty,
  .cart-drawer .cart-footer{
    padding-left:20px !important;
    padding-right:20px !important;
  }
}



/* v88: Desktop-Motivvorschau wie mobile Technik – Bild vollständig sichtbar */
@media(min-width:761px){
  .customer-motif-preview{
    display:grid !important;
    grid-template-rows:minmax(0,1fr) auto !important;
    gap:14px !important;
    padding:16px !important;
    max-height:calc(88vh - 150px) !important;
    overflow:hidden !important;
  }

  .customer-motif-preview-image{
    min-height:0 !important;
    height:auto !important;
    max-height:none !important;
    padding:14px !important;
    border-radius:24px !important;
    background:rgba(5,8,20,.96) !important;
    display:grid !important;
    place-items:center !important;
    overflow:hidden !important;
  }

  .customer-motif-preview-image img{
    display:block !important;
    width:100% !important;
    height:auto !important;
    max-width:100% !important;
    max-height:50vh !important;
    object-fit:contain !important;
    object-position:center center !important;
    border-radius:16px !important;
  }

  .customer-motif-preview-info{
    margin:0 !important;
    padding:18px !important;
    border-radius:22px !important;
    background:rgba(11,17,36,.98) !important;
    border:1px solid rgba(255,255,255,.10) !important;
    box-shadow:0 18px 40px rgba(0,0,0,.28) !important;
    overflow:auto !important;
    max-height:250px !important;
  }

  .customer-motif-preview-info .btn{
    width:100% !important;
    min-height:56px !important;
    position:sticky !important;
    bottom:0 !important;
    margin-top:14px !important;
    z-index:3 !important;
    box-shadow:0 -8px 20px rgba(7,12,28,.55) !important;
  }
}


/* v89: Desktop-Galerie-Vorschau final stabilisiert */
@media(min-width:761px){
  .customer-motif-modal-panel{
    overflow:hidden !important;
  }

  .customer-motif-modal-content{
    grid-template-columns:minmax(0,1fr) minmax(390px,35%) !important;
    min-height:0 !important;
    overflow:hidden !important;
  }

  .customer-motif-preview{
    position:relative !important;
    display:grid !important;
    grid-template-rows:minmax(300px,1fr) auto !important;
    gap:14px !important;
    align-self:stretch !important;
    width:100% !important;
    height:100% !important;
    max-height:calc(88vh - 170px) !important;
    min-height:0 !important;
    padding:18px !important;
    overflow:hidden !important;
    border-radius:28px !important;
    background:
      radial-gradient(circle at top left,rgba(41,230,255,.14),transparent 28%),
      radial-gradient(circle at top right,rgba(230,54,255,.12),transparent 30%),
      linear-gradient(180deg,rgba(12,20,44,.98),rgba(7,11,28,.98)) !important;
    border:1px solid rgba(41,230,255,.24) !important;
  }

  .customer-motif-preview[hidden]{
    display:none !important;
  }

  .customer-motif-preview::before{
    display:none !important;
  }

  .customer-motif-preview-close{
    position:absolute !important;
    top:22px !important;
    right:22px !important;
    left:auto !important;
    width:48px !important;
    height:48px !important;
    min-width:48px !important;
    min-height:48px !important;
    display:grid !important;
    place-items:center !important;
    border-radius:999px !important;
    z-index:20 !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    color:#fff !important;
    font-size:30px !important;
    line-height:1 !important;
    background:rgba(5,8,20,.88) !important;
    border:1px solid rgba(255,255,255,.22) !important;
    box-shadow:0 12px 28px rgba(0,0,0,.38) !important;
    transform:none !important;
  }

  .customer-motif-preview-image{
    width:100% !important;
    height:100% !important;
    min-height:300px !important;
    max-height:none !important;
    padding:22px !important;
    display:grid !important;
    place-items:center !important;
    overflow:hidden !important;
    border-radius:24px !important;
    background:rgba(4,7,18,.96) !important;
    border:1px solid rgba(255,255,255,.08) !important;
  }

  .customer-motif-preview-image img{
    display:block !important;
    width:100% !important;
    height:100% !important;
    max-width:100% !important;
    max-height:100% !important;
    object-fit:contain !important;
    object-position:center center !important;
    aspect-ratio:auto !important;
    border-radius:16px !important;
    transform:none !important;
  }

  .customer-motif-preview-info{
    flex:none !important;
    display:grid !important;
    gap:10px !important;
    margin:0 !important;
    padding:18px !important;
    max-height:230px !important;
    overflow:auto !important;
    border-radius:22px !important;
    background:rgba(8,13,31,.98) !important;
    border:1px solid rgba(255,255,255,.10) !important;
    box-shadow:0 16px 38px rgba(0,0,0,.25) !important;
  }

  .customer-motif-preview-info h4{
    margin:0 !important;
    font-size:24px !important;
    line-height:1.2 !important;
    color:#fff !important;
  }

  .customer-motif-preview-info p{
    margin:0 !important;
    color:rgba(224,231,245,.86) !important;
  }

  .customer-motif-preview-info .btn{
    position:sticky !important;
    bottom:0 !important;
    width:100% !important;
    min-height:56px !important;
    margin-top:10px !important;
    z-index:3 !important;
    box-shadow:0 -8px 22px rgba(8,13,31,.62) !important;
  }
}

@media(min-width:761px) and (max-height:760px){
  .customer-motif-preview{
    grid-template-rows:minmax(230px,1fr) auto !important;
  }

  .customer-motif-preview-image{
    min-height:230px !important;
    padding:16px !important;
  }

  .customer-motif-preview-info{
    max-height:190px !important;
  }
}



/* v90: Desktop-Galerievorschau wie Mobile-Variante + mobiler Warenkorb-X final */
@media (min-width: 761px){
  .customer-motif-modal-content{
    grid-template-columns:minmax(0,1fr) minmax(470px,520px) !important;
    align-items:stretch !important;
    gap:20px !important;
    min-height:0 !important;
    overflow:hidden !important;
  }

  .customer-motif-preview{
    position:relative !important;
    display:flex !important;
    flex-direction:column !important;
    align-self:stretch !important;
    width:100% !important;
    height:100% !important;
    min-height:0 !important;
    max-height:calc(88vh - 150px) !important;
    overflow:hidden !important;
    padding:18px !important;
    border-radius:26px !important;
    background:linear-gradient(180deg, rgba(13,21,46,.985), rgba(7,11,28,.985)) !important;
    border:1px solid rgba(41,230,255,.24) !important;
    box-shadow:0 18px 40px rgba(0,0,0,.30) !important;
    isolation:isolate !important;
  }

  .customer-motif-preview[hidden]{
    display:none !important;
  }

  .customer-motif-preview-close{
    position:absolute !important;
    top:18px !important;
    right:18px !important;
    left:auto !important;
    width:52px !important;
    height:52px !important;
    min-width:52px !important;
    min-height:52px !important;
    display:grid !important;
    place-items:center !important;
    border-radius:999px !important;
    z-index:30 !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    color:#fff !important;
    font-size:31px !important;
    line-height:1 !important;
    background:rgba(6,10,22,.92) !important;
    border:1px solid rgba(255,255,255,.18) !important;
    box-shadow:0 12px 24px rgba(0,0,0,.34) !important;
    transform:none !important;
  }

  .customer-motif-preview-image{
    flex:1 1 auto !important;
    min-height:0 !important;
    height:auto !important;
    max-height:none !important;
    padding:18px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    overflow:hidden !important;
    border-radius:24px !important;
    background:rgba(4,8,20,.98) !important;
    border:1px solid rgba(255,255,255,.08) !important;
    box-shadow:none !important;
  }

  .customer-motif-preview-image img{
    display:block !important;
    width:auto !important;
    height:auto !important;
    max-width:100% !important;
    max-height:100% !important;
    object-fit:contain !important;
    object-position:center center !important;
    aspect-ratio:auto !important;
    border-radius:16px !important;
    margin:0 auto !important;
  }

  .customer-motif-preview-info{
    flex:0 0 auto !important;
    display:flex !important;
    flex-direction:column !important;
    gap:12px !important;
    margin-top:14px !important;
    padding:20px !important;
    max-height:none !important;
    overflow:visible !important;
    border-radius:22px !important;
    background:rgba(8,13,31,.99) !important;
    border:1px solid rgba(255,255,255,.10) !important;
    box-shadow:0 18px 34px rgba(0,0,0,.24) !important;
  }

  .customer-motif-preview-info h4{
    margin:0 !important;
    font-size:22px !important;
    line-height:1.2 !important;
    color:#fff !important;
  }

  .customer-motif-preview-info p{
    margin:0 !important;
    color:rgba(224,231,245,.88) !important;
    font-size:15px !important;
    line-height:1.45 !important;
  }

  .customer-motif-preview-info .btn{
    position:relative !important;
    bottom:auto !important;
    width:100% !important;
    min-height:58px !important;
    margin-top:4px !important;
    justify-content:center !important;
    box-shadow:none !important;
  }
}

@media (min-width: 761px) and (max-height: 860px){
  .customer-motif-preview{
    max-height:calc(92vh - 120px) !important;
  }
  .customer-motif-preview-info{
    padding:16px !important;
    gap:10px !important;
  }
}

@media (max-width: 760px){
  .cart-drawer{
    z-index:2147482000 !important;
  }
  .cart-panel{
    padding-top:calc(env(safe-area-inset-top, 0px) + 80px) !important;
  }
  .cart-drawer .cart-head{
    position:sticky !important;
    top:0 !important;
    min-height:72px !important;
    padding:18px 92px 18px 20px !important;
    overflow:visible !important;
  }
  .cart-drawer .cart-head .icon-btn[data-cart-close]{
    position:fixed !important;
    top:calc(env(safe-area-inset-top, 0px) + 14px) !important;
    right:calc(env(safe-area-inset-right, 0px) + 14px) !important;
    left:auto !important;
    transform:none !important;
    width:56px !important;
    height:56px !important;
    min-width:56px !important;
    min-height:56px !important;
    display:grid !important;
    place-items:center !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    z-index:2147483600 !important;
    border-radius:18px !important;
    color:#fff !important;
    font-size:34px !important;
    line-height:1 !important;
    background:rgba(20,24,44,.98) !important;
    border:1px solid rgba(255,255,255,.24) !important;
    box-shadow:0 12px 30px rgba(0,0,0,.42) !important;
  }
}


/* v91: Desktop-Galerie wie mobil – Vollflächen-Overlay für die Vorschau */
@media (min-width: 761px){
  .customer-motif-modal-panel{
    overflow:hidden !important;
  }

  .customer-motif-modal-content{
    position:relative !important;
    display:block !important;
    min-height:560px !important;
    max-height:calc(90vh - 210px) !important;
    overflow:hidden !important;
    padding:0 !important;
  }

  .customer-motif-modal-content .customer-motif-modal-grid{
    position:relative !important;
    z-index:1 !important;
    display:grid !important;
    grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
    gap:20px !important;
    height:100% !important;
    max-height:100% !important;
    overflow:auto !important;
    padding:28px !important;
    align-content:start !important;
  }

  .customer-motif-preview{
    position:absolute !important;
    inset:0 !important;
    z-index:20 !important;
    display:flex !important;
    flex-direction:column !important;
    gap:18px !important;
    padding:28px !important;
    overflow:auto !important;
    background:linear-gradient(180deg, rgba(12,19,43,.985), rgba(7,10,28,.992)) !important;
    border-top:1px solid rgba(255,255,255,.08) !important;
    border-radius:0 0 30px 30px !important;
    isolation:isolate !important;
  }

  .customer-motif-preview[hidden]{
    display:none !important;
  }

  .customer-motif-preview::before{
    content:'' !important;
    position:absolute !important;
    inset:0 !important;
    background:rgba(5,9,22,.22) !important;
    pointer-events:none !important;
  }

  .customer-motif-preview > *{
    position:relative !important;
    z-index:1 !important;
  }

  .customer-motif-preview-close{
    position:absolute !important;
    top:26px !important;
    right:26px !important;
    left:auto !important;
    width:56px !important;
    height:56px !important;
    min-width:56px !important;
    min-height:56px !important;
    display:grid !important;
    place-items:center !important;
    border-radius:999px !important;
    z-index:30 !important;
    color:#fff !important;
    font-size:34px !important;
    line-height:1 !important;
    background:rgba(8,12,25,.96) !important;
    border:1px solid rgba(255,255,255,.16) !important;
    box-shadow:0 14px 30px rgba(0,0,0,.34) !important;
    opacity:1 !important;
    visibility:visible !important;
  }

  .customer-motif-preview-image{
    width:min(100%, 860px) !important;
    max-width:860px !important;
    min-height:360px !important;
    flex:0 0 auto !important;
    margin:0 auto !important;
    padding:22px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    background:rgba(5,8,19,.985) !important;
    border:1px solid rgba(255,255,255,.08) !important;
    border-radius:28px !important;
    overflow:hidden !important;
    box-shadow:0 20px 40px rgba(0,0,0,.28) !important;
  }

  .customer-motif-preview-image img{
    display:block !important;
    width:auto !important;
    height:auto !important;
    max-width:100% !important;
    max-height:62vh !important;
    object-fit:contain !important;
    object-position:center center !important;
    border-radius:18px !important;
    margin:0 auto !important;
    background:transparent !important;
    aspect-ratio:auto !important;
  }

  .customer-motif-preview-info{
    width:min(100%, 860px) !important;
    max-width:860px !important;
    margin:0 auto !important;
    padding:24px !important;
    display:flex !important;
    flex-direction:column !important;
    gap:14px !important;
    background:rgba(7,11,28,.99) !important;
    border:1px solid rgba(255,255,255,.09) !important;
    border-radius:26px !important;
    box-shadow:0 20px 36px rgba(0,0,0,.24) !important;
    overflow:visible !important;
  }

  .customer-motif-preview-info h4{
    margin:0 !important;
    font-size:28px !important;
    line-height:1.15 !important;
    color:#fff !important;
  }

  .customer-motif-preview-info p{
    margin:0 !important;
    font-size:17px !important;
    line-height:1.5 !important;
    color:rgba(228,235,245,.88) !important;
  }

  .customer-motif-preview-info .btn{
    width:100% !important;
    min-height:62px !important;
    margin-top:4px !important;
    font-size:17px !important;
    justify-content:center !important;
  }
}

@media (min-width: 761px) and (max-width: 1180px){
  .customer-motif-modal-content .customer-motif-modal-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  }
  .customer-motif-preview-image,
  .customer-motif-preview-info{
    width:min(100%, 740px) !important;
    max-width:740px !important;
  }
}


/* v93: Gutscheinbox im Checkout */
.coupon-box{
  margin:18px 0;
  padding:16px;
  border:1px solid rgba(41,230,255,.18);
  border-radius:20px;
  background:rgba(41,230,255,.045);
}
.coupon-box label{
  display:block;
  font-weight:900;
  margin-bottom:8px;
}
.coupon-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto auto;
  gap:10px;
  align-items:center;
}
.coupon-row input{
  width:100%;
  min-height:48px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(0,0,0,.22);
  color:#fff;
  padding:0 14px;
  font-weight:800;
  text-transform:uppercase;
}
.coupon-apply-btn{
  min-height:48px;
  border-radius:14px;
}
.coupon-remove-btn{
  min-height:48px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:14px;
  background:rgba(255,255,255,.06);
  color:#fff;
  font-weight:900;
  padding:0 14px;
  cursor:pointer;
}
.coupon-message{
  min-height:22px;
  margin-top:9px;
  color:#b9ffe9;
  font-weight:800;
}
.coupon-box small{
  display:block;
  color:var(--muted);
}
.checkout-discount strong{
  color:#b9ffe9;
}
@media(max-width:640px){
  .coupon-row{grid-template-columns:1fr}
  .coupon-apply-btn,.coupon-remove-btn{width:100%;justify-content:center}
}



/* v94: Desktop-Galerievorschau – Auswahlbutton immer sichtbar */
@media (min-width: 761px){
  .customer-motif-modal-panel{
    display:grid !important;
    grid-template-rows:auto minmax(0,1fr) !important;
    max-height:90vh !important;
    overflow:hidden !important;
  }

  .customer-motif-modal-content{
    position:relative !important;
    display:block !important;
    min-height:0 !important;
    height:100% !important;
    max-height:none !important;
    overflow:hidden !important;
    padding:0 !important;
  }

  .customer-motif-preview{
    position:absolute !important;
    inset:0 !important;
    z-index:40 !important;
    height:100% !important;
    max-height:none !important;
    min-height:0 !important;
    overflow:hidden !important;
    display:grid !important;
    grid-template-rows:minmax(0,1fr) auto !important;
    gap:18px !important;
    padding:28px !important;
    border-radius:0 0 30px 30px !important;
    background:
      radial-gradient(circle at top left,rgba(41,230,255,.14),transparent 30%),
      radial-gradient(circle at top right,rgba(230,54,255,.12),transparent 32%),
      linear-gradient(180deg,rgba(8,13,31,.99),rgba(4,7,18,.995)) !important;
    border-top:1px solid rgba(255,255,255,.08) !important;
  }

  .customer-motif-preview[hidden]{
    display:none !important;
  }

  .customer-motif-preview-close{
    position:absolute !important;
    top:24px !important;
    right:24px !important;
    left:auto !important;
    width:56px !important;
    height:56px !important;
    min-width:56px !important;
    min-height:56px !important;
    display:grid !important;
    place-items:center !important;
    z-index:80 !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    border-radius:999px !important;
    color:#fff !important;
    font-size:34px !important;
    line-height:1 !important;
    transform:none !important;
    background:rgba(8,12,25,.96) !important;
    border:1px solid rgba(255,255,255,.18) !important;
    box-shadow:0 14px 30px rgba(0,0,0,.34) !important;
  }

  .customer-motif-preview-image{
    min-height:0 !important;
    width:min(100%, 940px) !important;
    max-width:940px !important;
    height:100% !important;
    max-height:none !important;
    margin:0 auto !important;
    padding:22px !important;
    display:grid !important;
    place-items:center !important;
    overflow:hidden !important;
    border-radius:28px !important;
    background:rgba(5,8,19,.985) !important;
    border:1px solid rgba(255,255,255,.08) !important;
    box-shadow:0 20px 40px rgba(0,0,0,.28) !important;
  }

  .customer-motif-preview-image img{
    display:block !important;
    width:100% !important;
    height:100% !important;
    max-width:100% !important;
    max-height:100% !important;
    object-fit:contain !important;
    object-position:center center !important;
    aspect-ratio:auto !important;
    border-radius:18px !important;
    margin:0 auto !important;
    transform:none !important;
  }

  .customer-motif-preview-info{
    width:min(100%, 940px) !important;
    max-width:940px !important;
    flex:none !important;
    display:grid !important;
    grid-template-columns:minmax(0,1fr) minmax(260px,360px) !important;
    gap:18px !important;
    align-items:center !important;
    margin:0 auto !important;
    padding:22px !important;
    max-height:none !important;
    overflow:visible !important;
    border-radius:26px !important;
    background:rgba(7,11,28,.99) !important;
    border:1px solid rgba(255,255,255,.10) !important;
    box-shadow:0 20px 36px rgba(0,0,0,.24) !important;
  }

  .customer-motif-preview-info h4{
    margin:0 0 8px 0 !important;
    font-size:28px !important;
    line-height:1.15 !important;
    color:#fff !important;
  }

  .customer-motif-preview-info p{
    margin:0 !important;
    font-size:16px !important;
    line-height:1.45 !important;
    color:rgba(228,235,245,.88) !important;
  }

  .customer-motif-preview-info .btn{
    position:relative !important;
    bottom:auto !important;
    width:100% !important;
    min-height:62px !important;
    margin:0 !important;
    justify-content:center !important;
    font-size:17px !important;
    box-shadow:none !important;
  }
}

@media (min-width: 761px) and (max-width: 1080px){
  .customer-motif-preview-info{
    grid-template-columns:1fr !important;
  }
}

@media (min-width: 761px) and (max-height: 760px){
  .customer-motif-preview{
    padding:20px !important;
    gap:12px !important;
  }

  .customer-motif-preview-info{
    padding:16px !important;
  }

  .customer-motif-preview-info h4{
    font-size:22px !important;
  }

  .customer-motif-preview-info p{
    font-size:14px !important;
  }

  .customer-motif-preview-info .btn{
    min-height:54px !important;
  }
}



/* v95: Desktop-Galerie-Großansicht zweispaltig */
@media (min-width: 761px){
  .customer-motif-preview{
    position:absolute !important;
    inset:0 !important;
    z-index:40 !important;
    display:grid !important;
    grid-template-columns:minmax(0,1fr) minmax(340px,420px) !important;
    grid-template-rows:1fr !important;
    gap:26px !important;
    align-items:stretch !important;
    height:100% !important;
    max-height:none !important;
    min-height:0 !important;
    overflow:hidden !important;
    padding:28px !important;
    border-radius:0 0 30px 30px !important;
    background:
      radial-gradient(circle at top left,rgba(41,230,255,.14),transparent 30%),
      radial-gradient(circle at top right,rgba(230,54,255,.12),transparent 32%),
      linear-gradient(180deg,rgba(8,13,31,.99),rgba(4,7,18,.995)) !important;
    border-top:1px solid rgba(255,255,255,.08) !important;
  }

  .customer-motif-preview[hidden]{
    display:none !important;
  }

  .customer-motif-preview-image{
    width:100% !important;
    max-width:none !important;
    height:100% !important;
    min-height:0 !important;
    max-height:none !important;
    margin:0 !important;
    padding:24px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    overflow:hidden !important;
    border-radius:28px !important;
    background:rgba(5,8,19,.985) !important;
    border:1px solid rgba(255,255,255,.08) !important;
    box-shadow:0 20px 40px rgba(0,0,0,.28) !important;
  }

  .customer-motif-preview-image img{
    display:block !important;
    width:auto !important;
    height:auto !important;
    max-width:100% !important;
    max-height:100% !important;
    object-fit:contain !important;
    object-position:center center !important;
    aspect-ratio:auto !important;
    border-radius:18px !important;
    margin:0 auto !important;
    transform:none !important;
  }

  .customer-motif-preview-info{
    width:100% !important;
    max-width:none !important;
    height:auto !important;
    max-height:none !important;
    align-self:center !important;
    margin:0 !important;
    padding:28px !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    gap:18px !important;
    overflow:visible !important;
    border-radius:28px !important;
    background:rgba(7,11,28,.99) !important;
    border:1px solid rgba(255,255,255,.10) !important;
    box-shadow:0 20px 36px rgba(0,0,0,.24) !important;
  }

  .customer-motif-preview-info h4{
    margin:0 !important;
    font-size:clamp(26px,2.2vw,38px) !important;
    line-height:1.12 !important;
    color:#fff !important;
  }

  .customer-motif-preview-info p{
    margin:0 !important;
    font-size:17px !important;
    line-height:1.5 !important;
    color:rgba(228,235,245,.88) !important;
  }

  .customer-motif-preview-info .btn{
    position:relative !important;
    bottom:auto !important;
    width:100% !important;
    min-height:64px !important;
    margin:8px 0 0 0 !important;
    justify-content:center !important;
    font-size:18px !important;
    box-shadow:none !important;
  }

  .customer-motif-preview-close{
    position:absolute !important;
    top:24px !important;
    right:24px !important;
    left:auto !important;
    width:56px !important;
    height:56px !important;
    min-width:56px !important;
    min-height:56px !important;
    display:grid !important;
    place-items:center !important;
    z-index:80 !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    border-radius:999px !important;
    color:#fff !important;
    font-size:34px !important;
    line-height:1 !important;
    transform:none !important;
    background:rgba(8,12,25,.96) !important;
    border:1px solid rgba(255,255,255,.18) !important;
    box-shadow:0 14px 30px rgba(0,0,0,.34) !important;
  }
}

@media (min-width: 761px) and (max-width: 1080px){
  .customer-motif-preview{
    grid-template-columns:minmax(0,1fr) minmax(300px,360px) !important;
    gap:18px !important;
    padding:22px !important;
  }

  .customer-motif-preview-info{
    padding:22px !important;
  }

  .customer-motif-preview-info p{
    font-size:15px !important;
  }
}

@media (min-width: 761px) and (max-height: 740px){
  .customer-motif-preview{
    padding:18px !important;
    gap:18px !important;
  }

  .customer-motif-preview-image{
    padding:16px !important;
  }

  .customer-motif-preview-info{
    padding:20px !important;
    gap:12px !important;
  }

  .customer-motif-preview-info h4{
    font-size:24px !important;
  }

  .customer-motif-preview-info p{
    font-size:14px !important;
  }

  .customer-motif-preview-info .btn{
    min-height:54px !important;
    font-size:16px !important;
  }
}



/* v97: frei pflegbare Inhaltsblöcke */
.custom-content-block{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(260px,.9fr);
  gap:26px;
  align-items:center;
  border:1px solid rgba(255,255,255,.12);
  border-radius:30px;
  background:
    radial-gradient(circle at top left,rgba(41,230,255,.10),transparent 34%),
    radial-gradient(circle at top right,rgba(255,79,216,.10),transparent 34%),
    rgba(255,255,255,.045);
  padding:clamp(24px,4vw,46px);
  margin-top:28px;
}
.custom-content-block.custom-content-text{
  grid-template-columns:1fr;
}
.custom-content-copy h2{
  margin:.1rem 0 .8rem;
  font-size:clamp(30px,4vw,58px);
  line-height:1.04;
}
.custom-content-copy p{
  max-width:760px;
  color:var(--muted);
}
.custom-content-image{
  border:1px solid rgba(255,255,255,.10);
  border-radius:24px;
  background:rgba(0,0,0,.18);
  overflow:hidden;
}
.custom-content-image img{
  display:block;
  width:100%;
  height:auto;
}
@media(max-width:860px){
  .custom-content-block{grid-template-columns:1fr}
}



/* v99: Kleinserien-Rechner */
.small-series{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,460px);
  gap:28px;
  align-items:center;
  margin-top:28px;
  padding:clamp(24px,4vw,48px);
  border:1px solid rgba(255,255,255,.12);
  border-radius:32px;
  background:
    radial-gradient(circle at top left,rgba(41,230,255,.12),transparent 34%),
    radial-gradient(circle at bottom right,rgba(255,79,216,.12),transparent 34%),
    rgba(255,255,255,.045);
}
.small-series-copy h2{
  margin:.1rem 0 .8rem;
  font-size:clamp(34px,4.4vw,64px);
  line-height:1.03;
}
.small-series-copy p{
  max-width:760px;
  color:var(--muted);
}
.series-discounts{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:20px;
}
.series-discounts span{
  border:1px solid rgba(41,230,255,.22);
  border-radius:999px;
  background:rgba(41,230,255,.075);
  color:#dffbff;
  font-weight:900;
  padding:10px 13px;
}
.small-series-card{
  border:1px solid rgba(255,255,255,.12);
  border-radius:28px;
  background:rgba(4,8,20,.74);
  box-shadow:0 22px 60px rgba(0,0,0,.24);
  padding:22px;
  display:grid;
  gap:12px;
}
.small-series-card label{
  font-weight:900;
  color:#fff;
}
.small-series-card select,
.small-series-card input{
  width:100%;
  min-height:52px;
  border:1px solid rgba(41,230,255,.20);
  border-radius:16px;
  background:rgba(0,0,0,.24);
  color:#fff;
  font-weight:850;
  padding:0 14px;
}
.series-result{
  display:grid;
  gap:10px;
  margin:8px 0;
}
.series-result div{
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding:12px 0;
  border-bottom:1px solid rgba(255,255,255,.09);
}
.series-result span{
  color:var(--muted);
}
.series-result strong{
  color:#fff;
}
.series-result .series-total{
  border-bottom:0;
  border-radius:18px;
  background:linear-gradient(135deg,rgba(30,199,255,.14),rgba(230,54,255,.13));
  padding:16px;
}
.series-result .series-total strong{
  font-size:28px;
}
.small-series-card small{
  color:var(--muted);
  line-height:1.45;
}
@media(max-width:900px){
  .small-series{grid-template-columns:1fr}
}



/* v101: Kleinserien-Anfrage Popup */
.series-modal{
  position:fixed;
  inset:0;
  z-index:4000;
  display:grid;
  place-items:center;
  padding:24px;
  background:rgba(3,6,18,.76);
  backdrop-filter:blur(16px);
}
.series-modal[hidden]{display:none !important}
.series-modal-panel{
  position:relative;
  width:min(920px,100%);
  max-height:92vh;
  overflow:auto;
  border:1px solid rgba(255,255,255,.14);
  border-radius:32px;
  background:
    radial-gradient(circle at top left,rgba(41,230,255,.14),transparent 34%),
    radial-gradient(circle at top right,rgba(255,79,216,.14),transparent 34%),
    rgba(9,13,31,.98);
  box-shadow:0 28px 80px rgba(0,0,0,.42);
  padding:clamp(24px,4vw,44px);
}
.series-modal-close{
  position:absolute;
  top:18px;
  right:18px;
  width:52px;
  height:52px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.08);
  color:#fff;
  font-size:34px;
  line-height:1;
  cursor:pointer;
}
.series-modal-panel h3{
  margin:.1rem 0 .7rem;
  font-size:clamp(30px,4vw,54px);
  line-height:1.02;
}
.series-modal-intro{
  color:var(--muted);
  max-width:760px;
}
.series-request-summary{
  margin:18px 0;
  padding:16px;
  border:1px solid rgba(41,230,255,.20);
  border-radius:20px;
  background:rgba(41,230,255,.065);
}
.series-request-summary strong,
.series-request-summary span{
  display:block;
}
.series-request-summary span{
  margin-top:4px;
  color:var(--muted);
}
.series-form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.series-form-grid .span-2{
  grid-column:1 / -1;
}
.series-form-grid label,
.series-privacy{
  font-weight:850;
}
.series-form-grid input,
.series-form-grid select,
.series-form-grid textarea{
  width:100%;
  margin-top:7px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:16px;
  background:rgba(0,0,0,.22);
  color:#fff;
  padding:13px 14px;
  font:inherit;
  font-weight:700;
}
.series-form-grid textarea{
  resize:vertical;
}
.series-privacy{
  display:flex;
  gap:10px;
  align-items:flex-start;
  margin:16px 0;
  color:var(--muted);
}
.series-privacy input{
  margin-top:4px;
}
.series-form-message{
  min-height:24px;
  color:#b9ffe9;
  font-weight:900;
  margin:8px 0 12px;
}
@media(max-width:720px){
  .series-modal{padding:0;align-items:stretch}
  .series-modal-panel{width:100%;max-height:100dvh;border-radius:0;padding:82px 18px 22px}
  .series-modal-close{top:16px;right:16px}
  .series-form-grid{grid-template-columns:1fr}
}



/* v102: Danke-Hinweis nach Kleinserien-Anfrage */
.series-form-message.is-success{
  margin:14px 0 16px;
  padding:16px;
  border:1px solid rgba(0,224,164,.28);
  border-radius:18px;
  background:rgba(0,224,164,.10);
  color:#dfffee;
  line-height:1.45;
}
.series-form-message.is-success strong{
  color:#fff;
  font-size:18px;
}



/* v103: Mobile Overflow Fix – kein horizontales Wackeln */
html,
body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}

body{
  position:relative;
}

*,
*::before,
*::after{
  box-sizing:border-box;
}

img,
svg,
video,
canvas,
iframe{
  max-width:100%;
}

@media(max-width:760px){
  html,
  body{
    overflow-x:hidden !important;
    overscroll-behavior-x:none;
    touch-action:pan-y;
  }

  .site-header,
  .mobile-menu,
  main,
  footer,
  .section-shell,
  .hero,
  .process-bar,
  .product-section,
  .premade-section,
  .design-service,
  .trust-bar,
  .faq-section,
  .small-series,
  .custom-content-block,
  .cart-drawer,
  .cart-panel,
  .checkout-page,
  .checkout-grid{
    max-width:100vw !important;
    overflow-x:hidden !important;
  }

  .section-shell,
  .hero,
  .process-bar,
  .product-section,
  .premade-section,
  .design-service,
  .trust-bar,
  .faq-section,
  .small-series,
  .custom-content-block{
    width:calc(100vw - 24px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .site-header{
    left:0 !important;
    right:0 !important;
    width:100% !important;
    max-width:100vw !important;
  }

  .brand,
  .brand-with-logo,
  .brand-text,
  .header-actions,
  .hero-copy,
  .small-series-copy,
  .custom-content-copy,
  .product-card,
  .premade-card,
  .cart-item,
  .checkout-card,
  .series-modal-panel{
    min-width:0 !important;
  }

  .product-track,
  .premade-track,
  .customer-motif-modal-grid,
  .customer-motif-modal-content,
  .series-form-grid,
  .form-grid,
  .coupon-row,
  .checkout-grid,
  .small-series,
  .custom-content-block{
    min-width:0 !important;
  }

  .product-card,
  .premade-card{
    max-width:100% !important;
  }

  .product-track,
  .premade-track{
    width:100% !important;
    max-width:100% !important;
  }

  .customer-motif-modal,
  .series-modal{
    width:100vw !important;
    max-width:100vw !important;
    overflow-x:hidden !important;
  }

  .customer-motif-modal-panel,
  .series-modal-panel{
    width:100vw !important;
    max-width:100vw !important;
    overflow-x:hidden !important;
  }

  input,
  select,
  textarea,
  button{
    max-width:100%;
  }
}

@media(max-width:420px){
  .section-shell,
  .hero,
  .process-bar,
  .product-section,
  .premade-section,
  .design-service,
  .trust-bar,
  .faq-section,
  .small-series,
  .custom-content-block{
    width:calc(100vw - 18px) !important;
  }
}



/* v105: Lasergravur Option */
.product-badge-laser{
  top:56px;
  background:linear-gradient(135deg,rgba(255,184,77,.96),rgba(255,92,122,.92));
  color:#170b05;
  border-color:rgba(255,255,255,.28);
  box-shadow:0 14px 34px rgba(255,138,61,.22);
}
.option-tile-laser{
  border-color:rgba(255,184,77,.42);
  background:linear-gradient(135deg,rgba(255,184,77,.10),rgba(230,54,255,.08));
}
.option-tile-laser.is-selected{
  box-shadow:0 0 0 1px rgba(255,184,77,.65),0 20px 48px rgba(255,138,61,.14);
}
.option-tile.is-hidden,
.option-tile[hidden]{
  display:none !important;
}
.laser-info-box{
  border:1px solid rgba(255,184,77,.20);
  border-radius:24px;
  background:
    radial-gradient(circle at top left,rgba(255,184,77,.14),transparent 38%),
    rgba(255,255,255,.045);
  padding:18px;
}
.laser-info-box > strong{
  display:block;
  font-size:20px;
  margin-bottom:6px;
  color:#fff6dc;
}
.laser-info-box p{
  margin:0 0 14px;
  color:var(--muted);
}
.laser-info-box textarea{
  width:100%;
  border:1px solid rgba(255,255,255,.14);
  border-radius:16px;
  background:rgba(0,0,0,.20);
  color:#fff;
  padding:13px 14px;
  resize:vertical;
}
@media(max-width:760px){
  .product-badge-laser{top:50px}
}



/* v106: Laser Schwarz/Weiß Hinweis */
.laser-warning{
  display:grid;
  gap:5px;
  margin:14px 0 16px;
  padding:14px 15px;
  border:1px solid rgba(255,184,77,.34);
  border-radius:18px;
  background:linear-gradient(135deg,rgba(255,184,77,.15),rgba(255,255,255,.045));
  color:#fff3cf;
}
.laser-warning strong{
  font-size:15px;
  color:#fff;
}
.laser-warning span{
  color:#ffe7aa;
  font-weight:750;
  line-height:1.45;
}



/* v109: Desktop-Menü dauerhaft sticky/fixed */
@media (min-width:901px){
  :root{
    --pp-desktop-header-height:92px;
  }

  html{
    scroll-padding-top:calc(var(--pp-desktop-header-height) + 18px);
  }

  body{
    padding-top:var(--pp-desktop-header-height);
  }

  .site-header{
    position:fixed !important;
    top:0 !important;
    left:0 !important;
    right:0 !important;
    width:100% !important;
    z-index:220 !important;
    background:rgba(5,8,20,.88);
    -webkit-backdrop-filter:blur(20px);
    backdrop-filter:blur(20px);
    box-shadow:0 18px 50px rgba(0,0,0,.26),0 1px 0 rgba(255,255,255,.08);
  }

  .main-nav a,
  .header-actions a,
  .header-actions button{
    will-change:transform;
  }

  .cart-backdrop{
    z-index:300;
  }

  .cart-drawer{
    z-index:310;
  }

  .customer-motif-modal{
    z-index:9999;
  }

  .series-modal{
    z-index:4000;
  }
}

@media (max-width:900px){
  body{
    padding-top:0;
  }

  .site-header{
    position:sticky;
    top:0;
  }
}



/* v111: Rechnungshinweis auf Danke-Seite */
.thankyou-invoice-hint{
  max-width:620px;
  margin:22px auto;
  text-align:left;
  border:1px solid rgba(41,230,255,.24);
  border-radius:24px;
  background:linear-gradient(135deg,rgba(41,230,255,.10),rgba(230,54,255,.06));
  padding:22px;
}
.thankyou-invoice-hint[hidden]{display:none}
.thankyou-invoice-hint h3{margin:0 0 10px}
.thankyou-invoice-hint p{margin:0 0 14px;color:var(--muted);font-size:16px}



/* v113: Mobile-Menü/Header dauerhaft sichtbar */
@media (max-width:900px){
  :root{
    --pp-mobile-header-height:78px;
  }

  html{
    scroll-padding-top:calc(var(--pp-mobile-header-height) + 14px);
  }

  body{
    padding-top:var(--pp-mobile-header-height) !important;
  }

  .site-header{
    position:fixed !important;
    top:0 !important;
    left:0 !important;
    right:0 !important;
    width:100% !important;
    max-width:100vw !important;
    z-index:360 !important;
    background:rgba(5,8,20,.94);
    -webkit-backdrop-filter:blur(20px);
    backdrop-filter:blur(20px);
    box-shadow:0 14px 44px rgba(0,0,0,.36),0 1px 0 rgba(255,255,255,.08);
  }

  .mobile-menu{
    position:fixed !important;
    top:calc(var(--pp-mobile-header-height) + 8px) !important;
    left:12px !important;
    right:12px !important;
    max-height:calc(100vh - var(--pp-mobile-header-height) - 24px);
    overflow:auto;
    z-index:350 !important;
  }

  .cart-backdrop{
    z-index:600 !important;
  }

  .cart-drawer{
    z-index:610 !important;
  }

  .customer-motif-modal{
    z-index:9999 !important;
  }

  .series-modal{
    z-index:5000 !important;
  }

  .hero{
    margin-top:0;
  }
}

@media (max-width:430px){
  :root{
    --pp-mobile-header-height:74px;
  }

  .mobile-menu{
    left:10px !important;
    right:10px !important;
  }
}



/* v115: Featured Block und Produktseiten */
.featured-products{
  padding:36px 0 52px;
  position:relative;
}
.featured-head{
  max-width:980px;
}
.featured-grid{
  width:min(1240px,calc(100% - 40px));
  margin:26px auto 0;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.featured-card{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(41,230,255,.20);
  border-radius:30px;
  background:
    radial-gradient(circle at 18% 0,rgba(41,230,255,.16),transparent 34%),
    radial-gradient(circle at 88% 16%,rgba(230,54,255,.16),transparent 34%),
    rgba(255,255,255,.052);
  box-shadow:0 22px 70px rgba(0,0,0,.30);
}
.featured-badge{
  position:absolute;
  z-index:2;
  top:14px;
  left:14px;
  padding:8px 11px;
  border-radius:999px;
  background:rgba(0,0,0,.58);
  border:1px solid rgba(255,255,255,.16);
  color:#fff;
  font-weight:950;
  font-size:12px;
}
.featured-image{
  display:block;
  height:240px;
  background:rgba(0,0,0,.20);
}
.featured-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.featured-body{
  padding:20px;
}
.featured-topic{
  display:inline-block;
  color:var(--cyan);
  font-weight:950;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:8px;
}
.featured-body h3{
  margin:0 0 8px;
  font-size:clamp(22px,2vw,30px);
}
.featured-body p{
  margin:0 0 18px;
  color:var(--muted);
}
.featured-bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
}
.featured-bottom strong{
  color:#fff;
  font-size:22px;
}
.btn-small{
  padding:11px 14px!important;
  min-height:auto!important;
  font-size:14px!important;
}
.product-detail-page{
  padding:80px 0 36px;
}
.product-detail-shell{
  width:min(1180px,calc(100% - 40px));
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr minmax(320px,480px);
  gap:30px;
  align-items:center;
  border:1px solid rgba(255,255,255,.12);
  border-radius:36px;
  padding:34px;
  background:
    radial-gradient(circle at 0 0,rgba(41,230,255,.16),transparent 36%),
    radial-gradient(circle at 100% 12%,rgba(230,54,255,.14),transparent 38%),
    rgba(255,255,255,.055);
}
.product-detail-copy h1{
  font-size:clamp(42px,6vw,82px);
  line-height:.96;
  margin:0 0 18px;
}
.product-detail-copy > p{
  font-size:20px;
  max-width:720px;
}
.product-detail-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:22px 0;
}
.product-detail-meta span{
  border:1px solid rgba(41,230,255,.20);
  border-radius:999px;
  padding:9px 12px;
  color:#dfe8ff;
  background:rgba(41,230,255,.055);
  font-weight:800;
}
.product-detail-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.product-detail-visual{
  border:1px solid rgba(255,255,255,.12);
  border-radius:28px;
  overflow:hidden;
  background:rgba(0,0,0,.18);
}
.product-detail-visual img{
  width:100%;
  display:block;
  aspect-ratio:1/1;
  object-fit:cover;
}
.product-seo-info{
  padding:0 0 70px;
}
.seo-info-grid{
  width:min(1180px,calc(100% - 40px));
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.seo-info-grid article{
  border:1px solid rgba(255,255,255,.10);
  border-radius:26px;
  background:rgba(255,255,255,.045);
  padding:24px;
}
@media(max-width:980px){
  .featured-grid,
  .product-detail-shell,
  .seo-info-grid{grid-template-columns:1fr}
  .featured-image{height:280px}
}
@media(max-width:620px){
  .featured-grid{width:calc(100% - 24px)}
  .product-detail-shell{width:calc(100% - 24px);padding:22px}
  .featured-bottom{align-items:flex-start;flex-direction:column}
}



/* v116: Featured-Block sauber ins Seitenraster setzen */
.featured-products{
  width:100%;
  max-width:100vw;
  overflow:hidden;
  padding:54px max(24px,calc((100vw - 1240px) / 2)) 62px !important;
  margin:0 auto;
  background:
    radial-gradient(circle at 15% 0,rgba(41,230,255,.10),transparent 34%),
    radial-gradient(circle at 86% 8%,rgba(230,54,255,.11),transparent 38%),
    linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,.01));
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.featured-products .featured-head{
  width:100%;
  max-width:980px;
  margin:0;
  padding:0;
}
.featured-products .featured-head h2{
  margin-top:8px;
  max-width:980px;
}
.featured-products .featured-head p{
  max-width:1120px;
}
.featured-products .featured-grid{
  width:100%;
  max-width:1240px;
  margin:28px 0 0 !important;
  padding:0;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.featured-products .featured-card{
  min-width:0;
}
@media(max-width:980px){
  .featured-products{
    padding-left:20px!important;
    padding-right:20px!important;
  }
  .featured-products .featured-grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:620px){
  .featured-products{
    padding:42px 14px 48px!important;
  }
  .featured-products .featured-grid{
    gap:16px;
  }
}



/* v117: Featured-Block auf identisches Seitenraster wie die unteren Blöcke */
.featured-products{
  padding-left:max(20px,calc((100vw - 1180px) / 2)) !important;
  padding-right:max(20px,calc((100vw - 1180px) / 2)) !important;
}
.featured-products .featured-head,
.featured-products .featured-grid{
  max-width:1180px !important;
}
.featured-products .featured-grid{
  gap:18px !important;
}
.featured-products .featured-image{
  height:220px;
}
@media(max-width:980px){
  .featured-products{
    padding-left:20px!important;
    padding-right:20px!important;
  }
  .featured-products .featured-image{
    height:260px;
  }
}
@media(max-width:620px){
  .featured-products{
    padding-left:14px!important;
    padding-right:14px!important;
  }
}



/* v121: Mobile Featured CTA oberhalb des Hero-Bereichs */
.mobile-featured-cta{
  display:none;
}

@media(max-width:900px){
  .mobile-featured-cta{
    display:block;
    width:100%;
    padding:14px 16px 0;
    background:
      radial-gradient(circle at 18% 0,rgba(41,230,255,.14),transparent 34%),
      radial-gradient(circle at 86% 14%,rgba(230,54,255,.14),transparent 38%),
      rgba(5,8,20,.92);
    position:relative;
    z-index:40;
  }

  .mobile-featured-cta__button{
    display:grid;
    gap:4px;
    width:100%;
    min-height:72px;
    padding:14px 18px;
    border-radius:22px;
    text-decoration:none;
    color:#fff;
    border:1px solid rgba(41,230,255,.34);
    background:
      linear-gradient(135deg,rgba(41,196,255,.20),rgba(229,54,255,.18)),
      rgba(255,255,255,.055);
    box-shadow:0 18px 52px rgba(0,0,0,.34),0 0 0 1px rgba(255,255,255,.04) inset;
  }

  .mobile-featured-cta__label{
    color:var(--cyan);
    font-size:11px;
    line-height:1;
    font-weight:950;
    letter-spacing:.18em;
    text-transform:uppercase;
  }

  .mobile-featured-cta__button strong{
    font-size:20px;
    line-height:1.05;
    font-weight:950;
  }

  .mobile-featured-cta__button small{
    color:var(--muted);
    font-size:13px;
    line-height:1.25;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }

  .mobile-featured-cta__button::after{
    content:'↓';
    position:absolute;
    right:34px;
    top:35px;
    width:34px;
    height:34px;
    display:grid;
    place-items:center;
    border-radius:999px;
    font-weight:950;
    color:#fff;
    background:linear-gradient(135deg,var(--cyan),var(--magenta));
    box-shadow:0 10px 30px rgba(41,230,255,.18);
  }
}

@media(max-width:430px){
  .mobile-featured-cta{
    padding:12px 12px 0;
  }

  .mobile-featured-cta__button{
    border-radius:20px;
    padding:13px 58px 13px 15px;
  }

  .mobile-featured-cta__button strong{
    font-size:18px;
  }

  .mobile-featured-cta__button::after{
    right:26px;
    top:33px;
  }
}



/* v122: Featured direkt in den Warenkorb */
.featured-image{
  cursor:default;
}
.featured-bottom .btn[disabled]{
  opacity:.55;
  cursor:not-allowed;
  filter:grayscale(.4);
}
.featured-message{
  min-height:22px;
  margin-top:12px;
  color:var(--muted);
  font-weight:800;
  font-size:14px;
}
.featured-message.is-success{
  color:#35e69a;
}
.featured-message.is-error{
  color:#ff7a99;
}



/* v123: Featured-Buttons optisch an Bestellprodukt-Buttons angleichen */
.featured-bottom .btn,
.featured-bottom button.btn{
  appearance:none;
  border:0!important;
  color:#fff!important;
  background:linear-gradient(135deg,var(--cyan),#2f7cff 48%,var(--magenta))!important;
  box-shadow:0 18px 44px rgba(58,132,255,.24),0 0 0 1px rgba(255,255,255,.06) inset!important;
  border-radius:18px!important;
  min-height:58px!important;
  padding:14px 24px!important;
  font-size:16px!important;
  font-weight:950!important;
  line-height:1.1!important;
  text-align:center;
  text-decoration:none!important;
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  white-space:nowrap;
  cursor:pointer;
  transition:transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.featured-bottom .btn:hover,
.featured-bottom button.btn:hover{
  transform:translateY(-1px);
  box-shadow:0 22px 54px rgba(58,132,255,.31),0 0 0 1px rgba(255,255,255,.08) inset!important;
}

.featured-bottom .btn:active,
.featured-bottom button.btn:active{
  transform:translateY(0);
}

.featured-bottom .btn[disabled],
.featured-bottom button.btn[disabled]{
  opacity:.52!important;
  cursor:not-allowed!important;
  filter:grayscale(.45)!important;
  transform:none!important;
}

@media(max-width:760px){
  .featured-bottom{
    display:grid;
    grid-template-columns:1fr;
    align-items:stretch;
    gap:14px;
  }

  .featured-bottom .btn,
  .featured-bottom button.btn{
    width:100%;
    min-height:64px!important;
    font-size:17px!important;
    border-radius:20px!important;
  }
}



/* v124: Featured-Buttons exakt wie Bestellprodukt-Buttons + klare Speicherung */
.featured-card .featured-bottom{
  display:grid!important;
  grid-template-columns:1fr!important;
  align-items:stretch!important;
  gap:14px!important;
  margin-top:18px;
}

.featured-card .featured-bottom strong{
  display:block;
  color:#fff!important;
  font-size:24px!important;
  line-height:1.1;
}

.featured-card .featured-cart-btn,
.featured-card button.featured-cart-btn,
.featured-card .featured-bottom .btn-primary{
  width:100%!important;
  min-height:64px!important;
  padding:16px 22px!important;
  border:0!important;
  border-radius:20px!important;
  color:#fff!important;
  background:linear-gradient(100deg,var(--cyan),var(--blue),var(--pink))!important;
  box-shadow:0 16px 36px rgba(43,124,255,.22)!important;
  font-size:18px!important;
  font-weight:950!important;
  line-height:1.1!important;
  text-align:center!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
}

.featured-card .featured-cart-btn:hover,
.featured-card button.featured-cart-btn:hover{
  transform:translateY(-1px);
  filter:brightness(1.08);
}

.featured-card .featured-cart-btn[disabled],
.featured-card button.featured-cart-btn[disabled]{
  opacity:.55!important;
  cursor:not-allowed!important;
  filter:grayscale(.45)!important;
  transform:none!important;
}



/* v125: Featured-Produktbilder quadratisch darstellen */
.featured-products .featured-image,
.featured-card .featured-image{
  width:100%!important;
  height:auto!important;
  aspect-ratio:1 / 1!important;
  overflow:hidden;
  border-bottom:1px solid rgba(255,255,255,.08);
  background:rgba(0,0,0,.18);
}

.featured-products .featured-image img,
.featured-card .featured-image img{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
  object-position:center!important;
}

@media(max-width:980px){
  .featured-products .featured-image,
  .featured-card .featured-image{
    height:auto!important;
    aspect-ratio:1 / 1!important;
  }
}



/* v127: Tiefenstruktur / Reliefdruck Zusatzoption */
.product-badge-relief{
  top:58px;
  right:14px;
  background:linear-gradient(135deg,rgba(255,178,77,.94),rgba(255,79,216,.85));
  color:#120818;
}

.relief-addon{
  display:grid;
  grid-template-columns:1fr minmax(220px,auto);
  gap:14px;
  align-items:center;
  margin:18px 0 8px;
  padding:16px;
  border-radius:24px;
  border:1px solid rgba(255,178,77,.36);
  background:
    radial-gradient(circle at 0 0,rgba(255,178,77,.18),transparent 34%),
    radial-gradient(circle at 100% 0,rgba(255,79,216,.14),transparent 38%),
    rgba(255,255,255,.045);
  box-shadow:0 18px 48px rgba(0,0,0,.20);
}

.relief-addon-copy strong{
  display:block;
  color:#fff;
  font-size:18px;
  margin-bottom:4px;
}

.relief-addon-copy span{
  display:block;
  color:var(--muted);
  line-height:1.4;
  font-size:14px;
}

.relief-toggle{
  border:0;
  min-height:58px;
  padding:12px 18px;
  border-radius:18px;
  cursor:pointer;
  color:#fff;
  background:linear-gradient(100deg,var(--cyan),var(--blue),var(--pink));
  box-shadow:0 16px 38px rgba(43,124,255,.24);
  font-weight:950;
  display:grid;
  gap:2px;
  justify-items:center;
  transition:transform .18s ease, filter .18s ease, box-shadow .18s ease;
}

.relief-toggle strong{
  color:#fff;
  font-size:15px;
}

.relief-toggle:hover{
  transform:translateY(-1px);
  filter:brightness(1.07);
}

.relief-toggle.is-active{
  background:linear-gradient(100deg,#35e69a,var(--cyan),var(--blue));
  box-shadow:0 18px 46px rgba(53,230,154,.25);
}

@media(max-width:760px){
  .relief-addon{
    grid-template-columns:1fr;
  }
  .relief-toggle{
    width:100%;
  }
}



/* v129: Relief-Preisupdate / aktiver Zustand */
.relief-toggle.is-active span::before{
  content:'✓ ';
}

.relief-toggle.is-active{
  outline:2px solid rgba(255,255,255,.22);
  outline-offset:2px;
}



/* v131: Widerrufsbutton und zuverlässiges Popup */
.footer-withdrawal{
  display:flex;
  justify-content:center;
  align-items:center;
}

.withdrawal-footer-btn{
  appearance:none;
  border:0;
  cursor:pointer;
  padding:14px 22px;
  border-radius:999px;
  color:#fff;
  font-weight:950;
  font-size:16px;
  letter-spacing:.01em;
  background:linear-gradient(100deg,#ff6a3d,#ff2d92,#8b5cff);
  box-shadow:0 16px 42px rgba(255,45,146,.22),0 0 0 1px rgba(255,255,255,.12) inset;
  transition:transform .18s ease, filter .18s ease, box-shadow .18s ease;
}

.withdrawal-footer-btn:hover{
  transform:translateY(-1px);
  filter:brightness(1.08);
  box-shadow:0 20px 52px rgba(255,45,146,.30),0 0 0 1px rgba(255,255,255,.14) inset;
}

.withdrawal-open{
  overflow:hidden;
}

.withdrawal-modal{
  position:fixed;
  inset:0;
  z-index:9999;
  display:none;
  place-items:center;
  padding:22px;
}

.withdrawal-modal.is-open{
  display:grid;
}

.withdrawal-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(2,5,14,.74);
  backdrop-filter:blur(10px);
}

.withdrawal-modal__dialog{
  position:relative;
  z-index:1;
  width:min(560px,100%);
  max-height:calc(100vh - 44px);
  overflow:auto;
  border-radius:30px;
  padding:30px;
  color:#fff;
  background:
    radial-gradient(circle at 0 0,rgba(41,230,255,.15),transparent 36%),
    radial-gradient(circle at 100% 12%,rgba(230,54,255,.18),transparent 42%),
    rgba(14,17,33,.96);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 30px 100px rgba(0,0,0,.55);
}

.withdrawal-modal__close{
  position:absolute;
  right:18px;
  top:18px;
  width:46px;
  height:46px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  color:#fff;
  background:rgba(255,255,255,.09);
  font-size:30px;
  font-weight:950;
  line-height:1;
  cursor:pointer;
}

.withdrawal-modal__dialog h2{
  margin:6px 0 12px;
  font-size:clamp(34px,5vw,52px);
  line-height:.95;
}

.withdrawal-modal__intro{
  color:var(--muted);
  margin:0 0 22px;
}

.withdrawal-form{
  display:grid;
  gap:14px;
}

.withdrawal-form label{
  display:grid;
  gap:7px;
  color:#cbd5f4;
  font-weight:850;
}

.withdrawal-form input[type="text"],
.withdrawal-form input[type="email"],
.withdrawal-form input[type="date"]{
  width:100%;
  min-height:56px;
  border:1px solid rgba(41,230,255,.24);
  border-radius:16px;
  padding:0 15px;
  background:#07101d;
  color:#fff;
  font:inherit;
}

.withdrawal-form input:focus{
  outline:2px solid rgba(41,230,255,.24);
  border-color:rgba(41,230,255,.55);
}

.withdrawal-check{
  display:flex!important;
  grid-template-columns:auto 1fr;
  align-items:center;
  gap:12px!important;
  padding:14px;
  border-radius:18px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.10);
}

.withdrawal-check input{
  width:20px;
  height:20px;
  accent-color:#29e6ff;
}

.withdrawal-message{
  min-height:24px;
  color:var(--muted);
  font-weight:850;
}

.withdrawal-message.is-success{
  color:#35e69a;
}

.withdrawal-message.is-error{
  color:#ff7a99;
}

@media(max-width:760px){
  .site-footer{
    gap:18px;
  }

  .footer-withdrawal{
    order:-1;
    width:100%;
    justify-content:flex-start;
  }

  .withdrawal-footer-btn{
    width:100%;
    border-radius:20px;
    min-height:58px;
  }

  .withdrawal-modal{
    padding:12px;
  }

  .withdrawal-modal__dialog{
    border-radius:24px;
    padding:24px 18px 18px;
  }
}



/* v133: Relief Feature Popup */
.relief-popup-open{
  overflow:hidden;
}

.relief-feature-popup{
  position:fixed;
  inset:0;
  z-index:9998;
  display:none;
  place-items:center;
  padding:22px;
}

.relief-feature-popup.is-open{
  display:grid;
}

.relief-feature-popup__backdrop{
  position:absolute;
  inset:0;
  background:rgba(2,5,14,.76);
  backdrop-filter:blur(12px);
}

.relief-feature-popup__dialog{
  position:relative;
  z-index:1;
  width:min(760px,100%);
  display:grid;
  grid-template-columns:220px 1fr;
  gap:20px;
  align-items:center;
  border-radius:30px;
  padding:26px;
  color:#fff;
  background:
    radial-gradient(circle at 0 0,rgba(41,230,255,.20),transparent 36%),
    radial-gradient(circle at 100% 0,rgba(255,45,146,.18),transparent 38%),
    linear-gradient(160deg,rgba(16,21,42,.98),rgba(7,10,25,.98));
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 26px 82px rgba(0,0,0,.56);
  overflow:hidden;
}

.relief-feature-popup__dialog::before{
  content:"";
  position:absolute;
  inset:-2px;
  pointer-events:none;
  background:linear-gradient(110deg,transparent,rgba(255,255,255,.12),transparent);
  transform:translateX(-70%);
  animation:reliefSheen 4.8s ease-in-out infinite;
}

@keyframes reliefSheen{
  0%,55%{transform:translateX(-70%)}
  100%{transform:translateX(70%)}
}

.relief-feature-popup__close{
  position:absolute;
  right:14px;
  top:14px;
  width:42px;
  height:42px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  color:#fff;
  background:rgba(255,255,255,.09);
  font-size:30px;
  font-weight:950;
  line-height:1;
  cursor:pointer;
  z-index:2;
}

.relief-feature-popup__visual{
  position:relative;
  min-height:210px;
  border-radius:30px;
  display:grid;
  place-items:center;
  background:
    radial-gradient(circle at 35% 20%,rgba(255,255,255,.18),transparent 26%),
    linear-gradient(145deg,rgba(41,230,255,.18),rgba(255,45,146,.15));
  border:1px solid rgba(255,255,255,.13);
  box-shadow:inset 0 0 40px rgba(255,255,255,.06),0 22px 70px rgba(41,230,255,.10);
}

.relief-feature-popup__visual span{
  position:absolute;
  width:124px;
  height:124px;
  border-radius:30px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.22),rgba(255,255,255,.02)),
    linear-gradient(135deg,#2de7ff,#ff2d92);
  transform:rotate(-12deg);
  box-shadow:
    12px 12px 0 rgba(41,230,255,.18),
    24px 24px 0 rgba(255,45,146,.13),
    0 30px 80px rgba(0,0,0,.32);
}

.relief-feature-popup__visual strong{
  position:relative;
  z-index:1;
  font-size:58px;
  line-height:1;
  letter-spacing:-.08em;
  color:#fff;
  text-shadow:0 7px 0 rgba(0,0,0,.22),0 0 30px rgba(255,255,255,.24);
}

.relief-feature-popup__content{
  position:relative;
  z-index:1;
}

.relief-feature-popup__content h2{
  margin:4px 0 12px;
  font-size:clamp(34px,4.6vw,58px);
  line-height:.9;
  letter-spacing:-.06em;
}

.relief-feature-popup__content h2 span{
  display:block;
  color:transparent;
  background:linear-gradient(90deg,#29e6ff,#ff4fd8,#ffb24d);
  -webkit-background-clip:text;
  background-clip:text;
}

.relief-feature-popup__content p:not(.eyebrow){
  color:var(--muted);
  font-size:16px;
  line-height:1.5;
  margin:0 0 18px;
  max-width:620px;
}

.relief-feature-popup__actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  margin:0 0 12px;
}

.relief-feature-popup__content small{
  display:block;
  color:rgba(229,235,255,.68);
}

@media(max-width:820px){
  .relief-feature-popup{
    padding:12px;
  }

  .relief-feature-popup__dialog{
    grid-template-columns:1fr;
    gap:16px;
    padding:22px 16px 18px;
    border-radius:24px;
    max-height:calc(100vh - 24px);
    overflow:auto;
  }

  .relief-feature-popup__visual{
    min-height:144px;
  }

  .relief-feature-popup__visual span{
    width:96px;
    height:96px;
    border-radius:24px;
  }

  .relief-feature-popup__visual strong{
    font-size:46px;
  }

  .relief-feature-popup__actions .btn{
    width:100%;
  }
}


.relief-feature-popup__preview-note{
  margin-top:10px;
  color:#29e6ff!important;
  font-weight:850;
}


/* v136: Produktschnellauswahl oberhalb des Karussells */
.product-finder{
  margin:28px 0 8px;
  padding:20px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:26px;
  background:
    radial-gradient(circle at 0 0,rgba(41,230,255,.10),transparent 36%),
    linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.032));
  box-shadow:0 18px 48px rgba(0,0,0,.18);
}

.product-finder-head{
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:flex-end;
  margin-bottom:16px;
}

.product-finder-head strong{
  display:block;
  font-size:22px;
  color:#fff;
}

.product-finder-head span{
  display:block;
  margin-top:4px;
  color:var(--muted);
  font-size:14px;
}

.product-finder-search{
  flex:0 1 360px;
  display:grid;
  gap:6px;
  color:var(--muted);
  font-weight:850;
}

.product-finder-search input{
  min-height:48px;
  border:1px solid rgba(41,230,255,.24);
  border-radius:16px;
  padding:0 14px;
  background:rgba(0,0,0,.22);
  color:#fff;
  font:inherit;
}

.product-quick-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(210px,1fr));
  gap:10px;
}

.product-quick-tile{
  appearance:none;
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  background:rgba(255,255,255,.045);
  color:#fff;
  cursor:pointer;
  padding:10px;
  display:flex;
  gap:11px;
  align-items:center;
  text-align:left;
  transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease;
}

.product-quick-tile:hover{
  transform:translateY(-1px);
  border-color:rgba(41,230,255,.38);
  background:rgba(255,255,255,.07);
}

.product-quick-tile.is-active{
  border-color:rgba(255,79,216,.76);
  box-shadow:0 0 0 1px rgba(41,230,255,.22),0 0 28px rgba(255,79,216,.14);
  background:linear-gradient(135deg,rgba(41,230,255,.10),rgba(255,79,216,.08));
}

.product-quick-img{
  flex:0 0 58px;
  width:58px;
  height:58px;
  border-radius:14px;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:rgba(0,0,0,.22);
  border:1px solid rgba(255,255,255,.08);
}

.product-quick-img img{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:5px;
}

.product-quick-img span{
  font-weight:950;
  color:var(--cyan);
}

.product-quick-copy{
  min-width:0;
  display:block;
}

.product-quick-copy strong{
  display:block;
  color:#fff;
  font-size:15px;
  line-height:1.2;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.product-quick-copy small{
  display:block;
  margin-top:4px;
  color:var(--muted);
  font-weight:800;
  font-size:12px;
}

.product-filter-empty{
  margin-top:12px;
  color:#ffb24d;
  font-weight:850;
}

@media(max-width:820px){
  .product-finder{
    padding:16px;
    border-radius:22px;
  }
  .product-finder-head{
    display:grid;
    align-items:start;
  }
  .product-finder-search{
    width:100%;
    flex:auto;
  }
  .product-quick-grid{
    grid-template-columns:1fr;
    max-height:360px;
    overflow:auto;
    padding-right:2px;
  }
  .product-quick-copy strong{
    white-space:normal;
  }
}



/* v139: Konkrete Featured-Ausführung */
.featured-specific{
  display:block;
  color:var(--muted);
  font-weight:800;
  margin:8px 0 4px;
}



/* v140: Featured-Sonderpreise */
.featured-price-note{
  display:block;
  margin-top:3px;
  color:var(--muted);
  font-size:12px;
  font-weight:800;
}

