/** Shopify CDN: Minification failed

Line 114:0 Expected "}" to go with "{"

**/


.product-item__product-vendor{
    font-size:1em;
}

.sub-category-pill.isnew::after {
    content: 'New';
    position: absolute;
    top: -10px; 
    right: -10px; 
    background-color: black!important;
    color: white; 
    border-radius: 1000rem; 
    padding: 5px 10px; 
    font-size: 0.7em; 
    font-weight: bold;
}

 @media (max-width: 760px) {
    .sub-category-pill.isnew::after {
    content: 'New';
    position: absolute;
    top: -12px; 
    right: -10px; 
    background-color: black!important;
    color: white; 
    border-radius: 1000rem; 
    padding: 5px 10px; 
    font-size: 0.6em; 
    font-weight: bold;
}
  }
.sub-category-pill:hover.isnew::after,
.sub-category-pill.selected.isnew::after {
    background-color: black!important; /* A darker red for hover and selected state */
}


.product-badge--sale{display:none;}

.mauve-links a{
  color:#874c62;
  font-weight:600;
  text-decoration:underline;
  text-decoration-color: #874c62;
  letter-spacing: .5px;}


     .title-wrapper {
    flex: 1;
    text-align: left;
    padding-bottom:15px;
  }

  .sub-category-pill {
    position: relative;
    display: inline-block;
    background-color: #eae7fb;
    text-decoration: none;
    color: black;
    border-radius: 50px;
    margin: 6px 6px;
    padding:12px 30px;
    height: fit-content;
  }

  .related-category-wrapper {
    display: flex;
    justify-content: left;
    flex: 1;
  }
  .sub-category-pill:hover {
    background-color: #d6c7e8;
  }

.sub-category-pill.selected{background-color: #d6c7e8;}

  .collection-top-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: right;
  }
  .product__color-swatches .custom-color-swatches {
    width: 55px !important;
    height: 55px !important;
    background-repeat: no-repeat;
    background-size: contain;
  }
  @media screen and (max-width: 776px) {
    .collection-top-wrapper {
      display: block;
      align-items: left;
    }
    .related-category-wrapper {
     flex-wrap: wrap;
     justify-content: flex-start;
    margin-left:-10px;

    }
    .sub-category-pill-bottom {
      display: block;
    }

    .small-heading-slider {
  margin-bottom: 20px !important;
}

