/*!
 * Client Name Local Styles
 * Copyright 2008-2017 Punchmark
 */
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Explore Our Exquisite Collection of Colored Gemstone Jewelry</title>
  <meta name="description" content="Discover stunning colored gemstone jewelry at Van Adams Jewelers. Shop sapphires, rubies, emeralds, and more in unique gold and platinum settings.">
  <style>
    body {
      font-family: 'Arial', sans-serif;
      background-color: #fff;
      margin: 0;
      padding: 0;
      color: #333;
    }
    .container {
      max-width: 1200px;
      margin: auto;
      padding: 40px 20px;
    }
    h1 {
      font-size: 2.5rem;
      color: #ba9c78;
      margin-bottom: 20px;
    }
    p.description {
      font-size: 1.2rem;
      margin-bottom: 40px;
    }
    .product-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
      gap: 20px;
    }
    .product-card {
      border: 1px solid #ddd;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
      transition: transform 0.2s ease-in-out;
    }
    .product-card:hover {
      transform: scale(1.02);
    }
    .product-image img {
      width: 100%;
      height: auto;
      display: block;
    }
    .product-info {
      padding: 15px;
    }
    .product-info h3 {
      font-size: 1.1rem;
      margin: 0 0 10px;
    }
    .product-info p {
      font-size: 0.95rem;
      color: #666;
    }
    .cta {
      text-align: center;
      margin-top: 50px;
    }
    .cta a {
      display: inline-block;
      background-color: #ba9c78;
      color: #fff;
      padding: 12px 24px;
      border-radius: 6px;
      text-decoration: none;
      font-weight: bold;
    }
    .w-50 {
      width: 50% !important;
	}
	.w-75 {
      width: 75% !important;
	}
	.mx-auto {
	  margin-left: auto !important;
      margin-right: auto !important;
	}
/* Remove Another Youtube Icon On Footer*/

.social-networks .network:last-child {
  display: none !important;
}

</style>
</head>
<body>
  <div class="container">
    <h1>Explore Our Exquisite Collection of Colored Gemstone Jewelry</h1>
    <p class="description">Dive into the vibrant world of fine jewelry with our curated collection of sapphires, rubies, emeralds, and more. Whether you're seeking a bold statement piece or an everyday treasure, Van Adams Jewelers offers unmatched craftsmanship and elegance in every stone.</p>

    <div class="product-grid">
      <div class="product-card">
        <div class="product-image">
          <img src="/images/sapphire-ring.jpg" alt="Sapphire Ring">
        </div>
        <div class="product-info">
          <h3>Gold Sapphire Ring</h3>
          <p>A brilliant sapphire set in 18K gold. Elegant and timeless.</p>
        </div>
      </div>
      <div class="product-card">
        <div class="product-image">
          <img src="/images/ruby-necklace.jpg" alt="Ruby Necklace">
        </div>
        <div class="product-info">
          <h3>Ruby Necklace</h3>
          <p>Deep red rubies cascading in a delicate gold setting.</p>
        </div>
      </div>
      <div class="product-card">
        <div class="product-image">
          <img src="/images/emerald-bracelet.jpg" alt="Emerald Bracelet">
        </div>
        <div class="product-info">
          <h3>Emerald Bracelet</h3>
          <p>Vibrant green emeralds in a modern, stackable design.</p>
        </div>
      </div>
    </div>

    <div class="cta">
      <p><a href="/colored-gemstones">Browse Our Full Gemstone Collection</a></p>
    </div>
  </div>

</body>

</html>

#blog-post-container #blog-post-wysiwyg{font-size:20px !important;}