/** Shopify CDN: Minification failed

Line 119:0 Unexpected "}"

**/
/* David */
.pswp__button {
  background: #ccc;
}

/* Header */
x-header mark,
header-sidebar mark {
  background-color: #f1f4fd;
  padding: 2px 5px;
  border-radius: 8px;
  color: #5a3862;
  font-size: smaller;
}
header {
  .header__primary-nav-item summary,
  .header__primary-nav-item > a {
    font-size: larger;
  }
  li.justify-items-start > a {
    border-bottom: 1px solid #9978a1;
    margin: 0;
    font-size: larger;
  }
  .mega-menu {
    padding-top: 1em;
  }
}
/* Product Listing */
.product-card__info .color-swatch {
  @media screen and (min-width: 1150px) {
    --swatch-size: 3rem;
  }
}

/* Product Page */
.product {
  div[data-block-type="inventory"] {
    margin: 0.5em 0;
  }
  .variant-picker__option-info {
    button {
      background: #f1f4fd;
      color: #5a3862;
      padding: 0.2em 1.2em 0.1em 0.8em;
      border-radius: 20px;
      font-size: 10px;
    }
    svg {
      display: inline;
      fill: #5a3862;
    }
  }
  .product-info__block-item {
    margin: 0.25em 0;
  }
  sale-price,
  compare-at-price {
    line-height: 1;
  }
  .product-info__block-item .product-title {
    color: #5a3862;
  }

  .product-info__block-item:is(
      [data-block-type="variant-picker"],
      [data-block-type="product-variations"],
      [data-block-type="separator"],
      [data-block-type="description"],
      [data-block-type="text"],
      [data-block-type="liquid"],
      [data-block-type="share-buttons"],
      [data-block-type="inventory"],
      [data-block-type="buy-buttons"]
    ) {
    --product-info-gap: 0.25rem;
  }
  .product-info__block-item:is(
      [data-block-type="inventory"]
  ) {
    span {color:#5a3862;}
  }
}
  .text-with-rating {
    margin: 0;
    justify-content: normal;
  }
  .block-swatch__color {
    width: 2rem;
    height: 2rem;
  }
  .product-info__block-group.accordion-group {
    margin: 1em;
  }
  #description-tabs {
    display: none;
  }
  .product-size {
    justify-content: center;
  }
  .size-rec {
    padding: 0.5em;
  }
  div[data-block-type="buy-buttons"] + div[data-block-type="text"] p {
    text-align: center;
    margin-top: 1em;
  }
  .restock-rocket-preorder-description {
    background-color: inherit !important;
  }
  .restock-rocket-preorder-button {
    --initial-gradient: linear-gradient(rgb(153 120 161), rgb(153 120 161));
  }
}

/* SIZE CHART TABLE - 07/12/2023 */
.sticky-table-column table td,
.sticky-table-column table th {
  background: white;
  padding: 5px;
  font-size: smaller;
}
.sticky-table-column {
  margin: auto;
  overflow-x: auto;
}
.sticky-table-column table {
  table-layout: fixed;
}
.sticky-table-column td {
  width: 50px;
  text-align: center;
}
.sticky-table-column tr > td:first-child {
  position: sticky;
  left: 0;
  width: 100px;
  text-align: left;
  padding-left: 0.5em;
}

.sticky-table-column tr:nth-child(odd) td {
  background: white;
}

.sticky-table-column tr:nth-child(even) td {
  background: #f1f4fd;
}
#product-size-guide-content {
  margin-bottom: 1.25em;
}
#product-size-guide-content .input-row * {
  margin-block-start: 0;
}
#product-size-guide-content .input-row {
  margin-bottom: 5px;
}
/* SIZE CHART TABLE END */

/* CART */
#gift-message .giftmsg-box {
  background-color: rgb(153, 120, 161);
  color: white;
  margin: 1em;
}
#gift-message .giftmsg-box .cart-attribute__field {
  margin: 1em;
}
