.ProductDetailGiftsItem {
  display: flex;
  align-items: center;
  width: 48%;
  border-bottom: 1px solid var(--colorOutlines);
  padding-bottom: var(--spaceSm);
  margin-bottom: var(--spaceSm);
}

@media (max-width: 64rem) {
  .ProductDetailGiftsItem {
    width: 100%;
  }
}

@media (max-width: 48rem) {
  .ProductDetailGiftsItem {
    width: 48%;
  }
}

@media (max-width: 36rem) {
  .ProductDetailGiftsItem {
    width: 100%;
  }
}

.ProductDetailGiftsItem:only-child {
  width: 100%;
}

.ProductDetailGiftsItem-image {
  margin-right: var(--textSm);
}

.ProductDetailGiftsItem-content {
  flex: 1;
}

.ProductDetailGiftsItem-title {
  font-weight: 700;
  font-size: var(--textXs);
  margin-bottom: .1em;
}

.ProductDetailGiftsItem-name {
  font-size: var(--textXs);
}

/*# sourceMappingURL=product-detail-gifts-item.min.css.map */
