.collection-card_cel {
  height: 400px;
  overflow: hidden;
  position: relative;
  width: 100%;

  & img {
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease;
    width: 100%;
  }

  &:hover {
    & img {
      scale: 1.03;
    }
  }
}

.collection-card-mobile_cel__content {
  margin-top: auto;
  padding: var(--spacer-8);
  width: 100%;

  & .button {
    font-size: var(--font-size-14);
    padding: var(--spacer-10);
    width: 100%;

    & .button__content {
      padding: 0;
      transform: translateY(0) !important;
    }
  }
}

.collection-card_cel__content {
  bottom: 0;
  left: 0;
  padding: var(--spacer-24) var(--spacer-30);
  position: absolute;
  width: 100%;

  & .button {
    width: 100%;

    & .button__content {
      padding-inline: 0;
    }

    &:hover {
      background-color: var(--color-seafoam) !important;
    }
  }
}

.collection-card-mobile_cel {
  background-size: cover;
  display: flex;
  height: 160px;
  width: 130px;
}
