/** Shopify CDN: Minification failed

Line 90:18 Unexpected "{"

**/

body {
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  line-height: 125%;
   overflow-x:hidden;
    font-size: 17px;
}
.page-style {
  padding-bottom: 6rem;
}
.skinny-page {
  max-width: 800px;
  float: none;
  margin: 0 auto;
  display: block;
  padding:0 10px;
}
.rich-text__text.rte p {
  font-size: 17px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #593E67;
}
h1, .h1 {
  font-size: 40px;
  letter-spacing: 0.05em;
  color: #593E67;
}
h1.header__heading {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
p {
  color: #593E67;
}
strong, stronger {
  font-weight: 600;
}
.media--portrait {
  padding-bottom: 140%;
}
a, .tab-label {
  text-decoration: none;
  color: #593E67;
}
a:hover, .tab-label:hover {
  color: #759EBC;
}

span.italic {
  font-style:italic;
}
.button,
.shopify-challenge__button,
.customer button {
  flex: 1 1 auto;
  text-transform:uppercase;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.15em;
}
 .img-hover-zoom {
    transform-origin: 50% 50%;
    overflow:hidden;
  }
  .img-hover-zoom img {
  transition: transform 3s ease;
}

.img-hover-zoom:hover img {
  transform: scale(1.5);
}
.card-wrapper:hover .media.media--hover-effect > img + img {
    transition: transform 2s ease, opacity 2s ease !important;
  }
#intercom-container,
#intercom-frame,
#shopify-chat,
.klaviyo-form-ToggleButton,
.klaviyo-form-ToggleButton--floating,
/*#smile-ui-lite-container,
.smile-launcher*/ {
    z-index: 2 !important;
  }
/*=====================================================================
======================== HEADER CUSTOMIZATIONS =========================
======================================================================*/

.header.container {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
}
/* Moves the menu and icons down a bit in comparison to logo */
header.outer .header.header--middle-left.container.header--has-menu nav.header__inline-menu.full, header.outer .header__icons {
  margin-top: 0px;
}

@media (max-width:1380px) {
  .header.container {
    padding: 0 15px;
  }
}

/*===================== SEARCH AREAS =======================*/

/*move search bar down */
.search-custom {
  display:flex;
  justify-content:flex-start;
}
.search-custom .search-modal-custom {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding: 0;
  max-width: 290px;
  width:100%;
  line-height: 1.5rem;
  flex-grow:1;
}
.search-custom .search.search-modal__form_alt {
  max-width:100%;
   flex-grow:1;
}

/* style the input add border or styling to bottom etc */
.search-modal-custom input#Search-In-Modal-custom.search__input,
.search-modal.modal__content input.search__input.field__input {
  box-shadow: none;
  height:30px;
  background-color:#F9F5FA;
  border:1px solid #6D4B80;
  min-width:100%;
  padding-left:15px;
  font-size:17px;
  border-radius:40px;
  letter-spacing:0 !important;
}
/* color and style of text inside the header search input */
.search-custom label.field__label,
.search-modal.modal__content input.search__input.field__input label.field__label {
  top:.7em;
  left:15px;
   color: #593E67;
  font-size: 15px;
  text-transform: none;
  letter-spacing: 0em;
}
.search-modal-custom input#Search-In-Modal-custom.search__input:focus {
  border:1px solid #593E67;
}
.search-custom .field__input:focus ~ .field__label,
.search-custom .field__input:not(:placeholder-shown) ~ .field__label,
.search-custom .field__input:-webkit-autofill ~ .field__label {
  top:7px;
  left:15px;
}
/*text and spacing inside the mobile menu search input */
.search-modal-custom .field__label {
  font-size: 16px;
  left: 5px;
  top: 1em;
  letter-spacing: 0em;
  line-height: 1;
}
/* background for search button */
button.search__button.field__button {
  width:30px;
  margin-right:5px;
  height:30px;
  padding:0px;
  margin-top:0px;
  transform: scale(1);
}

