* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 6px;
}

body {
  font-family: Montserrat;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  background-color: hsl(30, 38%, 92%);
  color: hsl(228, 12%, 48%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
}

#card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}

.container {
  display: flex;
  background-color: hsl(0, 0%, 100%);
  width: 100%;
  max-width: 375px;
  height: auto;
  margin: 0 auto;
  flex-direction: column;
  border-radius: 2.5rem;
  margin: auto;
}

.container img {
  max-width: 100%;
  height: 100%;
}

@media (max-width: 576px) {
  .desktopp {
    display: none;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 675px;
    flex-direction: row;
    height: 425px;
  }

  .img-parfume img {
    border-bottom-left-radius: 2.5rem;
    border-top-left-radius: 2.5rem;
    border-top-right-radius: 0rem;
  }

  .img-parfume {
    width: 50%;
    height: 100%;
    /* Yükseklik tam oturması için */
    display: flex;
    align-items: stretch;
  }

  .mobilee {
    display: none;
  }

  .hesele {
    width: 50%;
  }
}

.img-parfume img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 2.5rem;
  border-top-right-radius: 2.5rem;
}

.description {
  font-weight: 500;
  font-family: Montserrat;
  padding: 3rem;
  margin-bottom: 0rem;
  height: 40rem;
}

.description p {
  font-size: 2.6rem;
}

.description p:first-child {
  font-size: 2rem;
  letter-spacing: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .description p:first-child {
    margin-top: 1rem;
    margin-left: 1.5rem;
    margin-bottom: 2rem;
    letter-spacing: 1rem;
  }
  .description h1{
    margin-top: 1rem;
    margin-left: 1.5rem;
    margin-bottom: 3rem;
    font-size: 6rem;

  }
  .description p:last-child {
    margin-top: 1rem;
    margin-left: 2rem;
    margin-bottom: 3rem;

  }
  .button {
    position: relative;
    top: 10rem;
    margin-bottom: 1rem;
  }
  .price {
    position: relative;
    top: 8rem;
    left: 1.5rem;
  }
}

.description h1 {
  margin-bottom: 2rem;
  font-size: 6rem;
  color: hsl(212, 21%, 14%);
  font-family: Fraunces;
  font-weight: 700;
  line-height: 1;
}

.price {
  flex-direction: row;
  display: inline;
  width: 35%;
}

#cheap {
  font-size: 5rem;
  font-family: Fraunces;
  color: hsl(158, 36%, 37%);
  margin-left: 3rem;
  display: inline;
}

#expensive {
  display: inline;
  margin-left: 3rem;
  position: relative;
  top: -1rem;
  font-size: 2.3rem;
  text-decoration: line-through;
}

.button {
  background-color: hsl(158, 36%, 37%);
  border: none;
  padding: 2rem 2rem;
  border-radius: 1.5rem;
  display: block;
  width: 85%;
  color: white;
  justify-self: center;
  margin-top: 2rem;
  text-align: center;
  color: white;
  text-decoration: none;
  font-size: 2rem;
  font-weight: bold;
}

a p {
  display: inline;
}

a img {
  margin-right: 1.5rem;
  position: relative;
  top: 0.3rem;
}

.button:hover {
  background-color: hsl(158, 42%, 18%);
  /* Hover efekti */
  transition: 0.3s;
}

.container::after {
  content: "";
  display: block;
  height: 5rem;
}
