*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a,
a:hover {
  text-decoration: none;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: inherit;
}

button {
  display: inline-block;
}

.body {
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

.products-header {
  margin-top: 60px;
  margin-bottom: 40px;
}

.subtitle-1 {
  font-family: "Playfair Display", "Times New Roman", Times, serif;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

.products {
  padding-top: 30px;
}

.container {
  max-width: 1232px;
  margin: auto;
  text-align: center;
}

.products-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 30px;
  row-gap: 40px;
  list-style-type: none;
  margin-bottom: 30px;
}

.product {
  width: 270px;
  height: 300px;
  text-align: center;
}

.product-image {
  height: 250px;
  overflow: hidden;
}

.product-picture {
  display: block;
  width: 100%;
}

.product-title {
  font-family: "Playfair Display";
  text-align: center;
  padding-top: 5px;
  font-size: 16px;
}

.products-subtitle {
  text-align: center;
  color: #696969;
  font-size: 16px;
  font-weight: 400;
}

.product-price {
  text-align: center;
}

.old-price {
  color: #696969;
  padding-top: 5px;
}

.new-price {
  padding-top: 5px;
  color: red;
}

.button {
  background-color: white;
  border: 1px solid #f72464;
  border-radius: 5px;
  padding: 16px 32px;
  margin-bottom: 10px;
  color: #696969;
}

.button:hover {
  cursor: pointer;
}

.footer {
  background-color: #000;
  padding: 20px 0;
  color: white;
}

.footer-links {
  text-align: center;
}

.footer-link {
  font-family: var(--noto-sans);
  font-size: 14px;
  color: inherit;
  margin-right: 10px;
  font-weight: 400;
}

.footer-link:last-child {
  margin-right: 0;
}

.footer-link:hover {
  color: yellow;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.footer-row > * + * {
  margin-top: 24px;
}

.social-link {
  padding: 0 8px;
}

.social-link:hover {
  scale: 1.2;
  transition: 0.4s;
}

.copywriter {
  font-family: var(--noto-sans);
  font-size: 14px;
  text-align: center;
}
