.b2b-account{display:grid;grid-template-columns:220px 1fr;gap:4rem;align-items:start}@media(max-width:749px){.b2b-account{grid-template-columns:1fr}}.b2b-account__sidebar{position:sticky;top:2rem}.b2b-account__nav{display:flex;flex-direction:column;border:1px solid #e5e5e5;border-radius:6px;overflow:hidden}.b2b-account__nav-item{display:block;width:100%;padding:1.2rem 1.6rem;text-align:left;background:none;border:none;border-bottom:1px solid #e5e5e5;cursor:pointer;font-size:1.4rem;color:#333;transition:background .15s,color .15s}.b2b-account__nav-item:last-child{border-bottom:none}.b2b-account__nav-item:hover{background:#f9f9f9}.b2b-account__nav-item.active{background:#f29100;color:#fff;font-weight:600}.b2b-account__logout{display:block;margin-top:1.5rem;font-size:1.3rem;color:#888;text-decoration:none}.b2b-account__logout:hover{color:#111}.b2b-account__panel{display:none}.b2b-account__panel.active{display:block}.b2b-account__section{margin-bottom:3rem}.b2b-account__section-title{font-size:1.6rem;font-weight:700;color:#111;margin:0 0 1.2rem;padding-bottom:.6rem;border-bottom:2px solid #f29100}.b2b-account__section-subtitle{font-size:1.4rem;font-weight:600;margin:0 0 1rem}.b2b-account__section--bordered{padding:2rem;border:1px solid #e5e5e5;border-radius:6px}.b2b-account__field-row{display:grid;grid-template-columns:210px 1fr;gap:1rem;padding:1rem 0;border-bottom:1px solid #f0f0f0;align-items:start}.b2b-account__field-row:last-child{border-bottom:none}.b2b-account__field-row dt{font-size:1.3rem;color:#666;font-weight:500;padding-top:.1rem}.b2b-account__field-row dd{font-size:1.4rem;color:#111;margin:0}.b2b-account__payment-options{display:flex;gap:1.2rem;margin-bottom:.8rem;flex-wrap:wrap}.b2b-account__payment-option{padding:1.2rem 2rem;border:2px solid #ddd;border-radius:8px;font-size:1.4rem;color:#666;min-width:12rem;text-align:center;line-height:1.4}.b2b-account__payment-option.active{border-color:#f29100;color:#f29100;font-weight:600}.b2b-account__payment-note{font-size:1.2rem;color:#999;margin-top:.5rem}.b2b-account__contact-card{padding:1.5rem 2rem;background:#fafafa;border-left:4px solid #f29100;border-radius:0 6px 6px 0;line-height:2;font-size:1.4rem}.b2b-account__contact-card p{margin:0}.b2b-account__contact-card a{color:#f29100;text-decoration:none}.b2b-account__contact-card a:hover{text-decoration:underline}.b2b-account__delivery-permission{background:#f5fff5;border:1px solid #b8ddb8;padding:1.2rem 1.6rem;border-radius:6px;font-size:1.4rem;color:#333}.b2b-account__addresses-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.b2b-account__address-cards{display:flex;flex-direction:column;gap:1.2rem;margin-bottom:2rem}.b2b-account__address-card{position:relative;border:2px solid #e5e5e5;border-radius:8px;padding:1.8rem 2rem;transition:border-color .2s,box-shadow .2s}.b2b-account__address-card:hover{box-shadow:0 2px 8px #0000000f}.b2b-account__address-card--default{border-color:#f29100}.b2b-account__address-badge{position:absolute;top:-.9rem;left:1.2rem;background:#f29100;color:#fff;font-size:1rem;font-weight:700;padding:.2rem .9rem;border-radius:20px;text-transform:uppercase;letter-spacing:.06em}.b2b-account__address-content p{margin:.3rem 0;font-size:1.4rem;line-height:1.5}.b2b-account__address-type{color:#999!important;font-size:1.2rem!important;text-transform:uppercase;letter-spacing:.04em}.b2b-account__address-header{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.b2b-account__address-actions{display:flex;gap:1.2rem;flex-shrink:0;align-items:center}.b2b-account__address-edit{font-size:1.3rem;color:#f29100;text-decoration:none;cursor:pointer;white-space:nowrap}.b2b-account__address-edit:hover{text-decoration:underline}.b2b-account__address-delete{font-size:1.3rem;color:#bbb;background:none;border:none;cursor:pointer;padding:0;white-space:nowrap}.b2b-account__address-delete:hover{color:#c00;text-decoration:underline}.b2b-account__address-form{margin-top:1.8rem;padding-top:1.8rem;border-top:1px dashed #ddd}.b2b-account__form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}@media(max-width:749px){.b2b-account__form-grid{grid-template-columns:1fr}}.b2b-account__form-group{display:flex;flex-direction:column;gap:.5rem}.b2b-account__form-group--full{grid-column:1 / -1}.b2b-account__form-group label{font-size:1.3rem;font-weight:500;color:#555}.b2b-account__form-group input,.b2b-account__form-group select{padding:.9rem 1.2rem;border:1px solid #ddd;border-radius:4px;font-size:1.4rem;color:#111;background:#fff;transition:border-color .15s;-webkit-appearance:none;appearance:none}.b2b-account__form-group input:focus,.b2b-account__form-group select:focus{outline:none;border-color:#f29100}.b2b-account__checkbox{display:flex;align-items:center;gap:.8rem;font-size:1.3rem;cursor:pointer;margin-bottom:1.5rem}.b2b-account__checkbox input{accent-color:#f29100}.b2b-account__form-actions{display:flex;gap:1rem;align-items:center}.b2b-account__btn{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 2rem;border-radius:4px;font-size:1.4rem;font-weight:500;cursor:pointer;transition:all .15s;text-decoration:none;border:2px solid transparent;letter-spacing:.02em}.b2b-account__btn--primary{background:#f29100;color:#fff;border-color:#f29100}.b2b-account__btn--primary:hover{background:#d97e00;border-color:#d97e00}.b2b-account__btn--secondary{background:transparent;color:#111;border-color:#111}.b2b-account__btn--secondary:hover{background:#111;color:#fff}.b2b-account__btn--ghost{background:transparent;color:#888;border-color:transparent}.b2b-account__btn--ghost:hover{color:#111}.b2b-account__orders-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.b2b-account__status-legend{display:flex;align-items:center;gap:1.5rem;font-size:1.2rem;color:#555}.b2b-account__status-legend .b2b-status-dot{margin-right:.4rem}.b2b-account__order-list{display:flex;flex-direction:column;gap:1rem}.b2b-account__order{border:1px solid #e5e5e5;border-radius:8px;overflow:hidden;transition:border-color .2s}.b2b-account__order[open]{border-color:#f29100}.b2b-account__order-summary{display:flex;align-items:center;justify-content:space-between;padding:1.6rem 2rem;cursor:pointer;background:#fafafa;gap:2rem;list-style:none;-webkit-user-select:none;user-select:none}.b2b-account__order-summary::-webkit-details-marker{display:none}.b2b-account__order[open] .b2b-account__order-summary{border-bottom:1px solid #e5e5e5;background:#fff8f0}.b2b-account__order-meta{display:flex;gap:3rem;align-items:flex-start;flex-wrap:wrap;flex:1}.b2b-account__order-number{display:block;font-size:1.5rem;font-weight:700;color:#111}.b2b-account__order-items{display:block;font-size:1.2rem;color:#999;margin-top:.3rem}.b2b-account__order-info{display:flex;flex-direction:column;gap:.4rem;font-size:1.3rem;color:#555}.b2b-account__order-project{font-size:1.3rem;color:#333}.b2b-account__order-detail{padding:2rem}.b2b-account__order-table{width:100%;border-collapse:collapse;font-size:1.3rem;margin-bottom:2rem}.b2b-account__order-table th{text-align:left;padding:.8rem 1rem;background:#f5f5f5;font-weight:600;font-size:1.1rem;text-transform:uppercase;letter-spacing:.05em;color:#444}.b2b-account__order-table td{padding:.8rem 1rem;border-bottom:1px solid #f0f0f0;color:#333;vertical-align:middle}.b2b-account__order-table img{border-radius:3px;object-fit:cover}.b2b-account__order-table tfoot td{border-top:2px solid #222;border-bottom:none;font-weight:700}.b2b-account__order-docs{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.b2b-account__order-docs h4{font-size:1.4rem;margin:0 0 .8rem;width:100%;font-weight:600}.b2b-account__doc-link{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.4rem;border:1px solid #ddd;border-radius:4px;font-size:1.3rem;color:#333;text-decoration:none;transition:all .15s}.b2b-account__doc-link:hover{border-color:#f29100;color:#f29100}.b2b-status-dot{display:inline-block;width:1.2rem;height:1.2rem;border-radius:50%;flex-shrink:0}.b2b-status-dot--pending{background:#f5a623}.b2b-status-dot--fulfilled{background:#3cb371}.b2b-status-dot--attested{background:transparent;border:2px solid #3cb371}.b2b-account__empty-state{padding:3rem 2rem;text-align:center;color:#888;font-size:1.4rem;background:#fafafa;border-radius:8px;border:1px dashed #ddd;line-height:2}.b2b-account__empty-state a{color:#f29100}.b2b-account__error{padding:1rem 1.5rem;background:#fff0f0;border:1px solid #fcc;border-radius:4px;margin-bottom:1.5rem;font-size:1.3rem;color:#c00}.b2b-steps-v2{display:flex;align-items:flex-start;justify-content:center;margin:0 auto 4rem;max-width:640px}.b2b-steps-v2__step{display:flex;flex-direction:column;align-items:center;gap:.8rem;flex:0 0 auto;min-width:110px;text-align:center}.b2b-steps-v2__circle-link{text-decoration:none}.b2b-steps-v2__circle{width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;background:#e5e5e5;color:#999;transition:background .2s}.b2b-steps-v2__step--done .b2b-steps-v2__circle{background:#d4f0d4;color:#2a7a2a}.b2b-steps-v2__step--active .b2b-steps-v2__circle{background:#e8741a;color:#fff}.b2b-steps-v2__label{font-size:1.3rem;color:#aaa;white-space:nowrap}.b2b-steps-v2__step--done .b2b-steps-v2__label{color:#555}.b2b-steps-v2__step--active .b2b-steps-v2__label{color:#111;font-weight:600}.b2b-steps-v2__line{flex:1;height:2px;background:#e0e0e0;margin:2rem .8rem 0;min-width:30px}.b2b-ld-v2{max-width:860px;margin:0 auto}.b2b-ld-v2__title{font-size:2.2rem;font-weight:700;margin:0 0 2rem;color:#111}.b2b-ld-v2__card{background:#fff;border:1px solid #e8e8e8;border-radius:0;padding:2.4rem;box-shadow:0 2px 8px #0000000d;display:flex;flex-direction:column;gap:2rem}.b2b-ld-v2__grid{display:grid;grid-template-columns:1fr 1fr;gap:1.6rem}@media(max-width:600px){.b2b-ld-v2__grid{grid-template-columns:1fr}}.b2b-ld-v2__field-group{display:flex;flex-direction:column;gap:.6rem}.b2b-ld-v2__label{font-size:1.3rem;font-weight:600;color:#444;letter-spacing:.02em;text-transform:uppercase}.b2b-ld-v2__required{color:#e8741a}.b2b-ld-v2__input{width:100%;padding:1rem 1.2rem;border:1.5px solid #ddd;border-radius:0;font-size:1.4rem;color:#111;background:#fafafa;transition:border-color .2s,box-shadow .2s;outline:none;box-sizing:border-box}.b2b-ld-v2__input:focus{border-color:#e8741a;box-shadow:none;background:#fff}.b2b-ld-v2__textarea{resize:vertical;min-height:90px}.b2b-ld-v2__hint{font-size:1.2rem;color:#999;margin:0;line-height:1.4}.b2b-ld-v2__select{width:100%;padding:1rem 1.2rem;border:1.5px solid #ddd;border-radius:0;font-size:1.4rem;color:#111;background:#fafafa;cursor:pointer;outline:none;transition:border-color .2s;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8' fill='none' stroke='%23666' stroke-width='1.5'%3E%3Cpath d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1.2rem center;background-size:12px}.b2b-ld-v2__select:focus{border-color:#e8741a;box-shadow:none}.b2b-ld-v2__date-wrap{position:relative}.b2b-ld-v2__date-icon{position:absolute;left:1.2rem;top:50%;transform:translateY(-50%);width:1.6rem;height:1.6rem;color:#888;pointer-events:none}.b2b-ld-v2__input--date{padding-left:3.6rem}.b2b-lieferart-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}@media(max-width:500px){.b2b-lieferart-cards{grid-template-columns:1fr}}.b2b-lieferart-card{position:relative;display:flex;flex-direction:column;align-items:center;gap:.8rem;padding:1.6rem 1rem;border:2px solid #e0e0e0;border-radius:0;cursor:pointer;transition:border-color .2s,box-shadow .2s,background .2s;background:#fff;text-align:center}.b2b-lieferart-card:hover{border-color:#bbb;box-shadow:none}.b2b-lieferart-card--selected{border-color:#e8741a;background:#fff8f3;box-shadow:none}.b2b-lieferart-card input[type=radio]{position:absolute;opacity:0;width:0;height:0}.b2b-lieferart-card svg{width:3.6rem;height:3.6rem;color:#999;transition:color .2s}.b2b-lieferart-card--selected svg{color:#e8741a}.b2b-lieferart-card span{font-size:1.3rem;font-weight:600;color:#333}.b2b-ld-v2__actions{display:flex;justify-content:space-between;align-items:center;margin-top:2.4rem;gap:1rem}.b2b-ld-v2__btn-ghost{display:inline-flex;align-items:center;padding:1rem 2rem;border:1.5px solid #ddd;border-radius:0;font-size:1.4rem;color:#555;text-decoration:none;background:#fff;transition:border-color .2s,color .2s}.b2b-ld-v2__btn-ghost:hover{border-color:#999;color:#111}.b2b-ld-v2__btn-primary{display:inline-flex;align-items:center;padding:1rem 2.4rem;background:#f29100;color:#fff;border:none;border-radius:0;font-size:1.4rem;font-weight:600;cursor:pointer;transition:background .2s;letter-spacing:.04em;text-transform:uppercase}.b2b-ld-v2__btn-primary:hover{background:#d97e00}.b2b-ld-v2__btn-primary:disabled{opacity:.6;cursor:not-allowed}.b2b-ld-v2__input,.b2b-ld-v2__select,.b2b-ld-v2__textarea,.b2b-ld-v2__label,.b2b-ld-v2__title,.b2b-lieferart-card span,.b2b-steps-v2__label,.b2b-ld-v2__btn-ghost,.b2b-ld-v2__btn-primary{font-family:inherit}
/*# sourceMappingURL=/cdn/shop/t/2/assets/b2b-account.css.map */
