:root {
  --et-iona-bg: #ffffff;
  --et-iona-soft: #f4f4f2;
  --et-iona-ink: #222222;
  --et-iona-text: #444444;
  --et-iona-muted: #7a7a74;
  --et-iona-line: #dbdbdb;
  --et-iona-hover: #cda228;
  --et-vault-green: #003d32;
  --et-radius: 4px;
  --et-shadow: 0 16px 40px rgba(0, 0, 0, .08);
  --et-sans: Gilroy, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --et-serif: Georgia, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

body.et-artwork-product-page {
  margin: 0;
  background: var(--et-iona-bg);
  color: var(--et-iona-text);
  font-family: var(--et-sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.et-icon {
  width: 1.15em;
  height: 1.15em;
  flex: 0 0 auto;
}


.et-product {
  max-width: 1480px;
  margin: 0 auto;
  padding: 48px 46px 70px;
}

.et-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
  gap: 42px;
  align-items: start;
  margin-bottom: 30px;
}

.et-gallery-card,
.et-summary-card,
.et-card,
.et-similar,
.et-art-card {
  background: #fff;
  border: 1px solid var(--et-iona-line);
  border-radius: var(--et-radius);
  box-shadow: var(--et-shadow);
}

.et-gallery-card {
  position: relative;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px;
}

.et-hero-image {
  width: min(100%, 560px);
  max-height: 650px;
  object-fit: contain;
  background: #fff;
  border: 1px solid var(--et-iona-line);
  border-radius: 4px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .14);
}

.et-zoom {
  position: absolute;
  right: 34px;
  top: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: var(--et-iona-ink);
  color: #fff;
  cursor: pointer;
}

.et-thumbs {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 18px;
}

.et-thumb {
  padding: 0;
  border: 1px solid var(--et-iona-line);
  border-radius: var(--et-radius);
  background: #fff;
  cursor: pointer;
}

.et-thumb:first-child {
  border-color: var(--et-iona-ink);
}

.et-thumb img {
  display: block;
  width: 82px;
  height: 58px;
  object-fit: cover;
}

.et-summary-card {
  padding: 38px 32px;
}

.et-summary-top {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: start;
}

.et-artist,
.et-year {
  margin: 0;
  color: var(--et-iona-muted);
}

.et-summary-card h1,
.et-card h2,
.et-section-head h2,
.et-hold-form h2,
.et-art-card h3 {
  color: var(--et-iona-ink);
  font-family: var(--et-serif);
  font-weight: 500;
  line-height: 1.1;
}

.et-summary-card h1 {
  margin: 6px 0 8px;
  font-size: 48px;
}

.et-year {
  margin-bottom: 24px;
}

.et-status,
.et-vault-pill,
.et-specs dt,
.et-badge small,
.et-btn,
.et-art-card-specs dt,
.et-art-card-badges span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.et-status {
  display: inline-flex;
  padding: 9px 18px;
  background: var(--et-iona-soft);
  color: var(--et-iona-ink);
  white-space: nowrap;
}

.et-vault-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 24px;
  padding: 12px 16px;
  border: 1px solid var(--et-iona-line);
  color: var(--et-vault-green);
  text-decoration: none;
}

.et-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 22px;
  margin: 0 0 26px;
}

.et-specs dt,
.et-specs dd {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid var(--et-iona-line);
}

.et-specs dt {
  color: var(--et-iona-ink);
}

.et-specs dd {
  color: var(--et-iona-text);
}

.et-price {
  color: var(--et-vault-green) !important;
  font-weight: 800;
}

.et-actions {
  display: grid;
  gap: 10px;
  margin: 0 0 24px;
}

.et-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  width: 100%;
  padding: 1.1rem 1.55rem;
  border: 0;
  border-radius: var(--et-radius);
  cursor: pointer;
  font-family: var(--et-sans);
  font-size: 13px;
  font-weight: 800;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}

.et-btn-primary {
  background: var(--et-iona-ink);
  color: #fff;
}

.et-btn-primary:hover,
.et-btn-primary:focus {
  background: var(--et-iona-hover);
  color: #fff;
}

.et-btn-secondary {
  border: 1px solid var(--et-iona-line);
  background: #fff;
  color: var(--et-iona-ink);
}

.et-btn-secondary:hover,
.et-btn-secondary:focus {
  border-color: var(--et-iona-hover);
  color: var(--et-iona-hover);
}

.et-short-desc {
  margin: 0;
}

.et-badge-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  margin: 0 0 22px;
}

.et-badge {
  min-height: 92px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 12px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--et-iona-line);
  background: #fff;
}

.et-badge span {
  grid-row: 1 / 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: var(--et-iona-ink);
  color: #fff;
}

.et-badge strong {
  color: var(--et-vault-green);
  font-family: var(--et-serif);
  font-size: 15px;
  font-weight: 700;
}

.et-content-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 18px;
}

.et-card {
  padding: 26px 30px;
  box-shadow: none;
}

.et-card h2 {
  margin: 0 0 15px;
  font-size: 26px;
}

.et-card p {
  margin: 0 0 12px;
}

.et-vault-card h2 {
  display: flex;
  justify-content: space-between;
  margin: -26px -30px 20px;
  padding: 16px 20px;
  background: var(--et-iona-ink);
  color: #fff;
  font-family: var(--et-sans);
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.et-vault-body {
  display: grid;
  grid-template-columns: 1fr 210px;
  gap: 22px;
}

.et-vault-body dl {
  margin: 0;
}

.et-vault-body dt,
.et-vault-body dd {
  padding: 7px 0;
  border-bottom: 1px solid var(--et-iona-line);
  margin: 0;
}

.et-vault-body dt {
  float: left;
  width: 185px;
  color: var(--et-iona-ink);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.et-vault-body dd {
  margin-left: 185px;
}

.et-vault-body aside {
  border-left: 1px solid var(--et-iona-line);
  padding-left: 20px;
}

.et-vault-body aside a {
  display: block;
  margin-top: 14px;
  padding: 14px;
  border: 1px solid var(--et-iona-line);
  color: var(--et-iona-ink);
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.et-checks {
  list-style: none;
  padding: 0;
  margin: 12px 0;
}

.et-checks li {
  margin: 8px 0;
}

.et-checks li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 9px;
  background: var(--et-iona-ink);
}

.et-disclaimer {
  color: var(--et-iona-muted);
  font-size: 13px;
  font-style: italic;
}

blockquote {
  margin: 0;
  font-family: var(--et-serif);
  font-size: 18px;
  line-height: 1.65;
}

blockquote cite {
  display: block;
  margin-top: 16px;
  font-family: var(--et-sans);
  font-size: 13px;
}

.et-detail-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 12px;
}

.et-detail-images img,
.et-placement img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}

.et-timeline {
  position: relative;
  padding-left: 24px;
}

.et-timeline:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: var(--et-iona-ink);
}

.et-timeline div {
  position: relative;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 20px;
  margin: 0 0 18px;
}

.et-timeline div:before {
  content: "";
  position: absolute;
  left: -22px;
  top: 4px;
  width: 13px;
  height: 13px;
  border: 2px solid var(--et-iona-ink);
  background: #fff;
  border-radius: 50%;
}

