
body.bg-1 {
  background: url('https://img1.pixhost.to/images/5808/599668377_image.jpg') no-repeat center center fixed;
  background-size: cover;
}

body.bg-2 {
  background: url('https://img1.pixhost.to/images/5808/599668377_image.jpg') no-repeat center center fixed;
  background-size: cover;
}

.overlay {
  background: rgba(255, 255, 255, 0.85);
  padding: 20px;
}

header, footer {
  text-align: center;
}

.product-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.product-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  width: 300px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.product-card img {
  width: 100%;
  height: auto;
}

.info {
  padding: 15px;
}

.buy-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px;
  background: #25d366;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}

.page-buttons {
  text-align: center;
  margin-top: 20px;
}

.page-btn {
  background-color: white;
  color: black;
  padding: 8px 15px;
  margin: 0 5px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}

.page-btn.active {
  background-color: #25d366;
  color: white;
}

.social-icons a {
  margin: 0 10px;
  font-size: 1.5em;
  color: #333;
}
