.artistern-site-header,
.artistern-site-header *,
.artistern-mobile-menu,
.artistern-mobile-menu *,
.artistern-search-overlay,
.artistern-search-overlay *,
.artistern-site-footer,
.artistern-site-footer * {
  box-sizing: border-box;
  border-radius: 0 !important;
  box-shadow: none !important;
  letter-spacing: 0 !important;
}

.artistern-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  border-bottom: 1px solid #ddd8cf;
  background: rgba(255, 255, 255, .97);
  color: #191714;
  backdrop-filter: blur(16px);
  transform: translateY(0);
  transition:
    transform 320ms cubic-bezier(.22, .75, .2, 1),
    background-color 220ms ease,
    border-color 220ms ease,
    backdrop-filter 220ms ease;
  will-change: transform;
}

.artistern-site-header.is-hidden {
  transform: translateY(calc(-100% - 2px));
}

.artistern-site-header.has-transparent-mode.is-at-top {
  border-bottom-color: transparent;
  background: transparent;
  backdrop-filter: none;
}

.admin-bar .artistern-site-header {
  top: 32px;
}

.artistern-header-main {
  position: relative;
  display: grid;
  min-height: 76px;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 24px;
}

.artistern-header-nav {
  min-width: 0;
}

.artistern-primary-menu,
.artistern-discover-menu,
.artistern-mobile-primary,
.artistern-mobile-collections,
.artistern-mobile-discover,
.artistern-footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.artistern-primary-menu {
  display: flex;
  align-items: center;
  gap: 25px;
}

.artistern-primary-menu a,
.artistern-header-rail a,
.artistern-discover-trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  border: 0 !important;
  background: transparent !important;
  color: #292621 !important;
  font: 600 11px/1.2 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
}

.artistern-primary-menu a {
  min-height: 44px;
}

.artistern-primary-menu a::after,
.artistern-header-rail nav a::after,
.artistern-discover-trigger::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  background: #9a7b2e;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 260ms cubic-bezier(.2, .7, .2, 1);
}

.artistern-primary-menu a:hover::after,
.artistern-primary-menu a:focus-visible::after,
.artistern-primary-menu .current-menu-item > a::after,
.artistern-header-rail nav a:hover::after,
.artistern-header-rail nav a:focus-visible::after,
.artistern-discover-trigger:hover::after,
.artistern-discover.is-open .artistern-discover-trigger::after {
  transform: scaleX(1);
  transform-origin: left;
}

.artistern-header-brand {
  display: flex;
  justify-content: center;
}

.artistern-brand {
  display: inline-flex;
  max-width: 240px;
  align-items: center;
  color: #191714 !important;
  text-decoration: none !important;
}

.artistern-brand-image {
  display: block;
  width: auto;
  max-width: 210px;
  height: 48px;
  object-fit: contain;
}

.artistern-brand-copy strong {
  color: inherit;
  font: 600 22px/1 Georgia, "Times New Roman", serif;
  text-transform: uppercase;
}

.artistern-brand.is-compact .artistern-brand-image {
  max-width: 155px;
  height: 38px;
}

.artistern-brand.is-light {
  color: #fff !important;
}

.artistern-brand.is-light .artistern-brand-image {
  filter: grayscale(1) brightness(0) invert(1);
}

.artistern-header-tools {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
}

.artistern-header-tool,
.artistern-header-menu-button {
  position: relative;
  display: inline-flex !important;
  width: 42px !important;
  min-width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  border: 1px solid transparent !important;
  background: transparent !important;
  color: #191714 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transition: color 180ms ease;
}

.artistern-header-tool:hover,
.artistern-header-tool:focus-visible,
.artistern-header-menu-button:hover,
.artistern-header-menu-button:focus-visible {
  border-color: transparent !important;
  background: transparent !important;
  color: #9a7b2e !important;
}