/*search icon color on all the search forms */
button.search__button.field__button svg, .header__icon.header__icon--search svg {
  width: 17px !important;
  height:17px !important;
  fill: #593E67 !important;
}
/* search icon hovers */
button.search__button:hover svg, .header__icon.header__icon--search:hover svg {
  color: #666;
  fill: #666 !important;
}
@media (min-width:990px) {
  /* styling for alternate headers */
  .header--middle-left .header__icon.header__icon--search, 
  .header--top-left .header__icon.header__icon--search,
  .header--middle-center .header__icon.header__icon--search{
    margin-right:15px;
  }
  .search-custom.mobile-s {
   display:none; 
  }
}
@media (max-width:990px) {
   .search-custom.desktop {
   display:none; 
  }
  /*mobile search button size */
  .header__icon .icon-search {
    width: 22px;
    height: 22px;
    margin-right:5px;
  }
  button.search__button.field__button svg, .header__icon.header__icon--search svg,
  .search__button.field__button svg,
  button.search__button.field__button svg,
  .header__icon.header__icon--search svg {
    min-width: 22px;
    min-height: 22px;
  }
  .search-custom.mobile-s {
    min-width:100%;
    grid-area: mobile-search;
  }
  .search-custom {
  margin-top: 0px;
  display:flex;
  justify-content:center;
}
.search-custom .search-modal-custom {
  max-width: 100%;
  width:100%;
  z-index:999;
}
  .search-modal-custom input#Search-In-Modal-custom.search__input {
  height:45px;
}
  .search-custom label.field__label {
  top:0.8em;
  left:20px;
}
}
@media (max-width:450px) {
.search-custom label.field__label {
  font-size: 15px;
  top:0.7em;
}
}

/*===================== ACCOUNT / WISHLIST / CART =======================*/
.search-modal__close-button.modal__close-button svg.icon.icon-close {
  width:20px;
  height:20px;
  fill:#E6859D;
  color:#E6859D;
}
.header__icon svg.icon.icon-close, 
.header__icon svg.icon.icon-hamburger,
.header__search svg.icon.icon-close {
  color: #593E67;
  fill: #593E67;
  width: 35px;
  height: 30px;
}
.header__icon--menu .menu.icon-hamburger {
  width: auto;
  height: 1em;
  padding:0;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0em;
  text-align: center;
  position: absolute;
  top:calc(50% - 1em);
  left: 45px;
}
@media (max-width:500px) {
  .header__icon--menu .menu.icon-hamburger {
    font-size: 0;
  }
}
.header__icon, .header__icon--cart .icon {
  width: auto;
  height: 3.7em;
}
/*padding between the icons in desktop*/
.header__icon--account, .header__icon--wishlist {
  padding-right: 15px;

}
/*wishlist icon svg color*/
.header__icon.header__icon--wishlist svg.icon-wishlist {
  width: 27px;
  height: 25px;
  margin-top: 0px;
  fill: #759EBC;
}
.header__icon.header__icon--wishlist:hover svg.icon-wishlist {
  fill: #759EBC;
}
/* header account icon sizing/color */
.header__icon--account svg {
  width: 27px;
  height: 25px;
  margin-top: 0px;
  fill:#9262AA;
}
/* header cart icon sizing/color */
.header__icon--cart svg {
  fill: #6D4B80;
  width: 28px;
  height: 28px;
  margin-top: -2px;
  margin-right: 8px;
}

/* color of account and cart text in header */
#cart-icon-bubble .cart-count-bubble, .cart-count-bubble:active {
  color:#fff;
  font-size: 12px;
  text-transform: none;
  letter-spacing: 0.02em;
  background-color:#759EBC;
  border-radius:100%;
  text-align:center;
  line-height:90%;
  min-width:20px;
  height:20px;
  position:absolute;
  top:14px;
  right:-4px;
}
#cart-icon-bubble .cart-count-bubble:hover {
   background-color:#B08CC1; 
}
.cart-count-bubble {
  width: auto;
  min-width: 5px;
}
/* hover color on the menu hamburger / account / cart icons */
.header__icon:hover svg, .header__icon:hover svg.icon.icon-close, .header__icon:hover svg.icon.icon-hamburger, .header__icon--account:hover svg, .header__icon--account:hover span.header-account-text, .header__icon.header__icon--cart:hover, .header__icon.header__icon--cart:hover .cart-count-bubble, .header__icon.header__icon--cart:hover span.header-cart-text {
  color:#B08CC1;
  fill: #B08CC1;
}

@media (max-width:989px) {
  .header__icon--account, .header__icon--wishlist {
    padding-left:10px;
    padding-right:10px;
  }

.header__icon.header__icon--wishlist svg.icon-wishlist {
  width: 28px;
  height: 25px;
}

.header__icon--account svg {
  width: 25px;
  height: 27px;
}

.header__icon--cart svg {
  width: 28px;
  height: 29px;
}
  .header__icon--menu, .header__icons .icon.icon-close {
    width: 3.5em;
    height: 4.4em;
  }
   .header__icon--cart svg {
    margin-left:10px;
    margin-right:5px;
  }
}

/*=====================================================================
======================== FOOTER CUSTOMIZATIONS =========================
======================================================================*/
footer.footer.default {
  position: relative;
  padding-top: 30px;
}

