:root {
  --white: #fff;
  --black: #000;
  --soft: #ebebeb;
  --line: #d8d8d8;
  --blue: #0000ff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100%;
  color: #111;
  background: #fff;
  font-family: Avenir, "Avenir Next", Montserrat, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.45;
}
img { max-width: 100%; display: inline-block; }
a { color: inherit; }
button { font: inherit; }
.hidden { display: none !important; }
.disabled-like { opacity: .38; pointer-events: none; }

.w-container {
  width: min(1180px, calc(100vw - 32px));
  margin-left: auto;
  margin-right: auto;
}
.w-inline-block { display: inline-block; max-width: 100%; text-decoration: none; }
.w-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  text-decoration: none;
}
.w-input, .w-select, textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  color: #222;
  padding: 10px 12px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background: #ddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background: #ffdede;
}

.navbar {
  z-index: 50;
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,.04);
  position: fixed;
  inset: 0 0 auto;
}
.container {
  min-height: 88px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 20px;
}
.nav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.nav-link {
  display: inline-block;
  padding: 20px 14px;
  font-size: 13px;
  letter-spacing: .04em;
  text-decoration: none;
}
.brand {
  align-items: center;
  padding: 6px 4px;
  display: flex;
}
.brand img, .brand-copy img { width: 24px; height: 24px; object-fit: contain; }
.link-block-6 {
  display: inline-flex;
  align-items: center;
}
.nav-logo {
  justify-self: start;
}
.link-block-6 img { max-height: 54px; object-fit: contain; }
.nav-actions {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.menu-button-2 {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.hamburger { font-size: 22px; line-height: 1; }

.intro {
  min-height: 490px;
  margin-top: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.div-block-193 { text-align: center; padding: 24px; }
.intro .heading,
.intro .heading-2 {
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}
.reveal-on-load { opacity: 0; transform: translateY(10px); transition: opacity .9s ease, transform .9s ease; }
.reveal-on-load.is-visible { opacity: 1; transform: translateY(0); }
.heading {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .55em;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.heading-2 {
  margin: 34px 0 0;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 400;
}
.heading-3-copy, .heading-5, .heading-6 {
  margin: 0 0 20px;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}
.heading-3-copy { font-size: clamp(28px, 3vw, 36px); }
.heading-5 { font-size: 28px; }
.heading-6 { font-size: 30px; }
.heading-1 { margin: 0 0 10px; font-family: Montserrat, sans-serif; font-size: 18px; font-weight: 500; }
.heading-4 {
  margin: 18px 0 0;
  text-align: center;
  font-size: 22px;
  font-weight: 300;
}
.heading-80 {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  margin: 0;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  text-shadow: 0 2px 16px rgba(0,0,0,.35);
}

.section, .section-copy {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 32px;
  display: flex;
  justify-content: center;
}
.padded-top { padding-top: 126px; }
.div-block-13 {
  width: min(1180px, calc(100vw - 32px));
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}
.div-block-14 {
  background: var(--soft);
  display: flex;
  justify-content: center;
}
.section-2 {
  width: min(1200px, calc(100vw - 32px));
  padding: 48px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.div-block-2 { max-width: 780px; text-align: center; }
.div-block-3 { display: flex; justify-content: center; margin-bottom: 10px; }
.image-5 { border-radius: 10px; max-width: min(420px, 90vw); }
.text-block-2 {
  color: #111;
  text-align: center;
  margin-top: 24px;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 300;
  line-height: 1.45;
}
.small-copy { font-size: 18px; }
.section-3 { padding: 92px 16px; display: flex; flex-direction: column; align-items: center; }
.div-block-4 { margin-bottom: 40px; }
.div-block-5 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 28px 24px;
  width: min(1000px, 100%);
}
.div-block-6 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
}
.image-2 { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.text-block-3 {
  max-width: 220px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .03em;
}
.div-block-194 {
  margin-top: 4px;
  padding: 5px 10px;
  border: 1px solid #000;
  font-size: 11px;
  letter-spacing: .18em;
}
.awardwinner, .awardwinner-copy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(0,0,0,.84);
  color: #fff;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.awardwinner {
  position: absolute;
  left: 12px;
  bottom: 12px;
}

.posts-section, .scrolling-collection-wrap { width: 100%; }
.feat-post-collection {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  width: 100%;
}
.post-item {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border-radius: 18px;
  background: #f4f4f4;
}
.post-image {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  transition: transform .4s ease;
}
.post-item:hover .post-image { transform: scale(1.03); }

.paintingblock-copy {
  width: min(320px, 100%);
  color: #000;
  text-decoration: none;
}
.paintingdesc { text-decoration: none; }
.div-block-196 {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: #f4f4f4;
}
.image-39 {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.contact {
  background: var(--soft);
  display: flex;
  justify-content: center;
  padding: 92px 16px;
}
.aboutblock { width: min(650px, 100%); text-align: center; }
.text-block-4 { margin-bottom: 40px; font-size: 17px; font-weight: 300; }
.div-block-7 { display: flex; justify-content: space-between; gap: 18px; }
.text-field, .textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #111;
  padding-left: 0;
  padding-right: 0;
}
.text-field.split { width: 100%; }
.textarea { min-height: 120px; }
.submit-button {
  background: transparent;
  padding: 0;
  margin-top: 14px;
  color: #111;
  font-size: 16px;
  font-weight: 300;
}

.footer {
  text-align: center;
  padding: 18px 16px 22px;
}
.link {
  text-decoration: underline;
  font-weight: 300;
}
.div-block-199 {
  margin-top: 14px;
  display: flex;
  justify-content: center;
  gap: 14px;
}
.progressbar {
  z-index: 999;
  width: 0;
  height: 4px;
  position: fixed;
  inset: 0 0 auto;
  background: var(--blue);
}

.newsletter-f4 {
  width: min(760px, calc(100vw - 32px));
  margin: 32px auto 0;
  text-align: center;
  padding: 22px 18px;
  border-top: 1px solid var(--line);
}
.newsletter-title-f4 { margin-bottom: 18px; font-size: 18px; }
.form-5 { display: flex; gap: 12px; align-items: center; justify-content: center; flex-wrap: wrap; }
.text-field-3 {
  min-width: 260px;
  border: 1px solid var(--line);
  border-radius: 10px;
}
.submit-button-4 {
  background: #111;
  color: #fff;
  border-radius: 10px;
  padding: 10px 16px;
}
.submit-button-4.yes { background: #2d7f3d; }

.product-page {
  width: 100%;
  min-height: 85vh;
  margin-top: 88px;
  padding: 40px 16px 80px;
  display: flex;
  justify-content: center;
}
.product-shell {
  width: min(980px, 100%);
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.product-media { width: 100%; display: flex; flex-direction: column; gap: 14px; align-items: center; }
.product-main {
  width: 100%;
  max-width: 820px;
  overflow: hidden;
  border-radius: 10px;
  background: #f5f5f5;
}
.product-main img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  display: block;
  background: #fff;
  transition: opacity .22s ease, transform .22s ease;
}
.product-main img.swap-out { opacity: .45; transform: scale(.985); }
.product-thumbs {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.thumb-button {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.image-4 {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 8px;
}
.image-4.clicked { border-color: #111; }
.product-meta { text-align: center; max-width: 720px; }
.product-title { margin: 0 0 14px; font-size: clamp(28px, 3vw, 40px); font-weight: 400; }
.product-helpers {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.product-pill {
  padding: 8px 12px;
  border-radius: 999px;
  background: #f2f2f2;
  font-size: 13px;
}

.section-18 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.div-block-184 {
  width: min(420px, 100%);
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 10px 40px rgba(0,0,0,.05);
}
.form { display: flex; flex-direction: column; gap: 14px; }
.main-form {
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  height: 48px;
  padding-right: 56px;
}
.passwordcontainer { position: relative; }
.pass-toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: #666;
  cursor: pointer;
}
.orangebutton {
  min-height: 46px;
  border-radius: 12px;
  background: #111;
  color: #fff;
}

.div-block-183 {
  position: sticky;
  top: 0;
  z-index: 60;
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 14px 16px;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(0,0,0,.06);
  backdrop-filter: blur(12px);
}
.duplicatebutton {
  min-width: 160px;
  padding: 12px 16px;
  border-radius: 10px;
  background: #111;
  color: #fff;
}
.manager-top-pad { padding: 24px 16px 40px; }
.section-17 {
  display: flex;
  justify-content: center;
}
.tablewrapper {
  width: min(1180px, 100%);
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 24px;
}
.description {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
}
.button-6-copy, .button-5 {
  background: #111;
  color: #fff;
  border-radius: 10px;
  padding: 10px 14px;
}
.table {
  border: 1px solid #ececec;
  border-radius: 18px;
  overflow: hidden;
}
.rowtitlewrapper, .rowwrapper {
  display: grid;
  grid-template-columns: 100px 1.5fr 1fr 1fr 1fr 100px 100px;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
}
.rowtitlewrapper {
  background: #fafafa;
  border-bottom: 1px solid #ececec;
}
.rowwrapper + .rowwrapper { border-top: 1px solid #f0f0f0; }
.rowheading { margin: 0; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.rowtextfield, .rowtextfield-2 { margin: 0; font-weight: 400; }
.toggle-wrapper {
  width: 74px;
  padding: 4px;
  border-radius: 999px;
  border: 0;
  background: #ebebeb;
  cursor: pointer;
}
.toggle-wrapper.on { background: rgba(0,0,255,.14); }
.toggle-button {
  width: 100%;
  padding: 8px 10px;
  border-radius: 999px;
  background: #fff;
  transition: transform .2s ease;
}
.toggle-button.on { transform: translateX(8px); }
.text-block-66 { font-size: 12px; font-weight: 600; }

.section-4 {
  min-height: calc(100vh - 70px);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 26px 16px 60px;
}
.editor-shell {
  width: min(1100px, 100%);
  border: 1px solid #ececec;
  border-radius: 18px;
  padding: 22px;
}
.div-block-8-copy {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 28px;
  align-items: start;
}
.div-block-10-copy, .div-block-9-copy { display: flex; flex-direction: column; gap: 12px; }
.editor-preview { min-height: 420px; display: flex; align-items: center; justify-content: center; }
.thumbnails-copy { display: flex; gap: 12px; flex-wrap: wrap; }
.slot-upload { width: 132px; display: flex; flex-direction: column; gap: 8px; }
.slot-upload-preview { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 8px; background: #f5f5f5; }
.addname, .addprice, .addsku, .adddesc, .addsize, .addproductinfo {
  border: 2px solid var(--blue);
  border-radius: 12px;
}
.addname { min-height: 48px; font-size: 22px; font-weight: 600; }
.div-block-182, .div-block-181 { display: flex; gap: 12px; }
.addsku, .addprice, .addsize { min-height: 42px; }
.addproductinfo { min-height: 140px; }
.submit-button-2 {
  min-height: 46px;
  border-radius: 12px;
  background: #111;
  color: #fff;
  margin-top: 10px;
}
.w-checkbox { display: flex; align-items: center; gap: 8px; margin: 0; }
.w-checkbox-input { margin: 0; }

.general-info-shell { min-height: 60vh; display: flex; justify-content: center; align-items: center; }
.general-card {
  width: min(760px, 100%);
  border: 1px solid #ececec;
  border-radius: 18px;
  padding: 28px;
}
.narrow-collection { width: min(1180px, calc(100vw - 32px)); }

@media (max-width: 991px) {
  .menu-button-2 { display: inline-flex; }
  .nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 18px 30px rgba(0,0,0,.08);
  }
  .nav-menu[data-nav-menu-open] { display: block; }
  .nav-link { display: block; padding: 16px; }
  .container {
    min-height: 76px;
    grid-template-columns: auto auto;
    column-gap: 12px;
  }
  .nav-actions > .brand { display: none; }
  .nav-actions {
    gap: 0;
  }
  .intro, .product-page { margin-top: 76px; }
  .tablewrapper, .div-block-8-copy { grid-template-columns: 1fr; }
  .rowtitlewrapper, .rowwrapper {
    grid-template-columns: 90px 1fr 1fr 1fr;
  }
  .rowtitlewrapper .rowtitle:nth-child(n+5), .rowwrapper .rowtitle:nth-child(n+5) {
    display: none;
  }
}

@media (max-width: 767px) {
  .div-block-7, .div-block-181, .div-block-182, .form-5 { flex-direction: column; }
  .text-field.split, .slot-upload, .text-field-3 { width: 100%; min-width: 0; }
  .heading { letter-spacing: .34em; font-size: 12px; }
  .duplicatebutton { min-width: 0; flex: 1; }
  .div-block-183 { flex-wrap: wrap; }
}
