:root{--msm-yellow:#F58220;--msm-black:#0c0c0c;--msm-light:#efefef;--msm-mid:#dcdcdc;--msm-text:#222}.msm-layout{display:grid;grid-template-columns:260px 1fr;gap:50px;max-width:1280px;margin:35px auto;font-family:Roboto, Arial, sans-serif;color:var(--msm-text)}.msm-sidebar{font-size:13px}.msm-selected,.msm-filters{background:#e9e9e9;padding:22px;margin-bottom:28px}.msm-sidebar h3{margin:0 0 14px;color:#999;font-size:20px}.msm-selected a{background:white;border-radius:20px;padding:8px 26px;text-decoration:none;color:#aaa;font-weight:700;display:inline-block}.msm-filters input[type=text],.msm-filters input[type=number],.msm-head select{width:100%;height:34px;border:0;background:#fff;padding:6px}.msm-filter-group{border-top:2px solid #222;margin-top:18px;padding-top:9px}.msm-filter-group h4{margin:0 0 10px;font-size:14px}.msm-filter-group label{display:flex;align-items:center;gap:7px;line-height:1.9}.msm-filter-group label span{flex:1}.msm-filter-group em{font-style:normal}.msm-range{display:grid;grid-template-columns:1fr 1fr;gap:8px}.msm-filters button{width:100%;background:var(--msm-black);color:#fff;border:0;margin-top:18px;padding:12px;font-weight:700}.msm-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #ccc;margin-bottom:32px}.msm-head h2{color:var(--msm-yellow);font-size:30px;margin:0 0 18px}.msm-head form{width:210px}.msm-head select{background:#000;color:#fff;font-size:12px;font-weight:700}.msm-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px 18px}.msm-card{background:#eee;border:1px solid #ccc;font-size:13px}.msm-card-img{display:block;height:125px;background:#fff;overflow:hidden}.msm-card-img img{width:100%;height:100%;object-fit:cover}.msm-card h3{background:#0d0d0d;margin:0;padding:12px 16px;font-size:16px;line-height:1.2}.msm-card h3 a{color:#fff !important;text-decoration:none}.msm-badge{background:var(--msm-yellow);color:#fff;font-size:12px;font-weight:800;padding:9px 16px;text-transform:uppercase;min-height:34px}.msm-rows p{display:grid;grid-template-columns:1fr 1fr;margin:0;padding:8px 16px}.msm-rows p:nth-child(odd){background:#f7f7f7}.msm-check{color:#43b849!important;font-weight:900;font-size:18px}.msm-pagination{margin:30px 0;text-align:center}.msm-pagination a,.msm-pagination span{padding:8px 10px;background:#eee;margin:2px;text-decoration:none}.msm-single-wrap{max-width:1180px;margin:50px auto;font-family:Roboto, Arial, sans-serif;color:#222}.msm-single-title{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ccc;margin-bottom:30px}.msm-single-title h1{font-size:28px;font-weight:400}.msm-single-title h1 span{color:var(--msm-yellow);font-weight:800}.msm-single-badge{background:var(--msm-yellow);font-weight:800;padding:8px 14px;font-size:12px}.msm-single-grid{display:grid;grid-template-columns:1fr 300px;gap:30px}.msm-gallery-main{height:520px;background:#fafafa;display:flex;align-items:center;justify-content:center}.msm-gallery-main img{max-width:100%;max-height:100%;object-fit:contain}.msm-gallery-thumbs{display:flex;gap:8px;justify-content:center;margin:14px 0 20px}.msm-gallery-thumbs img{width:56px;height:42px;object-fit:cover;cursor:pointer;border:2px solid #ddd}.msm-section{margin:24px 0 42px}.msm-section h3{background:#c9c9c9;padding:12px 18px;margin:0 0 14px;font-size:14px}.msm-section h4{color:var(--msm-yellow);border-top:1px solid #ccc;padding-top:22px;font-size:14px}.msm-desc{background:#f3f3f3;padding:24px;line-height:1.6}.msm-spec-table{width:100%;border-collapse:collapse;font-size:13px}.msm-spec-table tr:nth-child(odd){background:#f7f7f7}.msm-spec-table tr:nth-child(even){background:#ececec}.msm-spec-table th,.msm-spec-table td{padding:11px 18px;text-align:left}.msm-spec-table td{text-align:right}.msm-offer-panel{background:#e8e8e8;padding:24px;align-self:start;position:sticky;top:20px}.msm-price-box{background:white;text-align:center;font-size:20px;font-weight:800;padding:34px 10px;margin-bottom:10px}.msm-offer-panel h3{background:var(--msm-yellow);margin:0;padding:18px;text-align:center;font-size:16px}.msm-offer-form input,.msm-offer-form textarea{width:100%;box-sizing:border-box;border:0;margin-top:8px;padding:11px;background:#f7f7f7}.msm-offer-form textarea{height:115px}.msm-offer-form button{width:100%;background:#090909;color:#fff;border:0;margin-top:12px;padding:15px;font-weight:800;font-size:16px}.msm-offer-form button span{color:var(--msm-yellow);float:right}.msm-form-response{margin-top:10px;font-weight:700}.msm-side-specs{font-size:12px;line-height:1.5;margin-top:24px}.msm-related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.msm-related-grid .msm-card-img{height:90px}.msm-related-grid .msm-card h3{font-size:12px}.msm-related-grid .msm-badge,.msm-related-grid .msm-rows{font-size:10px}@media(max-width:1024px){.msm-layout{grid-template-columns:1fr}.msm-grid{grid-template-columns:repeat(2,1fr)}.msm-single-grid{grid-template-columns:1fr}.msm-offer-panel{position:static}.msm-related-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.msm-layout{margin:20px 12px}.msm-grid{grid-template-columns:1fr}.msm-head{display:block}.msm-head form{width:100%;margin-bottom:15px}.msm-single-wrap{margin:25px 12px}.msm-gallery-main{height:300px}.msm-single-title{display:block}.msm-single-title h1{font-size:22px}.msm-related-grid{grid-template-columns:1fr}}

.msm-category-grid{max-width:1280px;margin:30px auto;display:grid;grid-template-columns:repeat(6,1fr);gap:36px 34px;font-family:Roboto, Arial, sans-serif}.msm-category-cols-2{grid-template-columns:repeat(2,1fr)}.msm-category-cols-3{grid-template-columns:repeat(3,1fr)}.msm-category-cols-4{grid-template-columns:repeat(4,1fr)}.msm-category-cols-5{grid-template-columns:repeat(5,1fr)}.msm-category-cols-6{grid-template-columns:repeat(6,1fr)}.msm-category-cols-7{grid-template-columns:repeat(7,1fr)}.msm-category-cols-8{grid-template-columns:repeat(8,1fr)}.msm-category-item{text-align:center;text-decoration:none;color:#252525;font-weight:800;display:block}.msm-category-img{height:118px;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.msm-category-img img{max-width:100%;max-height:118px;object-fit:contain;transition:transform .25s ease}.msm-category-item:hover img{transform:translateY(-4px) scale(1.03)}.msm-category-item strong{display:block;font-size:16px;line-height:1.25}.msm-category-item:hover strong{color:var(--msm-yellow)}@media(max-width:1100px){.msm-category-grid{grid-template-columns:repeat(4,1fr);padding:0 15px}}@media(max-width:700px){.msm-category-grid{grid-template-columns:repeat(2,1fr);gap:28px 18px}.msm-category-img{height:95px}.msm-category-img img{max-height:95px}.msm-category-item strong{font-size:14px}}

.msm-home-inventory{max-width:1280px;margin:35px auto;font-family:Roboto, Arial, sans-serif;color:var(--msm-text)}
.msm-home-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ccc;margin-bottom:28px}
.msm-home-head h2{color:var(--msm-yellow);font-size:30px;margin:0 0 18px;text-transform:uppercase;font-weight:900}
.msm-home-grid.msm-home-cols-1{grid-template-columns:1fr}
.msm-home-grid.msm-home-cols-2{grid-template-columns:repeat(2,1fr)}
.msm-home-grid.msm-home-cols-3{grid-template-columns:repeat(3,1fr)}
.msm-home-grid.msm-home-cols-4{grid-template-columns:repeat(4,1fr)}
.msm-home-grid.msm-home-cols-5{grid-template-columns:repeat(5,1fr)}
.msm-home-grid.msm-home-cols-6{grid-template-columns:repeat(6,1fr)}
.msm-load-more-wrap{text-align:center;margin:35px 0 10px}
.msm-load-more{background:var(--msm-black);color:#fff;border:0;padding:14px 42px;font-weight:900;text-transform:uppercase;font-family:Roboto, Arial, sans-serif;cursor:pointer;transition:all .25s ease}
.msm-load-more:hover{background:var(--msm-yellow);color:#111}
.msm-load-more:disabled{opacity:.65;cursor:not-allowed}
@media(max-width:1024px){.msm-home-inventory{padding:0 15px}.msm-home-grid.msm-home-cols-3,.msm-home-grid.msm-home-cols-4,.msm-home-grid.msm-home-cols-5,.msm-home-grid.msm-home-cols-6{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.msm-home-grid.msm-home-cols-2,.msm-home-grid.msm-home-cols-3,.msm-home-grid.msm-home-cols-4,.msm-home-grid.msm-home-cols-5,.msm-home-grid.msm-home-cols-6{grid-template-columns:1fr}.msm-home-head h2{font-size:24px}}

.msm-gallery-slider{position:relative}.msm-gallery-main video,.msm-gallery-main iframe{max-width:100%;max-height:100%;width:100%;height:100%;object-fit:contain;background:#000;border:0}.msm-gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:42px;height:60px;border:0;background:rgba(0,0,0,.55);color:#fff;font-size:42px;line-height:1;cursor:pointer;font-family:Roboto,Arial,sans-serif}.msm-gallery-arrow:hover{background:#000}.msm-gallery-prev{left:12px}.msm-gallery-next{right:12px}.msm-gallery-thumbs [data-full].is-active{border-color:var(--msm-yellow)}.msm-video-thumb{width:72px;height:42px;border:2px solid #ddd;background:#111;color:#fff;font-size:11px;font-weight:800;cursor:pointer}.msm-video-thumb.is-active{border-color:var(--msm-yellow)}.msm-video-link{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#111;color:#fff!important;text-decoration:none;font-weight:800;font-size:20px}.msm-video-link:before{content:'▶';color:var(--msm-yellow);margin-right:10px}@media(max-width:640px){.msm-gallery-arrow{width:34px;height:48px;font-size:34px}.msm-gallery-prev{left:6px}.msm-gallery-next{right:6px}.msm-gallery-thumbs{overflow-x:auto;justify-content:flex-start;padding-bottom:6px}}

/* MSM Lightbox */
.msm-gallery-main{cursor:zoom-in}
.msm-lightbox{position:fixed;inset:0;background:rgba(0,0,0,.92);z-index:999999;display:none;align-items:center;justify-content:center;font-family:Roboto,Arial,sans-serif;color:#fff;padding:28px;box-sizing:border-box}
.msm-lightbox.is-open{display:flex}
.msm-lightbox-inner{width:min(1280px,100%);height:min(780px,92vh);display:grid;grid-template-columns:1fr 330px;gap:22px;align-items:stretch}
.msm-lightbox-media{position:relative;background:#070707;display:flex;align-items:center;justify-content:center;min-height:420px;overflow:hidden}
.msm-lightbox-media img,.msm-lightbox-media video,.msm-lightbox-media iframe{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;border:0;background:#000}
.msm-lightbox-close{position:absolute;top:16px;right:18px;z-index:20;width:42px;height:42px;border:0;background:#F58220;color:#111;font-size:28px;line-height:42px;font-weight:900;cursor:pointer}
.msm-lightbox-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:18;width:48px;height:72px;border:1px solid rgba(255,255,255,.25);background:rgba(0,0,0,.55);color:#fff;font-size:44px;line-height:1;cursor:pointer}
.msm-lightbox-arrow:hover{background:#F58220;color:#111}
.msm-lightbox-prev{left:18px}.msm-lightbox-next{right:18px}
.msm-lightbox-details{background:#171717;border-left:4px solid #F58220;padding:24px;overflow:auto}
.msm-lightbox-details h3{margin:0 0 14px;color:#F58220;font-size:24px;line-height:1.25;text-transform:uppercase}
.msm-lightbox-count{font-size:12px;color:#bbb;margin-bottom:18px;font-weight:700}
.msm-lightbox-info{font-size:13px;line-height:1.7;border-top:1px solid #333;padding-top:14px}
.msm-lightbox-info p{margin:0 0 12px;color:#eee}
.msm-lightbox-info strong{display:block;color:#fff;font-size:12px;text-transform:uppercase;letter-spacing:.02em}
.msm-lightbox-thumbs{display:flex;gap:8px;overflow-x:auto;margin-top:18px;padding-bottom:8px}
.msm-lightbox-thumbs button{width:64px;height:48px;flex:0 0 auto;border:2px solid #333;background:#111;padding:0;cursor:pointer;color:#fff;font-size:10px;font-weight:900}
.msm-lightbox-thumbs img{width:100%;height:100%;object-fit:cover;display:block}
.msm-lightbox-thumbs button.is-active{border-color:#F58220}
@media(max-width:900px){.msm-lightbox{padding:14px}.msm-lightbox-inner{height:94vh;grid-template-columns:1fr;grid-template-rows:1fr auto}.msm-lightbox-details{max-height:260px;border-left:0;border-top:4px solid #F58220}.msm-lightbox-arrow{width:40px;height:60px;font-size:36px}.msm-lightbox-prev{left:8px}.msm-lightbox-next{right:8px}}

/* Accent color locked to machinery yellow */
.msm-single-wrap a:not(.msm-card-img),
.msm-layout a:not(.msm-card-img),
.msm-home-inventory a:not(.msm-card-img),
.msm-category-grid a,
.msm-lightbox a{color:inherit}
.msm-single-title h1 span,
.msm-head h2,
.msm-home-head h2,
.msm-section h4,
.msm-category-item:hover strong,
.msm-lightbox-details h3{color:#F58220!important}
.msm-badge,
.msm-single-badge,
.msm-offer-panel h3,
.msm-lightbox-close,
.msm-lightbox-arrow:hover,
.msm-load-more:hover{background:#F58220!important}
.msm-gallery-thumbs [data-full].is-active,
.msm-video-thumb.is-active,
.msm-lightbox-thumbs button.is-active{border-color:#F58220!important}
.msm-lightbox-details{border-left-color:#F58220!important}
@media(max-width:900px){.msm-lightbox-details{border-top-color:#F58220!important}}


/* v1.6.4 gallery/lightbox arrow color and close button fix */
.msm-gallery-arrow{border:1px solid #F58220!important;color:#F58220!important;background:rgba(0,0,0,.35)!important;font-size:24px!important;width:44px!important;height:56px!important;line-height:56px!important;border-radius:2px!important}
.msm-gallery-arrow:hover{background:#F58220!important;color:#111!important;border-color:#F58220!important}
.msm-video-thumb{border-color:#F58220!important;color:#F58220!important;background:#fff!important}
.msm-video-thumb:hover,.msm-video-thumb.is-active{background:#F58220!important;color:#111!important;border-color:#F58220!important}
.msm-lightbox-arrow{border:1px solid #F58220!important;color:#F58220!important;background:rgba(0,0,0,.45)!important;font-size:26px!important;width:46px!important;height:66px!important;line-height:66px!important;border-radius:2px!important}
.msm-lightbox-arrow:hover{background:#F58220!important;color:#111!important;border-color:#F58220!important}
.msm-lightbox-close{top:18px!important;right:18px!important;width:38px!important;height:38px!important;line-height:36px!important;border-radius:2px!important;background:#F58220!important;color:#111!important;font-size:22px!important;border:1px solid #F58220!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important}
.msm-lightbox-close:hover{background:#111!important;color:#F58220!important;border-color:#F58220!important}
@media(max-width:640px){.msm-gallery-arrow{width:36px!important;height:48px!important;line-height:48px!important}.msm-lightbox-close{top:10px!important;right:10px!important}}


/* v1.6.5 arrow vertical centering fix */
.msm-gallery-arrow,
.msm-lightbox-arrow{
  padding:0!important;
  margin:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:1!important;
}
.msm-gallery-prev,.msm-gallery-next,.msm-lightbox-prev,.msm-lightbox-next{top:50%!important;transform:translateY(-50%)!important}
.msm-gallery-arrow span,.msm-lightbox-arrow span{display:block;line-height:1!important}

/* v1.7.0 homepage inventory grid slider */
.msm-inventory-slider{max-width:1280px;margin:35px auto;font-family:Roboto,Arial,sans-serif;color:var(--msm-text);position:relative}
.msm-slider-head h2{margin:0 0 22px;color:var(--msm-yellow);font-size:30px;font-weight:900;text-transform:uppercase}
.msm-slider-shell{position:relative;padding:0 34px}
.msm-slider-viewport{overflow:hidden;width:100%}
.msm-slider-track{display:flex;gap:18px;transition:transform .35s ease;will-change:transform}
.msm-slider-slide{flex:0 0 calc((100% - (18px * (var(--msm-slider-cols,4) - 1))) / var(--msm-slider-cols,4));min-width:0}
.msm-slider-slide .msm-card{height:100%}
.msm-slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:42px;height:58px;border:1px solid #F58220!important;background:rgba(0,0,0,.55)!important;color:#F58220!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;margin:0!important;line-height:1!important;font-size:34px!important;cursor:pointer;box-shadow:none!important;border-radius:2px!important}
.msm-slider-arrow:hover{background:#F58220!important;color:#111!important;border-color:#F58220!important}
.msm-slider-prev{left:-10px}.msm-slider-next{right:-10px}
.msm-slider-arrow.is-disabled{opacity:.35;cursor:not-allowed}
@media(max-width:1024px){.msm-inventory-slider{padding:0 15px}.msm-slider-shell{padding:0 28px}.msm-slider-slide{flex-basis:calc((100% - 18px) / 2)!important}.msm-slider-arrow{width:38px;height:52px}.msm-slider-prev{left:-4px}.msm-slider-next{right:-4px}}
@media(max-width:640px){.msm-slider-shell{padding:0 24px}.msm-slider-slide{flex-basis:100%!important}.msm-slider-head h2{font-size:24px}.msm-slider-prev{left:0}.msm-slider-next{right:0}}


/* v1.7.2 gallery zoom and fullscreen tools */
.msm-gallery-slider{position:relative}
.msm-gallery-tools{position:absolute;left:14px;right:14px;bottom:14px;z-index:6;display:flex;align-items:center;justify-content:space-between;pointer-events:none}
.msm-gallery-tool{width:42px;height:42px;border:0;border-radius:50%;background:#fff!important;color:#111!important;box-shadow:0 2px 10px rgba(0,0,0,.18);display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;margin:0!important;font-size:22px!important;line-height:1!important;cursor:pointer;pointer-events:auto}
.msm-gallery-tool:hover{background:#F58220!important;color:#111!important}
.msm-lightbox-tools{position:absolute;top:18px;left:18px;z-index:22;display:flex;gap:8px;align-items:center}
.msm-lightbox-tools button{height:36px;min-width:36px;border:1px solid #F58220!important;background:rgba(0,0,0,.65)!important;color:#F58220!important;font-weight:900;font-size:16px!important;line-height:1!important;padding:0 10px!important;cursor:pointer;border-radius:2px!important}
.msm-lightbox-tools button:hover{background:#F58220!important;color:#111!important}
.msm-lightbox-stage{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:auto}
.msm-lightbox-stage img{transition:transform .2s ease;transform-origin:center center;max-width:100%;max-height:100%;object-fit:contain}
.msm-lightbox-stage.is-zoomed{cursor:grab;align-items:flex-start;justify-content:flex-start}
.msm-lightbox:fullscreen{background:#000!important}
.msm-lightbox:fullscreen .msm-lightbox-inner{width:100vw;height:100vh;max-width:none;max-height:none}
@media(max-width:640px){.msm-gallery-tool{width:36px;height:36px;font-size:18px!important}.msm-lightbox-tools{top:10px;left:10px;gap:5px}.msm-lightbox-tools button{height:32px;min-width:32px;font-size:13px!important;padding:0 7px!important}}


/* v1.7.3 professional gallery tools layout */
.msm-gallery-slider{
  background:#f7f7f7!important;
  padding:0!important;
  overflow:hidden!important;
}
.msm-gallery-main{
  position:relative!important;
  background:#f6f6f6!important;
}
.msm-gallery-tools{
  left:auto!important;
  right:18px!important;
  top:18px!important;
  bottom:auto!important;
  width:auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:8px!important;
  pointer-events:auto!important;
  background:rgba(12,12,12,.52)!important;
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  border:1px solid rgba(249,173,24,.55)!important;
  border-radius:999px!important;
  padding:6px!important;
  box-shadow:0 8px 24px rgba(0,0,0,.16)!important;
}
.msm-gallery-tool{
  width:36px!important;
  height:36px!important;
  border:0!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.96)!important;
  color:#111!important;
  box-shadow:none!important;
  font-size:17px!important;
  line-height:1!important;
}
.msm-gallery-tool:hover{
  background:#F58220!important;
  color:#111!important;
  transform:none!important;
}
.msm-gallery-arrow{
  width:40px!important;
  height:54px!important;
  border:1px solid rgba(249,173,24,.9)!important;
  background:rgba(12,12,12,.46)!important;
  color:#F58220!important;
  box-shadow:0 8px 22px rgba(0,0,0,.18)!important;
}
.msm-gallery-arrow:hover{
  background:#F58220!important;
  color:#111!important;
}
.msm-gallery-prev{left:16px!important}.msm-gallery-next{right:16px!important}
.msm-lightbox-tools{
  left:22px!important;
  top:22px!important;
  background:rgba(12,12,12,.64)!important;
  border:1px solid rgba(249,173,24,.55)!important;
  border-radius:999px!important;
  padding:6px!important;
  gap:6px!important;
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}
.msm-lightbox-tools button{
  border-radius:999px!important;
  min-width:36px!important;
  height:36px!important;
  border:0!important;
  background:#fff!important;
  color:#111!important;
}
.msm-lightbox-tools button:hover{background:#F58220!important;color:#111!important}
@media(max-width:640px){
  .msm-gallery-tools{right:10px!important;top:10px!important;padding:5px!important;gap:5px!important}
  .msm-gallery-tool{width:32px!important;height:32px!important;font-size:15px!important}
  .msm-gallery-prev{left:10px!important}.msm-gallery-next{right:10px!important}
}
