.action-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 1rem;
  z-index: 2;
  box-shadow: 0 0 24px 0 rgba(39, 56, 66, 0.16);
  width: 100%;

  @media (width >= 768px) {
    padding-top: 2rem;
    padding-bottom: 4rem;
    position: static;
  }
}

.action-footer-placeholder {
  height: 128px;

  @media (width >= 768px) {
    height: 191px;
  }
}

.action-footer-price-container {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}

.action-footer-label {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75;
}

.action-footer-price {
  margin-left: auto;
}

.action-footer .btn {
  width: 100%;
}

.action-footer-note {
  color: var(--ha-body-color);
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-top: 0.5rem;
}