.et-condition strong {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  color: var(--et-vault-green);
  font-weight: 800;
  text-transform: uppercase;
}

.et-placement {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 20px;
}

.et-placement h2 {
  grid-column: 1 / -1;
}

.et-placement img {
  height: 220px;
}

.et-placement dl {
  margin: 0;
}

.et-placement dt {
  color: var(--et-iona-ink);
  font-weight: 800;
}

.et-placement dd {
  margin: 0 0 12px;
}

.et-similar {
  margin-top: 18px;
  padding: 22px;
  box-shadow: none;
}

.et-section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.et-section-head h2 {
  margin: 0;
}

.et-section-head a {
  color: var(--et-iona-ink);
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.et-similar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 14px;
}

.et-similar article a {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 14px;
  color: inherit;
  text-decoration: none;
  border: 1px solid var(--et-iona-line);
  padding: 12px;
  background: #fff;
}

.et-similar img {
  width: 130px;
  height: 96px;
  object-fit: cover;
  grid-row: 1 / 5;
}

.et-similar h3 {
  margin: 0;
  font-family: var(--et-serif);
}

.et-similar p {
  margin: 0;
}

.et-similar strong {
  color: var(--et-vault-green);
}

.et-similar span {
  border: 1px solid var(--et-iona-line);
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 12px;
  padding: 5px;
}

.et-mobile-cta {
  display: none;
}

.et-lightbox,
.et-hold-modal {
  position: fixed;
  inset: 0;
  z-index: 99;
  padding: 22px;
}

.et-lightbox {
  background: rgba(0, 0, 0, .82);
  place-items: center;
}

.et-lightbox:not([hidden]) {
  display: grid;
}

.et-lightbox img {
  max-width: 92vw;
  max-height: 88vh;
  object-fit: contain;
}

.et-lightbox button,
.et-hold-close {
  position: absolute;
  right: 24px;
  top: 18px;
  border: 0;
  background: #fff;
  color: var(--et-iona-ink);
  cursor: pointer;
  font-weight: 800;
  text-transform: uppercase;
}

.et-hold-modal:not([hidden]) {
  display: grid;
  place-items: center;
}

.et-hold-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .55);
}

.et-hold-form {
  position: relative;
  z-index: 1;
  width: min(540px, 100%);
  padding: 34px;
  background: #fff;
  border: 1px solid var(--et-iona-line);
  box-shadow: var(--et-shadow);
}

.et-hold-form h2 {
  margin: 0 0 8px;
  font-size: 32px;
}

.et-hold-form p {
  margin: 0 0 22px;
}

.et-hold-form label {
  display: block;
  margin-bottom: 14px;
}

.et-hold-form span {
  display: block;
  margin-bottom: 6px;
  color: var(--et-iona-ink);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.et-hold-form input,
.et-hold-form textarea {
  width: 100%;
  border: 1px solid var(--et-iona-line);
  background: #fff;
  color: var(--et-iona-text);
  font: inherit;
  padding: 12px 14px;
}

.et-hold-form input:focus,
.et-hold-form textarea:focus {
  border-color: var(--et-iona-ink);
  outline: 0;
}

.et-hold-close {
  top: 14px;
  right: 14px;
  background: transparent;
}

.et-available-works-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  width: min(100%, 1480px);
  margin: 0 auto;
}

.et-art-card {
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(0, 0, 0, .08);
}

.et-art-card-image {
  display: block;
  aspect-ratio: 16 / 9;
  background: var(--et-iona-soft);
}

.et-art-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.et-art-card-body {
  padding: 16px 14px 14px;
}

.et-art-card h3 {
  margin: 0 0 14px;
  font-size: 20px;
}

.et-art-card h3 a {
  color: var(--et-vault-green);
  text-decoration: none;
}

.et-art-card-specs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 18px;
}

.et-art-card-specs dt,
.et-art-card-specs dd {
  margin: 0;
}

.et-art-card-specs dt {
  color: var(--et-iona-ink);
  font-size: 8px;
}

.et-art-card-specs dd {
  color: var(--et-iona-text);
  font-size: 10px;
  line-height: 1.25;
}

.et-art-card-specs div:last-child dd {
  color: var(--et-vault-green);
  font-weight: 800;
}

.et-art-card-badges {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}

.et-art-card-badges div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 8px;
  align-items: center;
}

.et-art-card-badges .et-icon {
  grid-row: 1 / 3;
  width: 30px;
  height: 30px;
  padding: 6px;
  background: var(--et-vault-green);
  color: #fff;
}

.et-art-card-badges span {
  color: var(--et-iona-ink);
  font-size: 8px;
}

.et-art-card-badges small {
  color: var(--et-iona-text);
  font-size: 9px;
  line-height: 1.2;
}

.et-card-checkout,
.et-card-records {
  min-height: 42px;
  margin-top: 10px;
  font-size: 11px;
}

.et-card-records .et-icon:last-child {
  margin-left: auto;
}

.et-empty-grid {
  grid-column: 1 / -1;
}

@media (max-width: 1180px) {
  .et-product {
    padding: 32px 24px 60px;
  }

  .et-hero-grid,
  .et-content-grid {
    grid-template-columns: 1fr;
  }

  .et-badge-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .et-vault-body {
    grid-template-columns: 1fr 200px;
  }

  .et-available-works-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .et-product {
    padding: 0 14px 0;
  }

  .et-hero-grid {
    display: block;
    margin: 0 -14px;
  }

  .et-gallery-card {
    min-height: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 18px;
  }

  .et-summary-card {
    border: 0;
    box-shadow: none;
    padding: 24px 20px;
  }

  .et-summary-top {
    display: block;
  }

  .et-summary-card h1 {
    font-size: 34px;
  }

  .et-specs {
    grid-template-columns: 1fr;
  }

  .et-badge-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .et-content-grid {
    display: block;
  }

  .et-card {
    margin-bottom: 12px;
    padding: 22px 18px;
  }

  .et-vault-card h2 {
    margin: -22px -18px 18px;
  }

  .et-vault-body,
  .et-placement {
    display: block;
  }

  .et-vault-body aside {
    border-left: 0;
    border-top: 1px solid var(--et-iona-line);
    padding: 18px 0 0;
    margin-top: 18px;
  }

  .et-vault-body dt {
    width: 116px;
  }

  .et-vault-body dd {
    margin-left: 116px;
  }

  .et-detail-images {
    gap: 8px;
  }

  .et-detail-images img {
    height: 96px;
  }

  .et-similar-grid {
    display: block;
  }

  .et-similar article {
    margin-bottom: 12px;
  }

  .et-mobile-cta {
    display: block;
    margin: 12px -14px 0;
    padding: 38px 24px 46px;
    text-align: center;
    background: var(--et-iona-ink);
    color: #fff;
  }

  .et-mobile-cta h2 {
    font-family: var(--et-serif);
  }
}

