:root {
  --uikit-accent: #f0506e;
  --uikit-muted: #6f7483;
  --uikit-border: #e5e7eb;
}

body {
  font-family: 'Nexa', 'Nexa Light', 'Nexa Book', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #f5f7fa;
  color: #222;
}

html,
body,
.uk-offcanvas-content,
.uk-navbar-nav > li > a,
.uk-logo,
.uk-button,
.uk-input,
.uk-select,
.uk-textarea,
.uk-card,
.uk-nav,
.uk-tab > * > a,
.uk-dropdown-nav,
.uk-search-input,
.uk-link,
.uk-text-small,
.uk-text-meta {
  font-family: 'Nexa', 'Nexa Light', 'Nexa Book', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

main.tm-main {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}

.home-slider {
  margin-top: -1rem;
  margin-bottom: 1.5rem;
}

.home-slider .uk-slideshow-items {
  min-height: clamp(320px, 58vw, 620px);
}

.home-slider .uk-slideshow-items > li {
  min-height: inherit;
}

.home-slide-link {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.home-slide-link .uk-overlay-primary {
  background: linear-gradient(90deg, rgba(9, 13, 23, 0.58), rgba(9, 13, 23, 0.2));
}

.home-slide-content {
  max-width: 560px;
}

.home-slide-content .uk-h2 {
  color: #fff;
}

.home-slide-content .uk-text-muted-light {
  color: rgba(255, 255, 255, 0.86);
}

.container {
  width: min(1200px, calc(100% - 2rem));
  margin: 0 auto;
}

.section {
  margin-bottom: 1.5rem;
}

.section-alt {
  background: #ffffff;
  border-top: 1px solid var(--uikit-border);
  border-bottom: 1px solid var(--uikit-border);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.section-head h1,
.section-head h2,
.section-head h3,
.hero h1,
.simple-page h1,
.page-content h1,
.blog-detail h1,
.panel-section h1,
.panel-section h2 {
  margin: 0;
}

.eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--uikit-muted);
  margin-bottom: 0.35rem;
}

.hero {
  margin-top: 0.5rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1rem;
}

.hero-grid > div:first-child,
.hero-media,
.panel-card,
.art-card,
.artist-card,
.blog-card,
.steps > div,
.banner-panel,
.review-item,
.simple-page,
.page-content,
.blog-detail,
.gallery,
.product-info,
.cart-item,
.checkout-grid > form,
.checkout-grid > aside,
.customer-shell,
.artist-head {
  border: 1px solid var(--uikit-border);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.hero-grid > div:first-child {
  padding: 1.25rem;
}

.hero h1 {
  font-size: clamp(1.7rem, 3.2vw, 2.65rem);
  margin-bottom: 0.55rem;
}

.hero p,
.muted,
.panel-card p,
.blog-card p,
.art-body p,
.artist-card p,
.editorial-text {
  color: #4f566b;
}

.hero-media {
  min-height: 320px;
  overflow: hidden;
}

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

.placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--uikit-muted);
  font-weight: 500;
}

.grid {
  display: grid;
  gap: 1rem;
}

.cards-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.home-featured-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.art-card,
.artist-card,
.blog-card {
  overflow: hidden;
}

.art-card a,
.artist-card a,
.blog-card a {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.art-image {
  aspect-ratio: 4 / 3;
  background: #eef1f5;
  position: relative;
  overflow: hidden;
}

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

.art-image .badge {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  border-radius: 999px;
  background: #1e87f0;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 500;
  padding: 0.2rem 0.55rem;
  text-transform: uppercase;
}

.art-body {
  padding: 0.8rem 0.9rem 0.95rem;
}

.art-body h3,
.artist-card h3,
.blog-card h3 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
}

