﻿@import "./styles-base.css";
@import "./styles-shopify/accelerated-checkout-backwards-compat.css";
@import "./styles-shopify/component-cart-items.css";
@import "./styles-shopify/component-localization-form.css";
@import "./styles-shopify/component-predictive-search.css";
@import "./styles-shopify/component-list-menu.css";
@import "./styles-shopify/component-search.css";
@import "./styles-shopify/component-menu-drawer.css";
@import "./styles-shopify/component-cart-notification.css";
@import "./styles-shopify/component-card.css";
@import "./styles-shopify/component-price.css";
@import "./styles-shopify/section-image-banner.css";
@import "./styles-shopify/component-slider.css";
@import "./styles-shopify/template-collection.css";
@import "./styles-shopify/component-rating.css";
@import "./styles-shopify/component-volume-pricing.css";
@import "./styles-shopify/quick-order-list.css";
@import "./styles-shopify/quantity-popover.css";
@import "./styles-shopify/component-image-with-text.css";
@import "./styles-shopify/section-footer.css";
@import "./styles-shopify/component-newsletter.css";
@import "./styles-shopify/component-list-payment.css";
@import "./styles-shopify/component-list-social.css";

@font-face {
  font-family: "Quicksand";
  src: url("./fonts/quicksand/quicksand_n4.bf8322a9d1da765aa396ad7b6eeb81930a6214de.woff2") format("woff2"),
    url("./fonts/quicksand/quicksand_n4.fa4cbd232d3483059e72b11f7239959a64c98426.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Quicksand";
  src: url("./fonts/quicksand/quicksand_n7.d375fe11182475f82f7bb6306a0a0e4018995610.woff2") format("woff2"),
    url("./fonts/quicksand/quicksand_n7.8ac2ae2fc4b90ef79aaa7aedb927d39f9f9aa3f4.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Betmo Cyr";
  src: url("./fonts/betmo-cyr/betmo-regular-cyr.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ALS Schlange Sans";
  src: url("./fonts/als-schlange-sans/alsschlangesans.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ALS Schlange Sans";
  src: url("./fonts/als-schlange-sans/alsschlangesans-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #ffffff;
  --paper: #ffffff;
  --text: #2b2d31;
  --muted: #7a7d81;
  --line: #e1e1e1;
  --button: #0b0d12;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "ALS Schlange Sans", "Avenir Next", "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
}

a {
  color: inherit;
  text-decoration: none;
}

.site {
  min-height: 100vh;
}

.header-wrapper {
  position: sticky;
  top: 0;
  z-index: 60;
  background: #fff;
  transition: transform 0.28s ease;
  will-change: transform;
}

.header-wrapper.header-hidden {
  transform: translateY(-100%);
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 22px;
}

.header {
  background: #fff;
  padding-top: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eeeeee;
}

.app-header {
  display: block !important;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: 28px;
  padding-right: 28px;
}

.header-top,
.header-nav {
  display: flex;
  align-items: center;
}

.header-top {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  min-height: 104px;
  column-gap: 10px;
  width: 100%;
}

.header-nav {
  justify-content: center;
  min-height: 38px;
}

.header-search-panel {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 8px auto 12px;
  max-width: 760px;
  width: 100%;
}

.header-search-panel[hidden] {
  display: none;
}

.header-search-input {
  flex: 1;
  height: 40px;
  border: 1px solid #c9ccd1;
  background: #fff;
  color: #3a3f46;
  font-size: 14px;
  padding: 0 12px;
  font-family: inherit;
}

.header-search-clear {
  height: 40px;
  border: 1px solid #c9ccd1;
  background: #fff;
  color: #4a4f56;
  font-size: 14px;
  padding: 0 14px;
  cursor: pointer;
  font-family: inherit;
}

.icon-btn {
  border: 0;
  background: transparent;
  color: #54575b;
  cursor: pointer;
  padding: 6px;
}

.header__icon--cart {
  position: relative;
}

.header-cart-count {
  position: absolute;
  right: -4px;
  top: -3px;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #111318;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
}

.logo {
  justify-self: center;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: #191c22;
  text-decoration: none;
}

.logo-main {
  font-family: "Betmo Cyr", "ALS Schlange Sans", serif;
  font-size: 58px;
  line-height: 0.9;
  letter-spacing: 0;
  font-weight: 400;
}

.logo-sub {
  font-family: "ALS Schlange Sans", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  color: #4e5158;
}

.region-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  color: #4f5155;
  justify-self: end;
  width: max-content;
  margin-left: 0;
}

.region-text {
  font-size: 14px;
}

.auth-email {
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #6e7277;
}

.profile-btn.is-auth {
  color: #2b2f36;
}

.icon-inline {
  display: inline-flex;
  width: 18px;
  height: 18px;
}

.nav-link {
  color: #70737a;
  font-size: 16px;
  line-height: 1;
  padding-bottom: 4px;
  display: inline-flex;
  align-items: center;
}

.nav-link.active {
  color: #41444a;
  border-bottom: 0;
}

.header__active-menu-item {
  text-decoration: underline;
  text-underline-offset: 0.28rem;
}

.header-nav .list-menu,
.header-nav .list-menu--inline {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
  gap: 24px;
  list-style: none !important;
  margin: 0;
  padding: 0;
}

.header-nav .list-menu li {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

.home-hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
}

.home-hero-trigger {
  right: 16px;
  bottom: 16px;
}

.home-hero-inner {
  width: 100%;
}

.hero-title {
  margin: 0 0 22px;
  color: #fff;
  font-size: 56px;
  font-weight: 500;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  height: 40px;
  padding: 0 20px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.8);
  font-size: 24px;
}

.home-latest {
  padding: 40px 22px 54px;
}

.home-section-title {
  margin: 0 0 26px;
  font-size: 46px;
  font-weight: 500;
}

.home-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 20px;
}

.home-card {
  min-width: 0;
}

.home-card-media,
.card-media {
  background: var(--paper);
  aspect-ratio: 1 / 0.78;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  margin-bottom: 14px;
  position: relative;
}

.frame {
  background: #f8f8f6;
  border: 6px solid #c89a5d;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.frame.square {
  width: 90%;
  aspect-ratio: 1.2 / 0.78;
  padding: 8px;
}

.frame.vertical {
  width: 62%;
  aspect-ratio: 0.72 / 1;
  padding: 8px;
}

.painting {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sale-tag,
.sold-tag {
  position: absolute;
  left: 12px;
  bottom: 12px;
  border-radius: 999px;
  padding: 4px 11px;
  font-size: 13px;
}

.sale-tag {
  background: #ff6b6b;
  color: #fff;
}

.sold-tag {
  background: #262a31;
  color: #fff;
}

.home-card-title,
.card-title {
  display: block;
  font-size: 27px;
  color: #525459;
}

.card-title {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.card-title.plain {
  text-decoration: none;
}

.home-card-size,
.card-size {
  margin-top: 6px;
  color: #92969a;
  font-size: 18px;
}

.home-card-price-row {
  margin-top: 8px;
  display: flex;
  align-items: baseline;
  gap: 14px;
}

.home-card-price-old {
  font-size: 23px;
  color: #8d9094;
  text-decoration: line-through;
}

.home-card-price,
.card-price {
  font-size: 36px;
  color: #4f5358;
}

.home-view-all-wrap {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.home-view-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 46px;
  padding: 0 26px;
  background: #101217;
  color: #fff;
  font-size: 28px;
}

.home-about {
  background: #ffffff;
  padding: 30px 0 40px;
}

.home-about-grid {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 40px;
  align-items: center;
}

.home-about-image {
  width: 100%;
  display: block;
  aspect-ratio: 1.26 / 1;
  object-fit: cover;
}

.admin-site-image-wrap {
  position: relative;
  display: block;
  width: 100%;
}

.admin-site-image-wrap--plain {
  position: static;
}

.admin-site-image-trigger {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(16, 18, 23, 0.9);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
}

.admin-site-image-file {
  display: none;
}

.home-about-content h2 {
  margin: 0 0 18px;
  font-size: 48px;
  font-weight: 500;
}

.home-about-content p {
  margin: 0 0 10px;
  color: #666a70;
  font-size: 30px;
  line-height: 1.45;
}

.home-about-btn {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  height: 48px;
  border: 1px solid #6b6e73;
  color: #42454a;
  font-size: 27px;
}

.about-page {
  padding: 22px 0 0;
}

.about-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  margin-bottom: 20px;
  background: #f5f5f5;
}

.about-split-reverse {
  grid-template-columns: 1fr 1fr;
}

.about-text {
  padding: 52px 58px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-text h1 {
  margin: 0 0 16px;
  font-size: 57px;
  font-weight: 500;
  color: #20242d;
}

.about-text p {
  margin: 0 0 9px;
  font-size: 18px;
  line-height: 1.52;
  color: #747a83;
}

.about-image {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  display: block;
}

.about-image-portrait {
  min-height: 520px;
}

.about-video {
  margin-bottom: 28px;
  position: relative;
}

.about-video-link {
  display: block;
  position: relative;
}

.about-video-edit-wrap {
  position: relative;
  display: block;
}

.about-video-image {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.about-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.88);
  color: #1e2128;
  font-size: 33px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.contact-page {
  padding: 36px 0 0;
}

.contact-wrap {
  max-width: 760px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.contact-title {
  margin: 0 0 20px;
  text-align: center;
  font-size: 56px;
  font-weight: 500;
  color: #2d3137;
}

.contact-lead {
  margin: 0 0 8px;
  text-align: center;
  font-size: 34px;
  color: #7a7d82;
  line-height: 1.5;
}

.contact-form {
  margin-top: 28px;
}

.contact-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}

.contact-input,
.contact-textarea {
  width: 100%;
  border: 1px solid #ababab;
  background: #ffffff;
  color: #666b72;
  font-size: 32px;
  padding: 12px 16px;
  font-family: inherit;
}

.contact-input::placeholder,
.contact-textarea::placeholder {
  color: #888d94;
}

.contact-textarea {
  resize: vertical;
  min-height: 130px;
}

.contact-send {
  margin-top: 18px;
  min-width: 104px;
  height: 54px;
  border: 0;
  background: #0f1116;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}

.commission-page {
  padding: 28px 0 0;
}

.commission-stage {
  display: grid;
  grid-template-columns: 1.65fr 1fr;
  gap: 28px;
  align-items: start;
  margin-bottom: 42px;
}

.commission-gallery {
  position: sticky;
  top: 16px;
}

.commission-main-image {
  width: 100%;
  aspect-ratio: 1.25 / 1;
  object-fit: cover;
  display: block;
  background: #ffffff;
}

.commission-thumbs {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 34px repeat(4, minmax(0, 1fr)) 34px;
  gap: 8px;
  align-items: center;
}

.commission-thumb {
  width: 100%;
  aspect-ratio: 1.32 / 1;
  object-fit: cover;
  border: 1px solid #dadada;
  opacity: 0.9;
}

.commission-thumb.active {
  border-color: #777;
  opacity: 1;
}

.commission-arrow {
  border: 0;
  background: transparent;
  color: #9a9da2;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.commission-info {
  height: calc(100vh - 96px);
  min-height: 640px;
  border-left: 1px solid #efefef;
  padding-left: 10px;
}

.commission-scroll {
  height: 100%;
  overflow-y: auto;
  padding-right: 12px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.commission-scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.commission-eyebrow {
  margin: 0;
  color: #8e9196;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.commission-title {
  margin: 8px 0 12px;
  font-size: 56px;
  line-height: 1.1;
  font-weight: 500;
  color: #1f242c;
}

.commission-price {
  margin: 0 0 8px;
  font-size: 40px;
  color: #2d3138;
}

.commission-shipping {
  margin: 0 0 20px;
  color: #858a90;
  font-size: 24px;
}

.commission-label {
  display: block;
  margin: 14px 0 6px;
  font-size: 23px;
  color: #61656b;
}

.commission-select {
  width: 100%;
  height: 52px;
  border: 1px solid #b7b7b7;
  background: #ffffff;
  color: #5f6368;
  font-size: 20px;
  padding: 0 14px;
  font-family: inherit;
}

.commission-add-btn {
  width: 100%;
  margin: 18px 0 24px;
  height: 56px;
  border: 0;
  background: #0f1116;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}

.commission-copy {
  color: #686d73;
  font-size: 17px;
  line-height: 1.55;
  padding-bottom: 20px;
}

.commission-copy p {
  margin: 0 0 8px;
}

.commission-copy h2 {
  margin: 20px 0 8px;
  color: #40454c;
  font-size: 26px;
}

.commission-copy ol,
.commission-copy ul {
  margin: 0 0 8px 18px;
  padding: 0;
}

.commission-copy li {
  margin: 0 0 6px;
}

.commission-contact {
  border-top: 1px solid var(--line);
  padding: 44px 0 56px;
}

.commission-contact-wrap {
  max-width: 860px;
  margin: 0 auto;
}

.commission-contact-title {
  margin: 0 0 18px;
  text-align: center;
  font-size: 66px;
  line-height: 1.15;
  font-weight: 500;
  color: #2d3137;
}

.commission-contact-lead {
  margin: 0 0 8px;
  text-align: center;
  font-size: 34px;
  color: #7a7d82;
  line-height: 1.5;
}

.auth-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.08);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 50;
  padding: 20px;
}

.auth-overlay.open {
  display: flex;
}

.auth-modal {
  width: min(100%, 420px);
  background: #ffffff;
  border-radius: 10px;
  padding: 20px 24px 24px;
  position: relative;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.16);
}

.auth-close {
  position: absolute;
  right: 10px;
  top: 8px;
  border: 0;
  background: transparent;
  color: #73777d;
  font-size: 24px;
  cursor: pointer;
}

.auth-brand {
  text-align: center;
  color: #444a53;
  font-size: 24px;
  margin-bottom: 16px;
}

.auth-title {
  margin: 0 0 6px;
  font-size: 34px;
  color: #1f2229;
}

.auth-subtitle {
  margin: 0 0 14px;
  font-size: 16px;
  color: #8a8e94;
}

.auth-provider,
.auth-primary,
.auth-secondary {
  width: 100%;
  height: 44px;
  border-radius: 10px;
  border: 0;
  cursor: pointer;
  font-size: 18px;
  font-family: inherit;
}

.auth-provider {
  background: #5f3bf1;
  color: #fff;
}

.auth-primary {
  background: #08090d;
  color: #fff;
}

.auth-secondary {
  background: transparent;
  color: #52565c;
  border: 1px solid #c0c4c9;
  margin-top: 10px;
}

.auth-divider {
  margin: 14px 0;
  display: flex;
  align-items: center;
  color: #9a9ea3;
  font-size: 13px;
}

.auth-divider::before,
.auth-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #d9d9d9;
}

.auth-divider span {
  padding: 0 10px;
}

.auth-form {
  display: grid;
  gap: 10px;
}

.auth-input {
  width: 100%;
  height: 44px;
  border-radius: 9px;
  border: 2px solid #17191f;
  background: #ffffff;
  color: #4f545c;
  font-size: 16px;
  padding: 0 12px;
  font-family: inherit;
}

.auth-error {
  margin: 0;
  color: #cc3c3c;
  font-size: 13px;
}

.auth-switch {
  margin-top: 10px;
  border: 0;
  background: transparent;
  color: #61666d;
  font-size: 14px;
  cursor: pointer;
  text-decoration: underline;
}

.admin-page {
  padding-top: 26px;
  padding-bottom: 42px;
}

.admin-head {
  margin-bottom: 22px;
}

.admin-title {
  margin: 0;
  font-size: 40px;
  font-weight: 500;
}

.admin-subtitle {
  margin: 8px 0 0;
  color: #757a80;
  font-size: 16px;
}

.admin-create,
.admin-list {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 10px;
  padding: 18px;
  margin-bottom: 20px;
}

.admin-create h2,
.admin-list h2 {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 500;
}

.admin-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.admin-input {
  width: 100%;
  height: 38px;
  border: 1px solid #bababa;
  background: #ffffff;
  color: #3c4148;
  padding: 0 10px;
  font-size: 14px;
  font-family: inherit;
}

.admin-upload-row {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.admin-gallery {
  margin-top: 12px;
  border: 1px dashed #d6d6d6;
  border-radius: 8px;
  padding: 10px;
  background: #fafafa;
}

.admin-gallery-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #4d525a;
}

.admin-gallery-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 8px;
}

.admin-gallery-item {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #ffffff;
  padding: 6px;
  display: grid;
  gap: 6px;
}

.admin-gallery-thumb {
  width: 100%;
  aspect-ratio: 1.32 / 1;
  object-fit: cover;
  display: block;
  border-radius: 6px;
}

.admin-gallery-remove {
  font-size: 12px;
  padding: 4px 8px;
}

.admin-file {
  display: none;
}

.admin-check {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #5f636a;
  margin: 10px 0 0;
  font-size: 14px;
}

.admin-btn {
  margin-top: 12px;
  height: 38px;
  min-width: 120px;
  border: 0;
  background: #101217;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.admin-btn.danger {
  background: #b43333;
  margin-top: 0;
}

.admin-card {
  background: #ffffff;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 12px;
}

.admin-preview {
  width: 140px;
  height: 96px;
  object-fit: cover;
  border: 1px solid #d8d8d8;
  margin-bottom: 10px;
  margin-right: 8px;
}

.commission-thumbs .admin-site-image-wrap {
  min-width: 0;
}

.admin-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.admin-card-top h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.page-title {
  font-size: 56px;
  font-weight: 500;
  margin: 40px 0 42px;
}

.toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--muted);
  font-size: 20px;
  margin-bottom: 30px;
  gap: 20px;
}

