.product-pricing-fee-gift-notice {
  position: fixed;
  top: 50px;
  right: 10px;
  z-index: 100;
}

.yaydp-free-gift-notice-wrapper {
  width: "fit-content";
  display: flex !important;
  align-items: center;
  gap: 10px;
}

.yaydp-free-gift-notice-wrapper p {
  margin: 0;
}

.yaydp-free-gift-notice-wrapper a {
  text-decoration: underline;
  color: red;
}

.yaydp-free-gift-notice-close-icon {
  cursor: pointer;
  margin-left: auto;
  padding: 5px;
}
.yaydp-free-gift-notice-close-icon > span {
  width: 10px;
  height: 10px;
  display: flex;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background: url("../images/close-icon.svg");
}