.art-summary {
  margin: 0 0 0.45rem;
  color: #5e667b;
  font-size: 0.84rem;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.art-artist {
  margin: 0 0 0.5rem;
  font-size: 0.86rem;
}

.artist-card {
  text-align: center;
}

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

.artist-card h3,
.artist-card p,
.artist-card span {
  padding-inline: 0.75rem;
}

.artist-card h3 {
  margin-top: 0.7rem;
}

.artist-card span {
  display: block;
  font-size: 0.85rem;
  color: var(--uikit-muted);
  margin-bottom: 0.75rem;
}

.blog-card {
  padding: 0.95rem;
}

.blog-card small {
  color: var(--uikit-muted);
}

.chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.chip {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d9dce3;
  border-radius: 999px;
  padding: 0.4rem 0.8rem;
  color: #1a1f2f;
  text-decoration: none;
  background: #fff;
}

.chip:hover {
  border-color: #1e87f0;
  color: #1e87f0;
}

.banner-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
  padding: 1rem;
}

.banner-panel p {
  margin: 0;
}

.steps > div {
  padding: 0.95rem;
}

.steps h3 {
  margin: 0 0 0.35rem;
}

.cta {
  text-align: center;
}

.cta p {
  margin-top: 0.45rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  max-width: 100%;
  gap: 0.35rem;
  border-radius: 4px;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 500;
  min-height: 36px;
  padding: 0.45rem 0.85rem;
}

.btn-dark {
  background: #1e87f0;
  border-color: #1e87f0;
  color: #fff;
}

.btn-dark:hover {
  background: #0f7ae5;
  border-color: #0f7ae5;
  color: #fff;
}

.btn-soft {
  background: #f2f8ff;
  border-color: #c9e0fb;
  color: #1e87f0;
}

.btn-soft:hover {
  background: #e8f2fe;
  color: #1067be;
}

.btn-ghost {
  background: #fff;
  border-color: #d8dce6;
  color: #2a3145;
}

.btn-ghost:hover {
  border-color: #a7afbf;
  color: #1f2535;
}

.btn-sm {
  min-height: 30px;
  font-size: 0.78rem;
  padding: 0.35rem 0.7rem;
}

