* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
}

.title {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  color: #000000;
}

.product-page {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-top: 60px;
  padding-bottom: 110px;
}

.product__content {
  display: flex;
}

.container {
  width: 1110px;
  margin-left: auto;
  margin-right: auto;
}

.product {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.product__title {
  margin-bottom: 20px;
}

.product__img {
  width: 540px;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product__price {
  font-size: 24px;
  font-weight: 600;
  color: #7e9bbd;
  line-height: 28px;
  margin-bottom: 40px;
}

.product__button {
  margin-bottom: 40px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 13px 20px;
  border-radius: 6px;
  background: #000000;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.product .button {
  margin-bottom: 40px;
}

.product__desc p {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  padding: 10px 0;
}

.product__price span {
  font-size: 18px;
}

.link {
  color: #000000;
}

.related__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 46px;
}

.card {
  display: flex;
  flex-direction: column;
  padding: 30px;
  width: 350px;
  background-color: #fff;
  box-shadow: 0px 10px 40px rgba(126, 155, 189, 0.3);
}

.card__details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card__img {
  display: block;
  margin-bottom: 20px;
}

.card__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 20px;
  flex-grow: 1;
}

.card__price {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: #7e9bbd;
}

.cards-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.cards-wrapper .card {
  margin-left: 15px;
  margin-right: 15px;
}

.card__button {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  height: 46px;
  border: 3px solid rgba(126, 155, 189, 0.3);
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  line-height: 42px;
  color: #7e9bbd;
  text-decoration: none;
}
