.custom-section {
  padding: 28px;
  border-radius: 14px;
  background-color: #f5f5ff;
}

.buy-item {
  border-radius: 14px;
  min-height: 100px;
  padding: 14px;
  box-sizing: border-box;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;

  img {
    width: 128px !important;
    height: 128px !important;
    min-width: 128px !important;
    border-radius: 14px;
    border: 1px solid #ddd;
    margin-bottom: 14px;
  }

  a {
    padding: 7px 28px;
    background: #ecf0f1;
    color: #3498db;
    border-radius: 14px;
    text-decoration: none;
  }

  h3 {
    font-size: 18px;
  }
}

.whatsapp-icon {
  position: fixed;
  width: 60px;
  border-radius: 50%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  background: url("../images/whatsapp.webp") no-repeat center center / cover
    #27d046;
}
