body {
  font-family: "Roboto Mono", monospace;
  background-color: #242424;
}
main {
  max-width: 100%;
  max-height: auto;
}
.all {
  margin: 10px;
  padding: 10px;
  height: 1200px;
  background-color: #fff;
}
#all {
  display: grid;
  grid-gap: 10px;
}

@media (min-width: 600px) {
  #all {
    grid-template-columns: 1fr 1fr;
  }
}

.wrapper {
  height: 420px;
  width: 900px;
  margin-top: 100px;
  margin: 50px auto;
  border-radius: 7px 7px 7px 7px;
  -webkit-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
}

.product-img {
  float: left;
  height: 420px;
  width: 573px;
}

.product-img img {
  border-radius: 7px 0 0 7px;
}

.product-info {
  float: left;
  height: 420px;
  width: 327px;
  border-radius: 0 7px 10px 7px;
  background-color: #ffffff;
}

.product-text {
  height: 300px;
  width: 327px;
}

.product-text h1 {
  margin: 0 0 0 38px;
  padding-top: 52px;
  font-size: 34px;
  color: #474747;
}

.product-text h1,
.product-price-btn p {
  font-family: "Bentham", serif;
}

.product-text h2 {
  margin: 0 0 47px 38px;
  font-size: 13px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #d2d2d2;
  letter-spacing: 0.2em;
}

.product-text p {
  height: 125px;
  margin: 0 0 0 38px;
  font-family: "Playfair Display", serif;
  color: #8d8d8d;
  line-height: 1.7em;
  font-size: 15px;
  font-weight: lighter;
  overflow: hidden;
}

.product-price-btn {
  height: 103px;
  width: 327px;
  margin-top: 17px;
  position: relative;
}

.product-price-btn p {
  display: inline-block;
  position: absolute;
  top: -13px;
  height: 50px;
  font-family: "Trocchi", serif;
  margin: 0 0 0 38px;
  font-size: 28px;
  font-weight: lighter;
  color: #474747;
}

span {
  display: inline-block;
  height: 50px;
  font-family: "Suranna", serif;
  font-size: 34px;
}

.product-price-btn button {
  float: right;
  display: inline-block;
  height: 50px;
  width: 176px;
  margin: 0 40px 0 16px;
  box-sizing: border-box;
  border: transparent;
  border-radius: 60px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #ffffff;
  background-color: rgb(41, 5, 58);
  cursor: pointer;
  outline: none;
}

.product-price-btn button:hover {
  background-color: #242424;
}

@media (width: 1366px) {
  .all {
    width: 1500px;
    display: block;
  }
  .wrapper {
    height: 420px;
    width: 750px;
  }
  .product-img img {
    border-radius: 7px 0 0 7px;
    width: 400px;
  }
  .product-img{
    width: 400px;
  }
}

