/** Shopify CDN: Minification failed

Line 291:18 Unexpected "{"
Line 291:27 Expected ":"
Line 295:18 Unexpected "{"
Line 295:27 Expected ":"

**/
#safety-standards-tabs {
    border-bottom: 1px solid #EBF0F5;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 40px;
}

#safety-standards-tabs a.nav-link {
  border-radius: 4px;
  line-height: 21px !important;
  text-transform: capitalize;
  border: 0;
  padding-left: 0;
  padding-right: 0;
  cursor: pointer;
  font-weight: 600;
  color: #222222;
  font-size: 14px;
  
}

#safety-standards-tabs .nav-link.active{
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: var(--primary-color);
  border: 0;
  border-bottom: 2px solid var(--primary-color);
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;

}

#safety-standards-tabs-content{
  padding-top: 40px;
  padding-bottom: 40px;
}



#safety-standards-tabs-content h1, #safety-standards-tabs-content h2, #safety-standards-tabs-content h3, #safety-standards-tabs-content h4, #safety-standards-tabs-content p{
  padding: 0;
}

#safety-standards-tabs-content h3{
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;

}

#safety-standards-tabs-content h4{
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;

}

#safety-standards-tabs-content p{
   font-size: 16px;
   line-height: 32px;
}


#hand-protection .section-2-1 h3{
  max-width: 25rem;
}

#hand-protection .section-3 h3{
   max-width: 35rem;
}

#hand-protection .section-4-1 ul{
  list-style: none;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 40px;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}


#hand-protection .section-4-1 li{
  flex: 1;
   font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  position: relative;
  padding-left: 55px;
}


#hand-protection .section-4-1 li strong {
  display: block;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}


/********** Protective Clothing ***********/



#protective-clothing .section-1-1 ul{
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}


#protective-clothing .section-1-1 li{
  flex: 1;
   font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  position: relative;
  padding-left: 55px;
  min-height: 200px;
  margin-top: 20px;
}


#protective-clothing .section-1-1 li strong {
  display: block;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}

#protective-clothing .section-1-1 ul li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  background-repeat: no-repeat;
}

#protective-eyewear h2{
  max-width: 30rem;
}

#heading-protection .section-3 h3{
    max-width: 28rem;
}


@media (max-width: 991px){
  #hand-protection .section-4-1 ul{
    flex-direction: column;
  }
}


@media (max-width: 767px){

  

  
  #hand-protection .section-2-1 h3{
    max-width: 100%;
  }

  #hand-protection .section-3 h3{
   max-width: 35rem;
  }

  #protective-eyewear h2{
    max-width: 100%;
  }

  #protective-clothing .section-1-1 li{
    min-height: auto;
  }

  #heading-protection .section-3 h3{
      max-width: 100%;
  }
}



/* === SAFETY STANDARDS TABS — ONE-STOP OVERRIDE (paste at the very end) === */

/* Color corporativo en todos los estados */
#safety-standards-tabs .nav-link,
#safety-standards-tabs .nav-link:hover,
#safety-standards-tabs .nav-link:focus,
#safety-standards-tabs .nav-link.active{
  color: #0d6ba6 !important;
}
#safety-standards-tabs .nav-link.active{
  border-bottom: 2px solid #0d6ba6 !important;
  border-radius: 0;
}

/* ===== Desktop (≥992px): 3 tabs visibles, texto GRANDE ===== */
@media (min-width: 992px){
  #safety-standards-tabs{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    flex-wrap: nowrap;     /* no salta de línea */
    gap: 20px;
    border-bottom:1px solid #EBF0F5;
  }

  /* Subo especificidad + !important para ganar a reglas previas (a.nav-link {14px}) */
  #safety-standards-tabs#safety-standards-tabs .nav-link,
  #safety-standards-tabs#safety-standards-tabs a.nav-link,
  #safety-standards-tabs#safety-standards-tabs .nav-link.active{
    flex: 1 1 0;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    font-weight: 700 !important;
    font-size: 17px !important;   /* ← ajusta a 20–24px si quieres */
    line-height: 30px !important;
    padding: 10px 0 !important;
    border: 0;
    background: transparent;
    text-transform: capitalize;
    cursor: pointer;
  }
}

/* ===== Tablet (<992px): wrap limpio ===== */
@media (max-width: 991px){
  #safety-standards-tabs{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    flex-wrap: wrap;       /* varias filas */
    gap: 20px;
    border-bottom:1px solid #EBF0F5;
  }
}

/* ===== Mobile (≤767px): TODOS visibles en varias filas, más compacto ===== */
@media (max-width: 767px){
  #safety-standards-tabs{
    flex-wrap: wrap;       /* sin carrusel; muestra todos */
    overflow: visible;
    gap: 12px 16px;
  }
  #safety-standards-tabs .nav-link{
    flex: 1 1 auto;
    min-width: 0;          /* permite ellipsis */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    font-weight: 600 !important;
    font-size: 18px !important;   /* más pequeño que desktop */
    line-height: 24px !important;
    padding: 8px 0 !important;
    border: 0;
    background: transparent;
    text-transform: capitalize;
    cursor: pointer;
  }
}

/* ===== Spacing del contenido ===== */
#safety-standards-tabs-content{
  padding-top: 32px;
  padding-bottom: 40px;
}


/* === Big images: 15px rounded corners (safe override) === */

/* Common wrapper used in your cards */
#shopify-section-{{ section.id }} .imager{
  border-radius: 15px !important;
  overflow: hidden;                 /* evita que la foto se salga del radio */
}
#shopify-section-{{ section.id }} .imager img{
  border-radius: inherit;           /* Safari-friendly */
}

/* Imágenes dentro de los tabs (features & safety standards) */
#ppe-features-tabs-content img,
#safety-standards-tabs-content img{
  border-radius: 15px !important;
  overflow: hidden;
}



