/* PC colors */
.content-bannerRevampContainer {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 12px;
  border-radius: 16px;
  gap: 12px;
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
  max-height: 506px;
}
.content-bannerRevampContainer.background--neutral {
  background-color: #f5f5f5;
}
.content-bannerRevampContainer.background--blush {
  background-color: #f9d5d3;
}
.content-bannerRevampContainer.background--tan {
  background-color: #ede1d4;
}
.content-bannerRevampContainer.background > *:not(.content-image, .tile-link-overlay) {
  position: relative;
}
.content-bannerRevampContainer .content-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.content-bannerRevampContainer .content-image--isolated {
  -o-object-position: top;
     object-position: top;
  aspect-ratio: 1/1;
  min-height: 256px;
  max-height: 256px;
  width: 100%;
  flex-grow: 1;
  border-radius: 12px;
  position: relative;
}
.content-bannerRevampContainer .content-image--imgbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.content-bannerRevampContainer .content-heading {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  margin-top: auto;
  flex-shrink: 1;
  min-height: 0;
}
.content-bannerRevampContainer .content-heading .content-title h4 {
  max-height: 60px;
  align-self: stretch;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* Heading/Heading S */
  font-family: "TWKLausanne";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.22px;
}
@media (min-width: 1280px) {
  .content-bannerRevampContainer .content-heading .content-title h4 {
    font-size: 22px;
  }
}
.content-bannerRevampContainer .content-heading .content-description {
  max-width: 640px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--size-200);
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  flex-shrink: 1;
  min-height: 0;
  max-height: calc(26px * 6);
}
.content-bannerRevampContainer .content-heading .content-description.truncate-three {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.content-bannerRevampContainer .content-heading .content-description.truncate-four {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.content-bannerRevampContainer .content-heading .content-description.truncate-six {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.content-bannerRevampContainer .content-actionBR {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
  flex-shrink: 0;
}
.content-bannerRevampContainer .background-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.content-bannerRevampContainer .tile-link-overlay {
  inset: 0;
  text-decoration: none;
  color: inherit;
  pointer-events: auto;
}
.content-bannerRevampContainer .content-actionBR a,
.content-bannerRevampContainer .content-actionBR button {
  position: relative;
  z-index: 5;
  pointer-events: auto;
}
.content-bannerRevampContainer .action-link {
  display: flex;
  min-height: 32px;
  padding: 4px 0px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid currentColor;
  background: rgba(10, 10, 10, 0);
}
.content-bannerRevampContainer .action-link:hover {
  background: rgba(10, 10, 10, 0.05);
}

.experience-commerce_layouts-revampCarousel .content-bannerRevampContainer {
  max-height: none;
  min-height: 506px;
}

/*# sourceMappingURL=default\css\experience\components\commerceAssets\bannerRevamp.css.map*/