* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background-color: hsl(30, 38%, 92%);
}
.attribution {
    font-size: 11px;
    text-align: center;
    margin-top: 20px;
  }
  .attribution a {
    color: hsl(228, 45%, 44%);
  }

  .container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .card {
    width: 600px;
    height: 450px;
    margin-top: 100px;
    margin-left: 50px;
    display: grid;
    grid-template-columns: 300px 300px;
    overflow: hidden; 
  }
 

 
  .right {
    background-color: hsl(0, 0%, 100%);
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px; 
    
  }

  .picture {
    width:100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: 0.7s ease;
  }

  h1 {
    font-family: Fraunces, sans-serif;
    font-weight: 700;
    color: hsl(212, 21%, 14%);
    line-height: 1;
    margin-bottom: 25px;
    margin-right: 15px;
   
    
  }
  h2 {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 13px;
    color:hsl(228, 12%, 48%);
    margin-bottom: 20px;
    letter-spacing: 0.3em;
    
  }
  .info-product {
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    color:hsl(228, 12%, 48%);
    line-height: 1.5;
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .price {
    display: flex;
    align-items: center;
    justify-content:start;
    margin-bottom: 25px;
    
  }
  .product-container {
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 20px;
  }
  .new-price {
    color: hsl(158, 36%, 37%);
    font-family: Fraunces, sans-serif;
    font-size: 35px;

  }
  .old-price {
    color:hsl(228, 12%, 48%);
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 13px;
    text-decoration: line-through;
    margin-left: 20px;
  }

  .buy-button {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  button {
    background-color: hsl(158, 36%, 37%);
    color: hsl(0, 0%, 100%);
    font-family: Montserrat, sans-serif;
    width: 230px;
    height: 50px;
    border-radius: 10px;
    margin-right: 25px;
    border: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Montserrat, sans-serif;
    transition: background-color 0.15s, box-shadow 0.15s;
  }
  .cart-picture {
    margin-right: 10px;
  }

  button:hover {
    background-color:hsl(159, 52%, 26%); ;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
    cursor: pointer;
  }
  .left {
    overflow: hidden;
    transition: 0.7s ease;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .left:hover .picture {
    transform: scale(1.3);
    filter: brightness(1.1);
   
    
  }



  @media (max-width: 700px) {
    .container {
      margin-bottom: 150px;
    }
    .card {
      width: 370px;
      height: 680px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; 
      margin-left: 0;
      
    }
    .left {
      width: 370px;
      height: 270px;
     
    }
    .picture {
      width:370px;
      height:270px;
      object-fit:cover;
      border-top-left-radius: 10px;
      border-bottom-left-radius: 0px;
      border-top-right-radius: 10px;
      
    }
    .right {
      height: 500px;
      width: 370px;
      border-top-right-radius: 0px; 
      border-bottom-left-radius: 10px;
    }
    .info-product {
      font-size: 15px;
      font-family: Montserrat, sans-serif;
      font-weight: 500;
      color:hsl(228, 12%, 48%);
      line-height: 1.7;
      margin-bottom: 15px;
      margin-right: 8px;
      margin-top: -10px;
      text-align: start;
    }
    h1 {
      font-family: Fraunces, sans-serif;
      font-weight: 700;
      color: hsl(212, 21%, 14%);
      line-height: 1.1;
      margin-bottom: 25px;
      margin-right: 15px;
      margin-top: -10px;
      font-size: 34px;
       
    }
    h2 {
      font-size: 14px;
    }
    .new-price {
      color: hsl(158, 36%, 37%);
      font-family: Fraunces, sans-serif;
      font-size: 35px;
  
    }
    .old-price {
      color:hsl(228, 12%, 48%);
      font-family: Montserrat, sans-serif;
      font-weight: 500;
      font-size: 13px;
      text-decoration: line-through;
      margin-left: 20px;
    }
    .price {
      display: flex;
      align-items: center;
      justify-content:start;
      margin-top: 20px;
      margin-bottom: 25px;
      
    }
    button {
      background-color: hsl(158, 36%, 37%);
      color: hsl(0, 0%, 100%);
      font-family: Montserrat, sans-serif;
      width: 350px;
      height: 50px;
      border-radius: 10px;
      margin-right: 25px;
      margin-bottom: 10px;
      border: none;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: Montserrat, sans-serif;
      transition: background-color 0.15s, box-shadow 0.15s;
    }
    .product-container {
      margin-top: 30px;
      margin-left: 30px;
      margin-right: 20px;
    }
    .attribution {
      display: none;
    }

    }
  
   

