@class-prefix-button: ~'amh-empty';
.@{class-prefix-button} {
&-emptyArea {
    padding-left: 48px;
    padding-right: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  &-img {
    margin-top: 48px;
    width: 300px;
    height: 300px;
  }
  
  &-header {
    margin-top: 48px;
    font-size: 32px;
    font-weight: 400;
    color: #1e243a;
    line-height: 60px;
  }
  
  &-tip {
    margin-top: 24px;
    font-size: 28px;
    font-weight: 400;
    color: #a3a9b0;
    line-height: 42px;
  }
  
  &-cartbtn {
    margin-top: 32px;
    width: 348px;
    height: 74px;
    background: linear-gradient(90deg, #ff7389 0%, #e57693 100%);
    box-shadow: 0px 8px 16px 0px rgba(255, 100, 136, 0.3);
    border-radius: 52px;
    font-size: 36px;
    font-weight: 500;
    color: #ffffff;
    line-height: 50px;
    line-height: 74px;
    text-align: center;
  }
}