/** Shopify CDN: Minification failed

Line 462:0 Unexpected "}"

**/
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.pa-mobile-menu-button,
.pa-icon-link {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: var(--ink, #211826);
  background: transparent;
  border: 0;
}

.hero {
  height: clamp(560px, 37vw, 660px);
}

.hero-media img {
  object-position: center center;
}

.pa-mobile-menu-button svg,
.pa-icon-link svg,
.benefit-icon svg,
.product-trust-row svg {
  width: 24px;
  height: 24px;
}

.pa-mobile-menu-button {
  display: none;
}

.mobile-menu[hidden] {
  display: none;
}

.mobile-menu {
  display: none;
  padding: 12px 24px 20px;
  background: var(--paper, #fbf8f4);
  border-bottom: 1px solid var(--line, #e4d8cb);
}

.mobile-menu a,
.mobile-menu summary {
  display: block;
  padding: 10px 0;
  color: var(--ink, #211826);
  font-weight: 600;
}

.mobile-menu details a {
  padding-left: 18px;
  color: var(--muted, #746777);
  font-weight: 500;
}

.pa-liquid-product-card .pa-card-link {
  display: block;
}

.pa-liquid-product-card s {
  margin-left: 8px;
  color: var(--muted, #746777);
  font-weight: 400;
}

.pa-sale-price {
  color: #d3261f;
}

.variant-select-label {
  display: grid;
  gap: 8px;
  margin: 20px 0;
  font-weight: 700;
}

.variant-select-label select,
.cart-line input,
.collection-toolbar select,
.search-form input {
  min-height: 44px;
  border: 1px solid var(--line, #e4d8cb);
  background: #fff;
  padding: 0 12px;
}

.shopify-payment-button {
  margin-top: 12px;
}

.product-trust-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line, #e4d8cb);
  border-bottom: 1px solid var(--line, #e4d8cb);
}

.product-trust-row div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 14px;
  align-items: center;
  padding: 22px 28px;
  border-right: 1px solid var(--line, #e4d8cb);
}

.product-trust-row div:last-child {
  border-right: 0;
}

.product-trust-row span:last-child {
  grid-column: 2;
  color: var(--muted, #746777);
  font-size: 13px;
}

.product-description-wrap,
.cart-page,
.pa-page,
.blog-index,
.article-content,
.search-page,
.account-entry,
.account-page,
.not-found-page {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 56px 0;
}

.product-description-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .75fr);
  gap: 64px;
}

.product-faq details {
  border: 1px solid var(--line, #e4d8cb);
  padding: 16px 18px;
  margin-bottom: 10px;
  background: #fff;
}

.collection-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1240px, calc(100% - 48px));
  margin: 32px auto 22px;
}

.collection-products,
.collection-seo-copy,
.collection-subcategories {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.collection-subcategories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 34px 0 12px;
}

.pagination {
  grid-column: 1 / -1;
  padding: 28px 0;
  text-align: center;
}

.cart-free-shipping {
  display: grid;
  grid-template-columns: 1fr minmax(180px, 360px) auto;
  gap: 16px;
  align-items: center;
  padding: 18px 22px;
  color: #fff;
  background: var(--plum, #553061);
  border-radius: 6px;
}

.cart-progress {
  height: 10px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 999px;
  overflow: hidden;
}

.cart-progress i {
  display: block;
  height: 100%;
  background: #fff;
}

.cart-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 42px;
  margin-top: 34px;
}

.cart-line {
  display: grid;
  grid-template-columns: 120px 1fr 80px 110px 32px;
  gap: 18px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid var(--line, #e4d8cb);
}

.cart-line img {
  aspect-ratio: 1;
  object-fit: cover;
}

.order-summary,
.account-card,
.not-found-card,
.search-result-card {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line, #e4d8cb);
  border-radius: 6px;
}

.order-summary p {
  display: flex;
  justify-content: space-between;
}

.order-summary button,
.account-form button,
.search-form button {
  width: 100%;
  min-height: 48px;
  color: #fff;
  background: var(--plum, #553061);
  border: 0;
  font-weight: 800;
  text-transform: uppercase;
}

.pa-page-hero,
.blog-hero,
.search-hero {
  margin-bottom: 36px;
}

.pa-page-hero h1,
.blog-hero h1,
.search-hero h1,
.not-found-card h1 {
  color: var(--plum, #553061);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 7vw, 88px);
  font-weight: 400;
  line-height: .95;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.blog-card {
  border: 1px solid var(--line, #e4d8cb);
  background: #fff;
}

.blog-card img {
  aspect-ratio: 4 / 3;
  width: 100%;
  object-fit: cover;
}

.blog-card div {
  padding: 18px;
}

.article-hero {
  display: grid;
  grid-template-columns: 48% 52%;
  min-height: 520px;
  color: #fff;
  background: #120d11;
}

.article-hero > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px;
}

.article-hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 6vw, 78px);
  font-weight: 400;
  line-height: .95;
}

.article-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.search-form {
  display: flex;
  gap: 12px;
}

.account-form {
  display: grid;
  gap: 16px;
}

.account-form label {
  display: grid;
  gap: 8px;
}

.account-form input {
  min-height: 44px;
  border: 1px solid var(--line, #e4d8cb);
  padding: 0 12px;
}

@media (max-width: 920px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
    padding: 0 16px;
  }

  .pa-mobile-menu-button {
    display: grid;
  }

  .main-nav {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .header-actions {
    gap: 12px;
  }

  .product-trust-row,
  .product-description-wrap,
  .collection-subcategories,
  .cart-layout,
  .blog-grid,
  .article-hero {
    grid-template-columns: 1fr;
  }

  .product-trust-row div {
    border-right: 0;
    border-bottom: 1px solid var(--line, #e4d8cb);
  }

  .cart-free-shipping {
    grid-template-columns: 1fr;
  }

  .cart-line {
    grid-template-columns: 86px 1fr;
  }

  .article-hero {
    min-height: 0;
  }

  .article-hero > div {
    padding: 28px;
  }
}
.benefit-icon img {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}
/* Product description mobile spacing override */
@media (max-width: 749px) {
  body .product-description-wrap {
    padding-top: 16px !important;
    margin-top: 0 !important;
  }

  body .product-description {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  body .product-description h2 {
    margin-top: 0 !important;
  }
}
/* Wishlist header entry */
.header-actions {
  min-width: 190px;
}

.pa-wishlist-link {
  flex: 0 0 30px;
}

.pa-wishlist-link span {
  display: block;
  color: #211826;
  font-size: 22px;
  line-height: 1;
  transform: translateY(-1px);
}

.pa-wishlist-link:hover span {
  color: #553061;
}

@media (max-width: 1050px) {
  .header-actions {
    min-width: 0;
    margin-left: 28px;
  }
}

@media (max-width: 700px) {
  .header-actions {
    gap: 8px !important;
    margin-left: 8px;
  }

  .header-actions .pa-icon-link {
    width: 26px;
    height: 30px;
  }
}
}
.site-header .header-actions .pa-wishlist-link svg {
  width: 14px !important;
  height: 14px !important;
  min-width: 14px !important;
}
.site-header .pa-wishlist-link {
  position: relative;
  z-index: 10;
  pointer-events: auto !important;
  cursor: pointer;
}
/* Mobile homepage hero: image first, copy second */
@media screen and (max-width: 749px) {
  .hero {
    display: flex !important;
    flex-direction: column !important;
  }

  .hero-media {
    order: 1 !important;
  }

  .hero-copy {
    order: 2 !important;
  }
}
/* Keep desktop header actions clickable above navigation */
.site-header .header-actions {
  position: relative;
  z-index: 40;
}

.site-header .pa-wishlist-link {
  position: relative;
  z-index: 41;
  pointer-events: auto !important;
  cursor: pointer;
}