@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root{
  --clr-primary-200:#F3EED9;
  --clr-primary-900:#000;

  --clr-neutral-100:#fff;
  --clr-neutral-700:#3a3939;

  --ff-primary:"Poppins", sans-serif;

}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-family: var(--ff-primary)
}









/* ! Resposive Section 
* Developer @leo1104 */

@media screen and (max-width: 768px) {
  .back {
    position: fixed;
    top: 2rem;
    left: 2rem;
  }
  .back {
    background-color: #3a3939;
    height: 48px;
    width: 48px;
    border-radius: 12px;
    border: none;
  }
  .back i {
    color: white;
    font-size: 2rem;
  }
  .cardimg img {
    width: 100%;
    height: 512px;
  }
  .card_details {
    border-radius: 20px 20px 0 0;
    position: relative;
    background-color: white;
    bottom: 2rem;
    width: 100%;
    padding: 0 30px;
  }

  .bagimg {
    background-color: #030303;
    width: 73px;
    height: 71px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    float: right;
    position: relative;
    bottom: 4rem;
    z-index: 2;
    right: 1.5rem;
  }
  .bagimg i {
    color: white;
    font-size: 2rem;
  }
  .companyName {
    position: relative;
    top: 2rem;
    font-weight: 400;
    font-size: 16px;
  }
  .product_props {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .productName {
    font-size: 24px;
    font-weight: 700;
  }
  .product_price {
    font-size: 20px;
    font-weight: 700;
  }
  .product_description {
    margin-top: 14px;
    margin-bottom: 3rem;
  }
  .product_description h2 {
    font-weight: 400;
    font-size: 12px;
  }
  .product_description p {
    font-weight: 400;
    font-size: 10px;
    margin-top: 8px;
    line-height: 20px;
  }
  .productBtn {
    position: fixed;
    bottom: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    width: 80%;
    background-color: white;
  }
  .productBtn button {
    border: 0;
    color: white;
    border-radius: 12px;
    background-color: #131212;
  }
  .addtocart_btn {
    font-size: 12px;
    font-weight: 700;
    padding: 1rem 2rem;
  }
  .qty_btn {
    padding: 0.5rem 1rem;
    font-size: 24px;
  }
  .cover {
    background: url("https://s3-alpha-sig.figma.com/img/4a83/1376/25f7216aa854a0ffcf1d0561df61e6ff?Expires=1636329600&Signature=WFKvrqHx-YHQxCsy7gWHOIW6ieVBPfSvzwK33xDTy1r35y-WORseqwas5y8nxeJh0H5kdY6OeYlC4znjrVt~-WaUo6P9ExIpg2yoJO-gP10ZZA3m5FvHrl92P9jkd-fHvK~95Rbvmq59XcDmplYcwF26pzCgy6sz-iheK8Jj~yie5jUTPc1CcrsjW41gPx0ZSBb-jB-OolMsJ6ziMLLlPfNlVowlAs-NPVE5CMvY3U8Rl97EIfQqzy1A8aWoVZhuwNqsFIOO0qJGERW58Smhh3H4Lnmw2QdIOcfdk3E-U~GoAT3Rfcmm30nCY6IFWya4rCbnA26SHyy3r6Z4uk9PVw__&Key-Pair-Id=APKAINTVSUGEWH5XD5UA");
background-position: center;
background-repeat: no-repeat;
height: 100vh;  
}
.cover p{
    padding-top: 224px;
    color: white;
    font-size: 32px;
    font-weight: 800;
    line-height: 48px;
    padding-left: 78px;
}
.cover button{
    background-color: #131212;
    color: white;
    border: none;
    border-radius: 12px;
    padding: 29px 80px;
    display: flex;
    margin: auto;
    margin-top: 200px;
    position: relative;
    right: 1rem;
    font-size: 12px;
    font-weight: 700;
}
}
