:root{--ink:#111820;--muted:#626a75;--blue:#0966ff;--blue-dark:#0049c6;--blue-soft:#e9f1ff;--paper:#fffdfa;--sand:#f3eee5;--line:#dedbd4;--green:#16825b;--red:#b63d47;--shadow:0 22px 60px rgba(28,35,42,.13)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"Segoe UI",Arial,sans-serif}body.locked{overflow:hidden}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}[hidden]{display:none!important}
.site-header{position:relative;z-index:20;max-width:1480px;min-height:126px;margin:auto;padding:8px 4vw;display:grid;grid-template-columns:330px 1fr auto;align-items:center;gap:32px}.brand img{width:310px;height:108px;object-fit:contain}.site-header nav{display:flex;justify-content:center;gap:clamp(22px,4vw,56px);font-weight:750}.site-header nav a{padding:10px 0;border-bottom:2px solid transparent}.site-header nav a:hover{color:var(--blue);border-color:var(--blue)}.cart-button{min-height:50px;padding:0 19px;border:1px solid #b9c9e5;border-radius:999px;background:#fff;display:flex;align-items:center;gap:9px;font-weight:800;cursor:pointer}.cart-button:hover{border-color:var(--blue);color:var(--blue)}.cart-icon{font-size:22px;transform:rotate(-18deg)}.cart-button b{display:grid;place-items:center;min-width:24px;height:24px;padding:0 6px;border-radius:99px;background:var(--blue);color:#fff;font-size:12px}
.hero{max-width:1440px;min-height:650px;margin:auto;padding:55px 5vw 64px;display:grid;grid-template-columns:.88fr 1.12fr;gap:65px;align-items:center;overflow:hidden}.eyebrow{margin:0 0 20px;color:var(--blue);font-size:13px;font-weight:850;letter-spacing:.2em;text-transform:uppercase}.hero h1,.section-heading h2,.made-section h2{margin:0;font-size:clamp(48px,6vw,88px);line-height:.97;letter-spacing:-.06em}.hero h1 span{color:var(--blue)}.hero-copy>p:not(.eyebrow){max-width:590px;margin:28px 0 0;color:var(--muted);font-size:clamp(18px,1.6vw,23px);line-height:1.55}.hero-actions{margin-top:36px;display:flex;align-items:center;gap:28px}.hero-actions>span{color:var(--muted);font-size:14px;font-weight:650}.primary-button{min-height:52px;padding:0 24px;border:0;border-radius:10px;background:linear-gradient(135deg,var(--blue-dark),#1781ff);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:800;box-shadow:0 12px 28px rgba(9,102,255,.28);cursor:pointer}.primary-button:hover{transform:translateY(-1px);box-shadow:0 16px 34px rgba(9,102,255,.33)}.primary-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.hero-visual{position:relative;min-height:520px;display:grid;place-items:center}.hero-visual:before{content:"";position:absolute;inset:10% 5%;border-radius:48% 52% 43% 57%;background:radial-gradient(circle at 32% 28%,#fff 0,#eff4ff 40%,#dce8ff 100%);transform:rotate(-7deg)}.hero-product-card{position:relative;z-index:2;width:min(410px,78%);border:12px solid #fff;border-radius:34px;overflow:hidden;background:#fff;box-shadow:0 28px 75px rgba(12,41,86,.2);transform:rotate(3deg)}.hero-product-card img{width:100%;height:390px;object-fit:cover}.hero-product-card div{padding:19px 21px}.hero-product-card span{display:block;margin-bottom:6px;color:var(--blue);font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.15em}.hero-product-card strong{font-size:20px}.hero-placeholder{position:relative;z-index:2;width:min(410px,78%);min-height:420px;border-radius:34px;background:linear-gradient(145deg,#0b1522,#243c5a);color:#fff;display:grid;align-content:center;gap:35px;padding:48px;box-shadow:var(--shadow);transform:rotate(3deg)}.hero-placeholder span{font-size:56px;font-weight:900;color:#70a8ff}.hero-placeholder strong{font-size:32px;line-height:1.15}.orbit{position:absolute;border:1px solid #98baff;border-radius:50%;opacity:.7}.orbit-one{width:110px;height:110px;right:5%;top:11%}.orbit-two{width:55px;height:55px;left:5%;bottom:12%;background:var(--blue);border:0}
.trust-strip{border-block:1px solid var(--line);background:#f8f5ef;display:grid;grid-template-columns:repeat(3,1fr);padding:30px max(5vw,calc((100vw - 1270px)/2));gap:20px}.trust-strip>div{display:flex;justify-content:center;align-items:center;gap:15px}.trust-strip b{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:var(--blue-soft);color:var(--blue);font-size:19px}.trust-strip span{display:flex;flex-direction:column;gap:3px}.trust-strip strong{font-size:14px}.trust-strip small{color:var(--muted)}
.catalog{max-width:1320px;margin:auto;padding:120px 5vw}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:70px;margin-bottom:58px}.section-heading h2,.made-section h2{font-size:clamp(40px,4.5vw,66px);line-height:1.03}.section-heading>p{max-width:520px;margin:0 0 5px;color:var(--muted);font-size:17px;line-height:1.7}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.product-card{border:1px solid var(--line);border-radius:24px;background:#fff;overflow:hidden;box-shadow:0 8px 25px rgba(30,35,40,.05);transition:.25s}.product-card:hover{transform:translateY(-4px);box-shadow:0 22px 50px rgba(30,35,40,.11)}.product-image{position:relative;width:100%;height:330px;padding:0;border:0;background:var(--sand);cursor:pointer;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-card:hover .product-image img{transform:scale(1.035)}.image-fallback{width:100%;height:100%;display:grid;place-items:center;color:#7794bd;font-size:48px;font-weight:900;background:linear-gradient(145deg,#eef4ff,#f7f2e8)}.availability,.image-count{position:absolute;top:17px;padding:8px 11px;border-radius:99px;background:#fff;color:var(--ink);font-size:11px;font-weight:850;box-shadow:0 5px 15px rgba(0,0,0,.09)}.availability{left:17px}.availability.available:before{content:"";display:inline-block;width:7px;height:7px;margin-right:6px;border-radius:50%;background:var(--green)}.availability.sold-out{color:var(--red)}.image-count{right:17px}.product-info{padding:23px}.product-category{margin:0 0 8px!important;color:var(--blue)!important;font-size:11px!important;font-weight:850;text-transform:uppercase;letter-spacing:.13em}.product-info h3{margin:0 0 12px;font-size:23px;line-height:1.15}.product-info h3 button{padding:0;border:0;background:none;text-align:left;font-weight:800;cursor:pointer}.product-info h3 button:hover{color:var(--blue)}.product-info>p{min-height:48px;margin:0;color:var(--muted);line-height:1.55;font-size:14px}.product-buy{margin-top:25px;padding-top:18px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:end;gap:14px}.product-buy strong{display:block;font-size:22px}.product-buy small{display:block;margin-top:5px;color:#777e87;font-size:10px;line-height:1.4}.add-button{width:46px;height:46px;border:0;border-radius:14px;background:var(--blue);color:#fff;font-size:28px;line-height:1;cursor:pointer;box-shadow:0 8px 20px rgba(9,102,255,.25)}.add-button:hover{background:var(--blue-dark)}.add-button:disabled{background:#abb3be;box-shadow:none;cursor:not-allowed}.empty-catalog{padding:70px 25px;border:1px dashed #bfc7d2;border-radius:24px;background:#fff;text-align:center}.empty-catalog>span{display:inline-grid;place-items:center;width:74px;height:74px;border-radius:22px;background:var(--blue-soft);color:var(--blue);font-size:24px;font-weight:900}.empty-catalog h3{font-size:28px}.empty-catalog p{color:var(--muted)}
.made-section{max-width:none;padding:110px max(5vw,calc((100vw - 1320px)/2));background:var(--sand);display:grid;grid-template-columns:.88fr 1.12fr;gap:90px;align-items:center}.made-section>div:first-child>p:not(.eyebrow){color:var(--muted);font-size:17px;line-height:1.7}.text-link{display:inline-block;margin-top:18px;color:var(--blue);font-weight:800;border-bottom:2px solid}.process{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.process article{min-height:245px;padding:25px 22px;border:1px solid #d8d1c6;border-radius:18px;background:#fff}.process article span{color:var(--blue);font-weight:850}.process article strong{display:block;margin-top:70px;font-size:21px}.process article p{color:var(--muted);font-size:14px;line-height:1.5}
footer{padding:62px max(5vw,calc((100vw - 1320px)/2)) 25px;background:#111820;color:#fff}.footer-main{display:grid;grid-template-columns:210px 1fr auto;align-items:center;gap:45px;padding-bottom:38px;border-bottom:1px solid #35404c}.footer-main img{width:180px;height:85px;object-fit:contain;filter:brightness(0) invert(1)}.footer-main p{color:#aeb6c0}.footer-main a{color:#70a8ff;font-weight:750}.legal-links{padding-top:22px;display:flex;gap:24px;align-items:center;color:#aeb6c0;font-size:13px}.legal-links a:hover{color:#fff}.legal-links span{margin-left:auto}
.overlay{position:fixed;inset:0;z-index:80;background:rgba(10,16,23,.48);backdrop-filter:blur(4px)}.cart-drawer{position:fixed;z-index:90;right:0;top:0;width:min(570px,100%);height:100dvh;background:#fff;box-shadow:-20px 0 60px rgba(0,0,0,.2);transform:translateX(102%);transition:transform .3s;display:flex;flex-direction:column}.cart-drawer.open{transform:translateX(0)}.cart-drawer>header{display:flex;justify-content:space-between;align-items:flex-start;padding:26px 28px;border-bottom:1px solid var(--line)}.cart-drawer h2{margin:0;font-size:31px}.cart-drawer header .eyebrow{margin-bottom:7px}.cart-drawer header>button,.dialog-close,.product-dialog-close{width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:#fff;font-size:25px;cursor:pointer}.cart-content{overflow:auto;padding:26px 28px 40px}.cart-empty{text-align:center;padding:75px 20px}.cart-empty span{font-size:50px}.cart-empty h3{font-size:24px}.cart-empty p{color:var(--muted);line-height:1.6}.cart-item{display:grid;grid-template-columns:78px 1fr auto;gap:14px;padding:15px 0;border-bottom:1px solid var(--line)}.cart-item img,.cart-item-image{width:78px;height:78px;border-radius:12px;object-fit:cover;background:var(--sand);display:grid;place-items:center;color:var(--blue);font-weight:850}.cart-item h3{margin:3px 0 8px;font-size:15px}.quantity-control{display:flex;align-items:center;gap:8px}.quantity-control button{width:28px;height:28px;border:1px solid var(--line);border-radius:8px;background:#fff;cursor:pointer}.quantity-control b{min-width:20px;text-align:center}.remove-item{margin-top:8px;padding:0;border:0;background:none;color:var(--red);font-size:12px;cursor:pointer}.cart-item-price{font-weight:800}.cart-summary{margin-top:22px;padding:18px;border-radius:14px;background:#f6f8fb}.summary-row{display:flex;justify-content:space-between;padding:5px 0;color:var(--muted)}.summary-row.total{margin-top:8px;padding-top:13px;border-top:1px solid #d9e0ea;color:var(--ink);font-size:20px;font-weight:850}.shipping-note{margin:10px 0 0;color:var(--muted);font-size:12px}.checkout-status{margin-top:18px;padding:15px;border-radius:12px;background:#fff4dc;color:#85520b;line-height:1.5}.checkout-form{margin-top:24px}.checkout-form h3{margin:0 0 7px;font-size:21px}.checkout-form>p{margin:0 0 20px;color:var(--muted);font-size:13px;line-height:1.5}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.field{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:750}.field.full{grid-column:1/-1}.field input,.field textarea,.field select{width:100%;padding:12px 13px;border:1px solid #cfd6df;border-radius:9px;background:#fff;outline:none}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(9,102,255,.12)}.field.honey{position:absolute;left:-10000px}.legal-checks{display:grid;gap:11px;margin:18px 0}.legal-checks label{display:flex;align-items:flex-start;gap:9px;color:var(--muted);font-size:12px;line-height:1.45}.legal-checks input{margin-top:2px}.legal-checks a{color:var(--blue);text-decoration:underline}.order-button{width:100%}.paypal-sandbox{display:flex;justify-content:space-between;gap:12px;margin:16px 0;padding:11px 13px;border:1px solid #e4b657;border-radius:10px;background:#fff8e8;color:#744900;font-size:12px}.paypal-sandbox span{color:#855f1a}.paypal-checkout-zone{margin-top:16px;padding:16px;border:1px solid #ccd7e8;border-radius:13px;background:#f7f9fc}.paypal-checkout-zone>p{margin:0 0 14px;color:var(--muted);font-size:12px;line-height:1.5}.paypal-checkout-zone>p strong{color:var(--ink);font-size:13px}.paypal-loading{display:flex;align-items:center;justify-content:center;gap:9px;min-height:48px;color:var(--muted);font-size:13px}.paypal-loading span{width:18px;height:18px;border:2px solid #c8d3e3;border-top-color:var(--blue);border-radius:50%;animation:paypal-spin .8s linear infinite}paypal-button{display:block;width:100%;min-height:48px}@keyframes paypal-spin{to{transform:rotate(360deg)}}.checkout-error{margin:14px 0 0;padding:12px;border-radius:10px;background:#fff0f1;color:var(--red);font-size:13px}.order-success{text-align:center;padding:22px 0}.order-success .check{display:grid;place-items:center;width:68px;height:68px;margin:auto;border-radius:50%;background:#e7f6ef;color:var(--green);font-size:32px}.order-success h3{font-size:27px}.order-success>p{color:var(--muted);line-height:1.6}.payment-box{margin:20px 0;padding:18px;border-radius:14px;background:#f5f7fa;text-align:left}.payment-box div{display:flex;justify-content:space-between;gap:20px;padding:5px 0}.payment-box span{color:var(--muted)}.payment-box strong{word-break:break-all;text-align:right}
.product-dialog{position:fixed;z-index:100;inset:50% auto auto 50%;width:min(980px,calc(100% - 32px));max-height:calc(100dvh - 32px);overflow:auto;transform:translate(-50%,-50%);border-radius:24px;background:#fff;box-shadow:0 30px 90px rgba(0,0,0,.28)}.product-dialog-inner{display:grid;grid-template-columns:1.08fr .92fr}.product-gallery{padding:22px;background:var(--sand);border-radius:24px 0 0 24px}.gallery-main{width:100%;height:490px;border-radius:17px;object-fit:cover;background:#fff}.gallery-thumbs{display:flex;gap:9px;margin-top:12px;overflow-x:auto}.gallery-thumbs button{flex:0 0 70px;height:70px;padding:0;border:2px solid transparent;border-radius:10px;overflow:hidden;background:#fff;cursor:pointer}.gallery-thumbs button.active{border-color:var(--blue)}.gallery-thumbs img{width:100%;height:100%;object-fit:cover}.product-dialog-copy{position:relative;padding:52px 40px 38px}.product-dialog-close{position:absolute;right:20px;top:20px}.product-dialog-copy h2{margin:7px 0 18px;font-size:35px;line-height:1.08}.product-dialog-description{color:var(--muted);white-space:pre-line;line-height:1.7}.dialog-price{margin-top:28px;padding-top:22px;border-top:1px solid var(--line)}.dialog-price>strong{font-size:28px}.dialog-price small{display:block;margin:5px 0 20px;color:var(--muted)}
.legal-dialog{width:min(760px,calc(100% - 30px));max-height:calc(100dvh - 30px);padding:42px;border:0;border-radius:20px;box-shadow:0 25px 85px rgba(0,0,0,.27);color:var(--ink)}.legal-dialog::backdrop{background:rgba(10,16,23,.55);backdrop-filter:blur(3px)}.legal-dialog h2{font-size:33px}.legal-dialog h3{margin-top:26px}.legal-dialog p{color:var(--muted);line-height:1.65}.legal-dialog .dialog-close{position:sticky;float:right;top:0}.legal-draft{padding:12px;border-radius:8px;background:#fff4dc;color:#85520b!important}.noscript{position:fixed;inset:auto 15px 15px;z-index:200;padding:14px;border-radius:10px;background:#fff0f1;color:var(--red);text-align:center}
@media(max-width:1000px){.site-header{grid-template-columns:1fr auto}.site-header nav{display:none}.hero{grid-template-columns:1fr;gap:25px}.hero-copy{text-align:center}.hero-copy>p:not(.eyebrow){margin-inline:auto}.hero-actions{justify-content:center}.hero-visual{min-height:500px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.made-section{grid-template-columns:1fr}.section-heading{align-items:flex-start}.product-dialog-inner{grid-template-columns:1fr}.product-gallery{border-radius:24px 24px 0 0}.gallery-main{height:430px}}
@media(max-width:680px){.site-header{min-height:82px;padding:7px 17px}.brand img{width:190px;height:68px}.cart-button{font-size:0;padding:0 12px}.cart-button .cart-icon,.cart-button b{font-size:13px}.hero{min-height:auto;padding:48px 20px 45px}.hero h1{font-size:51px}.hero-actions{flex-direction:column;gap:13px}.hero-visual{min-height:410px}.hero-product-card{width:78%;border-width:8px}.hero-product-card img{height:285px}.orbit{display:none}.trust-strip{grid-template-columns:1fr;gap:16px;padding:25px 20px}.trust-strip>div{justify-content:flex-start}.catalog{padding:80px 20px}.section-heading{display:block;margin-bottom:38px}.section-heading>p{margin-top:20px}.product-grid{grid-template-columns:1fr}.product-image{height:350px}.made-section{padding:80px 20px;gap:50px}.process{grid-template-columns:1fr}.process article{min-height:auto}.process article strong{margin-top:35px}.footer-main{grid-template-columns:1fr;gap:14px}.legal-links{flex-wrap:wrap}.legal-links span{width:100%;margin-left:0}.cart-drawer>header,.cart-content{padding-inline:20px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.product-dialog{width:100%;max-height:100dvh;border-radius:0}.product-gallery{border-radius:0;padding:14px}.gallery-main{height:340px}.product-dialog-copy{padding:44px 22px 30px}.legal-dialog{padding:30px 22px}.payment-box div{display:block}.payment-box strong{display:block;text-align:left;margin-top:3px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
.product-options{display:grid;gap:18px;margin:22px 0;padding:20px;border:1px solid #dce4ef;border-radius:18px;background:#f8fafc}.product-option-field{display:grid;gap:7px;color:#273446;font-weight:750}.product-option-field select,.product-option-field textarea{width:100%;padding:12px 14px;border:1px solid #cbd6e4;border-radius:11px;background:#fff;color:#17202a;font:inherit}.product-option-field small{color:#6d7886;font-weight:500}.product-addons{display:grid;gap:10px;margin:0;padding:0;border:0}.product-addons legend{margin-bottom:8px;color:#273446;font-weight:800}.product-addons label,.personalization-switch{display:grid;grid-template-columns:auto 1fr auto;gap:11px;align-items:start;padding:12px;border:1px solid #dce4ef;border-radius:12px;background:#fff;cursor:pointer}.product-addons input,.personalization-switch input{margin-top:3px;accent-color:#0966ff}.product-addons span,.personalization-switch span{display:grid;gap:3px}.product-addons small,.personalization-switch small{color:#6d7886;font-weight:500;line-height:1.4}.product-addons b,.personalization-switch b{color:#0966ff;white-space:nowrap}.product-personalization{display:grid;gap:12px}.personalization-input[hidden]{display:none}.cart-item-options{display:grid;gap:3px;margin:6px 0 10px;padding:0;list-style:none;color:#667384;font-size:13px}.cart-item-options li{overflow-wrap:anywhere}.paypal-sandbox{border-color:#96bfff}
.product-option-field em{padding:10px 12px;border-left:3px solid #c88716;border-radius:6px;background:#fff8e8;color:#6f4b0e;font-size:12px;font-style:normal;font-weight:600;line-height:1.5}.custom-withdrawal-check{padding:12px;border:1px solid #e4b657;border-radius:10px;background:#fff8e8;color:#6f4b0e!important}.product-compliance{margin-top:22px;padding:15px 17px;border:1px solid #dce4ef;border-radius:14px;background:#fafbfc}.product-compliance summary{cursor:pointer;font-weight:800}.product-compliance dl{display:grid;gap:12px;margin:15px 0 0}.product-compliance dl div{display:grid;grid-template-columns:145px 1fr;gap:12px;padding-top:10px;border-top:1px solid #e4e8ee}.product-compliance dt{color:var(--muted);font-size:12px;font-weight:700}.product-compliance dd{margin:0;white-space:pre-line;font-size:13px;line-height:1.55}.product-compliance a{color:var(--blue);text-decoration:underline}

/* Vertrag, Checkout und Online-Widerruf – seit Version 0.8.1 */
.withdrawal-trigger{position:fixed;right:18px;bottom:18px;z-index:70;padding:12px 17px;border:2px solid #fff;border-radius:999px;background:#173b75;color:#fff;box-shadow:0 9px 28px rgba(10,33,68,.28);font:inherit;font-size:13px;font-weight:850;cursor:pointer}.withdrawal-trigger:hover,.withdrawal-trigger:focus-visible{background:#0b61db;outline:3px solid rgba(9,102,255,.24);outline-offset:2px}.legal-links button{padding:0;border:0;background:none;color:inherit;font:inherit;text-decoration:underline;cursor:pointer}.legal-dialog{max-width:min(760px,calc(100vw - 28px));max-height:88dvh;overflow:auto}.legal-dialog h2{margin:0 0 8px}.legal-dialog h3{margin:28px 0 9px;font-size:19px}.legal-dialog p,.legal-dialog li{line-height:1.65}.legal-dialog ul{padding-left:22px}.legal-dialog a{overflow-wrap:anywhere}.legal-version{display:block;margin:8px 0 18px;color:var(--muted);font-size:12px}.checkout-review{margin:22px 0 0;padding:18px;border:2px solid #223b60;border-radius:14px;background:#fff}.checkout-review>header h3{margin:0 0 5px;font-size:19px}.checkout-review>header p{margin:0 0 15px;color:var(--muted);font-size:12px;line-height:1.5}.checkout-review-items{display:grid;gap:12px;margin:0;padding:0;list-style:none}.checkout-review-items li{display:grid;grid-template-columns:1fr auto;gap:8px;padding-bottom:11px;border-bottom:1px solid var(--line)}.checkout-review-items strong{font-size:14px}.checkout-review-items small{display:block;margin-top:4px;color:var(--muted);line-height:1.45}.checkout-review dl{margin:14px 0 0}.checkout-review dl div{display:flex;justify-content:space-between;gap:18px;padding:5px 0}.checkout-review dl div.total{margin-top:8px;padding-top:12px;border-top:2px solid var(--ink);font-size:19px}.checkout-review .contract-details{display:grid;grid-template-columns:1fr 1fr;gap:8px 18px;margin-top:15px;padding-top:14px;border-top:1px solid var(--line);color:var(--muted);font-size:12px;line-height:1.5}.paypal-order-button{display:block;width:100%;min-height:50px;background:#ffc439;color:#111820;border-color:#ffc439}.paypal-order-button:hover{background:#f2ba36}.paypal-order-button:disabled{cursor:wait;opacity:.66}.withdrawal-dialog{width:min(690px,calc(100vw - 28px))}.withdrawal-dialog>section>p{color:var(--muted);line-height:1.6}.withdrawal-dialog .form-grid{margin-top:18px}.withdrawal-review{display:grid;gap:0;margin:20px 0;border:1px solid var(--line);border-radius:12px;overflow:hidden}.withdrawal-review div{display:grid;grid-template-columns:180px 1fr;gap:15px;padding:12px 14px;border-bottom:1px solid var(--line)}.withdrawal-review div:last-child{border-bottom:0}.withdrawal-review dt{color:var(--muted);font-size:12px;font-weight:800}.withdrawal-review dd{margin:0;white-space:pre-wrap;overflow-wrap:anywhere}.withdrawal-actions{display:flex;justify-content:flex-end;gap:10px}.secondary-action{padding:12px 16px;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--ink);font:inherit;font-weight:800;cursor:pointer}.withdrawal-success{text-align:center;padding:16px 0}.withdrawal-success>span{display:grid;place-items:center;width:62px;height:62px;margin:auto;border-radius:50%;background:#e6f6ef;color:var(--green);font-size:30px;font-weight:900}.withdrawal-success.warning>span{background:#fff1d5;color:#885800}.withdrawal-success dl{margin:20px 0;border:1px solid var(--line);border-radius:12px;text-align:left}.withdrawal-success dl div{display:grid;grid-template-columns:160px 1fr;gap:12px;padding:11px 13px;border-bottom:1px solid var(--line)}.withdrawal-success dl div:last-child{border-bottom:0}.withdrawal-success dt{color:var(--muted);font-size:12px;font-weight:800}.withdrawal-success dd{margin:0;overflow-wrap:anywhere}.withdrawal-success .primary-button{margin-top:12px}.form-privacy{margin:12px 0;color:var(--muted);font-size:12px;line-height:1.55}
@media (max-width:680px){.withdrawal-trigger{right:10px;bottom:10px;padding:10px 13px;font-size:12px}.checkout-review .contract-details{grid-template-columns:1fr}.withdrawal-review div,.withdrawal-success dl div{grid-template-columns:1fr;gap:4px}.withdrawal-actions{flex-direction:column-reverse}.withdrawal-actions button{width:100%}}
@media(max-width:680px){.product-compliance dl div{grid-template-columns:1fr;gap:4px}}

/* Vollständige Produktbilder, Einkaufswagen und eigenständige Produktseiten – Version 0.8.2 */
.cart-icon{width:24px;height:24px;display:grid;place-items:center;font-size:0;transform:none}
.cart-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.hero-product-card{display:block}
.hero-product-card img,.product-image img,.gallery-main,.gallery-thumbs img,.cart-item img{object-fit:contain;background:#fff}
.hero-product-card img{padding:10px}
.product-image{display:block;padding:12px;background:#fff}
.product-card:hover .product-image img{transform:none}
.gallery-main{padding:10px}
.gallery-thumbs button{padding:3px}
.gallery-video{display:block;padding:0;object-fit:contain;background:#111820}
.gallery-thumbs .video-thumb{display:grid;place-items:center;align-content:center;gap:3px;background:#111820;color:#fff}
.gallery-thumbs .video-thumb span{font-size:21px;line-height:1}
.gallery-thumbs .video-thumb small{font-size:9px;font-weight:800}
.cart-item img{padding:4px}
.product-info h3 a{font-weight:800}
.product-info h3 a:hover{color:var(--blue)}

.product-page-main{max-width:1320px;margin:auto;padding:42px 5vw 110px}
.breadcrumbs{display:flex;align-items:center;gap:8px;margin:8px 0 32px;color:var(--muted);font-size:13px}
.breadcrumbs a{color:var(--blue);font-weight:750}
.seo-product-layout{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(360px,.94fr);gap:58px;align-items:start}
.seo-product-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.seo-product-gallery figure{margin:0;min-height:250px;border:1px solid var(--line);border-radius:20px;background:#fff;display:grid;place-items:center;overflow:hidden}
.seo-product-gallery figure:first-child{grid-column:1/-1;min-height:520px}
.seo-product-gallery img{width:100%;height:100%;max-height:520px;padding:14px;object-fit:contain;background:#fff}
.seo-product-gallery video{display:block;width:100%;max-height:520px;background:#111820}
.seo-product-copy{position:sticky;top:24px;padding:36px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:var(--shadow)}
.seo-product-copy h1{margin:6px 0 20px;font-size:clamp(36px,4.5vw,58px);line-height:1.02;letter-spacing:-.045em}
.seo-product-description{color:var(--muted);white-space:pre-line;font-size:17px;line-height:1.7}
.seo-product-price{margin:28px 0 22px;padding:22px 0;border-block:1px solid var(--line)}
.seo-product-price>strong{display:block;font-size:34px}
.seo-product-price small{display:block;margin-top:7px;color:var(--muted);line-height:1.45}
.seo-product-price .primary-button{width:100%;margin-top:20px}
.seo-product-facts{display:grid;gap:12px;margin:28px 0 0}
.seo-product-facts div{padding-top:12px;border-top:1px solid var(--line)}
.seo-product-facts dt{color:var(--muted);font-size:12px;font-weight:800}
.seo-product-facts dd{margin:5px 0 0;white-space:pre-line;line-height:1.55}
.seo-product-related{margin-top:80px;padding-top:52px;border-top:1px solid var(--line)}
.seo-product-related h2{font-size:34px}
.product-not-found{max-width:760px;margin:80px auto 120px;padding:60px 30px;text-align:center}
.product-not-found h1{font-size:42px}
.product-not-found p{color:var(--muted);line-height:1.65}

@media(max-width:900px){.seo-product-layout{grid-template-columns:1fr}.seo-product-copy{position:static}.seo-product-gallery figure:first-child{min-height:430px}}
@media(max-width:680px){.cart-button .cart-icon{width:24px;height:24px;font-size:0}.product-page-main{padding:24px 16px 80px}.seo-product-gallery{grid-template-columns:1fr}.seo-product-gallery figure:first-child{grid-column:auto;min-height:330px}.seo-product-gallery figure{min-height:260px}.seo-product-copy{padding:25px 20px}.seo-product-copy h1{font-size:38px}}

/* Transparenter Shop-Footer, Bildvergrößerung und Produktvideos – Version 0.8.6 */
.brand img,.footer-main img{background:transparent}
.gallery-zoom-button,.seo-zoom-button{position:relative;width:100%;height:100%;padding:0;border:0;background:#fff;display:block;cursor:zoom-in;color:var(--ink)}
.gallery-zoom-button{border-radius:17px;overflow:hidden}
.seo-zoom-button img{pointer-events:none}
.zoom-badge{position:absolute;right:13px;bottom:13px;padding:8px 11px;border-radius:999px;background:rgba(17,24,32,.86);color:#fff;font-size:12px;font-weight:800;box-shadow:0 5px 16px rgba(0,0,0,.22)}
.gallery-zoom-button:focus-visible,.seo-zoom-button:focus-visible{outline:3px solid var(--blue);outline-offset:-3px}
.image-lightbox{position:fixed;inset:0;z-index:160;padding:70px 88px 62px;background:rgba(7,12,18,.94);display:grid;place-items:center;overscroll-behavior:contain;touch-action:pan-y;color:#fff}
.image-lightbox[hidden]{display:none!important}
.lightbox-stage{max-width:100%;max-height:100%;display:grid;grid-template-rows:minmax(0,1fr) auto;justify-items:center;gap:13px}
.lightbox-stage img{max-width:min(1400px,calc(100vw - 176px));max-height:calc(100dvh - 155px);width:auto;height:auto;object-fit:contain;border-radius:12px;background:#fff;box-shadow:0 20px 70px rgba(0,0,0,.42)}
.lightbox-stage p{margin:0;text-align:center;line-height:1.45}
.lightbox-stage p strong,.lightbox-stage p span{display:block}
.lightbox-stage p span{color:#bdc8d5;font-size:13px}
.lightbox-close,.lightbox-arrow{position:fixed;z-index:2;border:1px solid rgba(255,255,255,.35);background:rgba(17,24,32,.82);color:#fff;display:grid;place-items:center;cursor:pointer;box-shadow:0 7px 22px rgba(0,0,0,.25)}
.lightbox-close{right:22px;top:20px;width:48px;height:48px;border-radius:50%;font-size:31px}
.lightbox-arrow{top:50%;width:54px;height:72px;border-radius:16px;transform:translateY(-50%);font-size:48px;line-height:1}
.lightbox-previous{left:20px}.lightbox-next{right:20px}
.lightbox-close:hover,.lightbox-arrow:hover,.lightbox-close:focus-visible,.lightbox-arrow:focus-visible{background:var(--blue);outline:2px solid #fff;outline-offset:2px}
@media(max-width:680px){.zoom-badge{right:9px;bottom:9px;padding:7px 9px;font-size:11px}.image-lightbox{padding:68px 12px 80px}.lightbox-stage img{max-width:calc(100vw - 24px);max-height:calc(100dvh - 175px)}.lightbox-close{right:12px;top:12px}.lightbox-arrow{top:auto;bottom:14px;width:58px;height:48px;transform:none;font-size:38px}.lightbox-previous{left:calc(50% - 68px)}.lightbox-next{right:calc(50% - 68px)}}