.footer__content-top.container {
  padding-left: 15px;
  padding-right: 15px;
  position:relative;
  z-index:2;
}
.footer-texture {
  width: 100%;
  height:5px;
  background-image:url(divider-texture.png);
  background-repeat:repeat-x;
  margin-top:0px;
  margin-bottom:2px;
}
.footer-divider {
  background-color:#C1A6CE;
  width: 100%;
  height: 8px;
  display: block;
  float: none;
  position: relative;
  z-index: 1;
}
.footer-block .footer-block__details-content {
  padding-bottom: 15px;
  letter-spacing: 0.05em;
  line-height:190%;
  margin-bottom:10px;
}
.footer-block.center .footer-block__details-content .rte {
  max-width: 300px;
  text-align: center;
  margin: 0 auto;
  display: block;
  float: none;
}

/* -----------------------------------------------
------------Footer Newsletter Styling ------------
------------------------------------------------*/
 .newsletter-text  {
  max-width:340px;
  letter-spacing:0em;
  line-height:140%;
  margin:0 auto 10px;
  float:left;
  text-align:left;
} 
.footer-block.center .newsletter-form__field-wrapper,
.footer-block  .newsletter-form__field-wrapper {
  display: block;
  max-width: 320px;
  width:100%;
  position: relative;
  margin:0 auto;
  float:left;
}
.footer-block.center .newsletter-form__field-wrapper,
.footer-block.center  .newsletter-text {
  float:none;
  text-align:center;
}
.footer-block .newsletter-form__field-wrapper .field {
  float:left;
  flex-direction:column;
  justify-content:flex-start;
}
.newsletter-form .field__input::placeholder{
  opacity:1;
}
.footer__newsletter.newsletter-form .newsletter-form__field-wrapper .field input.field__input {
  width: 100%;
  height: 45px;
  position: relative;
  z-index:1;
  float: left;
  border-radius:40px;
  padding:9px 0 10px 0;
  font-size:17px;
  letter-spacing:0.02em;
  margin: 0px auto 10px;
  text-align: center;
  line-height:1.2em;
  border:1px solid #6D4B80;
  color:#6D4B80;
  box-shadow:none;
  font-style:italic;
  font-family:var(--font-heading-family);
  background-color:#fff;
}
.footer__newsletter.newsletter-form .newsletter-form__field-wrapper .field input.field__input:focus {
  border:2px solid #6D4B80;
}
.footer__newsletter.newsletter-form .newsletter-form__field-wrapper  
button.newsletter-form__button.field__button {
  position:relative;
  background-color:#6D4B80;
  border:1px solid #fff;
  color:#FFF;
  font-size:18px;
  letter-spacing:0.2em;
   font-family:var(--font-accent);
  text-align:center;
  width:100%;
  height:45px;
  border-radius:40px;
  clear:both;
  float:none;
  margin:0 auto 20px;
   transition: background-color 500ms linear;  
}
form#ContactFooter  button.newsletter-form__button.field__button:hover  {
  background-color:#759EBC;
}
.footer__newsletter.newsletter-form .newsletter-form__field-wrapper  
button.newsletter-form__button.field__button  svg {
  fill: #fff;
  width:20px;
  height:17px;
  padding-left:3px;
}
@media (max-width:989px) {
.footer-block .newsletter-form__field-wrapper  {
  display: block;
  width: 300px;
  max-width:100%;
  position: relative;
  margin:15px auto 0;
  float:none;
  clear:both;
 }
}
/* -----------------------------------------------
------------Footer SOCIAL ICONS Styling ------------
------------------------------------------------*/

 .social-footer {
  display:block;
  float:none;
  clear:both;
  width:100%;
  min-height:35px;
  max-width:100%;
   min-width:100%;
 }
.footer-block .social-footer ul.footer__list-social{
  display:flex;
  justify-content:flex-start;
  align-items:center; 
   gap:15px;
 }
.footer-block.center .social-footer ul.footer__list-social{
  justify-content:center;
 }

ul.footer__list-social li.list-social__item.title {
  color:#B08CC1;
  line-height:1em;
  padding:0 0 0 5px;
  margin:0;
  font-family:var(--font-accent-2);
  vertical-align:text-bottom;
  font-size:40px;
}

ul.footer__list-social .list-social__item svg,
a.list-social__link.link svg{
  height: 28px;
  width: auto;
  padding:0;
  color:#B08CC1;
  fill:#B08CC1;
}

@media (max-width:749px) {
 .social-footer{
   display:block;
  float:none;
  clear:both;
 }
  .footer-block .social-footer ul.footer__list-social{
  justify-content:center;
 }
}

/* -----------------------------------------------
------------Footer MENU LINKS Styling ------------
------------------------------------------------*/
 .footer-block .footer-block__details-content a.link.link--text.list-menu__item {
  text-transform: uppercase;
  padding: 0.1rem 0;
  line-height:190%;
  margin: 0 auto;
  letter-spacing: 0.05em;
}

