<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product-detail__abceed-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.product-detail__abceed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
}

.product-detail__abceed-link {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.product-detail__abceed-link:hover, .product-detail__abceed-link:focus-visible {
  opacity: 0.5;
  text-decoration: none;
}

.product-detail__abceed-link-text {
  margin-top: 10px;
  color: #333333;
  text-decoration: underline;
  display: block;
}
.product-detail__abceed-link:hover .product-detail__abceed-link-text, .product-detail__abceed-link:focus-visible .product-detail__abceed-link-text {
  text-decoration: none;
}
/*# sourceMappingURL=product-detail.css.map */</pre></body></html>