.btn-block {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.offer-box {
  margin-top: 0.8rem;
  padding: 0.8rem;
  border: 1px solid var(--uikit-border);
  border-radius: 4px;
  background: #f9fbfe;
}

.offer-panel {
  margin-top: 0.7rem;
}

.offer-muted {
  margin: 0.6rem 0 0;
  font-size: 0.85rem;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.form-grid > * {
  min-width: 0;
}

.form-grid label {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.85rem;
  font-weight: 500;
}

.form-grid .full {
  grid-column: 1 / -1;
}

.form-grid .check {
  flex-direction: row;
  align-items: center;
  gap: 0.45rem;
  font-weight: 400;
}

.form-grid .check input {
  width: auto;
}

.form-grid input,
.form-grid select,
.form-grid textarea,
.filter-bar input,
.filter-bar select,
.mini-form input,
.mini-form select,
.mini-form textarea {
  box-sizing: border-box;
  min-width: 0;
  border: 1px solid #d8dce6;
  border-radius: 4px;
  min-height: 36px;
  width: 100%;
  background: #fff;
  color: #2a3145;
  padding: 0.45rem 0.65rem;
}

.form-grid textarea,
.mini-form textarea {
  min-height: 100px;
  resize: vertical;
}

.filter-bar {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.filter-bar > *:first-child {
  grid-column: span 2;
}

.filter-bar button {
  width: 100%;
}

.pagination {
  margin-top: 1.1rem;
  display: flex;
  gap: 0.35rem;
  flex-wrap: wrap;
}

.pagination a {
  min-width: 2rem;
  border-radius: 4px;
  border: 1px solid #d8dce6;
  background: #fff;
  color: #1a1f2f;
  text-decoration: none;
  padding: 0.28rem 0.58rem;
  text-align: center;
}

.pagination a.active {
  background: #1e87f0;
  border-color: #1e87f0;
  color: #fff;
}

.product-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1rem;
  align-items: start;
}

.gallery {
  padding: 0.75rem;
  align-self: start;
}

.main-image {
  background: #edf1f5;
  border-radius: 4px;
  overflow: hidden;
}

.main-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.thumb-row {
  display: flex;
  gap: 0.45rem;
  overflow-x: auto;
  margin-top: 0.6rem;
}

.auction-video-list {
  display: grid;
  gap: 0.6rem;
  margin-top: 0.7rem;
}

.auction-video-list video {
  width: 100%;
  border-radius: 4px;
  border: 1px solid var(--uikit-border);
  background: #000;
}

.thumb-btn {
  background: #fff;
  border: 1px solid #d8dce6;
  border-radius: 4px;
  padding: 0.2rem;
}

.thumb-btn img {
  display: block;
  width: 58px;
  height: 58px;
  border-radius: 2px;
  object-fit: cover;
}

.product-info {
  padding: 1rem;
}

.product-info h1 {
  margin: 0.2rem 0 0.45rem;
}

.price {
  font-size: 1.4rem;
  font-weight: 500;
  color: #111;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0.9rem;
  border: 1px solid var(--uikit-border);
  border-radius: 4px;
  overflow: hidden;
}

.spec-table th,
.spec-table td {
  border-bottom: 1px solid var(--uikit-border);
  padding: 0.5rem 0.65rem;
  text-align: left;
  vertical-align: top;
}

.spec-table tr:last-child th,
.spec-table tr:last-child td {
  border-bottom: 0;
}

.spec-table th {
  width: 34%;
  color: var(--uikit-muted);
}

.review-list {
  display: grid;
  gap: 0.7rem;
}

.review-item {
  padding: 0.8rem;
}

.detail-cover {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid var(--uikit-border);
  margin: 0.85rem 0 1rem;
}

.editorial-text {
  line-height: 1.65;
}

.narrow {
  max-width: 760px;
}

.simple-page,
.page-content,
.blog-detail {
  padding: 1rem;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

.faq-list details {
  border: 1px solid var(--uikit-border);
  border-radius: 4px;
  padding: 0.75rem;
  background: #fff;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 500;
}

.contact-page {
  margin-top: 0.45rem;
}

.contact-hero {
  border: 1px solid var(--uikit-border);
  border-radius: 4px;
  background: linear-gradient(140deg, #111111 0%, #262f3f 60%, #344861 100%);
  color: #f8fafc;
  padding: 1.2rem;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1rem;
  align-items: center;
}

.contact-hero h1 {
  color: #fff;
  margin-bottom: 0.35rem;
}

.contact-hero p {
  margin: 0;
  color: rgba(248, 250, 252, 0.86);
}

.contact-hero-meta {
  display: grid;
  gap: 0.38rem;
  justify-items: start;
}

.contact-hero-meta a,
.contact-hero-meta span {
  color: rgba(248, 250, 252, 0.94);
  text-decoration: none;
  font-size: 0.88rem;
}

.contact-hero-meta a:hover {
  text-decoration: underline;
}

.contact-intro {
  margin-top: 0.95rem;
  padding: 0.9rem;
}

.contact-layout {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 1rem;
  align-items: start;
}

.contact-layout > * {
  min-width: 0;
}

.contact-info-card,
.contact-form-card {
  padding: 1rem;
}

.contact-form-card {
  overflow: hidden;
}

.contact-info-card h2,
.contact-form-card h2 {
  margin-bottom: 0.65rem;
}

.contact-info-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.contact-info-list li {
  border: 1px solid var(--uikit-border);
  border-radius: 4px;
  background: #fff;
  padding: 0.7rem;
  display: grid;
  gap: 0.25rem;
}

.contact-info-list strong {
  font-size: 0.78rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #6b7280;
}

.contact-info-list a {
  color: #1e87f0;
  text-decoration: none;
  font-weight: 500;
}

.contact-info-list a:hover {
  text-decoration: underline;
}

.contact-form-card .muted {
  margin: 0 0 0.8rem;
  font-size: 0.86rem;
}

.contact-form {
  gap: 0.75rem;
}

.contact-form textarea {
  min-height: 180px;
}

.cart-grid {
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  gap: 1rem;
}

.cart-grid > * {
  min-width: 0;
}

.cart-summary-card {
  overflow: hidden;
}

.cart-checkout-btn {
  margin-top: 0.35rem;
  white-space: normal;
  line-height: 1.25;
}

.cart-item {
  display: grid;
  grid-template-columns: 90px 1fr auto;
  gap: 0.7rem;
  padding: 0.75rem;
  margin-bottom: 0.7rem;
}

.cart-item img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 4px;
}

.cart-item h3 {
  margin: 0 0 0.35rem;
  font-size: 1.02rem;
}

.checkout-grid {
  display: grid;
  grid-template-columns: 1.45fr 0.9fr;
  gap: 1rem;
}

.checkout-grid > form,
.checkout-grid > aside {
  padding: 1rem;
}

.artist-head {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
}

.artist-avatar {
  width: 120px;
  height: 120px;
  border-radius: 4px;
  object-fit: cover;
}

.panel-section {
  margin-bottom: 1.1rem;
}

.panel-section h1,
.panel-section h2 {
  margin-bottom: 0.8rem;
}

.panel-card {
  padding: 0.9rem;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.8rem;
}

.stat-card {
  padding: 0.85rem;
}

.stat-card h3 {
  margin: 0 0 0.3rem;
  font-size: 0.86rem;
  color: var(--uikit-muted);
}

.stat-card strong {
  font-size: 1.3rem;
}

.plain-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.plain-list li {
  border: 1px solid var(--uikit-border);
  border-radius: 4px;
  background: #fff;
  padding: 0.65rem;
  margin-bottom: 0.5rem;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--uikit-border);
  border-radius: 4px;
}

.table-wrap table {
  width: 100%;
  border-collapse: collapse;
}

.table-wrap th,
.table-wrap td {
  border-bottom: 1px solid var(--uikit-border);
  padding: 0.6rem;
  text-align: left;
  vertical-align: top;
}

.table-wrap tr:last-child td {
  border-bottom: 0;
}

.status {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #f2f8ff;
  color: #1e87f0;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.2rem 0.5rem;
}

.customer-shell {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 1.05rem 0 0.2rem;
}

.customer-account-nav {
  margin-bottom: 1rem;
  border: 1px solid var(--uikit-border);
  border-radius: 4px;
  background: #fff;
  padding: 0.15rem 0.35rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.customer-account-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.35rem;
}

.customer-account-links li {
  min-width: 0;
}

.customer-account-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.6rem;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #2f374b;
  font-size: 0.86rem;
  text-decoration: none;
  transition: color 0.16s ease, border-color 0.16s ease, background-color 0.16s ease;
}

.customer-account-links a:hover {
  color: #111111;
  border-color: rgba(17, 17, 17, 0.12);
  background: #f8fafc;
}

.customer-account-links a.is-active {
  color: #111111;
  font-weight: 700;
  border-color: #1e87f0;
  background: #eef5ff;
}

.customer-overview-hero {
  margin-bottom: 0.85rem;
}

.customer-overview-banner {
  border: 1px solid var(--uikit-border);
  border-radius: 4px;
  background: linear-gradient(140deg, #111111 0%, #262f3f 58%, #2f3f55 100%);
  color: #f8fafc;
  padding: 1.25rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
}

.customer-overview-banner h1 {
  color: #fff;
  margin-bottom: 0.35rem;
}

.customer-overview-banner p {
  color: rgba(248, 250, 252, 0.86);
  margin: 0;
}

.customer-overview-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.55rem;
}

.customer-kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.customer-kpi-card {
  border: 1px solid var(--uikit-border);
  border-radius: 4px;
  background: #fff;
  padding: 0.9rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.customer-kpi-card h3 {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #6b7280;
}

.customer-kpi-card strong {
  display: block;
  margin-top: 0.4rem;
  font-size: 1.34rem;
  color: #111111;
}

.customer-kpi-card p {
  margin: 0.38rem 0 0;
  font-size: 0.8rem;
  color: #6b7280;
}

.customer-notification-card {
  padding: 0.95rem;
}

.customer-notification-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.58rem;
}

.customer-notification-list li {
  border: 1px solid var(--uikit-border);
  border-radius: 4px;
  background: #fff;
  padding: 0.72rem;
}

.customer-notification-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
}