/* -----------------------------------------------
------------Footer LOGO IMAGE Styling ------------
------------------------------------------------*/
  .footer-block-image  {
 display:flex;
 align-items:center;
 padding-top:35px;
  }
/* -----------------------------------------------
------------Footer COPYRIGHT Styling ------------
------------------------------------------------*/
.footer-copyright {
  width: 100%;
  padding: 0px 0 15px;
  min-height: 20px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #D2C0DD;
  text-align: center;
}
.footer-copyright a {
  color: #D2C0DD;
  letter-spacing: 0.2em;
}
.footer-copyright a:hover {
  color: #6D4B80;
}
.footer-copyright .copyright-content {
  text-align: center;
}

@media (max-width:480px) {
  .footer-copyright {
    font-size: 10px;
  }
}


/*=====================================================================
========================== HOME SECTIONS ==============================
======================================================================*/
.collection-flower-l {
  background-image:url(flower-coll-left.png);
  background-repeat:no-repeat;
  position:absolute;
  width:84px;
  height:185px;
  left:0;
  top:0;
  z-index:1;
}
.collection-flower-r {
   background-image:url(flower-coll-right.png);
  background-repeat:no-repeat;
  position:absolute;
  width:90px;
  height:185px;
  right:0;
  bottom:0;
    z-index:1;
}
.swirling {
   background-image:url(scallop-top.png);
  background-repeat:repeat-x;
  background-position:center top;
  width:100%;
  height:20px;
  position:absolute;
  top:0;
  left:0;
}
.swirling.bt {
  background-image:url(scallop-bt.png);
  background-repeat:repeat-x;
  background-position:center bottom;
  top:auto;
  left:0;
  bottom:0;
}
.review-bk {
  background-image:url(bk-roses.png);
  background-repeat:repeat;
}
.confidence-bk {
  width:100%;
  height:auto;
  background-image:url(bk-bold-floral.png);
  background-repeat:repeat-x;
  background-position:left top;
}
.collection-flower-left {
  width:100px;
  height:200px;
  background-image:url(lavender-left.png);
  background-repeat:no-repeat;
  position:absolute;
  top:0;
  left:0;
    z-index:0;
}
.collection-flower-right {
  width:100px;
  height:130px;
  background-image:url(lavender-right.png);
  background-repeat:no-repeat;
  position:absolute;
  top:0;
  right:0;
    z-index:0;
}
.product-flower {
  width:147px;
  height:350px;
  background-image:url(flower-product-left.png);
  background-repeat:no-repeat;
  position:absolute;
  top:0;
  left:0;
  z-index:0;
}
.product-flower-right {
   width:154px;
  height:254px;
  background-image:url(flower-product-right.png);
  background-repeat:no-repeat;
  position:absolute;
  top:30%;
  right:0;
  z-index:0;
}
.rr-flower {
  width:281px;
  height:554px;
  background-image:url(lavender-product-left.png);
  background-repeat:no-repeat;
  position:absolute;
  top:0;
  left:0;
  z-index:0;
}
.flower-decor {
   width:292px;
  height:513px;
  background-image:url(lavender-product-right.png);
  background-repeat:no-repeat;
  position:absolute;
  top:0;
  right:0;
  z-index:0;
}
/*=====================================================================
======================== COLLECTION PAGE ==============================
======================================================================*/
.collection-gradient {
    height:120px;
    width:100%;
     position:absolute;
    bottom:3px;
    left:0;
    z-index:1;
    background: -webkit-linear-gradient(#fff 0%, #F6F3F8 100%);
    background: linear-gradient(#fff 0%, #F6F3F8 100%); 
}
#main-collection-filters.container {
  padding-top: 15px;
  border-bottom: 1px solid #eee;
}
@media (max-width:750px) {
  #main-collection-filters.container {
    padding-bottom: 15px;
  }
}
.button-label {
  color: #593E67;
}