.toolbar-group {
  display: flex;
  align-items: center;
  gap: 14px;
}

.control {
  border: 0;
  background: transparent;
  font-size: 20px;
  color: #66696e;
  cursor: pointer;
}

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

.card {
  min-width: 0;
}

.card-divider {
  width: 100%;
  height: 1px;
  background: #ececec;
  margin-top: 10px;
}

.home-card .card-divider {
  margin-top: 12px;
}

.card-admin-inline {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.card-admin-input {
  width: 100%;
  height: 30px;
  border: 1px solid #b9b9b9;
  background: #ffffff;
  color: #4b5057;
  font-size: 13px;
  padding: 0 8px;
  font-family: inherit;
}

.card-admin-save {
  grid-column: 1 / -1;
  height: 32px;
  border: 0;
  background: #0f1116;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 44px 0 52px;
  color: #6d7075;
  font-size: 24px;
}

.page-btn {
  border: 0;
  background: transparent;
  font-size: 24px;
  color: #6d7075;
  cursor: pointer;
  padding: 2px 8px;
}

.page-btn.active {
  border-bottom: 2px solid #75787c;
}

.footer {
  border-top: 1px solid var(--line);
  padding-top: 30px;
}

.socials {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--line);
}

.social-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.payments {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding: 24px 0;
}