@media (max-width: 560px) {
  .et-available-works-grid {
    grid-template-columns: 1fr;
  }

  .et-art-card-specs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* ==========================================================================
   Iona Theme Compatibility
   These rules override Iona's float layout so .et-product can use its own
   full-width grid. We also add Iona body classes via PHP (expand_content,
   sidebar_hide) to stop Iona from applying width:760px to .content at all.
   The CSS below is a belt-and-suspenders backup.
   ========================================================================== */

/* Neutralise content_wrap max-width so et-product can go edge-to-edge */
body.et-artwork-product-page .page_content_wrap,
body.et-artwork-product-page .content_wrap,
body.et-artwork-product-page .content_wrap_fullscreen,
body.et-artwork-product-page [class*=content_wrap] {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
}

/* Kill the hardcoded 760px .content width Iona applies on wide/boxed styles */
body.et-artwork-product-page .content,
body.et-artwork-product-page [class*=content_wrap] > .content {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
  clear: both !important;
  box-sizing: border-box !important;
}

/* Hide theme sidebar */
body.et-artwork-product-page .sidebar_wrap,
body.et-artwork-product-page .widget_area,
body.et-artwork-product-page aside.sidebar,
body.et-artwork-product-page .sidebar {
  display: none !important;
}

/* Remove Iona's large page_content_wrap vertical padding */
body.et-artwork-product-page .page_content_wrap {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Keep page_wrap full width too (boxed style has width:1290px on page_wrap) */
body.et-artwork-product-page .page_wrap {
  width: 100% !important;
  max-width: 100% !important;
}

/* ==========================================================================
   Pagination  (available works grid)
   ========================================================================== */

.et-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 40px auto 0;
  width: min(100%, 1480px);
}

.et-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 14px;
  border: 1px solid var(--et-iona-line);
  border-radius: var(--et-radius);
  background: #fff;
  color: var(--et-iona-ink);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background .15s, color .15s, border-color .15s;
}

.et-pagination .page-numbers:hover {
  border-color: var(--et-iona-ink);
  background: var(--et-iona-soft);
}

.et-pagination .page-numbers.current {
  background: var(--et-vault-green);
  border-color: var(--et-vault-green);
  color: #fff;
  pointer-events: none;
}

.et-pagination .page-numbers.dots {
  border-color: transparent;
  background: transparent;
  pointer-events: none;
}

/* ==========================================================================

/* ==========================================================================
   Iona Design Tokens — exact values from theme
   Font: Gilroy (800 headings/buttons, 300 body)
   Colors: #222222 ink, #444444 text, #f4f4f2 soft, #dbdbdb border
   Radius: 0 (Iona uses zero radius throughout)
   Buttons: #222222 bg / #fff text, hover #ecb928 / #fff
   ========================================================================== */
:root {
  --iona-bg:        #ffffff;
  --iona-ink:       #222222;
  --iona-text:      #444444;
  --iona-muted:     #888888;
  --iona-soft:      #f4f4f2;
  --iona-border:    #dbdbdb;
  --iona-gold:      #ecb928;
  --iona-gold-dark: #cda228;
  --iona-radius:    0px;
  --iona-shadow:    0 2px 12px rgba(0,0,0,0.06);
  --iona-shadow-h:  0 4px 24px rgba(0,0,0,0.11);
}

/* ==========================================================================
   Artwork Card  — Iona B&W (Image 2)
   ========================================================================== */

.et-art-card {
  background: var(--iona-bg);
  border: 1px solid var(--iona-border);
  display: flex;
  flex-direction: column;
  transition: box-shadow .2s;
}
.et-art-card:hover {
  box-shadow: var(--iona-shadow-h);
}

/* Image */
.et-art-card-img-wrap {
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--iona-soft);
}
.et-art-card-img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}
.et-art-card:hover .et-art-card-img-wrap img {
  transform: scale(1.03);
}
.et-art-card-img-placeholder {
  width: 100%; height: 100%;
  background: var(--iona-soft);
}

/* Body */
.et-art-card-body {
  padding: 20px 20px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* Title — Gilroy 800, tight letter-spacing, matches Iona h3 */
.et-art-card-title {
  font-family: "Gilroy", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.8px;
  line-height: 1.15;
  margin: 0 0 14px;
  color: var(--iona-ink);
}
.et-art-card-title a {
  color: inherit;
  text-decoration: none;
}
.et-art-card-title a:hover {
  color: var(--iona-muted);
}

/* Specs — horizontal divider row */
.et-art-card-specs {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid var(--iona-border);
  border-bottom: 1px solid var(--iona-border);
  margin-bottom: 16px;
}
.et-art-card-spec {
  flex: 1 1 auto;
  padding: 10px 6px 10px 0;
  min-width: 0;
}
.et-art-card-spec + .et-art-card-spec {
  border-left: 1px solid var(--iona-border);
  padding-left: 10px;
}
.et-spec-label {
  display: block;
  font-family: "Gilroy", sans-serif;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--iona-muted);
  margin-bottom: 4px;
  white-space: nowrap;
}
.et-spec-value {
  display: block;
  font-family: "Gilroy", sans-serif;
  font-size: 0.8rem;
  font-weight: 300;
  color: var(--iona-ink);
  line-height: 1.4;
}
.et-art-card-price {
  font-weight: 800;
  font-size: 0.9rem;
}

/* Trust badges */
.et-art-card-trust {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 16px;
}
.et-art-card-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  background: var(--iona-soft);
  padding: 10px;
}
.et-art-card-trust-icon {
  flex-shrink: 0;
  width: 34px; height: 34px;
  background: var(--iona-ink);
  display: flex;
  align-items: center;
  justify-content: center;
}
.et-art-card-trust-icon svg {
  width: 16px; height: 16px;
  stroke: #fff;
}
.et-art-card-trust-item strong {
  display: block;
  font-family: "Gilroy", sans-serif;
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--iona-ink);
  margin-bottom: 3px;
}
.et-art-card-trust-item p {
  font-family: "Gilroy", sans-serif;
  font-size: 0.68rem;
  font-weight: 300;
  color: var(--iona-muted);
  line-height: 1.4;
  margin: 0;
}

/* Buttons — exact Iona button spec: Gilroy 800, 13px, uppercase, 0.3px spacing, 0 radius */
.et-art-card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 14px 16px;
  font-family: "Gilroy", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
  transition: background .15s, color .15s, border-color .15s;
  cursor: pointer;
  line-height: normal;
}
.et-art-card-btn svg {
  width: 14px; height: 14px;
  flex-shrink: 0;
}
/* Primary: Iona dark button (#222 → gold on hover) */
.et-art-card-btn-primary {
  background: var(--iona-ink);
  color: #fff;
  border: 2px solid var(--iona-ink);
  margin-bottom: 8px;
}
.et-art-card-btn-primary:hover {
  background: var(--iona-gold);
  border-color: var(--iona-gold);
  color: #fff;
}
/* Secondary: Iona outline style */
.et-art-card-btn-secondary {
  background: var(--iona-bg);
  color: var(--iona-ink);
  border: 1.5px solid var(--iona-border);
  justify-content: space-between;
}
.et-art-card-btn-secondary:hover {
  border-color: var(--iona-ink);
  color: var(--iona-ink);
}
.et-art-card-btn-secondary .et-arrow {
  width: 13px; height: 13px;
}

/* ==========================================================================
   Gallery Archive  — Iona B&W (Image 1)
   ========================================================================== */