.vendor {
  padding-bottom: 10px;
}
h3.card__heading a {
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0.02em;
  font-family:var(--font-body-family);
}
.card-wrapper:hover h3.card__heading a {
  color: #759EBC;
}
.card-wrapper .card .price {
  letter-spacing: 0.02em;
  font-size: 16px;
}
.card-wrapper .price--on-sale .price-item--regular {
  font-size: 16px;
  letter-spacing: 0.02em;
  color:#6D4B80;
}
.card-wrapper .price-item.price-item--sale {
  color: #759EBC;
  font-size: 16px;
}
.card-wrapper .price__compare .price-item.price-item--regular {
  font-size:16px !important;
}
.rating .rating-star::before {
  background-color: #EBCE7F;
  letter-spacing: 0;
}
.bn-10, .bn-20, .bn-30 {
  background-color:#759EBC;
  padding:2px 5px;
  font-size:13px;
  color:#fff !important;
  width:80px;
  text-align:center;
  border-radius:20px;
}
.sold-out {
  width: 90px;
  background-image: url(sold-out-bt.png);
  background-size: 90px 90px;
  background-repeat: no-repeat;
  background-position:center center;
  height: 90px;
  z-index: 1;
  display: block;
  float: none;
  position:absolute;
  bottom:25px;
  left:0;
  right:0;
  margin:0 auto;
  background-color:transparent;
}
.label.on-sale {
  background-image: url(label-on-sale.png);
   background-size: 70px 25px;
  background-repeat: no-repeat;
  width: 70px;
  height: 25px;
  position: absolute;
  left: 0px;
  top: 10px;
  background-color: transparent;
  z-index: 1;
}
.label.all-new {
  background-image: url(label-new.png);
  background-size: 70px 25px;
  background-repeat: no-repeat;
  width: 70px;
  height: 25px;
  position: absolute;
  left: 0px;
  top: 10px;
  background-color: transparent;
  z-index: 1;
}
.label.favorite {
  background-image: url(label-fav.png);
  background-size: 70px 25px;
  background-repeat: no-repeat;
  width: 70px;
  height: 25px;
  position: absolute;
  left: 0px;
  top: 10px;
  background-color: transparent;
  z-index: 1;
}
@media (max-width:991px) {
  .sold-out {
    width:55px;
    height:20px;
    background-size:55px 20px;
  }
  .label.on-sale {
    background-size: 55px 20px;
    width: 55px;
    height: 20px;
  }
  .label.all-new, .label.favorite {
     width:55px;
    height:20px;
    background-size:55px 20px;
  }
}
nav.pagination ul.pagination__list li .pagination__item {
  background-color: #FFF;
  color:#9262AA;
  border: 1px solid #9262AA;
}
nav.pagination ul.pagination__list li .pagination__item.pagination__item--current, nav.pagination ul.pagination__list li .pagination__item:hover {
  background-color: #9262AA;
  color:#fff;
  border: 1px solid #9262AA;
  text-decoration: none;
}
/*=====================================================================
=========================== PRODUCT PAGE ==============================
======================================================================*/
h1.product__title {
  line-height: 110%;
  padding: 0;
  text-transform: none;
  margin: 0 0 15px 0;
  text-align: left;
  letter-spacing: 0em;
}
/* styles the product vendor link */
.product-vendor {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding: 0;
  margin-bottom: 5px;
}
.badge.price__badge-sale, .badge.price__badge-sold-out {
  display: none;
}
/* styles the active thumbnail on the product page images */
.product__media-wrapper .swiper-slide.swiper-slide-thumb-active {
  outline: 2px solid #B08CC1;
  outline-offset: -2px;
}
.product-image-wrap {
  padding-bottom: 3rem;
}

.product-block .price-wrap .price.price--large, .quickview .price__regular span.price-item.price-item--regular {
  padding: 0 0 10px 0;
}
.price__sale dd.price__compare .price-item.price-item--regular {
  font-size: 20px;
}
.contact__fields {
  margin-bottom: 8px;
}
.select__select, #infiniteoptions-container select {
  font-style: none;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  border: 1px solid #ddd;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.product-form__input.product-form__quantity {
  padding-top: 10px;
  margin-bottom:10px;
}
.product__info-wrapper.grid__item .product__info-container .product-form__input.product-form__quantity {
  float:left;
  display:block;
  margin-bottom:10px;
}

/*===================== PRODUCT ACCORDION and PILLS =======================*/
.product__accordion.accordion details .summary__title h2.h4.accordion__title, .product__info-container.quickview h2.h4.accordion__title {
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 0.02em;
  padding: 5px 0;
}
.product__description.rte {
  line-height: 140%;
  font-size: 17px;
  letter-spacing: 0.03em;
  padding-bottom: 10px;
}
.product__accordion.accordion details summary svg, .product__info-container.quickview details summary svg {
  height: 12px;
  width: 12px;
  top: 40%;
  fill: #9262AA !important;
  color: #9262AA !important;
  margin-top:5px;
}
.accordion details[open] > summary .plus_sign {
  transform: rotate(45deg);
}

/*===================== ADD TO WISHLIST AND SHARE BUTTONS =======================*/
.socials {
  clear: both;
  display: block;
  float: none;
  width: 100%;
  height: 40px;
  margin: 0px auto;
  position:absolute;
  top:95px;
  left:0;
}
@media (max-width:480px) {
  .socials {
  top:170px;
}
}

