.love-guarantee {
  display: flex;
  align-items: center;
  gap: 11px;
  width: max-content;
  max-width: 100%;
  margin-top: 25px;
  padding: 11px 14px 11px 11px;
  background: #fff0ec;
  border-left: 4px solid var(--coral);
  box-shadow: 3px 3px 0 rgba(255, 117, 94, .22);
}

.love-guarantee p { margin: 0; font-size: 12px; line-height: 1.4; color: #535b70; }
.love-guarantee strong { color: var(--ink); font-size: 13px; }
.guarantee-icon { display: grid; place-items: center; width: 30px; height: 30px; flex: 0 0 30px; background: var(--coral); color: #fff; font-size: 21px; }
.availability { margin-top: 24px; }
.price b { display: inline-block; background: var(--coral); color: #fff; padding: 5px 8px; font: 500 10px var(--mono); letter-spacing: .05em; margin-top: 3px; }
.guarantee-underline { position: relative; z-index: 0; display: inline; color: var(--ink); font-weight: 700; white-space: nowrap; }
.guarantee-underline::after { content: ''; position: absolute; z-index: -1; left: -3px; right: -3px; bottom: 0; height: .44em; background: rgba(255, 117, 94, .48); transform: rotate(-1.5deg) skewX(-7deg); border-radius: 35% 12% 28% 14%; }

@media (max-width: 750px) {
  .love-guarantee { width: 100%; }
}