.et-gallery-archive {
  width: 100%;
  background: var(--iona-bg);
}

/* Hero */
.et-gallery-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  width: min(100%, 1480px);
  margin: 0 auto;
  padding: 60px 40px 50px;
}
.et-gallery-hero-text h1 {
  font-family: "Gilroy", sans-serif;
  font-size: clamp(2.8rem, 5vw, 5.3rem);
  font-weight: 800;
  letter-spacing: -2.3px;
  line-height: 1.05;
  color: var(--iona-ink);
  margin: 0 0 12px;
}
.et-gallery-hero-rule {
  width: 40px;
  border: none;
  border-top: 2px solid var(--iona-ink);
  margin: 0 0 16px;
}
.et-gallery-hero-text p {
  font-family: "Gilroy", sans-serif;
  font-size: 1.0625rem;
  font-weight: 300;
  letter-spacing: 0.32px;
  line-height: 1.7857em;
  color: var(--iona-text);
  margin: 0;
}
.et-gallery-hero-image {
  overflow: hidden;
  aspect-ratio: 16/9;
  border-radius: 0;
}
.et-gallery-hero-image img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}

/* Filter bar */
.et-filter-bar {
  border-top: 1px solid var(--iona-border);
  border-bottom: 1px solid var(--iona-border);
  background: var(--iona-bg);
  position: sticky;
  top: 0;
  z-index: 100;
}
.et-filter-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  width: min(100%, 1480px);
  margin: 0 auto;
  padding: 14px 40px;
}
.et-filter-group,
.et-sort-group {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.et-filter-label {
  font-family: "Gilroy", sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--iona-muted);
  white-space: nowrap;
}
.et-filter-select-wrap { position: relative; }
.et-filter-select {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 14px;
  border: 1px solid var(--iona-border);
  border-radius: 0;
  background: var(--iona-bg);
  color: var(--iona-ink);
  font-family: "Gilroy", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  transition: border-color .15s;
}
.et-filter-select svg { width: 13px; height: 13px; stroke: var(--iona-muted); transition: transform .15s; }
.et-filter-select:hover,
.et-filter-select.is-open { border-color: var(--iona-ink); }
.et-filter-select.is-open svg { transform: rotate(180deg); }

.et-filter-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  min-width: 180px;
  background: var(--iona-bg);
  border: 1px solid var(--iona-border);
  border-radius: 0;
  box-shadow: var(--iona-shadow-h);
  list-style: none;
  margin: 0;
  padding: 4px 0;
  z-index: 200;
}
.et-filter-dropdown.is-open { display: block; }
.et-filter-dropdown li { margin: 0; }
.et-filter-dropdown li::before { display: none; }
.et-filter-dropdown a {
  display: block;
  padding: 9px 16px;
  font-family: "Gilroy", sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.32px;
  color: var(--iona-text);
  text-decoration: none;
  transition: background .1s;
}
.et-filter-dropdown a:hover {
  background: var(--iona-soft);
  color: var(--iona-ink);
}

/* View toggle */
.et-view-toggle {
  display: flex;
  border: 1px solid var(--iona-border);
  border-radius: 0;
  overflow: hidden;
}
.et-view-btn {
  padding: 9px 11px;
  background: var(--iona-bg);
  border: none;
  cursor: pointer;
  color: var(--iona-muted);
  display: flex;
  align-items: center;
  transition: background .1s, color .1s;
}
.et-view-btn svg { width: 15px; height: 15px; }
.et-view-btn.active,
.et-view-btn:hover { background: var(--iona-soft); color: var(--iona-ink); }
.et-view-btn + .et-view-btn { border-left: 1px solid var(--iona-border); }

/* Grid */
.et-gallery-grid-section {
  width: min(100%, 1480px);
  margin: 0 auto;
  padding: 40px 40px 60px;
}
.et-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--iona-border);
  border: 1px solid var(--iona-border);
}
.et-gallery-grid .et-art-card {
  border: none;
  background: var(--iona-bg);
}
.et-gallery-grid.is-list-view {
  grid-template-columns: 1fr;
}
.et-gallery-grid.is-list-view .et-art-card {
  flex-direction: row;
}
.et-gallery-grid.is-list-view .et-art-card-img-wrap {
  width: 260px;
  flex-shrink: 0;
  aspect-ratio: 4/3;
}
.et-gallery-empty {
  text-align: center;
  padding: 60px 20px;
  font-family: "Gilroy", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: var(--iona-muted);
}
.et-gallery-empty a { color: var(--iona-ink); text-decoration: underline; }

/* Pagination — matches Iona's .nav-links style */
.et-gallery-pagination {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}
.et-gallery-pagination ul {
  display: flex;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
.et-gallery-pagination ul li::before { display: none; }
.et-gallery-pagination ul li a,
.et-gallery-pagination ul li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 10px;
  background: var(--iona-soft);
  color: var(--iona-ink);
  font-family: "Gilroy", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.3px;
  text-decoration: none;
  border-radius: 0;
  transition: background .15s, color .15s;
}
.et-gallery-pagination ul li a:hover { background: var(--iona-ink); color: #fff; }
.et-gallery-pagination ul li span.current { background: var(--iona-ink); color: #fff; pointer-events: none; }
.et-gallery-pagination ul li span.dots { background: transparent; pointer-events: none; }

/* "Own with Confidence" banner — Iona dark (#222222) */
.et-confidence-banner {
  position: relative;
  overflow: hidden;
  min-height: 240px;
  display: flex;
  align-items: center;
  background: var(--iona-ink);
}
.et-confidence-banner-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.12;
}
.et-confidence-banner-content {
  position: relative;
  z-index: 2;
  padding: 56px 60px;
  max-width: 520px;
}
.et-confidence-banner-content h2 {
  font-family: "Gilroy", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -1px;
  color: #fff;
  margin: 0 0 12px;
}
.et-confidence-banner-content p {
  font-family: "Gilroy", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.7857em;
  color: rgba(255,255,255,0.75);
  margin: 0 0 28px;
}
.et-confidence-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 24px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 0;
  color: #fff;
  font-family: "Gilroy", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .15s, border-color .15s;
}
.et-confidence-btn:hover {
  background: rgba(255,255,255,0.2);
  border-color: rgba(255,255,255,0.6);
  color: #fff;
}
.et-confidence-btn svg { width: 15px; height: 15px; stroke: currentColor; }

