.vpage__container {
  width: 100%;
  max-width: 900px;
  margin: 55px auto;
  padding: 15px;
  border: thin solid antiquewhite;
  border-radius: 12px;
}
.vpage__container h1, .vpage__container h2 {
  line-height: 2rem;
}
.vpage__title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.vpage__thumbnail {
  margin-bottom: 30px;
}
.vpage__thumbnail img {
  border-radius: 12px;
}

.vshop__loop {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  max-width: 1000px;
  gap: 20px;
  margin: 20px auto;
  padding: 0 5px;
}
.vshop__product__tile {
  width: 300px;
  height: 420px;
  background-color: rgba(209, 172, 87, 0.12);
  border-radius: 15px;
}
.vshop__product__tile:hover {
  background-color: rgba(209, 172, 87, 0.432);
}
@media only screen and (max-width: 780px) {
  .vshop__product__tile {
    width: 47%;
    height: auto;
  }
}
.vshop__product__tile--visual {
  border-radius: 15px;
  border: 2px solid #d1ac57;
  margin-bottom: 10px;
  background-color: #fff;
  max-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vshop__product__tile--visual img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  max-height: 290px;
  -o-object-fit: contain;
     object-fit: contain;
}
.vshop__product__tile--info {
  margin: 0 10px;
  text-align: center;
  margin-bottom: 20px;
}
.vshop__product__tile--info .woocommerce-loop-product__title {
  height: 3rem;
  line-height: 1.5;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 19px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 780px) {
  .vshop__product__tile--info .woocommerce-loop-product__title {
    font-size: 16px;
  }
}
.vshop__product__tile--info .woocommerce-Price-amount {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.wp-block-woocommerce-single-product .wp-block-columns {
  display: flex;
  flex-flow: column;
}
.wp-block-woocommerce-single-product div[data-block-name="woocommerce/single-product"] {
  max-width: 300px;
  display: flex;
  flex-flow: column;
}/*# sourceMappingURL=style.css.map */