.store-btn {
  max-width: 365px;
  position: fixed;
  right: 0;
  bottom: 25px;
  z-index: 1000;
  cursor: pointer;
  transition: all 0.4s;
}

.store-btn:hover {
  opacity: 0.8;
}
/* 
.store-modal-content-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100dvh;
} */

.store-modal-content {
  padding: 0 15px;
  min-width: 630px;
}

.store-modal-content h2 {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.store-stars {
  max-width: 460px;
  margin: 25px auto;
}

.store-search {
  max-width: 500px;
  margin: 50px auto;
}

.store-text {
  text-align: center;
}

.store-text p {
  color: #f34e6c;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  text-align: left;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .store-btn {
    max-width: 100%;
    position: fixed;
    bottom: 0;
  }

  .store-modal-content h2 {
    font-size: 15px;
  }

  .store-stars {
    max-width: 250px;
    margin: 15px auto;
  }

  .store-search {
    max-width: 358px;
    margin: 35px auto;
  }

  .store-text p {
    font-size: 14px;
  }

  .store-modal-content {
    width: 92.75vw;
    min-width: auto;
    padding: 0;
  }
}