/* Trust row */
.et-trust-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--iona-border);
  border-bottom: 1px solid var(--iona-border);
}
.et-trust-item {
  padding: 40px 32px;
  border-right: 1px solid var(--iona-border);
}
.et-trust-item:last-child { border-right: none; }
.et-trust-icon {
  display: inline-flex;
  width: 42px; height: 42px;
  background: var(--iona-soft);
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.et-trust-icon svg { width: 20px; height: 20px; stroke: var(--iona-ink); }
.et-trust-item h3 {
  font-family: "Gilroy", sans-serif;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: -0.2px;
  color: var(--iona-ink);
  margin: 0 0 8px;
}
.et-trust-item p {
  font-family: "Gilroy", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.32px;
  line-height: 1.7857em;
  color: var(--iona-muted);
  margin: 0;
}

/* Newsletter */
.et-newsletter {
  background: var(--iona-ink);
  padding: 56px 40px;
}
.et-newsletter-inner {
  width: min(100%, 1480px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.et-newsletter h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #fff;
  margin: 0 0 6px;
}
.et-newsletter p {
  font-family: "Gilroy", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.7857em;
  color: rgba(255,255,255,0.6);
  margin: 0;
}
.et-newsletter-form {
  display: flex;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 0;
  overflow: hidden;
  flex-shrink: 0;
  min-width: 340px;
}
.et-newsletter-form input[type="email"] {
  flex: 1;
  padding: 13px 18px;
  background: rgba(255,255,255,0.05);
  border: none;
  outline: none;
  color: #fff;
  font-family: "Gilroy", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  min-width: 0;
}
.et-newsletter-form input[type="email"]::placeholder { color: rgba(255,255,255,0.35); }
.et-newsletter-form button {
  padding: 13px 22px;
  background: #fff;
  border: none;
  color: var(--iona-ink);
  font-family: "Gilroy", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 0;
  transition: background .15s, color .15s;
}
.et-newsletter-form button:hover {
  background: var(--iona-gold);
  color: #fff;
}

/* Pagination (shortcode) — Iona style */
.et-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
  margin: 40px auto 0;
  width: min(100%, 1480px);
}
.et-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  background: var(--iona-soft);
  color: var(--iona-ink);
  font-family: "Gilroy", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.3px;
  text-decoration: none;
  border-radius: 0;
  transition: background .15s, color .15s;
}
.et-pagination .page-numbers:hover { background: var(--iona-ink); color: #fff; }
.et-pagination .page-numbers.current { background: var(--iona-ink); color: #fff; pointer-events: none; }
.et-pagination .page-numbers.dots { background: transparent; pointer-events: none; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1200px) {
  .et-gallery-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .et-gallery-hero { grid-template-columns: 1fr; gap: 24px; padding: 40px 24px; }
  .et-gallery-hero-image { display: none; }
  .et-gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .et-filter-bar-inner { padding: 12px 24px; }
  .et-gallery-grid-section { padding: 30px 24px 40px; }
  .et-trust-row { grid-template-columns: 1fr 1fr; }
  .et-trust-item:nth-child(2) { border-right: none; }
  .et-trust-item:nth-child(3) { border-right: 1px solid var(--iona-border); }
  .et-newsletter-form { min-width: 280px; }
  .et-confidence-banner-content { padding: 40px 32px; }
}
@media (max-width: 600px) {
  .et-gallery-grid { grid-template-columns: 1fr; }
  .et-filter-bar { position: relative; }
  .et-filter-group, .et-sort-group { width: 100%; }
  .et-filter-bar-inner { flex-direction: column; align-items: flex-start; }
  .et-trust-row { grid-template-columns: 1fr; }
  .et-trust-item { border-right: none; border-bottom: 1px solid var(--iona-border); }
  .et-trust-item:last-child { border-bottom: none; }
  .et-newsletter-inner { flex-direction: column; }
  .et-newsletter-form { min-width: 100%; width: 100%; }
  .et-art-card-trust { grid-template-columns: 1fr; }
  .et-art-card-specs { flex-direction: column; }
  .et-art-card-spec + .et-art-card-spec { border-left: none; border-top: 1px solid var(--iona-border); padding-left: 0; }
}

/* ==========================================================================
   WooCommerce Shop Skin Overrides
   ========================================================================== */

body.et-wc-gallery {
  background: var(--iona-bg);
  color: var(--iona-text);
  font-family: "Gilroy", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.et-wc-gallery .page_content_wrap,
body.et-wc-gallery .content_wrap,
body.et-wc-gallery .content {
  background: var(--iona-bg);
}

body.et-wc-gallery .woocommerce {
  width: min(100%, 1480px);
  margin: 0 auto;
  padding: 34px 40px 64px;
}

body.et-wc-gallery .woocommerce-result-count,
body.et-wc-gallery .woocommerce-ordering {
  margin: 0 0 22px;
  color: var(--iona-muted);
  font-family: "Gilroy", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

body.et-wc-gallery .woocommerce-ordering select {
  min-height: 42px;
  padding: 0 34px 0 14px;
  border: 1px solid var(--iona-border);
  border-radius: 0;
  background-color: #fff;
  color: var(--iona-ink);
  font-family: "Gilroy", sans-serif;
  font-size: 13px;
}

body.et-wc-gallery ul.products,
body.et-wc-gallery ul.products.columns-2,
body.et-wc-gallery ul.products.columns-3,
body.et-wc-gallery ul.products.columns-4,
body.et-wc-gallery ul.products.columns-5 {
  clear: both;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

body.et-wc-gallery ul.products::before,
body.et-wc-gallery ul.products::after {
  display: none !important;
}

body.et-wc-gallery ul.products li.product,
body.et-wc-gallery ul.products li {
  position: relative;
  display: flex !important;
  flex-direction: column;
  float: none !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  background: var(--iona-bg) !important;
  border: 1px solid var(--iona-border);
  border-radius: 0;
  box-shadow: var(--iona-shadow);
  transition: box-shadow .18s ease, transform .18s ease;
}

body.et-wc-gallery ul.products li.product:hover {
  box-shadow: var(--iona-shadow-h);
  transform: translateY(-2px);
}

body.et-wc-gallery ul.products li.product a.woocommerce-LoopProduct-link,
body.et-wc-gallery ul.products li.product a.woocommerce-loop-product__link {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

body.et-wc-gallery ul.products li.product img {
  display: block;
  width: 100% !important;
  aspect-ratio: 4 / 3;
  height: auto !important;
  margin: 0 !important;
  object-fit: cover;
  background: var(--iona-soft);
  filter: grayscale(100%) contrast(1.04);
  transition: filter .18s ease, transform .18s ease;
}

body.et-wc-gallery ul.products li.product:hover img {
  filter: grayscale(0%) contrast(1);
  transform: scale(1.02);
}

body.et-wc-gallery ul.products li.product .woocommerce-loop-product__title,
body.et-wc-gallery ul.products li.product h2,
body.et-wc-gallery ul.products li.product h3 {
  margin: 0;
  padding: 20px 20px 8px !important;
  color: var(--iona-ink);
  font-family: "Gilroy", sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.15;
}

body.et-wc-gallery ul.products li.product .price {
  display: block;
  margin: auto 20px 18px;
  color: var(--iona-ink) !important;
  font-family: "Gilroy", sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
}

body.et-wc-gallery ul.products li.product .price del {
  color: var(--iona-muted);
  opacity: .65;
}

body.et-wc-gallery ul.products li.product .button,
body.et-wc-gallery ul.products li.product .add_to_cart_button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin: 0 20px 20px !important;
  padding: 12px 16px !important;
  border: 1px solid var(--iona-ink) !important;
  border-radius: 0 !important;
  background: var(--iona-ink) !important;
  color: #fff !important;
  font-family: "Gilroy", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.3px;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

body.et-wc-gallery ul.products li.product .button:hover,
body.et-wc-gallery ul.products li.product .add_to_cart_button:hover {
  border-color: var(--iona-gold) !important;
  background: var(--iona-gold) !important;
}

body.et-wc-gallery ul.products li.product .onsale {
  top: 12px;
  left: 12px;
  right: auto;
  min-height: 0;
  min-width: 0;
  padding: 6px 10px;
  border-radius: 0;
  background: var(--iona-ink);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

/* WC pagination - restyle to match our gallery pagination */
body.et-wc-gallery .woocommerce-pagination {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  width: 100%;
}
body.et-wc-gallery .woocommerce-pagination ul.page-numbers {
  display: flex;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
body.et-wc-gallery .woocommerce-pagination ul.page-numbers li::before { display: none; }
body.et-wc-gallery .woocommerce-pagination ul.page-numbers li a.page-numbers,
body.et-wc-gallery .woocommerce-pagination ul.page-numbers li span.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 10px;
  background: var(--iona-soft);
  color: var(--iona-ink);
  font-family: "Gilroy", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.3px;
  text-decoration: none;
  border-radius: 0;
  transition: background .15s, color .15s;
  border: none;
}
body.et-wc-gallery .woocommerce-pagination ul.page-numbers li a.page-numbers:hover {
  background: var(--iona-ink);
  color: #fff;
}
body.et-wc-gallery .woocommerce-pagination ul.page-numbers li span.current {
  background: var(--iona-ink);
  color: #fff;
}

/* WC notices - keep visible but move inside our layout */
body.et-wc-gallery .woocommerce-notices-wrapper {
  width: min(100%, 1480px);
  margin: 0 auto;
  padding: 0 40px;
}

/* Iona sidebar suppression already handles hiding sidebar via body class */
body.et-wc-gallery .sidebar_wrap { display: none !important; }

@media (max-width: 1200px) {
  body.et-wc-gallery ul.products,
  body.et-wc-gallery ul.products.columns-2,
  body.et-wc-gallery ul.products.columns-3,
  body.et-wc-gallery ul.products.columns-4,
  body.et-wc-gallery ul.products.columns-5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  body.et-wc-gallery .woocommerce {
    padding: 28px 24px 48px;
  }

  body.et-wc-gallery ul.products,
  body.et-wc-gallery ul.products.columns-2,
  body.et-wc-gallery ul.products.columns-3,
  body.et-wc-gallery ul.products.columns-4,
  body.et-wc-gallery ul.products.columns-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }
}

@media (max-width: 600px) {
  body.et-wc-gallery .woocommerce {
    padding: 22px 16px 42px;
  }

  body.et-wc-gallery .woocommerce-result-count,
  body.et-wc-gallery .woocommerce-ordering {
    float: none;
    width: 100%;
  }

  body.et-wc-gallery .woocommerce-ordering select {
    width: 100%;
  }

  body.et-wc-gallery ul.products,
  body.et-wc-gallery ul.products.columns-2,
  body.et-wc-gallery ul.products.columns-3,
  body.et-wc-gallery ul.products.columns-4,
  body.et-wc-gallery ul.products.columns-5 {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

/* ==========================================================================
   Shop preview polish
   ========================================================================== */

body.et-wc-gallery .et-gallery-grid-section {
  width: min(100%, 1380px);
  padding: 34px 28px 64px;
}

body.et-wc-gallery .et-gallery-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  border: 0;
  background: transparent;
}

body.et-wc-gallery .et-gallery-grid .et-art-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--iona-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0,0,0,0.04);
}

body.et-wc-gallery .et-art-card-img-wrap,
body.et-wc-gallery .et-art-card-image {
  aspect-ratio: 16 / 9;
  margin: 10px 10px 0;
  overflow: hidden;
  border-radius: 6px;
  background: #f6f6f5;
}

body.et-wc-gallery .et-art-card-img-wrap img,
body.et-wc-gallery .et-art-card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

body.et-wc-gallery .et-art-card-img-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #f6f6f5;
}

body.et-wc-gallery .et-art-card-body {
  padding: 14px 12px 12px;
}

body.et-wc-gallery .et-art-card-title {
  min-height: 58px;
  margin-bottom: 12px;
  font-size: clamp(1.22rem, 1.45vw, 1.55rem);
  line-height: 1.05;
  letter-spacing: 0;
}

body.et-wc-gallery .et-art-card-specs {
  display: grid;
  grid-template-columns: 1fr .72fr .9fr minmax(138px, 1.2fr);
  gap: 0;
  margin-bottom: 14px;
}

body.et-wc-gallery .et-art-card-spec {
  min-width: 0;
  padding: 0 12px;
  border-left: 1px solid var(--iona-border);
}

body.et-wc-gallery .et-art-card-spec:first-child {
  border-left: 0;
  padding-left: 0;
}

body.et-wc-gallery .et-art-card-spec + .et-art-card-spec {
  padding-left: 12px;
}

body.et-wc-gallery .et-spec-label {
  margin-bottom: 5px;
  font-size: 9px;
  line-height: 1;
  letter-spacing: 0;
}

body.et-wc-gallery .et-spec-value {
  min-width: 0;
  font-size: 12px;
  line-height: 1.25;
}

body.et-wc-gallery .et-art-card-price {
  display: block;
  color: #111;
  font-size: clamp(14px, .95vw, 17px);
  font-weight: 900;
  line-height: 1.1;
  white-space: normal;
  overflow-wrap: normal;
}

body.et-wc-gallery .et-art-card-trust {
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 14px;
}

body.et-wc-gallery .et-art-card-trust-item {
  align-items: center;
  min-width: 0;
  padding: 8px 6px;
  background: #fff;
}

body.et-wc-gallery .et-art-card-trust-icon {
  width: 22px;
  height: 22px;
  background: transparent;
  color: var(--iona-ink);
}

body.et-wc-gallery .et-art-card-trust-icon svg {
  width: 17px;
  height: 17px;
  stroke: currentColor;
}

body.et-wc-gallery .et-art-card-trust-item strong {
  font-size: 10px;
  letter-spacing: 0;
  white-space: nowrap;
}

body.et-wc-gallery .et-art-card-trust-item p {
  display: none;
}

body.et-wc-gallery .et-art-card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

body.et-wc-gallery .et-art-card-btn {
  min-height: 42px;
  padding: 11px 10px;
  border-radius: 5px;
  font-size: 11px;
  letter-spacing: .04em;
  white-space: nowrap;
}

body.et-wc-gallery .et-art-card-btn-primary {
  margin-bottom: 0;
}

@media (max-width: 1100px) {
  body.et-wc-gallery .et-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  body.et-wc-gallery .et-gallery-grid-section {
    padding: 24px 14px 44px;
  }

  body.et-wc-gallery .et-gallery-grid {
    grid-template-columns: 1fr;
  }

  body.et-wc-gallery .et-art-card-title {
    min-height: 0;
  }

  body.et-wc-gallery .et-art-card-actions {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   Emerald Vault Cart & Checkout
   ========================================================================== */

body.et-wc-commerce {
  --et-commerce-ink: #111;
  --et-commerce-muted: #68645d;
  --et-commerce-line: #ded9cf;
  --et-commerce-paper: #fff;
  --et-commerce-wash: #f7f6f2;
  --et-commerce-forest: #003d32;
  --et-commerce-forest-dark: #012820;
  background: var(--et-commerce-wash);
  color: var(--et-commerce-ink);
}

body.et-wc-commerce *,
body.et-wc-commerce *::before,
body.et-wc-commerce *::after {
  box-sizing: border-box;
}

body.et-wc-commerce .page_content_wrap,
body.et-wc-commerce .content_wrap,
body.et-wc-commerce .content {
  background: var(--et-commerce-wash);
  overflow-x: hidden;
}

body.et-wc-commerce .woocommerce {
  width: min(100%, 1180px);
  max-width: 100vw;
  margin: 0 auto;
  padding: 48px 24px 72px;
  font-family: Inter, Arial, sans-serif;
  overflow-x: hidden;
}

body.et-wc-commerce .woocommerce::before {
  content: "Secure Emerald Vault Checkout";
  display: block;
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 58px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: var(--et-commerce-ink);
}

body.et-wc-commerce .woocommerce::after {
  content: "Private gallery acquisition, protected payment, verified documentation.";
  display: block;
  max-width: 680px;
  margin: -2px 0 28px;
  color: var(--et-commerce-muted);
  font-size: 15px;
  line-height: 1.55;
}

body.et-wc-commerce .et-commerce-assurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 22px;
}

body.et-wc-commerce .et-commerce-assurance > div {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px 12px;
  min-width: 0;
  padding: 15px 14px;
  border: 1px solid var(--et-commerce-line);
  border-radius: 8px;
  background: var(--et-commerce-paper);
  box-shadow: 0 14px 34px rgba(0,0,0,.045);
}

body.et-wc-commerce .et-commerce-assurance span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--et-commerce-line);
  border-radius: 50%;
  color: var(--et-commerce-forest);
}

body.et-wc-commerce .et-commerce-assurance .et-icon {
  width: 18px;
  height: 18px;
}

body.et-wc-commerce .et-commerce-assurance strong {
  display: block;
  align-self: end;
  min-width: 0;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: .06em;
}

body.et-wc-commerce .et-commerce-assurance p {
  grid-column: 2;
  min-width: 0;
  margin: -3px 0 0;
  color: var(--et-commerce-muted);
  font-size: 12px;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

body.et-wc-commerce .woocommerce-notices-wrapper,
body.et-wc-commerce .woocommerce-message,
body.et-wc-commerce .woocommerce-info,
body.et-wc-commerce .woocommerce-error {
  border-radius: 8px;
}

body.et-wc-commerce .woocommerce-form-coupon-toggle,
body.et-wc-commerce form.checkout_coupon,
body.et-wc-commerce .coupon,
body.et-wc-commerce .wcpay-express-checkout-wrapper,
body.et-wc-commerce #wcpay-express-checkout-element,
body.et-wc-commerce #wcpay-express-checkout-button-separator,
body.et-wc-commerce .wc-block-components-express-payment,
body.et-wc-commerce .wc-block-components-express-payment-continue-rule,
body.et-wc-commerce .express-payment,
body.et-wc-commerce .payment_method_icons,
body.et-wc-commerce .wc_payment_method img,
body.et-wc-commerce .payment_box img,
body.et-wc-commerce .woocommerce-checkout-payment img {
  display: none !important;
}

body.et-wc-commerce form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
  gap: 18px;
  align-items: start;
}

body.et-wc-commerce form.checkout > * {
  min-width: 0;
}

body.et-wc-commerce .woocommerce-billing-fields,
body.et-wc-commerce .woocommerce-shipping-fields,
body.et-wc-commerce .woocommerce-additional-fields,
body.et-wc-commerce form.woocommerce-cart-form,
body.et-wc-commerce .cart-collaterals .cart_totals,
body.et-wc-commerce #order_review,
body.et-wc-commerce #customer_details,
body.et-wc-commerce .woocommerce-checkout-review-order {
  border: 1px solid var(--et-commerce-line);
  border-radius: 8px;
  background: var(--et-commerce-paper);
  box-shadow: 0 18px 44px rgba(0,0,0,.055);
}

body.et-wc-commerce #customer_details {
  padding: 22px;
}

body.et-wc-commerce #customer_details .col-1,
body.et-wc-commerce #customer_details .col-2 {
  float: none;
  width: 100%;
}

body.et-wc-commerce #customer_details .col-2 {
  margin-top: 16px;
}