@media (max-width:430px){
  .all{
    height: 332vh;
    width: 570px;
  }
  .wrapper{
    width: 300px;
    height: 600px;
  }
  .product-img img{
    width: 280px;
    margin: 0 2%;
  }
  #button1{

    margin: 0 25%;
    margin-top: -100px;
  }
  #button2{

    margin: 0 25%;
    margin-top: -100px;
  }
  #button3{

    margin: 0 25%;
    margin-top: -77px;
  }
  #button4{

    margin: 0 25%;
    margin-top: -100px;
  }
  .product-text{
    background-color: #f7f5f5;
    height: 240px;
    width: 300px;
  }
  .product-text h2{
    margin: 0;
    text-align: center;
  }
  .product-text h1{
    margin: 0;
    text-align: center;
  }
  
}
@media (max-width:390px){
  .all{
    height: 372vh;
    width: 480px;
  }
  .wrapper{
    width: 300px;
    height: 600px;
  }
  .product-img img{
    width: 280px;
    margin: 0 2%;
  }
  #button1{

    margin: 0 25%;
    margin-top: -100px;
  }
  #button2{

    margin: 0 25%;
    margin-top: -100px;
  }
  #button3{

    margin: 0 25%;
    margin-top: -77px;
  }
  #button4{

    margin: 0 25%;
    margin-top: -100px;
  }
  .product-text{
    background-color: #f7f5f5;
    height: 240px;
    width: 300px;
  }
  .product-text h2{
    margin: 0;
    text-align: center;
  }
  .product-text h1{
    margin: 0;
    text-align: center;
  }
  
}
@media (max-width:360px){
  .all{
    height: 420vh;
    width: 1000px;
  }
  .wrapper{
    width: 300px;
    height: 600px;
  }
  .product-img img{
    width: 280px;
    margin: 0 2%;
  }
  #button1{

    margin: 0 25%;
    margin-top: -100px;
  }
  #button2{

    margin: 0 25%;
    margin-top: -100px;
  }
  #button3{

    margin: 0 25%;
    margin-top: -77px;
  }
  #button4{

    margin: 0 25%;
    margin-top: -100px;
  }
  .product-text{
    background-color: #f7f5f5;
    height: 240px;
    width: 300px;
  }
  .product-text h2{
    margin: 0;
    text-align: center;
  }
  .product-text h1{
    margin: 0;
    text-align: center;
  }
  .product-info{
    width: 280px;
  }
}
@media (max-width:320px){
  .all{
    height: 472vh;
    width: 300px;
  }
  .wrapper{
    width: 300px;
    height: 600px;
  }
  .product-img img{
    width: 280px;
    margin: 0 2%;
  }
  #button1{

    margin: 0 25%;
    margin-top: -100px;
  }
  #button2{

    margin: 0 25%;
    margin-top: -100px;
  }
  #button3{

    margin: 0 25%;
    margin-top: -77px;
  }
  #button4{

    margin: 0 25%;
    margin-top: -100px;
  }
  .product-text{
    background-color: #f7f5f5;
    height: 240px;
    width: 300px;
  }
  .product-text h2{
    margin: 0;
    text-align: center;
  }
  .product-text h1{
    margin: 0;
    text-align: center;
  }
  .product-info{
    width: 280px;
  }
}
@media (max-width:375px){
  .all{
    height: 472vh;
    width: 300px;
  }
  .wrapper{
    width: 300px;
    height: 600px;
  }
  .product-img img{
    width: 280px;
    margin: 0 2%;
  }
  #button1{

    margin: 0 25%;
    margin-top: -100px;
  }
  #button2{

    margin: 0 25%;
    margin-top: -100px;
  }
  #button3{

    margin: 0 25%;
    margin-top: -77px;
  }
  #button4{

    margin: 0 25%;
    margin-top: -100px;
  }
  .product-text{
    background-color: #f7f5f5;
    height: 240px;
    width: 300px;
  }
  .product-text h2{
    margin: 0;
    text-align: center;
  }
  .product-text h1{
    margin: 0;
    text-align: center;
  }
  .product-info{
    width: 280px;
  }
}
/* @media (max-width:414px){
  .all{
    height: 350vh;
    width: 360px;
  }
  .wrapper{
    width: 300px;
    height: 600px;
  }
  .product-img img{
    width: 280px;
    margin: 0 2%;
  }
  #button1{

    margin: 0 25%;
    margin-top: -100px;
  }
  #button2{

    margin: 0 25%;
    margin-top: -100px;
  }
  #button3{

    margin: 0 25%;
    margin-top: -77px;
  }
  #button4{

    margin: 0 25%;
    margin-top: -100px;
  }
  .product-text{
    background-color: #f7f5f5;
    height: 240px;
    width: 300px;
  }
  .product-text h2{
    margin: 0;
    text-align: center;
  }
  .product-text h1{
    margin: 0;
    text-align: center;
  }
  .product-info{
    width: 280px;
  }
} */