/* WooCommerce surfaces are intentionally scoped so the parent site cannot restyle them. */
.artistern-woocommerce-page,
.woocommerce-page .artistern-single-product,
.artistern-collection-page {
  --wc-ink: #171714;
  --wc-muted: #6e6a62;
  --wc-line: #dedbd3;
  --wc-line-strong: #b8b3aa;
  --wc-paper: #fff;
  --wc-soft: #f5f4f0;
  --wc-accent: #9b6b21;
  color: var(--wc-ink);
  direction: ltr;
  text-align: left;
}

.artistern-woocommerce-page *,
.woocommerce-page .artistern-single-product *,
.artistern-collection-page * { box-sizing: border-box; }

.artistern-woocommerce-page :where(button, .button, input, select, textarea, a),
.woocommerce-page .artistern-single-product :where(button, .button, input, select, textarea, a),
.artistern-collection-page :where(button, .button, input, select, textarea, a) {
  border-radius: 0 !important;
  box-shadow: none !important;
  letter-spacing: 0 !important;
}

.artistern-woocommerce-page :where(input:not([type="checkbox"]):not([type="radio"]), select, textarea),
.woocommerce-page .artistern-single-product :where(input:not([type="checkbox"]):not([type="radio"]), select, textarea),
.artistern-collection-page :where(input:not([type="checkbox"]):not([type="radio"]), select, textarea) {
  width: 100%;
  min-height: 46px;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid var(--wc-line-strong) !important;
  outline: 0;
  background: var(--wc-paper) !important;
  color: var(--wc-ink) !important;
  font: 400 14px/1.4 Arial, sans-serif !important;
  transition: border-color .2s ease, background-color .2s ease;
}

.artistern-woocommerce-page :where(input, select, textarea):focus,
.woocommerce-page .artistern-single-product :where(input, select, textarea):focus,
.artistern-collection-page :where(input, select, textarea):focus { border-color: var(--wc-ink) !important; }

.artistern-woocommerce-page :where(input[type="checkbox"], input[type="radio"]),
.artistern-collection-page :where(input[type="checkbox"], input[type="radio"]) {
  width: 16px !important;
  min-width: 16px;
  height: 16px !important;
  margin: 0;
  accent-color: var(--wc-ink);
}

.artistern-commerce-page { padding: 64px 0 100px; }
.artistern-commerce-shell > .artistern-entry-content { margin: 0; }
.artistern-commerce-shell > .artistern-entry-content > .woocommerce { width: 100%; }
.artistern-commerce-heading { max-width: 700px; margin: 0 0 48px; }
.artistern-commerce-heading h1 { margin: 5px 0 14px; font: 400 72px/1 Georgia, serif; }
.artistern-commerce-heading > p:last-child { margin: 0; color: var(--wc-muted); font-size: 15px; line-height: 1.7; }
.artistern-cart-empty { max-width: 820px; padding: 70px 0 100px; }
.artistern-cart-empty h1 { margin: 0 0 18px; font: 400 76px/1.04 Georgia, serif; }
.artistern-cart-empty > p:not(.artistern-eyebrow) { max-width: 600px; margin-bottom: 30px; color: var(--wc-muted); font-size: 15px; }

/* Canonical product card. */
.artistern-woocommerce-page ul.products,
ul.products.artistern-product-grid,
.artistern-product-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px 22px;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.artistern-woocommerce-page ul.products::before,
.artistern-woocommerce-page ul.products::after,
ul.products.artistern-product-grid::before,
ul.products.artistern-product-grid::after { display: none !important; }

