.product-detail-page {
  color: #fff;
  padding: 1rem 2rem;
  font-family: 'Montserrat', sans-serif;
}

.product-hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.product-image {
  flex: 1;
  text-align: center;
  padding: 1rem;
}

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

.product-info {
  flex: 1;
  padding: 1rem;
  max-width: 600px;
}

.product-title {
  font-family: 'Kenyan Coffee', sans-serif;
  font-size: 3rem;
  margin: 0;
}

.product-tagline {
  color: #ffe9a7;
  font-size: 1.5rem;
  margin: 1rem 0;
}

.product-description {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.product-meta p {
  margin: 0.3rem 0;
  font-size: 1rem;
  font-weight: 600;
}

.product-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
  font-family: 'Kenyan Coffee', sans-serif;
}

.product-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  text-align: center;
}

.product-nav a span {
    display: block;
    font-size: 0.6rem;
    color: #fff;
    font-family: 'Montserrat';
    text-align: right;
}

@media screen and (max-width: 768px) {
  .product-hero {
    flex-direction: column;
    padding: 1rem;
  }

  .product-image,
  .product-info {
    flex: none;
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .product-title {
    font-size: 2.2rem;
  }

  .product-tagline {
    font-size: 1.2rem;
  }

  .product-description {
    font-size: 1rem;
    padding: 0 1rem;
  }

  .product-meta {
    padding: 0 1rem;
  }

  .product-nav {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
    padding: 0 1rem;
  }

  .product-nav a {
    font-size: 0.95rem;
  }

  .content.product-detail-page {
    padding: 1rem 1rem;
    max-width: 100%;
    box-sizing: border-box;
  }
}



.product-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  gap: 2rem;
  font-family: 'Kenyan Coffee', sans-serif;
  flex-wrap: wrap;
}

.product-nav a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 1rem;
  gap: 1rem;
}

.product-nav a img {
  width: 120px;
  height: auto;
  border-radius: 6px;
  transition: transform 0.2s ease;
}


.product-nav a:hover img {
  transform: scale(1.05);
}

.product-nav a span {
  display: block;
  font-size: 0.7rem;
  color: #fff;
}

/* Mobile tweaks */
@media screen and (max-width: 768px) {
  .product-nav {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .product-nav a {
    flex-direction: column;
    gap: 0.5rem;
  }
}

.section-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.1 rem;
  padding-left: 0.5rem;
}

.section-header .left {
  font-family: 'Kenyan Coffee', sans-serif;
  font-size: 3.4rem;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
}

.section-header .line {
  width: 60px;
  height: 4px;
  background-color: white;
  margin: 0.5rem 0;
}

.section-header .section-info {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  color: #ffffff;
  margin-top: 0.5rem;
}

.header-item count {
    display: none !important;
}