.muster-badge{position:absolute;top:8px;right:8px;z-index:20;display:inline-flex;align-items:center;gap:5px;margin:0;padding:5px 9px;border:1px solid rgba(0,0,0,.08);background:#fff;color:#3a3a3a;border-radius:999px;font-size:11px;line-height:1;font-weight:600;cursor:pointer;box-shadow:0 2px 6px #0000001f;transition:background .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease;-webkit-tap-highlight-color:transparent}.muster-badge svg{width:13px;height:13px;display:block;flex:0 0 auto;color:#d27437}.muster-badge .muster-badge__check{display:none}.muster-badge:hover{transform:translateY(-1px);box-shadow:0 4px 10px #0000002e}.muster-badge.is-selected{background:#d27437;color:#fff;border-color:#d27437}.muster-badge.is-selected svg{color:#fff}.muster-badge.is-selected .muster-badge__check{display:block}.muster-badge.is-selected .muster-badge__plus{display:none}.muster-badge__label{white-space:nowrap}.muster-badge--pdp{top:14px;right:14px;font-size:13px;padding:7px 13px}.muster-badge--pdp svg{width:15px;height:15px}@media(max-width:480px){.muster-badge{font-size:10px;padding:4px 7px;top:6px;right:6px}.muster-badge svg{width:12px;height:12px}}.muster-tray{position:fixed;top:150px;right:16px;z-index:9998;width:232px;padding:12px 14px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:16px;box-shadow:0 12px 34px #00000029;display:none}.muster-tray.is-visible{display:block;animation:muster-tray-in .22s ease}@keyframes muster-tray-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.muster-tray__head{display:flex;align-items:flex-end;justify-content:space-between;gap:8px;margin-bottom:10px}.muster-tray__title{font-size:13px;font-weight:700;color:#242424;flex:1 1 auto}.muster-tray__head-right{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-end;gap:6px}.muster-tray__count{font-size:12px;font-weight:700;color:#d27437}.muster-tray__close{flex:0 0 auto;width:40px;height:40px;padding:0;border:none;border-radius:50%;background:#e9e4e2;color:#4a4a4a;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease}.muster-tray__close svg{width:24px;height:24px;display:block}.muster-tray__close:hover{background:#ddd6d2;color:#111}.muster-tray__slots{display:flex;gap:8px}.muster-tray__slot{width:34px;height:34px;flex:0 0 auto;border-radius:50%;border:1.5px dashed #d9d4cf;background:#faf7f4;position:relative;padding:0;overflow:hidden}.muster-tray__slot.is-filled{border:2px solid #d27437;cursor:pointer}.muster-tray__slot img{width:100%;height:100%;object-fit:cover;display:block}.muster-tray__slot.is-filled:after{content:"\d7";position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#00000080;color:#fff;font-size:17px;font-weight:600;opacity:0;transition:opacity .15s ease}.muster-tray__slot.is-filled:hover:after{opacity:1}.muster-tray__hint{margin-top:10px;font-size:11px;color:#6b6b6b}.muster-tray__cta{margin-top:12px;width:100%;padding:9px 12px;border:none;border-radius:10px;background:#d27437;color:#fff;font-size:13px;font-weight:700;cursor:pointer;transition:background .15s ease}.muster-tray__cta:hover{background:#c0552b}.muster-tray__cta[disabled]{background:#ddd6d0;color:#fff;cursor:not-allowed}@media(max-width:600px){.muster-tray{top:auto;bottom:14px;right:12px;left:12px;width:auto}}.muster-reopen{display:none;align-items:center;gap:5px;margin:0 8px 0 0;padding:6px 11px;border:none;border-radius:999px;background:#d27437;color:#fff;font-size:12px;font-weight:700;line-height:1;cursor:pointer;white-space:nowrap;transition:background .15s ease;-webkit-tap-highlight-color:transparent}.muster-reopen.is-visible{display:inline-flex}.muster-reopen__ico{width:22px;height:22px;object-fit:contain;display:block;flex:0 0 auto;filter:brightness(0) invert(1)}.muster-reopen:hover{background:#c0552b}.muster-reopen--float{position:fixed;top:80px;right:16px;z-index:9997;box-shadow:0 6px 18px #0000002e}.muster-toast{position:fixed;left:50%;bottom:84px;transform:translate(-50%) translateY(10px);z-index:9999;max-width:88vw;padding:11px 16px;background:#111827;color:#fff;border-radius:10px;font-size:13px;font-weight:500;box-shadow:0 6px 20px #0000004d;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease}.muster-toast.is-visible{opacity:1;transform:translate(-50%) translateY(0)}.muster-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:none;align-items:center;justify-content:center;padding:16px}.muster-modal.is-open{display:flex}.muster-modal button{-webkit-appearance:none;appearance:none;box-shadow:none}.muster-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#2b20178c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.muster-modal__card{position:relative;width:100%;max-width:560px;max-height:92vh;overflow-y:auto;background:#fdfaf7;border-radius:22px;box-shadow:0 24px 70px #00000059;animation:muster-modal-in .24s ease}@keyframes muster-modal-in{0%{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:none}}.muster-modal__close{position:absolute;top:14px;right:14px;z-index:2;width:40px;height:40px;padding:0;box-sizing:border-box;-webkit-appearance:none;appearance:none;min-width:0;line-height:0;border:none;border-radius:50%;background:#efe7e1;color:#4a4a4a;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease}.muster-modal__close svg{width:22px;height:22px;display:block}.muster-modal__close:hover{background:#e4d9d1;color:#111}.muster-modal__body{padding:32px 28px 0}.muster-modal__title{text-align:center;font-size:18px;font-weight:700;color:#2b2017;margin:0 0 22px}.muster-modal__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.muster-modal__slot{position:relative;width:100%;aspect-ratio:1 / 1;border-radius:14px;overflow:hidden}.muster-modal__slot--empty{border:2px solid #ecd8c8;background:#fffdfb}.muster-modal__slot--filled{border:1px solid rgba(0,0,0,.08);background:#fff;box-shadow:0 5px 16px #00000017}.muster-modal__slot img{width:100%;height:100%;object-fit:cover;display:block}.muster-modal__slot-label{position:absolute;left:0;bottom:0;max-width:100%;padding:3px 9px;background:#2b2017;color:#fff;font-size:11px;font-weight:600;border-top-right-radius:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.muster-modal__slot-remove{position:absolute;top:6px;right:6px;width:24px;height:24px;padding:0;box-sizing:border-box;-webkit-appearance:none;appearance:none;min-width:0;line-height:0;border:none;border-radius:50%;background:#2b2017d1;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .15s ease}.muster-modal__slot-remove svg{width:13px;height:13px;display:block}.muster-modal__slot-remove:hover{background:#d27437}.muster-modal__hint{margin:18px 2px 0;font-size:13px;color:#7a6a5d}.muster-modal__hint b{color:#d27437;font-weight:700}.muster-modal__actions{margin-top:22px;display:flex;flex-direction:column;gap:12px}.muster-modal__cta{width:100%;padding:15px 16px;border:none;border-radius:12px;background:#d27437;color:#fff;font-size:15px;font-weight:700;cursor:pointer;transition:background .15s ease}.muster-modal__cta:hover{background:#c0552b}.muster-modal__cta[disabled]{background:#e6d8cd;color:#fff;cursor:not-allowed}.muster-modal__secondary{width:100%;padding:15px 16px;border:none;border-radius:12px;background:#efe7e1;color:#3a2c20;font-size:15px;font-weight:700;cursor:pointer;transition:background .15s ease}.muster-modal__secondary:hover{background:#e4d9d1}.muster-modal__benefits{list-style:none;margin:0 0 10px;padding:0;display:flex;flex-direction:column;gap:13px}.muster-modal__benefit{display:flex;align-items:center;gap:13px;font-size:13.5px;font-weight:500;color:#3a2c20;line-height:1.35}.muster-modal__benefit-ico{width:30px;height:30px;flex:0 0 auto;object-fit:contain;display:block}.muster-modal__contact{position:relative;display:grid;grid-template-columns:1fr;margin:26px 0 0;padding:0;background:linear-gradient(135deg,#efe3d9,#e7d3c4);overflow:hidden;border-bottom-left-radius:22px;border-bottom-right-radius:22px}.muster-modal__contact>.muster-modal__contact-photo-col,.muster-modal__contact>.muster-modal__contact-main{grid-column:1;grid-row:1}.muster-modal__contact-photo-col{align-self:end;justify-self:stretch;width:100%;pointer-events:none}img.muster-modal__contact-photo{content:url(/cdn/shop/files/Dominik_my-harry.png?v=1782893551);width:100%;height:auto;display:block;object-fit:contain;object-position:bottom center}span.muster-modal__contact-photo{width:74px;height:74px;align-self:center;margin:22px 0;border-radius:50%;border:3px solid #ffffff;box-shadow:0 5px 14px #00000024;background:#d27437;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:26px;font-weight:700}.muster-modal__contact-main{align-self:start;justify-self:start;width:58%;max-width:58%;padding:26px 8px 18px 28px;position:relative;z-index:1}.muster-modal__contact-name{font-size:15px;font-weight:700;color:#2b2017}.muster-modal__contact-role{font-size:13px;font-weight:600;color:#3a2c20;margin-top:14px;line-height:1.35}.muster-modal__contact-links{display:flex;flex-direction:column;gap:7px;margin-top:12px}.muster-modal__contact-link{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:#3a2c20;text-decoration:none;font-weight:600}.muster-modal__contact-link svg{width:15px;height:15px;flex:0 0 auto;color:#d27437}.muster-modal__contact-link:hover{color:#d27437}@media(max-width:480px){.muster-modal__body{padding:28px 18px 0}.muster-modal__grid{gap:10px}.muster-modal__contact-photo-col{display:none}.muster-modal__contact-main{width:100%;max-width:100%;padding:20px 18px 22px}.muster-modal__contact-role{margin-top:2px}}
/*# sourceMappingURL=/cdn/shop/t/343/assets/muster-badge.css.map */