body.et-wc-commerce .woocommerce-billing-fields,
body.et-wc-commerce .woocommerce-shipping-fields,
body.et-wc-commerce .woocommerce-additional-fields {
  padding: 0;
  border: 0;
  box-shadow: none;
}

body.et-wc-commerce h3,
body.et-wc-commerce .cart_totals h2 {
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(23px, 2vw, 34px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
  color: var(--et-commerce-ink);
}

body.et-wc-commerce label {
  color: #201f1c;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .05em;
}

body.et-wc-commerce .form-row {
  margin: 0 0 14px;
}

body.et-wc-commerce .woocommerce-checkout .form-row-first,
body.et-wc-commerce .woocommerce-checkout .form-row-last,
body.et-wc-commerce .woocommerce-checkout .form-row-wide {
  display: block;
  float: none;
  clear: both;
  width: 100% !important;
  max-width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

body.et-wc-commerce input.input-text,
body.et-wc-commerce textarea,
body.et-wc-commerce select,
body.et-wc-commerce .select2-container .select2-selection--single {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-height: 48px;
  border: 1px solid #cfc8bc;
  border-radius: 6px;
  background: #fff;
  color: #111;
  font-size: 16px;
  line-height: 1.3;
  box-shadow: none;
}

body.et-wc-commerce input.input-text,
body.et-wc-commerce textarea {
  padding: 12px 13px;
}

body.et-wc-commerce textarea {
  min-height: 110px;
}

body.et-wc-commerce .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 9px 13px;
  color: #111;
}

body.et-wc-commerce .select2-container .select2-selection--single .select2-selection__arrow {
  top: 11px;
  right: 8px;
}

body.et-wc-commerce input:focus,
body.et-wc-commerce textarea:focus,
body.et-wc-commerce select:focus,
body.et-wc-commerce .select2-container--focus .select2-selection {
  border-color: var(--et-commerce-forest);
  outline: 2px solid rgba(0,61,50,.14);
  outline-offset: 0;
}

body.et-wc-commerce .woocommerce-checkout-review-order,
body.et-wc-commerce #order_review {
  position: sticky;
  top: 18px;
  padding: 18px;
}