.payment-chip {
  border: 1px solid #d4d4d4;
  background: #fff;
  border-radius: 4px;
  padding: 4px 7px;
  font-size: 14px;
  color: #60636a;
}

.legal {
  color: #8a8d91;
  font-size: 14px;
  text-align: center;
  padding-bottom: 26px;
}

.detail {
  display: grid;
  grid-template-columns: minmax(340px, 1.18fr) minmax(320px, 1fr);
  gap: 30px;
  margin-top: 18px;
}

.detail-media {
  background: #ffffff;
  padding: 10px 0 0;
}

.detail-frame {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  aspect-ratio: 1.24 / 1;
  background: #f8f8f6;
  border: 7px solid #ca9e66;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.16);
  position: relative;
  overflow: hidden;
}

.detail-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.6s ease;
  will-change: opacity;
}

.detail-image--base {
  position: relative;
  opacity: 1;
}

.detail-image--overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.detail-image.is-fading {
  opacity: 1;
}

.detail-thumbs {
  --detail-thumb-visible: 5;
  --detail-thumb-gap: 8px;
  --detail-thumb-size: 92px;
  margin: 14px auto 0;
  display: grid;
  grid-template-columns: 34px 1fr 34px;
  gap: 10px;
  align-items: center;
  max-width: calc(
    (var(--detail-thumb-visible) * var(--detail-thumb-size)) +
      ((var(--detail-thumb-visible) - 1) * var(--detail-thumb-gap)) +
      68px
  );
}

