.overlay {
  position: absolute;
  z-index: 3;
  top: 0;
  width: 100%;
  min-height: 100vh;
  mix-blend-mode: multiply;
  background-color: #c1c7d0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: block;
}

.js-title {
  margin-top: -15px;
  padding: 0;
  display: flex;
  line-height: 30px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 5px;
}

.pl li:hover {
  font-size: 20px;
}

.pop-card {
  background-color: white;
  position: absolute;
  z-index: 4;
  top: 20px;
  right: 0;
  left: 0;
  width: 93%;
  margin: auto;
  height: 95vh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  gap: 0;
  border: 1px solid #dfe1e6;
  border-radius: 16px;
  overflow-x: scroll;
}

.pd {
  padding: 0;
  margin-bottom: 45px;
}

.list {
  margin: 0;
  padding: 0;
}

.pI1 {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.pI1 img {
  margin: 0;
  padding: 0;
  margin-top: -50px;
  width: 100%;
  min-height: 30vh;
}

.pInf {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #344563;
  padding: 0 16px;
  margin-top: -18px;
}

.p-tag {
  align-self: flex-start;
  height: 30px;
  align-items: center;
  margin-left: 16px;
  margin-bottom: 45px;
}

.plp {
  box-sizing: border-box;
}

.redirect {
  display: flex;
  width: 95%;
  justify-content: space-between;
  padding: 0 10px;
  margin-top: 5px;
}

.myBtns {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 6px;
  text-align: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #396df2;
  gap: 10px;
  width: 136px;
  height: 48px;
  border: 1px solid #6070ff;
  border-radius: 8px;
  box-sizing: border-box;
}

@media screen and (width > 768px) {
  .pop-card {
    width: 85%;
  }

  .pI1 {
    background-color: #344563;
    display: flex;
    align-items: center;
    text-align: center;
    height: auto;
    justify-content: center;
    padding: 0;
    width: 100%;
  }

  .pI1 img {
    width: 100%;
    display: flex;
  }

  .p-tag {
    margin-left: 0;
  }

  .crop {
    display: flex;
    margin-top: 20px;
  }

  .b1 {
    width: 65%;
    margin-right: 70px;
  }

  .b2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .redirect {
    justify-content: flex-start;
    margin: 0;
    margin-top: 20px;
  }

  .myBtns {
    margin-right: 15px;
  }
}

.myBtns:hover {
  background-color: rgba(64, 83, 252, 0.24);
  color: rgba(255, 255, 255, 1);
}

.myBtns:active {
  background-color: rgba(34, 48, 210, 1);
  color: rgba(255, 255, 255, 1);
}

.myBtns:disabled {
  background-color: rgba(193, 199, 208, 1);
  color: rgba(94, 108, 132, 1);
  border: 1px solid rgba(94, 108, 132, 1);
}
