/* ================================================
   ROB'S MOBILE HEADER TIGHTENING EXPERIMENT
   ================================================ */


javascript:;
/* Mobile Header */
.header-mobile {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  min-height: 20 !important;
  max-height: 80 !important;
}

.header-mobile .header-logo img {
  min-height: 100x !important;
  max-height: 120px !important;
}

.header-mobile .header-logo {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}


/* ================================================
   ROB'S HEADER & NAV TIGHTENING
   ================================================ */

/* Top branch-switcher banner */
.current-branch-banner,
.current-branch-banner .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: 0 !important;
  height: 15px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 12px !important;
}


/* Header Row 1: Logo / Search / Tools / Cart */
.headersection-1 .container {
  padding-top: 6px !important;
  padding-bottom: 6px !important;

}

.headersection-1 .row-1 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  align-items: center !important;
}

/* Lock logo at minimum 120px */
.headersection-1 .widgetlogo img,
.header-full .logo img {
  padding: 0!important;
  min-width: 280px !important;					
}

/* ================================================
   EXISTING STYLES
   ================================================ */

:root {
  --evo-brand-secondary: #eff3f6;
  --evo-brand-accent: #f9ae00;
  --evo-header-background: #fff;
}

.productsummary_container .productdetails .prod-code span {
    background-color: #f2f2f2;
    color: var(--evo-text-col);
    font-weight: 400;
}

.productspecs_container .tech-specs .item:nth-child(odd) {
    background-color: #f2f2f2;
}

.lastviewedproducts_container .product .footer a:not(.in-stock,.out-stock), .lastviewedproducts_container .tile .footer a:not(.in-stock,.out-stock), .merchandisingcontent_container .product .footer a:not(.in-stock,.out-stock), .merchandisingcontent_container .tile .footer a:not(.in-stock,.out-stock), .productsgrid_container .product .footer a:not(.in-stock,.out-stock), .productsgrid_container .tile .footer a:not(.in-stock,.out-stock), .productsrelated_container .product .footer a:not(.in-stock,.out-stock), .productsrelated_container .tile .footer a:not(.in-stock,.out-stock), .widget-contract-items-html .product .footer a:not(.in-stock,.out-stock), .widget-contract-items-html .tile

/* ================================================
   EXISTING STYLES
   ================================================ */

:root {
  --evo-brand-secondary: #eff3f6;
  --evo-brand-accent: #f9ae00;
  --evo-header-background: #fff;
}

.productsummary_container .productdetails .prod-code span {
    background-color: #f2f2f2;
    color: var(--evo-text-col);
    font-weight: 400;
}

.productspecs_container .tech-specs .item:nth-child(odd) {
    background-color: #f2f2f2;
}

.lastviewedproducts_container .product .footer a:not(.in-stock,.out-stock), .lastviewedproducts_container .tile .footer a:not(.in-stock,.out-stock), .merchandisingcontent_container .product .footer a:not(.in-stock,.out-stock), .merchandisingcontent_container .tile .footer a:not(.in-stock,.out-stock), .productsgrid_container .product .footer a:not(.in-stock,.out-stock), .productsgrid_container .tile .footer a:not(.in-stock,.out-stock), .productsrelated_container .product .footer a:not(.in-stock,.out-stock), .productsrelated_container .tile .footer a:not(.in-stock,.out-stock), .widget-contract-items-html .product .footer a:not(.in-stock,.out-stock), .widget-contract-items-html .tile .footer a:not(.in-stock,.out-stock), .widget-lastviewedproducts-html .product .footer a:not(.in-stock,.out-stock), .widget-lastviewedproducts-html .tile .footer a:not(.in-stock,.out-stock) {
 color: #0c0c0d;
}

/* Full width of page container, edge-to-edge */
.brand-section-wrapper{
  width:100%;
  margin:0 auto;
  padding:28px 0;
  text-align: left;
}

.brand-title{
  font-size:1.75rem;
  margin-left: 20px !important;
  margin-bottom: 20px !important;
}

/* Desktop: 6 columns */
.roll-brand-section{
  --gap:20px;
  --logo-h:60px;
  display:grid;
  grid-template-columns:repeat(6, 1fr);
  gap:var(--gap);
}

/* Brand card + hover */
.roll-brand-item{
  border:1px solid #e0e0e0;
  border-radius:12px;
  padding:18px 14px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease, filter .2s ease;
  filter:grayscale(40%);
  text-decoration:none;
}
.roll-brand-item:hover,
.roll-brand-item:focus-visible{
  transform:translateY(-3px);
  box-shadow:0 8px 18px rgba(0,0,0,.08);
  border-color:#c7d6c9;
  filter:grayscale(0%);
}

/* Logo sizing */
.roll-brand-item img{
  max-width:100%;
  max-height:var(--logo-h);
  width:auto;
  height:auto;
  object-fit:contain;
  display:block;
  margin:0 auto;
}

/* Responsive breakpoints */
@media (max-width: 1200px){
  .roll-brand-section{ grid-template-columns:repeat(5, 1fr); }
}
@media (max-width: 992px){
  .roll-brand-section{ grid-template-columns:repeat(4, 1fr); }
}
@media (max-width: 768px){
  .roll-brand-section{ grid-template-columns:repeat(3, 1fr); }
  .brand-title{ font-size:1.75rem; }
  .roll-brand-section{ --logo-h:56px; }
}

.trustedbrandsrow {
  background-color: #f4f4f4 !important;
  padding-top: 30px !important;
  margin-top: 0px !important;
  padding-bottom: 30px !important;
}

/* Form Changes */

.quoterequest {
    background: #f2f2f2 !important;
    padding: 10px !important;
    border: solid 1px darkgray !important;
    border-radius: 6px !important;
}