body.et-wc-commerce table.shop_table {
  width: 100%;
  margin: 0 0 18px;
  border: 0;
  border-collapse: collapse;
  border-radius: 0;
  background: transparent;
}

body.et-wc-commerce table.shop_table th,
body.et-wc-commerce table.shop_table td {
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid var(--et-commerce-line);
  color: #151411;
  font-size: 14px;
  line-height: 1.35;
  vertical-align: top;
}

body.et-wc-commerce table.shop_table th {
  color: #4e4a43;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

body.et-wc-commerce table.shop_table .product-name {
  font-weight: 800;
}

body.et-wc-commerce table.shop_table .product-total,
body.et-wc-commerce table.shop_table tfoot td {
  text-align: right;
  font-weight: 900;
}

body.et-wc-commerce #payment {
  margin-top: 16px;
  border: 1px solid var(--et-commerce-line);
  border-radius: 8px;
  background: #fff;
}

body.et-wc-commerce #payment ul.payment_methods {
  padding: 14px;
  border-bottom: 1px solid var(--et-commerce-line);
}

body.et-wc-commerce #payment ul.payment_methods li {
  padding: 0;
  list-style: none;
  width: 100%;
}

body.et-wc-commerce #payment ul.payment_methods li::before {
  display: none;
}

body.et-wc-commerce #payment ul.payment_methods label {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 44px;
  margin: 0;
  color: #111;
  font-size: 13px;
  font-weight: 900;
  line-height: 44px;
  text-transform: uppercase;
  letter-spacing: .06em;
  white-space: nowrap;
}

