.container.wishlist-container{
  max-width: 1240px;
  width: 100%;
  box-sizing: border-box;
}
.wishlist-details {
  padding: 32px 0;
  position: relative
}
@media (min-width:576px) {
  .wishlist-details {
    padding: 32px 0 56px
  }
}
.wishlist-details__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
@media (min-width:992px) {
  .wishlist-details__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}
.wishlist-details__nav {
  display: none;
  width: 100%
}
@media (min-width:992px) {
  .wishlist-details__nav {
    display: block;
    margin-right: 40px;
    width: 280px
  }
}
@media (min-width:1212px) {
  .wishlist-details__nav {
    margin-right: 72px;
  }
}
.wishlist-details__inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.wishlist-details__inner button{
  padding: 0 24px 12px;
}
@media (min-width:1212px) {
  .wishlist-details__inner {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
}
.wishlist-details__cta {
  padding-top: 0
}
@media (min-width:992px) {
  .wishlist-details__cta {
    display: none
  }
}
.wishlist-details__title {
  color: #333;
  font-family: BioRhyme;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 2px;
  /* margin-bottom: 24px; */
}
@media (min-width:576px) {
  .wishlist-details__title {
    font-size: 36px;
    line-height: 44px;
    /* margin-bottom: 32px; */
  }
}
.wishlist-details__showcase {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  /* -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; */
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  gap:10px;
}
@media (min-width:576px) {
  .wishlist-details__showcase {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap:30px;
  }
}
.wishlist-details__showcase-item {
  width: 48.5%
}
.wishlist-details__showcase-item:not(:last-child) {
  margin-bottom: 55px
}
@media (min-width:992px) {
  .wishlist-details__showcase-item:not(:last-child) {
    margin-bottom: 0;
    margin-bottom: 36px
  }
}
@media (min-width:576px) {
  .wishlist-details__showcase-item:not(:first-child) {
    width: 47.9%
  }
}
@media (min-width:992px) {
  .wishlist-details__showcase-item:first-child {
     width: 47.9% 
  }
}
.wishlist-details__sorting {
  font-family: Lato;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 24px;
  color: #26282b;
  font-weight: 600;
}
.wishlist-details__sorting select {
  border: none;
  color: #7345b2;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 25px;
  background-image: url(../../../content/dam/asianpaintsbeautifulhomes/icons/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: -webkit-calc(100% - 3px) center;
  background-position: -moz-calc(100% - 3px) center;
  background-position: calc(100% - 3px) center;
  -moz-background-size: 16px;
  background-size: 16px;
  background-color:#fdfeff;
}
.wishlist-details__sorting select:focus {
  outline: 0
}
.wishlist-details-button__cta {
  padding: 20px 0;
  text-align: center
}
@media (min-width:576px) {
  .wishlist-details-button__cta {
    padding: 40px 0
  }
}
.wishlist-details-button__cta a {
  font-size: 16px;
  line-height: 19px;
  padding: 12px 20px
}
@media (min-width:576px) {
  .wishlist-details-button__cta a {
    font-size: 18px;
    line-height: 27px;
    padding: 16px 32px
  }
}
.product__thumbnail img {
  /* min-height: 167px!important */
  height: 356px;
}
/*# sourceMappingURL=maps/me-wishlist.css.map */


@media (max-width: 1212px){
  .wishlist-details{
    padding-top: 32px;
  }
}

.wishlist-details .dialog__body-cta {
  column-gap: 30px;
}
@media (max-width:768px) {
  .wishlist-details {
    padding-top:32px;
  }
}
.product__closeIconContent{
  width: 32px;
  height: 32px;
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  align-items: center ;
}
.product__closeIconContent .product__closeImg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  min-height: unset !important;
}

.product__moveToCartContainer{
  margin-top: 15px;
}
.wishlist-details__inner .moveToCartBtn{
  min-width: 133px; 
  width: 100%;
  padding: 14px 22px;
  border-radius: 60px;
  border: 1px solid #E3E3E3;
  backdrop-filter: blur(6.595819473266602px);
  background-color: #fff;
  color: #7445B2;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
  cursor: pointer;
}


.wishlist-empty-container{
  max-width: 688px;
  width: 100%;
  margin: 0 auto;
}
.wishlist-empty-img-wrapper{
  width: 180px;
  height: 180px;
  margin: 0 auto;
}

.wishlist-empty-img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wishlist-empty-title{
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  color: #141517;
  padding: 16px 0 8px;

}

.wishlist-empty-subtitle{
font-size: 16px;
font-weight: 400;
line-height: 19px;
text-align: center;
color: #4D4D4D;
padding-bottom: 24px;
 
}

.discover-products-img-wrapper{
  width: 24px;
  height: 24px;
}
.discover-products-img{
  width: 100%;
  height: 100%;
}

.discover-productsBtn-container{
  display: flex;
  justify-content: center;
  /* width: 100%; */
  width: max-content;
  padding: 2px;
  border-radius: 60px;
  background: linear-gradient(270deg, #8d5ccd 42%, #A77FDC 60%);
  margin: 0 auto;
}
.discover-productsBtn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 60px;
  background: linear-gradient(270deg, #712CCB 0%, #A77FDC 100%);
  height: 64px;
  padding: 0 22px 0 32px;
  max-width: 241px;
  width: 100%;
  gap: 28px;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  color: #FFF;
  cursor: pointer;
}

@media screen and (max-width:768px) {
  .wishlist-empty-title{
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
  }
  .wishlist-empty-subtitle{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }
}

.out-of-stock p{
  color: #ED1C24;
    font-family: Lato;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
}

.wishlist-details__wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 23px;
}
.wishlist-details__tab-wrapper{
  display: flex;
  gap: 30px;
}

.wishlist-details__tab {
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    color: #696969;
    cursor: pointer;
    font-family: Lato;
}
.wishlist-details__tab.active__wishlistTab {
    font-size: 18px;
    font-weight: 700;
    line-height: 130%;
    color: #323232;
    position: relative;
    cursor: default;
    font-family: Lato;
}
.wishlist-details__tab.active__wishlistTab::after {
    position: absolute;
    content: "";
    display: block;
    width: 21px;
    height: 2px;
    background-color: #feaa06;
    top: -9%;
    left: 0;
}
.add-to-cart{
  background-color: #FFF;
  border: 1px solid var(--Neutrals-200, #E3E3E3);
  backdrop-filter: blur(6.595819473266602px);
  border-radius: 60px;
  font-family: Creato Display;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  color: #7445B2;
  padding: 14px 25px;
  cursor: pointer;
}
.designideas__filter-inner{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  position: relative;
  min-width: 200px;
}
.designideas__filter-inner span{
  font-family: Lato;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #323232;
}
.designideas__filter-inner .designideas__filter-caption{
  font-family: Lato;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #7345B2;
  cursor: pointer;
}
.wishlist-designideas-inner{
  position: relative;
  width: 48.4%;
}
.wishlist-designideas-wrapper{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.wishlist-designideas{
  width: 100%;
  height: 310px;
  border-radius: 20px;
}
.design-ideas-cross-wrapper{
  position: absolute;
  top: 10px;
  right: 16px;
}
.design-ideas-cross-img{
  width: 34px;
  height: 34px;
  cursor: pointer;
}
.wishlist-designideas-title{
  font-family: Archivo;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #202129;
}
.wishlist-designideas-content{
  margin-top: 11px;
}
.designideas__values{
  position: absolute;
  min-width: 150px;
  z-index: 1;
  margin-top: -20px;
  margin-left: 70px;
  background-color: #f4f2ed;
  padding: 16px;
  /* display: flex; */
  /* flex-direction: column; */
}
.designideas__values{
display: flex;
align-items: center;
justify-content: space-between;

}
.designideas__values li.active .checkmark::before {
  color: #7345b2;
  display: inline-block;
}
.designideas-filter-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.designideas__values li.active {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.designideas__values li{
  /* padding-bottom: 5px; */
  font-family: Lato;
  font-weight:500;
  color: #454c53;
  line-height: 30px;
  cursor: pointer;
}
.designideas__values li:last-of-type{
  padding-bottom: 0px;
}
   .designideas__filter-inner span:last-of-type::before{
      margin-left: 3px;
  }
    .designideas__filter-inner .designideas__filter-caption .icon-chevron-down::before{
      vertical-align: unset;
      font-weight: 400;
  }
@media screen and (max-width:768px) {
  .container.wishlist-container{
    padding: 0 15.5px;
  }
  .wishlist-details__wrapper{
    flex-direction: column;
    align-items: start;
    margin-bottom:0px;

  }
  .wishlist-details__wrapper .wishlist-details__title{
    margin-bottom: 19px;
  }
  .wishlist-details__tab-wrapper{
    gap: 25px;
    margin-bottom: 28px;
  }
  .wishlist-details__tab.active__wishlistTab{   
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
  }
  .wishlist-details__tab{
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
  }
  .wishlist-details__sorting{
    margin-bottom: 20px;
  }
  .product__thumbnail img {
    height: 170px;
  }
  .product__thumbnail{
    margin-bottom: 0;
  }
  .wishlist-designideas-inner{
    width: 100%;
  }
  .wishlist-designideas{
    border-radius: 10px;
    height: 246px;
  }
  .wishlist-designideas-wrapper{
    gap: 30px;
  }
  .designideas__filter-inner span{
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    color: #323232;
  }
  .designideas__filter-inner .designideas__filter-caption{
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #7345B2;
  }
  .designideas__filter-inner{
    margin-bottom: 22px;
  }
  
}

ul,
li {
  list-style: none;
  cursor: pointer;
}

.no-design-ideas{
  font-weight: 700;
  font-family: Lato;
  font-size: 16px;
  color: #323232;
}
.product:focus {
  outline: 0
}
.product__avail-tag {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #7345b2;
  color: #fdfeff;
  padding: 8px;
  margin-bottom: 8px
}
.product__subcopy {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: .05em;
  color: #343336;
  padding: 8px 0
}
.product__inner {
  cursor: pointer
}
.product__thumbnail {
  /* margin-bottom: 20px; */
  margin-bottom: 0;
  position: relative
}
.product__thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  /* min-height: 343px */
  min-height: 170px;
}
@media (min-width:576px) {
  .product__thumbnail img {
    min-height: 280px
  }
  .product__thumbnail {
    margin-bottom: 20px;
  }
}
.product__bookmark {
  background-color: #f1efe8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  line-height: 34px;
  text-align: center;
  height: 34px;
  width: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px
}
.product__bookmark [class^=icon-]::before {
  color: #454c53;
}
.product__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.product__title {
    font-family: Lato;
    font-weight: 700;
  color: #26282b;
  font-size: 20px;
  margin-bottom: 4px;
  line-height: 26px;

}
@media (min-width:576px) {
  .product__title {
    font-size: 18px;
    line-height: 22px;
    font-family: Lato;
    font-weight: 700;
    margin-bottom: 8px;

  }
}
.product__rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px
}
.product__rating span:not(:last-child) {
  margin-right: 10px
}
.product__rating span.icon-rating {
  color: #f9994c
}
.product__rating span.icon-rating-o {
  color: #9ea4aa
}
.product__rating-number {
  color: #272727;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px
}
.product__offer {
  background-color: #7345b2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fdfeff;
  font-size: 12px;
  letter-spacing: .05em;
  line-height: 12px;
  margin-bottom: 12px;
  padding: 5px;
  font-family: Lato;
  font-weight: 400;
}
.product__price {
  color: #272727;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 12px;
  font-family: Lato;
  font-weight: 400;
}
.product__price span {
  color: #454c53;
  line-height: 24px;
  margin-left: 10px;
  text-decoration: line-through;
  font-family: Lato;
  font-weight: 400;
  font-size: 18px;

}
.product__colors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}
.product__colors-color {
  height: 12px;
  width: 12px;
  margin-right: 10px
}
.product__colors-more {
  color: #272727;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px
}
@media screen and (max-width:768px) {
    .product__price{
      display: flex;
      flex-direction: column;
      gap: 5px;
    }
    .product__price span{
      margin-left: 0;
    }
}
/*# sourceMappingURL=maps/product.css.map */

