/* --------------------------- */
/* PAGE PRODUCT DETAIL */
/* --------------------------- */
#product-detail {
  background: linear-gradient(to bottom, #ffffff, #d7a4c6);
  min-height: 600px;
  display: block;
  margin-top: auto;
  padding-top: 60px;
}

.cnt-product-detail {
  max-width: 1200px;
  margin: 0 auto;
}

.row-brand {
  margin-bottom: 1.5rem;
}

.brand-logo {
  height: 50px;
  margin-bottom: 1rem;
}

.row-product {
  display: flex;
  align-items: flex-start;
  margin: 0 100px;
}

.col-image {
  flex: 1;
}

.col-image h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #761a48;
  margin-bottom: 1rem;
}

.col-image img {
  max-width: 90%;
  height: auto;
  border: 4px solid #000000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.col-deskripsi {
  flex: 1;
  display: flex;
  flex-direction: column;
  font-size: 14px !important;
}

.tb-deskripsi {
  margin-bottom: 1.5rem;
}

.tb-deskripsi table {
  width: 100%;
  border-collapse: collapse;
}

.tb-deskripsi table td {
  padding: 0.3rem 0.5rem;
  font-size: 1rem;
  color: #333;
}

.tb-deskripsi table td:first-child {
  font-weight: bold;
  color: #761a48;
  width: 40%;
}

.datasheet {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  font-size: 1.2rem;
  color: #761a48;
  cursor: pointer;
  margin-top: 1rem;
}

.datasheet i {
  font-size: 1.5rem;
  color: #761a48;
}

.datasheet p {
  margin: 0;
}

/* Responsiveness */
@media (max-width: 768px) {
  .row-product {
    flex-direction: column;
  }
}