body.et-wc-commerce #payment ul.payment_methods label::before {
  content: "Card Payment";
  display: block;
  width: 100%;
}

body.et-wc-commerce #payment ul.payment_methods input[type="radio"],
body.et-wc-commerce #payment ul.payment_methods label > * {
  display: none !important;
}

body.et-wc-commerce #payment ul.payment_methods li > label {
  overflow: hidden;
  text-indent: -999px;
}

body.et-wc-commerce #payment ul.payment_methods li > label::before {
  text-indent: 0;
}

body.et-wc-commerce #payment div.payment_box {
  margin: 12px 0 0;
  border-radius: 6px;
  background: #fff;
  color: #302d28;
  font-size: 13px;
  line-height: 1.45;
}

body.et-wc-commerce #payment .payment_box fieldset,
body.et-wc-commerce #payment .wc-payment-form,
body.et-wc-commerce #payment .wcpay-upe-form {
  margin: 0;
  padding: 0;
  border: 0;
}

body.et-wc-commerce #payment .wc-stripe-elements-field,
body.et-wc-commerce #payment .StripeElement,
body.et-wc-commerce #payment .wcpay-card-mounted,
body.et-wc-commerce #payment .components-card,
body.et-wc-commerce #payment iframe {
  max-width: 100%;
}

body.et-wc-commerce #payment div.form-row {
  padding: 14px;
}

body.et-wc-commerce .woocommerce-privacy-policy-text {
  color: var(--et-commerce-muted);
  font-size: 12px;
  line-height: 1.45;
}

body.et-wc-commerce #place_order,
body.et-wc-commerce .checkout-button,
body.et-wc-commerce button.button,
body.et-wc-commerce input.button,
body.et-wc-commerce a.button {
  min-height: 52px;
  border: 1px solid #050505;
  border-radius: 6px;
  background: #050505;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: .08em;
  box-shadow: none;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

body.et-wc-commerce #place_order,
body.et-wc-commerce .checkout-button {
  width: 100%;
}

body.et-wc-commerce #place_order::before,
body.et-wc-commerce .checkout-button::before {
  content: "Secure ";
}

body.et-wc-commerce #place_order:hover,
body.et-wc-commerce .checkout-button:hover,
body.et-wc-commerce button.button:hover,
body.et-wc-commerce input.button:hover,
body.et-wc-commerce a.button:hover {
  border-color: var(--et-commerce-forest-dark);
  background: var(--et-commerce-forest-dark);
  color: #fff;
  transform: translateY(-1px);
}

body.et-wc-commerce form.woocommerce-cart-form {
  padding: 18px;
}

body.et-wc-commerce .cart-collaterals {
  margin-top: 18px;
}

body.et-wc-commerce .cart-collaterals .cart_totals {
  float: none;
  width: min(100%, 520px);
  margin-left: auto;
  padding: 18px;
}

body.et-wc-commerce .coupon {
  display: flex;
  gap: 8px;
  min-width: 0;
}

body.et-wc-commerce .coupon input.input-text {
  min-width: 0;
}

body.et-wc-commerce .product-remove a.remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--et-commerce-line);
  border-radius: 50%;
  color: #111 !important;
  font-size: 20px;
  line-height: 1;
}

@media (max-width: 900px) {
  body.et-wc-commerce .woocommerce {
    padding: 34px 16px 56px;
  }

  body.et-wc-commerce .et-commerce-assurance,
  body.et-wc-commerce form.checkout {
    grid-template-columns: 1fr;
  }

  body.et-wc-commerce .woocommerce-checkout-review-order,
  body.et-wc-commerce #order_review {
    position: static;
  }
}

@media (max-width: 640px) {
  body.et-wc-commerce .woocommerce {
    padding: 26px 12px 48px;
  }

  body.et-wc-commerce .woocommerce::before {
    max-width: 340px;
    font-size: 34px;
  }

  body.et-wc-commerce .woocommerce::after {
    margin-bottom: 18px;
    font-size: 13px;
  }

  body.et-wc-commerce .et-commerce-assurance {
    gap: 8px;
  }

  body.et-wc-commerce .et-commerce-assurance > div {
    grid-template-columns: 30px minmax(0, 1fr);
    padding: 12px;
  }

  body.et-wc-commerce .et-commerce-assurance span {
    width: 30px;
    height: 30px;
  }

  body.et-wc-commerce .et-commerce-assurance p {
    font-size: 11px;
  }

  body.et-wc-commerce #customer_details,
  body.et-wc-commerce #order_review,
  body.et-wc-commerce .woocommerce-checkout-review-order,
  body.et-wc-commerce form.woocommerce-cart-form,
  body.et-wc-commerce .cart-collaterals .cart_totals {
    padding: 14px;
    border-radius: 7px;
  }

  body.et-wc-commerce h3,
  body.et-wc-commerce .cart_totals h2 {
    font-size: 25px;
  }

  body.et-wc-commerce .woocommerce form .form-row,
  body.et-wc-commerce .woocommerce form .form-row-first,
  body.et-wc-commerce .woocommerce form .form-row-last,
  body.et-wc-commerce .woocommerce-page form .form-row,
  body.et-wc-commerce .woocommerce-page form .form-row-first,
  body.et-wc-commerce .woocommerce-page form .form-row-last {
    display: block;
    float: none;
    clear: both;
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  body.et-wc-commerce .woocommerce form .form-row input.input-text,
  body.et-wc-commerce .woocommerce form .form-row textarea,
  body.et-wc-commerce .woocommerce form .form-row select,
  body.et-wc-commerce .select2-container {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.et-wc-commerce table.shop_table th,
  body.et-wc-commerce table.shop_table td {
    padding: 12px 0;
    font-size: 13px;
  }

  body.et-wc-commerce table.cart .product-thumbnail {
    display: none;
  }

  body.et-wc-commerce table.cart .product-name {
    min-width: 145px;
  }

  body.et-wc-commerce .coupon {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  body.et-wc-commerce .coupon + .button,
  body.et-wc-commerce td.actions > .button {
    width: 100%;
    margin-top: 8px;
  }

  body.et-wc-commerce #place_order,
  body.et-wc-commerce .checkout-button,
  body.et-wc-commerce button.button,
  body.et-wc-commerce input.button,
  body.et-wc-commerce a.button {
    min-height: 54px;
    white-space: normal;
  }
}
