.item-page {
  .btn[class*="icon-"] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-100, 8px);
    white-space: normal;

    &::after {
      display: inline-block;
      width: 1.5em;
      height: 1.5em;
      background: none no-repeat center/100%;
      content: "";
    }

    &.icon-rightside {
      flex-direction: row;
    }

    &.icon-leftside {
      flex-direction: row-reverse;
    }

    &.btn-sm::after {
      width: 1.143em;
      height: 1.143em;
    }

    &.icon-Arrow--right::after {
      background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 4.5L12.4275 5.54475L18.1125 11.25H3V12.75H18.1125L12.4275 18.4298L13.5 19.5L21 12L13.5 4.5Z' fill='%23001080'/%3E%3C/svg%3E");
    }
  }
}