.detail-thumb-rail {
  overflow: hidden;
  width: calc(
    (var(--detail-thumb-visible) * var(--detail-thumb-size)) +
      ((var(--detail-thumb-visible) - 1) * var(--detail-thumb-gap))
  );
}

.detail-thumb-track {
  display: flex;
  gap: var(--detail-thumb-gap);
  transition: transform 0.45s ease;
  will-change: transform;
}

.detail-thumb {
  border: 1px solid #dadada;
  padding: 0;
  background: transparent;
  cursor: pointer;
  width: var(--detail-thumb-size);
  flex: 0 0 var(--detail-thumb-size);
  aspect-ratio: 1.32 / 1;
  overflow: hidden;
}

.detail-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.detail-thumb.active {
  border-color: #1f242c;
}

.detail-thumb-arrow {
  border: 0;
  background: transparent;
  color: #b0b3b8;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.detail-thumb-arrow.is-active {
  color: #1f242c;
}

.detail-thumb-arrow:disabled {
  cursor: default;
}

.detail-title {
  font-size: 40px;
  line-height: 1.18;
  margin: 6px 0 14px;
  font-weight: 500;
}

.detail-price {
  font-size: 31px;
  margin: 8px 0 4px;
}

.detail-shipping {
  color: #808388;
  font-size: 15px;
}

