/** Shopify CDN: Minification failed

Line 22:0 Unexpected "}"

**/
:root {
  --saxon-bg: #141414;
  --saxon-surface: #1d1d1b;
  --saxon-border: #2c2c2a;
  --saxon-text: #f1efe8;
  --saxon-muted: #b4b2a9;
  --saxon-gold: #c9a961;
  --saxon-purple: #2e2147;
}
body.gradient,
body {
  background-color: var(--saxon-bg) !important;
}

@media screen and (max-width: 749px) {
  body.gradient,
}

h1, h2, h3, .h1, .h2, .h3 {
  font-family: "Cormorant Garamond", "Playfair Display", serif;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.header, .announcement-bar {
  background: rgb(var(--color-background));
  border-color: var(--saxon-border);
}
.header__menu-item, .footer__content a { color: var(--saxon-muted); }
.header__menu-item:hover { color: var(--saxon-text); }
.card { background: var(--saxon-surface); border-radius: 0; }
.card__content { background: transparent; border-radius: 0; }
.card__inner { background: var(--saxon-surface); }
.card__heading a { color: var(--saxon-text); }
.button.button,
a.button,
button.button,
.shopify-payment-button__button {
  position: relative;
  overflow: hidden;
  background: var(--saxon-purple) !important;
  background-color: #3b2a5a !important;
  border: 1px solid #3b2a5a !important;
  color: var(--saxon-text) !important;
  border-radius: 0;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 500;
  transition: background-color .3s ease, border-color .3s ease;
}

.button.button:hover,
a.button:hover,
button.button:hover {
  background: #4d3775 !important;
  background-color: #4d3775 !important;
  border-color: var(--saxon-gold) !important;
}

.button::after,
.shopify-payment-button__button::after {
  box-shadow: none !important;
}

.button:focus-visible {
  outline: 1px solid var(--saxon-gold);
  outline-offset: 2px;
  box-shadow: none;
}

@media (prefers-reduced-motion: no-preference) {
  .button.button::before,
  a.button::before,
  button.button::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 1;
    background: linear-gradient(
      105deg,
      transparent 40%,
      rgba(255, 255, 255, 0.5) 50%,
      transparent 60%
    ) !important;
    background-size: 250% 100% !important;
    background-position: 180% 0 !important;
    background-repeat: no-repeat !important;
    opacity: 0;
    box-shadow: none !important;
    pointer-events: none;
  }

  .button.button:hover::before {
    opacity: 1;
    animation: saxonShine .9s cubic-bezier(.22,.61,.36,1) forwards;
  }

  @keyframes saxonShine {
    from { background-position: 180% 0; }
    to   { background-position: -80% 0; }
  }
}

.saxon-trust {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  border-top: 1px solid var(--saxon-border);
  border-bottom: 1px solid var(--saxon-border);
}
.saxon-trust div {
  padding: 1.6rem 1rem;
  text-align: center;
  border-right: 1px solid var(--saxon-border);
  color: var(--saxon-muted);
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
.saxon-trust div:last-child { border-right: none; }

h1, h2, h3, .h1, .h2, .h3 {
  letter-spacing: .04em;
}
.saxon-kicker, .caption-with-letter-spacing {
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  letter-spacing: .4em;
  font-size: 1.1rem;
  color: #b4b2a9;
}

h1, .h1 { font-size: 4.2rem; }
h2, .h2 { font-size: 3rem; }
h3, .h3 { font-size: 2.2rem; }
body { font-size: 1.6rem; }
.caption, .caption-with-letter-spacing { font-size: 1.2rem; }

body {
  background-color: var(--saxon-bg);
  background-image:
    linear-gradient(
      rgba(20, 20, 20, 0.82),
      rgba(20, 20, 20, 0.82)
    ),
    url('/cdn/shop/files/silk2.webp?v=1783901435');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

@media screen and (max-width: 749px) {
  body {
    background-attachment: scroll;
  }
}

@media screen and (max-width: 749px) {
  h1, .h1 { font-size: 3rem; }
  h2, .h2 { font-size: 2.4rem; }
  h3, .h3 { font-size: 1.9rem; }
}

.product__description {
  text-align: justify;
  font-family: "Jost", sans-serif;
  color: var(--saxon-muted);
  line-height: 1.9;
  font-size: 1.5rem;
  max-width: 62rem;
}

.product__description strong {
  color: var(--saxon-text);
  text-align: justify;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 1.3rem;
}

.product__accordion .accordion__title {
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--saxon-text);
}

.product__accordion .accordion__content {
  font-family: "Jost", sans-serif;
  color: var(--saxon-muted);
  line-height: 1.9;
  font-size: 1.5rem;
}

.product__accordion summary {
  border-top: 1px solid var(--saxon-border);
  padding: 1.4rem 0;
}

.product__accordion details[open] summary .accordion__title {
  color: var(--saxon-gold);
}

.field__input,
.select__select,
.text-area,
.customer .field input {
  background: var(--saxon-surface);
  border: 1px solid var(--saxon-border);
  color: var(--saxon-text);
  border-radius: 0;
}

.field__input:focus,
.select__select:focus,
.text-area:focus {
  border-color: var(--saxon-gold);
  outline: none;
  box-shadow: none;
}

.field__label,
.form__label {
  color: var(--saxon-muted);
}

.field__input::placeholder,
.text-area::placeholder {
  color: var(--saxon-muted);
  opacity: 0.7;
}

.select .svg-wrapper,
.select .icon-caret {
  color: var(--saxon-text);
}

.contact__fields,
.contact .field {
  margin-bottom: 1.6rem;
}

.saxon-sell-form input::placeholder,
.saxon-sell-form textarea::placeholder {
  color: var(--saxon-muted) !important;
  opacity: 1 !important;
}

.saxon-sell-form input,
.saxon-sell-form textarea,
.saxon-sell-form select {
  background: var(--saxon-surface);
  border: 1px solid var(--saxon-border);
  color: var(--saxon-text);
  border-radius: 0;
  padding: 1.2rem 1.4rem;
  width: 100%;
  font-size: 1.4rem;
}

@media (prefers-reduced-motion: no-preference) {

  .saxon-fade {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .9s cubic-bezier(.22,.61,.36,1), transform .9s cubic-bezier(.22,.61,.36,1);
  }
  .saxon-fade.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  .header__heading-logo,
  .header__heading-link {
    opacity: 0;
    animation: saxonLogoReveal 1.4s cubic-bezier(.22,.61,.36,1) .2s forwards;
  }

  @keyframes saxonLogoReveal {
    from { opacity: 0; transform: translateY(-8px); letter-spacing: .3em; }
    to   { opacity: 1; transform: translateY(0);    letter-spacing: normal; }
  }

  .card__inner .media img {
    transition: transform 1.2s cubic-bezier(.22,.61,.36,1), opacity .6s ease;
  }
  .card:hover .card__inner .media img {
    transform: scale(1.04);
  }
}

.price, .price-item { display: none !important; }

.collection .card__heading,
.card__heading {
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.7;
  padding: 0.15em
}

.card__heading a {
  color: var(--saxon-muted);
  transition: color .3s ease;
}

.card__heading a:hover {
  color: var(--saxon-text);
}

.collection-hero__description,
.collection .collection__description {
  font-size: 1.6rem;
  text-align: justify;
  line-height: 1.8;
}

.product__title h1,
.product__title .h1 {
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
}

.saxon-chapter {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  align-items: center;
  gap: 0;
  max-width: none;
  width: 100%;
  margin: 0 0 3rem;
  padding: 0;
}

.saxon-chapter:last-child { margin-bottom: 0; }

.saxon-chapter--right { grid-template-columns: 1fr 1.4fr; }
.saxon-chapter--right .saxon-chapter__media { order: 2; }
.saxon-chapter--right .saxon-chapter__text { order: 1; }

.saxon-chapter__media img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
}

