body {
  margin: 0;
  padding: 0;
  font-family: sans-serif, Arial, Helvetica;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-26 {
  font-size: 26px;
}

.fs-28 {
  font-size: 28px;
}

.fs-30 {
  font-size: 30px;
}

.fs-34 {
  font-size: 34px;
}

.fs-38 {
  font-size: 38px;
}

.fs-42 {
  font-size: 42px;
}

.fs-46 {
  font-size: 46px;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.primary-link-arrow {
  color: #de007b;
  text-decoration: none;
}

.primary-link-arrow:hover {
  color: #f10386;
}

.product-card {
  position: relative;
  background-color: white;
}

.product-card .title {
  margin: 5px;
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 12pxrem;
  font-weight: 600;
  border-radius: 4px;
  background: #de007b;
  border: 1px solid #de007b;
  color: #fff;
  z-index: 1;
}
/*# sourceMappingURL=global.css.map */