.socials .wishlist {
  padding: 0;
  float: left;
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
    vertical-align:text-top;
}
.socials p.iWishLoginMsg {
   position:absolute;
   width:225px;
   height:90px;
   font-size:14px;
   font-weight:400;
   line-height:110%;
   background-color:#fff;
   border:1px solid #ddd;
   text-transform:none;
   padding:10px;
   text-align:center;
   z-index:999;
   top:15px;
    left:0;
}
.socials .wish-text {
  font-size: 18px;
  line-height: 25px;
  height: 25px;
  text-transform: none;
  padding-left: 5px;
  margin-top:0px;
}
.socials .wish-text:hover {
  color: #759EBC;
}

.socials .wishlist svg {
  width: 23px;
  height: 22px;
  margin-top: 0px;
  fill: #759EBC;
}
.socials .social-sharing {
  padding: 0;
  float: none;
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.socials .social-sharing a svg {
  height: 22px;
   fill: #6C4B7F;
}

.socials .social-sharing a:hover svg {
  fill: #759EBC;
}
.socials .social-sharing__title {
  display: none;
}

.socials .social-sharing ul.sharing li {
  padding: 0 8px 0 0;
}
/*=====================================================================
======================== INFO AND BLOG PAGES ==========================
======================================================================*/
h1, h1.page-title, h1.title.title--primary, h1.title--primary {
  margin: 45px auto 20px;
  text-align: center;
  float: none;
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 0.05em;
  line-height: 110%;
  position: relative;
  display: block;
}

.shopify-policy__title h1 {
  margin: 45px auto 20px;
 text-align: center;
  float: none;
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 0.05em;
  line-height: 110%;
  position: relative;
  display: block;
}
@media (max-width:767px) {
  h1, h1.page-title, h1.title.title--primary, h1.title--primary, .shopify-policy__title h1 {
    font-size:35px;
  }
}
.contact__button {
  text-align: center;
}
/*=====================================================================
=====================SHOPPING CART AND ACCOUNT ========================
======================================================================*/
/*Single Order Details Page */
h2.single-order, .customer.account h2 {
  padding-bottom: 5px;
  font-size: 25px;
  text-transform: none;
  letter-spacing:0.05em;
}
.order-sidebar {
  padding-bottom: 20px;
}
.continue-shopping {
  margin-top: -20px;
  height: 20px;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

.cart-notification__links button.link.button-label:hover, form#customer_login a:hover,
.customer a:hover {
  color: #759EBC;
}
form#customer_login a {
  text-decoration: underline;
}
h1.article-template__title {
  font-size: 25px;
  text-transform: none;
  text-align: left;
  padding-bottom: 0px;
}
h2.article-card__title {
  font-size:20px;
  text-transform: uppercase;
  text-align: center;
}
/* Cart Drawer Extra Style */
h2.drawer__heading {
  text-transform: none;
  font-size: 25px;
  letter-spacing: 0em;
}

.product-option {
  font-size: 13px;
}
/*=====================================================================
====================COLLECTION FILTERING STYLES =======================
======================================================================*/
/*hides the word filter from before the filter buttons */
.facets__form .facets__heading.caption-large.text-body {
 display:none; 
}
aside#main-collection-filters.facets-wrapper.container .facets-container form#FacetFiltersForm.facets__form .facet-filters.sorting.caption{
  padding-right:0;
  margin-right:-3rem;
}
.facets__form .facets__summary,
.facet-filters__sort.select__select.caption-large,
.mobile-facets__wrapper details.mobile-facets__disclosure.disclosure-has-popup,
  .select select.facet-filters__sort.select__select.caption-large {
 font-size:15px;
 padding:5px 40px 5px 15px;
  background-color: rgba(var(--color-background));
  border-radius:40px;
  text-transform: none;
  letter-spacing: 0.02em;
  border:1px solid rgba(var(--color-foreground));
  font-family:var(--font-heading-family) !important;
      color:rgba(var(--color-foreground))!important;
  opacity:1 !important;
}
.facet-filters__sort.select__select.caption-large options ,
h2.facet-filters__label label{
    font-family:var(--font-heading-family);
   color:rgba(var(--color-foreground));
   opacity:1;
}
h2.sidebar {
  border-bottom:1px solid #E0D3E7;
  padding-bottom:10px;
}
summary.facets__summary {
  border-bottom:1px solid #E0D3E7;
}
  .facets-vertical
