Products
Our Featured Fitness Products
Get the best tools to support your training & transformation journey.
  .products-section {
    font-family: ‘Poppins’, sans-serif;
    color: #fff;
    text-align: center;
    padding: 80px 20px;
  }
  .section-title {
    font-size: 40px !important;
    color: #ffd700 !important;
    font-weight: 800;
    margin-bottom: 10px;
  }
  .section-subtitle {
    font-size: 16px;
    color: #fff;
    margin-bottom: 40px;
  }
  .products-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 items per row */
    gap: 30px;
    justify-content: center;
    max-width: 900px;
    margin: 0 auto;
    align-items: stretch; /* all cards same height */
  }
  .product-card {
    background-color: #1a1a1a;
    border-radius: 16px;
    padding: 25px 20px;
    text-align: center;
    box-shadow: 0 0 15px rgba(255, 255, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 25px rgba(255, 215, 0, 0.2);
  }
  .product-image {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 12px;
  }
  .product-category {
    font-size: 13px;
    color: #999;
    margin: 0;
  }
  .product-title {
    font-size: 18px;
    color: #ffd700 !important;
    font-weight: 700;
    margin: 8px 0;
  }
  .product-description {
    flex-grow: 1;
    font-size: 14px;
    color: #fff;
    margin-bottom: 18px;
  }
  .view-button {
    display: inline-block;
    padding: 10px 22px;
    background-color: #ffd700;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    border-radius: 8px;
    transition: background-color 0.3s ease;
  }
  .view-button:hover {
    background-color: #ffcc00;
  }
  /* Responsive for mobile */
  @media screen and (max-width: 768px) {
    .products-grid {
      grid-template-columns: 1fr; /* 1 item per row on mobile */
      align-items: stretch;
    }
  }
Showing 1–9 of 20 results
      