.saxon-chapter__text {
  padding: 6rem 8rem;
}

.saxon-chapter__text h2 { margin: 0 0 1.6rem; }
.saxon-chapter__text p { color: var(--saxon-muted); line-height: 1.9; max-width: 48rem; }
.saxon-chapter__text .saxon-kicker { margin: 0 0 1.2rem; }
.saxon-chapter__text.saxon-fade { transition-delay: .25s; }

@media screen and (max-width: 749px) {
  .saxon-chapter,
  .saxon-chapter--right { grid-template-columns: 1fr; }
  .saxon-chapter__media img { height: 60vh; }
  .saxon-chapter__text { padding: 3rem 2rem; }
  .saxon-chapter--right .saxon-chapter__media,
  .saxon-chapter--right .saxon-chapter__text { order: initial; }
}

.saxon-silk-bg {
  position: relative;
  background-color: var(--saxon-bg);
  background-image:
    linear-gradient(
      to bottom,
      #141414 0%,
      rgba(20, 20, 20, 0.55) 25%,
      rgba(20, 20, 20, 0.25) 50%,
      rgba(20, 20, 20, 0.55) 75%,
      #141414 100%
    ),
    url('/cdn/shop/files/silk2.webp?v=1783901435');
  background-size: cover;
  background-position: center;
}

.product .page-width,
section.product .page-width,
.shopify-section:has(.product) .page-width {
  max-width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
}

.product__media-wrapper {
  padding-right: 2rem;
}

@media screen and (max-width: 749px) {
  .product .page-width,
  .shopify-section:has(.product) .page-width {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.saxon-tabs__nav {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2.4rem;
}

.saxon-tabs__btn {
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--saxon-muted);
  background: transparent;
  border: 1px solid var(--saxon-border);
  padding: 1rem 2.4rem;
  cursor: pointer;
  transition: color .3s ease, border-color .3s ease, background .3s ease;
}

.saxon-tabs__btn:hover { color: var(--saxon-text); }

.saxon-tabs__btn.is-active {
  color: var(--saxon-text);
  background: var(--saxon-purple);
  border-color: var(--saxon-purple);
}

.saxon-tabs__panel {
  display: none;
  font-family: "Jost", sans-serif;
  color: var(--saxon-muted);
  line-height: 1.9;
  font-size: 1.5rem;
}

.saxon-tabs__panel.is-active {
  display: block;
  animation: saxonTabFade .5s cubic-bezier(.22,.61,.36,1);
}

@keyframes saxonTabFade {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

.footer,
.section-footer {
  background:
    linear-gradient(
      to bottom,
      #141414 0%,
      rgba(20, 20, 20, 0.6) 45%,
      rgba(20, 20, 20, 0.35) 100%
    ),
    url('/cdn/shop/files/silk2.webp?v=1783901435') center bottom / cover no-repeat !important;
  border-color: var(--saxon-border);
}

.saxon-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  margin-left: 1.2rem;
  color: var(--saxon-muted);
  transition: color .3s ease;
}