.dgbaby-list--customlist .dgbabayarros svg path {
  fill: #ebcf81;
}

.dgbabycustomlist .moduletitle .title {
  flex: 1 0 auto
}

.dgbabycustomlist .moduletitle .spacer {
  content: "";
  width: 95%;
  background: -webkit-linear-gradient(#e4bb74, #e4bb74) repeat-x left center;
  background: -moz-linear-gradient(#e4bb74, #e4bb74) repeat-x left center;
  background: -ms-linear-gradient(#e4bb74, #e4bb74) repeat-x left center;
  background: linear-gradient(#e4bb74, #e4bb74) repeat-x left center;
  background-size: 0.1rem 0.1rem;
  height: 0.1rem;
}

.Product .Discount {
  bottom: 0;
  right: 0;
  border-top-left-radius: calc(var(--b-radius) * 3);
}

.favoriteBtn {
  top: 1rem;
  left: 1rem;
}

.favoriteBtn input[type="checkbox"]+span {
  background: rgb(255 255 255 / 35%);
  border-radius: 50%;
  color: transparent;
  font-size: 0;
  width: 2.5rem;
  height: 2.5rem;
  outline: 0;
  stroke: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.favoriteBtn input[type="checkbox"]+span:hover {
  background: var(--White);
}

.favoriteBtn input[type="checkbox"]+span .svg-heart {
  -webkit-animation: animateHeartOut 0.3s linear forwards;
  -moz-animation: animateHeartOut 0.3s linear forwards;
  animation: animateHeartOut 0.3s linear forwards;
  fill-opacity: 0;
  stroke: rgba(0, 0, 0, 0.5);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.favoriteBtn input[type="checkbox"]+span .svg-heart-circle {
  color: transparent;
  stroke: transparent;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.favoriteBtn input[type="checkbox"]+span .svg-heart-dots-01,
.favoriteBtn input[type="checkbox"]+span .svg-heart-dots-02 {
  color: transparent;
  stroke: transparent;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.favoriteBtn input[type="checkbox"]:checked+span {
  color: var(--accent-color2);
}

.favoriteBtn input[type="checkbox"]:checked+span .svg-heart {
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  fill-opacity: 1;
  stroke: var(--accent-color2);
  -webkit-animation: animateHeart 0.3s linear forwards 0.25s;
  -moz-animation: animateHeart 0.3s linear forwards 0.25s;
  animation: animateHeart 0.3s linear forwards 0.25s;
}

.favoriteBtn input[type="checkbox"]:checked+span .svg-heart-circle {
  -webkit-animation: animateHeartCircle 0.3s linear forwards;
  -moz-animation: animateHeartCircle 0.3s linear forwards;
  animation: animateHeartCircle 0.3s linear forwards;
}

.favoriteBtn input[type="checkbox"]:checked+span .svg-heart-dots-01 {
  -webkit-animation: 0.35s animateHeartDots 0.3s linear;
  -moz-animation: 0.35s animateHeartDots 0.3s linear;
  animation: 0.35s animateHeartDots 0.3s linear;
  color: var(--accent-color2);
  opacity: 0;
}

.favoriteBtn input[type="checkbox"]:checked+span .svg-heart-dots-02 {
  -webkit-animation: 0.3s animateHeartDots 0.4s linear;
  -moz-animation: 0.3s animateHeartDots 0.4s linear;
  animation: 0.3s animateHeartDots 0.4s linear;
  color: var(--accent-color2);
  opacity: 0;
}

.dgbabycustomlist-landing {
  background: url(/DesktopModules/eCommerce/Template/CustomList/dgbaby-landing/img/custom.svg) var(--accent-color2);
  padding: 20px 0;
}

.dgbabycustomlist-landing__header {
  display: flex;
  justify-content: flex-start;
  color: #fff;
  gap: 5rem;
  margin-bottom: 10px;
}



a.seeotherproducts {
  background: #fff;
  color: #000;
  padding: 10px 20px;
  border-radius: 10px;
  margin: 10px 0;
  float: left;
}


@media(max-width:768px) {
  .SubCat--mobile {
    align-items: center;
  }

  p.dgbabycustomlist-landing__headertitle {
    white-space: pre;
  }

  .dgbabycustomlist-landing__header {
    flex-direction: column;
    gap: 0;
  }
}