@import url(../../../style.css);

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 1.3rem;
}

.product-desc {
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
}

.product-desc .desc-img img {
  width: 400px;
  border: 5px solid;
  border-radius: 1rem;
}

.product-desc .desc-content {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  width: 700px;
}

.product-desc .desc-content .content-title {
  display: flex;
  flex-direction: column;
  row-gap: 0.2rem;
}

.product-desc .desc-content .content-title h3 {
  line-height: 1.2;
}

.product-desc .desc-content .content-main {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  border-top: 3px solid;
  border-bottom: 3px solid;
}

.product-desc .desc-content .content-main li {
  list-style-type: disc;
  font-size: 1.1rem;
  font-style: italic;
}

.product-spec {
  margin-top: 5rem;
}

.product-spec table {
  margin-top: 2rem;
}

.product-spec table tr {
  display: block;
  border-top: 3px solid;
}

.product-spec table tr.last {
  border-bottom: 3px solid;
}

.product-spec table tr th {
  width: 300px;
  text-align: left;
  padding: 1rem 1rem 1rem 0;
  font-size: 1.3rem;
  font-style: italic;
}

.product-spec table tr td {
  width: 300px;
  font-size: 1.1rem;
  line-height: 1.5;
}

.product-spec .feature {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
}

.product-spec .feature .features {
  display: flex;
  column-gap: 2rem;
  align-items: center;
}

.product-spec .feature .features .image {
  display: flex;
  column-gap: 1rem;
}

.product-spec .feature .features .image img {
  width: 300px;
  height: 224px;
}

.product-spec .feature .reverse .content {
  order: 1;
}

.product-spec .feature .reverse .image {
  order: 0;
}