.customer-notification-head span {
  color: #6b7280;
  font-size: 0.78rem;
}

.customer-notification-list p {
  margin: 0.35rem 0 0;
}

.customer-notification-list a {
  display: inline-block;
  margin-top: 0.45rem;
  color: #1e87f0;
  font-size: 0.82rem;
  text-decoration: none;
}

.customer-notification-list a:hover {
  text-decoration: underline;
}

.customer-form-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.customer-form-card {
  padding: 1rem;
}

.customer-form-card h2 {
  margin-bottom: 0.75rem;
}

.customer-form-card > .muted {
  margin: -0.15rem 0 0.8rem;
  font-size: 0.84rem;
}

.customer-form {
  gap: 0.72rem;
}

.customer-form .btn.full {
  margin-top: 0.2rem;
}

.customer-table-wrap table th:last-child,
.customer-table-wrap table td:last-child {
  white-space: nowrap;
}

.customer-order-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
}

.customer-summary-item {
  padding: 0.9rem;
}

.customer-summary-item span {
  display: block;
  color: #6b7280;
  font-size: 0.77rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.customer-summary-item strong {
  display: block;
  margin-top: 0.4rem;
  color: #111111;
  font-size: 1.02rem;
}

.customer-status {
  font-size: 0.72rem;
}

.customer-status--paid,
.customer-status--completed,
.customer-status--delivered {
  background: #ecf9f1;
  color: #2e7d5b;
}

.customer-status--cancelled,
.customer-status--failed,
.customer-status--rejected,
.customer-status--refunded {
  background: #fff1ef;
  color: #c4554a;
}

.customer-status--preparing,
.customer-status--shipped,
.customer-status--payment_processing {
  background: #eef6ff;
  color: #1e87f0;
}

.customer-status--payment_pending,
.customer-status--pending,
.customer-status--refund_requested {
  background: #fff9ec;
  color: #9a6a1b;
}

.customer-return-form {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto;
  gap: 0.35rem;
  align-items: center;
}

.customer-return-form input {
  min-height: 34px;
}

.customer-address-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 0.9rem;
  align-items: start;
}