.add-btn {
  width: 100%;
  margin: 16px 0 18px;
  background: var(--button);
  color: #fff;
  border: 0;
  height: 48px;
  font-size: 18px;
  cursor: pointer;
}

.detail-text {
  color: #5f6368;
  font-size: 15px;
  line-height: 1.58;
}

.detail-text p {
  margin: 0 0 8px;
}

.detail-block {
  margin-top: 14px;
}

.detail-block strong {
  color: #414449;
}

.share-btn {
  margin-top: 18px;
  border: 0;
  background: transparent;
  color: #53575c;
  font-size: 14px;
  cursor: pointer;
  padding: 0;
}

.detail-admin {
  margin-top: 18px;
  border-top: 1px solid #e7e7e7;
  padding-top: 14px;
}

.detail-admin h2 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
  color: #2f333a;
}

.detail-admin-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.detail-admin-description {
  margin-top: 8px;
  min-height: 110px;
  height: auto;
  padding: 8px 10px;
  resize: vertical;
}

.cart-page {
  padding-top: 24px;
  padding-bottom: 40px;
}

.cart-title {
  margin: 0 0 18px;
  font-size: 40px;
  font-weight: 500;
}

.cart-empty {
  margin: 0 0 14px;
  color: #6f747b;
  font-size: 18px;
}