.quoterequest p {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.quoterequest h5 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

label {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 12px;
    margin-top: 12px;
}

.pagesbutton {
  display: block;
  width: 100%;
  text-decoration: none;
  background: #c32c35;
  color: #fff;
  padding: 12px 18px;
  border-radius: 6px;
  font-weight: 700;
  letter-spacing: .3px;
  text-transform: uppercase;
  text-align: center;
  transition: transform .05s ease, background .2s ease;
}

.pagesbutton:hover {
  background: #000;
  color: #fff !important;
}

.catalog-grid h2 {
    font-size: 1.75em;
    color: #000;
    font-style: regular;
    font-weight: 300;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* End Form Changes */

:root {
  --evo-brand-secondary: #eff3f6;
  --evo-brand-accent: #f9ae00;
  --evo-header-background: #fff;
}



.productsummary_container .productdetails .prod-code span {
    background-color: #f2f2f2;
    color: var(--evo-text-col);
    font-weight: 400;
}

.productspecs_container .tech-specs .item:nth-child(odd) {
    background-color: #f2f2f2;
}


.lastviewedproducts_container .product .footer a:not(.in-stock,.out-stock), .lastviewedproducts_container .tile .footer a:not(.in-stock,.out-stock), .merchandisingcontent_container .product .footer a:not(.in-stock,.out-stock), .merchandisingcontent_container .tile .footer a:not(.in-stock,.out-stock), .productsgrid_container .product .footer a:not(.in-stock,.out-stock), .productsgrid_container .tile .footer a:not(.in-stock,.out-stock), .productsrelated_container .product .footer a:not(.in-stock,.out-stock), .productsrelated_container .tile .footer a:not(.in-stock,.out-stock), .widget-contract-items-html .product .footer a:not(.in-stock,.out-stock), .widget-contract-items-html .tile .footer a:not(.in-stock,.out-stock), .widget-lastviewedproducts-html .product .footer a:not(.in-stock,.out-stock), .widget-lastviewedproducts-html .tile .footer a:not(.in-stock,.out-stock) {
 color: #0c0c0d;
}

/* Full width of page container, edge-to-edge */
.brand-section-wrapper{
  width:100%;
  margin:0 auto;
  padding:28px 0;
  text-align: left;
}

.brand-title{
  font-size:1.75rem;
  margin-left: 20px !important;
  margin-bottom: 20px !important;
}

/* Desktop: 6 columns */
.roll-brand-section{
  --gap:20px;
  --logo-h:60px;
  display:grid;
  grid-template-columns:repeat(6, 1fr);
  gap:var(--gap);
}

/* Brand card + hover */
.roll-brand-item{
  border:1px solid #e0e0e0;
  border-radius:12px;
  padding:18px 14px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center; /* keeps logo centered */
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease, filter .2s ease;
  filter:grayscale(40%);
  text-decoration:none;
}
.roll-brand-item:hover,
.roll-brand-item:focus-visible{
  transform:translateY(-3px);
  box-shadow:0 8px 18px rgba(0,0,0,.08);
  border-color:#c7d6c9;
  filter:grayscale(0%);
}

/* Logo sizing */
.roll-brand-item img{
  max-width:100%;
  max-height:var(--logo-h);
  width:auto;
  height:auto;
  object-fit:contain;
  display:block;
  margin:0 auto; /* makes sure image itself is centered */
}

/* Responsive breakpoints */
@media (max-width: 1200px){
  .roll-brand-section{ grid-template-columns:repeat(5, 1fr); }
}
@media (max-width: 992px){
  .roll-brand-section{ grid-template-columns:repeat(4, 1fr); }
}
@media (max-width: 768px){
  .roll-brand-section{ grid-template-columns:repeat(3, 1fr); }
  .brand-title{ font-size:1.75rem; }
  .roll-brand-section{ --logo-h:56px; }
}

      
      .trustedbrandsrow {
  background-color: #f4f4f4 !important; 
  padding-top: 30px !important; 
  margin-top: 0px !important; 
  padding-bottom: 30px !important; 
    }

/* Form Changes */

.quoterequest {
    background: #f2f2f2 !important;
    padding: 10px !important;
    border: solid 1px darkgray !important;
    border-radius: 6px !important;
}

.quoterequest p {
  padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.quoterequest h5 {
  padding-top: 20px !important;
    padding-bottom: 20px !important;
}


label {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 12px;
    margin-top: 12px;
}
 
.pagesbutton {
  display: block;
  width: 100%;
  text-decoration: none;
  background: #c32c35;
  color: #fff;
  padding: 12px 18px;
  border-radius: 6px;
  font-weight: 700;
  letter-spacing: .3px;
  text-transform: uppercase;
  text-align: center;
  transition: transform .05s ease, background .2s ease;
}

.pagesbutton:hover {
  background: #000;
  color: #fff !important;
}

.catalog-grid h2 {
    font-size: 1.75em;
    color: #000;
    font-style: regular;
    font-weight: 300;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* End Form Changes */

/*MH Sticky Nav*/
@media (min-width: 992px) {
  /* Make the entire header natively sticky */
  header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #ffffff; /* Ensures page content doesn't bleed through the header background */
    transition: box-shadow 0.3s ease;
  }

  /* When the JS toggles the class, gently fade in the shadow */
  body.header-is-sticky header {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  }
}	
/* Category, Image hover -> Text res */
.subcategorieslist_container .griditems .tile a:hover p {
  color: #c32c35 !important;
}

.productsgrid_container .product .buttons .btn-list, .productsgrid_container .tile .buttons .btn-list, .productsrelated_container .product .buttons .btn-list, .productsrelated_container .tile .buttons .btn-list {
    max-width: 100%;
    white-space: break-spaces;
}