/*
  Colors
*/
/*
  Width
*/
/*
  Space
*/
/*
	Shadow
*/
.product-offer__button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 1rem 2rem;
  margin: auto;
  white-space: nowrap;
  color: #aa001f;
  font-weight: 500;
  font-size: 0.875rem;
  background-color: transparent;
  border: none;
  outline: 0;
  cursor: pointer;
}