.cap-shop-banner--type-1 {
  height: 238px;

  .cap-shop-banner__cover-mask {
    background-color: transparent;
    background-image: linear-gradient(to top, black, transparent);
  }

  .cap-shop-banner {

    &__inner {
      top: 150px;
    }

    &__logo {
      width: 70px;
      height: 70px;
      border-radius: 50%;

      > img {
        border-radius: 50%;
      }
    }

    &__right-content {
      margin-left: 82px;
    }

    &__sum-content {

      &-total {

        &::after {
          padding-left: 0;
          border-left: none;
        }
      }
    }
  }
}
