.float-frame {
  position: relative;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .float-frame {
    background: #D8D3E9;
    text-align: center;
    padding: 30px 20px 60px 20px;
  }
}
.float-frame__heading {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .float-frame__heading {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .float-frame__box {
    max-width: 300px;
  }
}
.float-frame__bg {
  height: 65%;
  width: 90%;
  background: #50247b;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 1408px) {
  .float-frame__bg {
    height: 75%;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .float-frame__bg {
    display: none;
  }
}
.float-frame__kab {
  position: absolute;
  right: 6%;
  bottom: 0%;
  max-width: 170px;
  width: 13vw;
}
@media screen and (max-width: 768px) {
  .float-frame__kab {
    display: none;
  }
}
.float-frame__info {
  background: #F8F8F8;
  padding: 50px 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .float-frame__info {
    margin-top: 60px;
  }
}
.float-frame__stamp {
  position: absolute;
  transform: rotate(-5.71deg);
  border: 4px dashed #50247b;
  box-sizing: border-box;
  text-align: center;
  letter-spacing: 0.2em;
  color: #50247b;
  top: -64px;
  padding: 15px 20px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .float-frame__stamp {
    top: -54px;
    font-size: 18px;
  }
}

.store__section :nth-child(even) {
  background: #eee;
}

.product__image {
  max-height: 180px;
}

/*# sourceMappingURL=store.css.map */
