:root{--pro-ink:#16344f;--pro-ink-2:#274b66;--pro-accent:#ef744c;--pro-accent-dark:#d95f39;--pro-paper:#fff;--pro-canvas:#f4f6f7;--pro-line:#dfe6ea;--pro-muted:#657986;--pro-soft:#fff4ee;--pro-success:#e8f6ed;--pro-danger:#fff0ed;--pro-shadow:0 18px 55px rgba(22,52,79,.09)}
*{box-sizing:border-box}
html{background:var(--pro-canvas);color:var(--pro-ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;scroll-behavior:smooth}
body.popelup-pro-site{background:var(--pro-canvas);color:var(--pro-ink);margin:0;min-height:100vh;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}button,input{font:inherit}
.pro-header{align-items:center;background:rgba(255,255,255,.96);border-bottom:1px solid var(--pro-line);display:flex;height:82px;justify-content:space-between;padding:0 clamp(22px,4vw,62px);position:sticky;top:0;z-index:20;backdrop-filter:blur(14px)}
.pro-brand{align-items:center;display:flex;gap:11px}.pro-brand img{display:block;height:58px;max-width:220px;object-fit:contain}.pro-brand span{background:var(--pro-ink);border-radius:6px;color:#fff;font-size:11px;font-weight:900;letter-spacing:.14em;padding:5px 8px}
.pro-header__meta{align-items:center;color:var(--pro-muted);display:flex;font-size:13px;gap:20px}.pro-header__meta strong{color:var(--pro-ink);font-weight:800}.pro-header__meta a{border-left:1px solid var(--pro-line);color:var(--pro-accent-dark);font-weight:800;padding-left:20px}
.pro-notice{border-radius:12px;font-size:14px;font-weight:700;margin:18px auto 0;max-width:1200px;padding:14px 18px}.pro-notice--success{background:var(--pro-success);color:#23663d}.pro-notice--error{background:var(--pro-danger);color:#9c3d29}
.pro-shell{display:grid;grid-template-columns:260px minmax(0,1fr);margin:0 auto;max-width:1600px;min-height:calc(100vh - 82px)}
.pro-sidebar{align-self:start;border-right:1px solid var(--pro-line);box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;height:calc(100vh - 82px);overflow-x:hidden;overflow-y:auto;padding:24px 16px 40px;position:sticky;scrollbar-color:rgba(22,52,79,.15) transparent;scrollbar-width:thin;top:82px}.pro-sidebar::-webkit-scrollbar{width:4px}.pro-sidebar::-webkit-scrollbar-thumb{background:rgba(22,52,79,.15);border-radius:4px}.pro-sidebar button{all:unset;box-sizing:border-box;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-family:inherit;line-height:1;margin:0;padding:0;border:0;background:transparent;color:inherit}
.pro-catalog{min-width:0;padding:44px clamp(26px,4vw,66px) 70px}.pro-catalog__top{align-items:end;display:flex;gap:42px;justify-content:space-between;margin-bottom:26px}.pro-eyebrow{color:var(--pro-accent-dark);display:block;font-size:11px;font-weight:900;letter-spacing:.14em;margin-bottom:9px;text-transform:uppercase}.pro-catalog h1{font-size:clamp(34px,4vw,52px);font-weight:900;letter-spacing:-.045em;line-height:1.02;margin:0 0 10px}.pro-catalog__top p{color:var(--pro-muted);font-size:14px;margin:0}
.pro-search{min-width:min(100%,390px)}.pro-search label{color:var(--pro-muted);display:block;font-size:11px;font-weight:800;margin-bottom:7px}.pro-search__bar{background:#fff;border:1px solid var(--pro-line);border-radius:13px;box-shadow:0 8px 25px rgba(22,52,79,.05);display:flex;overflow:hidden;padding:5px}.pro-search input{background:transparent;border:0;color:var(--pro-ink);min-width:0;outline:0;padding:10px 12px;width:100%}.pro-search button,.pro-application button{background:var(--pro-accent);border:0;border-radius:9px;color:#fff;cursor:pointer;font-weight:850;padding:10px 17px;transition:background .15s,transform .15s}.pro-search button:hover,.pro-application button:hover{background:var(--pro-accent-dark);transform:translateY(-1px)}
.pro-filters{background:#fff;border:1px solid var(--pro-line);border-radius:12px;box-shadow:0 6px 20px rgba(22,52,79,.04);display:flex;flex-direction:column;gap:10px;margin:0 0 22px;padding:12px 14px}.pro-filters__main{align-items:flex-end;display:flex;flex-wrap:wrap;gap:8px 10px;width:100%}.pro-filters label{display:grid;flex:1 1 115px;gap:4px;max-width:180px;min-width:100px}.pro-filters label>span:first-child{color:var(--pro-muted);font-size:9.5px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.pro-filters select,.pro-filters input{background:#f8fafb;border:1px solid #d8e1e5;border-radius:8px;color:var(--pro-ink);font-size:12px;height:36px;min-width:0;outline:0;padding:0 9px;width:100%}.pro-filters select:focus,.pro-filters input:focus{background:#fff;border-color:var(--pro-accent);box-shadow:0 0 0 2.5px rgba(239,116,76,.12)}.pro-filter-price{flex:1.2 1 145px;max-width:200px;min-width:130px}.pro-filter-price>span:last-child{align-items:center;display:grid;gap:4px;grid-template-columns:1fr auto 1fr}.pro-filter-price input{padding:0 5px;text-align:center}.pro-filter-price b{color:var(--pro-muted);font-size:11px;font-weight:500}.pro-filters__actions{align-items:center;display:flex;flex:0 0 auto;flex-wrap:wrap;gap:6px;margin-left:auto}.pro-filters__submit{background:var(--pro-ink);border:0;border-radius:8px;color:#fff;cursor:pointer;font-size:11.5px;font-weight:850;height:36px;padding:0 14px;transition:background .15s,transform .15s}.pro-filters__submit:hover{background:var(--pro-ink-2);transform:translateY(-1px)}.pro-filters__toggle{align-items:center;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:8px;color:var(--pro-ink);cursor:pointer;display:inline-flex;font-size:11.5px;font-weight:800;gap:5px;height:36px;padding:0 10px;transition:all .15s ease;white-space:nowrap}.pro-filters__toggle:hover{background:#e2e8f0;border-color:#94a3b8}.pro-filters__toggle.is-active{background:#fff4ee;border-color:var(--pro-accent);color:var(--pro-accent-dark)}.pro-filters__badge{align-items:center;background:var(--pro-accent);border-radius:999px;color:#fff;display:inline-flex;font-size:9.5px;font-weight:900;height:16px;justify-content:center;min-width:16px;padding:0 4px}.pro-filters__chevron{transition:transform .2s ease}.pro-filters__toggle[aria-expanded="true"] .pro-filters__chevron{transform:rotate(180deg)}.pro-filters__clear{color:var(--pro-accent-dark);font-size:11px;font-weight:800;padding:2px 4px}.pro-filters__extra{border-top:1px dashed var(--pro-line);display:flex;flex-wrap:wrap;gap:8px 10px;padding-top:10px;width:100%}.pro-filters__extra label{flex:1 1 120px;max-width:190px;min-width:105px}.pro-filters__extra[hidden]{display:none!important}
.pro-breadcrumbs{align-items:center;color:var(--pro-muted);display:flex;flex-wrap:wrap;font-size:12px;font-weight:700;gap:8px;margin:0 0 22px}.pro-breadcrumbs a{color:var(--pro-accent-dark)}
.pro-subcategories{display:grid;gap:11px;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));margin-bottom:28px}.pro-subcategories article{background:#fff;border:1px solid var(--pro-line);border-radius:14px;min-height:72px;position:relative;transition:border-color .15s,box-shadow .15s,transform .15s}.pro-subcategories article:hover{border-color:#edb39f;box-shadow:0 12px 28px rgba(22,52,79,.07);transform:translateY(-2px)}.pro-subcategories article>a{align-items:center;display:flex;justify-content:space-between;min-height:72px;padding:16px 48px 16px 18px}.pro-subcategories span{font-size:14px;font-weight:850}.pro-subcategories a>b{color:var(--pro-accent);font-size:11px;white-space:nowrap}.pro-favorite-toggle{background:#f3f6f7;border:0;border-radius:50%;color:#9aabb4;cursor:pointer;font-size:15px;height:30px;position:absolute;right:10px;top:10px;transition:background .15s,color .15s,transform .15s;width:30px}.pro-favorite-toggle:hover{transform:scale(1.08)}.pro-favorite-toggle.is-active{background:#fff1e9;color:var(--pro-accent)}.pro-favorite-toggle.has-error{animation:favorite-shake .3s}.pro-favorite-strip{align-items:center;background:linear-gradient(120deg,var(--pro-ink),var(--pro-ink-2));border-radius:17px;color:#fff;display:grid;gap:20px;grid-template-columns:auto 1fr;margin:0 0 25px;padding:18px 21px}.pro-favorite-strip[hidden]{display:none}.pro-favorite-strip>div span{color:#ffc1aa;font-size:9px;font-weight:900;letter-spacing:.12em}.pro-favorite-strip h2{font-size:17px;margin:4px 0 0}.pro-favorite-strip nav{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.pro-favorite-strip a{background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.16);border-radius:999px;font-size:11px;font-weight:800;padding:9px 12px}.pro-favorite-strip a:hover{background:#fff;color:var(--pro-ink)}.pro-favorite-strip a b{color:#ffc1aa;margin-right:6px}@keyframes favorite-shake{25%{transform:translateX(-3px)}75%{transform:translateX(3px)}}
.pro-products{display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.pro-product{background:#fff;border:1px solid var(--pro-line);border-radius:18px;box-shadow:0 8px 26px rgba(22,52,79,.055);display:flex;flex-direction:column;min-width:0;overflow:hidden;transition:box-shadow .18s,transform .18s}.pro-product:hover{box-shadow:var(--pro-shadow);transform:translateY(-4px)}.pro-product__image{aspect-ratio:4/3;background:linear-gradient(145deg,#fafbfb,#edf1f3);display:block;overflow:hidden;padding:14px}.pro-product__image img{height:100%;object-fit:contain;transition:transform .25s;width:100%}.pro-product:hover .pro-product__image img{transform:scale(1.025)}.pro-product__body{display:flex;flex:1;flex-direction:column;padding:19px}.pro-product__reference{color:var(--pro-accent-dark);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.pro-product h2{color:var(--pro-ink);font-size:17px;font-weight:850;letter-spacing:-.015em;line-height:1.28;margin:6px 0 13px}.pro-product dl{color:var(--pro-muted);display:grid;font-size:11px;gap:5px;margin:0 0 16px}.pro-product dl div{display:flex;gap:6px;min-width:0}.pro-product dt{font-weight:800}.pro-product dd{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.pro-product__prices{border-top:1px solid var(--pro-line);display:grid;gap:8px;margin-top:auto;padding-top:14px}.pro-product__prices>strong{font-size:12px;font-weight:900}.pro-price-loading,.pro-price-unavailable{color:var(--pro-muted);font-size:11px}.pro-price-table{border-collapse:collapse;font-size:11px;width:100%}.pro-price-table td{border-top:1px solid #edf1f3;padding:7px 0;vertical-align:top}.pro-price-table td:first-child{color:var(--pro-muted);padding-right:8px}.pro-price-table td:last-child{color:var(--pro-ink);font-weight:900;text-align:right;white-space:nowrap}.pro-price-more{color:var(--pro-accent-dark);font-size:10px;font-weight:800}.pro-empty{background:#fff;border:1px dashed #cad5da;border-radius:15px;color:var(--pro-muted);margin-top:18px;padding:40px;text-align:center}.pro-pagination{align-items:center;display:flex;gap:18px;justify-content:center;margin-top:36px}.pro-pagination a{background:#fff;border:1px solid var(--pro-line);border-radius:10px;font-size:12px;font-weight:850;padding:10px 14px}.pro-pagination span{color:var(--pro-muted);font-size:12px;font-weight:700}
.pro-product__description{color:var(--pro-muted);font-size:11px;line-height:1.5;margin:-4px 0 15px}.pro-product-detail{background:#fff;border:1px solid var(--pro-line);border-radius:22px;box-shadow:var(--pro-shadow);display:grid;gap:34px;grid-template-columns:minmax(300px,.9fr) minmax(360px,1.1fr);overflow:hidden;padding:28px}.pro-product-detail__gallery{min-width:0}.pro-product-detail__main-image{background:linear-gradient(145deg,#fafbfb,#edf1f3);border-radius:16px;height:440px;object-fit:contain;padding:20px;width:100%}.pro-product-detail__thumbs{display:grid;gap:8px;grid-template-columns:repeat(6,1fr);margin-top:10px}.pro-product-detail__thumbs img{background:#f6f8f9;border:1px solid var(--pro-line);border-radius:8px;cursor:pointer;height:72px;object-fit:contain;padding:5px;width:100%}.pro-product-detail__content{display:flex;flex-direction:column;min-width:0}.pro-product-detail__identity{align-items:center;display:flex;gap:10px}.pro-product-detail__identity span{color:var(--pro-accent-dark);font-size:12px;font-weight:900}.pro-product-detail__identity b{background:#eef2f4;border-radius:6px;color:var(--pro-ink);font-size:10px;letter-spacing:.06em;padding:5px 7px}.pro-product-detail h2{font-size:34px;letter-spacing:-.035em;line-height:1.08;margin:10px 0 14px}.pro-product-detail__description{color:var(--pro-muted);font-size:14px;line-height:1.65;margin:0 0 18px}.pro-product-detail__specs{border-bottom:1px solid var(--pro-line);border-top:1px solid var(--pro-line);display:grid;font-size:12px;gap:0;margin:0 0 18px;padding:8px 0}.pro-product-detail__specs div{display:grid;gap:12px;grid-template-columns:105px 1fr;padding:7px 0}.pro-product-detail__specs dt{color:var(--pro-muted);font-weight:750}.pro-product-detail__specs dd{font-weight:750;margin:0}.pro-product-detail__arguments{display:grid;gap:7px;margin:0 0 18px;padding-left:20px}.pro-product-detail__arguments li{font-size:12px;line-height:1.45}.pro-product-detail__colors>strong{display:block;font-size:12px;margin-bottom:9px}.pro-product-detail__colors>div{display:flex;flex-wrap:wrap;gap:7px;max-height:190px;overflow:auto}.pro-product-detail__colors span{align-items:center;background:#f6f8f9;border-radius:8px;display:flex;font-size:10px;font-weight:750;gap:6px;padding:7px 8px}.pro-product-detail__colors i{border:1px solid rgba(22,52,79,.13);border-radius:50%;height:14px;width:14px}.pro-product-detail__colors small{color:var(--pro-muted);font-size:9px;font-weight:500}.pro-product-detail .pro-product__prices{margin-top:22px}
.pro-access{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(420px,1.1fr);gap:clamp(40px,7vw,100px);margin:0 auto;max-width:1180px;min-height:calc(100vh - 140px);padding:clamp(50px,7vw,100px) 28px}.pro-access__intro{align-self:center}.pro-access__intro h1{font-size:clamp(40px,5vw,66px);font-weight:950;letter-spacing:-.055em;line-height:.98;margin:0 0 25px}.pro-access__intro>p{color:var(--pro-muted);font-size:17px;line-height:1.65;margin:0;max-width:560px}.pro-access__intro ul{display:grid;gap:13px;list-style:none;margin:30px 0 0;padding:0}.pro-access__intro li{font-size:14px;font-weight:800;padding-left:29px;position:relative}.pro-access__intro li:before{background:var(--pro-accent);border-radius:50%;color:#fff;content:"✓";font-size:10px;height:18px;left:0;line-height:18px;position:absolute;text-align:center;top:0;width:18px}
.pro-application,.pro-pending{align-self:center;background:#fff;border:1px solid var(--pro-line);border-radius:22px;box-shadow:var(--pro-shadow);padding:clamp(25px,4vw,42px)}.pro-application__title>span,.pro-pending>span{color:var(--pro-accent-dark);font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.pro-application h2,.pro-pending h2{font-size:29px;font-weight:900;letter-spacing:-.035em;margin:7px 0 8px}.pro-application__title p,.pro-pending p{color:var(--pro-muted);font-size:13px;line-height:1.55;margin:0}.pro-application form{display:grid;gap:21px;margin-top:27px}.pro-application fieldset{border:0;margin:0;padding:0}.pro-application legend{color:var(--pro-ink);font-size:12px;font-weight:900;margin-bottom:11px}.pro-form-grid{display:grid;gap:12px;grid-template-columns:1fr 1fr}.pro-form-grid label{color:#425d70;font-size:11px;font-weight:800}.pro-form-grid label.is-wide{grid-column:1/-1}.pro-form-grid small{color:var(--pro-muted);font-weight:600}.pro-form-grid input{background:#f8fafb;border:1px solid #d8e1e5;border-radius:10px;color:var(--pro-ink);display:block;margin-top:6px;outline:0;padding:12px 13px;width:100%}.pro-form-grid input:focus{background:#fff;border-color:var(--pro-accent);box-shadow:0 0 0 3px rgba(239,116,76,.12)}.pro-application button{font-size:14px;padding:14px 20px;width:100%}.pro-form-note{color:var(--pro-muted);font-size:10px;margin:0;text-align:center}.pro-footer{align-items:center;border-top:1px solid var(--pro-line);color:var(--pro-muted);display:flex;font-size:11px;justify-content:space-between;margin:0 auto;max-width:1600px;padding:22px clamp(22px,4vw,62px)}.pro-footer span:first-child{color:var(--pro-ink);font-weight:900}
.pro-account-choice{background:#eef2f4;border-radius:12px;display:grid;gap:5px;grid-template-columns:1fr 1fr;padding:5px}.pro-account-choice button{background:transparent;border:0;border-radius:8px;color:var(--pro-muted);font-size:12px;padding:11px 8px}.pro-account-choice button:hover{background:rgba(255,255,255,.7);color:var(--pro-ink);transform:none}.pro-account-choice button.is-active{background:#fff;box-shadow:0 4px 14px rgba(22,52,79,.09);color:var(--pro-ink)}.pro-new-account-fields{display:contents}.pro-new-account-fields[hidden]{display:none}
.pro-quote-add{background:#fff;border:1px solid var(--pro-ink);border-radius:9px;color:var(--pro-ink);cursor:pointer;font-size:11px;font-weight:850;margin-top:13px;padding:10px 12px;width:100%}.pro-quote-add:hover{background:var(--pro-ink);color:#fff}.pro-quote-add--large{background:var(--pro-accent);border-color:var(--pro-accent);color:#fff;font-size:13px;padding:14px}.pro-quote-fab{align-items:center;background:var(--pro-ink);border:0;border-radius:999px;bottom:24px;box-shadow:0 12px 35px rgba(22,52,79,.28);color:#fff;cursor:pointer;display:flex;font-weight:850;gap:10px;padding:13px 18px;position:fixed;right:24px;z-index:30}.pro-quote-fab span{align-items:center;background:var(--pro-accent);border-radius:50%;display:flex;font-size:11px;height:24px;justify-content:center;min-width:24px;padding:0 5px}.pro-quote-overlay[hidden]{display:none}.pro-quote-overlay{align-items:stretch;background:rgba(10,29,43,.62);display:flex;inset:0;justify-content:flex-end;position:fixed;z-index:60}.has-quote-open{overflow:hidden}.pro-quote-panel{background:var(--pro-canvas);box-shadow:-20px 0 60px rgba(10,29,43,.22);max-width:760px;overflow:auto;padding:28px;width:100%}.pro-quote-panel>header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:24px}.pro-quote-panel>header span{color:var(--pro-accent-dark);font-size:10px;font-weight:900;letter-spacing:.12em}.pro-quote-panel>header h2{font-size:30px;letter-spacing:-.035em;margin:5px 0}.pro-quote-panel>header p{color:var(--pro-muted);font-size:12px;margin:0}.pro-quote-panel>header>button{background:#fff;border:1px solid var(--pro-line);border-radius:50%;color:var(--pro-ink);cursor:pointer;font-size:24px;height:40px;line-height:1;width:40px}.pro-quote-panel form{display:grid;gap:22px}.pro-quote-lines{display:grid;gap:13px}.pro-quote-empty{background:#fff;border:1px dashed #bdcbd2;border-radius:14px;color:var(--pro-muted);font-size:13px;padding:28px;text-align:center}.pro-quote-line{background:#fff;border:1px solid var(--pro-line);border-radius:15px;padding:17px}.pro-quote-line__heading{align-items:center;display:flex;gap:15px;justify-content:space-between;margin-bottom:14px}.pro-quote-line__title-group{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.pro-quote-line__heading strong{font-size:13px}.pro-quote-line__ref{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;color:#475569;font-size:10px;font-weight:700;letter-spacing:.02em;padding:2px 7px}.pro-quote-line__heading button{background:none;border:0;color:var(--pro-accent-dark);cursor:pointer;font-size:10px;font-weight:850}.pro-quote-color-picker{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;display:flex;flex-direction:column;gap:9px;margin-bottom:12px;padding:12px 14px}.pro-quote-color-picker__header{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between}.pro-quote-color-picker__title-group{align-items:center;display:inline-flex;gap:7px}.pro-quote-color-picker__label{color:var(--pro-muted);font-size:10px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.pro-quote-color-picker__selected{color:var(--pro-ink);font-size:12px;font-weight:850}.pro-quote-color-picker__selected.is-placeholder{color:#94a3b8;font-style:italic;font-weight:600}.pro-quote-color-picker__count{background:#fff;border:1px solid #e2e8f0;border-radius:999px;color:#64748b;font-size:10px;font-weight:700;padding:2px 8px}.pro-quote-color-capsules{display:flex;flex-wrap:wrap;gap:6px;max-height:180px;overflow-y:auto;padding:2px;scrollbar-width:thin}.pro-color-capsule{align-items:center;background:#fff;border:1.5px solid #d8e1e5;border-radius:999px;box-shadow:0 1px 2px rgba(0,0,0,.03);cursor:pointer;display:inline-flex;gap:6px;line-height:1;outline:0;padding:5px 10px 5px 6px;transition:all .15s ease-in-out;user-select:none}.pro-color-capsule:hover{background:#f8fafc;border-color:#94a3b8;box-shadow:0 2px 5px rgba(0,0,0,.07);transform:translateY(-1px)}.pro-color-capsule.is-selected{background:#fff5f2;border-color:var(--pro-accent);box-shadow:0 0 0 2px rgba(239,116,76,.2)}.pro-color-capsule:focus-visible{outline:2px solid var(--pro-accent);outline-offset:1px}.pro-color-capsule__swatch{border:1px solid rgba(0,0,0,.15);border-radius:50%;box-shadow:inset 0 1px 2px rgba(0,0,0,.12);display:inline-block;flex-shrink:0;height:16px;position:relative;width:16px}.pro-color-capsule__swatch--inline{height:14px;vertical-align:middle;width:14px}.pro-color-capsule__swatch.color-dot--multi{background:linear-gradient(135deg,#fff 0%,#ccc 50%,#333 100%)}.pro-color-capsule__name{color:#1e293b;font-size:11px;font-weight:600;white-space:nowrap}
.pro-color-capsule.is-selected .pro-color-capsule__name{color:var(--pro-ink);font-weight:850}.pro-color-capsule.is-selected::after{color:var(--pro-accent);content:"✓";font-size:10px;font-weight:900;margin-left:2px}.pro-color-capsules__loading,.pro-color-capsules__empty{align-items:center;color:var(--pro-muted);display:flex;font-size:11px;font-style:italic;gap:7px;padding:6px 2px}.pro-color-capsules__spinner{animation:proSpin .7s linear infinite;border:2px solid #cbd5e1;border-radius:50%;border-top-color:var(--pro-accent);display:inline-block;height:12px;width:12px}@keyframes proSpin{to{transform:rotate(360deg)}}.pro-quote-line__grid,.pro-quote-grid{display:grid;gap:11px;grid-template-columns:repeat(2,1fr)}.pro-quote-line__grid .is-wide,.pro-quote-grid .is-wide{grid-column:1/-1}.pro-quote-line label,.pro-quote-panel fieldset label{color:var(--pro-muted);font-size:10px;font-weight:800}.pro-quote-line input,.pro-quote-line select,.pro-quote-line textarea,.pro-quote-panel fieldset input,.pro-quote-panel fieldset textarea{background:#f8fafb;border:1px solid #d8e1e5;border-radius:8px;color:var(--pro-ink);display:block;margin-top:5px;min-height:40px;padding:9px 10px;width:100%}.pro-quote-line textarea{min-height:60px}.pro-quote-panel fieldset{background:#fff;border:1px solid var(--pro-line);border-radius:15px;margin:0;padding:17px}.pro-quote-panel legend{font-size:13px;font-weight:900;padding:0 5px}.pro-quote-submit{align-items:center;display:flex;gap:20px;justify-content:space-between}.pro-quote-submit small{color:var(--pro-muted);font-size:10px;line-height:1.4;max-width:360px}.pro-quote-submit button{background:var(--pro-accent);border:0;border-radius:10px;color:#fff;cursor:pointer;font-size:13px;font-weight:900;padding:14px 18px}.pro-quote-submit button:disabled{cursor:not-allowed;opacity:.45}
@media(max-width:1180px){.pro-filter-price{max-width:240px}}
@media(max-width:980px){.pro-header__meta>span{display:none}.pro-shell{display:block}.pro-sidebar{background:var(--pro-canvas);border-bottom:1px solid var(--pro-line);border-right:0;display:flex;height:auto;overflow-x:auto;padding:14px 22px;position:static}.pro-sidebar__heading{display:none}.pro-sidebar nav{display:flex;gap:5px}.pro-sidebar a{flex:0 0 auto;white-space:nowrap}.pro-sidebar__all{margin:0 5px 0 0}.pro-catalog{padding-top:34px}.pro-catalog__top{align-items:stretch;display:grid}.pro-product-detail{grid-template-columns:1fr}.pro-access{grid-template-columns:1fr;max-width:720px}.pro-access__intro{padding:0 12px}}
@media(max-width:640px){.pro-header{height:70px;padding:0 17px}.pro-brand img{height:46px;max-width:160px}.pro-header__meta{gap:10px}.pro-header__meta strong{display:none}.pro-header__meta a{border:0;padding:0}.pro-catalog{padding:28px 16px 52px}.pro-catalog h1{font-size:38px}.pro-search{min-width:0}.pro-filters{padding:10px}.pro-filters__main{gap:8px}.pro-filters label{flex:1 1 calc(50% - 4px);max-width:none;min-width:110px}.pro-filter-price{flex:1 1 100%;max-width:none}.pro-filters__actions{flex:1 1 100%;justify-content:space-between;margin-left:0}.pro-filters__extra label{flex:1 1 calc(50% - 4px);max-width:none;min-width:110px}.pro-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.pro-product{border-radius:13px}.pro-product__image{padding:7px}.pro-product__body{padding:12px}.pro-product h2{font-size:14px}.pro-product dl,.pro-product__description{display:none}.pro-product__prices>strong{font-size:10px}.pro-price-table{font-size:9px}.pro-product-detail{border-radius:14px;gap:20px;padding:14px}.pro-product-detail__main-image{height:300px;padding:10px}.pro-product-detail__thumbs{grid-template-columns:repeat(4,1fr)}.pro-product-detail h2{font-size:27px}.pro-access{padding:43px 17px}.pro-access__intro h1{font-size:43px}.pro-form-grid{grid-template-columns:1fr}.pro-form-grid label.is-wide{grid-column:auto}.pro-application{border-radius:17px;padding:23px 18px}.pro-footer{gap:15px;padding:18px 17px}.pro-footer span:last-child{text-align:right}}
@media(max-width:640px){.pro-quote-panel{padding:20px 14px}.pro-quote-line__grid,.pro-quote-grid{grid-template-columns:1fr}.pro-quote-grid .is-wide{grid-column:auto}.pro-quote-color-picker{padding:10px}.pro-quote-color-capsules{gap:5px;max-height:220px}.pro-color-capsule{font-size:10px;padding:4px 8px 4px 5px}.pro-color-capsule__swatch{height:14px;width:14px}.pro-color-capsule__name{font-size:10px}.pro-quote-submit{align-items:stretch;flex-direction:column}.pro-quote-submit button{width:100%}.pro-quote-fab{bottom:14px;right:14px}.pro-favorite-strip{align-items:start;grid-template-columns:1fr}.pro-favorite-strip nav{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto}.pro-favorite-strip a{flex:0 0 auto}}

/* Stock Matrix Table */
.pro-product-detail__stock-matrix{background:#fff;border:1px solid var(--pro-line);border-radius:14px;box-shadow:0 4px 16px rgba(22,52,79,.04);display:flex;flex-direction:column;margin:18px 0;overflow:hidden}
.pro-stock-matrix__header{align-items:center;background:#fafbfc;border-bottom:1px solid var(--pro-line);display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding:12px 16px}
.pro-stock-matrix__header strong{color:var(--pro-ink);display:block;font-size:13px;font-weight:850}
.pro-stock-matrix__header small{color:var(--pro-muted);font-size:11px}
.pro-stock-matrix__legend{display:flex;gap:14px}
.pro-stock-pill{align-items:center;display:inline-flex;font-size:11px;font-weight:700;gap:6px}
.pro-stock-pill .dot{border-radius:50%;display:inline-block;height:8px;width:8px}
.pro-stock-pill.is-available{color:#1e8e3e}.pro-stock-pill.is-available .dot{background:#34a853}
.pro-stock-pill.is-out{color:#d93025}.pro-stock-pill.is-out .dot{background:#ea4335}
.pro-stock-matrix__wrapper{max-height:480px;overflow:auto;-webkit-overflow-scrolling:touch}
.pro-stock-matrix-table{border-collapse:separate;border-spacing:0;font-size:12px;width:100%}
.pro-stock-matrix-table th{background:#f1f4f6;color:var(--pro-ink);font-size:11px;font-weight:850;letter-spacing:.03em;padding:9px 8px;position:sticky;text-align:center;text-transform:uppercase;top:0;z-index:2;border-bottom:1px solid #d5dfe4}
.pro-stock-matrix-table th.th-color{left:0;min-width:140px;position:sticky;text-align:left;z-index:3}
.pro-stock-matrix-table th.th-total{min-width:65px;background:#e8edf1}
.pro-stock-matrix-table td{border-bottom:1px solid #edf1f3;padding:6px 6px;text-align:center;vertical-align:middle}
.pro-stock-matrix-table tbody tr:hover{background:#f8fafb}
.pro-stock-matrix-table td.td-color{background:#fff;border-right:1px solid var(--pro-line);left:0;position:sticky;text-align:left;z-index:1}
.pro-stock-matrix-table tbody tr:hover td.td-color{background:#f8fafb}
.pro-color-swatch-cell{align-items:center;display:flex;gap:8px}
.pro-color-swatch-cell .color-dot{border:1px solid rgba(0,0,0,.15);border-radius:50%;flex-shrink:0;height:14px;width:14px}
.pro-color-swatch-cell .color-dot--multi{background:linear-gradient(135deg,#fff,#ccc,#333)}
.pro-color-swatch-cell .color-name{color:var(--pro-ink);font-size:11px;font-weight:750;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.pro-stock-matrix-table td.td-qty{padding:4px}
.pro-stock-matrix-table td.is-in-stock .stock-qty-val{background:#e6f4ea;border-radius:4px;color:#1e8e3e;display:inline-block;font-size:11px;font-weight:800;line-height:1.2;min-width:32px;padding:3px 5px}
.pro-stock-matrix-table td.is-out-of-stock .stock-qty-val{background:#fce8e6;border-radius:4px;color:#d93025;display:inline-block;font-size:11px;font-weight:600;line-height:1.2;min-width:32px;padding:3px 5px}
.pro-stock-matrix-table td.td-total{background:#f8fafb;border-left:1px solid var(--pro-line);color:var(--pro-ink);font-size:12px;font-weight:900}

/* Tree Explorer Navigation & Favorites */
.pro-sidebar__heading{display:flex;flex-direction:column;gap:4px;margin-bottom:14px;padding:0 4px}
.pro-sidebar__badge{align-self:flex-start;background:rgba(239,116,76,.1);border-radius:5px;color:var(--pro-accent-dark);font-size:10px;font-weight:800;letter-spacing:.06em;padding:2px 7px;text-transform:uppercase}
.pro-sidebar__title{color:var(--pro-ink);font-size:16px;font-weight:850;letter-spacing:-.02em;margin:0}
.pro-sidebar__all{align-items:center;background:#fff;border:1px solid var(--pro-line);border-radius:9px;box-shadow:0 1px 2px rgba(0,0,0,.03);color:var(--pro-ink)!important;display:flex!important;font-size:13px;font-weight:700;gap:9px;margin-bottom:14px;padding:9px 11px!important;text-decoration:none!important;transition:all .15s ease}
.pro-sidebar__all:hover{border-color:#cbd5e1;box-shadow:0 3px 8px rgba(22,52,79,.06);color:var(--pro-accent-dark)!important;transform:translateY(-1px)}
.pro-sidebar__all.is-active{background:linear-gradient(135deg,var(--pro-ink) 0%,#1e4566 100%)!important;border-color:transparent!important;box-shadow:0 4px 12px rgba(22,52,79,.18)!important;color:#fff!important;transform:none!important}
.pro-sidebar__all-icon{align-items:center;color:#64748b;display:flex;flex-shrink:0;justify-content:center}
.pro-sidebar__all.is-active .pro-sidebar__all-icon{color:#ff9d7d}
.pro-sidebar__all-label{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.pro-sidebar__all-badge{background:#f1f5f9;border-radius:999px;color:#64748b;font-size:11px;font-weight:750;padding:2px 7px}
.pro-sidebar__all.is-active .pro-sidebar__all-badge{background:rgba(255,255,255,.2);color:#fff}

/* Favorites pinned at the top of the tree */
.pro-tree-favorites{background:linear-gradient(180deg,#fffdf8 0%,#fffbeb 100%)!important;border:1px solid #fde68a!important;border-radius:11px!important;box-shadow:0 2px 8px rgba(245,158,11,.08)!important;display:flex!important;flex-direction:column!important;gap:5px!important;margin-bottom:16px!important;padding:8px 8px 8px 10px!important}
.pro-tree-favorites[hidden]{display:none!important}
.pro-tree-favorites__header{align-items:center!important;display:flex!important;flex-direction:row!important;justify-content:space-between!important;padding-bottom:3px!important}
.pro-tree-favorites__title{align-items:center!important;color:#92400e!important;display:flex!important;font-size:11px!important;font-weight:850!important;gap:5px!important;letter-spacing:.05em!important;text-transform:uppercase!important}
.pro-tree-favorites__count{background:#fef3c7!important;border:1px solid #fde68a!important;border-radius:999px!important;color:#92400e!important;font-size:10px!important;font-weight:800!important;line-height:1.2!important;padding:1px 6px!important}
.pro-tree-favorites__list{display:flex!important;flex-direction:column!important;gap:3px!important}
.pro-tree-fav-item{align-items:center!important;background:#fff!important;border:1px solid #fef08a!important;border-radius:7px!important;box-shadow:0 1px 2px rgba(0,0,0,.02)!important;display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;height:28px!important;justify-content:space-between!important;min-height:28px!important;padding:2px 6px 2px 8px!important;transition:border-color .15s ease,box-shadow .15s ease,transform .12s ease!important;width:100%!important}
.pro-tree-fav-item:hover{border-color:#f59e0b!important;box-shadow:0 2px 6px rgba(245,158,11,.18)!important;transform:translateX(1px)!important}
.pro-tree-fav-link{align-items:center!important;color:#92400e!important;display:flex!important;flex:1 1 auto!important;flex-direction:row!important;font-size:12px!important;font-weight:700!important;gap:6px!important;line-height:1.2!important;margin:0!important;min-width:0!important;padding:0!important;text-decoration:none!important;width:auto!important}
.pro-tree-fav-star{color:#f59e0b!important;flex-shrink:0!important;font-size:11px!important;line-height:1!important}
.pro-tree-fav-label{flex:1 1 auto!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
.pro-tree-fav-remove{border-radius:4px!important;color:#9ca3af!important;flex:0 0 20px!important;height:20px!important;margin-left:4px!important;max-height:20px!important;max-width:20px!important;min-height:20px!important;min-width:20px!important;transition:background .15s ease,color .15s ease!important;width:20px!important}
.pro-tree-fav-remove:hover{background:#fee2e2!important;color:#ef4444!important}

.pro-tree-section-label{color:#94a3b8;font-size:10.5px;font-weight:800;letter-spacing:.08em;margin:4px 0 6px 4px;text-transform:uppercase}
.pro-tree-nav{display:flex;flex-direction:column;gap:2px}
.pro-tree-node{border-radius:8px!important;margin-bottom:3px!important;transition:background .12s}
.pro-tree-summary{align-items:center!important;border-radius:8px!important;color:#1e293b!important;cursor:pointer!important;display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;font-size:13px!important;font-weight:700!important;gap:7px!important;list-style:none!important;min-height:34px!important;padding:4px 6px!important;transition:background .15s ease!important;user-select:none!important;width:100%!important}
.pro-tree-summary::-webkit-details-marker{display:none!important}
.pro-tree-summary:hover{background:var(--cat-bg,#f1f5f9)!important}
.pro-tree-summary.is-active{background:var(--cat-bg,#e2e8f0)!important}
.pro-tree-node[open] > .pro-tree-summary{background:var(--cat-bg,#f8fafc)!important}
.pro-tree-caret{align-items:center!important;color:#94a3b8!important;display:inline-flex!important;flex:0 0 14px!important;height:14px!important;justify-content:center!important;transition:transform .2s cubic-bezier(.16,1,.3,1),color .15s ease!important;width:14px!important}
.pro-tree-node[open] > .pro-tree-summary .pro-tree-caret{color:var(--cat-color,#1e293b)!important;transform:rotate(90deg)!important}
.pro-tree-icon-badge{align-items:center!important;background:var(--cat-bg,#f1f5f9)!important;border:1px solid var(--cat-border,#e2e8f0)!important;border-radius:7px!important;box-shadow:0 1px 2px rgba(0,0,0,.04)!important;color:var(--cat-color,#475569)!important;display:inline-flex!important;flex:0 0 26px!important;height:26px!important;justify-content:center!important;transition:transform .15s ease,box-shadow .15s ease!important;width:26px!important}
.pro-tree-summary:hover .pro-tree-icon-badge{box-shadow:0 2px 6px rgba(0,0,0,.08)!important;transform:scale(1.05)!important}
.pro-tree-link{color:#1e293b!important;display:inline-block!important;flex:1 1 auto!important;font-size:13px!important;font-weight:700!important;margin:0!important;min-width:0!important;overflow:hidden!important;padding:0!important;text-decoration:none!important;text-overflow:ellipsis!important;white-space:nowrap!important}
.pro-tree-summary:hover .pro-tree-link{color:var(--cat-color,#1e293b)!important}
.pro-tree-count{background:var(--cat-bg,#f1f5f9)!important;border:1px solid var(--cat-border,#e2e8f0)!important;border-radius:999px!important;color:var(--cat-color,#64748b)!important;flex:0 0 auto!important;font-size:10px!important;font-weight:800!important;line-height:1.2!important;margin-left:auto!important;padding:1px 6px!important}

/* Star action buttons in tree */
.pro-tree-star-btn{align-items:center!important;border-radius:4px!important;color:#94a3b8!important;cursor:pointer!important;display:inline-flex!important;flex:0 0 20px!important;height:20px!important;justify-content:center!important;margin:0 0 0 4px!important;max-height:20px!important;max-width:20px!important;min-height:20px!important;min-width:20px!important;opacity:0!important;padding:0!important;transition:opacity .15s ease,color .15s ease,transform .15s ease!important;width:20px!important}
.pro-tree-summary:hover .pro-tree-star-btn,.pro-tree-subitem:hover .pro-tree-star-btn,.pro-tree-leaf:hover .pro-tree-star-btn{opacity:.4!important}
.pro-tree-star-btn:hover{color:#f59e0b!important;opacity:1!important;transform:scale(1.2)!important}
.pro-tree-star-btn.is-active{color:#f59e0b!important;opacity:1!important}
.pro-tree-star-btn.is-active svg{fill:#f59e0b!important;stroke:#f59e0b!important}

.pro-tree-children{border-left:2px solid var(--cat-border,#e2e8f0)!important;display:flex!important;flex-direction:column!important;gap:1px!important;margin:3px 0 6px 17px!important;padding-left:9px!important}
.pro-tree-subitem{align-items:center!important;border-radius:6px!important;display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;height:26px!important;justify-content:space-between!important;min-height:26px!important;padding:0 4px 0 6px!important;transition:background .12s ease!important;width:100%!important}
.pro-tree-subitem:hover{background:#f1f5f9!important}
.pro-tree-subitem.is-active{background:#e2e8f0!important}
.pro-tree-sublink{align-items:center!important;color:#475569!important;display:flex!important;flex:1 1 auto!important;flex-direction:row!important;font-size:12px!important;font-weight:550!important;gap:7px!important;line-height:1.2!important;margin:0!important;min-width:0!important;padding:0!important;text-decoration:none!important;width:auto!important}
.pro-tree-subdot{background:var(--cat-color,#94a3b8)!important;border-radius:50%!important;display:inline-block!important;flex-shrink:0!important;height:5px!important;opacity:.5!important;transition:opacity .15s ease,transform .15s ease!important;width:5px!important}
.pro-tree-subitem:hover .pro-tree-subdot{opacity:1!important;transform:scale(1.3)!important}
.pro-tree-subitem.is-active .pro-tree-subdot{opacity:1!important;transform:scale(1.4)!important}
.pro-tree-label{flex:1 1 auto!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
.pro-tree-subitem:hover .pro-tree-sublink{color:var(--pro-ink)!important}
.pro-tree-subitem.is-active .pro-tree-sublink{color:var(--cat-color,var(--pro-accent-dark))!important;font-weight:750!important}

.pro-tree-leaf{align-items:center!important;border-radius:8px!important;display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;height:34px!important;justify-content:space-between!important;min-height:34px!important;padding:4px 6px!important;transition:background .15s ease!important;width:100%!important}
.pro-tree-leaf:hover{background:var(--cat-bg,#f1f5f9)!important}
.pro-tree-leaf.is-active{background:var(--cat-bg,#e2e8f0)!important}
.pro-tree-link-leaf{align-items:center!important;color:#1e293b!important;display:flex!important;flex:1 1 auto!important;flex-direction:row!important;font-size:13px!important;font-weight:700!important;gap:7px!important;margin:0!important;min-width:0!important;padding:0!important;text-decoration:none!important}
.pro-tree-leaf:hover .pro-tree-link-leaf{color:var(--cat-color,#1e293b)!important}
.pro-tree-leaf.is-active .pro-tree-link-leaf{color:var(--cat-color,var(--pro-accent-dark))!important}

/* Live Search Autocomplete */
.pro-search{position:relative;min-width:min(100%,440px)}
.pro-search__bar{align-items:center;background:#fff;border:1px solid var(--pro-line);border-radius:13px;box-shadow:0 8px 25px rgba(22,52,79,.05);display:flex;overflow:hidden;padding:4px 6px;transition:border-color .15s,box-shadow .15s}
.pro-search__bar:focus-within{border-color:var(--pro-accent);box-shadow:0 0 0 3px rgba(239,116,76,.12)}
.pro-search__icon{align-items:center;color:#8a9fae;display:flex;justify-content:center;padding:0 4px 0 8px}
.pro-search input{background:transparent;border:0;color:var(--pro-ink);font-size:13px;min-width:0;outline:0;padding:10px 8px;width:100%}
.pro-search__clear{background:transparent;border:0;color:#9cb0bd;cursor:pointer;font-size:18px;line-height:1;padding:0 8px}
.pro-search__clear:hover{color:var(--pro-ink)}
.pro-search button[type=submit]{background:var(--pro-accent);border:0;border-radius:9px;color:#fff;cursor:pointer;font-size:12px;font-weight:850;padding:9px 15px;white-space:nowrap;transition:background .15s}
.pro-search button[type=submit]:hover{background:var(--pro-accent-dark)}

/* Dropdown Results */
.pro-search-dropdown{background:#fff;border:1px solid var(--pro-line);border-radius:14px;box-shadow:0 16px 40px rgba(22,52,79,.16);display:flex!important;flex-direction:column;left:0;margin-top:6px;max-height:min(480px,calc(100vh - 200px));overflow:hidden;position:absolute;right:0;top:100%;z-index:100}
.pro-search-dropdown[hidden]{display:none!important}
.pro-search-dropdown__header{align-items:center;background:#fafbfc;border-bottom:1px solid #edf1f3;color:var(--pro-muted);display:flex;flex-shrink:0;font-size:11px;font-weight:800;justify-content:space-between;padding:9px 14px}
.pro-search-dropdown__hint{color:#8ea3b2;font-size:10px;font-weight:600}
.pro-search-dropdown__results{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto!important;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-color:rgba(22,52,79,.3) #f3f6f8;scrollbar-width:thin}
.pro-search-dropdown__results::-webkit-scrollbar{width:6px}
.pro-search-dropdown__results::-webkit-scrollbar-track{background:#f3f6f8}
.pro-search-dropdown__results::-webkit-scrollbar-thumb{background:rgba(22,52,79,.28);border-radius:4px}
.pro-search-dropdown__results::-webkit-scrollbar-thumb:hover{background:var(--pro-accent)}
.pro-search-item{align-items:center;border-bottom:1px solid #f1f4f6;display:flex;gap:12px;padding:10px 14px;text-decoration:none;transition:background .12s}
.pro-search-item:last-child{border-bottom:0}
.pro-search-item:hover,.pro-search-item.is-selected{background:#f8fafb}
.pro-search-item__thumb{align-items:center;background:#f3f6f8;border-radius:8px;display:flex;flex-shrink:0;height:48px;justify-content:center;overflow:hidden;width:48px}
.pro-search-item__thumb img{height:100%;object-fit:contain;width:100%}
.pro-search-item__info{display:flex;flex-direction:column;flex:1;min-width:0}
.pro-search-item__ref{color:var(--pro-accent-dark);font-size:11px;font-weight:900;letter-spacing:.04em}
.pro-search-item__title{color:var(--pro-ink);font-size:12px;font-weight:750;line-height:1.25;margin:2px 0 3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.pro-search-item__meta{color:var(--pro-muted);display:flex;font-size:10px;gap:8px}
.pro-search-item__arrow{color:#adbcc6;font-size:14px;transition:transform .12s}
.pro-search-item:hover .pro-search-item__arrow{color:var(--pro-accent);transform:translateX(3px)}
.pro-search-dropdown__empty{color:var(--pro-muted);font-size:12px;padding:18px 16px;text-align:center}
.pro-search-dropdown__footer{background:#f9fafb;border-top:1px solid #edf1f3;flex-shrink:0;padding:9px 14px;text-align:center}
.pro-search-dropdown__footer a{color:var(--pro-accent-dark);font-size:11px;font-weight:800}
.pro-budget-finder{margin:0 0 24px;padding:24px;border:1px solid #dfe3e8;border-radius:18px;background:#fff}.pro-budget-finder__intro h2{margin:4px 0 6px}.pro-budget-finder__intro p{margin:0 0 18px;color:#59636e}.pro-budget-finder form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.pro-budget-finder label{display:grid;gap:5px;font-size:13px;font-weight:600}.pro-budget-finder input,.pro-budget-finder select{min-height:42px;padding:8px 10px;border:1px solid #cfd5dc;border-radius:9px;background:#fff}.pro-budget-finder fieldset{display:flex;gap:14px;align-items:center;border:0;padding:0}.pro-budget-finder fieldset label{display:flex;align-items:center}.pro-budget-finder button{min-height:44px;border:0;border-radius:10px;background:#15171a;color:#fff;font-weight:700}.pro-budget-finder__status{margin-top:16px}.pro-budget-finder__results{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:12px}.pro-budget-result{display:grid;gap:5px;padding:16px;border:1px solid #e3e6ea;border-radius:12px}.pro-budget-result h3,.pro-budget-result p{margin:0}.pro-budget-result__role{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}@media(max-width:900px){.pro-budget-finder form,.pro-budget-finder__results{grid-template-columns:1fr}}
.pro-quote-live-price{background:linear-gradient(145deg,#f0fbf5,#fff);border:1px solid #b8dfca;border-radius:16px;box-shadow:0 10px 28px rgba(23,92,58,.09);color:#175c3a;font-size:14px;font-weight:750;padding:18px}.pro-quote-live-price[data-state="waiting"],.pro-quote-live-price[data-state="loading"]{background:#f7fafb;color:var(--pro-muted)}.pro-quote-live-price[data-state="error"]{background:#fff3f1;border-color:#efc2ba;color:#8b3427}.pro-quote-live-price__top{align-items:center;display:flex;gap:18px;justify-content:space-between}.pro-quote-live-price__top>div:first-child{display:grid;gap:2px}.pro-quote-live-price__top span{font-size:9px;font-weight:950;letter-spacing:.12em}.pro-quote-live-price__top strong{color:var(--pro-ink);font-size:28px;letter-spacing:-.04em;line-height:1.05}.pro-quote-live-price__top small{color:var(--pro-muted);font-size:11px}.pro-quote-live-price__saving{align-items:center;background:linear-gradient(135deg,#ef7b55,#e65f35);border-radius:999px;box-shadow:0 7px 16px rgba(230,95,53,.22);color:#fff;display:flex;font-size:18px;font-weight:950;justify-content:center;min-height:48px;min-width:82px;padding:9px 14px}.pro-quote-live-price__tier{align-items:baseline;border-top:1px solid rgba(23,92,58,.13);display:flex;gap:10px;justify-content:space-between;margin-top:14px;padding-top:12px}.pro-quote-live-price__tier strong{color:#175c3a;font-size:12px}.pro-quote-live-price__tier span{color:var(--pro-muted);font-size:11px;text-align:right}.pro-quote-live-price__progress{background:#dfece5;border-radius:999px;height:7px;margin-top:10px;overflow:hidden}.pro-quote-live-price__progress i{background:linear-gradient(90deg,#38a169,#ef7b55);border-radius:inherit;display:block;height:100%;transition:width .3s ease}

/* Per-product live degressive pricing in quote */
.pro-quote-line__price{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;display:flex;flex-direction:column;gap:8px;margin-top:14px;padding:12px 14px;transition:all .2s ease}
.pro-quote-line__price--ready{background:linear-gradient(135deg,#f0fdf4 0%,#fff 100%);border-color:#bbf7d0;box-shadow:0 2px 8px rgba(22,101,52,.05)}
.pro-quote-line__price--waiting{background:#f8fafc;border-color:#e2e8f0;color:var(--pro-muted);font-size:11px;font-style:italic}
.pro-quote-line__price--loading{align-items:center;background:#f8fafc;border-color:#cbd5e1;color:var(--pro-muted);display:flex;font-size:11px;font-style:italic;gap:8px}
.pro-quote-line__price-header{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between}
.pro-quote-line__price-tier-tag{align-items:center;display:inline-flex;gap:7px}
.pro-quote-line__tier-badge{background:linear-gradient(135deg,#ef7b55,#e65f35);border-radius:999px;color:#fff;font-size:11px;font-weight:900;letter-spacing:.02em;padding:2px 8px}
.pro-quote-line__tier-label{color:#166534;font-size:11px;font-weight:800}
.pro-quote-line__price-grid{align-items:baseline;border-top:1px solid rgba(22,101,52,.12);display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding-top:8px}
.pro-quote-line__price-unit{display:flex;flex-direction:column;gap:1px}
.pro-quote-line__price-unit-caption,.pro-quote-line__price-subtotal-caption{color:var(--pro-muted);font-size:10px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}
.pro-quote-line__price-unit-val{color:var(--pro-ink);font-size:13px;font-weight:800}
.pro-quote-line__price-subtotal{align-items:flex-end;display:flex;flex-direction:column;gap:1px;text-align:right}
.pro-quote-line__price-subtotal-val{color:#15803d;font-size:16px;font-weight:950;letter-spacing:-.02em}
.pro-quote-line__price-subtotal-val small{color:var(--pro-muted);font-size:11px;font-weight:600;margin-left:4px}
.pro-quote-line__price-footer{align-items:center;border-top:1px dashed #e2e8f0;color:var(--pro-muted);display:flex;font-size:10.5px;justify-content:space-between;margin-top:2px;padding-top:6px}

/* Quote global live price breakdown table */
.pro-quote-live-price__breakdown{border-bottom:1px solid rgba(23,92,58,.15);margin-bottom:14px;padding-bottom:12px}
.pro-quote-live-price__breakdown-title{color:#175c3a;font-size:10px;font-weight:900;letter-spacing:.08em;margin-bottom:8px;text-transform:uppercase}
.pro-quote-live-price__table{display:flex;flex-direction:column;gap:6px}
.pro-quote-live-price__table-row{align-items:center;background:rgba(255,255,255,.8);border:1px solid rgba(184,223,202,.6);border-radius:8px;display:flex;gap:10px;justify-content:space-between;padding:7px 10px}
.pro-quote-live-price__table-col-name{color:var(--pro-ink);flex:1;font-size:12px}
.pro-quote-live-price__table-col-name small{color:var(--pro-muted)}
.pro-quote-qty-tag{background:#e2e8f0;border-radius:4px;color:#334155;font-size:10px;font-weight:800;padding:1px 6px}
.pro-quote-live-price__table-col-unit{color:var(--pro-muted);font-size:11px;white-space:nowrap}
.pro-quote-live-price__table-col-subtotal{color:#166534;font-size:12.5px;font-weight:900;white-space:nowrap}
.pro-quote-live-price__line-next-tier{color:var(--pro-muted);font-size:10.5px;margin-top:3px}
.pro-quote-live-price__line-next-tier--close{color:#b45309;font-weight:700}
.pro-quote-line__next-tier{align-items:center;color:var(--pro-muted);display:flex;flex-wrap:wrap;font-size:11px;gap:6px;margin-top:2px}
.pro-quote-line__next-pill{background:#e0f2fe;border:1px solid #bae6fd;border-radius:999px;color:#0369a1;font-size:10px;font-weight:800;padding:1px 7px}
.pro-quote-line__next-pill--close{background:#fef3c7;border-color:#fde68a;color:#92400e}
.pro-quote-line__next-pill--max{background:#f1f5f9;border-color:#e2e8f0;color:#475569}
.pro-quote-line__next-copy{color:var(--pro-muted);font-size:11px}
.pro-quote-line__tier-progress{background:#e2e8f0;border-radius:999px;height:5px;margin-top:4px;overflow:hidden;width:100%}
.pro-quote-line__tier-progress i{background:linear-gradient(90deg,#0ea5e9,#ef7b55);border-radius:inherit;display:block;height:100%;transition:width .3s ease}
.pro-quote-live-price__notice{align-items:flex-start;background:#fff8eb;border:1px solid #fed7aa;border-radius:10px;color:#9a3412;display:flex;font-size:11.5px;font-weight:500;gap:9px;line-height:1.45;margin-top:14px;padding:10px 12px}
.pro-quote-live-price__notice strong{color:#7c2d12}
.pro-quote-live-price__notice-badge{background:#ea580c;border-radius:4px;color:#fff;flex-shrink:0;font-size:9.5px;font-weight:900;letter-spacing:.04em;padding:2px 6px;text-transform:uppercase}

/* Product detail back button */
.pro-detail-back-bar{align-items:center;display:flex;margin:0 0 18px}
.pro-btn-back{align-items:center;background:#fff;border:1px solid var(--pro-line);border-radius:10px;box-shadow:0 1px 3px rgba(22,52,79,.04);color:var(--pro-ink);cursor:pointer;display:inline-flex;font-size:13px;font-weight:750;gap:8px;padding:9px 15px;text-decoration:none;transition:all .15s ease}
.pro-btn-back:hover{background:#f8fafb;border-color:#cbd5e1;box-shadow:0 3px 8px rgba(22,52,79,.07);color:var(--pro-accent-dark);text-decoration:none;transform:translateX(-2px)}
.pro-btn-back svg{flex-shrink:0;transition:transform .15s ease}
.pro-btn-back:hover svg{transform:translateX(-2px)}
.pro-detail-actions{align-items:center;display:flex;flex-wrap:wrap;gap:14px;margin-top:14px}
.pro-detail-actions .pro-quote-add{flex:1;margin-top:0}
.pro-btn-back--inline{background:transparent;border:1px solid transparent;box-shadow:none;color:var(--pro-muted);font-size:12.5px;font-weight:700;padding:8px 12px}
.pro-btn-back--inline:hover{background:#f1f5f9;border-color:var(--pro-line);box-shadow:none;color:var(--pro-ink);transform:none}
@media(max-width:640px){.pro-detail-actions{align-items:stretch;flex-direction:column}.pro-btn-back--inline{justify-content:center}}