.artistern-product-card.product {
  position: relative;
  float: none !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.artistern-product-card-media {
  position: relative;
  display: grid;
  height: clamp(300px, 28vw, 470px);
  place-items: end center;
  overflow: hidden;
  background: var(--wc-soft);
}

.artistern-product-card-media > a { display: grid; width: 100%; height: 100%; place-items: end center; overflow: hidden; }
.artistern-product-card-media img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: center bottom;
  transition: transform .55s cubic-bezier(.2,.72,.2,1);
}
.artistern-product-card:hover .artistern-product-card-media img,
.artistern-product-card:focus-within .artistern-product-card-media img { transform: scale(1.025); }
.artistern-product-card-no-image { display: grid; width: 100%; height: 100%; place-items: center; color: var(--wc-muted); font: 12px/1 Arial, sans-serif; text-transform: uppercase; }
.artistern-card-wishlist {
  position: absolute !important;
  z-index: 3;
  top: 12px;
  right: 12px;
  display: inline-flex !important;
  width: 40px;
  height: 40px;
  padding: 0 !important;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(23,23,20,.18) !important;
  background: rgba(255,255,255,.94) !important;
  color: var(--wc-ink) !important;
  opacity: 0;
  transform: translateY(5px);
  transition: opacity .2s ease, transform .2s ease, background-color .2s ease !important;
}
.artistern-card-wishlist .artistern-icon { width: 18px; height: 18px; fill: transparent; }
.artistern-card-wishlist span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.artistern-card-wishlist.is-active .artistern-icon { fill: currentColor; }
.artistern-product-card:hover .artistern-card-wishlist,
.artistern-card-wishlist:focus-visible,
.artistern-card-wishlist.is-active { opacity: 1; transform: none; }
.artistern-card-wishlist:hover { background: var(--wc-ink) !important; color: #fff !important; }
.artistern-card-state { position: absolute; bottom: 10px; left: 10px; padding: 7px 9px; background: rgba(23,23,20,.92); color: #fff; font: 600 9px/1 Arial, sans-serif; text-transform: uppercase; }
.artistern-product-card-copy { padding-top: 13px; }
.artistern-product-card-title-line { position: relative; padding-right: 8px; }
.artistern-product-card-artist { margin-bottom: 4px; color: var(--wc-ink); font: 500 14px/1.3 Arial, sans-serif; }
.artistern-product-card-artist a { color: inherit !important; text-decoration: none !important; }
.artistern-product-card h2 { margin: 0 !important; padding: 0 !important; font: italic 400 15px/1.4 Georgia, serif !important; }
.artistern-product-card h2 a { color: var(--wc-muted) !important; text-decoration: none !important; }
.artistern-product-card-origin { min-height: 19px; margin: 2px 0 0; overflow: hidden; color: var(--wc-muted); font: 400 12px/1.45 Arial, sans-serif; text-overflow: ellipsis; white-space: nowrap; }
.artistern-product-card-origin a { color: inherit !important; text-decoration: none !important; }
.artistern-product-card-price { margin-top: 2px; color: var(--wc-ink); font: 600 15px/1.35 Arial, sans-serif; }
.artistern-product-card-price .price { color: inherit !important; font: inherit !important; }

.artistern-product-breadcrumb { padding: 22px 0; border-bottom: 1px solid var(--wc-line); color: var(--wc-muted); font: 500 10px/1.4 Arial, sans-serif; text-transform: uppercase; }
.artistern-product-breadcrumb .woocommerce-breadcrumb { margin: 0 !important; color: inherit !important; font: inherit !important; }
.artistern-product-breadcrumb .woocommerce-breadcrumb a { color: var(--wc-ink) !important; text-decoration: none !important; }
.artistern-product-breadcrumb .woocommerce-breadcrumb span { padding: 0 9px; color: var(--wc-line-strong); }

/* Collection. */
.artistern-collection-page {
  --collection-paper: #f7f4ee;
  --collection-gold: #c8a45c;
  --collection-gold-soft: #f0e4c8;
  padding: 0;
  overflow-x: clip;
  color: var(--wc-ink);
}
.artistern-collection-shell { width: min(1440px, calc(100% - 64px)); margin-right: auto; margin-left: auto; }
.artistern-collection-head { max-width: 800px; padding-top: 52px; }
.artistern-collection-eyebrow { margin: 0 0 14px; color: var(--collection-gold); font-size: 11.5px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.artistern-collection-head h1 { margin: 0 0 16px; font: 400 48px/1.08 Georgia, serif; }
.artistern-collection-head > p:last-child { margin: 0; color: #3a3a3a; font: 400 16px/1.75 Georgia, serif; }
.artistern-collection-categories { display: flex; flex-wrap: wrap; gap: 4px 24px; margin-top: 34px; border-bottom: 1px solid var(--wc-line); }
.artistern-collection-categories button { min-height: 0; margin: 0 0 -1px; padding: 10px 2px 12px !important; border: 0 !important; border-bottom: 2px solid transparent !important; background: transparent !important; color: var(--wc-muted) !important; font: 600 13px/1.3 Arial, sans-serif !important; }
.artistern-collection-categories button:hover,
.artistern-collection-categories button.is-active { border-bottom-color: var(--collection-gold) !important; color: var(--wc-ink) !important; }
.artistern-catalog-tools { position: relative; z-index: 8; padding-top: 22px; padding-bottom: 4px; }
.artistern-catalog-filter-form { display: flex; flex-direction: column; gap: 10px; }
.artistern-catalog-filter-head,
.artistern-catalog-filter-group-title,
.artistern-catalog-filter-footer { display: none; }
.artistern-catalog-filter-row { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
[data-catalog-dynamic-attributes] { display: contents; }
.artistern-catalog-select { position: relative; display: inline-block; }
.artistern-catalog-select::after,
.artistern-catalog-sort::after { position: absolute; top: 50%; right: 11px; color: var(--wc-muted); content: "▾"; font-size: 10px; pointer-events: none; transform: translateY(-50%); }
.artistern-catalog-select select,
.artistern-catalog-sort select { width: auto; max-width: 190px; min-height: 36px; margin: 0; padding: 8px 30px 8px 13px; appearance: none; border: 1px solid var(--wc-line) !important; background: #fff !important; color: var(--wc-ink) !important; font: 500 12.5px/1.4 Arial, sans-serif !important; cursor: pointer; }
.artistern-catalog-select select:focus,
.artistern-catalog-sort select:focus { border-color: var(--collection-gold) !important; outline: 0; }
.artistern-catalog-select.is-set select { border-color: var(--wc-ink) !important; background: var(--wc-soft) !important; }
.artistern-catalog-filter-row.is-secondary .artistern-catalog-select select { min-height: 34px; padding: 7px 27px 7px 12px; background: #fafafa !important; color: var(--wc-muted) !important; font-size: 12px !important; }
.artistern-catalog-filter-row.is-secondary .artistern-catalog-select.is-set select { border-color: var(--wc-ink) !important; background: var(--wc-soft) !important; color: var(--wc-ink) !important; }
.artistern-catalog-sort { position: relative; display: flex; gap: 8px; margin-left: auto; align-items: center; color: var(--wc-muted); font-size: 12px; }
.artistern-catalog-sort::after { top: 50%; }
.artistern-catalog-reset,
.artistern-catalog-footer-clear { padding: 8px 4px !important; border: 0 !important; background: transparent !important; color: var(--wc-muted) !important; font: 600 12px/1.3 Arial, sans-serif !important; text-decoration: underline; text-underline-offset: 3px; }
.artistern-catalog-reset:hover,
.artistern-catalog-footer-clear:hover { color: var(--wc-ink) !important; }
.artistern-catalog-chips { display: flex; flex-wrap: wrap; gap: 8px; padding-top: 14px; }
.artistern-catalog-chips[hidden] { display: none; }
.artistern-catalog-chip { display: inline-flex; min-height: 32px; gap: 7px; padding: 6px 12px; align-items: center; border: 1px solid var(--collection-gold); background: #fdf9f0; color: #6d5420; font: 500 12px/1.3 Arial, sans-serif; }
.artistern-catalog-chip span { color: #a9822f; font-weight: 600; }
.artistern-catalog-chip b { font-size: 13px; }
.artistern-catalog-chip:hover { background: var(--collection-gold-soft); }
.artistern-catalog-chip.is-clear { border-color: var(--wc-line); background: #fff; color: var(--wc-muted); }
.artistern-catalog-results { position: relative; }
.artistern-catalog-result-line { margin: 16px 0 24px; color: var(--wc-muted); font-size: 13px; }
.artistern-collection-page ul.products.artistern-product-grid { display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)) !important; grid-auto-rows: 1px; column-gap: 26px !important; row-gap: 0 !important; }
.artistern-product-card--collection {
  --wc-ink: #171714;
  --wc-muted: #6e6a62;
  --wc-line: #dedbd3;
  --wc-soft: #f5f4f0;
  --collection-gold: #9b6b21;
  display: flex;
  flex-direction: column;
}
.artistern-product-card--collection.product { padding-bottom: 40px !important; }
.artistern-collection-card-media { position: relative; overflow: hidden; border: 1px solid var(--wc-line); background: var(--wc-soft); }
.artistern-card-artwork-link { position: relative; display: block; width: 100%; overflow: hidden; }
.artistern-card-artwork-link img { display:block; width:100% !important; height:auto !important; margin:0 !important; transform:scale(1); transform-origin:var(--artistern-card-origin-x,50%) var(--artistern-card-origin-y,50%); transition:transform .62s cubic-bezier(.2,.72,.2,1); }
.artistern-collection-card-media.is-artwork-hovering .artistern-card-artwork-link img { transform:scale(2); }
.artistern-collection-card-badge { position: absolute; z-index: 3; top: 10px; left: 10px; padding: 4px 9px; background: var(--collection-gold); color: var(--wc-ink); font-size: 10.5px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.artistern-collection-card-badge.is-sold { background:#171714 !important; color:#fff !important; }
.artistern-product-card--collection .artistern-card-wishlist { top: 8px; right: 8px; width: 32px; height: 32px; border: 0 !important; opacity: 0; transform: translateY(-5px); pointer-events: none; }
.artistern-product-card--collection:hover .artistern-card-wishlist,
.artistern-product-card--collection:focus-within .artistern-card-wishlist { opacity: 1; transform: none; pointer-events: auto; }
.artistern-product-card--collection .artistern-card-wishlist svg { width: 15px; height: 15px; }

@media (hover: none) {
  .artistern-product-card--collection .artistern-card-wishlist { opacity: 1; transform: none; pointer-events: auto; }
}
.artistern-collection-card-body { display: flex; padding-top: 13px; flex: 1; flex-direction: column; }
.artistern-product-card--collection .artistern-collection-card-body :is(h2,h3) { margin: 0 !important; font: 400 16.5px/1.3 Georgia, serif !important; }
.artistern-product-card--collection .artistern-collection-card-body :is(h2,h3) a { color: var(--wc-ink) !important; }
.artistern-product-card--collection .artistern-collection-card-body :is(h2,h3) a:hover { text-decoration: underline !important; text-underline-offset: 3px; }
.artistern-collection-card-artist { margin-top: 5px; color: var(--wc-muted); font: 600 11.5px/1.35 Arial, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.artistern-collection-card-artist a { color: inherit !important; }
.artistern-collection-card-spec { margin: 4px 0 0; color: var(--wc-muted); font-size: 12.5px; }
.artistern-collection-card-row { display: flex; gap: 10px; margin-top: 10px; align-items: center; justify-content: space-between; }
.artistern-collection-card-price { font-size: 14.5px; font-weight: 600; font-variant-numeric: tabular-nums; }
.artistern-collection-card-price .price { color: inherit !important; font: inherit !important; }
.artistern-collection-card-price.is-sold { color: var(--collection-gold); }
.artistern-collection-cart-button,
.artistern-collection-page a.artistern-collection-cart-button { display: inline-flex !important; min-height: 34px; margin: 0 !important; padding: 7px 14px !important; align-items: center; justify-content: center; border: 1px solid var(--wc-line) !important; background: #fff !important; color: var(--wc-ink) !important; font: 600 12px/1.3 Arial, sans-serif !important; }
.artistern-collection-cart-button:hover,
.artistern-collection-page a.artistern-collection-cart-button:hover { border-color: var(--wc-ink) !important; background: var(--wc-ink) !important; color: #fff !important; }
.artistern-collection-cart-button[disabled] { opacity: .45; cursor: default; }
.artistern-curator-break { display: flex; gap: 40px; margin:12px 0 52px; padding: 40px 44px !important; align-items: center; border: 1px solid var(--wc-line) !important; background: radial-gradient(600px 260px at 90% 0%, rgba(200,164,92,.1), transparent 60%), var(--collection-paper) !important; }
.artistern-curator-break-copy { flex: 1; }
.artistern-curator-break-copy > p { margin: 0 0 12px; color: var(--collection-gold); font-size: 11.5px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.artistern-curator-break-copy blockquote { max-width: 56ch; margin: 0 0 16px; font: italic 17.5px/1.65 Georgia, serif; }
.artistern-curator-break-copy a { font-size: 13px; font-weight: 600; }
.artistern-curator-break-copy a svg { display: inline-block; width: 15px; margin-left: 6px; vertical-align: middle; transition: transform .2s ease; }
.artistern-curator-break-copy a:hover svg { transform: translateX(4px); }
.artistern-curator-break figure { width: 200px; margin: 0; flex: 0 0 200px; }
.artistern-curator-break figure > div { height: 210px; overflow: hidden; border: 1px solid var(--wc-line); box-shadow:none; }
.artistern-curator-break figure img { width: 100%; height: 100%; object-fit: cover; }
.artistern-curator-break figcaption { margin-top: 9px; color: var(--wc-muted); font-size: 11.5px; text-align: center; }
.artistern-catalog-load-more { display: flex; margin-top: 55px; justify-content: center; }
.artistern-catalog-load-more button { min-height: 48px; padding: 0 24px; border: 1px solid var(--wc-ink); background: #fff; color: var(--wc-ink); font-size: 12px; font-weight: 600; }
.artistern-catalog-load-more button:hover { background: var(--wc-ink); color: #fff; }
.artistern-catalog-empty { padding: 80px 24px; text-align: center; }
.artistern-catalog-empty h2 { margin: 0 0 6px; font: 400 24px/1.3 Georgia, serif; }
.artistern-catalog-empty p { margin: 0 0 20px; color: var(--wc-muted); }
.artistern-catalog-empty button { min-height: 44px; padding: 10px 20px; border: 1px solid var(--wc-line); background: #fff; font-size: 13px; font-weight: 600; }
.artistern-collection-curator-cta { margin-top: 92px; padding: 64px 24px 68px; border-top: 1px solid var(--wc-line); background: #fafafa; text-align: center; }
.artistern-collection-curator-cta h2 { margin: 0 0 8px; font: 400 24px/1.3 Georgia, serif; }
.artistern-collection-curator-cta p { margin: 0 0 22px; color: var(--wc-muted); }
.artistern-collection-curator-cta a { display: inline-flex; min-height: 46px; padding: 12px 26px; align-items: center; border: 1px solid var(--wc-ink); background: var(--wc-ink); color: #fff; font-size: 13.5px; font-weight: 600; }
.artistern-catalog-mobile-filter,
.artistern-catalog-filter-scrim { display: none; }
.artistern-collection-page.is-loading [data-catalog-product-flow] { pointer-events: none; }
.artistern-collection-skeleton > span { display: block; height: 300px; background: #ece9e2; animation: artisternCollectionSkeleton 1s ease-in-out infinite alternate; }
.artistern-collection-skeleton i { display: block; width: 75%; height: 9px; margin-top: 10px; background: #ece9e2; }
.artistern-collection-skeleton i:nth-child(3) { width: 45%; }
.artistern-collection-skeleton i:nth-child(4) { width: 30%; }
@keyframes artisternCollectionSkeleton { to { opacity: .45; } }

/* Single artwork. */
.artistern-single-product { --single-gap: clamp(44px, 6vw, 100px); padding: 54px 0 110px; }
.artistern-single-product-top { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(350px, .75fr); gap: var(--single-gap); align-items: start; }
.artistern-product-gallery,
.artistern-product-summary { float: none !important; width: auto !important; margin: 0 !important; }
.artistern-product-gallery-main .woocommerce-product-gallery__wrapper { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 0; }
.artistern-product-gallery-main .woocommerce-product-gallery__image:first-child { grid-column: 1 / -1; }
.artistern-product-gallery-main .woocommerce-product-gallery__image img { display: block; width: 100%; height: min(58vw, 760px); object-fit: contain; background: var(--wc-soft); }
.artistern-product-gallery-main .woocommerce-product-gallery__image:not(:first-child) img { height: min(37vw, 500px); }
.artistern-product-summary { position: sticky; top: calc(var(--artistern-header-height, 110px) + 25px); }
.artistern-product-summary h1 { margin: 0 0 12px !important; font: 400 68px/1.02 Georgia, serif !important; }
.artistern-product-byline { font-size: 15px; }
.artistern-product-byline a { color: inherit !important; border-bottom: 1px solid var(--wc-line-strong); text-decoration: none !important; }
.artistern-product-intro-meta { padding-bottom: 20px; border-bottom: 1px solid var(--wc-line); color: var(--wc-muted); }
.artistern-product-price .price { display: block; margin: 24px 0 !important; color: var(--wc-ink) !important; font: 400 30px/1.2 Georgia, serif !important; }
.artistern-product-summary .woocommerce-product-details__short-description { color: var(--wc-muted); line-height: 1.7; }
.artistern-product-purchase { margin-top: 28px; }
.artistern-product-purchase form.cart { display: flex; margin: 0 !important; align-items: stretch; flex-wrap: wrap; gap: 8px; }
.artistern-product-purchase .quantity { width: 75px; }
.artistern-product-purchase .quantity input { min-height: 50px; }
.artistern-product-purchase .single_add_to_cart_button { min-height: 50px; flex: 1; padding: 0 24px !important; border: 1px solid var(--wc-ink) !important; background: var(--wc-ink) !important; color: #fff !important; font: 600 12px/1 Arial, sans-serif !important; cursor: pointer; }
.artistern-product-purchase .single_add_to_cart_button:hover { background: #000 !important; }
.artistern-product-save { display: inline-flex !important; min-height: 44px; width: 100%; margin-top: 8px; gap: 9px; padding: 0 18px !important; align-items: center; justify-content: center; border: 1px solid var(--wc-line-strong) !important; background: #fff !important; color: var(--wc-ink) !important; font: 600 11px/1 Arial,sans-serif !important; cursor: pointer; }
.artistern-product-save svg { width: 16px; fill: transparent; }
.artistern-product-save.is-active svg { fill: currentColor; }
.artistern-product-save:hover { border-color: var(--wc-ink) !important; }
.artistern-product-purchase table.variations { width: 100%; margin-bottom: 18px; border: 0; }
.artistern-product-purchase table.variations th,
.artistern-product-purchase table.variations td { display: block; padding: 6px 0; border: 0; text-align: left; }
.artistern-product-assurance { display: grid; gap: 10px; margin: 28px 0; padding: 20px 0; border-top: 1px solid var(--wc-line); border-bottom: 1px solid var(--wc-line); }
.artistern-product-assurance > div { display: flex; align-items: center; gap: 10px; font-size: 12px; }
.artistern-product-assurance svg { width: 15px; color: #537459; }
.artistern-product-summary .product_meta { color: var(--wc-muted); font-size: 11px; }
.artistern-product-summary .product_meta > span { display: block; margin-top: 5px; }
.artistern-product-details-section { margin-top: 105px; padding-top: 75px; border-top: 1px solid var(--wc-line); }
.artistern-product-section-head h2 { margin: 5px 0 0; font: 400 62px/1 Georgia, serif; }
.artistern-product-details-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 8vw; margin-top: 44px; }
.artistern-product-description { color: var(--wc-muted); font: 400 18px/1.8 Georgia, serif; }
.artistern-product-description > :first-child { margin-top: 0; }
.artistern-product-structured-data { display: grid; gap: 34px; }
.artistern-product-data-group h3 { margin: 0 0 12px; font: 600 10px/1.3 Arial, sans-serif; text-transform: uppercase; }
.artistern-artwork-details-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; padding: 0; border-top: 1px solid var(--wc-line); border-left: 1px solid var(--wc-line); list-style: none; }
.artistern-artwork-details-list li { display: grid; min-width: 0; gap: 6px; padding: 15px; border-right: 1px solid var(--wc-line); border-bottom: 1px solid var(--wc-line); }
.artistern-artwork-details-list strong { color: var(--wc-muted); font: 600 9px/1.25 Arial, sans-serif; text-transform: uppercase; }
.artistern-artwork-details-list span { overflow-wrap: anywhere; font-size: 13px; }
.artistern-product-artist-band { margin-top: 90px; padding: 70px 0; border-top: 1px solid var(--wc-line); border-bottom: 1px solid var(--wc-line); text-align: center; }
.artistern-product-artist-band h2 { margin: 7px 0 10px; font: 400 58px/1 Georgia, serif; }
.artistern-product-artist-band h2 a { color: inherit !important; text-decoration: none !important; }
.artistern-product-artist-band p:last-child { color: var(--wc-muted); }
.artistern-product-reviews,
.artistern-product-related { margin-top: 90px; padding-top: 65px; border-top: 1px solid var(--wc-line); }
.artistern-product-related > .related > h2 { margin: 0 0 35px; font: 400 42px/1 Georgia, serif; }

/* Cart. */
.artistern-cart-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr); gap: clamp(45px, 7vw, 110px); align-items: start; }
.artistern-cart-list { border-top: 1px solid var(--wc-ink); }
.artistern-cart-list-head { display: grid; grid-template-columns: minmax(0, 1fr) 110px 130px; gap: 18px; padding: 12px 0; border-bottom: 1px solid var(--wc-line); color: var(--wc-muted); font: 600 9px/1 Arial, sans-serif; text-transform: uppercase; }
.artistern-cart-list-head span:nth-child(n+2) { text-align: right; }
.artistern-cart-item { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 110px 130px; gap: 18px; padding: 24px 0 30px; align-items: center; border-bottom: 1px solid var(--wc-line); }
.artistern-cart-artwork { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 20px; align-items: center; }
.artistern-cart-thumb { display: grid; width: 120px; height: 145px; place-items: center; overflow: hidden; background: var(--wc-soft); }
.artistern-cart-thumb img { display: block; width: 100% !important; height: 100% !important; margin: 0 !important; object-fit: contain; }
.artistern-cart-copy h2 { margin: 4px 0 8px; font: italic 400 19px/1.25 Georgia, serif; }
.artistern-cart-copy h2 a { color: var(--wc-ink) !important; text-decoration: none !important; }
.artistern-cart-artist { margin: 0; font-size: 12px; }
.artistern-cart-artist a { color: inherit !important; text-decoration: none !important; }
.artistern-cart-unit-price { margin: 8px 0 0; color: var(--wc-muted); font-size: 12px; }
.artistern-cart-item-meta { color: var(--wc-muted); font-size: 11px; }
.artistern-cart-item-meta dl { margin: 0; }
.artistern-cart-quantity { text-align: right; }
.artistern-cart-quantity-control { display: inline-grid; grid-template-columns: 32px 50px 32px; border: 1px solid var(--wc-line-strong); }
.artistern-cart-quantity-control > button { display: grid; width: 32px; min-height: 42px; padding: 0 !important; place-items: center; border: 0 !important; background: #fff !important; color: var(--wc-ink) !important; cursor: pointer; }
.artistern-cart-quantity-control > button:hover,
.artistern-cart-quantity-control > button:focus { background: var(--wc-soft) !important; }
.artistern-cart-quantity-control > button svg { width: 13px; }
.artistern-cart-quantity-control .quantity { display: block; width: 50px; }
.artistern-cart-quantity-control input.qty { width: 50px !important; min-height: 42px !important; padding: 0 4px !important; border-width: 0 1px !important; border-color: var(--wc-line) !important; text-align: center; appearance: textfield; }
.artistern-cart-quantity-control input.qty::-webkit-inner-spin-button,
.artistern-cart-quantity-control input.qty::-webkit-outer-spin-button { margin: 0; appearance: none; }
.artistern-cart-fixed-quantity { display: inline-grid; width: 46px; height: 46px; place-items: center; border: 1px solid var(--wc-line); }
.artistern-cart-line-total { font-weight: 600; text-align: right; }
.artistern-cart-remove { position: absolute; bottom: 8px; left: 140px; display: inline-flex; gap: 5px; align-items: center; color: var(--wc-muted) !important; font-size: 10px; text-decoration: none !important; }
.artistern-cart-remove svg { width: 13px; }
.artistern-cart-remove:hover { color: var(--wc-ink) !important; }
.artistern-cart-actions { display: flex; gap: 16px; margin-top: 20px; align-items: end; justify-content: space-between; }
.artistern-cart-coupon { display: grid; max-width: 390px; flex: 1; gap: 8px; }
.artistern-cart-coupon > label { color: var(--wc-muted); font-size: 11px; }
.artistern-cart-coupon > div { display: flex; }
.artistern-cart-coupon input { min-width: 0; }
.artistern-cart-coupon button,
.artistern-cart-update { min-height: 46px; padding: 0 17px !important; border: 1px solid var(--wc-ink) !important; background: var(--wc-paper) !important; color: var(--wc-ink) !important; font: 600 11px/1 Arial, sans-serif !important; cursor: pointer; }
.artistern-cart-coupon button:hover,
.artistern-cart-update:hover:not(:disabled) { background: var(--wc-ink) !important; color: #fff !important; }
.artistern-cart-update:disabled { opacity: .45; cursor: not-allowed; }
.artistern-cart-summary { position: sticky; top: calc(var(--artistern-header-height, 110px) + 25px); }
.artistern-cart-summary-inner { padding: 28px; border: 1px solid var(--wc-line); background: var(--wc-soft); }
.artistern-cart-summary .cart_totals { float: none !important; width: 100% !important; }
.artistern-cart-summary .cart_totals > h2 { margin: 7px 0 24px; font: 400 30px/1.1 Georgia, serif; }
.artistern-cart-summary table { width: 100%; margin: 0; border: 0 !important; border-collapse: collapse; }
.artistern-cart-summary th,
.artistern-cart-summary td { padding: 13px 0 !important; border: 0 !important; border-bottom: 1px solid var(--wc-line) !important; font-size: 12px; text-align: left; }
.artistern-cart-summary td { text-align: right; }
.artistern-cart-summary .order-total :where(th,td) { padding-top: 20px !important; border-bottom: 0 !important; font-size: 17px; }
.artistern-cart-summary .wc-proceed-to-checkout { margin: 22px 0 0 !important; padding: 0 !important; }
.artistern-cart-summary .checkout-button { display: flex !important; min-height: 52px; margin: 0 !important; padding: 0 20px !important; align-items: center; justify-content: center; border: 1px solid var(--wc-ink) !important; background: var(--wc-ink) !important; color: #fff !important; font: 600 12px/1 Arial, sans-serif !important; text-decoration: none !important; }
.artistern-cart-summary .checkout-button:hover { background: #000 !important; }
.artistern-cart-assurance { display: grid; gap: 8px; margin-top: 22px; padding-top: 19px; border-top: 1px solid var(--wc-line); }
.artistern-cart-assurance p { display: flex; gap: 8px; margin: 0; align-items: center; color: var(--wc-muted); font-size: 10px; }
.artistern-cart-assurance svg { width: 13px; }
.artistern-cart-collaterals .cross-sells { width: 100% !important; margin-top: 85px; padding-top: 55px; border-top: 1px solid var(--wc-line); }
.artistern-cart-collaterals .cross-sells > h2 { margin: 0 0 32px; font: 400 38px/1 Georgia, serif; }
.artistern-cart-layout.is-loading { opacity: .48; pointer-events: none; }

/* Checkout. */
.artistern-checkout-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(380px, .8fr); gap: clamp(50px, 7vw, 105px); align-items: start; }
.artistern-checkout-section { position: relative; padding-left: 55px; }
.artistern-checkout-step { display: inline-grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--wc-line-strong); color: var(--wc-muted); font: 600 9px/1 Arial, sans-serif; }
.artistern-checkout-section > .artistern-checkout-step { position: absolute; top: 0; left: 0; }
.artistern-checkout-form .col2-set { display: block; width: 100%; }
.artistern-checkout-form .col2-set .col-1,
.artistern-checkout-form .col2-set .col-2 { float: none; width: 100%; }
.artistern-checkout-form .col2-set .col-2 { margin-top: 42px; }
.artistern-checkout-form h3 { margin: 0 0 23px; font: 400 31px/1.1 Georgia, serif; }
.artistern-checkout-form .form-row { margin: 0 0 17px; padding: 0; }
.artistern-checkout-form .form-row-first,
.artistern-checkout-form .form-row-last { width: calc(50% - 7px); }
.artistern-checkout-form .form-row label { margin-bottom: 7px; color: var(--wc-ink); font-size: 11px; }
.artistern-checkout-form .required { color: #b22d25 !important; text-decoration: none; }
.artistern-checkout-form .select2-container .select2-selection--single { height: 46px; border: 1px solid var(--wc-line-strong); border-radius: 0; }
.artistern-checkout-form .select2-container .select2-selection--single .select2-selection__rendered { line-height: 44px; }
.artistern-checkout-form .select2-container .select2-selection--single .select2-selection__arrow { height: 44px; }
.artistern-checkout-review { position: sticky; top: calc(var(--artistern-header-height, 110px) + 25px); }
.artistern-checkout-review-inner { padding: 27px; border: 1px solid var(--wc-line); background: var(--wc-soft); }
.artistern-checkout-review-title { display: flex; gap: 14px; margin-bottom: 24px; align-items: center; }
.artistern-checkout-review-title p { margin: 0 0 4px; }
.artistern-checkout-review-title h2 { margin: 0; font: 400 28px/1 Georgia, serif; }
.artistern-checkout-items { display: grid; gap: 15px; margin-bottom: 22px; }
.artistern-checkout-item { display: grid; grid-template-columns: 62px minmax(0,1fr) auto; gap: 12px; align-items: center; }
.artistern-checkout-item-image { position: relative; display: grid; width: 62px; height: 72px; place-items: center; background: #fff; }
.artistern-checkout-item-image img { width: 100% !important; height: 100% !important; object-fit: contain; }
.artistern-checkout-item-image .artistern-image-pending { padding: 8px; font-size: 8px; line-height: 1.35; text-align: center; text-transform: uppercase; }
.artistern-checkout-item-image > span { position: absolute; top: -6px; right: -6px; display: grid; width: 19px; height: 19px; place-items: center; background: var(--wc-ink); color: #fff; font-size: 9px; }
.artistern-checkout-item strong { display: block; font: 400 13px/1.35 Georgia, serif; }
.artistern-checkout-item .variation { margin: 3px 0 0; color: var(--wc-muted); font-size: 9px; }
.artistern-checkout-item > b { font-size: 11px; white-space: nowrap; }
.artistern-cart-thumb .artistern-image-pending { padding: 12px; font-size: 9px; line-height: 1.35; text-align: center; text-transform: uppercase; }
.artistern-checkout-review table { width: 100%; margin: 0; border: 0 !important; border-collapse: collapse; }
.artistern-checkout-review :where(th,td) { padding: 11px 0 !important; border: 0 !important; border-top: 1px solid var(--wc-line) !important; font-size: 11px; text-align: left; }
.artistern-checkout-review td { text-align: right; }
.artistern-checkout-review .order-total :where(th,td) { padding-top: 17px !important; font-size: 16px; }
.artistern-checkout-review #payment { margin-top: 24px; border-radius: 0 !important; background: transparent !important; }
.artistern-checkout-review #payment ul.payment_methods { padding: 0 !important; border: 0 !important; }
.artistern-checkout-review #payment ul.payment_methods li { margin-bottom: 10px; padding: 12px; border: 1px solid var(--wc-line); background: #fff; }
.artistern-checkout-review #payment div.payment_box { margin: 10px -12px -12px !important; padding: 12px !important; border-top: 1px solid var(--wc-line); background: var(--wc-paper) !important; color: var(--wc-muted); font-size: 11px; }
.artistern-checkout-review #payment div.payment_box::before { display: none; }
.artistern-checkout-review #payment .place-order { padding: 0 !important; }
.artistern-checkout-review #place_order { width: 100%; min-height: 52px; padding: 0 20px !important; border: 1px solid var(--wc-ink) !important; background: var(--wc-ink) !important; color: #fff !important; font: 600 12px/1 Arial, sans-serif !important; }

/* Account and customer authentication. */
.artistern-account-shell { width: 100%; }
.artistern-account-head { max-width: 760px; margin: 0 0 42px; }
.artistern-account-head h1 { margin: 5px 0 0; font: 400 68px/1 Georgia,serif; }
.artistern-account-layout { display: grid; width: 100%; min-width: 0; grid-template-columns: 280px minmax(0,1fr); min-height: 590px; border: 1px solid var(--wc-line); background: #fff; }
.artistern-account-layout > * { min-width: 0; }
.artistern-commerce-page .woocommerce-MyAccount-navigation.artistern-account-nav { float: none !important; width: auto !important; min-width: 0; padding: 28px 22px; border-right: 1px solid var(--wc-line); background: var(--wc-soft); }
.artistern-account-person { display: flex; min-width: 0; gap: 12px; padding: 0 2px 23px; align-items: center; border-bottom: 1px solid var(--wc-line); }
.artistern-account-avatar { width: 58px; height: 58px; flex: 0 0 58px; overflow: hidden; background: #fff; }
.artistern-account-avatar img { display: block; width: 100%; height: 100%; object-fit: cover; }
.artistern-account-person > span:last-child { min-width: 0; }
.artistern-account-person strong,
.artistern-account-person small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.artistern-account-person strong { font: 400 16px/1.35 Georgia,serif; }
.artistern-account-person small { margin-top: 3px; color: var(--wc-muted); font-size: 10px; }
.artistern-account-nav ul { display: grid; gap: 3px; margin: 20px 0 0 !important; padding: 0 !important; list-style: none !important; }
.artistern-account-nav li { margin: 0 !important; }
.artistern-account-nav li a,
.artistern-account-artist-link { display: flex; min-height: 45px; gap: 11px; padding: 0 11px; align-items: center; border-left: 2px solid transparent; color: var(--wc-muted) !important; font-size: 11px; font-weight: 600; text-decoration: none !important; transition: border-color .18s ease, background-color .18s ease, color .18s ease; }
.artistern-account-nav li a > svg:first-child,
.artistern-account-artist-link > svg:first-child { width: 17px; flex: 0 0 17px; }
.artistern-account-nav li a > span,
.artistern-account-artist-link > span { min-width: 0; flex: 1; }
.artistern-account-nav-arrow,
.artistern-account-artist-link > svg:last-child { width: 14px; flex: 0 0 14px; }
.artistern-account-nav li.is-active a,
.artistern-account-nav li a:hover,
.artistern-account-nav li a:focus { border-left-color: var(--wc-ink); background: #fff; color: var(--wc-ink) !important; }
.artistern-account-artist-link { margin-top: 22px; border: 1px solid var(--wc-line); color: var(--wc-ink) !important; }
.artistern-account-artist-link:hover,
.artistern-account-artist-link:focus { border-color: var(--wc-ink); background: var(--wc-ink); color: #fff !important; }
.artistern-commerce-page .woocommerce-MyAccount-content.artistern-account-content { float: none !important; width: auto !important; min-width: 0; padding: clamp(32px,4vw,58px); }
.artistern-account-content > :first-child { margin-top: 0; }
.artistern-account-content h2,
.artistern-account-dashboard h2 { margin: 0 0 13px; font: 400 52px/1.05 Georgia,serif; }
.artistern-account-intro { max-width: 560px; margin: 0; color: var(--wc-muted); font-size: 13px; line-height: 1.7; }
.artistern-account-quick-links { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin-top: 34px; }
.artistern-account-quick-links > a { position: relative; display: grid; min-height: 150px; grid-template-columns: 46px minmax(0,1fr) 20px; gap: 15px; padding: 24px; align-items: start; border: 1px solid var(--wc-line); color: var(--wc-ink) !important; text-decoration: none !important; transition: border-color .2s ease, background-color .2s ease; }
.artistern-account-quick-links > a:hover,
.artistern-account-quick-links > a:focus { border-color: var(--wc-ink); background: var(--wc-soft); }
.artistern-account-card-icon { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid var(--wc-line); background: #fff; }
.artistern-account-card-icon svg { width: 20px; }
.artistern-account-quick-links strong,
.artistern-account-quick-links small { display: block; }
.artistern-account-quick-links strong { margin: 2px 0 8px; font: 400 20px/1.2 Georgia,serif; }
.artistern-account-quick-links small { color: var(--wc-muted); font-size: 11px; line-height: 1.55; }
.artistern-account-card-arrow { width: 17px; transition: transform .2s ease; }
.artistern-account-quick-links > a:hover .artistern-account-card-arrow { transform: translateX(3px); }
.artistern-commerce-page table.shop_table { width: 100%; border: 1px solid var(--wc-line) !important; border-collapse: collapse !important; }
.artistern-commerce-page table.shop_table :where(th,td) { padding: 13px 15px !important; border: 0 !important; border-bottom: 1px solid var(--wc-line) !important; text-align: left; font-size: 12px; }
.artistern-commerce-page table.shop_table th { color: var(--wc-muted); font-size: 9px; text-transform: uppercase; }
.artistern-commerce-page table.shop_table .button,
.artistern-account-content .button { display: inline-flex !important; min-height: 38px; padding: 0 14px !important; align-items: center; border: 1px solid var(--wc-ink) !important; background: var(--wc-ink) !important; color: #fff !important; font: 600 10px/1 Arial,sans-serif !important; text-decoration: none !important; }
.artistern-account-content form .form-row { margin-bottom: 15px; }
body.artistern-customer-auth-page { min-width: 320px; margin: 0; background: #f5f6f7; color: var(--wc-ink); direction: ltr; text-align: left; }
.artistern-customer-auth-screen-v2,
.artistern-customer-auth-screen-v2 > .woocommerce { width: 100%; min-height: 100vh; margin: 0; padding: 0; }
.artistern-customer-auth-screen { display: grid; width: 100%; min-height: 100vh; padding: 24px; place-items: center; }
.artistern-customer-auth-screen > .woocommerce { width: 100%; }
.artistern-customer-auth { width: min(100%, 670px); margin: 0 auto; padding: 45px 40px; border: 1px solid var(--wc-line); background: #fff; }
.artistern-customer-auth-head { text-align: center; }
.artistern-customer-auth-head .artistern-brand { display: inline-flex; max-width: 220px; margin: 0 auto 20px; }
.artistern-customer-auth-head p { margin: 0 auto 35px; color: var(--wc-muted); font-size: 13px; }
.artistern-customer-auth-tabs { display: flex; margin-bottom: 30px; border-bottom: 1px solid var(--wc-line); }
.artistern-customer-auth-tabs button { position: relative; min-height: 48px; flex: 1; border: 0 !important; background: transparent !important; color: var(--wc-muted) !important; font: 600 13px/1 Arial,sans-serif !important; cursor: pointer; }
.artistern-customer-auth-tabs button[aria-selected="true"] { color: var(--wc-ink) !important; }
.artistern-customer-auth-tabs button[aria-selected="true"]::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; background: var(--wc-ink); content: ''; }
.artistern-customer-auth-panel form { display: grid; gap: 17px; }
.artistern-customer-auth-panel label { display: grid; gap: 7px; font-size: 11px; }
.artistern-customer-auth-panel label b { color: #b22d25; }
.artistern-auth-field { display: grid; gap: 7px; }
.artistern-auth-field > label { display: block; font-size: 11px; }
.artistern-auth-field > small { color: var(--wc-muted); font-size: 10px; }
.artistern-customer-auth .show-password-input { display: none !important; }
.artistern-auth-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px 14px; }
.artistern-password-field { position: relative; display: block; }
.artistern-password-field input { padding-right: 48px !important; }
.artistern-password-field button { position: absolute; top: 0; right: 0; display: grid; width: 46px; height: 46px; padding: 0 !important; place-items: center; border: 0 !important; background: transparent !important; color: var(--wc-muted) !important; cursor: pointer; }
.artistern-password-field button svg { width: 17px; }
.artistern-password-field button .is-eye-closed,
.artistern-password-field button.is-visible .is-eye-open { display: none; }
.artistern-password-field button.is-visible .is-eye-closed { display: block; }
.artistern-auth-check { display: flex !important; grid-column: 1 / -1; gap: 9px !important; align-items: flex-start; line-height: 1.5; }
.artistern-auth-check input { margin-top: 1px !important; }
.artistern-auth-check a { color: var(--wc-ink) !important; text-decoration: underline !important; }
.artistern-auth-submit { width: 100%; min-height: 49px; border: 1px solid var(--wc-ink) !important; background: var(--wc-ink) !important; color: #fff !important; font: 600 12px/1 Arial,sans-serif !important; cursor: pointer; }
.artistern-auth-submit:disabled { opacity: .55; cursor: wait; }
.artistern-auth-links { display: flex; justify-content: space-between; gap: 15px; }
.artistern-auth-links button,
.artistern-auth-back { padding: 0 !important; border: 0 !important; background: transparent !important; color: var(--wc-ink) !important; font: 500 11px/1.4 Arial,sans-serif !important; cursor: pointer; }
.artistern-auth-back { display: inline-flex; gap: 6px; justify-self: start; align-items: center; }
.artistern-auth-back svg { width: 14px; }
.artistern-auth-status { min-height: 18px; margin: 0; color: var(--wc-muted); font-size: 11px; }
.artistern-auth-status.is-error { color: #a22a22; }
.artistern-customer-auth-social { display: grid; grid-template-columns: 1fr auto 1fr; gap: 14px; margin-top: 28px; align-items: center; color: var(--wc-muted); font-size: 10px; }
.artistern-customer-auth-social::before,
.artistern-customer-auth-social::after { height: 1px; background: var(--wc-line); content: ""; }
.artistern-google-button { display: inline-flex; min-height: 43px; grid-column: 1 / -1; gap: 10px; margin: 5px auto 0; padding: 8px 15px; align-items: center; border: 1px solid var(--wc-line) !important; background: #fff !important; color: var(--wc-ink) !important; font-size: 11px; font-weight: 500; text-decoration: none !important; }
.artistern-google-button:hover,
.artistern-google-button:focus { border-color: var(--wc-ink) !important; }

/* Woo notices. */
.artistern-woocommerce-page :where(.woocommerce-message,.woocommerce-info,.woocommerce-error),
.artistern-single-product :where(.woocommerce-message,.woocommerce-info,.woocommerce-error) { margin: 0 0 28px !important; padding: 15px 18px 15px 45px !important; border: 1px solid var(--wc-line-strong) !important; border-top: 2px solid var(--wc-ink) !important; background: #fff !important; color: var(--wc-ink) !important; box-shadow: none !important; font-size: 12px; }
.artistern-woocommerce-page .woocommerce-error { border-top-color: #a22a22 !important; }
.artistern-woocommerce-page .woocommerce-info { border-top-color: var(--wc-accent) !important; }
.artistern-woocommerce-page .woocommerce-notices-wrapper:empty { display: none; }

@media (max-width: 1050px) {
  .artistern-cart-layout,
  .artistern-checkout-layout { grid-template-columns: 1fr; }
  .artistern-cart-summary,
  .artistern-checkout-review { position: static; }
  .artistern-checkout-review { grid-row: auto; }
  .artistern-collection-head { grid-template-columns: 1fr; gap: 10px; }
  .artistern-catalog-filter-row { flex-wrap: wrap; }
  .artistern-filter-menu { min-height: 50px; }
}

@media (max-width: 820px) {
  .artistern-commerce-heading h1,
  .artistern-account-head h1 { font-size: 54px; }
  .artistern-cart-empty h1 { font-size: 58px; }
  .artistern-product-summary h1 { font-size: 52px !important; }
  .artistern-product-section-head h2 { font-size: 48px; }
  .artistern-product-artist-band h2 { font-size: 46px; }
  .artistern-account-dashboard h2 { font-size: 42px; }
  .artistern-commerce-page { padding: 42px 0 75px; }
  .artistern-woocommerce-page ul.products,
  ul.products.artistern-product-grid,
  .artistern-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 38px 13px; }
  .artistern-product-card-media { height: clamp(240px, 58vw, 390px); }
  .artistern-card-wishlist { opacity: 1; transform: none; }
  .artistern-collection-page { padding-top: 40px; }
  .artistern-catalog-mobile-filter { display: inline-flex; min-height: 44px; gap: 8px; padding: 0 14px !important; align-items: center; border: 0 !important; background: var(--wc-ink) !important; color: #fff !important; font: 600 11px/1 Arial,sans-serif !important; }
  .artistern-catalog-mobile-filter svg { width: 15px; }
  .artistern-catalog-tools { padding: 12px 0; border-bottom: 1px solid var(--wc-line); }
  .artistern-catalog-filter-form { position: fixed; z-index: 1002; top: 0; right: 0; bottom: 0; display: flex; width: min(420px, 92vw); flex-direction: column; overflow: hidden; background: #fff; pointer-events: none; transform: translateX(105%); transition: transform .32s cubic-bezier(.2,.72,.2,1), visibility 0s linear .32s; visibility: hidden; }
  .artistern-catalog-filter-form.is-open { pointer-events: auto; transform: none; transition-delay: 0s; visibility: visible; }
  .artistern-catalog-filter-head { display: flex; min-height: 65px; padding: 0 18px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--wc-line); }
  .artistern-catalog-filter-head button { display: grid; width: 38px; height: 38px; padding: 0 !important; place-items: center; border: 0 !important; background: transparent !important; }
  .artistern-catalog-filter-head svg { width: 17px; }
  .artistern-catalog-filter-row { display: block; min-height: 0; overflow: visible; }
  .artistern-catalog-filter-row.is-primary { padding-top: 6px; }
  .artistern-catalog-filter-row.is-secondary { flex: 1; overflow-y: auto; }
  .artistern-filter-menu { min-height: 0; border: 0 !important; border-bottom: 1px solid var(--wc-line) !important; }
  .artistern-filter-menu > summary { min-height: 50px; }
  .artistern-filter-menu > div { position: static; width: 100%; max-height: 250px; border: 0; border-top: 1px solid var(--wc-line); }
  .artistern-catalog-reset { min-height: 48px; }
  .artistern-catalog-filter-footer { display: block; padding: 12px; border-top: 1px solid var(--wc-line); }
  .artistern-catalog-filter-footer button { width: 100%; min-height: 47px; border: 1px solid var(--wc-ink) !important; background: var(--wc-ink) !important; color: #fff !important; }
  .artistern-catalog-filter-scrim { position: fixed; z-index: 1001; inset: 0; display: block; background: rgba(0,0,0,.38); }
  .artistern-catalog-filter-scrim[hidden] { display: none; }
  .artistern-single-product-top { grid-template-columns: 1fr; }
  .artistern-product-summary { position: static; }
  .artistern-product-details-grid { grid-template-columns: 1fr; gap: 40px; }
  .artistern-account-layout { grid-template-columns: 1fr; }
  .artistern-commerce-page .woocommerce-MyAccount-navigation.artistern-account-nav { width: 100% !important; max-width: 100%; padding: 22px; overflow: hidden; border-right: 0; border-bottom: 1px solid var(--wc-line); }
  .artistern-account-nav ul { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .artistern-account-nav li a { border-left: 0; border-bottom: 2px solid transparent; }
  .artistern-account-nav li.is-active a { border-bottom-color: var(--wc-ink); }
  .artistern-commerce-page .woocommerce-MyAccount-content.artistern-account-content { width: 100% !important; max-width: 100%; padding: 34px 24px 42px; }
}

@media (max-width: 620px) {
  .artistern-commerce-heading { margin-bottom: 34px; }
  .artistern-commerce-heading h1 { font-size: 43px; }
  .artistern-product-card-media { height: clamp(210px, 64vw, 330px); }
  .artistern-product-card-artist { font-size: 12px; }
  .artistern-product-card h2 { font-size: 13px !important; }
  .artistern-product-card-price { font-size: 13px; }
  .artistern-collection-categories { margin-right: auto; }
  .artistern-catalog-results-head { align-items: flex-end; }
  .artistern-catalog-results-head label span { display: none; }
  .artistern-catalog-results-head select { min-width: 145px; }
  .artistern-product-gallery-main .woocommerce-product-gallery__wrapper { grid-template-columns: 1fr; }
  .artistern-product-gallery-main .woocommerce-product-gallery__image:first-child { grid-column: auto; }
  .artistern-product-gallery-main .woocommerce-product-gallery__image img,
  .artistern-product-gallery-main .woocommerce-product-gallery__image:not(:first-child) img { height: 115vw; max-height: 620px; }
  .artistern-product-summary h1 { font-size: 41px !important; }
  .artistern-product-section-head h2,
  .artistern-product-artist-band h2 { font-size: 40px; }
  .artistern-artwork-details-list { grid-template-columns: 1fr; }
  .artistern-cart-list-head { display: none; }
  .artistern-cart-item { grid-template-columns: 1fr auto; gap: 16px; padding: 20px 0 44px; }
  .artistern-cart-artwork { grid-column: 1 / -1; grid-template-columns: 92px minmax(0,1fr); }
  .artistern-cart-thumb { width: 92px; height: 112px; }
  .artistern-cart-quantity { text-align: left; }
  .artistern-cart-line-total { text-align: right; }
  .artistern-cart-remove { bottom: 12px; left: 108px; }
  .artistern-cart-actions { display: grid; }
  .artistern-cart-coupon { width: 100%; max-width: none; }
  .artistern-cart-summary-inner,
  .artistern-checkout-review-inner { padding: 20px 17px; }
  .artistern-checkout-section { padding-left: 0; }
  .artistern-checkout-section > .artistern-checkout-step { position: static; margin-bottom: 15px; }
  .artistern-woocommerce-page .artistern-checkout-form .form-row-first,
  .artistern-woocommerce-page .artistern-checkout-form .form-row-last { float: none !important; width: 100% !important; }
  .artistern-customer-auth { padding: 35px 20px; }
  .artistern-customer-auth-screen { padding: 0; align-items: stretch; }
  .artistern-customer-auth-screen .artistern-customer-auth { min-height: 100vh; border-top: 0; border-bottom: 0; }
  .artistern-auth-grid { grid-template-columns: 1fr; }
  .artistern-auth-links { align-items: flex-start; flex-direction: column; }
  .artistern-account-head { margin-bottom: 28px; }
  .artistern-account-nav ul { display: flex; width: 100%; max-width: 100%; gap: 4px; overflow-x: auto; scrollbar-width: thin; }
  .artistern-account-nav li { flex: 0 0 auto; }
  .artistern-account-nav li a { min-width: 145px; }
  .artistern-account-quick-links { grid-template-columns: 1fr; }
  .artistern-commerce-page table.shop_table_responsive tr { display: block; margin-bottom: 14px; border: 1px solid var(--wc-line); }
  .artistern-commerce-page table.shop_table_responsive tr td { display: flex; justify-content: space-between; gap: 15px; text-align: right !important; }
}

/* Collection responsive overrides are kept last so WooCommerce defaults cannot win. */
@media (max-width: 880px) {
  .artistern-collection-shell { width: calc(100% - 40px); }
  .artistern-collection-head { padding-top: 34px; }
  .artistern-collection-categories { flex-wrap: nowrap; gap: 22px; padding-bottom: 1px; overflow-x: auto; scrollbar-width: thin; }
  .artistern-collection-categories button { flex: 0 0 auto; }
  .artistern-catalog-tools { min-height: 0; padding: 0; }
  .artistern-catalog-filter-form {
    position: fixed;
    z-index: 1002;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100vw;
    max-width: 100vw;
    overflow-y: auto;
    background: #fff;
    box-shadow: -22px 0 48px -24px rgba(0,0,0,.35);
    pointer-events: none;
    transform: translateX(105%);
    transition: transform .35s ease, visibility 0s linear .35s;
    visibility: hidden;
  }
  .artistern-catalog-filter-form.is-open { pointer-events: auto; transform: none; transition-delay: 0s; visibility: visible; }
  .artistern-catalog-filter-head { position: sticky; z-index: 2; top: 0; display: flex; min-height: 65px; padding: 0 24px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--wc-line); background: #fff; }
  .artistern-catalog-filter-head strong { font: 400 19px/1.3 Georgia, serif; }
  .artistern-catalog-filter-head button { display: grid; width: 38px; height: 38px; padding: 0; place-items: center; border: 0; background: transparent; }
  .artistern-catalog-filter-head svg { width: 17px; }
  .artistern-catalog-filter-group { padding: 18px 24px 8px; border-bottom: 1px solid var(--wc-line); }
  .artistern-catalog-filter-group-title { display: block; margin: 0 0 14px; color: var(--collection-gold); font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
  .artistern-catalog-filter-row,
  .artistern-catalog-filter-row.is-secondary { display: grid; min-height: 0; gap: 12px; overflow: visible; }
  .artistern-catalog-select,
  .artistern-catalog-sort { display: block; width: 100%; margin: 0; }
  .artistern-catalog-select select,
  .artistern-catalog-filter-row.is-secondary .artistern-catalog-select select,
  .artistern-catalog-sort select { width: 100%; max-width: none; min-height: 46px; padding: 10px 34px 10px 13px; border-color: var(--wc-line) !important; background: #fff !important; color: var(--wc-ink) !important; font-size: 13px !important; }
  .artistern-catalog-sort > span { display: block; margin-bottom: 7px; color: var(--wc-ink); font-size: 13px; font-weight: 500; }
  .artistern-catalog-sort::after { top: auto; bottom: 17px; }
  .artistern-catalog-reset { display: none; }
  .artistern-catalog-filter-footer { position: sticky; z-index: 2; bottom: 0; display: flex; gap: 12px; padding: 16px 24px; align-items: center; justify-content: space-between; border-top: 1px solid var(--wc-line); background: #fff; }
  .artistern-catalog-filter-footer > button:last-child { min-height: 46px; padding: 11px 24px; border: 1px solid var(--wc-ink); background: var(--wc-ink); color: #fff; font-size: 13.5px; font-weight: 600; }
  .artistern-catalog-filter-scrim { position: fixed; z-index: 1001; inset: 0; display: block; background: rgba(20,17,13,.45); }
  .artistern-catalog-filter-scrim[hidden] { display: none; }
  .artistern-catalog-mobile-filter { position: fixed; z-index: 1000; bottom: 18px; left: 50%; display: inline-flex !important; min-height: 48px; gap: 8px; padding: 12px 24px !important; align-items: center; border: 0 !important; background: var(--wc-ink) !important; box-shadow: 0 18px 40px -18px rgba(0,0,0,.5); color: #fff !important; font: 600 14px/1.2 Arial, sans-serif !important; transform: translateX(-50%); }
  .artistern-catalog-mobile-filter svg { width: 16px; }
  .artistern-catalog-mobile-filter b { display: inline-flex; min-width: 18px; height: 18px; padding: 0 5px; align-items: center; justify-content: center; border-radius: 50%; background: var(--collection-gold); color: var(--wc-ink); font-size: 11px; }
  .artistern-catalog-mobile-filter b[hidden] { display: none; }
  .artistern-collection-page ul.products.artistern-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; column-gap: 14px !important; row-gap: 0 !important; }
  .artistern-collection-skeleton > span { height: 210px; }
  .artistern-product-card--collection.product { padding-bottom: 28px !important; }
  .artistern-curator-break { flex-direction: column; gap: 24px; padding: 28px 22px !important; align-items: stretch; }
  .artistern-curator-break figure { width: 70%; flex-basis: auto; align-self: center; }
  .artistern-collection-curator-cta { margin-top: 64px; }
}

@media (max-width: 520px) {
  .artistern-collection-shell { width: calc(100% - 32px); }
  .artistern-collection-card-row { align-items: flex-start; flex-direction: column; }
  .artistern-collection-cart-button,
  .artistern-collection-page a.artistern-collection-cart-button { width: 100%; }
  .artistern-product-card--collection .artistern-collection-card-body :is(h2,h3) { font-size: 14px !important; }
  .artistern-collection-card-artist { font-size: 10px; }
  .artistern-collection-card-spec { font-size: 11px; }
}

@media (max-width: 1100px) and (min-width: 881px) {
  .artistern-collection-page ul.products.artistern-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
}
