body {
  overflow-x: hidden;
}
.price-flex-block {
  margin: 0 auto;
  margin-bottom: 20px;
  display: flex;
  background-color: #244e9c;
  border-radius: 10px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #000000;
  box-shadow: 5px -2px 10px 0px rgb(0 0 0 / 50%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  color: #fff;
  width: 100%;
  justify-content: center;
  gap: 10px;
  padding: 20px;
  align-items: center;
  max-width: 500px;
}

.price-flex-left,
.price-flex-midle,
.price-flex-right {
  flex-grow: 0;
}

.price-flex-left,
.price-flex-midle {
  text-align: center;
}

.price-flex-left {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.price-flex-left span {
  text-decoration: line-through;
  font-weight: 800;
}

.price-flex-right i {
  width: 21px;
  height: 15px;
}

.price-flex-midle {
  font-size: 18px;
  color: #a2ff9d;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.price-flex-midle span {
  color: #fff;
  font-size: 29px;
}

.price-flex-right i svg {
  fill: #f3cb46;
}

.product-img {
  width: 100%;
}

.product-img img {
  height: auto;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
}

.full-width {
  width: 100%;
}
