.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;
}

a.seeotherproducts {
  background: #fff;
  color: #000;
  padding: 10px 20px;
  border-radius: 10px;
  margin: 10px 0;
  float: left;
}

.Bestseller-button-next {
  width: 2.14rem;
  height: 2.14rem;
  border-radius: var(--b-radius);
  position: absolute;
  top: -2rem;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(5px);
  background: var(--White);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.Bestseller-button-next:before {
  content: '';
  width: 0.6rem;
  border: 0.1rem solid var(--Black);

}

.Bestseller-button-next:after {
  content: '';
  position: absolute;
  left: 0.7rem;
  width: 0.5rem;
  height: 0.5rem;
  border: 0.14em solid var(--Black);
  transform: rotate(45deg);
  border-right: none;
  border-top: none;
}

.Bestseller-button-next.swiper-button-disabled:before,
.Bestseller-button-next.swiper-button-disabled:after,
.Bestseller-button-prev.swiper-button-disabled:before,
.Bestseller-button-prev.swiper-button-disabled:after {
  border-color: #676767;
}


.Bestseller-button-prev {
  width: 2.14rem;
  height: 2.14rem;
  backdrop-filter: blur(5px);
  background: var(--White);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: var(--b-radius);
  position: absolute;
  top: -2rem;
  left: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.Bestseller-button-prev:before {
  content: '';
  width: 0.6rem;
  border: 0.05em solid var(--Black);

}

.Bestseller-button-prev:after {
  content: '';
  position: absolute;
  right: 0.7rem;
  width: 0.5rem;
  height: 0.5rem;
  border: 0.14em solid var(--Black);
  transform: rotate(45deg);
  border-left: none;
  border-bottom: none;
}

.Landingcustomlist .Product {
  background-image: url("/Portals/_default/Images/Landingbg.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  border-radius: calc(var(--b-radius)*2);
}

.Landingcustomlist .swiper {
  overflow-y: unset !important;
}

.Landingcustomlist .box-img {
  background-image: url("/Portals/_default/Images/bg-img.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  border-radius: 50%;
  padding: 4rem;
  width: 15rem;
  height: 15rem;
  transform: translate(-20%, -35%);
}

.Landingcustomlist .Price {
  background: rgba(123, 123, 123, 100%);
  border-radius: calc(var(--b-radius)*6);
}

.Landingcustomlist .buy-btn {
  background: #ED384E;
  border-radius: calc(var(--b-radius)*6);
}

.Landingcustomlist {
  padding-top: 5rem;
}