summary.facets__summary.caption-large.focus-offset div span{
     font-family:var(--font-heading-family);
   color:rgba(var(--color-foreground));
   opacity:1;
  font-size:22px;
  text-transform:none;
  letter-spacing:0em;
}
summary.facets__summary.caption-large.focus-offset div span{
    font-family:var(--font-body-family);
   color:rgba(var(--color-foreground));
   opacity:1;
  font-size:14px;
  text-transform:none;
  letter-spacing:0em;
}
.facets__form .facets__summary .icon-caret, .facet-filters__sort.select__select .icon-caret {
  right: 8px;
}
.facets-wrap-vertical {
  padding-top:15px;
}
.active-facets__button-wrapper:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.product-count.light, .product-count-vertical {
   background-color:rgba(var(--color-foreground));
   color:#fff;
   text-transform:uppercase;
   padding:5px 15px;
   border-radius:20px;
   display:none;
}
.header__menu-item .icon-caret {
  display: none;
}

.facets-container a,
li.list-menu__item.facets__item {
  color:rgba(var(--color-foreground));
  font-size:15px;
  font-family:var(--font-body-family);
}
.facets-container a:hover,
li.list-menu__item.facets__item:hover {
  color:rgba(var(--color-base-accent-2));
}
.widget-content {
    padding-bottom:20px;
  }
 .widget-content .sidebar-menu-title {
      padding:6px 0px;
    width:100%;
  }
.widget-content details > summary svg.icon-caret {
  fill:rgba(var(--color-foreground));
  color:rgba(var(--color-foreground));
}
.widget-content a.sidebar-link {
  width:100%;
}
.widget-content details[open] summary ~ * {
  animation: animateDown 0.5s linear forwards;
}
.widget-content details[open] > summary .icon-caret {
  transform: rotate(180deg);
}

.widget-content .sidebar-menu-title.header__active-menu-item {
 font-weight:bold !important;
}
.widget-content .sidebar-menu.child {
    border-left:1px solid rgba(var(--color-foreground)) !important;  
}
.widget-content .sidebar-menu.child,
.widget-content .sidebar-menu.grand {
   padding:5px 0 10px 10px;
  margin-top:0px !important;
}

 .widget-content ul.sidebar-menu  {
  list-style:none;
  padding-left:0;
}
/*=====================================================================
======================== ALL THE MENUS ================================
======================================================================*/
/* Main Menu background color or graphic */

.header.header--top-left.container.header--has-menu nav.header__inline-menu.full .list-menu.list-menu--inline,
.header.header--middle-center.container.header--has-menu nav.header__inline-menu.full .list-menu.list-menu--inline {
  justify-content: flex-start; 
}
nav.header__inline-menu.full ul.list-menu.list-menu--inline {
  display: flex;
  justify-content: center;
}
/* Main Menu top links spacing */
.parent.header__menu-item.list-menu__item.link {
  padding: 0.95em 0.5em 0.95em;
  margin-left:0.5em;
  margin-right:0.5em;
}

/* Dropdown Menu top links spacing */
.children.header__menu-item.link.link--text.list-menu__item,
.grandchild.header__menu-item.link.link--text.list-menu__item {
  padding: 0.5em 1em 0.5em;
  margin-bottom:0;
}
.header__menu-item.top-link {
  position: relative;
}
/*add decoration to top header hover links*/
.header__menu-item.top-link:hover {
  opacity: 1;
}
ul.list-menu li details-disclosure details ul.header__submenu.list-menu.list-menu--disclosure.singular
li.text-sub details ul.header__submenu {
  margin:0;
}
/* Main Menu top links styling */
ul.header__submenu.singular {
  min-width:280px;
}
a.main-nav-lnk span, a.main-nav-lnk {
  letter-spacing: 0.08em;
}

/* Main Menu regular dropdown style */

/* Main Menu regular dropdown hover style  */
a.main-nav-lnk:hover span, a.main-nav-lnk:hover, a.children-with-grand:hover, a.grandchild.header__menu-item.list-menu__item:hover, a.children.header__menu-item.list-menu__item:hover {
  text-decoration: none;
}
/* Main Menu styling only for left oriented menu links */

.header__menu-item span {
  text-decoration: none;
}
.header__menu-item .icon-caret {
  display: none;
}
ul.header__submenu.list-menu {
  transition: transform 0.15s ease-out;
}

