@media (max-width: 767px) {
  .loft-bottom-nav {
    align-items: flex-end;
  }

  .loft-bottom-book-wrap {
    top: 0;
    gap: 3px;
    padding: 4px 0;
  }

  .loft-bottom-book {
    width: 36px;
    height: 36px;
    border-width: 2px;
    box-shadow: 0 3px 12px #a64c3652;
  }

  .loft-bottom-book svg {
    width: 20px;
    height: 20px;
  }

  .loft-bottom-book-label {
    line-height: 1;
  }
}