.the-art-artwork-hero-page {
  --the-art-hero-ink: var(--art-text-primary, #151b1e);
  --the-art-hero-muted: var(--art-text-muted, #5b6265);
  --the-art-hero-surface: var(--art-surface-card, #fff);
  --the-art-hero-soft: var(--art-surface-page, #f8f8f6);
  --the-art-hero-border: var(--art-border-soft, #e8e3db);
  --the-art-hero-radius: var(--art-radius-card, 24px);
  --the-art-hero-action: var(--art-action-dark, #080d0f);
  --the-art-hero-shadow: var(--art-shadow-soft, 0 8px 30px rgba(18, 27, 31, .05));
  --the-art-hero-card-padding: clamp(24px, 3vw, 36px);
  --the-art-hero-card-edge-space: clamp(20px, 2.25vw, 32px);
  --the-art-hero-frame-inset: clamp(25px, 3.90625vw, 40px);
  --the-art-hero-section-space: clamp(64px, 8vw, 112px);
  --the-art-hero-card-gap: clamp(24px, 4vw, 48px);
}

.the-art-profile-enquiry-card,
.the-art-contact-modal {
  --the-art-hero-ink: var(--art-text-primary, #151b1e);
  --the-art-hero-muted: var(--art-text-muted, #5b6265);
  --the-art-hero-surface: var(--art-surface-card, #fff);
  --the-art-hero-soft: var(--art-surface-page, #f8f8f6);
  --the-art-hero-border: var(--art-border-soft, #e8e3db);
  --the-art-hero-radius: var(--art-radius-card, 24px);
  --the-art-hero-action: var(--art-action-dark, #080d0f);
  --the-art-hero-shadow: var(--art-shadow-soft, 0 8px 30px rgba(18, 27, 31, .05));
}

.the-art-artwork-hero-page .product-entry-wrapper > .summary {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 1fr);
  column-gap: clamp(36px, 5vw, 72px);
  row-gap: 0;
  margin-top: clamp(42px, 6vw, 84px);
  border-radius: var(--the-art-hero-radius);
}

.the-art-artwork-hero-page .summary > .entry-summary-items,
.the-art-artwork-hero__left {
  display: contents;
}

.the-art-artwork-hero-page .summary > .entry-summary-items {
  min-width: 0;
  border: 0;
}

.the-art-artwork-hero {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 1fr);
  column-gap: clamp(36px, 5vw, 72px);
  row-gap: 0;
  width: 100%;
}

.the-art-artwork-hero__intro,
.the-art-artwork-hero__purchase {
  min-width: 0;
}

.the-art-artwork-hero__intro {
  grid-column: 1;
  grid-row: 1;
}

.the-art-artwork-hero__purchase,
.the-art-artwork-hero__purchase-slot {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
}

.the-art-artwork-hero__purchase-slot {
  box-sizing: border-box;
  min-width: 0;
  padding-block-start: var(--the-art-hero-card-edge-space);
  padding-inline-end: var(--the-art-hero-card-edge-space);
}

.the-art-artwork-hero__purchase-slot:empty {
  display: none;
}

.the-art-artwork-hero__description {
  grid-column: 1 / -1;
  grid-row: 2;
}

.the-art-artwork-hero__relationship {
  grid-column: 1 / -1;
  grid-row: 3;
}

.the-art-artwork-hero__final-purchase {
  grid-column: 1 / -1;
  grid-row: 4;
}

.the-art-artwork-hero__report-slot {
  grid-column: 1 / -1;
  grid-row: 5;
}

.the-art-artwork-hero__eyebrow,
.the-art-contact-modal__eyebrow,
.the-art-artwork-hero__price-label {
  margin: 0 0 10px;
  color: var(--the-art-hero-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.4;
  text-transform: none;
}

.the-art-artwork-hero__title {
  max-width: 18ch;
  margin: 0;
  color: var(--the-art-hero-ink);
  font-size: clamp(34px, 4vw, 64px);
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: 1.04;
}

.the-art-artwork-hero__artist {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: clamp(28px, 4vw, 44px);
}

.the-art-artwork-hero__avatar {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  border: 1px solid var(--the-art-hero-border);
  border-radius: 50%;
  object-fit: cover;
}

.the-art-artwork-hero__artist-label,
.the-art-artwork-hero__artist-name,
.the-art-artwork-hero__profile-link {
  display: block;
}

.the-art-artwork-hero__artist-label {
  margin-bottom: 3px;
  color: var(--the-art-hero-muted);
  font-size: 13px;
}

.the-art-artwork-hero__artist-name {
  color: var(--the-art-hero-ink);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.25;
}

.the-art-artwork-hero__profile-link {
  width: fit-content;
  margin-top: 7px;
  color: var(--the-art-hero-ink);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.the-art-artwork-hero__profile-link span {
  margin-inline-start: 5px;
}

.the-art-artwork-hero__profile-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.the-art-artwork-hero__technical,
.the-art-artwork-hero__description {
  margin-top: clamp(34px, 4vw, 54px);
}

.the-art-artwork-hero__technical h2,
.the-art-artwork-hero__description h2,
.the-art-artwork-hero__ask-card h2,
.the-art-artwork-hero__artist-card h2 {
  margin: 0 0 18px;
  color: var(--the-art-hero-ink);
  font-size: clamp(19px, 2vw, 24px);
  font-weight: 600;
  letter-spacing: -.015em;
}

.the-art-artwork-hero__technical-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.the-art-artwork-hero__technical-heading h2 {
  margin-bottom: 0;
}

.the-art-artwork-hero__secondary-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
}

.the-art-artwork-hero__secondary-actions:empty {
  display: none;
}

.the-art-artwork-hero__secondary-actions .ct-product-additional-actions {
  --product-element-spacing: 0;

  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin: 0;
}

.the-art-artwork-hero__secondary-actions .ct-product-additional-actions > * {
  flex: 0 0 auto;
  margin: 0;
}

.the-art-artwork-hero__secondary-actions :is(
  [class*="ct-wishlist-button"],
  [class*="ct-compare-button"]
) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 10px;
  border: 1px solid var(--the-art-hero-border);
  border-radius: 999px;
  background: transparent;
  color: var(--the-art-hero-muted);
}

.the-art-artwork-hero__secondary-actions :is(
  [class*="ct-wishlist-button"],
  [class*="ct-compare-button"]
):hover {
  border-color: var(--the-art-hero-muted);
  color: var(--the-art-hero-ink);
}

.the-art-artwork-hero__technical-list,
.the-art-artwork-tab-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(24px, 4vw, 54px);
  margin: 0;
}

.the-art-artwork-hero__technical-list > div,
.the-art-artwork-tab-details > div {
  min-width: 0;
  padding: 14px 0;
  border-bottom: 1px solid var(--the-art-hero-border);
}

.the-art-artwork-hero__technical-list dt,
.the-art-artwork-tab-details dt {
  margin-bottom: 4px;
  color: var(--the-art-hero-muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: none;
}

.the-art-artwork-hero__technical-list dd,
.the-art-artwork-tab-details dd {
  margin: 0;
  color: var(--the-art-hero-ink);
  font-size: 15px;
  overflow-wrap: anywhere;
}

.the-art-artwork-hero__description {
  margin-top: var(--the-art-hero-section-space);
  padding-top: clamp(44px, 6vw, 72px);
  border-top: 1px solid var(--the-art-hero-border);
  color: var(--the-art-hero-muted);
  font-size: 16px;
  line-height: 1.75;
}

.the-art-artwork-hero__description-content {
  max-width: 74ch;
  overflow-wrap: anywhere;
  word-break: normal;
}

.the-art-artwork-hero__description-content > :first-child {
  margin-top: 0;
}

.the-art-artwork-hero__description-content > :last-child {
  margin-bottom: 0;
}

.the-art-artwork-hero__description-content :is(a, code, pre) {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.the-art-artwork-hero__description-content :is(img, iframe, video) {
  max-width: 100%;
  height: auto;
}

.the-art-artwork-hero-page :is(
  .the-art-artwork-hero__purchase-card,
  .the-art-artwork-hero__ask-card,
  .the-art-artwork-hero__artist-card,
  .the-art-artwork-hero__final-purchase
) {
  box-sizing: border-box;
  min-width: 0;
  max-width: 100%;
  padding: var(--the-art-hero-card-padding);
  border: 1px solid var(--the-art-hero-border);
  border-radius: var(--the-art-hero-radius);
  background: var(--the-art-hero-surface);
  box-shadow: var(--the-art-hero-shadow);
}

.the-art-artwork-hero-page :is(
  .the-art-artwork-hero__purchase-card,
  .the-art-artwork-hero__ask-card,
  .the-art-artwork-hero__artist-card[href],
  .the-art-artwork-hero__final-purchase
) {
  transition: box-shadow 200ms ease-out, transform 200ms ease-out;
}

@media (hover: hover) and (pointer: fine) {
  .the-art-artwork-hero-page :is(
    .the-art-artwork-hero__purchase-card,
    .the-art-artwork-hero__ask-card,
    .the-art-artwork-hero__artist-card[href],
    .the-art-artwork-hero__final-purchase
  ):hover {
    box-shadow: 0 14px 38px rgba(18, 27, 31, .09);
    transform: translateY(-4px);
  }
}

.the-art-artwork-hero-page :is(
  .the-art-artwork-hero__purchase-card,
  .the-art-artwork-hero__ask-card,
  .the-art-artwork-hero__artist-card[href],
  .the-art-artwork-hero__final-purchase
):focus-within {
  box-shadow: 0 14px 38px rgba(18, 27, 31, .09);
  outline: 3px solid var(--art-focus-ring, rgba(8, 13, 15, .28));
  outline-offset: 4px;
  transform: translateY(-4px);
}

.the-art-artwork-hero__purchase-card {
  position: sticky;
  top: calc(var(--admin-bar, 0px) + 112px);
}

.the-art-artwork-hero__price {
  margin-bottom: 26px;
  color: var(--the-art-hero-ink);
  font-size: clamp(30px, 3.2vw, 46px);
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: 1.1;
}

.the-art-artwork-hero__price ins {
  text-decoration: none;
}

.the-art-artwork-hero__price del {
  display: block;
  margin-bottom: 5px;
  color: var(--the-art-hero-muted);
  font-size: .48em;
}

.the-art-artwork-hero__price--status {
  font-size: clamp(26px, 3vw, 38px);
}

.the-art-artwork-hero__native-cart,
.the-art-artwork-hero__native-cart form.cart,
.the-art-artwork-hero__native-cart .ct-cart-actions {
  width: 100%;
}

.the-art-artwork-hero__native-cart form.cart,
.the-art-artwork-hero__native-cart .ct-cart-actions {
  display: block;
}

.the-art-artwork-hero__native-cart .quantity {
  display: none;
}

.the-art-artwork-hero__native-cart form.the-art-purchase-is-submitting .single_add_to_cart_button {
  cursor: wait;
  opacity: .72;
}

.the-art-artwork-hero__native-cart .single_add_to_cart_button,
.the-art-artwork-hero__primary-action,
.the-art-artwork-hero__ask-button,
.the-art-artwork-hero__final-purchase .button,
.the-art-profile-enquiry-card__button,
.the-art-contact-form button[type="submit"],
.the-art-contact-success-modal__done {
  width: 100%;
  min-height: 54px;
  border-radius: var(--art-radius-button, 999px);
  background: var(--the-art-hero-action);
  color: #fff;
  font-weight: 600;
}

.the-art-artwork-hero__native-cart .single_add_to_cart_button:hover,
.the-art-artwork-hero__primary-action:hover,
.the-art-artwork-hero__ask-button:hover,
.the-art-artwork-hero__final-purchase .button:hover,
.the-art-profile-enquiry-card__button:hover,
.the-art-contact-form button[type="submit"]:hover,
.the-art-contact-success-modal__done:hover {
  background: #20282b;
  color: #fff;
}

.the-art-artwork-hero__assurances {
  display: grid;
  gap: 13px;
  margin: 26px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid var(--the-art-hero-border);
  list-style: none;
}

.the-art-artwork-hero__assurances li {
  position: relative;
  margin: 0;
  padding-inline-start: 28px;
  color: var(--the-art-hero-muted);
  font-size: 14px;
  line-height: 1.45;
}

.the-art-artwork-hero__assurances li::before {
  position: absolute;
  inset-block-start: .08em;
  inset-inline-start: 0;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border: 1px solid var(--the-art-hero-border);
  border-radius: 50%;
  color: var(--the-art-hero-ink);
  content: "✓";
  font-size: 11px;
  font-weight: 800;
}

.the-art-artwork-hero__relationship {
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--the-art-hero-card-gap);
  margin-top: var(--the-art-hero-section-space);
}

.the-art-artwork-hero__ask-card,
.the-art-artwork-hero__artist-card {
  width: 100%;
}

.the-art-artwork-hero__ask-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
}

.the-art-artwork-hero__ask-card h2 {
  margin-bottom: 7px;
}

.the-art-artwork-hero__ask-card p {
  margin: 0;
  color: var(--the-art-hero-muted);
  font-size: 14px;
}

.the-art-artwork-hero__ask-button {
  width: auto;
  min-width: 160px;
  padding-inline: 24px;
}

.the-art-artwork-hero__artist-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  align-items: center;
  gap: 24px;
}

a.the-art-artwork-hero__artist-card {
  color: inherit;
  text-decoration: none;
}

.the-art-artwork-hero__artist-card-avatar {
  width: 96px;
  height: 96px;
  border: 1px solid var(--the-art-hero-border);
  border-radius: 50%;
  object-fit: cover;
}

.the-art-artwork-hero__artist-card-label {
  margin: 0 0 5px;
  color: var(--the-art-hero-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: none;
}

.the-art-artwork-hero__artist-card h2 {
  margin-bottom: 8px;
}

.the-art-artwork-hero__artist-badge-slot:empty {
  display: none;
}

.the-art-artwork-hero__artist-badge-slot:not(:empty) {
  margin-top: 14px;
}

.the-art-artwork-hero__final-purchase {
  margin-top: clamp(40px, 6vw, 72px);
  margin-inline: var(--the-art-hero-frame-inset);
}

.the-art-artwork-hero__final-purchase .button {
  min-height: 62px;
  border: 1px solid var(--the-art-hero-action);
  background: var(--the-art-hero-action);
  color: #fff;
  font-size: 17px;
}

.the-art-artwork-hero__final-purchase .button:disabled,
.the-art-artwork-hero__final-purchase .button[aria-busy="true"] {
  cursor: wait;
  opacity: .72;
}

.the-art-artwork-hero__report-slot {
  display: flex;
  justify-content: flex-end;
  margin: clamp(18px, 2.5vw, 28px) 0 clamp(40px, 5vw, 60px);
}

.the-art-artwork-hero__report-slot:empty {
  display: none;
}

.the-art-artwork-hero-page .the-art-artwork-hero__report-slot .dokan-report-abuse-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin: 0;
  padding: 8px 4px;
  color: var(--the-art-hero-muted);
  font-size: 13px;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
}

.the-art-artwork-hero-page .the-art-artwork-hero__report-slot .dokan-report-abuse-button:hover {
  color: var(--the-art-hero-ink);
  text-decoration-color: currentColor;
}

.the-art-artwork-hero-page .woocommerce-tabs {
  margin-top: clamp(64px, 8vw, 112px);
  border-top: 1px solid var(--the-art-hero-border);
}

.the-art-artwork-hero-page .woocommerce-tabs .tabs {
  gap: clamp(18px, 3vw, 42px);
  padding-top: 22px;
}

.the-art-artwork-hero-page .woocommerce-tabs .tabs a {
  font-weight: 600;
}

.the-art-artwork-hero-page .woocommerce-Tabs-panel {
  max-width: 900px;
  padding-top: clamp(28px, 4vw, 52px);
  color: var(--the-art-hero-muted);
  line-height: 1.75;
}

.the-art-artwork-tab-details {
  margin: 0;
}

.the-art-artwork-artist-tab {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}

.the-art-artwork-artist-tab img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
}

.the-art-artwork-artist-tab h2 {
  margin: 0 0 14px;
  color: var(--the-art-hero-ink);
}

.the-art-artwork-artist-tab .button {
  margin-top: 10px;
  border-radius: var(--art-radius-button, 999px);
}

.the-art-contact-modal[hidden] {
  display: none;
}

.the-art-contact-modal {
  position: fixed;
  z-index: 100000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(16px, 4vw, 48px);
}

.the-art-contact-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 13, 15, .72);
}

.the-art-contact-modal__dialog {
  position: relative;
  box-sizing: border-box;
  width: min(100%, 620px);
  max-height: calc(100vh - 32px);
  padding: clamp(28px, 4vw, 48px);
  border-radius: var(--art-radius-header, 32px);
  background: var(--the-art-hero-surface);
  box-shadow: 0 30px 80px rgba(8, 13, 15, .24);
  overflow-y: auto;
}

.the-art-contact-modal__close {
  position: absolute;
  inset-block-start: 18px;
  inset-inline-end: 18px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--the-art-hero-border);
  border-radius: 50%;
  background: #fff;
  color: var(--the-art-hero-ink);
  font-size: 26px;
  line-height: 1;
}

.the-art-contact-modal h2 {
  margin: 0;
  padding-inline-end: 52px;
  color: var(--the-art-hero-ink);
  font-size: clamp(28px, 4vw, 42px);
  letter-spacing: -.025em;
}

.the-art-contact-modal__intro {
  margin: 8px 0 28px;
  color: var(--the-art-hero-muted);
}

.the-art-contact-success-modal__dialog {
  width: min(100%, 540px);
}

.the-art-contact-success-modal__message {
  margin: 20px 0 30px;
  color: var(--the-art-hero-muted);
  font-size: 16px;
  line-height: 1.7;
}

.the-art-contact-success-modal__done {
  width: 100%;
}

.the-art-interaction-auth-modal__dialog {
  width: min(100%, 540px);
}

.the-art-interaction-auth-modal__message {
  margin: 20px 0 30px;
  color: var(--the-art-hero-muted);
  font-size: 16px;
  line-height: 1.7;
}

.the-art-interaction-auth-modal__message p {
  margin: 0;
}

.the-art-interaction-auth-modal__message p + p {
  margin-top: 14px;
}

.the-art-interaction-auth-modal__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.the-art-interaction-auth-modal__actions .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 50px;
  margin: 0;
  text-align: center;
}

.the-art-interaction-auth-modal__register {
  border: 1px solid var(--the-art-hero-action);
  background: transparent;
  color: var(--the-art-hero-action);
}

.the-art-profile-enquiry-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(24px, 4vw, 56px);
  margin: clamp(28px, 4vw, 48px) 0;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid var(--the-art-hero-border);
  border-radius: var(--the-art-hero-radius);
  background: var(--the-art-hero-surface);
  box-shadow: var(--the-art-hero-shadow);
}

.the-art-profile-enquiry-card__copy {
  min-width: 0;
}

.the-art-profile-enquiry-card__eyebrow {
  margin: 0 0 9px;
  color: var(--the-art-hero-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.4;
}

.the-art-profile-enquiry-card h2 {
  margin: 0 0 10px;
  color: var(--the-art-hero-ink);
  font-size: clamp(24px, 2.5vw, 34px);
  letter-spacing: -.025em;
  line-height: 1.15;
}

.the-art-profile-enquiry-card__copy > p:last-child {
  max-width: 62ch;
  margin: 0;
  color: var(--the-art-hero-muted);
  line-height: 1.6;
}

.the-art-profile-enquiry-card__button {
  width: auto;
  min-width: 210px;
  flex: 0 0 auto;
  padding-inline: 28px;
}

.the-art-contact-form {
  display: grid;
  gap: 18px;
}

.the-art-contact-form .dokan-form-group {
  margin: 0;
}

.the-art-contact-form__honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.the-art-contact-form label {
  display: block;
  margin-bottom: 8px;
  color: var(--the-art-hero-ink);
  font-size: 14px;
  font-weight: 600;
}

.the-art-contact-form .dokan-form-control {
  width: 100%;
  min-height: 50px;
  padding: 12px 15px;
  border: 1px solid var(--the-art-hero-border);
  border-radius: var(--art-radius-field, 16px);
  background: #fff;
  box-shadow: none;
  color: var(--the-art-hero-ink);
}

.the-art-contact-form textarea.dokan-form-control {
  min-height: 160px;
  resize: vertical;
}

.the-art-contact-form .dokan-form-control:focus {
  border-color: var(--the-art-hero-action);
  outline: 3px solid var(--art-focus-ring, rgba(8, 13, 15, .18));
  outline-offset: 1px;
}

.the-art-contact-form__privacy {
  margin: 0;
  color: var(--the-art-hero-muted);
  font-size: 12px;
  line-height: 1.55;
}

.the-art-contact-modal-open {
  overflow: hidden;
}

:is(
  .the-art-artwork-hero__profile-link,
  .the-art-artwork-hero__native-cart .single_add_to_cart_button,
  .the-art-artwork-hero__primary-action,
  .the-art-artwork-hero__ask-button,
  .the-art-artwork-hero__final-purchase .button,
  .the-art-profile-enquiry-card__button,
  .the-art-artwork-hero__report-slot .dokan-report-abuse-button,
  .the-art-contact-modal__close,
  .the-art-contact-form button[type="submit"],
  .the-art-contact-success-modal__done,
  .the-art-interaction-auth-modal__actions .button
):focus-visible {
  outline: 3px solid var(--art-focus-ring, rgba(8, 13, 15, .28));
  outline-offset: 4px;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .the-art-artwork-hero-page .product-entry-wrapper > .summary,
  .the-art-artwork-hero {
    grid-template-columns: minmax(0, 1fr) minmax(280px, .82fr);
    column-gap: clamp(26px, 4vw, 40px);
    row-gap: 0;
  }

  .the-art-artwork-hero__technical-list,
  .the-art-artwork-tab-details {
    grid-template-columns: 1fr;
  }

  .the-art-artwork-hero__technical-heading {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .the-art-artwork-hero__relationship {
    gap: 24px;
  }
}

@media (max-width: 767.98px) {
  .the-art-profile-enquiry-card {
    align-items: stretch;
    flex-direction: column;
  }

  .the-art-profile-enquiry-card__button {
    width: 100%;
    min-width: 0;
  }

  .the-art-artwork-hero-page .product-entry-wrapper > .summary,
  .the-art-artwork-hero {
    grid-template-columns: minmax(0, 1fr);
    column-gap: 0;
    row-gap: 0;
    margin-top: 40px;
  }

  .the-art-artwork-hero__intro {
    grid-column: 1;
    grid-row: 1;
  }

  .the-art-artwork-hero__purchase,
  .the-art-artwork-hero__purchase-slot {
    grid-column: 1;
    grid-row: 2;
    margin-top: 34px;
  }

  .the-art-artwork-hero__purchase-slot {
    padding: 0;
  }

  .the-art-artwork-hero__purchase-slot .the-art-artwork-hero__purchase {
    margin-top: 0;
  }

  .the-art-artwork-hero__description {
    grid-column: 1;
    grid-row: 3;
  }

  .the-art-artwork-hero__relationship {
    grid-column: 1;
    grid-row: 4;
  }

  .the-art-artwork-hero__final-purchase {
    grid-column: 1;
    grid-row: 5;
  }

  .the-art-artwork-hero__report-slot {
    grid-column: 1;
    grid-row: 6;
  }

  .the-art-artwork-hero__title {
    font-size: clamp(32px, 11vw, 48px);
  }

  .the-art-artwork-hero__technical-list,
  .the-art-artwork-tab-details {
    grid-template-columns: 1fr;
  }

  .the-art-artwork-hero__technical-heading {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .the-art-artwork-hero__purchase-card {
    position: static;
  }

  .the-art-artwork-hero__relationship {
    grid-template-columns: 1fr;
  }

  .the-art-artwork-hero__ask-button {
    width: 100%;
  }

  .the-art-artwork-hero-page .woocommerce-tabs .tabs {
    justify-content: flex-start;
  }
}

@media (max-width: 430px) {
  .the-art-artwork-hero-page {
    --the-art-hero-card-padding: 24px;
  }

  .the-art-artwork-hero__artist {
    align-items: flex-start;
  }

  .the-art-artwork-hero__avatar {
    flex-basis: 64px;
    width: 64px;
    height: 64px;
  }

  .the-art-contact-modal__dialog {
    padding: 24px;
  }

  .the-art-artwork-hero__artist-card {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 18px;
  }

  .the-art-artwork-hero__artist-card-avatar {
    width: 72px;
    height: 72px;
  }

  .the-art-artwork-artist-tab {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 18px;
  }

  .the-art-artwork-artist-tab img {
    width: 72px;
    height: 72px;
  }

  .the-art-interaction-auth-modal__actions {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .the-art-contact-modal *,
  .the-art-artwork-hero-page * {
    scroll-behavior: auto;
  }

  .the-art-artwork-hero-page :is(
    .the-art-artwork-hero__purchase-card,
    .the-art-artwork-hero__ask-card,
    .the-art-artwork-hero__artist-card[href],
    .the-art-artwork-hero__final-purchase
  ) {
    transition-duration: .01ms;
  }

  .the-art-artwork-hero-page :is(
    .the-art-artwork-hero__purchase-card,
    .the-art-artwork-hero__ask-card,
    .the-art-artwork-hero__artist-card[href],
    .the-art-artwork-hero__final-purchase
  ):is(:hover, :focus-within) {
    transform: none;
  }
}
