:root{--portal-navy:#06283f;--portal-deep:#031824;--portal-blue:#197bd7;--portal-cyan:#5ddde2;--portal-cloud:#f2f7f8;--portal-line:#d4e1e5;--portal-muted:#617989;--portal-white:#fff;--portal-danger:#a43a4b;--portal-success:#147453}*{box-sizing:border-box}html{background:var(--portal-cloud)}body{min-width:320px;margin:0;color:var(--portal-navy);background:var(--portal-cloud);font-family:Manrope,Arial,sans-serif}a{color:inherit;transition:color .18s ease,background .18s ease,border-color .18s ease,transform .18s ease}.portal-page{min-height:100vh}.portal-shell{width:min(1180px,calc(100% - 56px));margin:0 auto}.portal-header{position:relative;z-index:2;min-height:80px;color:var(--portal-navy);background:var(--portal-white);border-bottom:1px solid var(--portal-line)}.portal-header-inner{min-height:80px;display:flex;align-items:center;justify-content:space-between;gap:28px}.portal-brand{display:flex;align-items:center;min-height:58px;max-width:250px}.portal-brand img{display:block;width:210px;height:58px;object-fit:contain;object-position:left center}.portal-nav{display:flex;align-items:center;gap:22px;font-size:11px;font-weight:800}.portal-nav a{text-decoration:none}.portal-nav a:not(.portal-nav-primary){color:#496776}.portal-nav a:not(.portal-nav-primary):hover{color:var(--portal-blue)}.portal-nav-primary{padding:11px 13px;color:var(--portal-navy);border:1px solid #b8d1db}.portal-nav-primary:hover{color:var(--portal-white);background:var(--portal-navy);border-color:var(--portal-navy)}.portal-nav-primary b{margin-left:7px;color:var(--portal-blue);font-size:15px}.portal-auth-main{display:grid;grid-template-columns:.9fr 1.1fr;min-height:calc(100vh - 145px);padding:55px 0 64px;gap:0}.portal-auth-intro{position:relative;overflow:hidden;padding:68px 58px;color:var(--portal-white);background:linear-gradient(145deg,#083854,#041c2e)}.portal-auth-intro:before,.portal-auth-intro:after{position:absolute;content:"";border:1px solid #5fdfe433;border-radius:50%}.portal-auth-intro:before{width:380px;height:380px;right:-180px;top:-116px}.portal-auth-intro:after{width:250px;height:250px;left:-143px;bottom:-128px;border-color:#2088df73}.portal-kicker{position:relative;z-index:1;display:flex;align-items:center;gap:9px;margin:0 0 19px;color:var(--portal-cyan);font:700 10px "DM Mono",monospace;letter-spacing:.9px}.portal-kicker:after{width:24px;height:1px;background:var(--portal-cyan);content:""}.portal-auth-intro h1{position:relative;z-index:1;max-width:445px;margin:0;font-size:43px;letter-spacing:-2.5px;line-height:1.1}.portal-auth-intro h1 em{color:var(--portal-cyan);font-style:normal}.portal-auth-intro>p:not(.portal-kicker){position:relative;z-index:1;max-width:400px;margin:24px 0 0;color:#bdd1dc;font-size:13px;line-height:1.8}.portal-rule-list{position:relative;z-index:1;display:grid;gap:17px;margin:40px 0 0;padding:0;list-style:none}.portal-rule-list li{display:grid;grid-template-columns:29px minmax(0,1fr);gap:12px;align-items:start}.portal-rule-list b{display:grid;width:29px;height:29px;place-items:center;color:var(--portal-cyan);border:1px solid #5ddee04c;font:700 9px "DM Mono",monospace}.portal-rule-list strong,.portal-rule-list small{display:block}.portal-rule-list strong{font-size:11px}.portal-rule-list small{margin-top:4px;color:#adbfca;font-size:9px;line-height:1.5}.portal-auth-card{align-self:center;min-width:0;padding:54px 55px;background:var(--portal-white);border:1px solid var(--portal-line);border-left:0}.portal-auth-card h2{margin:0;color:var(--portal-navy);font-size:30px;letter-spacing:-1.45px;line-height:1.15}.portal-auth-card>p{margin:13px 0 27px;color:var(--portal-muted);font-size:12px;line-height:1.7}.portal-form{display:grid;gap:16px}.portal-form label{display:grid;gap:7px;color:#345669;font-size:10px;font-weight:800}.portal-form input,.portal-form select{width:100%;min-width:0;min-height:43px;padding:11px 12px;color:var(--portal-navy);background:#fff;border:1px solid #c7d9e0;border-radius:2px;font:12px Manrope,Arial,sans-serif;outline:none}.portal-form input:focus,.portal-form select:focus{border-color:var(--portal-blue);box-shadow:0 0 0 3px #197bd717}.portal-form small{color:#708691;font-size:9px;line-height:1.55}.portal-button{display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:43px;padding:12px 16px;color:var(--portal-white);background:var(--portal-blue);border:1px solid var(--portal-blue);font:800 11px Manrope,Arial,sans-serif;text-decoration:none;cursor:pointer}.portal-button:hover{background:#0868bd;border-color:#0868bd}.portal-button b{font-size:17px;line-height:1}.portal-button.secondary{color:var(--portal-navy);background:var(--portal-white);border-color:#b8d0d9}.portal-button.secondary:hover{color:var(--portal-white);background:var(--portal-navy);border-color:var(--portal-navy)}.portal-notice{margin:0 0 18px;padding:11px 12px;border-radius:2px;font-size:10px;font-weight:700;line-height:1.55}.portal-notice.error{color:#932a3d;background:#fff0f2;border:1px solid #efbdc7}.portal-notice.success{color:#126446;background:#eaf8ef;border:1px solid #abdfbd}.portal-form-footer{padding-top:3px;color:#6b8491;font-size:10px;line-height:1.65}.portal-form-footer a{color:var(--portal-blue);font-weight:800}.portal-footer{min-height:65px;display:flex;align-items:center;justify-content:space-between;gap:18px;color:#708894;font-size:9px}.portal-footer a{color:#557685;text-decoration:none}.portal-footer a:hover{color:var(--portal-blue)}.portal-app{min-height:100vh;background:var(--portal-cloud)}.portal-app .portal-header{background:#fff}.portal-user-nav{display:flex;align-items:center;gap:14px}.portal-user-chip{display:grid;gap:2px;min-width:150px}.portal-user-chip strong{font-size:10px}.portal-user-chip small{color:#69808c;font-size:9px}.portal-logout{padding:10px 12px;color:#52717e;background:#fff;border:1px solid #c8d8de;font:800 10px Manrope,Arial,sans-serif;cursor:pointer}.portal-logout:hover{color:var(--portal-danger);border-color:#e8b9c2}.portal-dashboard{padding:42px 0 67px}.portal-welcome{display:flex;align-items:end;justify-content:space-between;gap:34px;margin-bottom:23px}.portal-welcome h1{margin:0;color:var(--portal-navy);font-size:35px;letter-spacing:-1.8px;line-height:1.13}.portal-welcome h1 em{color:var(--portal-blue);font-style:normal}.portal-welcome p{max-width:500px;margin:14px 0 0;color:var(--portal-muted);font-size:12px;line-height:1.7}.portal-account-card{min-width:230px;padding:15px 17px;background:#fff;border:1px solid var(--portal-line)}.portal-account-card span,.portal-account-card strong{display:block}.portal-account-card span{color:#64808e;font:700 9px "DM Mono",monospace;letter-spacing:.6px}.portal-account-card strong{margin-top:5px;font-size:11px}.portal-account-card small{display:block;margin-top:4px;color:#74909d;font-size:9px}.portal-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:11px;margin-bottom:27px}.portal-stat{min-height:96px;padding:16px 17px;background:#fff;border:1px solid var(--portal-line)}.portal-stat span{display:block;color:#688390;font:700 9px "DM Mono",monospace;letter-spacing:.6px}.portal-stat strong{display:block;margin-top:12px;font-size:20px;letter-spacing:-.8px}.portal-stat small{display:block;margin-top:5px;color:#78919d;font-size:9px}.portal-catalog-toolbar{display:flex;align-items:end;justify-content:space-between;gap:18px;margin:0 0 19px}.portal-catalog-toolbar h2{margin:0;font-size:25px;letter-spacing:-1.2px}.portal-catalog-toolbar p{margin:7px 0 0;color:var(--portal-muted);font-size:11px}.portal-search{display:flex;align-items:center;gap:8px}.portal-search input,.portal-search select{min-height:40px;padding:10px 11px;color:var(--portal-navy);background:#fff;border:1px solid #c8d9e0;font:10px Manrope,Arial,sans-serif;outline:none}.portal-search input{width:230px}.portal-search input:focus,.portal-search select:focus{border-color:var(--portal-blue);box-shadow:0 0 0 3px #197bd717}.portal-search button{min-height:40px;padding:0 13px;color:#fff;background:var(--portal-navy);border:1px solid var(--portal-navy);font:800 10px Manrope,Arial,sans-serif;cursor:pointer}.portal-catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.portal-product-card{display:flex;min-width:0;min-height:342px;flex-direction:column;overflow:hidden;background:#fff;border:1px solid var(--portal-line)}.portal-product-image{height:147px;position:relative;overflow:hidden;background:linear-gradient(145deg,#0a3d5b,#166f9e)}.portal-product-image img{width:100%;height:100%;object-fit:cover}.portal-product-image:after{position:absolute;inset:0;background:linear-gradient(0deg,#06273a47,transparent 65%);content:""}.portal-product-image span{position:absolute;z-index:1;top:13px;left:14px;padding:5px 7px;color:var(--portal-cyan);background:#05283bce;font:700 8px "DM Mono",monospace;letter-spacing:.55px}.portal-product-placeholder{display:grid;width:100%;height:100%;place-items:center;color:#c2e8eb;font:800 10px "DM Mono",monospace;letter-spacing:1px}.portal-product-body{display:flex;min-height:194px;flex:1;flex-direction:column;padding:18px}.portal-product-body>span{color:#5d8090;font:700 8px "DM Mono",monospace;letter-spacing:.6px}.portal-product-body h3{margin:7px 0 8px;font-size:17px;letter-spacing:-.55px;line-height:1.28}.portal-product-body p{margin:0;color:#6d8490;font-size:10px;line-height:1.58}.portal-product-meta{display:flex;align-items:end;justify-content:space-between;gap:10px;margin-top:auto;padding-top:16px}.portal-price small,.portal-price strong{display:block}.portal-price small{color:#708995;font-size:8px}.portal-price strong{margin-top:3px;color:var(--portal-navy);font-size:14px}.portal-price strong em{color:#778f9a;font-size:8px;font-style:normal;font-weight:700}.portal-price.no-price strong{font-size:10px;color:#557786}.portal-doc-links{display:flex;gap:9px;flex-wrap:wrap;margin-top:12px}.portal-doc-links a{color:#1b78c9;font-size:9px;font-weight:800;text-decoration:none}.portal-doc-links a:hover{color:var(--portal-navy)}.portal-empty{padding:46px 26px;text-align:center;background:#fff;border:1px dashed #bdd2da;color:#647f8c}.portal-empty strong{display:block;color:var(--portal-navy);font-size:13px}.portal-empty p{margin:8px 0 0;font-size:10px}.portal-panel-note{margin-top:23px;padding:14px 16px;color:#597682;background:#eaf4f6;border-left:3px solid var(--portal-cyan);font-size:10px;line-height:1.65}.portal-panel-note strong{color:var(--portal-navy)}
@media(max-width:960px){.portal-auth-main{grid-template-columns:1fr}.portal-auth-intro{min-height:355px;padding:50px}.portal-auth-card{border-left:1px solid var(--portal-line)}.portal-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.portal-catalog-toolbar{display:block}.portal-search{margin-top:17px}.portal-welcome{align-items:start;flex-direction:column}.portal-account-card{width:100%}}
@media(max-width:640px){.portal-shell{width:calc(100% - 36px)}.portal-header-inner{min-height:70px}.portal-header{min-height:70px}.portal-brand{max-width:150px;min-height:49px}.portal-brand img{width:150px;height:49px}.portal-nav{gap:13px;font-size:9px}.portal-nav a:first-child{display:none}.portal-nav-primary{padding:9px 10px}.portal-auth-main{padding:28px 0 40px}.portal-auth-intro{min-height:auto;padding:39px 27px}.portal-auth-intro h1{font-size:31px}.portal-auth-intro>p:not(.portal-kicker){font-size:11px}.portal-rule-list{gap:12px;margin-top:27px}.portal-auth-card{padding:32px 25px}.portal-auth-card h2{font-size:25px}.portal-footer{align-items:flex-start;min-height:85px;flex-direction:column;justify-content:center;gap:8px}.portal-dashboard{padding:31px 0 45px}.portal-welcome h1{font-size:29px}.portal-stat-grid{grid-template-columns:1fr}.portal-stat{min-height:74px}.portal-stat strong{margin-top:7px}.portal-search{display:grid;grid-template-columns:1fr 1fr}.portal-search input{grid-column:1/-1;width:100%}.portal-search button{width:100%}.portal-catalog-grid{grid-template-columns:1fr}.portal-user-chip{display:none}.portal-logout{padding:9px}.portal-product-card{min-height:320px}}

/* Cart and B2B order request flow */
.portal-cart-link{display:inline-flex;align-items:center;gap:7px;padding:10px 11px;color:#1a6595;background:#f0f8fb;border:1px solid #c2dce5;font-size:10px;font-weight:800;text-decoration:none}.portal-cart-link:hover{color:#fff;background:var(--portal-blue);border-color:var(--portal-blue)}.portal-cart-link span{display:grid;min-width:18px;height:18px;place-items:center;color:#fff;background:var(--portal-navy);border-radius:50%;font:700 8px/1 "DM Mono",monospace}.portal-cart-link:hover span{color:var(--portal-navy);background:var(--portal-cyan)}.portal-add-cart{display:grid;grid-template-columns:82px minmax(0,1fr);gap:8px;margin-top:15px}.portal-add-cart label{display:grid;gap:4px;color:#708894;font-size:8px;font-weight:800}.portal-add-cart input{min-width:0;height:34px;padding:7px 8px;border:1px solid #c9dbe1;color:var(--portal-navy);font:10px Manrope,Arial,sans-serif}.portal-add-cart button{min-width:0;height:34px;align-self:end;color:#fff;background:var(--portal-navy);border:1px solid var(--portal-navy);font:800 9px Manrope,Arial,sans-serif;cursor:pointer}.portal-add-cart button:hover{background:var(--portal-blue);border-color:var(--portal-blue)}.portal-no-price-link{display:inline-block;margin-top:15px;color:var(--portal-blue);font-size:9px;font-weight:800;text-decoration:none}.portal-cart-page{padding:42px 0 67px}.portal-cart-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}.portal-cart-heading h1{margin:0;font-size:35px;letter-spacing:-1.8px}.portal-cart-heading p{max-width:600px;margin:13px 0 0;color:var(--portal-muted);font-size:12px;line-height:1.7}.portal-cart-heading a{color:var(--portal-blue);font-size:10px;font-weight:800;text-decoration:none}.portal-cart-layout{display:grid;grid-template-columns:minmax(0,1.48fr) minmax(285px,.62fr);align-items:start;gap:18px}.portal-cart-list{display:grid;gap:10px}.portal-cart-item{display:grid;grid-template-columns:86px minmax(0,1fr) auto;gap:16px;align-items:center;padding:14px;background:#fff;border:1px solid var(--portal-line)}.portal-cart-image{display:grid;overflow:hidden;width:86px;height:86px;place-items:center;background:linear-gradient(145deg,#0a3d5b,#166f9e);color:#cceef0;font:800 9px "DM Mono",monospace;letter-spacing:.8px}.portal-cart-image img{width:100%;height:100%;object-fit:cover}.portal-cart-item-info>span{display:block;color:#668491;font:700 8px "DM Mono",monospace;letter-spacing:.6px}.portal-cart-item-info h2{margin:6px 0 6px;font-size:16px;letter-spacing:-.5px;line-height:1.25}.portal-cart-item-info p{margin:0;color:#708894;font-size:10px;line-height:1.5}.portal-cart-row-actions{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-top:13px}.portal-cart-update{display:flex;align-items:end;gap:7px}.portal-cart-update label{display:grid;gap:4px;color:#6d8591;font-size:8px;font-weight:800}.portal-cart-update input{width:88px;height:34px;padding:7px 8px;border:1px solid #c9dbe1;color:var(--portal-navy);font:10px Manrope,Arial,sans-serif}.portal-cart-update button,.portal-remove{height:34px;padding:0 10px;color:#375d70;background:#fff;border:1px solid #c7d8df;font:800 9px Manrope,Arial,sans-serif;cursor:pointer}.portal-cart-update button:hover{color:#fff;background:var(--portal-navy);border-color:var(--portal-navy)}.portal-remove{color:var(--portal-danger);border-color:#edc2ca}.portal-remove:hover{color:#fff;background:var(--portal-danger);border-color:var(--portal-danger)}.portal-cart-price{text-align:right}.portal-cart-price span,.portal-cart-price strong,.portal-cart-price small{display:block}.portal-cart-price span{color:#708894;font-size:8px}.portal-cart-price strong{margin-top:5px;font-size:15px}.portal-cart-price small{margin-top:4px;color:#5d8090;font-size:8px}.portal-cart-price.problem strong{color:var(--portal-danger);font-size:10px}.portal-order-card{padding:21px;background:#fff;border:1px solid var(--portal-line)}.portal-order-card h2{margin:0;font-size:20px;letter-spacing:-.8px}.portal-order-card>p{margin:10px 0 17px;color:var(--portal-muted);font-size:10px;line-height:1.6}.portal-order-totals{display:grid;gap:8px;margin:0 0 18px;padding:14px 0;border-top:1px solid #e3edf0;border-bottom:1px solid #e3edf0}.portal-order-totals div{display:flex;align-items:center;justify-content:space-between;gap:14px;color:#5e7b88;font-size:10px}.portal-order-totals strong{color:var(--portal-navy);font-size:13px}.portal-order-card textarea{width:100%;min-height:100px;margin:5px 0 13px;padding:10px 11px;resize:vertical;color:var(--portal-navy);border:1px solid #c8d9df;font:10px/1.55 Manrope,Arial,sans-serif;outline:none}.portal-order-card textarea:focus{border-color:var(--portal-blue);box-shadow:0 0 0 3px #197bd717}.portal-order-card label{color:#36586b;font-size:9px;font-weight:800}.portal-order-card .portal-button{width:100%}.portal-order-card small{display:block;margin-top:10px;color:#708894;font-size:8px;line-height:1.55}.portal-orders{margin-top:32px}.portal-orders h2{margin:0 0 13px;font-size:21px;letter-spacing:-.8px}.portal-orders-table{width:100%;overflow:auto;background:#fff;border:1px solid var(--portal-line)}.portal-orders-table table{width:100%;min-width:670px;border-collapse:collapse;text-align:left}.portal-orders-table th{padding:12px 14px;color:#65818f;background:#f5fafb;border-bottom:1px solid #dce8ec;font:700 8px "DM Mono",monospace;letter-spacing:.6px}.portal-orders-table td{padding:13px 14px;border-bottom:1px solid #e6eef0;color:#567380;font-size:10px}.portal-orders-table td strong,.portal-orders-table td small{display:block}.portal-orders-table td strong{color:var(--portal-navy);font-size:10px}.portal-orders-table td small{margin-top:4px;color:#78909b;font-size:8px}.portal-order-status{display:inline-flex;padding:5px 7px;color:#916200;background:#fff5d7;font-size:8px;font-weight:800}.portal-order-status.confirmed,.portal-order-status.completed{color:#126746;background:#e9f8ef}.portal-order-status.cancelled{color:#9a2940;background:#fff0f2}.portal-empty-cart{padding:55px 28px;text-align:center;background:#fff;border:1px dashed #bdd2da}.portal-empty-cart strong{display:block;color:var(--portal-navy);font-size:16px}.portal-empty-cart p{margin:9px 0 17px;color:#6d8792;font-size:11px}.portal-cart-problem{margin:0 0 13px;padding:10px 12px;color:#913146;background:#fff0f2;border:1px solid #efc0c9;font-size:10px;line-height:1.55}
@media(max-width:960px){.portal-cart-layout{grid-template-columns:1fr}.portal-order-card{position:static}.portal-cart-heading{align-items:start;flex-direction:column}}
@media(max-width:640px){.portal-cart-link{padding:9px}.portal-cart-link span{display:none}.portal-cart-item{grid-template-columns:67px minmax(0,1fr);gap:12px}.portal-cart-image{width:67px;height:67px}.portal-cart-item-info h2{font-size:14px}.portal-cart-price{grid-column:1/-1;text-align:left;border-top:1px solid #e3edf0;padding-top:11px}.portal-cart-row-actions{align-items:start;flex-direction:column;gap:10px}.portal-cart-update{width:100%}.portal-cart-update input{flex:1}.portal-cart-update button{flex:1}.portal-cart-heading h1{font-size:29px}.portal-cart-page{padding:31px 0 45px}}

.portal-cart-heading h1 em{color:var(--portal-blue);font-style:normal}.portal-order-card .portal-button:disabled{cursor:not-allowed;opacity:.48}

/* Account navigation, order tracking and statement */
.portal-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:16px}.portal-account-nav{display:flex;align-items:center;gap:4px}.portal-account-nav a{padding:9px 10px;color:#53727f;border:1px solid transparent;font-size:9px;font-weight:800;text-decoration:none;white-space:nowrap}.portal-account-nav a:hover{color:var(--portal-blue);background:#f3fafc;border-color:#d3e4e9}.portal-account-nav a.active{color:var(--portal-navy);background:#eef7fa;border-color:#c3dce4}.portal-page-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}.portal-page-heading h1{max-width:650px;margin:0;color:var(--portal-navy);font-size:35px;letter-spacing:-1.8px;line-height:1.13}.portal-page-heading h1 em{color:var(--portal-blue);font-style:normal}.portal-page-heading p{max-width:650px;margin:13px 0 0;color:var(--portal-muted);font-size:12px;line-height:1.7}.portal-page-heading .portal-button{flex:0 0 auto}.portal-tracking-page,.portal-statement-page{padding:42px 0 67px}.portal-filter-tabs{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 20px}.portal-filter-tabs a{display:inline-flex;align-items:center;gap:8px;padding:9px 11px;color:#63808c;background:#fff;border:1px solid var(--portal-line);font-size:9px;font-weight:800;text-decoration:none}.portal-filter-tabs a:hover{color:var(--portal-blue);border-color:#b7d4df}.portal-filter-tabs a.active{color:#fff;background:var(--portal-navy);border-color:var(--portal-navy)}.portal-filter-tabs b{display:grid;min-width:17px;height:17px;place-items:center;color:#396476;background:#ecf5f7;border-radius:50%;font:700 8px/1 "DM Mono",monospace}.portal-filter-tabs a.active b{color:var(--portal-navy);background:var(--portal-cyan)}.portal-section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:0 0 13px}.portal-section-heading h2{margin:0;font-size:21px;letter-spacing:-.8px}.portal-section-heading p{margin:6px 0 0;color:#738b97;font-size:10px;line-height:1.55}.portal-section-heading>a,.portal-section-heading>span{flex:0 0 auto;color:var(--portal-blue);font-size:9px;font-weight:800;text-decoration:none}.portal-section-heading>a:hover{color:var(--portal-navy)}.portal-tracking-table{margin-top:0}.portal-tracking-table .portal-orders-table table{min-width:720px}.portal-statement-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;margin:0 0 22px}.portal-statement-stats article{min-height:112px;padding:17px;background:#fff;border:1px solid var(--portal-line)}.portal-statement-stats span{display:block;color:#668491;font:700 8px "DM Mono",monospace;letter-spacing:.7px}.portal-statement-stats strong{display:block;margin-top:13px;color:var(--portal-navy);font-size:17px;letter-spacing:-.55px;line-height:1.3}.portal-statement-stats small{display:block;margin-top:7px;color:#76909d;font-size:9px;line-height:1.5}.portal-statement-layout{display:grid;grid-template-columns:minmax(0,1.48fr) minmax(280px,.62fr);align-items:start;gap:18px}.portal-statement-layout>div{display:grid;gap:29px}.portal-open-invoices,.portal-payment-history{margin-top:0}.portal-open-invoices .portal-orders-table table{min-width:790px}.portal-payment-history .portal-orders-table table{min-width:720px}.portal-invoice-status,.portal-payment-status{display:inline-flex;padding:5px 7px;color:#916200;background:#fff5d7;font-size:8px;font-weight:800}.portal-invoice-status.partially_paid{color:#1d6994;background:#edf7fb}.portal-invoice-status.overdue{color:#9b2d40;background:#fff0f2}.portal-invoice-status.paid,.portal-payment-status.active{color:#126746;background:#e9f8ef}.portal-invoice-status.cancelled,.portal-payment-status.cancelled{color:#777d82;background:#f0f2f3}.portal-payment-card{padding:21px;background:#fff;border:1px solid var(--portal-line)}.portal-payment-card .portal-kicker{margin-bottom:13px}.portal-payment-card h2{margin:0;font-size:20px;letter-spacing:-.8px}.portal-payment-card>p{margin:11px 0;color:#6d8692;font-size:10px;line-height:1.7}.portal-payment-card dl{display:grid;gap:0;margin:17px 0 0;border-top:1px solid #e2ecef}.portal-payment-card dl div{padding:11px 0;border-bottom:1px solid #e2ecef}.portal-payment-card dt{color:#708894;font-size:8px;font-weight:800}.portal-payment-card dd{margin:4px 0 0;color:var(--portal-navy);font-size:10px;font-weight:800;line-height:1.45}.portal-payment-card .portal-iban{letter-spacing:.45px;word-break:break-all}.portal-payment-card small{display:block;margin-top:15px;color:#758e9a;font-size:8px;line-height:1.65}
@media(max-width:1110px){.portal-header-actions{gap:8px}.portal-account-nav a{padding:8px 7px;font-size:8px}.portal-user-nav{gap:8px}.portal-user-chip{min-width:120px}}
@media(max-width:960px){.portal-header-inner{align-items:flex-start;padding:10px 0}.portal-header-actions{flex:1;flex-wrap:wrap;justify-content:flex-end}.portal-page-heading{align-items:start;flex-direction:column}.portal-statement-layout{grid-template-columns:1fr}.portal-payment-card{max-width:none}.portal-statement-stats{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:640px){.portal-header-actions{align-items:flex-end;flex-direction:column;gap:6px}.portal-account-nav{justify-content:flex-end;flex-wrap:wrap}.portal-account-nav a:first-child{display:none}.portal-account-nav a{padding:7px 6px;font-size:8px}.portal-statement-stats{grid-template-columns:1fr}.portal-page-heading h1{font-size:29px}.portal-page-heading .portal-button{width:100%}.portal-filter-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.portal-filter-tabs a{justify-content:space-between}.portal-section-heading{align-items:start;flex-direction:column;gap:6px}.portal-tracking-page,.portal-statement-page{padding:31px 0 45px}.portal-statement-layout>div{gap:25px}}

/* Storefront catalogue and corporate footer */
.portal-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.portal-store-notice{padding-top:20px}.portal-store-notice .portal-notice{margin-bottom:0}
.portal-storefront-hero{position:relative;overflow:hidden;min-height:532px;color:#fff;background:var(--portal-deep)}.portal-store-slide-list,.portal-store-slide{min-height:532px}.portal-store-slide{position:relative;isolation:isolate;overflow:hidden;background:#08283f}.portal-store-slide[hidden]{display:none}.portal-store-slide>img{position:absolute;z-index:-2;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:.94}.portal-store-slide-shade{position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,#041b2df2 0%,#06243bd9 39%,#06243b83 62%,#03182472 100%)}.portal-store-slide:before{position:absolute;z-index:-1;inset:0;opacity:.26;background-image:linear-gradient(#d6fcff18 1px,transparent 1px),linear-gradient(90deg,#d6fcff18 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(90deg,#000 0%,#000 43%,#0000 85%);content:""}.portal-store-slide-content{display:flex;align-items:center;min-height:532px;padding-bottom:56px}.portal-store-copy{width:min(550px,100%)}.portal-store-copy .portal-kicker{margin-bottom:20px;color:var(--portal-cyan)}.portal-store-copy h1{max-width:530px;margin:0;color:#fff;font-size:clamp(38px,4.6vw,61px);letter-spacing:-3px;line-height:1.02}.portal-store-copy h1 em{color:var(--portal-cyan);font-style:normal}.portal-store-copy>p:not(.portal-kicker){max-width:470px;margin:23px 0 0;color:#d1e0e6;font-size:13px;line-height:1.8}.portal-store-action{display:inline-flex;align-items:center;gap:24px;margin-top:28px;padding:13px 16px;color:#fff;background:var(--portal-blue);border:1px solid var(--portal-blue);box-shadow:0 11px 25px #187ddd47;font-size:11px;font-weight:800;text-decoration:none}.portal-store-action:hover{color:var(--portal-navy);background:var(--portal-cyan);border-color:var(--portal-cyan);transform:translateY(-1px)}.portal-store-action b{font-size:17px;line-height:1}.portal-store-slider-controls{position:absolute;z-index:2;right:0;bottom:0;left:0;display:flex;align-items:center;min-height:68px;border-top:1px solid #ffffff30}.portal-store-arrow-controls{display:flex;gap:7px}.portal-store-arrow-controls button{display:grid;width:31px;height:31px;place-items:center;color:#fff;background:#ffffff10;border:1px solid #ffffff4a;font:700 15px/1 Manrope,Arial,sans-serif;cursor:pointer}.portal-store-arrow-controls button:hover{color:var(--portal-navy);background:var(--portal-cyan);border-color:var(--portal-cyan)}.portal-store-dots{display:flex;align-items:center;gap:7px;margin-left:18px}.portal-store-dots button{width:20px;height:3px;padding:0;background:#ffffff59;border:0;cursor:pointer}.portal-store-dots button[aria-current="true"]{background:var(--portal-cyan)}.portal-store-slide-counter{margin-left:auto;color:#d7e8ed;font:700 9px "DM Mono",monospace;letter-spacing:.8px}.portal-storefront{padding:58px 0 67px}.portal-store-catalog{scroll-margin-top:22px}.portal-store-catalog-header{display:flex;align-items:end;justify-content:space-between;gap:42px;margin-bottom:36px}.portal-store-catalog-header>div{max-width:620px}.portal-store-catalog-header h2{margin:0;color:var(--portal-navy);font-size:37px;letter-spacing:-1.8px;line-height:1.1}.portal-store-catalog-header h2 em{color:var(--portal-blue);font-style:normal}.portal-store-catalog-header>div>p:not(.portal-kicker){max-width:565px;margin:15px 0 0;color:var(--portal-muted);font-size:12px;line-height:1.75}.portal-store-account-summary{display:grid;min-width:250px;padding:16px 18px;background:#fff;border:1px solid var(--portal-line)}.portal-store-account-summary span{margin-top:13px;color:#66828f;font:700 8px "DM Mono",monospace;letter-spacing:.65px}.portal-store-account-summary span:first-child{margin-top:0}.portal-store-account-summary strong{margin-top:5px;color:var(--portal-navy);font-size:12px}.portal-store-account-summary b{margin-top:4px;color:var(--portal-navy);font-size:10px}.portal-store-account-summary small{margin-top:4px;color:#748e9a;font-size:9px;line-height:1.45}.portal-store-catalog .portal-catalog-toolbar{padding-top:20px;border-top:1px solid #d6e3e7}.portal-catalog-toolbar h3{margin:0;color:var(--portal-navy);font-size:18px;letter-spacing:-.6px}.portal-catalog-toolbar h3+p{margin-top:7px}

.portal-corporate-footer{color:#aec0ca;background:#031723}.portal-corporate-shell{width:min(1170px,calc(100% - 56px));margin:0 auto}.portal-footer-grid{display:grid;grid-template-columns:1.7fr 1fr 1fr 1fr;gap:60px;padding:65px 0 50px}.portal-footer-brand{display:block;width:max-content;margin-bottom:18px;line-height:0}.portal-footer-brand img{display:block;width:180px;height:66px;object-fit:contain;object-position:left center;filter:brightness(0) invert(1)}.portal-footer-grid>div:first-child>p{max-width:245px;margin:0;color:#99afbb;font-size:10px;line-height:1.7}.portal-footer-grid h3{margin:7px 0 15px;color:#fff;font-size:11px}.portal-footer-grid a{display:block;margin:0 0 9px;color:#aec0ca;font-size:10px;text-decoration:none}.portal-footer-grid a:hover,.portal-footer-bottom a:hover{color:var(--portal-cyan)}.portal-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:70px;color:#849da9;border-top:1px solid #ffffff1a;font-size:9px}.portal-footer-bottom div{display:flex;gap:15px}.portal-footer-bottom a{color:#a9bdc7;text-decoration:none}

@media (prefers-reduced-motion:no-preference){.portal-store-slide.is-active .portal-store-copy{animation:portal-store-copy-in .38s ease-out both}@keyframes portal-store-copy-in{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}}
@media(max-width:960px){.portal-storefront-hero,.portal-store-slide-list,.portal-store-slide,.portal-store-slide-content{min-height:490px}.portal-store-catalog-header{align-items:start;flex-direction:column}.portal-store-account-summary{width:100%;max-width:420px}.portal-footer-grid{grid-template-columns:1.45fr 1fr 1fr;gap:38px}.portal-footer-grid>div:first-child{grid-column:1/-1;display:grid;grid-template-columns:190px minmax(0,1fr);align-items:center;gap:24px}.portal-footer-grid>div:first-child>p{max-width:310px}}
@media(max-width:640px){.portal-store-notice{padding-top:14px}.portal-storefront-hero,.portal-store-slide-list,.portal-store-slide,.portal-store-slide-content{min-height:505px}.portal-store-slide>img{object-position:66% center}.portal-store-slide-shade{background:linear-gradient(90deg,#041b2df5 0%,#06243bda 63%,#06243b72 100%)}.portal-store-slide-content{padding-bottom:68px}.portal-store-copy h1{font-size:39px;letter-spacing:-2px}.portal-store-copy>p:not(.portal-kicker){max-width:335px;font-size:11px}.portal-store-action{margin-top:23px}.portal-store-slider-controls{min-height:57px}.portal-store-arrow-controls button{width:28px;height:28px}.portal-store-dots{margin-left:12px}.portal-storefront{padding:39px 0 46px}.portal-store-catalog-header{gap:22px;margin-bottom:26px}.portal-store-catalog-header h2{font-size:30px}.portal-store-catalog-header>div>p:not(.portal-kicker){font-size:11px}.portal-store-account-summary{padding:14px 15px}.portal-store-catalog .portal-catalog-toolbar{padding-top:17px}.portal-catalog-toolbar h3{font-size:16px}.portal-catalog-toolbar h3+p{font-size:10px}.portal-corporate-shell{width:calc(100% - 36px)}.portal-footer-grid{grid-template-columns:1fr 1fr;gap:32px 20px;padding:50px 0 35px}.portal-footer-grid>div:first-child{grid-column:1/-1;display:block}.portal-footer-brand img{width:170px;height:60px}.portal-footer-grid>div:first-child>p{max-width:245px;margin-top:18px}.portal-footer-bottom{align-items:flex-start;min-height:94px;flex-direction:column;justify-content:center;gap:12px}.portal-footer-bottom div{flex-wrap:wrap;gap:11px}.portal-store-arrow-controls button:focus-visible,.portal-store-dots button:focus-visible,.portal-store-action:focus-visible{outline:2px solid #fff;outline-offset:3px}}

.portal-storefront-hero :is(button,a):focus-visible{outline:2px solid #fff;outline-offset:3px}

/* B2B storefront visual refinement */
.portal-storefront{position:relative;padding-top:68px;background:radial-gradient(circle at 92% 4%,#dff3f5 0,transparent 27%),linear-gradient(180deg,#f7fbfc 0,#f2f7f8 100%)}
.portal-store-catalog{position:relative}
.portal-store-catalog-header{align-items:stretch;gap:52px;margin-bottom:42px}
.portal-store-catalog-header>div{align-self:center}
.portal-store-catalog-header h2{font-size:42px;letter-spacing:-2.25px}
.portal-store-account-summary{position:relative;min-width:286px;padding:19px 21px 18px;border-color:#cbdde3;border-radius:5px;box-shadow:0 14px 32px #0e425014}
.portal-store-account-summary:before{position:absolute;top:0;right:0;left:0;height:3px;background:linear-gradient(90deg,var(--portal-blue),var(--portal-cyan));content:""}
.portal-store-account-summary strong{font-size:13px;letter-spacing:.1px}
.portal-store-account-summary b{font-size:11px}
.portal-catalog-toolbar{align-items:center;gap:24px;margin-bottom:24px;padding:17px 18px;background:#fff;border:1px solid #d2e1e6;border-radius:5px;box-shadow:0 12px 27px #12394d0b}
.portal-store-catalog .portal-catalog-toolbar{padding-top:17px;border-top:1px solid #d2e1e6}
.portal-catalog-toolbar-title{display:flex;align-items:center;justify-content:space-between;gap:24px;min-width:300px}
.portal-catalog-toolbar h3{font-size:19px;letter-spacing:-.75px}
.portal-catalog-toolbar h3+p{max-width:365px;margin-bottom:0;color:#738b96}
.portal-catalog-count{display:inline-flex;flex:0 0 auto;align-items:center;min-height:28px;padding:0 10px;color:#28616f;background:#ecf8f9;border:1px solid #cce9e9;border-radius:999px;font:700 8px "DM Mono",monospace;letter-spacing:.45px;white-space:nowrap}
.portal-search{flex:1;justify-content:flex-end}
.portal-search input,.portal-search select{height:42px;border-color:#c6d9e0;border-radius:3px;background:#fbfdfe}
.portal-search input{width:min(240px,100%)}
.portal-search button{height:42px;min-width:84px;border-radius:3px;box-shadow:0 6px 13px #06283f1c}
.portal-search button:hover{background:var(--portal-blue);border-color:var(--portal-blue);transform:translateY(-1px)}
.portal-catalog-grid{gap:18px}
.portal-product-card{position:relative;min-height:486px;border-color:#d2e1e6;border-radius:6px;box-shadow:0 12px 25px #10394b0d;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.portal-product-card:hover{z-index:1;border-color:#b8d8e1;box-shadow:0 21px 42px #08344b1c;transform:translateY(-4px)}
.portal-product-image{height:204px;background:linear-gradient(145deg,#062d47,#0c6994)}
.portal-product-image img{transition:transform .45s ease,filter .45s ease}
.portal-product-card:hover .portal-product-image img{filter:saturate(1.04);transform:scale(1.045)}
.portal-product-image:after{background:linear-gradient(180deg,#03192708 12%,#03192714 52%,#0319279e 100%)}
.portal-product-image-labels{position:absolute;z-index:2;inset:14px;display:flex;align-items:flex-start;justify-content:space-between;gap:8px;pointer-events:none}
.portal-product-image .portal-product-sku,.portal-product-image .portal-product-minimum{position:static;display:inline-flex;align-items:center;min-height:24px;padding:5px 8px;color:#e9fbfc;background:#042238bf;border:1px solid #96e4e54f;border-radius:2px;font:700 8px "DM Mono",monospace;letter-spacing:.5px;line-height:1.1}
.portal-product-image .portal-product-minimum{color:#fff;background:#031c2db3;border-color:#ffffff3d;letter-spacing:.2px}
.portal-product-body{min-height:282px;padding:20px 20px 17px}
.portal-product-heading>span{display:block;color:#437b8e;font:700 8px "DM Mono",monospace;letter-spacing:.78px}
.portal-product-body>span{display:none}
.portal-product-body h3{min-height:43px;margin:8px 0 9px;font-size:19px;letter-spacing:-.72px;line-height:1.17}
.portal-product-body p{display:-webkit-box;min-height:48px;overflow:hidden;color:#68808d;font-size:10px;line-height:1.6;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.portal-product-purchase{display:grid;gap:11px;margin-top:auto;padding-top:16px}
.portal-product-meta{display:block;margin:0;padding:10px 11px;background:#f4f9fa;border:1px solid #e0ecef;border-radius:3px}
.portal-price small{color:#5f8290;font:700 8px "DM Mono",monospace;letter-spacing:.35px;text-transform:uppercase}
.portal-price strong{margin-top:4px;font-size:16px;letter-spacing:-.35px}
.portal-price strong em{font-size:8px}
.portal-price.no-price{padding:2px 0}
.portal-price.no-price strong{font-size:11px}
.portal-add-cart{grid-template-columns:84px minmax(0,1fr);gap:9px;margin-top:0}
.portal-add-cart label{gap:5px;color:#587987;font-size:8px}
.portal-add-cart input{height:38px;border-color:#c7dce3;border-radius:3px;background:#fff}
.portal-add-cart button{display:flex;align-items:center;justify-content:center;gap:12px;height:38px;border-radius:3px;box-shadow:0 7px 14px #06283f18;font-size:10px}
.portal-add-cart button span{font-size:15px;line-height:1}
.portal-no-price-link{display:flex;align-items:center;justify-content:space-between;min-height:38px;margin-top:0;padding:0 12px;color:#0d668f;background:#eff8fb;border:1px solid #c9e3ec;border-radius:3px;font-size:9px}
.portal-no-price-link:hover{color:#fff;background:var(--portal-blue);border-color:var(--portal-blue)}
.portal-no-price-link span{font-size:15px;line-height:1}
.portal-doc-links{gap:14px;margin-top:13px;padding-top:12px;border-top:1px solid #e4eef1}
.portal-doc-links a{display:inline-flex;align-items:center;gap:5px;color:#287ba3;font-size:9px}
.portal-doc-links a span{font-size:11px;line-height:1}
.portal-empty{border-radius:5px;box-shadow:0 10px 22px #10394b0a}

@media(max-width:1120px){.portal-catalog-toolbar{align-items:stretch;flex-direction:column}.portal-catalog-toolbar-title{min-width:0}.portal-search{justify-content:flex-start}.portal-search input{width:270px}}
@media(max-width:960px){.portal-storefront{padding-top:50px}.portal-store-catalog-header{gap:28px}.portal-store-catalog-header h2{font-size:37px}.portal-catalog-grid{gap:15px}.portal-product-card{min-height:472px}.portal-product-image{height:190px}}
@media(max-width:640px){.portal-storefront{padding-top:37px}.portal-store-catalog-header h2{font-size:31px;letter-spacing:-1.65px}.portal-store-account-summary{min-width:0}.portal-catalog-toolbar{gap:16px;padding:15px}.portal-catalog-toolbar-title{align-items:flex-start;flex-direction:column;gap:11px}.portal-catalog-count{min-height:26px}.portal-search{gap:7px}.portal-search input,.portal-search select,.portal-search button{height:40px}.portal-search button{min-width:0}.portal-product-card{min-height:0}.portal-product-image{height:210px}.portal-product-body{min-height:0;padding:18px}.portal-product-body h3{min-height:0;font-size:18px}.portal-product-body p{min-height:0}.portal-product-image-labels{inset:12px}.portal-product-image .portal-product-sku,.portal-product-image .portal-product-minimum{min-height:23px;padding:5px 7px;font-size:7px}.portal-add-cart{grid-template-columns:82px minmax(0,1fr)}}

/* Dense procurement workspace */
.portal-storefront-hero,.portal-store-slide-list,.portal-store-slide{min-height:302px}
.portal-store-slide-content{min-height:302px;padding-bottom:42px}
.portal-store-slide>img{opacity:.82}
.portal-store-slide-shade{background:linear-gradient(90deg,#031923f3 0%,#06283fdb 38%,#06283f70 70%,#03182452 100%)}
.portal-store-slide:before{opacity:.17;background-size:34px 34px}
.portal-store-copy{width:min(510px,100%)}
.portal-store-copy .portal-kicker{margin-bottom:11px;font-size:9px}
.portal-store-copy h1{max-width:500px;font-size:clamp(30px,3.2vw,43px);letter-spacing:-2px;line-height:1.07}
.portal-store-copy>p:not(.portal-kicker){max-width:450px;margin-top:12px;font-size:11px;line-height:1.6}
.portal-store-action{gap:16px;margin-top:17px;padding:10px 13px;font-size:10px}
.portal-store-slider-controls{min-height:44px}
.portal-store-arrow-controls button{width:27px;height:27px;font-size:13px}
.portal-store-dots{margin-left:12px}.portal-store-dots button{width:17px}
.portal-customer-status{display:grid;grid-template-columns:1.23fr 1fr 1fr auto;align-items:stretch;min-height:84px;margin-top:0;background:#fff;border:1px solid #cbdde3;border-top:0;border-radius:0 0 5px 5px;box-shadow:0 14px 32px #10394b12}
.portal-customer-status-primary,.portal-status-cell,.portal-status-action{display:flex;align-items:center;min-width:0;padding:15px 19px;border-right:1px solid #e1ecef}
.portal-customer-status-primary{gap:11px;background:#f4f9fa}
.portal-status-dot{width:8px;height:8px;flex:0 0 auto;background:#20ae72;border-radius:50%;box-shadow:0 0 0 5px #20ae721c}
.portal-customer-status small,.portal-status-cell small{display:block;color:#63818d;font:700 8px "DM Mono",monospace;letter-spacing:.62px}
.portal-customer-status-primary strong,.portal-status-cell strong{display:block;margin-top:5px;color:var(--portal-navy);font-size:11px;line-height:1.2}
.portal-status-cell{display:block;padding-top:17px}.portal-status-cell span{display:block;margin-top:4px;overflow:hidden;color:#77909a;font-size:8px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}
.portal-status-action{gap:8px;justify-content:center;color:#0d668f;background:#eef8fa;border-right:0;font-size:9px;font-weight:800;text-decoration:none;white-space:nowrap}
.portal-status-action:hover{color:#fff;background:var(--portal-navy)}
.portal-status-action span{display:grid;min-width:18px;height:18px;place-items:center;color:#fff;background:var(--portal-blue);border-radius:50%;font:700 8px/1 "DM Mono",monospace}
.portal-status-action:hover span{color:var(--portal-navy);background:var(--portal-cyan)}.portal-status-action b{font-size:15px;line-height:1}
.portal-storefront{padding:49px 0 74px;background:linear-gradient(180deg,#f7fbfc 0,#f2f7f8 100%)}
.portal-store-catalog-header{align-items:end;gap:28px;margin-bottom:30px}
.portal-store-catalog-header>div:first-child{max-width:690px}.portal-store-catalog-header h2{font-size:37px;letter-spacing:-1.9px}
.portal-catalog-header-stat{display:grid;min-width:138px;padding:12px 0 12px 18px;border-left:2px solid var(--portal-cyan)}
.portal-catalog-header-stat span{color:#5d7e8b;font:700 8px "DM Mono",monospace;letter-spacing:.65px}.portal-catalog-header-stat strong{margin-top:4px;color:var(--portal-navy);font-size:25px;letter-spacing:-1px}.portal-catalog-header-stat small{margin-top:1px;color:#7b929d;font-size:8px}
.portal-procurement-layout{display:grid;grid-template-columns:242px minmax(0,1fr);align-items:start;gap:24px}
.portal-catalog-filter-panel{position:sticky;top:20px;padding:19px;background:#fff;border:1px solid #cfdee3;border-radius:5px;box-shadow:0 11px 24px #10394b0d}
.portal-filter-panel-heading{padding-bottom:16px;border-bottom:1px solid #e3edef}.portal-filter-panel-heading .portal-kicker{margin-bottom:10px;font-size:8px}.portal-filter-panel-heading h3{margin:0;color:var(--portal-navy);font-size:18px;letter-spacing:-.65px}.portal-filter-panel-heading p{margin:7px 0 0;color:#708894;font-size:9px;line-height:1.6}
.portal-catalog-filter-panel .portal-search{display:grid;gap:13px;margin:18px 0 0}.portal-catalog-filter-panel .portal-search label{display:grid;gap:6px;color:#5d7d89;font-size:8px;font-weight:800}.portal-catalog-filter-panel .portal-search input,.portal-catalog-filter-panel .portal-search select{width:100%;height:39px;min-height:0;padding:8px 9px;color:var(--portal-navy);background:#fbfdfe;border:1px solid #cbdde3;border-radius:3px;font:9px Manrope,Arial,sans-serif}.portal-catalog-filter-panel .portal-search input:focus,.portal-catalog-filter-panel .portal-search select:focus{border-color:var(--portal-blue);box-shadow:0 0 0 3px #197bd714}.portal-catalog-filter-panel .portal-search button{display:flex;align-items:center;justify-content:space-between;width:100%;height:39px;min-height:0;padding:0 11px;color:#fff;background:var(--portal-navy);border:1px solid var(--portal-navy);border-radius:3px;font:800 9px Manrope,Arial,sans-serif;cursor:pointer}.portal-catalog-filter-panel .portal-search button:hover{background:var(--portal-blue);border-color:var(--portal-blue);transform:translateY(-1px)}.portal-catalog-filter-panel .portal-search button span{font-size:15px}.portal-filter-reset{display:block;margin-top:11px;color:#27799d;font-size:9px;font-weight:800;text-decoration:none}.portal-filter-reset:hover{color:var(--portal-navy)}
.portal-filter-doc-note{margin-top:20px;padding:12px 0 0;border-top:1px solid #e3edef}.portal-filter-doc-note span{color:#60808d;font:700 8px "DM Mono",monospace;letter-spacing:.6px}.portal-filter-doc-note p{margin:6px 0 0;color:#78909b;font-size:8px;line-height:1.55}
.portal-catalog-results{min-width:0}.portal-catalog-results-heading{display:flex;align-items:end;justify-content:space-between;gap:16px;margin:0 0 13px;padding:0 1px}.portal-catalog-results-heading span{display:block;color:#5d7d89;font:700 8px "DM Mono",monospace;letter-spacing:.65px}.portal-catalog-results-heading h3{margin:5px 0 0;color:var(--portal-navy);font-size:19px;letter-spacing:-.7px}.portal-catalog-results-heading>b{display:inline-flex;align-items:center;min-height:27px;padding:0 10px;color:#28616f;background:#ecf8f9;border:1px solid #cce9e9;border-radius:999px;font:700 8px "DM Mono",monospace;letter-spacing:.35px;white-space:nowrap}
.portal-documents-strip{display:grid;grid-template-columns:minmax(170px,.8fr) minmax(0,1.4fr) auto;align-items:center;gap:18px;margin-top:18px;padding:15px 16px;background:#fff;border:1px solid #d2e2e7;border-left:3px solid var(--portal-cyan);border-radius:4px;scroll-margin-top:20px}.portal-documents-strip span{display:block;color:#587b89;font:700 8px "DM Mono",monospace;letter-spacing:.55px}.portal-documents-strip h3{margin:5px 0 0;color:var(--portal-navy);font-size:14px;letter-spacing:-.35px}.portal-documents-strip p{margin:0;color:#68818d;font-size:9px;line-height:1.55}.portal-documents-strip a{display:inline-flex;align-items:center;gap:8px;color:#176d95;font-size:9px;font-weight:800;text-decoration:none;white-space:nowrap}.portal-documents-strip a:hover{color:var(--portal-navy)}.portal-documents-strip a span{color:inherit;font:inherit;font-size:14px}
.portal-catalog-grid{grid-template-columns:repeat(auto-fit,minmax(205px,1fr));gap:14px}
.portal-product-card{min-height:493px;border-color:#d1e0e5;border-radius:5px;box-shadow:0 8px 19px #10394b0b}.portal-product-card:hover{border-color:#b6d7e1;box-shadow:0 16px 32px #08344b19;transform:translateY(-3px)}
.portal-product-image{height:142px}.portal-product-image-labels{inset:10px}.portal-product-image .portal-product-sku,.portal-product-image .portal-product-stock-badge{position:static;display:inline-flex;align-items:center;min-height:21px;padding:4px 6px;color:#e9fbfc;background:#042238c9;border:1px solid #96e4e54f;border-radius:2px;font:700 7px "DM Mono",monospace;letter-spacing:.35px;line-height:1.1}.portal-product-image .portal-product-stock-badge{color:#f2b4bb;background:#3a1822c2;border-color:#f6aeb644}.portal-product-image .portal-product-stock-badge.in-stock{color:#c9f5df;background:#0b4a35c9;border-color:#83e0af52}
.portal-product-body{min-height:351px;padding:15px 15px 14px}.portal-product-heading>span{font-size:7px}.portal-product-body h3{min-height:37px;margin:6px 0 7px;font-size:16px;letter-spacing:-.55px;line-height:1.18}.portal-product-body p{min-height:42px;font-size:9px;line-height:1.52;-webkit-line-clamp:3}
.portal-product-spec-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;margin:12px 0 0}.portal-product-spec-grid div{min-width:0;padding:6px 7px;background:#f5fafb;border:1px solid #e2edf0;border-radius:2px}.portal-product-spec-grid div:nth-child(5){grid-column:1/-1}.portal-product-spec-grid dt{color:#688491;font:700 7px "DM Mono",monospace;letter-spacing:.4px}.portal-product-spec-grid dd{margin:3px 0 0;overflow:hidden;color:#254c60;font-size:8px;font-weight:800;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.portal-product-spec-grid dd small{display:inline;margin-left:3px;color:#708a96;font-size:7px;font-weight:700}.portal-product-spec-grid .is-available dd{color:#147453}
.portal-product-purchase{gap:8px;margin-top:auto;padding-top:12px}.portal-product-meta{padding:8px 9px}.portal-price small{font-size:7px}.portal-price strong{font-size:14px}.portal-price.no-price strong{font-size:10px}.portal-product-actions{display:grid;gap:6px}.portal-add-cart{grid-template-columns:60px minmax(0,1fr);gap:6px}.portal-add-cart label{font-size:7px}.portal-add-cart input{height:34px;padding:6px 7px;font-size:9px}.portal-add-cart button{gap:5px;height:34px;padding:0 7px;font-size:8px;white-space:nowrap}.portal-add-cart button span{font-size:12px}.portal-no-price-link{min-height:34px;padding:0 9px;font-size:8px}.portal-product-detail{display:flex;align-items:center;justify-content:space-between;min-height:30px;padding:0 9px;color:#426c7e;background:#fff;border:1px solid #c8dce3;border-radius:3px;font-size:8px;font-weight:800;text-decoration:none}.portal-product-detail:hover{color:#fff;background:var(--portal-navy);border-color:var(--portal-navy)}.portal-product-detail span{font-size:11px}.portal-doc-links{gap:9px;margin-top:9px;padding-top:9px}.portal-doc-links a{gap:3px;font-size:8px}
.portal-header-actions{gap:12px}.portal-account-nav{gap:2px}.portal-account-nav a{padding:8px 8px;font-size:8px}.portal-cart-link{padding:9px 10px;font-size:9px}

/* Standard e-commerce catalogue refinement */
body .portal-storefront-hero,body .portal-store-slide-list,body .portal-store-slide{min-height:224px}
body .portal-store-slide-content{min-height:224px;padding-bottom:35px}
body .portal-store-copy{width:min(480px,100%)}
body .portal-store-copy .portal-kicker{margin-bottom:8px;font-size:8px}
body .portal-store-copy h1{font-size:clamp(27px,3vw,36px);letter-spacing:-1.65px;line-height:1.07}
body .portal-store-copy>p:not(.portal-kicker){max-width:435px;margin-top:8px;font-size:10px;line-height:1.5}
body .portal-store-action{gap:12px;margin-top:11px;padding:8px 11px;font-size:9px}
body .portal-store-slider-controls{min-height:36px}
body .portal-store-arrow-controls button{width:24px;height:24px;font-size:12px}
body .portal-store-dots button{width:14px}
body .portal-storefront{padding:31px 0 64px;background:#f5f8f9}
body .portal-catalog-overview{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:18px}
body .portal-catalog-overview>div{max-width:540px}
body .portal-catalog-overview .portal-kicker{margin-bottom:9px}
body .portal-catalog-overview h2{margin:0;color:var(--portal-navy);font-size:29px;letter-spacing:-1.3px;line-height:1.08}
body .portal-catalog-overview h2 em{color:var(--portal-blue);font-style:normal}
body .portal-catalog-overview p:not(.portal-kicker){margin:9px 0 0;color:#6b8591;font-size:10px;line-height:1.55}
body .portal-catalog-search{display:flex;align-items:center;gap:7px;min-width:min(100%,340px)}
body .portal-catalog-search label{flex:1}
body .portal-catalog-search input{width:100%;height:40px;padding:9px 11px;color:var(--portal-navy);background:#fff;border:1px solid #cbdce2;border-radius:3px;font:10px Manrope,Arial,sans-serif;outline:none}
body .portal-catalog-search input:focus{border-color:var(--portal-blue);box-shadow:0 0 0 3px #197bd718}
body .portal-catalog-search button{height:40px;padding:0 13px;color:#fff;background:var(--portal-navy);border:1px solid var(--portal-navy);border-radius:3px;font:800 9px Manrope,Arial,sans-serif;cursor:pointer}
body .portal-catalog-search button:hover{background:var(--portal-blue);border-color:var(--portal-blue)}
body .portal-category-tabs{display:flex;gap:7px;overflow:auto;margin-bottom:23px;padding:1px 0 4px;border-bottom:1px solid #d8e5e8;scrollbar-width:thin}
body .portal-category-tabs a{display:inline-flex;flex:0 0 auto;align-items:center;min-height:33px;padding:0 12px;color:#577785;background:#fff;border:1px solid #d5e2e6;border-radius:999px;font-size:9px;font-weight:800;text-decoration:none;white-space:nowrap}
body .portal-category-tabs a:hover{color:var(--portal-blue);border-color:#accfd9}
body .portal-category-tabs a.active{color:#fff;background:var(--portal-navy);border-color:var(--portal-navy)}
body .portal-catalog-results-heading{align-items:center;margin:0 0 14px}
body .portal-catalog-results-heading h3{font-size:20px}
body .portal-catalog-results-heading>b{min-height:25px;background:#eef7f9;font-size:8px}
body .portal-catalog-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}
body .portal-product-card{min-height:0;overflow:hidden;border-color:#d5e1e5;border-radius:4px;box-shadow:0 5px 14px #10394b0a}
body .portal-product-card:hover{border-color:#a9d0db;box-shadow:0 13px 25px #10394b14;transform:translateY(-2px)}
body .portal-product-visual-link{display:block;color:inherit;text-decoration:none}
body .portal-product-image{height:144px;background:#fff;border-bottom:1px solid #e4edef}
body .portal-product-image:after{display:none}
body .portal-product-image img{padding:11px;background:#fff;object-fit:contain;filter:none!important;transform:none!important}
body .portal-product-image-labels{inset:9px}
body .portal-product-image .portal-product-sku{min-height:20px;padding:4px 6px;color:#365e70;background:#ffffffd9;border:1px solid #c7dce4;font-size:7px}
body .portal-product-body{min-height:0;padding:13px 13px 14px}
body .portal-product-heading>span{font-size:7px}
body .portal-product-body h3{min-height:36px;margin:5px 0 0;font-size:15px;line-height:1.2}
body .portal-product-body h3 a{color:var(--portal-navy);text-decoration:none}
body .portal-product-body h3 a:hover{color:var(--portal-blue)}
body .portal-product-tags{display:flex;flex-wrap:wrap;gap:4px;margin-top:10px}
body .portal-product-tags span{display:inline-flex;align-items:center;min-height:21px;padding:3px 6px;color:#416674;background:#f1f7f8;border:1px solid #dce9ec;border-radius:2px;font-size:7px;font-weight:800}
body .portal-product-stock{display:flex!important;align-items:center;gap:5px;min-height:0!important;margin:10px 0 0!important;color:#6b8590!important;font-size:8px!important;line-height:1.3!important}
body .portal-product-stock strong{color:#147453;font-size:8px}
body .portal-product-stock span{color:#9aafb7}
body .portal-product-purchase{gap:8px;padding-top:10px}
body .portal-product-meta{padding:8px 9px;background:#f6fafb}
body .portal-price small{font-size:7px}
body .portal-price strong{font-size:13px}
body .portal-price strong em{font-size:7px}
body .portal-product-minimum{min-height:0!important;margin:0!important;color:#66808c!important;font-size:8px!important;line-height:1.35!important}
body .portal-product-minimum strong{color:#385b6b}
body .portal-product-card .portal-add-cart{display:block;margin:0}
body .portal-product-card .portal-add-cart button{display:flex;width:100%;height:34px;align-items:center;justify-content:center;gap:7px;padding:0 8px;color:#fff;background:var(--portal-navy);border:1px solid var(--portal-navy);border-radius:3px;font:800 8px Manrope,Arial,sans-serif;cursor:pointer}
body .portal-product-card .portal-add-cart button:hover{background:var(--portal-blue);border-color:var(--portal-blue)}
body .portal-documents-strip{margin-top:22px;padding:13px 15px}
body .portal-documents-strip h3{font-size:13px}
body .portal-documents-strip p{font-size:8px}
body .portal-notification-link{position:relative;display:grid;width:34px;height:34px;place-items:center;color:#4d7080;background:#fff;border:1px solid #cedee4;border-radius:3px;text-decoration:none}
body .portal-notification-link:hover{color:#fff;background:var(--portal-navy);border-color:var(--portal-navy)}
body .portal-notification-link svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}
body .portal-notification-dot{position:absolute;top:7px;right:7px;width:5px;height:5px;background:#2db474;border:1px solid #fff;border-radius:50%}
body .portal-user-menu{position:relative}
body .portal-user-menu summary{display:flex;align-items:center;gap:5px;cursor:pointer;list-style:none}
body .portal-user-menu summary::-webkit-details-marker{display:none}
body .portal-user-menu .portal-user-chip{min-width:0;padding:2px 0}
body .portal-user-menu .portal-user-chip small{font-size:8px}
body .portal-user-menu-chevron{color:#69838f;font-size:13px;transition:transform .18s ease}
body .portal-user-menu[open] .portal-user-menu-chevron{transform:rotate(180deg)}
body .portal-user-menu-panel{position:absolute;z-index:20;top:calc(100% + 12px);right:0;width:250px;padding:15px;color:var(--portal-navy);background:#fff;border:1px solid #cbdce3;border-radius:4px;box-shadow:0 17px 35px #06283f22}
body .portal-user-menu-panel>strong{display:block;font-size:11px}
body .portal-user-menu-panel dl{display:grid;gap:0;margin:12px 0;border-top:1px solid #e4edef}
body .portal-user-menu-panel dl div{padding:9px 0;border-bottom:1px solid #e4edef}
body .portal-user-menu-panel dt{color:#69838e;font:700 7px "DM Mono",monospace;letter-spacing:.45px;text-transform:uppercase}
body .portal-user-menu-panel dd{margin:4px 0 0;font-size:9px;font-weight:800}
body .portal-user-menu-panel>a{display:flex;align-items:center;justify-content:space-between;margin-top:11px;color:#166c95;font-size:9px;font-weight:800;text-decoration:none}
body .portal-user-menu-panel>a:hover{color:var(--portal-navy)}
body .portal-product-detail-page{padding:31px 0 65px}
body .portal-product-breadcrumb{display:flex;gap:8px;margin:0 0 15px;color:#718995;font-size:9px}
body .portal-product-breadcrumb a{color:#287ba3;font-weight:800;text-decoration:none}
body .portal-product-view{display:grid;grid-template-columns:minmax(320px,.94fr) minmax(0,1.06fr);gap:0;overflow:hidden;background:#fff;border:1px solid #cedfe4;border-radius:5px;box-shadow:0 10px 24px #10394b0c}
body .portal-product-view-image{display:grid;min-height:390px;place-items:center;padding:30px;background:#f8fbfc;border-right:1px solid #e1ecef}
body .portal-product-view-image img{width:100%;height:100%;max-height:330px;object-fit:contain}
body .portal-product-view-copy{padding:35px}
body .portal-product-view-copy .portal-kicker{margin-bottom:9px}
body .portal-product-view-sku{color:#63808c;font-size:9px}
body .portal-product-view-copy h1{margin:10px 0 0;color:var(--portal-navy);font-size:31px;letter-spacing:-1.45px;line-height:1.12}
body .portal-product-view-description{margin:17px 0 0;color:#68808d;font-size:11px;line-height:1.7}
body .portal-product-view-availability{display:flex;align-items:center;gap:7px;margin-top:17px;color:#66818d;font-size:10px}
body .portal-product-view-availability strong{color:#147453}
body .portal-stock-dot{width:7px;height:7px;background:#20ae72;border-radius:50%;box-shadow:0 0 0 4px #20ae7219}
body .portal-product-view-price{margin-top:19px;padding:13px 14px;background:#f3f9fa;border:1px solid #dbe9ed;border-radius:3px}
body .portal-product-view-price small,body .portal-product-view-price strong,body .portal-product-view-price span{display:block}
body .portal-product-view-price small{color:#5d7e8b;font:700 8px "DM Mono",monospace;letter-spacing:.55px;text-transform:uppercase}
body .portal-product-view-price strong{margin-top:5px;font-size:21px;letter-spacing:-.6px}
body .portal-product-view-price strong em{color:#718994;font-size:9px;font-style:normal}
body .portal-product-view-price span{margin-top:5px;color:#6c8490;font-size:8px}
body .portal-product-view-actions{margin-top:16px}
body .portal-detail-add{display:grid;grid-template-columns:85px minmax(0,1fr);gap:8px}
body .portal-detail-add label{display:grid;gap:5px;color:#5a7a87;font-size:8px;font-weight:800}
body .portal-detail-add input{height:40px;min-width:0;padding:8px;border:1px solid #cbdde3;border-radius:3px;font:10px Manrope,Arial,sans-serif}
body .portal-detail-add .portal-button{height:40px;padding:0 13px}
body .portal-product-view-actions>small{display:block;margin-top:10px;color:#6d8591;font-size:8px}
body .portal-product-view-support{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:18px;margin-top:18px}
body .portal-product-view-support>div,body .portal-product-document-card{padding:22px;background:#fff;border:1px solid #d4e2e6;border-radius:4px}
body .portal-product-view-support h2{margin:0;color:var(--portal-navy);font-size:20px;letter-spacing:-.6px}
body .portal-product-view-support h2 em{color:var(--portal-blue);font-style:normal}
body .portal-product-view-support dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:16px 0 0}
body .portal-product-view-support dl div{padding:10px;background:#f5fafb;border:1px solid #e1ecef}
body .portal-product-view-support dt{color:#66828e;font:700 8px "DM Mono",monospace;letter-spacing:.45px}
body .portal-product-view-support dd{margin:5px 0 0;color:#244b5d;font-size:10px;font-weight:800}
body .portal-product-document-card>span{color:#63828e;font:700 8px "DM Mono",monospace;letter-spacing:.55px}
body .portal-product-document-card h2{margin-top:8px;font-size:18px}
body .portal-product-document-card p{margin:9px 0 14px;color:#708894;font-size:9px;line-height:1.6}
body .portal-product-document-card a{display:flex;align-items:center;justify-content:space-between;margin-top:7px;padding:9px 10px;color:#176c94;background:#eff8fa;border:1px solid #cfe5eb;font-size:9px;font-weight:800;text-decoration:none}
body .portal-product-document-card a:hover{color:#fff;background:var(--portal-navy);border-color:var(--portal-navy)}
body .portal-product-document-empty{display:block;color:#718a96;font-size:9px;line-height:1.6}

@media(max-width:1080px){body .portal-catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body .portal-account-nav a{padding:7px 6px;font-size:8px}}
@media(max-width:840px){body .portal-catalog-overview{align-items:start;flex-direction:column;gap:15px}body .portal-catalog-search{width:100%;max-width:460px}body .portal-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}body .portal-product-view{grid-template-columns:1fr}body .portal-product-view-image{min-height:300px;border-right:0;border-bottom:1px solid #e1ecef}body .portal-product-view-support{grid-template-columns:1fr}body .portal-account-nav{flex-wrap:wrap;justify-content:flex-end}}
@media(max-width:640px){body .portal-storefront-hero,body .portal-store-slide-list,body .portal-store-slide,body .portal-store-slide-content{min-height:198px}body .portal-store-slide-content{padding-bottom:33px}body .portal-store-copy h1{font-size:26px}body .portal-store-copy>p:not(.portal-kicker){display:none}body .portal-store-action{margin-top:10px}body .portal-storefront{padding-top:25px}body .portal-catalog-overview h2{font-size:26px}body .portal-category-tabs{margin-bottom:18px}body .portal-catalog-grid{grid-template-columns:1fr}body .portal-product-image{height:168px}body .portal-product-view-copy{padding:24px 20px}body .portal-product-view-copy h1{font-size:26px}body .portal-product-view-support dl{grid-template-columns:1fr}body .portal-user-menu-panel{right:-40px;width:min(250px,calc(100vw - 30px))}body .portal-user-menu .portal-user-chip{display:grid}}

@media(max-width:1080px){.portal-customer-status{grid-template-columns:1.15fr 1fr 1fr}.portal-status-action{grid-column:1/-1;border-top:1px solid #e1ecef}.portal-procurement-layout{grid-template-columns:214px minmax(0,1fr);gap:18px}.portal-catalog-grid{grid-template-columns:repeat(auto-fit,minmax(195px,1fr))}.portal-account-nav a{padding:7px 6px;font-size:8px}}
@media(max-width:860px){.portal-customer-status{grid-template-columns:1fr 1fr}.portal-status-action{grid-column:auto;border-top:0}.portal-procurement-layout{grid-template-columns:1fr}.portal-catalog-filter-panel{position:static}.portal-catalog-filter-panel .portal-search{grid-template-columns:1fr 1fr;align-items:end}.portal-catalog-filter-panel .portal-search button{grid-column:1/-1}.portal-filter-doc-note{display:none}.portal-catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.portal-product-card{min-height:480px}.portal-header-actions{gap:7px}.portal-account-nav{flex-wrap:wrap;justify-content:flex-end}.portal-documents-strip{grid-template-columns:1fr auto}.portal-documents-strip p{grid-column:1/-1;grid-row:2}}
@media(max-width:640px){.portal-storefront-hero,.portal-store-slide-list,.portal-store-slide,.portal-store-slide-content{min-height:252px}.portal-store-slide-content{padding-bottom:42px}.portal-store-slide>img{object-position:center}.portal-store-copy h1{font-size:28px;letter-spacing:-1.35px}.portal-store-copy>p:not(.portal-kicker){display:none}.portal-store-action{margin-top:13px}.portal-store-slider-controls{min-height:40px}.portal-customer-status{grid-template-columns:1fr;margin:0;width:100%;border-right:0;border-left:0;border-radius:0}.portal-customer-status-primary,.portal-status-cell,.portal-status-action{min-height:60px;padding:13px 18px;border-right:0;border-bottom:1px solid #e1ecef}.portal-status-action{justify-content:flex-start;border-bottom:0}.portal-storefront{padding-top:34px}.portal-store-catalog-header{align-items:start;flex-direction:column;gap:16px;margin-bottom:23px}.portal-store-catalog-header h2{font-size:30px;letter-spacing:-1.55px}.portal-catalog-header-stat{display:flex;align-items:baseline;gap:6px;min-width:0;padding:0;border:0}.portal-catalog-header-stat strong{margin:0;font-size:20px}.portal-catalog-header-stat small{margin:0}.portal-catalog-filter-panel .portal-search{grid-template-columns:1fr}.portal-catalog-filter-panel .portal-search button{grid-column:auto}.portal-catalog-results-heading{margin-top:25px}.portal-catalog-grid{grid-template-columns:1fr;gap:12px}.portal-product-card{min-height:0}.portal-product-image{height:190px}.portal-product-body{min-height:0;padding:16px}.portal-product-body h3{min-height:0;font-size:18px}.portal-product-body p{min-height:0}.portal-product-spec-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.portal-product-spec-grid div:nth-child(5){grid-column:auto}.portal-product-spec-grid div:nth-child(4){grid-column:span 2}.portal-product-detail{min-height:33px}.portal-account-nav a{padding:6px 5px;font-size:7px}.portal-cart-link{font-size:8px}.portal-documents-strip{display:block;margin-top:14px}.portal-documents-strip p{margin-top:9px}.portal-documents-strip a{margin-top:10px}}
html,body{overflow-x:hidden}
