.npl-collection-soon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  width: 80%;
  max-width: 740px;
  margin: auto;
}

a {
  text-decoration: none;
}

.npl-collection-soon-collections {
  font-size: var(--thirtySix);
  color: var(--be);
  font-style: italic;
  font-family: var(--libre);
}

/* popup */

.npl-collection-soon-container .npl-collection-soon-popcontent {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 40px;
  color: white;
}

.npl-collection-soon-container
  .npl-collection-soon-popcontent::-webkit-scrollbar {
  display: none;
}

.npl-collection-soon-container .npl-collection-soon-popup-info {
  width: 100%;
  display: flex;
  gap: 30px;
  margin: 90px 0;
}

.npl-collection-soon-pop-content-dynamic a {
  color: var(--gray2);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  opacity: 1;
  font-size: var(--eighteen);
  font-family: var(--barlow);
  font-weight: var(--dblXl);
  width: fit-content;
  word-break: break-all;
}

.npl-collection-soon-pop-content-dynamic a span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow-y: clip;
}

.npl-collection-coming-soon-gap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.npl-collection-soon-gap-paragraph {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.npl-collection-soon-pop-content-dynamic a:hover {
  opacity: 0.85;
}

.npl-collection-soon-container .npl-collection-soon-pop-img-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
}

.npl-collection-soon-container .npl-collection-soon-pop-content-dynamic {
  display: flex;
  gap: 30px;
  flex-direction: column;
}

.npl-collection-soon-container .npl-collection-soon-popup-img {
  width: 100%;
  max-width: 320px;
  aspect-ratio: 2/2;
  max-height: 320px;
}

.npl-collection-soon-container .npl-collection-soon-popup-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.npl-collection-soon-container .npl-collection-soon-popup-name {
  color: var(--ff);
  font-size: var(--thirtySix);
  font-family: var(--barlow);
  font-weight: var(--dblXl);
  text-transform: uppercase;
}

.npl-collection-soon-container .npl-collection-soon-pop-role {
  font-weight: var(--authorWeight);
  color: var(--white);
  font-size: var(--fifteen);
  font-family: var(--libre);
  line-height: var(--libreHeight);
}

.npl-collection-soon-container .npl-collection-soon-aside-fb img {
  width: var(--smButton);
  height: var(--smButton);
  /* transform: translate(50%, 15%);
  position: relative;
  right: 10px; */
}

@media screen and (max-width: 768px) {
  .npl-collection-soon-container .npl-collection-soon-popup-info {
    flex-direction: column;
  }
}
