
.product-detail {
  max-width: 1000px;
  margin: 0 auto;
}
.product-detail .product-thumb {
  max-height: 250px;
  width: calc(100% - 80px);
  max-width: max-content;
}
.product-detail .product-detail-col-left-content {
  padding: 70px 25px 30px;
  background-color: var(--deep-blue-color-santen);
  color: #fff;
  border-radius: 10px;
  margin-top: -45px;
  text-align: left;
}
.product-detail .product-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.product-detail .product-description {
  font-weight: 300;
}
.product-detail .product-detail-col-right .product-main-content {
  color: var(--deep-blue-color-santen);
  font-weight: 300;
}
.hidden-img {
  margin-bottom: 28px;
}
.product-detail .product-detail-col-right p {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .post-read {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 8px;
    row-gap: 4px;
    line-height: 1.4;
  }

  .post-read .separator {
    width: 6px;
    height: 6px;
    min-width: 6px;
    border-radius: 50%;
    background: #b9ddf5;
    display: inline-block;
    margin: 0;
  }

  .post-read .content-ta,
  .post-read .category,
  .post-read .read-time {
    line-height: 1.4;
  }

  .post-read .category {
    display: inline;
  }

  .post-read .read-time {
    white-space: nowrap;
  }
}