:root{--b2b-font-family:"Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--b2b-bg:#f5f7fa;--b2b-surface:#fff;--b2b-border:#e5e7eb;--b2b-text:#111827;--b2b-muted:#6b7280;--b2b-blue:#2284ba;--b2b-radius:14px;--b2b-shadow:0 18px 45px #0f172a14}*{box-sizing:border-box}html{min-height:100%}.b2b-body{background:var(--b2b-bg);min-height:100vh;color:var(--b2b-text);font-family:var(--b2b-font-family);-webkit-font-smoothing:antialiased;text-rendering:geometricprecision;margin:0;font-size:15px;line-height:1.5}.b2b-page{min-height:100vh}.b2b-auth-shell{justify-content:center;align-items:center;min-height:100vh;padding:32px;display:flex}.b2b-auth-card{border:1px solid var(--b2b-border);border-radius:var(--b2b-radius);background:var(--b2b-surface);width:100%;max-width:560px;box-shadow:var(--b2b-shadow);text-align:center;padding:38px}.b2b-auth-logo{color:var(--b2b-text);letter-spacing:-.02em;margin-bottom:18px;font-size:20px;font-weight:800;line-height:1.2}.b2b-auth-logo span{color:var(--b2b-blue)}.b2b-auth-title{color:var(--b2b-text);letter-spacing:-.03em;margin:0;font-size:30px;font-weight:800;line-height:1.2}.b2b-auth-text{max-width:430px;color:var(--b2b-muted);margin:14px auto 0;font-size:15px;font-weight:500;line-height:1.6}.b2b-auth-status{min-height:34px;color:var(--b2b-blue);background:#2284ba14;border:1px solid #2284ba38;border-radius:999px;justify-content:center;align-items:center;margin-top:26px;padding:0 13px;font-size:13px;font-weight:700;line-height:1;display:inline-flex}@media (width<=640px){.b2b-auth-shell{padding:20px}.b2b-auth-card{padding:28px 22px}.b2b-auth-title{font-size:25px}}.b2b-login-form{text-align:left;gap:15px;margin-top:28px;display:grid}.b2b-field{gap:7px;display:grid}.b2b-field label{color:var(--b2b-text);font-size:13px;font-weight:700;line-height:1}.b2b-field input{border:1px solid var(--b2b-border);width:100%;height:46px;color:var(--b2b-text);font-family:var(--b2b-font-family);background:#fff;border-radius:10px;outline:none;padding:0 13px;font-size:14px;font-weight:500;transition:border-color .16s,box-shadow .16s}.b2b-field input::placeholder{color:#9ca3af}.b2b-field input:focus{border-color:#2284baa6;box-shadow:0 0 0 4px #2284ba1f}.b2b-primary-button{background:var(--b2b-blue);color:#fff;width:100%;height:46px;font-family:var(--b2b-font-family);cursor:default;border:0;border-radius:10px;justify-content:center;align-items:center;margin-top:4px;font-size:14px;font-weight:800;display:inline-flex}.b2b-auth-help{color:var(--b2b-muted);margin-top:20px;font-size:12px;font-weight:500;line-height:1.5}.b2b-form-error{color:#b91c1c;text-align:left;background:#b91c1c0f;border:1px solid #b91c1c2e;border-radius:10px;padding:10px 12px;font-size:13px;font-weight:700;line-height:1.4}.b2b-dashboard-shell{justify-content:center;align-items:center;min-height:100vh;padding:32px;display:flex}.b2b-dashboard-card{border:1px solid var(--b2b-border);border-radius:var(--b2b-radius);background:var(--b2b-surface);width:100%;max-width:680px;box-shadow:var(--b2b-shadow);justify-content:space-between;align-items:center;gap:28px;padding:38px;display:flex}.b2b-secondary-button{border:1px solid var(--b2b-border);height:42px;color:var(--b2b-text);font-family:var(--b2b-font-family);cursor:pointer;background:#fff;border-radius:10px;justify-content:center;align-items:center;padding:0 16px;font-size:14px;font-weight:800;display:inline-flex}@media (width<=640px){.b2b-dashboard-card{flex-direction:column;align-items:flex-start;padding:28px 22px}}.b2b-dashboard-wrap{width:100%;max-width:980px}.b2b-dashboard-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:22px;display:flex}.b2b-dashboard-title{color:var(--b2b-text);letter-spacing:-.03em;margin:0;font-size:32px;font-weight:800;line-height:1.15}.b2b-dashboard-subtitle{color:var(--b2b-muted);margin:8px 0 0;font-size:15px;font-weight:500;line-height:1.5}.b2b-dashboard-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.b2b-info-card{border:1px solid var(--b2b-border);border-radius:var(--b2b-radius);background:var(--b2b-surface);min-height:150px;box-shadow:var(--b2b-shadow);padding:22px}.b2b-info-label{color:var(--b2b-muted);letter-spacing:.04em;text-transform:uppercase;margin-bottom:12px;font-size:12px;font-weight:800;line-height:1;display:block}.b2b-info-value{color:var(--b2b-text);font-size:18px;font-weight:800;line-height:1.3;display:block}.b2b-info-meta{color:var(--b2b-muted);margin-top:8px;font-size:13px;font-weight:600;line-height:1.45;display:block}@media (width<=900px){.b2b-dashboard-grid{grid-template-columns:1fr}.b2b-dashboard-header{flex-direction:column}}.b2b-app{background:var(--b2b-bg);min-height:100vh}.b2b-app-header{border-bottom:1px solid var(--b2b-border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;height:72px;padding:0 34px;display:grid}.b2b-app-brand{color:var(--b2b-text);letter-spacing:-.02em;white-space:nowrap;font-size:18px;font-weight:800;line-height:1}.b2b-app-brand span{color:var(--b2b-blue)}.b2b-app-nav{justify-content:center;align-items:center;gap:6px;display:flex}.b2b-app-nav-link{height:36px;color:var(--b2b-muted);border-radius:10px;justify-content:center;align-items:center;padding:0 13px;font-size:13px;font-weight:800;line-height:1;text-decoration:none;display:inline-flex}.b2b-app-nav-link.active{color:var(--b2b-blue);background:#2284ba1a}.b2b-app-nav-link.disabled{opacity:.55;cursor:default}.b2b-app-logout{border:1px solid var(--b2b-border);height:38px;color:var(--b2b-text);font-family:var(--b2b-font-family);cursor:pointer;background:#fff;border-radius:10px;justify-content:center;align-items:center;padding:0 15px;font-size:13px;font-weight:800;display:inline-flex}.b2b-app-main{width:100%;max-width:1120px;margin:0 auto;padding:34px}.b2b-app-main .b2b-dashboard-shell{min-height:auto;padding:0;display:block}@media (width<=900px){.b2b-app-header{grid-template-columns:1fr;align-items:flex-start;gap:16px;height:auto;padding:20px}.b2b-app-nav{justify-content:flex-start;width:100%;padding-bottom:2px;overflow-x:auto}.b2b-app-main{padding:24px 20px}}.b2b-section{width:100%}.b2b-section-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:22px;display:flex}.b2b-section-title{color:var(--b2b-text);letter-spacing:-.03em;margin:0;font-size:32px;font-weight:800;line-height:1.15}.b2b-section-subtitle{max-width:680px;color:var(--b2b-muted);margin:8px 0 0;font-size:15px;font-weight:500;line-height:1.55}.b2b-placeholder-card{border:1px solid var(--b2b-border);border-radius:var(--b2b-radius);background:var(--b2b-surface);box-shadow:var(--b2b-shadow);gap:8px;padding:28px;display:grid}.b2b-placeholder-card strong{color:var(--b2b-text);font-size:18px;font-weight:800;line-height:1.3}.b2b-placeholder-card span{color:var(--b2b-muted);font-size:14px;font-weight:500;line-height:1.5}.b2b-alert{border-radius:var(--b2b-radius);color:#b91c1c;background:#b91c1c0f;border:1px solid #b91c1c2e;margin-bottom:18px;padding:13px 15px;font-size:14px;font-weight:700;line-height:1.45}.b2b-dashboard-actions{margin-top:28px}.b2b-section-title-sm{font-size:24px}.b2b-action-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.b2b-action-card{border:1px solid var(--b2b-border);border-radius:var(--b2b-radius);background:var(--b2b-surface);min-height:190px;box-shadow:var(--b2b-shadow);color:inherit;flex-direction:column;justify-content:space-between;gap:18px;padding:22px;text-decoration:none;transition:transform .16s,border-color .16s,box-shadow .16s;display:flex}.b2b-action-card:hover{border-color:#2284ba59;transform:translateY(-2px);box-shadow:0 22px 55px #0f172a1c}.b2b-action-title{color:var(--b2b-text);letter-spacing:-.02em;font-size:19px;font-weight:800;line-height:1.25;display:block}.b2b-action-text{color:var(--b2b-muted);font-size:14px;font-weight:500;line-height:1.5;display:block}.b2b-action-link{color:var(--b2b-blue);align-items:center;font-size:13px;font-weight:800;line-height:1;display:inline-flex}@media (width<=1100px){.b2b-action-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.b2b-action-grid{grid-template-columns:1fr}.b2b-action-card{min-height:160px}}.b2b-table-card{border:1px solid var(--b2b-border);border-radius:var(--b2b-radius);background:var(--b2b-surface);box-shadow:var(--b2b-shadow);overflow:hidden}.b2b-table-wrap{width:100%;overflow-x:auto}.b2b-table{border-collapse:collapse;width:100%}.b2b-table th{border-bottom:1px solid var(--b2b-border);height:44px;color:var(--b2b-muted);letter-spacing:.05em;text-align:left;text-transform:uppercase;white-space:nowrap;background:#f9fafb;padding:0 18px;font-size:11px;font-weight:800;line-height:1}.b2b-table td{height:56px;color:var(--b2b-text);white-space:nowrap;border-bottom:1px solid #eef0f3;padding:0 18px;font-size:14px;font-weight:600;line-height:1.35}.b2b-table tbody tr:last-child td{border-bottom:0}.b2b-table-main{color:var(--b2b-text);font-weight:800}.b2b-doc-type{min-height:26px;color:var(--b2b-blue);letter-spacing:.04em;background:#2284ba1a;border-radius:999px;justify-content:center;align-items:center;padding:0 9px;font-size:11px;font-weight:800;line-height:1;display:inline-flex}.b2b-status-badge{color:#374151;background:#f3f4f6;border-radius:999px;justify-content:center;align-items:center;min-height:26px;padding:0 9px;font-size:12px;font-weight:800;line-height:1;display:inline-flex}.b2b-empty-state{text-align:center;gap:8px;padding:34px;display:grid}.b2b-empty-state strong{color:var(--b2b-text);font-size:18px;font-weight:800;line-height:1.3}.b2b-empty-state span{color:var(--b2b-muted);font-size:14px;font-weight:500;line-height:1.5}.text-right{text-align:right!important}.b2b-pdf-button{height:32px;color:var(--b2b-blue);white-space:nowrap;background:#2284ba14;border:1px solid #2284ba3d;border-radius:10px;justify-content:center;align-items:center;padding:0 12px;font-size:12px;font-weight:800;line-height:1;text-decoration:none;display:inline-flex}.b2b-pdf-button:hover{background:#2284ba1f;border-color:#2284ba66}.b2b-filters-card{border:1px solid var(--b2b-border);border-radius:var(--b2b-radius);background:var(--b2b-surface);box-shadow:var(--b2b-shadow);grid-template-columns:1.4fr 1fr .8fr .8fr auto;align-items:end;gap:14px;margin-bottom:18px;padding:18px;display:grid}.b2b-filter-field{gap:7px;display:grid}.b2b-filter-field label{color:var(--b2b-muted);letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:800;line-height:1}.b2b-filter-field input,.b2b-filter-field select{border:1px solid var(--b2b-border);width:100%;height:42px;color:var(--b2b-text);font-family:var(--b2b-font-family);background:#fff;border-radius:10px;outline:none;padding:0 12px;font-size:13px;font-weight:600}.b2b-filter-field input:focus,.b2b-filter-field select:focus{border-color:#2284baa6;box-shadow:0 0 0 4px #2284ba1f}.b2b-filter-actions{align-items:center;gap:10px;display:flex}.b2b-filter-button{background:var(--b2b-blue);color:#fff;height:42px;font-family:var(--b2b-font-family);cursor:pointer;border:0;border-radius:10px;justify-content:center;align-items:center;padding:0 16px;font-size:13px;font-weight:800;display:inline-flex}.b2b-filter-reset{height:42px;color:var(--b2b-muted);justify-content:center;align-items:center;padding:0 12px;font-size:13px;font-weight:800;text-decoration:none;display:inline-flex}@media (width<=1050px){.b2b-filters-card{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.b2b-filters-card{grid-template-columns:1fr}}.b2b-filters-card-catalogo{grid-template-columns:minmax(0,1fr) auto}.b2b-table-sub{color:var(--b2b-muted);margin-top:4px;font-size:12px;font-weight:600;line-height:1.2;display:block}.b2b-product-description{min-width:360px;white-space:normal!important}.b2b-availability-badge{border-radius:999px;justify-content:center;align-items:center;min-width:34px;min-height:26px;padding:0 9px;font-size:12px;font-weight:800;line-height:1;display:inline-flex}.b2b-availability-badge.positive{color:#15803d;background:#16a34a1a}.b2b-availability-badge.neutral{color:#6b7280;background:#f3f4f6}@media (width<=1050px){.b2b-filters-card-catalogo{grid-template-columns:1fr}}.b2b-app-actions{justify-content:flex-end;align-items:center;gap:10px;display:inline-flex}.b2b-app-cart-link{border:1px solid var(--b2b-border);height:38px;color:var(--b2b-text);background:#fff;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:0 12px;font-size:13px;font-weight:800;line-height:1;text-decoration:none;display:inline-flex;position:relative}.b2b-app-cart-link svg{width:18px;height:18px;color:var(--b2b-blue)}.b2b-app-cart-link.active{color:var(--b2b-blue);background:#2284ba14;border-color:#2284ba47}.b2b-app-cart-link strong{background:var(--b2b-blue);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;font-weight:900;line-height:1;display:inline-flex}@media (width<=900px){.b2b-app-actions{justify-content:space-between;width:100%}}:is(.b2b-app-main:has(.b2b-order-workspace),.b2b-app-main:has(.b2b-cart-page)){max-width:none;padding:28px 32px 48px}.b2b-order-workspace{width:100%}.b2b-order-layout{grid-template-columns:minmax(0,1fr);align-items:start;gap:18px;display:grid}.b2b-order-main{min-width:0}.b2b-order-searchbar{grid-template-columns:minmax(0,1fr) 86px 64px;align-items:end;gap:10px;display:grid}.b2b-order-search-field{gap:7px;display:grid}.b2b-order-search-field label{color:var(--b2b-muted);letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:800;line-height:1}.b2b-order-search-field input{border:1px solid var(--b2b-border);width:100%;height:40px;color:var(--b2b-text);font-family:var(--b2b-font-family);background:#fff;border-radius:10px;outline:none;padding:0 13px;font-size:14px;font-weight:700}.b2b-order-search-field input:focus{border-color:#2284baa6;box-shadow:0 0 0 4px #2284ba1f}.b2b-order-controls{border:1px solid var(--b2b-border);background:#fff;border-radius:12px;gap:12px;margin-bottom:14px;padding:14px;display:grid;box-shadow:0 10px 32px #0f172a0e}.b2b-order-controls .b2b-filter-button,.b2b-order-controls .b2b-filter-reset{height:40px}.b2b-order-controls .b2b-filter-reset{padding:0 8px}.b2b-order-filters{border-top:1px solid #edf0f3;grid-template-columns:minmax(300px,1.4fr) 120px 170px 210px;align-items:end;gap:10px;padding-top:12px;display:grid}.b2b-order-filters .b2b-filter-field{gap:6px}.b2b-order-filters .b2b-filter-field label{font-size:10px}.b2b-order-filters .b2b-filter-field select{height:38px;font-size:12px;font-weight:700}.b2b-search-select{width:100%;position:relative}.b2b-search-select-trigger{border:1px solid var(--b2b-border);width:100%;height:38px;color:var(--b2b-text);font-family:var(--b2b-font-family);text-align:left;cursor:pointer;background:#fff;border-radius:10px;outline:none;justify-content:space-between;align-items:center;gap:10px;padding:0 11px;font-size:12px;font-weight:800;line-height:1;display:inline-flex}.b2b-search-select-trigger span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.b2b-search-select-trigger svg{width:16px;height:16px;color:var(--b2b-muted);flex:none;transition:transform .14s}.b2b-search-select.is-open .b2b-search-select-trigger,.b2b-search-select-trigger:focus{border-color:#2284baa6;box-shadow:0 0 0 4px #2284ba1f}.b2b-search-select.is-open .b2b-search-select-trigger svg{transform:rotate(180deg)}.b2b-search-select-panel{z-index:40;background:#fff;border:1px solid #dfe4ea;border-radius:12px;gap:8px;padding:10px;display:grid;position:absolute;top:calc(100% + 6px);left:0;right:0;box-shadow:0 18px 42px #0f172a24}.b2b-search-select-panel[hidden]{display:none!important}.b2b-search-select-input{border:1px solid var(--b2b-border);width:100%;height:36px;color:var(--b2b-text);font-family:var(--b2b-font-family);background:#fff;border-radius:9px;outline:none;padding:0 11px;font-size:12px;font-weight:700}.b2b-search-select-input:focus{border-color:#2284baa6;box-shadow:0 0 0 3px #2284ba1a}.b2b-search-select-list{gap:3px;max-height:260px;padding-right:2px;display:grid;overflow-y:auto}.b2b-search-select-option{width:100%;min-height:34px;color:var(--b2b-text);font-family:var(--b2b-font-family);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;padding:0 10px;font-size:12px;font-weight:700;line-height:1.25;display:flex}.b2b-search-select-option[hidden],.b2b-search-select-empty[hidden]{display:none!important}.b2b-search-select-option:hover,.b2b-search-select-option.is-selected{color:var(--b2b-blue);background:#2284ba17}.b2b-search-select-empty{color:var(--b2b-muted);text-align:center;padding:10px;font-size:12px;font-weight:700;line-height:1.35}.b2b-cart-feedback a{color:#15803d;font-weight:900;text-decoration:none}.b2b-order-table-card{border:1px solid var(--b2b-border);background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 14px 38px #0f172a11}.b2b-order-table-scroll{width:100%;overflow-x:auto}.b2b-order-table{border-collapse:collapse;width:100%;min-width:1080px}.b2b-order-table th{border-bottom:1px solid var(--b2b-border);color:#697386;letter-spacing:.07em;text-align:left;text-transform:uppercase;vertical-align:middle;white-space:nowrap;background:#f7f8fa;height:40px;padding:0 12px;font-size:10px;font-weight:800;line-height:1}.b2b-order-table td{height:84px;color:var(--b2b-text);vertical-align:middle;white-space:nowrap;border-bottom:1px solid #edf0f3;padding:6px 12px;font-size:13px;font-weight:700;line-height:1.35}.b2b-order-table tbody tr:last-child td{border-bottom:0}.b2b-order-table tbody tr:hover td{background:#fbfcfd}.b2b-order-table-with-prices{table-layout:fixed;min-width:1500px}.b2b-order-table-without-prices{table-layout:fixed;min-width:1120px}.b2b-order-table-with-prices th:first-child,.b2b-order-table-with-prices td:first-child,.b2b-order-table-without-prices th:first-child,.b2b-order-table-without-prices td:first-child{width:96px}.b2b-order-table-with-prices th:nth-child(2),.b2b-order-table-with-prices td:nth-child(2),.b2b-order-table-without-prices th:nth-child(2),.b2b-order-table-without-prices td:nth-child(2){width:150px}.b2b-order-table-with-prices th:nth-child(3),.b2b-order-table-with-prices td:nth-child(3),.b2b-order-table-without-prices th:nth-child(3),.b2b-order-table-without-prices td:nth-child(3){width:auto}.b2b-order-table-with-prices th:nth-child(4),.b2b-order-table-with-prices td:nth-child(4),.b2b-order-table-without-prices th:nth-child(4),.b2b-order-table-without-prices td:nth-child(4){width:72px}.b2b-order-table-with-prices th:nth-child(5),.b2b-order-table-with-prices td:nth-child(5),.b2b-order-table-without-prices th:nth-child(5),.b2b-order-table-without-prices td:nth-child(5){width:100px}.b2b-order-table-with-prices th:nth-child(6),.b2b-order-table-with-prices td:nth-child(6),.b2b-order-table-with-prices th:nth-child(8),.b2b-order-table-with-prices td:nth-child(8),.b2b-order-table-with-prices th:nth-child(10),.b2b-order-table-with-prices td:nth-child(10){width:108px}.b2b-order-table-with-prices th:nth-child(7),.b2b-order-table-with-prices td:nth-child(7){width:88px}.b2b-order-table-with-prices th:nth-child(9),.b2b-order-table-with-prices td:nth-child(9),.b2b-order-table-without-prices th:nth-child(6),.b2b-order-table-without-prices td:nth-child(6){width:126px;text-align:center!important}.b2b-order-table-with-prices th:nth-child(11),.b2b-order-table-with-prices td:nth-child(11),.b2b-order-table-without-prices th:nth-child(7),.b2b-order-table-without-prices td:nth-child(7){width:108px;text-align:center!important}.b2b-order-table-with-prices td:first-child,.b2b-order-table-without-prices td:first-child{padding-left:10px;padding-right:10px;text-align:center!important}.b2b-order-table-with-prices td:nth-child(9)>.b2b-order-qty-stepper,.b2b-order-table-without-prices td:nth-child(6)>.b2b-order-qty-stepper{margin:0 auto}.b2b-text-center{text-align:center!important}.b2b-text-right{text-align:right!important}.b2b-order-image-heading{color:#0000;font-size:0}.b2b-order-product-image-frame{color:#94a3b8;background:linear-gradient(#fff 0%,#f8fafc 100%);border:1px solid #e2e8f0;border-radius:12px;place-items:center;width:72px;height:72px;display:inline-grid;position:relative;overflow:hidden}.b2b-order-product-image{z-index:2;object-fit:contain;background:#fff;width:100%;height:100%;position:relative}.b2b-order-product-image-placeholder{place-items:center;display:grid;position:absolute;inset:0}.b2b-order-product-image-placeholder svg{width:28px;height:28px}.b2b-order-product-image-frame.is-missing .b2b-order-product-image-placeholder{display:grid}.b2b-order-table-code{max-width:100%;min-height:24px;color:var(--b2b-text);text-overflow:ellipsis;vertical-align:middle;white-space:nowrap;background:#1118270f;border-radius:999px;align-items:center;padding:0 8px;font-size:12px;font-weight:800;line-height:1;display:inline-flex;overflow:hidden}.b2b-order-table-description{min-width:0;white-space:normal!important}.b2b-order-table-description strong{color:var(--b2b-text);letter-spacing:-.01em;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;font-weight:800;line-height:1.35;display:-webkit-box;overflow:hidden}.b2b-order-pill{color:#4b5563;vertical-align:middle;background:#f3f4f6;border-radius:999px;justify-content:center;align-items:center;min-width:46px;min-height:24px;padding:0 8px;font-size:11px;font-weight:800;line-height:1;display:inline-flex}.b2b-order-stock-value{vertical-align:middle;justify-content:flex-end;min-width:44px;font-size:14px;font-weight:800;line-height:1;display:inline-flex}.b2b-order-stock-value.positive{color:#15803d}.b2b-order-stock-value.neutral{color:var(--b2b-muted)}.b2b-order-price-value,.b2b-order-discount-value,.b2b-order-net-value,.b2b-order-total-value{color:var(--b2b-text);vertical-align:middle;font-size:14px;font-weight:800;line-height:1;display:block}.b2b-order-price-value,.b2b-order-net-value,.b2b-order-total-value{font-size:15px}.b2b-order-total-value{color:var(--b2b-blue)}.b2b-order-price-value.muted,.b2b-order-discount-value.muted,.b2b-order-net-value.muted,.b2b-order-total-value.muted{color:var(--b2b-muted);font-size:13px}.b2b-order-qty-stepper{background:linear-gradient(#fff 0%,#f8fbfd 100%);border:1px solid #cfe2ee;border-radius:999px;grid-template-columns:30px 48px 30px;justify-content:center;align-items:center;height:34px;display:inline-grid;overflow:hidden;box-shadow:0 1px 2px #0f172a0d,inset 0 1px #ffffffe6}.b2b-order-qty-button{width:30px;height:34px;color:var(--b2b-blue);font-family:var(--b2b-font-family);cursor:pointer;-webkit-user-select:none;user-select:none;background:#eef7fc;border:0;justify-content:center;align-items:center;padding:0;font-size:16px;font-weight:900;line-height:1;transition:background .14s,color .14s;display:inline-flex}.b2b-order-qty-button:first-child{border-right:1px solid #d8e9f3;padding-bottom:2px}.b2b-order-qty-button:last-child{border-left:1px solid #d8e9f3;padding-bottom:1px}.b2b-order-qty-button:hover:not(:disabled){color:#126f9f;background:#dff0f8}.b2b-order-qty-button:active:not(:disabled){background:#cfe8f5}.b2b-order-qty-input{width:48px;height:34px;color:var(--b2b-text);font-family:var(--b2b-font-family);text-align:center;background:#fff;border:0;border-radius:0;outline:none;padding:0;font-size:13px;font-weight:900;line-height:34px;display:block}.b2b-order-qty-stepper:focus-within{border-color:#2284baad;box-shadow:0 0 0 3px #2284ba1a,0 1px 2px #0f172a0d}.b2b-order-qty-input:focus{box-shadow:none}.b2b-order-qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.b2b-order-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.b2b-order-qty-input[type=number]{-moz-appearance:textfield}.b2b-add-to-cart-form{justify-content:center;align-items:center;margin:0;display:inline-flex}.b2b-order-add-row-button{background:var(--b2b-blue);color:#fff;width:86px;height:32px;font-family:var(--b2b-font-family);cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;font-size:12px;font-weight:900;line-height:1;display:inline-flex}.b2b-order-add-row-button:hover{background:#1d75a6}@media (width<=900px){:is(.b2b-app-main:has(.b2b-order-workspace),.b2b-app-main:has(.b2b-cart-page)){padding:22px 18px 36px}.b2b-order-searchbar,.b2b-order-filters{grid-template-columns:1fr}.b2b-order-table-with-prices{min-width:1420px}.b2b-order-table-without-prices{min-width:1040px}}.b2b-cart-page{width:100%}.b2b-cart-hero{border:1px solid var(--b2b-border);background:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:18px;margin-bottom:16px;padding:18px;display:flex;box-shadow:0 12px 34px #0f172a0e}.b2b-cart-hero-main{align-content:center;min-width:0;display:grid}.b2b-cart-hero-main .b2b-section-title{font-size:28px}.b2b-cart-hero-main .b2b-section-subtitle{max-width:720px;margin-top:6px;font-size:14px}.b2b-cart-feedback{color:#15803d;background:#16a34a12;border:1px solid #16a34a2e;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:12px;padding:11px 14px;font-size:13px;font-weight:800;line-height:1.35;display:flex}.b2b-cart-page-layout{grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:16px;display:grid}.b2b-cart-page-card,.b2b-cart-summary-card,.b2b-cart-empty-page{border:1px solid var(--b2b-border);background:#fff;border-radius:12px;box-shadow:0 14px 38px #0f172a0e}.b2b-cart-page-table-scroll{width:100%;overflow-x:auto}.b2b-cart-page-table{border-collapse:collapse;table-layout:fixed;width:100%}.b2b-cart-page-table th{border-bottom:1px solid var(--b2b-border);color:#697386;letter-spacing:.07em;text-align:left;text-transform:uppercase;vertical-align:middle;white-space:nowrap;background:#f7f8fa;height:40px;padding:0 12px;font-size:10px;font-weight:800;line-height:1}.b2b-cart-page-table td{height:84px;color:var(--b2b-text);vertical-align:middle;white-space:nowrap;border-bottom:1px solid #edf0f3;padding:9px 12px;font-size:13px;font-weight:700}.b2b-cart-page-table tbody tr:last-child td{border-bottom:0}.b2b-cart-page-table tbody tr:hover td{background:#fbfcfd}.b2b-cart-page-table th:first-child,.b2b-cart-page-table td:first-child{width:92px}.b2b-cart-page-table th:nth-child(2),.b2b-cart-page-table td:nth-child(2){width:140px}.b2b-cart-page-table th:nth-child(3),.b2b-cart-page-table td:nth-child(3){width:auto}.b2b-cart-page-table th:nth-child(4),.b2b-cart-page-table td:nth-child(4){width:76px}.b2b-cart-page-table th:last-child,.b2b-cart-page-table td:last-child{width:108px}.b2b-cart-product-image-frame{background:#f8fafc;border:1px solid #dfe7ee;border-radius:12px;justify-content:center;align-items:center;width:64px;height:64px;display:inline-flex;position:relative;overflow:hidden}.b2b-cart-product-image{z-index:2;object-fit:contain;background:#fff;width:100%;height:100%;padding:6px;position:relative}.b2b-cart-product-image-placeholder{z-index:1;color:#8da2b5;place-items:center;display:grid;position:absolute;inset:0}.b2b-cart-product-image-placeholder svg{width:24px;height:24px}.b2b-cart-product-image-frame.is-missing .b2b-cart-product-image-placeholder{z-index:3}.b2b-cart-product-description{white-space:normal!important}.b2b-cart-product-description strong{color:var(--b2b-text);letter-spacing:-.01em;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;font-weight:900;line-height:1.35;display:-webkit-box;overflow:hidden}.b2b-cart-qty-form{justify-content:center;align-items:center;gap:8px;margin:0;display:inline-flex}.b2b-cart-qty-stepper{background:linear-gradient(#fff 0%,#f8fbfd 100%);border:1px solid #cfe2ee;border-radius:999px;grid-template-columns:30px 48px 30px;justify-content:center;align-items:center;height:34px;display:inline-grid;overflow:hidden;box-shadow:0 1px 2px #0f172a0d,inset 0 1px #ffffffe6}.b2b-cart-qty-button{width:30px;height:34px;color:var(--b2b-blue);font-family:var(--b2b-font-family);cursor:pointer;-webkit-user-select:none;user-select:none;background:#eef7fc;border:0;justify-content:center;align-items:center;padding:0 0 1px;font-size:16px;font-weight:900;line-height:1;display:inline-flex}.b2b-cart-qty-button:first-child{border-right:1px solid #d8e9f3}.b2b-cart-qty-button:last-child{border-left:1px solid #d8e9f3}.b2b-cart-qty-button:hover{color:#126f9f;background:#dff0f8}.b2b-cart-qty-input{width:48px;height:34px;color:var(--b2b-text);font-family:var(--b2b-font-family);text-align:center;background:#fff;border:0;border-radius:0;outline:none;padding:0;font-size:13px;font-weight:900;line-height:34px;display:block}.b2b-cart-qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.b2b-cart-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.b2b-cart-qty-input[type=number]{-moz-appearance:textfield}.b2b-cart-qty-stepper:focus-within{border-color:#2284baad;box-shadow:0 0 0 3px #2284ba1a,0 1px 2px #0f172a0d}.b2b-cart-small-button,.b2b-cart-remove-button{height:32px;font-family:var(--b2b-font-family);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;padding:0 11px;font-size:12px;font-weight:900;line-height:1;display:inline-flex}.b2b-cart-small-button{color:var(--b2b-blue);background:#2284ba14;border:1px solid #2284ba3d}.b2b-cart-small-button:hover{background:#2284ba1f}.b2b-cart-remove-button{color:#b91c1c;background:#b91c1c0f;border:1px solid #b91c1c29}.b2b-cart-remove-button:hover{background:#b91c1c1a}.b2b-cart-remove-form{margin:0}.b2b-cart-summary-card{gap:15px;padding:18px;display:grid;position:sticky;top:18px}.b2b-cart-summary-title{gap:5px;display:grid}.b2b-cart-summary-title span{color:var(--b2b-muted);letter-spacing:.07em;text-transform:uppercase;font-size:11px;font-weight:900;line-height:1}.b2b-cart-summary-title strong{color:var(--b2b-text);letter-spacing:-.03em;font-size:22px;font-weight:900;line-height:1.05}.b2b-cart-summary-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.b2b-cart-summary-metrics div{background:#f8fafc;border:1px solid #edf0f3;border-radius:12px;gap:5px;padding:11px 12px;display:grid}.b2b-cart-summary-metrics span{color:var(--b2b-muted);letter-spacing:.07em;text-transform:uppercase;font-size:10px;font-weight:900;line-height:1}.b2b-cart-summary-metrics strong{color:var(--b2b-text);font-size:18px;font-weight:900;line-height:1}.b2b-cart-totals{gap:10px;padding-top:2px;display:grid}.b2b-cart-totals div{color:var(--b2b-muted);justify-content:space-between;align-items:center;gap:12px;font-size:13px;font-weight:700;display:flex}.b2b-cart-totals strong{color:var(--b2b-text);font-weight:800}.b2b-cart-totals .total{color:var(--b2b-text);border-top:1px solid #edf0f3;padding-top:12px;font-size:15px}.b2b-cart-note{color:var(--b2b-muted);background:#2284ba0f;border:1px solid #2284ba29;border-radius:10px;padding:10px 12px;font-size:12px;font-weight:700;line-height:1.45}.b2b-cart-confirm{background:var(--b2b-blue);color:#fff;height:42px;font-family:var(--b2b-font-family);border:0;border-radius:10px;font-size:13px;font-weight:800}.b2b-cart-confirm:disabled{opacity:.45;cursor:not-allowed}.b2b-cart-empty-page{text-align:center;justify-items:center;gap:10px;padding:48px 24px;display:grid}.b2b-cart-empty-icon{width:58px;height:58px;color:var(--b2b-blue);background:#2284ba12;border:1px solid #2284ba29;border-radius:18px;place-items:center;display:grid}.b2b-cart-empty-icon svg{width:28px;height:28px}.b2b-cart-empty-page strong{color:var(--b2b-text);font-size:20px;font-weight:800;line-height:1.2}.b2b-cart-empty-page span{max-width:380px;color:var(--b2b-muted);font-size:14px;font-weight:600;line-height:1.45}@media (width<=1180px){.b2b-cart-page-layout{grid-template-columns:1fr}.b2b-cart-summary-card{position:static}}@media (width<=900px){.b2b-cart-hero{flex-direction:column;align-items:flex-start}}@media (width<=700px){.b2b-app-main:has(.b2b-cart-page){padding:22px 18px 36px}}.b2b-cart-page-table-without-prices{min-width:1060px}.b2b-cart-page-table-with-prices{min-width:1260px}.b2b-cart-page-table th:nth-child(5),.b2b-cart-page-table td:nth-child(5){width:108px}.b2b-cart-page-table-without-prices th:nth-child(6),.b2b-cart-page-table-without-prices td:nth-child(6){width:210px;padding-right:10px}.b2b-cart-page-table-without-prices th:nth-child(7),.b2b-cart-page-table-without-prices td:nth-child(7){border-left:0;width:82px;padding-left:6px;padding-right:12px;text-align:center!important}.b2b-cart-page-table-with-prices th:nth-child(6),.b2b-cart-page-table-with-prices td:nth-child(6),.b2b-cart-page-table-with-prices th:nth-child(7),.b2b-cart-page-table-with-prices td:nth-child(7){width:112px}.b2b-cart-page-table-with-prices th:nth-child(8),.b2b-cart-page-table-with-prices td:nth-child(8){width:210px;padding-right:10px}.b2b-cart-page-table-with-prices th:nth-child(9),.b2b-cart-page-table-with-prices td:nth-child(9){border-left:0;width:82px;padding-left:6px;padding-right:12px;text-align:center!important}.b2b-cart-page-table th:last-child,.b2b-cart-page-table td:last-child{border-left:0}.b2b-cart-stock-value{border-radius:999px;justify-content:center;align-items:center;min-width:44px;min-height:28px;padding:0 9px;font-size:13px;font-weight:900;line-height:1;display:inline-flex}.b2b-cart-stock-value.positive{color:#15803d;background:#16a34a17}.b2b-cart-stock-value.neutral{color:#6b7280;background:#f3f4f6}.b2b-cart-remove-button{color:#b91c1c;cursor:pointer;background:#b91c1c0e;border:1px solid #b91c1c2e;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;padding:0;transition:background .14s,border-color .14s,transform .14s;display:inline-flex}.b2b-cart-remove-button svg{width:16px;height:16px;display:block}.b2b-cart-remove-button:hover{background:#b91c1c1a;border-color:#b91c1c52;transform:translateY(-1px)}.b2b-cart-remove-button:active{transform:translateY(0)}.b2b-cart-feedback-error{color:#b91c1c;background:#b91c1c0f;border-color:#b91c1c2e}.b2b-cart-submit-form{gap:12px;display:grid}.b2b-cart-note-field{gap:7px;display:grid}.b2b-cart-note-field span{color:var(--b2b-muted);letter-spacing:.07em;text-transform:uppercase;font-size:11px;font-weight:900;line-height:1}.b2b-cart-note-field textarea{resize:vertical;border:1px solid var(--b2b-border);width:100%;min-height:104px;color:var(--b2b-text);font-family:var(--b2b-font-family);background:#fff;border-radius:10px;outline:none;padding:11px 12px;font-size:13px;font-weight:700;line-height:1.45}.b2b-cart-note-field textarea::placeholder{color:#9ca3af}.b2b-cart-note-field textarea:focus{border-color:#2284baa6;box-shadow:0 0 0 4px #2284ba1f}.b2b-cart-field-error{color:#b91c1c;background:#b91c1c0f;border:1px solid #b91c1c29;border-radius:10px;padding:9px 10px;font-size:12px;font-weight:800;line-height:1.35}.b2b-cart-sent-page{gap:16px;display:grid}.b2b-cart-sent-card{border:1px solid var(--b2b-border);background:#fff;border-radius:12px;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:18px;padding:22px;display:grid;box-shadow:0 14px 38px #0f172a0e}.b2b-cart-sent-icon{color:#15803d;background:#16a34a14;border:1px solid #16a34a2e;border-radius:18px;place-items:center;width:58px;height:58px;display:grid}.b2b-cart-sent-icon svg{width:30px;height:30px}.b2b-cart-sent-main{min-width:0}.b2b-cart-sent-main .b2b-section-title{font-size:28px}.b2b-cart-sent-main .b2b-section-subtitle{max-width:780px;margin-top:6px;font-size:14px}.b2b-cart-sent-meta{grid-template-columns:repeat(3,minmax(96px,1fr));gap:8px;display:grid}.b2b-cart-sent-meta div{background:#f8fafc;border:1px solid #edf0f3;border-radius:12px;align-content:center;gap:5px;min-height:58px;padding:10px 12px;display:grid}.b2b-cart-sent-meta span,.b2b-cart-sent-note span{color:var(--b2b-muted);letter-spacing:.07em;text-transform:uppercase;font-size:10px;font-weight:900;line-height:1}.b2b-cart-sent-meta strong{color:var(--b2b-text);font-size:15px;font-weight:900;line-height:1.1}.b2b-cart-sent-note{background:#2284ba0e;border:1px solid #2284ba29;border-radius:12px;grid-column:2/-1;gap:7px;padding:12px;display:grid}.b2b-cart-sent-note p{color:var(--b2b-text);margin:0;font-size:13px;font-weight:700;line-height:1.45}.b2b-cart-sent-actions{grid-column:2/-1;justify-content:flex-start;align-items:center;gap:10px;display:flex}.b2b-cart-sent-lines .b2b-cart-page-table th:last-child,.b2b-cart-sent-lines .b2b-cart-page-table td:last-child{border-left:0}@media (width<=1180px){.b2b-cart-sent-card{grid-template-columns:58px minmax(0,1fr)}.b2b-cart-sent-meta,.b2b-cart-sent-note,.b2b-cart-sent-actions{grid-column:1/-1}}@media (width<=700px){.b2b-cart-sent-card,.b2b-cart-sent-meta{grid-template-columns:1fr}}:is(.b2b-app-main:has(.b2b-orders-home),.b2b-app-main:has(.b2b-order-detail-page)){max-width:none;padding:28px 32px 48px}.b2b-orders-home,.b2b-order-detail-page{width:100%}.b2b-orders-page-head,.b2b-new-order-hero,.b2b-order-detail-top{border:1px solid var(--b2b-border);background:#fff;border-radius:14px;justify-content:space-between;align-items:center;gap:18px;margin-bottom:16px;padding:20px;display:flex;box-shadow:0 14px 38px #0f172a0e}.b2b-orders-page-title,.b2b-order-detail-heading,.b2b-new-order-hero>div{gap:7px;min-width:0;display:grid}.b2b-orders-kicker,.b2b-order-detail-kicker,.b2b-order-lines-kicker{width:max-content;min-height:24px;color:var(--b2b-blue);letter-spacing:.07em;text-transform:uppercase;background:#2284ba14;border-radius:999px;align-items:center;padding:0 9px;font-size:10px;font-weight:900;line-height:1;display:inline-flex}.b2b-orders-page-title .b2b-section-title,.b2b-new-order-hero .b2b-section-title,.b2b-order-detail-heading .b2b-section-title{letter-spacing:-.04em;margin:0;font-size:30px;line-height:1.05}.b2b-orders-page-title .b2b-section-subtitle,.b2b-new-order-hero .b2b-section-subtitle,.b2b-order-detail-heading .b2b-section-subtitle{max-width:780px;color:var(--b2b-muted);margin:0;font-size:14px;font-weight:600;line-height:1.45}.b2b-orders-head-actions,.b2b-order-detail-actions{flex:none;justify-content:flex-end;align-items:center;gap:10px;display:inline-flex}.b2b-orders-new-button,.b2b-orders-secondary-link,.b2b-order-view-button{height:40px;font-family:var(--b2b-font-family);white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;padding:0 15px;font-size:13px;font-weight:900;line-height:1;text-decoration:none;display:inline-flex}.b2b-orders-new-button{background:var(--b2b-blue);color:#fff;border:0;box-shadow:0 8px 20px #2284ba38}.b2b-orders-new-button:hover{background:#1d75a6}.b2b-orders-secondary-link,.b2b-order-view-button{border:1px solid var(--b2b-border);color:var(--b2b-text);background:#fff}.b2b-orders-secondary-link:hover,.b2b-order-view-button:hover{color:var(--b2b-blue);border-color:#2284ba59}.b2b-orders-panel{border:1px solid var(--b2b-border);background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 16px 42px #0f172a0f}.b2b-orders-panel-top{background:linear-gradient(#fff 0%,#fbfcfd 100%);border-bottom:1px solid #edf0f3;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:14px;padding:16px;display:grid}.b2b-orders-panel-heading{gap:4px;display:grid}.b2b-orders-panel-heading span{color:var(--b2b-muted);letter-spacing:.07em;text-transform:uppercase;font-size:10px;font-weight:900;line-height:1}.b2b-orders-panel-heading strong{color:var(--b2b-text);letter-spacing:-.025em;font-size:18px;font-weight:900;line-height:1.2}.b2b-orders-filters{grid-template-columns:minmax(340px,1fr) 210px auto;align-items:end;gap:10px;min-width:min(100%,980px);display:grid}.b2b-orders-filters .b2b-filter-field{gap:6px}.b2b-orders-filters .b2b-filter-field label{font-size:10px}.b2b-orders-filters .b2b-filter-field input,.b2b-orders-filters .b2b-filter-field select{height:40px;font-size:13px;font-weight:700}.b2b-orders-filter-actions{justify-content:flex-end;align-items:center;gap:8px;display:inline-flex}.b2b-orders-table-card,.b2b-order-detail-table-card{background:#fff;overflow:hidden}.b2b-orders-table-scroll,.b2b-order-detail-table-card .b2b-cart-page-table-scroll{width:100%;overflow-x:auto}.b2b-orders-table{border-collapse:collapse;table-layout:fixed;width:100%}.b2b-orders-table-without-prices{min-width:860px}.b2b-orders-table-with-prices{min-width:980px}.b2b-orders-table th{border-bottom:1px solid var(--b2b-border);color:#697386;letter-spacing:.07em;text-align:left;text-transform:uppercase;vertical-align:middle;white-space:nowrap;background:#f7f8fa;height:42px;padding:0 14px;font-size:10px;font-weight:900;line-height:1}.b2b-orders-table td{height:74px;color:var(--b2b-text);vertical-align:middle;white-space:nowrap;border-bottom:1px solid #edf0f3;padding:10px 14px;font-size:13px;font-weight:700;line-height:1.35}.b2b-orders-table tbody tr:last-child td{border-bottom:0}.b2b-orders-table tbody tr:hover td{background:#fbfcfd}.b2b-orders-table th:first-child,.b2b-orders-table td:first-child{width:230px}.b2b-orders-table th:nth-child(2),.b2b-orders-table td:nth-child(2){width:150px}.b2b-orders-table th:nth-child(3),.b2b-orders-table td:nth-child(3){width:155px}.b2b-orders-table th:nth-child(4),.b2b-orders-table td:nth-child(4),.b2b-orders-table th:nth-child(5),.b2b-orders-table td:nth-child(5){width:100px}.b2b-orders-table-with-prices th:nth-child(6),.b2b-orders-table-with-prices td:nth-child(6){width:138px}.b2b-orders-table th:last-child,.b2b-orders-table td:last-child{width:108px}.b2b-request-cell{gap:5px;display:grid}.b2b-request-number,.b2b-orders-table-main{color:var(--b2b-text);font-size:14px;font-weight:900;line-height:1.2;display:block}.b2b-orders-table-sub{color:var(--b2b-muted);font-size:11px;font-weight:700;line-height:1.2;display:block}.b2b-orders-compact-metric{min-width:34px;min-height:28px;color:var(--b2b-text);background:#f3f4f6;border-radius:999px;justify-content:center;align-items:center;padding:0 9px;font-size:13px;font-weight:900;line-height:1;display:inline-flex}.b2b-order-state{color:#4b5563;white-space:nowrap;background:#f3f4f6;border-radius:999px;justify-content:center;justify-self:start;align-items:center;width:max-content;min-height:28px;padding:0 10px;font-size:11px;font-weight:900;line-height:1;display:inline-flex}.b2b-order-state.state-inviato{color:var(--b2b-blue);background:#2284ba1a}.b2b-order-state.state-in_lavorazione{color:#b45309;background:#f59e0b1f}.b2b-order-state.state-confermato{color:#15803d;background:#16a34a1a}.b2b-order-state.state-annullato{color:#b91c1c;background:#b91c1c14}.b2b-order-view-button{border-radius:999px;height:34px;padding:0 13px;font-size:12px}.b2b-orders-empty{text-align:center;justify-items:center;gap:11px;padding:52px 24px;display:grid}.b2b-orders-empty strong{color:var(--b2b-text);font-size:21px;font-weight:900;line-height:1.2}.b2b-orders-empty span{max-width:460px;color:var(--b2b-muted);font-size:14px;font-weight:600;line-height:1.45}.b2b-orders-pagination{border-top:1px solid #edf0f3;padding:12px 14px}.b2b-order-detail-top{align-items:stretch}.b2b-order-detail-heading{align-content:center}.b2b-order-detail-actions{align-items:center}.b2b-order-detail-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:14px;display:grid}.b2b-order-detail-card{border:1px solid var(--b2b-border);background:#fff;border-radius:14px;align-content:center;gap:7px;min-height:82px;padding:15px;display:grid;position:relative;overflow:hidden;box-shadow:0 10px 28px #0f172a0b}.b2b-order-detail-card:before{content:"";background:#2284ba7a;border-radius:999px;width:3px;position:absolute;top:14px;bottom:14px;left:0}.b2b-order-detail-card span,.b2b-order-note-card span{color:var(--b2b-muted);letter-spacing:.07em;text-transform:uppercase;font-size:10px;font-weight:900;line-height:1}.b2b-order-detail-card strong{color:var(--b2b-text);font-size:19px;font-weight:900;line-height:1}.b2b-order-note-card{background:#fff;border:1px solid #2284ba2e;border-left:4px solid #2284bab3;border-radius:14px;gap:8px;margin-bottom:14px;padding:14px 16px;display:grid;box-shadow:0 10px 28px #0f172a0a}.b2b-order-note-card p{color:var(--b2b-text);margin:0;font-size:13px;font-weight:800;line-height:1.45}.b2b-order-lines-head{background:linear-gradient(#fff 0%,#fbfcfd 100%);border-bottom:1px solid #edf0f3;justify-content:space-between;align-items:center;gap:16px;padding:16px;display:flex}.b2b-order-lines-title{gap:5px;display:grid}.b2b-order-lines-title strong{color:var(--b2b-text);letter-spacing:-.025em;font-size:18px;font-weight:900;line-height:1.2}.b2b-order-lines-title span:not(.b2b-order-lines-kicker){color:var(--b2b-muted);font-size:12px;font-weight:700;line-height:1.35}.b2b-order-detail-table-card{border:1px solid var(--b2b-border);background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 16px 42px #0f172a0f}.b2b-order-detail-table-card .b2b-cart-page-table th:last-child,.b2b-order-detail-table-card .b2b-cart-page-table td:last-child{border-left:0}.b2b-order-detail-table-card .b2b-cart-page-table-without-prices{min-width:900px}.b2b-order-detail-table-card .b2b-cart-page-table-with-prices{min-width:1080px}.b2b-order-detail-table-card .b2b-cart-page-table th:first-child,.b2b-order-detail-table-card .b2b-cart-page-table td:first-child{width:92px}.b2b-order-detail-table-card .b2b-cart-page-table th:nth-child(2),.b2b-order-detail-table-card .b2b-cart-page-table td:nth-child(2){width:140px}.b2b-order-detail-table-card .b2b-cart-page-table th:nth-child(3),.b2b-order-detail-table-card .b2b-cart-page-table td:nth-child(3){width:auto}.b2b-order-detail-table-card .b2b-cart-page-table th:nth-child(4),.b2b-order-detail-table-card .b2b-cart-page-table td:nth-child(4){width:76px}.b2b-order-detail-table-card .b2b-cart-page-table th:nth-child(5),.b2b-order-detail-table-card .b2b-cart-page-table td:nth-child(5),.b2b-order-detail-table-card .b2b-cart-page-table th:nth-child(6),.b2b-order-detail-table-card .b2b-cart-page-table td:nth-child(6){width:110px;padding-left:12px;padding-right:12px;text-align:center!important}.b2b-order-detail-table-card .b2b-cart-page-table-with-prices th:nth-child(7),.b2b-order-detail-table-card .b2b-cart-page-table-with-prices td:nth-child(7),.b2b-order-detail-table-card .b2b-cart-page-table-with-prices th:nth-child(8),.b2b-order-detail-table-card .b2b-cart-page-table-with-prices td:nth-child(8){width:118px;padding-left:12px;padding-right:12px}@media (width<=1050px){.b2b-orders-panel-top,.b2b-orders-filters{grid-template-columns:1fr}.b2b-orders-filter-actions{justify-content:flex-start}.b2b-order-detail-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.b2b-orders-page-head,.b2b-new-order-hero,.b2b-order-detail-top,.b2b-order-lines-head{flex-direction:column;align-items:flex-start}.b2b-orders-head-actions,.b2b-order-detail-actions{flex-wrap:wrap;justify-content:flex-start}:is(.b2b-app-main:has(.b2b-orders-home),.b2b-app-main:has(.b2b-order-detail-page)){padding:22px 18px 36px}}@media (width<=640px){.b2b-order-detail-summary{grid-template-columns:1fr}.b2b-orders-page-title .b2b-section-title,.b2b-new-order-hero .b2b-section-title,.b2b-order-detail-heading .b2b-section-title{font-size:26px}}