/*=====================================================================
========================MEGA MENU STYLES ==============================
======================================================================*/
.mm-wrap {
  float: none;
  justify-content: center;
  align-content: center;
}
/* Inner megamenu styling */
.megamenu ul.header__submenu.full {
  position: absolute;
  z-index: 3;
  padding: 20px 20px 40px;
  left: 0;
  border: none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.megamenu ul.header__submenu.full .container {
  width: 1380px;
  max-width: 100%;
  height: auto;
}
@media (max-width:1400px) {
  .megamenu ul.header__submenu.full .container {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
/* Heading for the Link Sections */
.mm-heading {
  text-align: left;
  text-decoration: none;
  letter-spacing: 0.02em;
  padding: 10px 0 5px;
  margin: 0;
  margin-bottom: 1.5rem;
}
/* Title Under Banners in Megamenu*/
.megamenu .mm-title {
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.02em;
  padding: 5px 0;
  border: none;
}
.megamenu .mm-title a {
  text-decoration: none;
}
.mm-wrap ul.link li a.mm-menu-link {
  text-decoration: none !important;
  letter-spacing: 0.02em;
  border-bottom: 0;
  font-size: 15px;
}

/* MOBILE MENU STYLES */
.menu-drawer__inner-container {
  border-top: 2px solid #eee;
  padding-top:0;
}
.menu-drawer__inner-submenu {
  padding-top:0;
}
.js .menu-drawer__menu ul {
  border-top: 1px solid #eee;
}
.js .menu-drawer__menu li {
  border-bottom: 1px solid #eee;
  margin: 0 !important;
}
a.list-menu__item, summary.list-menu__item {
  letter-spacing: 0.02em;
  padding: 15px;
}
/* mobile menu SUBMENU HEADER */
.menu-drawer__inner-submenu button.menu-drawer__close-button.link.link--text.focus-inset {
  background-color:#593E67;
  text-transform:none;
  margin-top:0;
  padding-left:15px;
  font-size:19px;
  color:#fff;  
}
/* mobile menu font size, color and spacing */
.js .menu-drawer__menu-item--active {
  background-color: transparent;
}
.js .menu-drawer__menu-item:focus, .js .menu-drawer__close-button:focus, .js .menu-drawer__menu-item:hover, .js .menu-drawer__close-button:hover, .js .menu-drawer__menu-item--active:hover {
  background-color: transparent;
}
#menu-drawer .menu-drawer-service-links {
  padding:0;
  margin:15px 15px 0 15px;
}
#menu-drawer .service-title {
    letter-spacing:0.02em;
}
#menu-drawer .menu-drawer-service-links a {
  text-decoration: none;
  letter-spacing: 0.02em;
}
/* mobile menu social icons */
#menu-drawer .menu-drawer__utility-links {
  padding: 0px 15px 0px;
  background-color: transparent;
  justify-content:center;
  align-content:center;
}
#menu-drawer a svg{
  fill:#B08CC1;
  color:#B08CC1;
}

/* mobile menu search bar */

.menu-drawer-search {
  border: none;
  margin:0 auto;
  width:100%;
  float:none;
}
.menu-drawer-search .search-form {
  position: relative;
  top: 0;
  border: none;
  box-shadow: none;
}
.menu-drawer-search form.search.search-form .field input.search__input.field__input {
  box-shadow: none;
  background-color:#F9F5FA;
  text-transform: none;
  color:#593E67;
  opacity:1;
  letter-spacing: 0.02em;
  font-size: 16px;
  padding: 10px 5px 10px 15px;
  border:none;
}
.menu-drawer__search .search-form #search:focus {
  box-shadow: none;
  outline: 0;
  border: none;
}


/*------------------------------------------------------
-------------------WISHLIST PAGE------------------------
------------------------------------------------------*/
main#MainContent.content-for-layout .iwishWrapper {
  max-width:1380px;
  float:none;
  margin:0 auto;
  display:block;
  text-align:center;
}
main#MainContent.content-for-layout .iwishShareContainer {
   max-width:1380px;
  float:none;
  margin:0 auto;
  display:block;
  text-align:center;
  clear:both;
  min-height:100px;
}
.iwishMeta .iwishMeta-title a {
  text-align:center;
  text-transform:uppercase;
  font-size:15px;
  line-height:110%;
  letter-spacing:0.05em;
}
.iwishMeta .iwishMeta-title {
 line-height:110%; 
}
.iwishMeta .iwishMeta-title:hover a{
  color: #593E67;
}
.iwishMeta div input.iwishBuyBtn {
  padding:10px 15px;
  text-transform:uppercase;
  cursor:pointer;
  font-size:15px;
  letter-spacing:0.08em;
  border-radius:8px;
   transition: 2s;
  background-size: 100% auto;
  background: #593E67;
  float:none;
  white-space: nowrap;
  text-align: center;
  box-shadow: none;
  border:none;
}
.iwishMeta div input.iwishBuyBtn:hover { 
   background-size: 150% auto;
  background: #759EBC;
    transition: 2s;
  box-shadow: none;
  border:none;
}
.pro-bt-wrap .product-form__buttons button.product-form__submit.button.button--full-width {
  background-color: #759EBC !important;
}
.product-form__buttons button.product-form__submit.button.button--full-width:hover {
    background-color: #9262aa !important;
    border: 1px solid #9262aa;
}
.price__sale {
  color: #759EBC !important;
}