.customer-address-list-card,
.customer-address-form-card {
  padding: 1rem;
}

.customer-address-list {
  display: grid;
  gap: 0.58rem;
}

.customer-address-item {
  border: 1px solid var(--uikit-border);
  border-radius: 4px;
  padding: 0.75rem;
  background: #fff;
}

.customer-address-item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem;
}

.customer-address-item-head span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.12rem 0.5rem;
  background: #f1f4fb;
  color: #41506d;
}

.customer-address-item p {
  margin: 0.3rem 0 0;
  font-size: 0.85rem;
}

.customer-address-item form {
  margin-top: 0.65rem;
}

.customer-wishlist-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.auth-login-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: stretch;
  margin-top: 0.4rem;
}

.auth-login-aside {
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 4px;
  background: linear-gradient(160deg, #111111 0%, #1f2937 68%, #2d3848 100%);
  color: #f8fafc;
  padding: 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.auth-login-eyebrow {
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.auth-login-aside h1 {
  margin: 0;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  line-height: 1.2;
  color: #fff;
}

.auth-login-aside p {
  margin: 0;
  color: rgba(248, 250, 252, 0.86);
}

.auth-login-points {
  margin: 0.2rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

.auth-login-points li {
  position: relative;
  padding-left: 1rem;
  color: rgba(255, 255, 255, 0.9);
}

.auth-login-points li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: #b8955b;
  transform: translateY(-50%);
}

.auth-login-meta {
  margin-top: auto;
  display: grid;
  gap: 0.2rem;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.68);
}

.auth-login-card {
  border: 1px solid var(--uikit-border);
  border-radius: 4px;
  background: #fff;
  padding: 1.35rem;
  box-shadow: 0 2px 8px rgba(17, 17, 17, 0.05);
}

.auth-login-card h2 {
  margin: 0;
  font-size: 1.5rem;
}

.auth-login-subtitle {
  margin: 0.4rem 0 1rem;
  color: #5d667b;
}

.auth-login-form {
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

.auth-login-form label {
  gap: 0.4rem;
}

.auth-login-form input {
  min-height: 42px;
}

.auth-login-links {
  margin-top: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1rem;
}

.auth-login-links a {
  color: #1e87f0;
  font-size: 0.85rem;
  text-decoration: none;
}

.auth-login-links a:hover {
  text-decoration: underline;
}

.auth-register-wrap {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1rem;
  align-items: stretch;
  margin-top: 0.4rem;
}

.auth-register-aside {
  border: 1px solid var(--uikit-border);
  border-radius: 4px;
  background: linear-gradient(160deg, #f7f4ef 0%, #ffffff 100%);
  padding: 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.auth-register-eyebrow {
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b7280;
}

.auth-register-aside h1 {
  margin: 0;
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
  line-height: 1.24;
  color: #111111;
}

.auth-register-aside p {
  margin: 0;
  color: #4f566b;
}

.auth-register-points {
  margin: 0.15rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

.auth-register-points li {
  position: relative;
  padding-left: 1rem;
  color: #2a3145;
}

.auth-register-points li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: #b8955b;
  transform: translateY(-50%);
}

.auth-register-note {
  margin-top: auto;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
  padding-top: 0.75rem;
  font-size: 0.84rem;
  color: #5a6276;
}

.auth-register-note a {
  color: #1e87f0;
  text-decoration: none;
}

.auth-register-note a:hover {
  text-decoration: underline;
}

.auth-register-card {
  border: 1px solid var(--uikit-border);
  border-radius: 4px;
  background: #fff;
  padding: 1.35rem;
  box-shadow: 0 2px 8px rgba(17, 17, 17, 0.05);
}

.auth-register-card h2 {
  margin: 0;
  font-size: 1.45rem;
}

.auth-register-subtitle {
  margin: 0.4rem 0 1rem;
  color: #5d667b;
}

.auth-register-form {
  gap: 0.75rem;
}

.auth-register-form label {
  gap: 0.4rem;
}

.auth-register-form input {
  min-height: 42px;
}

.auth-register-links {
  margin-top: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1rem;
}

.auth-register-links a {
  color: #1e87f0;
  font-size: 0.85rem;
  text-decoration: none;
}

.auth-register-links a:hover {
  text-decoration: underline;
}

.seller-apply-wrap {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 1rem;
  align-items: stretch;
  margin-top: 0.4rem;
}

.seller-apply-aside {
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 4px;
  background: linear-gradient(155deg, #111111 0%, #1f2a39 62%, #2c3b4f 100%);
  color: #f8fafc;
  padding: 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.seller-apply-eyebrow {
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.74);
}

.seller-apply-aside h1 {
  margin: 0;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  line-height: 1.2;
  color: #fff;
}

.seller-apply-aside p {
  margin: 0;
  color: rgba(248, 250, 252, 0.86);
}

.seller-apply-points {
  margin: 0.1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.46rem;
}

.seller-apply-points li {
  position: relative;
  padding-left: 1rem;
  color: rgba(248, 250, 252, 0.94);
}

.seller-apply-points li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: #b8955b;
  transform: translateY(-50%);
}

.seller-apply-meta {
  margin-top: auto;
  display: grid;
  gap: 0.5rem;
}

.seller-apply-meta > div {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.06);
  padding: 0.62rem 0.72rem;
}

.seller-apply-meta strong {
  display: block;
  color: #ffffff;
  font-size: 0.82rem;
}

.seller-apply-meta span {
  display: block;
  margin-top: 0.14rem;
  color: rgba(248, 250, 252, 0.85);
  font-size: 0.8rem;
}

.seller-apply-card {
  border: 1px solid var(--uikit-border);
  border-radius: 4px;
  background: #fff;
  padding: 1.3rem;
  box-shadow: 0 2px 8px rgba(17, 17, 17, 0.05);
}

.seller-apply-head h2 {
  margin: 0;
  font-size: 1.45rem;
}

.seller-apply-head p {
  margin: 0.42rem 0 1rem;
  color: #5d667b;
}

.seller-apply-form {
  grid-template-columns: 1fr;
  gap: 0.78rem;
}

.seller-apply-section {
  border: 1px solid var(--uikit-border);
  border-radius: 4px;
  background: #fff;
  padding: 0.9rem;
}

.seller-apply-section h3 {
  margin: 0 0 0.72rem;
  font-size: 1rem;
  color: #1f2937;
}

.seller-apply-grid {
  gap: 0.72rem;
}

.seller-apply-grid label {
  gap: 0.38rem;
}

.seller-apply-grid input,
.seller-apply-grid textarea {
  min-height: 40px;
}

.seller-apply-grid textarea {
  min-height: 130px;
}

.seller-apply-checks {
  display: grid;
  gap: 0.48rem;
}

.seller-apply-check {
  border: 1px solid var(--uikit-border);
  border-radius: 4px;
  background: #f9fbfe;
  padding: 0.62rem 0.7rem;
  align-items: flex-start;
  font-size: 0.84rem;
  color: #2a3145;
  line-height: 1.4;
}

.seller-apply-check input {
  margin-top: 0.14rem;
}

.seller-apply-actions {
  display: grid;
  gap: 0.45rem;
}

.seller-apply-actions p {
  margin: 0;
  color: #6b7280;
  font-size: 0.81rem;
}

.small-links {
  margin-top: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.small-links a,
.section-head a {
  color: #1e87f0;
  text-decoration: none;
}

.small-links a:hover,
.section-head a:hover {
  text-decoration: underline;
}

.tm-alert-stack {
  margin-top: 1rem;
}

.tm-alert-stack .uk-alert {
  border-radius: 4px;
}

.tm-top-toolbar .uk-navbar-nav > li > a {
  min-height: 36px;
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.92) !important;
  font-weight: 500;
}

.tm-main-navbar .uk-navbar-nav > li > a {
  min-height: 54px;
  font-size: 0.87rem;
  color: #111111 !important;
  font-weight: 600;
  letter-spacing: 0.01em;
  opacity: 1;
  text-transform: none !important;
}

.tm-main-navbar .uk-navbar-nav > li.uk-active > a,
.tm-main-navbar .uk-navbar-nav > li > a:hover,
.tm-main-navbar .uk-navbar-nav > li > a:focus-visible {
  color: #b8955b !important;
}

.tm-main-navbar .uk-logo img {
  max-height: 32px;
}

.tm-navbar-badge {
  font-size: 0.65rem;
  min-width: 1.2rem;
  height: 1.2rem;
  line-height: 1.15rem;
  border-radius: 999px;
  padding: 0 0.3rem;
}

.tm-cart-offcanvas-list .tm-media-box-wrap {
  background: #f2f4f8;
  border-radius: 4px;
}

.tm-cart-offcanvas-list .tm-media-box-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1199px) {
  .home-featured-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .cards-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .filter-bar {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .customer-kpi-grid,
  .customer-order-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .customer-wishlist-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 959px) {
  .auth-login-wrap {
    grid-template-columns: 1fr;
  }

  .auth-register-wrap {
    grid-template-columns: 1fr;
  }

  .seller-apply-wrap {
    grid-template-columns: 1fr;
  }

  .customer-overview-banner,
  .contact-hero,
  .contact-layout,
  .customer-form-layout,
  .customer-address-layout {
    grid-template-columns: 1fr;
  }

  .customer-overview-actions {
    justify-content: flex-start;
  }

  .home-featured-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-grid,
  .product-grid,
  .cart-grid,
  .checkout-grid,
  .artist-head {
    grid-template-columns: 1fr;
  }

  .cards-4,
  .cards-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .filter-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .filter-bar > *:first-child {
    grid-column: span 2;
  }

  .customer-wishlist-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 639px) {
  .home-featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .container {
    width: calc(100% - 1rem);
  }

  .cards-4,
  .cards-3,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-grid .full,
  .filter-bar > *:first-child {
    grid-column: auto;
  }

  .cart-item {
    grid-template-columns: 76px 1fr;
  }

  .cart-item img {
    width: 76px;
    height: 76px;
  }

  .cart-item form {
    grid-column: 1 / -1;
  }

  .home-slider {
    margin-top: -0.5rem;
  }

  .home-slide-content {
    max-width: 92%;
  }

  .auth-register-form {
    grid-template-columns: 1fr;
  }

  .auth-register-form .full {
    grid-column: auto;
  }

  .customer-shell {
    padding-top: 0.85rem;
  }

  .customer-account-nav {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .customer-account-links {
    min-width: 760px;
    grid-template-columns: repeat(6, minmax(120px, 1fr));
  }

  .customer-kpi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .customer-order-summary {
    grid-template-columns: 1fr;
  }

  .customer-return-form {
    grid-template-columns: 1fr;
  }
}