.artistern-header-tool .artistern-icon,
.artistern-header-menu-button .artistern-icon {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.artistern-header-menu-button {
  display: none !important;
}

.artistern-cart-count,
.artistern-wishlist-count {
  position: absolute;
  top: 2px;
  right: 0;
  display: inline-flex;
  min-width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  background: #191714;
  color: #fff;
  font-size: 9px;
  line-height: 1;
}

.artistern-cart-count:empty,
.artistern-wishlist-count:empty,
.artistern-cart-count:is(:not(:empty))[data-empty="true"] {
  display: none;
}

.artistern-header-currency {
  position: relative;
  margin-left: 7px;
}

.artistern-header-currency .artistern-currency-trigger {
  min-width: 72px !important;
  min-height: 42px !important;
  padding: 0 10px !important;
  border: 1px solid transparent !important;
  background: transparent !important;
  color: #191714 !important;
}

.artistern-header-currency .artistern-currency-trigger:hover,
.artistern-header-currency .artistern-currency-trigger:focus-visible {
  border-color: transparent !important;
  background: transparent !important;
  color: #9a7b2e !important;
}

.artistern-header-currency .artistern-currency-attribution {
  display: none !important;
}

.artistern-header-rail {
  border-top: 1px solid #eeeae3;
}

.artistern-header-rail-inner {
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.artistern-header-rail nav {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 26px;
  overflow-x: auto;
  scrollbar-width: none;
}

.artistern-header-rail nav::-webkit-scrollbar {
  display: none;
}

.artistern-header-rail nav a,
.artistern-discover-trigger {
  min-height: 39px;
  flex: 0 0 auto;
  color: #605b53 !important;
  font-size: 10px !important;
}

.artistern-header-rail-all {
  color: #191714 !important;
  font-weight: 700 !important;
}

.artistern-discover {
  position: relative;
  flex: 0 0 auto;
}

.artistern-discover-trigger {
  gap: 6px;
  padding: 0 !important;
}

.artistern-discover-trigger .artistern-icon {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  transition: transform 180ms ease;
}

.artistern-discover.is-open .artistern-discover-trigger .artistern-icon {
  transform: rotate(180deg);
}

.artistern-discover-menu {
  position: absolute;
  top: calc(100% + 1px);
  right: 0;
  width: 240px;
  border: 1px solid #d6d0c4;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 180ms ease, transform 220ms ease;
}

.artistern-discover.is-open .artistern-discover-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.artistern-discover-menu a {
  display: flex !important;
  min-height: 48px !important;
  align-items: center;
  padding: 0 16px !important;
  border-bottom: 1px solid #eeeae3 !important;
  color: #191714 !important;
  font-size: 12px !important;
  text-transform: none !important;
}

.artistern-discover-menu li:last-child a {
  border-bottom: 0 !important;
}

.artistern-discover-menu a:hover,
.artistern-discover-menu a:focus-visible {
  background: #f7f5f0 !important;
  padding-left: 22px !important;
}

.artistern-menu-scrim {
  position: fixed;
  z-index: 1180;
  inset: 0;
  background: rgba(25, 23, 20, .48);
  opacity: 0;
  transition: opacity 220ms ease;
}

.artistern-menu-scrim.is-visible {
  opacity: 1;
}

.artistern-mobile-menu {
  position: fixed;
  z-index: 1200;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  width: min(430px, 92vw);
  flex-direction: column;
  border-right: 1px solid #d6d0c4;
  background: #fff;
  color: #191714;
  transform: translateX(-102%);
  transition: transform 320ms cubic-bezier(.22, .75, .2, 1);
}

.artistern-mobile-menu.is-open {
  transform: translateX(0);
}

.artistern-mobile-menu-head {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  border-bottom: 1px solid #e7e2d8;
}

.artistern-mobile-menu-body {
  flex: 1 1 auto;
  padding: 24px 22px 32px;
  overflow-y: auto;
}

.artistern-mobile-menu-body nav > p {
  margin: 32px 0 7px;
  color: #8c867c;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.artistern-mobile-primary a,
.artistern-mobile-collections a,
.artistern-mobile-discover a {
  display: flex;
  min-height: 47px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e7e2d8;
  color: #191714 !important;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
}

.artistern-mobile-primary a::after,
.artistern-mobile-collections a::after,
.artistern-mobile-discover a::after {
  content: ">";
  color: #9a7b2e;
  font-size: 20px;
  font-weight: 300;
}

.artistern-mobile-currency {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #e7e2d8;
  color: #706b63;
  font-size: 11px;
}

.artistern-mobile-currency .artistern-currency-attribution {
  display: none !important;
}

.artistern-mobile-menu-actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #d6d0c4;
}

.artistern-mobile-menu-actions a,
.artistern-mobile-menu-actions button {
  display: grid !important;
  min-width: 0 !important;
  min-height: 72px !important;
  place-items: center;
  align-content: center;
  gap: 5px;
  padding: 0 !important;
  border: 0 !important;
  border-right: 1px solid #e7e2d8 !important;
  background: #fff !important;
  color: #191714 !important;
  font-size: 10px !important;
  text-decoration: none !important;
}

.artistern-mobile-menu-actions > :last-child {
  border-right: 0 !important;
}

.artistern-mobile-menu-actions .artistern-icon {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.artistern-search-overlay {
  position: fixed;
  z-index: 1400;
  inset: 0;
  overflow-y: auto;
  background: rgba(255, 255, 255, .99);
  color: #191714;
  opacity: 0;
  transform: translateY(-24px);
  transition: opacity 220ms ease, transform 300ms cubic-bezier(.22, .75, .2, 1);
}

.artistern-search-overlay[hidden] {
  display: none;
}

.artistern-search-overlay.is-open {
  opacity: 1;
  transform: translateY(0);
}

.artistern-search-top {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e7e2d8;
}

.artistern-search-kicker {
  color: #706b63;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.artistern-search-stage {
  padding-top: clamp(48px, 8vh, 100px);
  padding-bottom: 80px;
}

.artistern-search-stage > h2 {
  max-width: 900px;
  margin: 0 0 34px;
  font: 400 72px/1.02 Georgia, "Times New Roman", serif;
}

.artistern-live-search-form {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid #191714;
}

.artistern-live-search-form > .artistern-icon {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
}

.artistern-live-search-form input[type="search"] {
  width: 100%;
  min-width: 0;
  min-height: 72px;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  color: #191714 !important;
  font: 400 28px/1.2 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.artistern-live-search-form input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

.artistern-live-search-form button[type="submit"] {
  display: inline-flex !important;
  min-height: 48px !important;
  align-items: center;
  gap: 10px;
  padding: 0 14px !important;
  border: 0 !important;
  background: transparent !important;
  color: #191714 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

.artistern-live-search-form button .artistern-icon {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: transform 180ms ease;
}

.artistern-live-search-form button:hover .artistern-icon {
  transform: translateX(4px);
}

.artistern-search-status {
  min-height: 28px;
  padding-top: 12px;
  color: #706b63;
  font-size: 12px;
}

.artistern-search-results {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px 64px;
  padding-top: 34px;
}

.artistern-search-group {
  min-width: 0;
}

.artistern-search-group-head {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7px;
  border-bottom: 1px solid #d6d0c4;
}

.artistern-search-group-head h3 {
  margin: 0;
  font: 700 11px/1.2 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-transform: uppercase;
}

.artistern-search-group-head span {
  color: #8c867c;
  font-size: 10px;
}

.artistern-search-result {
  display: grid;
  min-height: 76px;
  align-items: center;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 14px;
  padding: 9px 0;
  border-bottom: 1px solid #eeeae3;
  color: #191714 !important;
  text-decoration: none !important;
}

.artistern-search-result-media {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  overflow: hidden;
  background: #f3f1ec;
}

.artistern-search-result-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.artistern-search-result-copy {
  min-width: 0;
}

.artistern-search-result-copy strong,
.artistern-search-result-copy small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.artistern-search-result-copy strong {
  font-size: 13px;
  font-weight: 600;
}

.artistern-search-result-copy small {
  margin-top: 3px;
  color: #706b63;
  font-size: 11px;
}

.artistern-search-result-price {
  font-size: 12px;
  font-weight: 700;
}

.artistern-search-result:hover .artistern-search-result-copy strong {
  text-decoration: underline;
  text-decoration-color: #9a7b2e;
  text-underline-offset: 4px;
}

.artistern-search-skeleton {
  height: 76px;
  border-bottom: 1px solid #eeeae3;
  background: linear-gradient(90deg, transparent 0, rgba(154, 123, 46, .08) 45%, transparent 80%);
  background-size: 220% 100%;
  animation: artistern-search-loading 1.1s linear infinite;
}

@keyframes artistern-search-loading {
  to { background-position: -220% 0; }
}

.artistern-site-toast-region {
  position: fixed;
  z-index: 2000;
  right: 20px;
  bottom: 20px;
  display: grid;
  width: min(380px, calc(100% - 40px));
  gap: 8px;
}

.artistern-site-toast {
  display: grid;
  min-height: 72px;
  align-items: center;
  grid-template-columns: 3px 30px minmax(0, 1fr) auto;
  gap: 12px;
  padding: 0 14px 0 0;
  border: 1px solid #d6d0c4;
  background: #fff;
  color: #191714;
  animation: artistern-toast-in 220ms ease both;
}

.artistern-site-toast::before {
  width: 3px;
  height: 100%;
  background: #356b4a;
  content: "";
}

.artistern-site-toast.is-error::before {
  background: #a33b32;
}

.artistern-site-toast.is-warning::before { background: #a06b18; }
.artistern-site-toast.is-info::before { background: #426b82; }
.artistern-toast-mark {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid #d6d0c4;
  color: #356b4a;
}
.artistern-site-toast.is-error .artistern-toast-mark { color: #a33b32; }
.artistern-site-toast.is-warning .artistern-toast-mark { color: #a06b18; }
.artistern-site-toast.is-info .artistern-toast-mark { color: #426b82; }
.artistern-toast-mark svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.artistern-site-toast strong { display: block; margin-bottom: 4px; font: 600 11px/1.2 Arial, sans-serif; }
.artistern-site-toast p {
  margin: 0;
  color: #6e6a62;
  font-size: 11px;
  line-height: 1.45;
}

.artistern-site-toast button {
  width: 30px;
  height: 30px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #191714 !important;
}

@keyframes artistern-toast-in {
  from { opacity: 0; transform: translateY(12px); }
}

.artistern-site-footer {
  background: #191714;
  color: #bdb6aa;
}

.artistern-footer-inner {
  display: grid;
  grid-template-columns: minmax(280px, .85fr) minmax(0, 2fr);
  gap: 88px;
  padding-top: 82px;
  padding-bottom: 70px;
}

.artistern-footer-brand p {
  max-width: 390px;
  margin: 25px 0 0;
  color: #aaa398;
  font-size: 13px;
  line-height: 1.8;
}

.artistern-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 26px;
}

.artistern-footer-socials a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #e5dfd5 !important;
  font-size: 11px;
}

.artistern-footer-socials .artistern-icon {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.artistern-footer-columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}

.artistern-footer-column h2 {
  margin: 0 0 20px;
  color: #fff;
  font: 700 10px/1.3 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-transform: uppercase;
}

.artistern-footer-menu a {
  display: inline-block;
  padding: 6px 0;
  color: #aaa398 !important;
  font-size: 12px;
  text-decoration: none !important;
  transition: color 160ms ease, transform 160ms ease;
}

.artistern-footer-menu a:hover,
.artistern-footer-menu a:focus-visible {
  color: #fff !important;
  transform: translateX(3px);
}

.artistern-footer-base {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #37332e;
  color: #827b70;
  font-size: 11px;
}

.artistern-footer-base a {
  color: #d8d2c8 !important;
}

@media (max-width: 1180px) {
  .artistern-header-main {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .artistern-header-nav,
  .artistern-header-rail {
    display: none;
  }

  .artistern-header-menu-button {
    display: inline-flex !important;
  }

  .artistern-header-brand {
    justify-content: flex-start;
  }
}

@media (max-width: 782px) {
  .admin-bar .artistern-site-header {
    top: 46px;
  }
}

@media (max-width: 760px) {
  .artistern-header-main {
    width: calc(100% - 24px);
    min-height: 66px;
    gap: 6px;
  }

  .artistern-brand-image {
    max-width: 135px;
    height: 38px;
  }

  .artistern-brand-copy strong {
    font-size: 17px;
  }

  .artistern-header-currency,
  .artistern-wishlist-link,
  .artistern-header-tools > a:not(.artistern-cart-link) {
    display: none !important;
  }

  .artistern-header-tool,
  .artistern-header-menu-button {
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
  }

  .artistern-search-top,
  .artistern-search-stage {
    width: calc(100% - 32px);
  }

  .artistern-search-stage {
    padding-top: 42px;
    padding-bottom: 54px;
  }

  .artistern-search-stage > h2 {
    margin-bottom: 24px;
    font-size: 38px;
  }

  .artistern-live-search-form {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
  }

  .artistern-live-search-form button[type="submit"] {
    grid-column: 1 / -1;
    justify-content: flex-end;
    border-top: 1px solid #e7e2d8 !important;
  }

  .artistern-search-results {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }

  .artistern-footer-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 48px;
    padding-top: 58px;
    padding-bottom: 52px;
  }

  .artistern-footer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 24px;
  }

  .artistern-footer-base {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

.artistern-public-artists-page {
  width: 100%;
  padding: 64px 32px 96px;
}

@media (max-width: 640px) {
  .artistern-public-artists-page {
    padding: 24px 0 64px;
  }
}

@media (max-width: 480px) {
  .artistern-footer-columns {
    grid-template-columns: minmax(0, 1fr);
  }

  .artistern-search-result {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .artistern-search-result-price {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .artistern-site-header,
  .artistern-site-header *,
  .artistern-mobile-menu,
  .artistern-search-overlay,
  .artistern-site-toast {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}

/* Storefront header, mobile navigation, and shopping bag. */
.artistern-site-header,
.artistern-mobile-menu,
.artistern-mini-cart,
.artistern-mini-cart-scrim,
.artistern-mini-cart * {
  border-radius: 0 !important;
  box-shadow: none !important;
  letter-spacing: 0;
}

.artistern-header-main {
  min-height: 78px;
  grid-template-columns: minmax(160px, 1fr) minmax(0, auto) minmax(250px, 1fr);
  gap: clamp(18px, 2.4vw, 42px);
}

.artistern-header-brand {
  min-width: 150px;
  justify-content: flex-start;
}

.artistern-header-brand-mobile { display: none; }

.artistern-header-navigation-wrap {
  display: block;
  min-width: 0;
  max-width: 100%;
  justify-self: center;
  overflow: hidden;
}

.artistern-header-navigation { display: flex; min-height: 44px; margin: 0; padding: 0; align-items: center; justify-content: center; gap: clamp(14px, 1.5vw, 28px); list-style: none; overflow-x: auto; scrollbar-width: none; }
.artistern-header-navigation::-webkit-scrollbar { display: none; }
.artistern-header-navigation li { flex: 0 0 auto; }
.artistern-header-navigation a { position: relative; display: inline-flex; min-height: 44px; align-items: center; border: 0 !important; background: transparent !important; color: #4f4a43 !important; font: 600 12px/1.2 Arial, Helvetica, sans-serif !important; text-decoration: none !important; text-transform: uppercase; white-space: nowrap; }
.artistern-header-navigation a::after { position: absolute; right: 0; bottom: 5px; left: 0; height: 1px; background: #9a7b2e; content: ""; transform: scaleX(0); transform-origin: right; transition: transform 240ms cubic-bezier(.2,.7,.2,1); }
.artistern-header-navigation a:hover::after,
.artistern-header-navigation a:focus-visible::after,
.artistern-header-navigation .current-menu-item > a::after { transform: scaleX(1); transform-origin: left; }

.artistern-header-tools { gap: 1px; justify-self: end; }
.artistern-header-currency { margin-right: 0; margin-left: 4px; }
.artistern-site-header .artistern-header-currency .artistern-currency-trigger { min-width: 0 !important; min-height: 42px !important; padding: 0 5px !important; border-color: transparent !important; background: transparent !important; }
.artistern-site-header .artistern-header-currency .artistern-currency-trigger:hover,
.artistern-site-header .artistern-header-currency .artistern-currency-trigger:focus-visible { border-color: transparent !important; background: transparent !important; color: #9a7b2e !important; }
.artistern-site-header .artistern-header-tool:hover,
.artistern-site-header .artistern-header-tool:focus-visible,
.artistern-site-header .artistern-header-menu-button:hover,
.artistern-site-header .artistern-header-menu-button:focus-visible { border-color: transparent !important; background: transparent !important; color: #9a7b2e !important; }

.artistern-mobile-menu-nav { margin-top: 0; }
.artistern-mobile-navigation { margin: 0; padding: 0; list-style: none; }
.artistern-mobile-navigation a { display: flex; min-height: 52px; padding: 0 4px; align-items: center; border-bottom: 1px solid #e7e2d8; color: #191714 !important; font: 500 14px/1.3 Arial,sans-serif; text-decoration: none !important; }
.artistern-mobile-nav-icon { display: none !important; }
.artistern-mobile-menu-actions { display: grid; grid-template-columns: 1fr; margin-top: 22px; border-top: 1px solid #d6d0c4; }
.artistern-mobile-menu-actions > a,
.artistern-mobile-menu-actions > .artistern-mobile-currency { display: grid !important; min-height: 52px !important; grid-template-columns: minmax(0,1fr) auto; gap: 12px; padding: 0 4px !important; align-items: center; border: 0 !important; border-bottom: 1px solid #e7e2d8 !important; background: #fff !important; color: #191714 !important; font: 500 14px/1 Arial,sans-serif !important; text-decoration: none !important; }
.artistern-mobile-action-label { display: inline-flex; min-width: 0; gap: 10px; align-items: center; justify-self: start; }
.artistern-mobile-menu-actions .artistern-icon { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.artistern-mobile-menu-actions .is-trailing { justify-self: end; color: #8f7029; }
.artistern-mobile-menu-actions .artistern-mobile-currency { margin: 0; color: #191714; font-size: 14px; }
.artistern-mobile-menu-actions .artistern-mobile-currency > .artistern-currency-switcher { justify-self: end; }
.artistern-mobile-menu-actions .artistern-mobile-currency .artistern-currency-trigger,
.artistern-mobile-menu-actions .artistern-mobile-currency .artistern-currency-static { min-width: 0 !important; min-height: 40px !important; padding: 0 !important; border: 0 !important; background: transparent !important; }
.artistern-mobile-menu-actions .artistern-mobile-currency .artistern-currency-attribution { display: none !important; }

.artistern-mini-cart-scrim { position: fixed; z-index: 1280; inset: 0; background: rgba(25,23,20,.5); opacity: 0; transition: opacity 220ms ease; }
.artistern-mini-cart-scrim.is-visible { opacity: 1; }
.artistern-mini-cart { position: fixed; z-index: 1300; top: 0; right: 0; bottom: 0; width: min(470px, 94vw); border-left: 1px solid #d6d0c4; background: #fff; color: #191714; transform: translateX(102%); transition: transform 340ms cubic-bezier(.22,.75,.2,1); }
.artistern-mini-cart.is-open { transform: translateX(0); }
.artistern-mini-cart-content { position: relative; display: flex; height: 100%; flex-direction: column; }
.artistern-mini-cart-head { display: flex; min-height: 84px; padding: 18px 22px; align-items: center; justify-content: space-between; border-bottom: 1px solid #ded9cf; }
.artistern-mini-cart-head p { margin: 0 0 5px; color: #8f7029; font: 700 9px/1 Arial,sans-serif; text-transform: uppercase; }
.artistern-mini-cart-head h2 { margin: 0; font: 400 26px/1 Georgia,serif; }
.artistern-mini-cart-head h2 span { color: #777168; font: 500 11px/1 Arial,sans-serif; }
.artistern-mini-cart-close { display: grid !important; width: 38px !important; height: 38px !important; padding: 0 !important; place-items: center; border: 1px solid #ded9cf !important; background: #fff !important; color: #191714 !important; }
.artistern-mini-cart-close .artistern-icon { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.artistern-mini-cart-items { min-height: 0; padding: 0 22px; flex: 1 1 auto; overflow-y: auto; }
.artistern-mini-cart-item { display: grid; grid-template-columns: 96px minmax(0,1fr); gap: 16px; padding: 22px 0; border-bottom: 1px solid #e7e2d8; }
.artistern-mini-cart-image { display: grid; width: 96px; height: 120px; place-items: center; overflow: hidden; background: #f3f1ec; }
.artistern-mini-cart-image img { display: block; width: 100% !important; height: 100% !important; margin: 0 !important; object-fit: contain; }
.artistern-mini-cart-copy { min-width: 0; }
.artistern-mini-cart-copy > p { margin: 0 0 6px; color: #8f7029; font: 700 9px/1.3 Arial,sans-serif; text-transform: uppercase; }
.artistern-mini-cart-copy > p a { color: inherit !important; text-decoration: none !important; }
.artistern-mini-cart-copy h3 { margin: 0 0 16px; font: italic 400 17px/1.3 Georgia,serif; }
.artistern-mini-cart-copy h3 a { color: #191714 !important; text-decoration: none !important; }
.artistern-mini-cart-row { display: flex; gap: 12px; align-items: center; justify-content: space-between; }
.artistern-mini-cart-row > strong { font: 600 12px/1 Arial,sans-serif; white-space: nowrap; }
.artistern-mini-cart-quantity { display: grid; grid-template-columns: 28px 34px 28px; height: 30px; border: 1px solid #d9d4ca; }
.artistern-mini-cart-quantity button { display: grid !important; width: 28px !important; height: 28px !important; min-height: 0 !important; padding: 0 !important; place-items: center; border: 0 !important; background: #fff !important; color: #191714 !important; }
.artistern-mini-cart-quantity button .artistern-icon { width: 12px; height: 12px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.artistern-mini-cart-quantity input { width: 34px !important; min-width: 0 !important; height: 28px !important; padding: 0 !important; border: 0 !important; border-right: 1px solid #eeeae3 !important; border-left: 1px solid #eeeae3 !important; background: #fff !important; color: #191714 !important; font: 600 11px/1 Arial,sans-serif !important; text-align: center; appearance: textfield; }
.artistern-mini-cart-quantity input::-webkit-inner-spin-button { appearance: none; }
.artistern-mini-cart-fixed-quantity { color: #706b63; font-size: 11px; }
.artistern-mini-cart-remove { display: inline-flex !important; min-height: 24px !important; gap: 5px; margin-top: 12px; padding: 0 !important; align-items: center; border: 0 !important; background: transparent !important; color: #777168 !important; font: 500 10px/1 Arial,sans-serif !important; }
.artistern-mini-cart-remove .artistern-icon { width: 11px; height: 11px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.artistern-mini-cart-footer { padding: 20px 22px 24px; border-top: 1px solid #d6d0c4; background: #faf9f6; }
.artistern-mini-cart-footer > div { display: flex; align-items: center; justify-content: space-between; }
.artistern-mini-cart-footer > div span { color: #706b63; font-size: 11px; text-transform: uppercase; }
.artistern-mini-cart-footer > div strong { font: 600 17px/1 Georgia,serif; }
.artistern-mini-cart-footer > p { margin: 8px 0 18px; color: #777168; font-size: 10px; }
.artistern-mini-cart-checkout,
.artistern-mini-cart-view,
.artistern-mini-cart-empty > a { display: flex !important; min-height: 48px; padding: 0 16px; align-items: center; justify-content: center; border: 1px solid #191714 !important; color: #191714 !important; font: 600 11px/1 Arial,sans-serif; text-decoration: none !important; }
.artistern-mini-cart-checkout { gap: 10px; background: #191714 !important; color: #fff !important; }
.artistern-mini-cart-checkout .artistern-icon,
.artistern-mini-cart-empty > a .artistern-icon { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.artistern-mini-cart-view { min-height: 36px; border: 0 !important; background: transparent !important; text-decoration: underline !important; text-underline-offset: 3px; }
.artistern-mini-cart-empty { display: grid; min-height: 0; padding: 58px 28px; flex: 1 1 auto; place-items: center; align-content: center; text-align: center; }
.artistern-mini-cart-empty > .artistern-icon { width: 35px; height: 35px; margin-bottom: 22px; fill: none; stroke: #8f7029; stroke-width: 1.2; }
.artistern-mini-cart-empty h3 { margin: 0 0 10px; font: 400 28px/1.1 Georgia,serif; }
.artistern-mini-cart-empty p { max-width: 34ch; margin: 0 0 24px; color: #706b63; font-size: 12px; line-height: 1.6; }
.artistern-mini-cart-empty > a { gap: 9px; padding: 0 20px; }
.artistern-mini-cart-loading { position: absolute; z-index: 4; inset: 84px 0 0; padding: 24px; background: rgba(255,255,255,.9); }
.artistern-mini-cart-loading[hidden] { display: none !important; }
.artistern-mini-cart-loading span { display: block; height: 110px; margin-bottom: 14px; background: #efede8; animation: artisternMiniCartPulse .9s ease-in-out infinite alternate; }
@keyframes artisternMiniCartPulse { to { opacity: .45; } }

@media (max-width: 1180px) {
  .artistern-header-main { min-height: 68px; grid-template-columns: minmax(0,1fr) auto; gap: 10px; }
  .artistern-header-navigation-wrap,
  .artistern-header-brand-desktop,
  .artistern-header-currency,
  .artistern-wishlist-link,
  .artistern-account-link { display: none !important; }
  .artistern-header-brand-mobile { display: inline-flex; }
  .artistern-header-menu-button { display: inline-flex !important; }
  .artistern-header-tools { width: auto; gap: 0; }
  .artistern-header-tool,
  .artistern-header-menu-button { width: 40px !important; min-width: 40px !important; height: 40px !important; min-height: 40px !important; }
  .artistern-mobile-menu { display: flex; }
}

@media (max-width: 760px) {
  .artistern-header-main { width: calc(100% - 24px); }
  .artistern-header-brand { min-width: 0; }
  .artistern-header-brand-mobile .artistern-brand-image { width: auto; max-width: 150px; height: 34px; }
  .artistern-header-tool,
  .artistern-header-menu-button { width: 38px !important; min-width: 38px !important; height: 38px !important; min-height: 38px !important; }
  .artistern-mobile-menu { width: 100%; border-right: 0; }
  .artistern-mobile-menu-head { min-height: 68px; padding: 10px 14px; }
  .artistern-mobile-menu-body { padding: 20px 18px 34px; }
  .artistern-mini-cart { width: 100%; border-left: 0; }
  .artistern-mini-cart-item { grid-template-columns: 82px minmax(0,1fr); }
  .artistern-mini-cart-image { width: 82px; height: 104px; }
}

/* Public storefront breadcrumb. */
.artistern-breadcrumbs {
  background: #fff;
  color: #777168;
}

.artistern-breadcrumbs ol {
  display: flex;
  min-height: 44px;
  gap: 7px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  align-items: center;
  overflow: hidden;
  list-style: none;
}

.artistern-breadcrumbs li:not(.artistern-breadcrumb-separator) {
  min-width: 0;
  flex: 0 1 auto;
  font-size: 11px;
  line-height: 1.3;
  white-space: nowrap;
}

.artistern-breadcrumbs li[aria-current="page"] {
  overflow: hidden;
  color: #191714;
  text-overflow: ellipsis;
}

.artistern-breadcrumbs a {
  color: #777168 !important;
  text-decoration: none !important;
  transition: color 160ms ease;
}

.artistern-breadcrumbs a:hover,
.artistern-breadcrumbs a:focus-visible {
  color: #191714 !important;
}

.artistern-breadcrumb-separator {
  display: grid;
  flex: 0 0 14px;
  place-items: center;
  color: #b2aa9e;
}

.artistern-breadcrumb-separator .artistern-icon {
  width: 12px;
  height: 12px;
  stroke-width: 1.5;
}

@media (max-width: 640px) {
  .artistern-breadcrumbs ol { min-height: 40px; gap: 5px; }
  .artistern-breadcrumbs li:not(.artistern-breadcrumb-separator) { font-size: 10px; }
  .artistern-breadcrumbs li:not(:first-child):not(:last-child):not(.artistern-breadcrumb-separator) { display: none; }
  .artistern-breadcrumbs li:not(:first-child):not(:last-child) + .artistern-breadcrumb-separator { display: none; }
}
