    /* Product-specific styles */
    .safety-product-hero {
      background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('../img/safe.jpg');
      background-size: cover;
      background-position: center;
      color: white;
      padding: 100px 0;
      text-align: center;
    }
    
    .safety-product-hero h1 {
      font-size: 3rem;
      font-weight: 700;
      margin-bottom: 20px;
    }
    
    .safety-product-hero p {
      font-size: 1.2rem;
      max-width: 700px;
      margin: 0 auto 30px;
    }
    
    .safety-product-breadcrumb {
      background-color: #f8f9fa;
      padding: 15px 0;
      margin-bottom: 40px;
    }
    
    .safety-product-breadcrumb a {
      color: #e53935;
      text-decoration: none;
    }
    
    .safety-product-main {
      padding: 60px 0;
    }
    
    .safety-product-overview {
      margin-bottom: 60px;
    }
    
    .safety-product-features {
      background-color: #f9f9f9;
      /* padding: 40px; */
      border-radius: 8px;
      /* margin-bottom: 40px; */
    }
    
    .safety-product-features ul {
      columns: 2;
      list-style-type: none;
      padding-left: 0;
    }
    
    .safety-product-features li {
      margin-bottom: 10px;
      position: relative;
      padding-left: 25px;
    }
    
    .safety-product-features li:before {
      content: "✓";
      color: #e53935;
      position: absolute;
      left: 0;
      font-weight: bold;
    }
    
    .subproduct-section {
      margin-bottom: 60px;
    }
    
    .subproduct-section h2 {
      color: #e53935;
      font-size: 2rem;
      margin-bottom: 30px;
      padding-bottom: 15px;
      border-bottom: 2px solid #e53935;
    }
    
    .subproduct-card {
      background: white;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      margin-bottom: 30px;
      transition: transform 0.3s ease;
    }
    
    .subproduct-card:hover {
      transform: translateY(-5px);
    }
    
    .subproduct-img {
      width: 100%;
      height: 250px;
      object-fit: cover;
    }
    
    .subproduct-body {
      padding: 25px;
    }
    
    .subproduct-title {
      font-size: 1.5rem;
      font-weight: 600;
      margin-bottom: 15px;
      color: #333;
    }
    
    .subproduct-desc {
      color: #666;
      margin-bottom: 20px;
    }
    
    .subproduct-specs {
      margin-bottom: 20px;
    }
    
    .subproduct-specs h4 {
      font-size: 1.1rem;
      margin-bottom: 10px;
      color: #333;
    }
    
    .subproduct-specs ul {
      list-style-type: none;
      padding-left: 0;
      margin-bottom: 0;
    }
    
    .subproduct-specs li {
      margin-bottom: 5px;
      position: relative;
      padding-left: 20px;
    }
    
    .subproduct-specs li:before {
      content: "•";
      color: #e53935;
      position: absolute;
      left: 0;
      font-weight: bold;
    }
    
    .subproduct-cta {
      display: inline-block;
      background-color: #e53935;
      color: white;
      padding: 10px 20px;
      border-radius: 4px;
      text-decoration: none;
      font-weight: 600;
      transition: background-color 0.3s;
    }
    
    .subproduct-cta:hover {
      background-color: #c62828;
      color: white;
    }
    
    .safety-product-standards {
      background-color: #e53935;
      color: white;
      padding: 40px;
      border-radius: 8px;
      margin-bottom: 60px;
    }
    
    .safety-product-standards h2 {
      margin-bottom: 20px;
    }
    
    .standard-badge {
      display: inline-block;
      background-color: white;
      color: #e53935;
      padding: 5px 15px;
      border-radius: 20px;
      margin-right: 10px;
      margin-bottom: 10px;
      font-weight: 600;
    }
    
    @media (max-width: 768px) {
      .safety-product-hero {
        padding: 60px 0;
      }
      
      .safety-product-hero h1 {
        font-size: 2.2rem;
      }
      
      .safety-product-features ul {
        columns: 1;
      }
    }
    

    .ms-safety-shoes-container {
      /* max-width: 900px;
      margin: 0 auto; */
      /* padding: 40px 20px; */
    }
    .ms-safety-shoes-intro {
      margin-bottom: 40px;
    }
    .ms-features-list {
      margin: 30px 0;
      padding-left: 20px;
    }
    .ms-features-list li {
      margin-bottom: 10px;
      position: relative;
      padding-left: 25px;
    }
    .ms-features-list li:before {
      content: "•";
      color: #e53935;
      font-size: 24px;
      position: absolute;
      left: 0;
      top: -3px;
    }
    .ms-section-divider {
      border-top: 1px solid #eee;
      margin: 40px 0;
    }
    