.realgift-category {
  color: #ff6232;
  border-bottom: 1px solid #004d8e;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  padding: 16px;
  margin: 16px 0;
}
.gift-shop .title-sub {
  padding: 1rem 0;
  text-align: center;
}
.gift-shop .gift_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.gift-shop .gift_item,
.gift-shop .gift-send-btn {
  width: 200px;
  height: 240px;
  position: relative;
  overflow: hidden;
}
.gift-shop .gift_item_main {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.gift-shop .gift_item_pict {
  height: 110px;
  margin: 10px 0;
}
.gift-shop .gift_item_name {
  font-weight: bold;
}
.gift-shop .gift_item_price {
  transition: opacity 0.3s ease;
}
.gift-shop .gift_item_hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  background: rgba(255, 255, 255, 0.95);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.gift-shop .gift-send-btn:hover .gift_item_price {
  opacity: 0;
}
.gift-shop .gift-send-btn:hover .gift_item_hover {
  opacity: 1;
  pointer-events: auto;
}
.gift-shop .gift_item_hover p {
  margin: 0 0 15px 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
}
.gift-shop .gift_item_hover .gift_item_name {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.gift-shop .gift_item_hover .gift_item_description {
  font-size: 12px;
  margin-bottom: 15px;
}
.gift-shop .gift_item_hover .gift_button_send {
  margin-top: auto;
}

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