.cart-grid {
  display: grid;
  gap: 12px;
}

.cart-item {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 14px;
  align-items: center;
  border: 1px solid #e1e1e1;
  background: #fff;
  padding: 10px;
}

.cart-item-image {
  width: 120px;
  height: 90px;
  object-fit: cover;
  border: 1px solid #dcdcdc;
}

.cart-item-title {
  display: inline-block;
  color: #41454c;
  font-size: 18px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cart-item-meta {
  margin: 6px 0 4px;
  color: #8a8e95;
  font-size: 14px;
}

.cart-item-price {
  margin: 0;
  color: #3f444b;
  font-size: 22px;
}

.cart-item-remove,
.cart-clear,
.cart-back {
  height: 38px;
  border: 1px solid #c8cbd1;
  background: #fff;
  color: #3f444b;
  font-size: 14px;
  padding: 0 14px;
  font-family: inherit;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cart-summary {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 18px;
  align-items: baseline;
  border-top: 1px solid #ececec;
  padding-top: 12px;
}

.cart-total-label {
  margin: 0;
  color: #6c7076;
  font-size: 16px;
}

.cart-total-value {
  margin: 0;
  color: #2f333a;
  font-size: 30px;
}

.cart-total-note {
  grid-column: 1 / -1;
  margin: 0;
  color: #7b8086;
  font-size: 14px;
}

.cart-actions {
  margin-top: 14px;
  display: flex;
  gap: 10px;
}

@media (max-width: 1280px) {
  .hero-title {
    font-size: 44px;
  }

  .home-section-title,
  .home-about-content h2,
  .page-title,
  .about-text h1,
  .contact-title,
  .commission-title,
  .commission-contact-title {
    font-size: 38px;
  }

  .home-card-title,
  .card-title {
    font-size: 20px;
  }

  .home-card-size,
  .card-size,
  .home-about-content p,
  .toolbar,
  .control,
  .nav-link,
  .region-text,
  .hero-btn,
  .home-view-all,
  .home-about-btn,
  .about-text p,
  .contact-lead,
  .contact-input,
  .contact-textarea,
  .contact-send,
  .commission-price,
  .commission-shipping,
  .commission-label,
  .commission-select,
  .commission-add-btn,
  .commission-contact-lead,
  .commission-copy {
    font-size: 16px;
  }

  .home-card-price,
  .card-price,
  .home-card-price-old {
    font-size: 24px;
  }
}

@media (max-width: 980px) {
  .home-grid,
  .grid,
  .about-split,
  .commission-stage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-about-grid,
  .detail {
    grid-template-columns: 1fr;
  }

  .detail-thumbs {
    --detail-thumb-visible: 3;
    --detail-thumb-size: 82px;
  }

  .home-hero {
    min-height: 440px;
  }

  .about-text {
    padding: 26px;
  }

  .about-image {
    min-height: 300px;
  }

  .commission-info {
    min-height: 580px;
  }

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

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

  .header-top {
    grid-template-columns: auto 1fr auto;
    gap: 8px;
    min-height: 86px;
  }

  .header-nav {
    justify-content: center;
    padding-bottom: 8px;
  }

  .header-nav .list-menu,
  .header-nav .list-menu--inline {
    gap: 12px;
    flex-wrap: wrap;
  }

  .app-header {
    padding-left: 14px;
    padding-right: 14px;
  }

  .logo {
    align-items: flex-start;
    justify-self: start;
  }

  .logo-main {
    font-size: 30px;
  }

  .logo-sub {
    font-size: 12px;
  }

  .region-box {
    gap: 8px;
  }

  .home-hero {
    min-height: 340px;
  }

  .hero-title {
    font-size: 34px;
  }

  .home-grid,
  .grid,
  .about-split,
  .about-split-reverse,
  .commission-stage {
    grid-template-columns: 1fr;
  }

  .about-text {
    padding: 20px 16px;
  }

  .about-play {
    width: 52px;
    height: 52px;
    font-size: 20px;
  }

  .contact-row {
    grid-template-columns: 1fr;
  }

  .commission-gallery {
    position: static;
  }

  .commission-info {
    height: auto;
    min-height: 0;
    border-left: 0;
    padding-left: 0;
  }

  .commission-scroll {
    height: auto;
    overflow: visible;
    padding-right: 0;
  }

  .commission-contact-title {
    font-size: 32px;
  }

  .toolbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .toolbar-group {
    flex-wrap: wrap;
  }

  .detail-title {
    font-size: 32px;
  }

  .detail-admin-grid {
    grid-template-columns: 1fr;
  }

  .admin-grid {
    grid-template-columns: 1fr;
  }

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

  .cart-item-image {
    width: 100%;
    height: 180px;
  }

  .cart-item-remove {
    width: 100%;
  }

  .cart-actions {
    flex-direction: column;
  }
}




/* Catalog look close to reference screenshot */
.catalog-page {
  padding-top: 34px;
  padding-bottom: 26px;
}

.catalog-page .page-title {
  display: none;
}

.catalog-page .toolbar {
  margin-bottom: 20px;
  color: #6f7278;
  font-size: 15px;
  line-height: 1.35;
}

.catalog-page .toolbar-group {
  gap: 10px;
}

.catalog-page .control-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.catalog-page .control-wrap::after {
  content: "▾";
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #83878e;
  font-size: 11px;
}

.catalog-page .control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  background: transparent;
  font-size: 15px;
  color: #6d7178;
  line-height: 1.2;
  padding: 0 16px 0 0;
  cursor: pointer;
}

.catalog-page .grid {
  gap: 26px 22px;
}

.catalog-page .card-media {
  aspect-ratio: 1 / 1;
  background: #ffffff;
  padding: 20px;
  margin-bottom: 14px;
}

.catalog-page .frame {
  border-width: 5px;
  border-color: #c79a61;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

.catalog-page .frame.square {
  width: 100%;
}

.catalog-page .frame.vertical {
  width: 74%;
}

.catalog-page .card-title {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  color: #60636a;
  text-decoration: none;
}

.catalog-page .card-size {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.2;
  color: #a5a9af;
}

.catalog-page .card-price {
  margin-top: 6px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: #4a4e55;
}

.catalog-page .card-divider {
  margin-top: 12px;
}

.catalog-page .sold-tag {
  left: 10px;
  bottom: 10px;
  font-size: 12px;
  padding: 4px 10px;
  background: #222731;
}

.catalog-page .painting-main,
.catalog-page .painting-hover {
  transition: transform 0.45s ease, opacity 0.35s ease;
}

.catalog-page .painting-main {
  opacity: 1;
}

.catalog-page .painting-hover {
  opacity: 0;
  position: absolute;
  inset: 0;
}

.catalog-page .card-media:hover .painting-main {
  opacity: 0;
  transform: scale(1.04);
}

.catalog-page .card-media:hover .painting-hover {
  opacity: 1;
  transform: scale(1.08);
}

.catalog-page .product-card-wrapper.catalog-reveal-item {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.catalog-page .product-card-wrapper.catalog-reveal-item.is-visible {
  opacity: 1;
  transform: translateX(0);
}

/* Home cards: match catalog look */
.home-latest .home-grid {
  gap: 26px 22px;
}

.home-latest .home-card-media {
  aspect-ratio: 1 / 1;
  background: #ffffff;
  padding: 26px;
  margin-bottom: 14px;
}

.home-latest .frame {
  border-width: 5px;
  border-color: #c79a61;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

.home-latest .home-card-title {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  color: #60636a;
  text-decoration: none;
}

.home-latest .home-card-size {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.2;
  color: #a5a9af;
}

.home-latest .home-card-price {
  margin-top: 6px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: #4a4e55;
}

.home-latest .home-card-price-old {
  font-size: 13px;
  color: #8f9399;
}

.home-latest .painting-main,
.home-latest .painting-hover {
  transition: transform 0.45s ease, opacity 0.35s ease;
}

.home-latest .painting-main {
  opacity: 1;
}

.home-latest .painting-hover {
  opacity: 0;
  position: absolute;
  inset: 0;
}

.home-latest .home-card-media:hover .painting-main {
  opacity: 0;
  transform: scale(1.04);
}

.home-latest .home-card-media:hover .painting-hover {
  opacity: 1;
  transform: scale(1.08);
}


