﻿:root {
  --ink: #151515;
  --muted: #62615e;
  --line: #e8e4dc;
  --paper: #fbfaf7;
  --surface: #ffffff;
  --red: #f04a24;
  --yellow: #f7be21;
  --green: #087c63;
  --blue: #1b63ad;
  --silver: #bfc4c7;
  --shadow: 0 18px 50px rgba(28, 24, 19, 0.1);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  letter-spacing: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

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

button,
input,
select {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.announcement {
  display: block;
  min-height: 28px;
  padding: 5px 16px;
  background: #151515;
  color: #fff;
  font-size: 12px;
  line-height: 1.35;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
}

.nav {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  width: min(1440px, 100%);
  min-height: 68px;
  margin: 0 auto;
  padding: 0 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
}

.brand-logo {
  width: 180px;
  height: auto;
  max-height: 46px;
  object-fit: contain;
}

.footer-logo {
  width: 230px;
  max-height: 66px;
}

.brand strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  line-height: 1;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.brand-mark {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 9px);
  gap: 0;
  width: 42px;
  height: 36px;
  transform: skew(-11deg);
}

.brand-mark span {
  width: 11px;
  border-radius: 8px;
  transform: rotate(24deg);
}

.brand-mark span:nth-child(1) { background: var(--red); height: 34px; align-self: start; }
.brand-mark span:nth-child(2) { background: var(--yellow); height: 29px; align-self: end; }
.brand-mark span:nth-child(3) { background: var(--green); height: 35px; align-self: start; }
.brand-mark span:nth-child(4) { background: #7c5cff; height: 26px; align-self: end; }

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  font-size: 14px;
  font-weight: 700;
}

.nav-links a {
  padding: 24px 0;
}

.mobile-search-link {
  display: none;
}

.nav-links a:hover {
  color: var(--red);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-search {
  display: flex;
  align-items: center;
}

.nav-search input {
  width: clamp(180px, 16vw, 260px);
  height: 38px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  outline: none;
}

.nav-search input:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(240, 74, 36, 0.12);
}

.nav-search input::placeholder {
  color: #8a8780;
  font-weight: 600;
}

.icon-button {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

.icon-button:hover {
  background: #f1eee8;
}

.icon-button svg {
  width: 20px;
  height: 20px;
  stroke-width: 2.2;
}

.cart-button {
  position: relative;
}

.cart-button span {
  position: absolute;
  top: 4px;
  right: 2px;
  display: grid;
  place-items: center;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: clamp(620px, 82vh, 820px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #080807;
}

.hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.56) 42%, rgba(0, 0, 0, 0.1) 80%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1440px, 100%);
  min-width: 0;
  margin: 0 auto;
  padding: 72px 32px 90px;
  color: #fff;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--yellow);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 0.98;
}

h1 {
  max-width: 820px;
  font-size: clamp(46px, 7vw, 92px);
}

h2 {
  font-size: clamp(31px, 4vw, 56px);
}

h3 {
  margin: 0;
  line-height: 1.08;
}

.hero-copy {
  max-width: 610px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.55;
}

.hero-cta,
.button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.button svg {
  width: 18px;
  height: 18px;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  background: var(--red);
  color: #fff;
}

.button.secondary {
  border-color: var(--line);
  background: #fff;
  color: var(--ink);
}

.button.dark {
  background: var(--ink);
  color: #fff;
}

.button.ghost {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.button.small {
  min-height: 36px;
  padding: 0 14px;
  font-size: 13px;
}

.play-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.play-pill svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 36px;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.hero-proof svg {
  width: 18px;
  height: 18px;
  color: var(--yellow);
}

.cert-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(1440px, calc(100% - 48px));
  margin: -34px auto 0;
  position: relative;
  z-index: 3;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.cert-strip article {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 86px;
  padding: 18px 24px;
  border-right: 1px solid var(--line);
}

.cert-strip article:last-child {
  border-right: 0;
}

.cert-strip strong {
  font-size: 30px;
}

.cert-strip span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.section {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: 78px 32px 0;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 26px;
}

.section-heading.compact {
  display: block;
  max-width: 790px;
}

.section-heading p,
.coverage-section p {
  max-width: 660px;
  color: var(--muted);
  line-height: 1.65;
}

.coverage-card {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.coverage-label {
  position: relative;
  z-index: 3;
  display: grid;
  align-content: start;
  padding: 34px 28px;
  background: #fff;
}

.coverage-label.left {
  grid-row: 1;
}

.coverage-label strong {
  display: block;
  font-size: 20px;
}

.coverage-label span {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.5;
}

.paint-surface {
  position: relative;
  min-height: 270px;
  grid-column: 2;
  grid-row: 1;
  overflow: hidden;
  background: #f5f2eb;
}

.under-paint,
.over-paint {
  position: absolute;
  inset: 0;
}

.under-paint {
  background: url("images/coverage-one-coat.png") center / 100% 100% no-repeat;
}

.over-paint {
  width: 100%;
  background: url("images/coverage-ordinary.png") center / 100% 100% no-repeat;
  border-right: 2px solid rgba(21, 21, 21, 0.16);
  clip-path: inset(0 48% 0 0);
}

.coverage-image-label {
  position: absolute;
  z-index: 4;
  top: 22px;
  width: min(42%, 330px);
  color: #2a2824;
  pointer-events: none;
}

.coverage-image-label strong,
.coverage-image-label span {
  display: block;
}

.coverage-image-label strong {
  font-size: 15px;
  line-height: 1.12;
}

.coverage-image-label span {
  margin-top: 2px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.coverage-image-label.ordinary {
  left: 30px;
}

.coverage-image-label.montelise {
  right: 30px;
}

.coverage-card input[type="range"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
}

.divider {
  position: absolute;
  left: 52%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.project-carousel {
  position: relative;
  padding: 0 48px;
}

.project-grid {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 4px 2px 14px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.project-grid::-webkit-scrollbar {
  display: none;
}

.project-card {
  display: grid;
  gap: 12px;
  flex: 0 0 clamp(190px, 20vw, 250px);
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  text-align: left;
  transition: border-color 160ms ease, transform 160ms ease;
  scroll-snap-align: start;
}

.project-card:hover,
.project-card.active {
  border-color: var(--green);
  transform: translateY(-2px);
}

.image-window,
.cat-image,
.article-image,
.video-thumb {
  display: block;
  border-radius: 6px;
  background-size: cover;
  background-position: center;
}

.image-window {
  aspect-ratio: 4 / 3;
  background-image: url("images/project-stories.png");
}

.project-art {
  background-image: url("images/project-canvas-art.jpg?v=20260528-user-projects");
  background-position: center;
}

.project-craft {
  background-image: url("images/project-diy-crafts.jpg?v=20260528-user-projects");
  background-position: center;
}

.project-canvas {
  background-image: url("images/project-furniture-makeover.jpg?v=20260528-user-projects");
  background-position: center;
}

.project-classroom {
  background-image: url("images/project-classroom-user.jpg?v=20260528-user-projects");
  background-position: center;
}

.project-mural {
  background-image: url("images/project-wall-mural-user.jpg?v=20260528-user-projects");
  background-position: center;
}
.project-glow { background-image: url("images/project-glow-dark.png"); }
.project-face {
  background-image: url("images/project-face-body-art.jpg?v=20260528-user-projects");
  background-position: center;
}
.project-fabric { background-image: url("images/project-fabric-paint.png"); }

.project-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 12px 28px rgba(30, 26, 22, 0.14);
  cursor: pointer;
  transform: translateY(-50%);
}

.project-arrow:hover {
  border-color: var(--green);
  color: var(--green);
}

.project-arrow[disabled] {
  opacity: 0.35;
  cursor: default;
}

.project-arrow.prev {
  left: 0;
}

.project-arrow.next {
  right: 0;
}

.project-arrow svg {
  width: 20px;
  height: 20px;
  stroke-width: 2.6;
}

.recommendation-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 14px;
  padding: 12px;
  border-radius: 8px;
  background: #f3f0e8;
}

.category-carousel {
  position: relative;
  padding: 0 48px;
}

.category-grid {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 4px 2px 18px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.category-grid::-webkit-scrollbar,
.secondary-products::-webkit-scrollbar {
  display: none;
}

.category-card,
.article-grid article,
.video-card,
.detail-panel,
.route-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(30, 26, 22, 0.06);
}

.category-card {
  display: flex;
  flex-direction: column;
  flex: 0 0 clamp(210px, 18.4vw, 270px);
  min-height: 340px;
  padding: 12px;
  scroll-snap-align: start;
}

.category-card:hover {
  border-color: var(--red);
  transform: translateY(-2px);
}

.cat-image {
  aspect-ratio: 1 / 0.84;
  margin-bottom: 14px;
  background-image: url("https://monteliseart.com/wp-content/uploads/2026/06/E6A1B6E8A385E4B899E783AFE4B8BBE59BBE.png");
  background-size: cover;
  background-position: center;
}

.cat-1 { background-image: url("https://monteliseart.com/wp-content/uploads/2026/06/E6A1B6E8A385E4B899E783AFE4B8BBE59BBE.png"); }
.cat-2 { background-image: url("https://monteliseart.com/wp-content/uploads/2026/06/E98791E5B19EE78FA0E58589E4B8BBE59BBE.png"); }
.cat-3 { background-image: url("https://monteliseart.com/wp-content/uploads/2026/06/E6A1B6E8A385E4B899E783AFE4B8BBE59BBE-2.png"); }
.cat-4 { background-image: url("https://monteliseart.com/wp-content/uploads/2026/06/E5AEB6E585B7E6BC86E4B8BBE59BBE.png"); }
.cat-5 { background-image: url("https://monteliseart.com/wp-content/uploads/2026/06/E8BDAFE7AEA1E4B8BBE59BBE-4.png"); }
.cat-6 { background-image: url("https://monteliseart.com/wp-content/uploads/2026/06/E584BFE7ABA5E6898BE68C87E794BB.png"); }
.cat-7 { background-image: url("https://monteliseart.com/wp-content/uploads/2026/06/E5A49CE58589E9A29CE69699E4B8BBE59BBE1.png"); }
.cat-8 { background-image: url("https://monteliseart.com/wp-content/uploads/2026/06/fabric-dye-paint-main.png"); }

.category-card h3 {
  font-size: 19px;
}

.category-card p {
  flex: 1;
  margin: 9px 0 16px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.category-card span:last-child,
.article-grid a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 900;
}

.secondary-products {
  display: flex;
  gap: 10px;
  margin-top: 18px;
  align-items: stretch;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.secondary-products > span,
.secondary-products a {
  display: flex;
  align-items: center;
  min-height: 58px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
  scroll-snap-align: start;
}

.secondary-products > span {
  flex: 0 0 170px;
  justify-content: center;
  padding: 13px 16px;
  background: var(--ink);
  color: #fff;
}

.secondary-products a {
  flex: 0 0 clamp(190px, 16vw, 250px);
  justify-content: space-between;
  gap: 12px;
  padding: 13px 14px;
  border: 1px solid var(--line);
  background: #fff;
  color: #34312c;
  box-shadow: 0 8px 22px rgba(30, 26, 22, 0.05);
  transition: border-color 160ms ease, transform 160ms ease;
}

.secondary-products a:hover {
  border-color: var(--green);
  transform: translateY(-1px);
}

.secondary-products svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
}

.category-arrow {
  position: absolute;
  top: 45%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 12px 28px rgba(30, 26, 22, 0.14);
  cursor: pointer;
  transform: translateY(-50%);
}

.category-arrow:hover {
  border-color: var(--green);
  color: var(--green);
}

.category-arrow[disabled] {
  opacity: 0.32;
  cursor: default;
}

.category-arrow.prev {
  left: 0;
}

.category-arrow.next {
  right: 0;
}

.category-arrow svg {
  width: 20px;
  height: 20px;
  stroke-width: 2.6;
}

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

.video-card {
  padding: 12px;
  text-align: left;
  cursor: pointer;
}

.video-card strong,
.video-card small {
  display: block;
  margin-top: 10px;
}

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

.video-thumb {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.video-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.42));
}

.video-thumb svg {
  position: relative;
  width: 52px;
  height: 52px;
  padding: 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  color: var(--red);
  fill: currentColor;
}

.coverage-thumb { background-image: url("images/hero-one-coat-user.jpg?v=20260528-user-hero"); background-position: center; }
.finish-thumb { background-image: url("https://monteliseart.com/wp-content/uploads/2026/06/E98791E5B19EE78FA0E58589E4B8BBE59BBE.png"); background-position: center; }
.factory-thumb { background-image: url("images/factory-oem.png"); background-position: center; }

.color-commerce {
  padding-top: 80px;
}

.color-wall {
  display: grid;
  grid-template-columns: 1fr 360px 370px;
  gap: 28px;
  align-items: center;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.swatch-family-list {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}

.swatch-family {
  display: grid;
  gap: 10px;
}

.swatch-family-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.swatch-family-head strong {
  color: var(--ink);
  font-size: 14px;
}

.swatch-family-grid,
.swatch-grid {
  display: grid;
  grid-template-columns: repeat(9, minmax(24px, 1fr));
  gap: 10px;
}

.swatch-family.metallic .swatch-family-grid {
  grid-template-columns: repeat(8, minmax(24px, 1fr));
}

.swatch-family-grid button.textured,
.mini-swatches button.textured {
  background-image:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 45%, rgba(0, 0, 0, 0.08));
  background-blend-mode: normal;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.36),
    inset 0 -8px 14px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(30, 26, 22, 0.14);
}

.swatch-family.metallic button.textured,
.mini-swatches.metallic button.textured {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    inset 0 -10px 18px rgba(0, 0, 0, 0.13),
    0 0 0 1px rgba(30, 26, 22, 0.18);
}

.swatch-family-grid button,
.swatch-grid button,
.mini-swatches button {
  display: block;
  aspect-ratio: 1;
  min-width: 0;
  border: 2px solid transparent;
  border-radius: 6px;
  cursor: pointer;
}

.swatch-family-grid button.active,
.swatch-grid button.active,
.mini-swatches button.active {
  border-color: var(--ink);
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px var(--ink);
}

.selected-swatch {
  position: relative;
  min-height: 300px;
  display: grid;
  place-items: center;
  border: 1px solid #e5ded2;
  border-radius: 8px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 52%, rgba(80, 72, 62, 0.2), rgba(255, 255, 255, 0) 48%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0) 40%),
    url("images/color-preview-surface.png") center / cover no-repeat;
  box-shadow: inset 0 0 52px rgba(56, 48, 39, 0.12);
}

.paint-swipe {
  display: block;
  position: relative;
  width: min(370px, 94%);
  aspect-ratio: 1.76 / 1;
  background-color: transparent;
  background-image: var(--stroke-image, none);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: drop-shadow(0 18px 24px rgba(30, 26, 22, 0.18));
  isolation: isolate;
}

.paint-swipe::after {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-mask: var(--stroke-image, none) center / contain no-repeat;
  mask: var(--stroke-image, none) center / contain no-repeat;
  pointer-events: none;
}

.paint-swipe::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0) 42%, rgba(0, 0, 0, 0.08) 100%);
  opacity: 0.22;
  mix-blend-mode: screen;
}

.paint-swipe.metallic {
}

.paint-swipe.metallic::after {
  background:
    radial-gradient(circle at 16% 24%, rgba(255, 255, 255, 0.9) 0 2px, transparent 3px),
    radial-gradient(circle at 28% 64%, rgba(255, 251, 213, 0.76) 0 1.5px, transparent 3px),
    radial-gradient(circle at 54% 34%, rgba(255, 255, 255, 0.86) 0 2px, transparent 3.5px),
    radial-gradient(circle at 76% 58%, rgba(255, 244, 178, 0.65) 0 1.5px, transparent 3px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0) 42%, rgba(0, 0, 0, 0.2));
  opacity: 0.58;
  mix-blend-mode: screen;
}

.quick-buy {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf7;
}

.product-tag {
  display: inline-flex;
  padding: 5px 8px;
  border-radius: 4px;
  background: #ebe6db;
  font-size: 12px;
  font-weight: 900;
}

.quick-buy h3 {
  margin-top: 14px;
  font-size: 30px;
}

.quick-buy p {
  margin: 5px 0 18px;
  color: var(--muted);
}

.chip-row,
.size-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0;
}

.chip-row span,
.size-row button {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: #fff;
  font-size: 13px;
  font-weight: 800;
}

.size-row button {
  cursor: pointer;
}

.size-row button.active {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

.sku-option-preview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 42%);
  align-items: stretch;
  gap: 18px;
  min-height: 250px;
  margin-top: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8f5ee;
}

.sku-option-preview[hidden] {
  display: none;
}

.sku-option-preview > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

.sku-option-preview strong,
.sku-option-preview span {
  display: block;
}

.sku-option-preview strong {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sku-option-preview figure {
  display: grid;
  place-items: center;
  min-height: 212px;
  margin: 0;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.58);
}

.sku-option-preview img {
  width: 100%;
  height: 210px;
  object-fit: contain;
}

.sku-option-preview span {
  color: #34312c;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
}

.calculator {
  display: grid;
  grid-template-columns: 1fr 320px 380px;
  gap: 24px;
  align-items: stretch;
}

.calculator > div,
.calculator img,
.calc-result {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.calculator > div:first-child {
  padding: 26px;
}

.calculator label {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.calculator input,
.calculator select,
.newsletter input {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  padding: 0 12px;
}

.calc-result {
  display: grid;
  place-items: center;
  align-content: center;
  padding: 28px;
  text-align: center;
}

.calc-result span {
  color: var(--muted);
  font-weight: 900;
}

.calc-result strong {
  margin-top: 8px;
  font-size: 54px;
  line-height: 1;
}

.calc-result p {
  color: var(--muted);
  line-height: 1.5;
}

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

.seo-links {
  padding-bottom: 0;
}

.surface-link-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.surface-link-grid a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  font-weight: 900;
}

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

.article-grid article {
  padding: 12px;
}

.article-image {
  aspect-ratio: 4 / 3;
  margin-bottom: 14px;
  background-image: url("images/project-stories.png");
}

.article-1 { background-position: 9% center; }
.article-2 { background-position: 45% center; }
.article-3 { background-image: url("https://monteliseart.com/wp-content/uploads/2026/06/E79FB3E88BB1E7A082E8828CE79086E8868F.png"); background-position: center; }
.article-4 { background-image: linear-gradient(135deg, #e83d26 0 14%, #f5a400 14% 28%, #f1d747 28% 42%, #079b63 42% 56%, #0e6fb6 56% 70%, #7b4dd8 70% 84%, #4d4238 84%); }

.article-grid h3 {
  font-size: 20px;
}

.article-grid p {
  color: var(--muted);
  line-height: 1.5;
}

.oem-section {
  display: grid;
  grid-template-columns: 0.9fr 1.4fr;
  gap: 24px;
  align-items: stretch;
}

.oem-copy,
.oem-section img {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.oem-copy {
  padding: 32px;
}

.oem-copy p {
  color: var(--muted);
  line-height: 1.6;
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  gap: 9px;
  align-items: start;
  color: #34312c;
  font-weight: 800;
}

.check-list svg {
  width: 18px;
  height: 18px;
  color: var(--green);
  flex: 0 0 auto;
}

.oem-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 360px;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

summary {
  min-height: 54px;
  padding: 16px 18px;
  cursor: pointer;
  font-weight: 900;
}

details p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--muted);
  line-height: 1.55;
}

.footer {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: 78px 32px 32px;
}

.newsletter {
  display: grid;
  grid-template-columns: minmax(220px, 0.75fr) minmax(300px, 560px) auto;
  gap: 24px;
  align-items: center;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.newsletter p {
  margin: 6px 0 0;
  color: var(--muted);
}

.newsletter form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.social-follow {
  display: grid;
  gap: 10px;
  justify-items: start;
}

.social-follow strong {
  font-size: 15px;
}

.social-icons {
  display: flex;
  gap: 10px;
  align-items: center;
}

.social-icons a {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  font-weight: 1000;
  box-shadow: 0 8px 18px rgba(30, 26, 22, 0.16);
}

.social-icons svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.social-icons .instagram { background: linear-gradient(135deg, #7b3ff2, #f73563 48%, #ffb22c); }
.social-icons .facebook { background: #1877f2; font-family: Georgia, serif; font-size: 24px; }
.social-icons .youtube { background: #ff0033; }
.social-icons .pinterest { background: #bd081c; font-family: Georgia, serif; font-size: 20px; }
.social-icons .tiktok { background: #111; font-size: 20px; }

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 28px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.footer-grid > div {
  display: grid;
  align-content: start;
  gap: 9px;
}

.footer-grid p,
.footer-grid a {
  color: var(--muted);
  line-height: 1.5;
}

.video-modal {
  width: min(920px, calc(100% - 32px));
  border: 0;
  border-radius: 8px;
  padding: 22px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.32);
}

.video-modal::backdrop {
  background: rgba(0, 0, 0, 0.55);
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  background: #fff;
}

.modal-video {
  display: block;
  width: 100%;
  max-height: 70vh;
  aspect-ratio: 16 / 9;
  border-radius: 6px;
  background: #000;
  object-fit: contain;
}

.modal-video[hidden],
.generated-video[hidden] {
  display: none;
}

.generated-video {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 9;
  border-radius: 6px;
  overflow: hidden;
  background: #111;
}

.generated-video span {
  position: absolute;
  height: 30%;
  width: 120%;
  border-radius: 999px;
  transform: rotate(-8deg);
  animation: paintSweep 4s ease-in-out infinite;
}

.generated-video span:nth-child(1) { background: var(--red); top: 24%; animation-delay: 0s; }
.generated-video span:nth-child(2) { background: var(--yellow); top: 42%; animation-delay: 0.35s; }
.generated-video span:nth-child(3) { background: var(--green); top: 60%; animation-delay: 0.7s; }

.generated-video svg {
  position: relative;
  z-index: 2;
  width: 74px;
  height: 74px;
  padding: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: var(--red);
  fill: currentColor;
}

@keyframes paintSweep {
  0%, 100% { transform: translateX(-8%) rotate(-8deg); opacity: 0.72; }
  50% { transform: translateX(8%) rotate(-8deg); opacity: 1; }
}

/* Product page */
.product-hero {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: 34px 32px 0;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.breadcrumbs svg {
  width: 14px;
  height: 14px;
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  gap: 28px;
  margin-top: 22px;
}

.product-gallery,
.product-summary {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.product-gallery {
  padding: 14px;
}

.product-image-frame {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 6px;
  background: #f4efe5;
}

.montelise-discount-badge {
  position: absolute;
  z-index: 5;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
  min-width: 122px;
  padding: 13px 15px 12px;
  border: 2px solid rgba(255, 255, 255, .9);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, 0) 34%),
    linear-gradient(135deg, #ff4a26 0%, #db2715 58%, #8f160d 100%);
  color: #fff;
  box-shadow:
    0 18px 34px rgba(207, 47, 25, .32),
    0 3px 0 rgba(120, 20, 12, .35);
  pointer-events: none;
  transform: rotate(-2deg);
}

.montelise-discount-badge strong {
  color: inherit;
  font-size: 24px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .18);
}

.montelise-discount-badge small {
  color: rgba(255, 255, 255, .88);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.montelise-discount-badge--pdp {
  top: 18px;
  left: 18px;
}

.montelise-discount-badge--loop {
  top: 12px;
  left: 12px;
  min-width: 90px;
  padding: 9px 11px;
  border-radius: 9px;
}

.montelise-discount-badge--loop strong {
  font-size: 16px;
}

.montelise-discount-badge--loop small {
  font-size: 9px;
}

.montelise-discount-price {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 10px;
}

.montelise-discount-price .amount,
.montelise-discount-price .woocommerce-Price-amount {
  display: inline-flex !important;
  align-items: baseline;
  white-space: nowrap;
}

.montelise-discount-price .woocommerce-Price-currencySymbol {
  display: inline !important;
  margin-right: 1px;
}

.montelise-discount-price del {
  color: #83796f;
  font-size: .72em;
  font-weight: 800;
  opacity: .78;
}

.montelise-discount-price ins {
  color: var(--ink);
  font-weight: 950;
  text-decoration: none;
}

.montelise-discount-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 12px;
  border: 1px solid rgba(240, 74, 36, .36);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 245, 239, .98), rgba(255, 225, 214, .98));
  color: #b62012;
  font-size: 13px;
  font-weight: 950;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(207, 47, 25, .12);
}

.montelise-pdp .pdp-price .montelise-discount-price {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: start;
  gap: 6px 12px;
}

.montelise-pdp .pdp-price .montelise-discount-price del {
  grid-column: 1 / -1;
  font-size: 16px;
  line-height: 1.2;
}

.montelise-pdp .pdp-price .montelise-discount-price ins {
  font-size: clamp(28px, 3.2vw, 38px);
  line-height: 1.05;
}

.montelise-pdp .pdp-price .montelise-discount-chip {
  min-height: 34px;
  padding: 7px 14px;
  border-width: 2px;
  font-size: 14px;
}

.page-id-23 .woocommerce ul.products li.product .price .montelise-discount-price,
.post-type-archive-product .woocommerce ul.products li.product .price .montelise-discount-price {
  display: grid;
  gap: 4px;
}

.page-id-23 .woocommerce ul.products li.product .price .montelise-discount-price del,
.post-type-archive-product .woocommerce ul.products li.product .price .montelise-discount-price del {
  font-size: 12px;
  line-height: 1.2;
}

.page-id-23 .woocommerce ul.products li.product .price .montelise-discount-price ins,
.post-type-archive-product .woocommerce ul.products li.product .price .montelise-discount-price ins {
  font-size: 15px;
  line-height: 1.25;
}

.page-id-23 .woocommerce ul.products li.product .price .montelise-discount-chip,
.post-type-archive-product .woocommerce ul.products li.product .price .montelise-discount-chip {
  width: fit-content;
  min-height: 20px;
  padding: 3px 7px;
  font-size: 10px;
}

.product-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 6px;
  object-fit: cover;
}

.product-image-frame > img {
  display: block;
  height: 100%;
  aspect-ratio: auto;
  border-radius: 0;
}

.product-image-frame > img.furniture-scene-preview {
  object-position: center;
  transform: none;
}

.product-gallery img.sku-preview {
  padding: 52px;
  object-fit: contain;
  background:
    radial-gradient(circle at 50% 52%, rgba(80, 72, 62, 0.2), rgba(255, 255, 255, 0) 48%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0) 40%),
    url("images/color-preview-surface.png") center / cover no-repeat;
}

.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 10px;
}

.gallery-thumbs button {
  padding: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
}

.gallery-thumbs button.active {
  border-color: var(--ink);
}

.gallery-thumbs span {
  display: block;
  aspect-ratio: 16 / 9;
  border-radius: 5px;
  background: url("https://monteliseart.com/wp-content/uploads/2026/06/E6A1B6E8A385E4B899E783AFE4B8BBE59BBE.png") center / cover;
}

.gallery-thumbs button:nth-child(2) span { background-image: url("images/project-stories.png"); }
.gallery-thumbs button:nth-child(3) span { background-image: url("images/factory-oem.png"); }
.gallery-thumbs button[data-gallery="sku"] span {
  background:
    radial-gradient(circle at 50% 52%, rgba(80, 72, 62, 0.15), rgba(255, 255, 255, 0) 48%),
    url("images/color-preview-surface.png") center / cover no-repeat;
}

.product-summary {
  padding: 30px;
}

.product-summary h1 {
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.02;
  overflow-wrap: normal;
}

.lead {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.rating-row {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
}

.rating-row > span {
  display: flex;
  color: var(--yellow);
}

.rating-row a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.rating-row svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.product-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0;
}

.product-applications-section {
  padding-top: 40px;
}

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

.application-card {
  min-height: 190px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf7;
}

.application-card svg {
  width: 24px;
  height: 24px;
  color: var(--green);
}

.application-card h3 {
  margin: 18px 0 8px;
  font-size: 20px;
  line-height: 1.15;
}

.application-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.sku-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.sku-row span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fbfaf7;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.sku-row svg {
  width: 16px;
  height: 16px;
  color: var(--green);
}

.customer-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin-top: 16px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf7;
}

.customer-strip strong,
.customer-strip small {
  display: block;
}

.customer-strip small {
  margin-top: 4px;
  color: var(--muted);
  line-height: 1.35;
}

.customer-photo-row,
.buyer-gallery {
  display: flex;
  gap: 8px;
}

.review-photo {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  border: 2px solid #fff;
  border-radius: 8px;
  background: url("images/review-gallery.png") center / 320% auto;
  box-shadow: 0 0 0 1px var(--line);
  cursor: pointer;
}

.review-1 { background-position: 0% 0%; }
.review-2 { background-position: 50% 0%; }
.review-3 { background-position: 100% 0%; }
.review-4 { background-position: 0% 100%; }
.review-5 { background-position: 50% 100%; }
.review-6 { background-position: 100% 100%; }

.proof-chip {
  display: flex;
  gap: 10px;
  align-items: start;
  min-height: 76px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf7;
}

.proof-chip svg {
  width: 20px;
  height: 20px;
  color: var(--green);
  flex: 0 0 auto;
}

.proof-chip strong,
.proof-chip span {
  display: block;
}

.proof-chip span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.option-block {
  margin-top: 20px;
}

.option-heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.option-heading-row span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.option-heading-row.size-heading {
  margin-top: 16px;
  margin-bottom: 8px;
}

.product-metallic-addon {
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.mini-swatches {
  display: grid;
  grid-template-columns: repeat(10, minmax(22px, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.mini-swatches.full {
  grid-template-columns: repeat(9, minmax(24px, 1fr));
}

.mini-swatches.full.metallic {
  grid-template-columns: repeat(8, minmax(24px, 1fr));
}

.mini-swatches.full.furniture {
  grid-template-columns: repeat(6, minmax(34px, 1fr));
}

.purchase-card {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  gap: 10px;
  align-items: center;
  margin-top: 22px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf7;
}

.purchase-card span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.purchase-card strong {
  display: block;
  font-size: 32px;
}

.fine-print {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 24px;
}

.detail-panel {
  padding: 28px;
}

.pain-grid {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.pain-item {
  display: grid;
  grid-template-columns: 1fr 1fr 0.9fr;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf7;
}

.pain-item strong {
  display: block;
  margin-bottom: 5px;
}

.pain-item span {
  color: var(--muted);
  line-height: 1.45;
}

.specs-panel dl {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
}

.specs-panel div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.specs-panel dt {
  color: var(--muted);
  font-weight: 900;
}

.specs-panel dd {
  margin: 0;
  line-height: 1.45;
}

.product-calculator {
  grid-template-columns: 1fr 320px 1fr;
}

.route-card {
  padding: 26px;
}

.route-card h3 {
  font-size: 24px;
  color: var(--green);
}

.route-card p {
  color: var(--muted);
  line-height: 1.55;
}

.reviews-layout {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 24px;
  align-items: start;
}

.review-summary,
.review-content {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(30, 26, 22, 0.06);
}

.review-summary {
  position: sticky;
  top: 128px;
  padding: 24px;
}

.review-summary > strong {
  display: block;
  font-size: 64px;
  line-height: 0.9;
}

.review-summary > span,
.review-summary p {
  color: var(--muted);
}

.rating-row.mini {
  margin: 12px 0;
}

.rating-bars {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.rating-bars div {
  display: grid;
  grid-template-columns: 48px 1fr 38px;
  gap: 10px;
  align-items: center;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.rating-bars b {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #ede8de;
}

.rating-bars i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--yellow);
}

.review-content {
  padding: 18px;
}

.buyer-gallery {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.buyer-gallery .review-photo {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}

.review-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.review-card {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf7;
}

.review-card header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.review-card strong,
.review-card span,
.review-card small {
  display: block;
}

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

.review-stars {
  display: flex;
  color: var(--yellow);
}

.review-stars svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.verified-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: max-content;
  padding: 4px 8px;
  border-radius: 999px;
  background: #e9f5ef;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
}

.verified-badge svg {
  width: 14px;
  height: 14px;
}

.review-card p {
  margin: 0;
  color: #34312c;
  line-height: 1.6;
}

.review-images {
  display: flex;
  gap: 8px;
}

.review-images .review-photo {
  width: 86px;
  height: 86px;
}

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

.compact-categories .category-card {
  min-height: 250px;
}

.compact-footer {
  padding-top: 54px;
}

.search-modal {
  width: min(720px, calc(100% - 28px));
  border: 0;
  border-radius: 8px;
  padding: 0;
  background: transparent;
  color: var(--ink);
}

.search-modal::backdrop {
  background: rgba(15, 14, 12, 0.42);
  backdrop-filter: blur(5px);
}

.search-modal .modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  background: #fff;
  box-shadow: 0 12px 28px rgba(20, 18, 15, 0.14);
}

.search-panel,
.search-page-form {
  display: grid;
  gap: 16px;
}

.search-panel {
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.search-panel label,
.search-page-form,
.search-filters label,
.creator-form label {
  display: grid;
  gap: 8px;
  color: #34312c;
  font-weight: 800;
}

.search-panel input,
.search-page-form input,
.search-filters select,
.creator-form input,
.creator-form select,
.creator-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 14px;
  background: #fff;
  color: var(--ink);
  font-weight: 700;
}

.creator-form textarea {
  min-height: 112px;
  padding-top: 12px;
  resize: vertical;
}

.quick-searches {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.quick-searches a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f8f5ee;
  color: #2f2d28;
  font-size: 13px;
  font-weight: 800;
}

.quick-searches a:hover {
  border-color: rgba(240, 74, 36, 0.4);
  color: var(--red);
}

.search-hero,
.creator-hero {
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(58px, 8vw, 96px) 0 28px;
}

.search-hero h1,
.creator-hero h1 {
  max-width: 760px;
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 7vw, 92px);
  line-height: 0.94;
  letter-spacing: 0;
}

.search-page-form {
  grid-template-columns: minmax(0, 1fr) auto;
  max-width: 820px;
  margin: 24px 0 14px;
}

.search-layout {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  align-items: start;
  gap: 26px;
}

.search-filters {
  position: sticky;
  top: 118px;
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.search-filters h2 {
  margin: 0;
  font-size: 22px;
}

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

.search-product-card {
  display: grid;
  gap: 12px;
  min-height: 100%;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.search-product-image {
  aspect-ratio: 4 / 3;
  border-radius: 6px;
  background-color: #f2eee6;
  background-position: center;
  background-size: cover;
}

.search-product-card h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.15;
}

.search-product-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.search-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #34312c;
  font-size: 13px;
  font-weight: 800;
}

.search-product-meta span {
  padding: 6px 8px;
  border-radius: 999px;
  background: #f5f1e9;
}

.search-product-actions {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  margin-top: auto;
}

.search-product-actions strong {
  font-size: 26px;
}

.empty-search {
  margin-top: 20px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.creator-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.65fr);
  gap: 44px;
  align-items: center;
}

.creator-copy p:not(.eyebrow) {
  max-width: 720px;
  color: #4c4943;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.5;
}

.creator-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.creator-media .review-photo {
  width: 100%;
  height: auto;
  min-height: 170px;
  border-radius: 8px;
}

.oem-hero-image {
  width: 100%;
  min-height: 360px;
  max-height: 560px;
  border: 1px solid var(--line);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.creator-card-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.creator-card-grid article {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.creator-card-grid svg {
  width: 24px;
  height: 24px;
  color: var(--green);
}

.creator-card-grid h3,
.creator-card-grid p {
  margin: 0;
}

.creator-card-grid p {
  color: var(--muted);
  line-height: 1.5;
}

.oem-card-grid article {
  min-height: 178px;
}

.creator-apply {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.creator-apply h2 {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 0.98;
}

.creator-apply p {
  color: var(--muted);
  line-height: 1.6;
}

.creator-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.creator-form .wide,
.creator-form button {
  grid-column: 1 / -1;
}

.oem-quick-form {
  max-width: 760px;
}

.oem-quick-form textarea {
  min-height: 96px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1120px) {
  .nav {
    grid-template-columns: auto auto auto;
  }

  .menu-toggle {
    display: inline-grid;
    justify-self: end;
  }

  .nav-links {
    position: fixed;
    left: 16px;
    right: 16px;
    top: 104px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .menu-open .nav-links {
    display: flex;
  }

  .nav-links a {
    padding: 14px 10px;
  }

  .mobile-search-link {
    display: block;
  }

  .nav-actions {
    justify-self: end;
  }

  .nav-search {
    display: none;
  }

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

  .category-carousel,
  .project-carousel {
    padding: 0 42px;
  }

  .category-card {
    flex-basis: clamp(210px, 32vw, 250px);
  }

  .project-card {
    flex-basis: clamp(190px, 32vw, 240px);
  }

  .color-wall,
  .calculator,
  .product-calculator,
  .product-layout,
  .product-detail-grid,
  .reviews-layout,
  .oem-section,
  .search-layout,
  .creator-hero,
  .creator-apply {
    grid-template-columns: 1fr;
  }

  .search-filters {
    position: static;
  }

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

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

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

  .calculator img {
    max-height: 320px;
  }

  .purchase-card {
    grid-template-columns: 1fr;
  }

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

  .customer-photo-row {
    overflow-x: auto;
    padding: 4px;
  }

  .review-summary {
    position: static;
  }
}

@media (max-width: 760px) {
  .announcement {
    min-height: 36px;
    padding: 6px 14px;
    font-size: 11px;
    text-align: center;
  }

  .nav {
    min-height: 64px;
    padding: 0 14px;
    gap: 10px;
  }

  .brand strong {
    font-size: 18px;
  }

  .brand small {
    display: none;
  }

  .brand-logo {
    width: 132px;
    max-height: 36px;
  }

  .footer-logo {
    width: 190px;
    max-height: 58px;
  }

  .nav-actions .icon-button:not(.cart-button) {
    display: none;
  }

  .search-hero,
  .creator-hero {
    width: min(100% - 28px, 1440px);
    padding-top: 42px;
  }

  .search-page-form,
  .search-results-grid,
  .application-grid,
  .creator-card-grid,
  .creator-form {
    grid-template-columns: 1fr;
  }

  .creator-media .review-photo {
    min-height: 128px;
  }

  .search-product-actions {
    grid-template-columns: 1fr;
  }

  .category-carousel,
  .project-carousel {
    padding: 0 30px;
  }

  .category-arrow,
  .project-arrow {
    width: 34px;
    height: 34px;
  }

  .category-arrow.prev,
  .project-arrow.prev {
    left: -2px;
  }

  .category-arrow.next,
  .project-arrow.next {
    right: -2px;
  }

  .category-card {
    flex-basis: min(74vw, 250px);
  }

  .secondary-products a {
    flex-basis: min(70vw, 230px);
  }

  .sku-option-preview {
    grid-template-columns: 1fr;
    text-align: center;
    min-height: 0;
  }

  .sku-option-preview img {
    height: 180px;
  }

  .hero {
    min-height: 700px;
  }

  .hero h1 {
    max-width: 340px;
    font-size: 33px;
    line-height: 1.05;
  }

  .product-summary h1 {
    font-size: 34px;
    line-height: 1.06;
  }

  .hero-copy,
  .lead {
    max-width: 340px;
    font-size: 16px;
  }

  .hero-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.5) 58%, rgba(0, 0, 0, 0.8));
  }

  .hero-media {
    object-position: 58% center;
  }

  .hero-content,
  .section,
  .product-hero,
  .footer {
    width: 100%;
    max-width: 100vw;
    padding-left: 18px;
    padding-right: 18px;
  }

  .section-heading p,
  .coverage-section p {
    width: min(320px, calc(100vw - 36px));
    max-width: min(320px, calc(100vw - 36px));
  }

  .section-heading.compact {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
  }

  .cert-strip {
    grid-template-columns: 1fr;
    width: calc(100% - 24px);
    margin-top: -24px;
  }

  .cert-strip article {
    min-height: 72px;
    padding: 14px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .cert-strip article:last-child {
    border-bottom: 0;
  }

  .cert-strip strong {
    font-size: 22px;
  }

  .coverage-card,
  .category-grid,
  .video-grid,
  .article-grid,
  .faq-grid,
  .footer-grid,
  .newsletter,
  .newsletter form,
  .surface-link-grid,
  .secondary-products,
  .compact-categories {
    grid-template-columns: 1fr;
  }

  .project-carousel {
    padding: 0 36px;
  }

  .project-card {
    flex-basis: min(72vw, 260px);
  }

  .project-arrow {
    width: 34px;
    height: 34px;
  }

  .social-follow {
    justify-items: center;
    text-align: center;
  }

  .coverage-label.left,
  .paint-surface {
    grid-column: 1;
    grid-row: auto;
  }

  .paint-surface {
    min-height: 210px;
  }

  .coverage-image-label {
    top: 14px;
    width: 42%;
  }

  .coverage-image-label.ordinary {
    left: 16px;
  }

  .coverage-image-label.montelise {
    right: 16px;
  }

  .coverage-image-label strong {
    font-size: 13px;
  }

  .coverage-image-label span {
    font-size: 11px;
  }

  .project-grid {
    display: flex;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
  }

  .project-card {
    min-width: 220px;
    scroll-snap-align: start;
  }

  .recommendation-bar {
    flex-direction: column;
    text-align: center;
  }

  .color-wall {
    padding: 16px;
  }

  .swatch-family-grid,
  .swatch-grid {
    grid-template-columns: repeat(6, minmax(28px, 1fr));
  }

  .swatch-family.metallic .swatch-family-grid {
    grid-template-columns: repeat(5, minmax(28px, 1fr));
  }

  .selected-swatch {
    min-height: 210px;
  }

  .product-proof-grid,
  .pain-item,
  .specs-panel div {
    grid-template-columns: 1fr;
  }

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

  .review-images .review-photo {
    width: 72px;
    height: 72px;
  }

  .hero-cta .button,
  .hero-cta .play-pill,
  .button-row .button {
    width: 100%;
  }

  .mini-swatches {
    grid-template-columns: repeat(6, minmax(22px, 1fr));
    padding: 5px;
  }

  .swatch-family-list,
  .swatch-grid {
    padding: 5px;
  }
}


/* Montelise cart refinement */
.woocommerce-cart .page-content {
  width: min(1440px, 100%);
  padding: 70px 28px 92px;
}

.woocommerce-cart .section-heading.compact {
  width: min(1180px, 100%);
  margin: 0 auto 28px;
  padding: 0;
}

.woocommerce-cart .section-heading.compact h1 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 0.98;
  letter-spacing: 0;
}

.woocommerce-cart .section-heading.compact h1::after {
  content: "Review your paint order";
  display: block;
  max-width: 560px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
}

.woocommerce-cart .wp-content {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.woocommerce-cart .wp-block-woocommerce-cart.alignwide {
  max-width: none;
  margin: 0;
}

.woocommerce-cart .wc-block-components-sidebar-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
  gap: 34px;
  align-items: start;
}

.woocommerce-cart .wc-block-components-main,
.woocommerce-cart .wc-block-components-sidebar {
  width: auto !important;
  padding: 0 !important;
}

.woocommerce-cart .wc-block-cart__main,
.woocommerce-cart .wc-block-cart__sidebar {
  border-radius: 8px;
}

.woocommerce-cart .wc-block-cart__main {
  padding: 22px 26px !important;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 18px 44px rgba(28, 24, 19, 0.06);
}

.woocommerce-cart .wc-block-cart__sidebar {
  position: sticky;
  top: 116px;
  padding: 24px !important;
  border: 1px solid #ded8cc;
  background: #fff;
  box-shadow: 0 24px 60px rgba(28, 24, 19, 0.1);
}

.woocommerce-cart .wc-block-cart-items__header,
.woocommerce-cart .wc-block-components-totals-wrapper,
.woocommerce-cart .wc-block-cart-items__row {
  border-color: #ebe5dc !important;
}

.woocommerce-cart .wc-block-cart-items__header th,
.woocommerce-cart .wc-block-components-title,
.woocommerce-cart .wp-block-woocommerce-cart-order-summary-heading-block,
.woocommerce-cart .wc-block-cart__totals-title {
  color: var(--ink);
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.woocommerce-cart .wc-block-cart-item__product {
  gap: 18px;
}

.woocommerce-cart .wc-block-cart-item__image img {
  width: 86px !important;
  height: 86px !important;
  border: 1px solid #eee7dd;
  border-radius: 8px;
  object-fit: cover;
  background: #fbfaf7;
}

.woocommerce-cart .wc-block-components-product-name {
  color: var(--ink) !important;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.woocommerce-cart .wc-block-components-product-metadata,
.woocommerce-cart .wc-block-components-product-price,
.woocommerce-cart .wc-block-components-product-details,
.woocommerce-cart .wc-block-cart-item__prices {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.woocommerce-cart .wc-block-components-quantity-selector {
  height: 34px;
  min-width: 112px;
  border-color: #cfc7ba !important;
  border-radius: 6px !important;
  overflow: hidden;
}

.woocommerce-cart .wc-block-components-quantity-selector__button,
.woocommerce-cart .wc-block-components-quantity-selector__input {
  min-height: 32px !important;
  color: var(--ink) !important;
  font-weight: 900;
}

.woocommerce-cart .wc-block-cart-item__remove-link {
  color: #7c7670 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.woocommerce-cart .wc-block-cart-item__remove-link:hover {
  color: var(--red) !important;
}

.woocommerce-cart .wc-block-components-totals-coupon__button,
.woocommerce-cart .wc-block-components-button:not(.is-link) {
  min-height: 52px;
  border: 0 !important;
  border-radius: 4px !important;
  background: var(--ink) !important;
  color: #fff !important;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: none !important;
}

.woocommerce-cart .wc-block-components-button:not(.is-link):hover,
.woocommerce-cart .wc-block-components-totals-coupon__button:hover {
  background: var(--red) !important;
  transform: translateY(-1px);
}

.woocommerce-cart .wc-block-components-totals-coupon-link {
  color: var(--ink) !important;
  font-weight: 900;
  text-decoration: none !important;
}

.woocommerce-cart .wc-block-components-totals-item__label,
.woocommerce-cart .wc-block-components-totals-item__value,
.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  color: var(--ink);
  font-weight: 900;
}

.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-size: 22px;
}

.woocommerce-cart .wc-block-components-shipping-rates-control__package,
.woocommerce-cart .wc-block-components-totals-shipping__change-address__link {
  color: var(--muted) !important;
  font-weight: 800;
}

.woocommerce-cart .wc-block-components-panel__button,
.woocommerce-cart .wc-block-components-panel__button:hover {
  color: var(--ink) !important;
  font-weight: 900;
  text-decoration: none !important;
}

.woocommerce-cart .wc-block-cart__empty-cart__title.with-empty-cart-icon::before {
  opacity: 0.75;
}

@media (max-width: 900px) {
  .woocommerce-cart .page-content {
    padding: 46px 18px 70px;
  }

  .woocommerce-cart .wc-block-components-sidebar-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .woocommerce-cart .wc-block-cart__sidebar {
    position: static;
  }

  .woocommerce-cart .wc-block-cart__main,
  .woocommerce-cart .wc-block-cart__sidebar {
    padding: 18px !important;
  }

  .woocommerce-cart .wc-block-cart-items__row {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .woocommerce-cart .wc-block-cart-item__image img {
    width: 74px !important;
    height: 74px !important;
  }
}

/* Montelise product search page */
body.page-id-23 {
  overflow-x: hidden;
}

.page-id-23 .page-content {
  box-sizing: border-box;
  width: min(1440px, 100%);
  padding: 70px 32px 96px;
  overflow-x: hidden;
}

.page-id-23 .section-heading.compact {
  width: min(1180px, 100%);
  max-width: none;
  margin: 0 auto 24px;
}

.page-id-23 .section-heading.compact h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(44px, 6vw, 96px);
  line-height: 0.95;
  letter-spacing: 0;
}

.page-id-23 .wp-content {
  box-sizing: border-box;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.page-id-23 .woocommerce-product-search {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  margin: 0 0 34px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 52px rgba(28, 24, 19, 0.07);
}

.page-id-23 .woocommerce-product-search .search-field {
  width: 100%;
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid #e2dbcf;
  border-radius: 6px;
  background: #fbfaf7;
  color: var(--ink);
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  outline: none;
}

.page-id-23 .woocommerce-product-search .search-field:focus {
  border-color: var(--ink);
  background: #fff;
}

.page-id-23 .woocommerce-product-search button {
  min-width: 132px;
  min-height: 54px;
  border: 0;
  border-radius: 6px;
  background: var(--ink);
  color: #fff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.page-id-23 .woocommerce-product-search button:hover {
  background: var(--red);
  transform: translateY(-1px);
}

.page-id-23 .woocommerce ul.products {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-id-23 .woocommerce ul.products::before,
.page-id-23 .woocommerce ul.products::after {
  display: none;
}

.page-id-23 .woocommerce ul.products li.product {
  box-sizing: border-box;
  float: none;
  width: auto !important;
  margin: 0 !important;
  padding: 0 0 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(28, 24, 19, 0.06);
  overflow: hidden;
}

.page-id-23 .woocommerce ul.products li.product a {
  color: inherit;
  text-decoration: none;
}

.page-id-23 .woocommerce ul.products li.product img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  margin: 0;
  border-radius: 0;
  object-fit: cover;
  background: #f5efe5;
  transition: transform 180ms ease;
}

.page-id-23 .woocommerce ul.products li.product:hover img {
  transform: scale(1.025);
}

.page-id-23 .woocommerce-loop-product__title,
.page-id-23 .search-card-note,
.page-id-23 .search-card-chips,
.page-id-23 .woocommerce ul.products li.product .price,
.page-id-23 .woocommerce ul.products li.product .button,
.page-id-23 .woocommerce ul.products li.product .added_to_cart {
  margin-right: 18px;
  margin-left: 18px;
}

.page-id-23 .woocommerce-loop-product__title {
  min-height: 42px;
  margin-top: 18px;
  margin-bottom: 7px;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3;
}

.page-id-23 .search-card-note {
  min-height: 52px;
  margin-top: 0;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.page-id-23 .woocommerce ul.products li.product .price {
  display: block;
  min-height: 24px;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.page-id-23 .woocommerce ul.products li.product .price .amount {
  color: var(--ink);
  font-weight: 900;
}

.page-id-23 .search-card-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-height: 56px;
  margin-bottom: 16px;
}

.page-id-23 .search-card-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 0 8px;
  border: 1px solid #eee5d9;
  border-radius: 999px;
  background: #fbfaf7;
  color: #59534c;
  font-size: 11px;
  font-weight: 900;
}

.page-id-23 .woocommerce ul.products li.product .button,
.page-id-23 .woocommerce ul.products li.product .added_to_cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 6px;
  background: var(--ink);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.page-id-23 .woocommerce ul.products li.product .button:hover,
.page-id-23 .woocommerce ul.products li.product .added_to_cart:hover {
  background: var(--red);
  color: #fff;
  transform: translateY(-1px);
}

.page-id-23 .woocommerce-info,
.page-id-23 .woocommerce-error,
.page-id-23 .woocommerce-message {
  margin: 0 0 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 16px 42px rgba(28, 24, 19, 0.06);
}

@media (max-width: 1020px) {
  .page-id-23 .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .page-id-23 .page-content {
    width: 100vw;
    max-width: 100vw;
    padding: 42px 18px 72px;
  }

  .page-id-23 .section-heading.compact,
  .page-id-23 .wp-content,
  .page-id-23 .woocommerce {
    width: min(340px, calc(100vw - 40px));
    max-width: min(340px, calc(100vw - 40px));
    margin-right: 0;
    margin-left: 0;
  }

  .page-id-23 .woocommerce ul.products {
    width: min(340px, calc(100vw - 40px)) !important;
    max-width: min(340px, calc(100vw - 40px));
    margin-right: 0;
    margin-left: 0;
  }

  .page-id-23 .woocommerce-product-search,
  .page-id-23 .woocommerce ul.products,
  .page-id-23 .woocommerce ul.products li.product {
    width: min(340px, calc(100vw - 40px)) !important;
    max-width: min(340px, calc(100vw - 40px));
  }

  .page-id-23 .section-heading.compact h1 {
    font-size: 44px;
  }

  .page-id-23 .woocommerce-product-search {
    grid-template-columns: 1fr;
  }

  .page-id-23 .woocommerce-product-search button {
    width: 100%;
  }

  .page-id-23 .woocommerce ul.products {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .page-id-23 .woocommerce-loop-product__title,
  .page-id-23 .search-card-note,
  .page-id-23 .search-card-chips,
  .page-id-23 .woocommerce ul.products li.product .price,
  .page-id-23 .woocommerce ul.products li.product .button,
  .page-id-23 .woocommerce ul.products li.product .added_to_cart {
    margin-right: 12px;
    margin-left: 12px;
  }

  .page-id-23 .woocommerce-loop-product__title {
    min-height: auto;
    font-size: 14px;
  }

  .page-id-23 .search-card-note {
    min-height: auto;
    font-size: 12px;
  }

  .page-id-23 .search-card-chips {
    min-height: auto;
  }
}

.single-product .woocommerce-notices-wrapper {
  width: min(1180px, calc(100% - 32px));
  margin: 24px auto 0;
}

.montelise-pdp .product-summary .lead p {
  margin: 0;
}

.montelise-pdp .product-gallery .product-image-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
}

.montelise-pdp .product-gallery .product-image-frame img.sku-preview {
  padding: 52px;
  object-fit: contain;
  background:
    radial-gradient(circle at 50% 52%, rgba(80, 72, 62, 0.2), rgba(255, 255, 255, 0) 48%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0) 40%),
    url("images/color-preview-surface.png") center / cover no-repeat;
}

.montelise-pdp .gallery-thumbs button {
  overflow: hidden;
}

.montelise-pdp .gallery-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.montelise-pdp .wp-product-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(84px, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.montelise-pdp .wp-product-gallery-thumbs button {
  aspect-ratio: 4 / 3;
  padding: 3px;
  border: 1px solid #ded8cc;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(28, 24, 19, 0.06);
}

.montelise-pdp .wp-product-gallery-thumbs button.active {
  border-color: var(--ink);
  box-shadow: 0 0 0 2px var(--ink), 0 14px 28px rgba(28, 24, 19, 0.1);
}

.montelise-pdp .wp-product-gallery-thumbs img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  border-radius: 5px;
  object-fit: cover;
}

.montelise-pdp .project-highlights {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 16px 0 0;
}

.montelise-pdp .project-highlights article {
  min-height: 132px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(251, 250, 247, 0.98)),
    url("images/color-preview-surface.png") center / cover no-repeat;
}

.montelise-pdp .project-highlights strong {
  display: block;
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
}

.montelise-pdp .project-highlights span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.montelise-pdp .purchase-card {
  align-items: stretch;
  grid-template-columns: minmax(0, 1fr) auto;
}

.montelise-pdp .pdp-price {
  grid-column: 1 / -1;
  min-width: 150px;
}

.montelise-pdp .pdp-price strong {
  font-size: clamp(26px, 3vw, 32px);
  white-space: normal;
}

.montelise-pdp .pdp-price .price,
.montelise-pdp .pdp-price .amount {
  color: inherit;
  font: inherit;
}

.montelise-pdp .pdp-cart-form {
  display: flex;
  align-items: center;
  flex: 1 1 320px;
  min-width: 260px;
}

.montelise-pdp .pdp-cart-form form.cart {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin: 0;
  flex-wrap: wrap;
}

.montelise-pdp .pdp-cart-form form.variations_form {
  align-items: stretch;
}

.montelise-pdp .pdp-cart-form table.variations {
  flex: 1 1 100%;
  margin: 0 0 4px;
  border: 0;
}

.montelise-pdp .pdp-cart-form table.variations tr,
.montelise-pdp .pdp-cart-form table.variations th,
.montelise-pdp .pdp-cart-form table.variations td {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
}

.montelise-pdp .pdp-cart-form table.variations th {
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.montelise-pdp .pdp-cart-form table.variations select,
.montelise-pdp .pdp-cart-form .quantity .qty {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

.montelise-pdp .pdp-cart-form table.variations select {
  width: 100%;
  padding: 0 16px;
}

.montelise-pdp .pdp-cart-form .reset_variations {
  display: inline-block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
}

.montelise-pdp .pdp-cart-form .single_variation_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  flex-wrap: wrap;
}

.montelise-pdp .pdp-cart-form .woocommerce-variation {
  flex: 1 1 100%;
  color: var(--muted);
  font-size: 14px;
}

.montelise-pdp .pdp-cart-form .woocommerce-variation-price {
  display: none;
}

.montelise-pdp .pdp-cart-form .quantity {
  margin: 0;
}

.montelise-pdp .pdp-cart-form .quantity .qty {
  width: 74px;
  padding: 0 8px;
  text-align: center;
}

.montelise-pdp .pdp-cart-form .single_add_to_cart_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(20, 35, 31, 0.18);
}

.montelise-pdp .pdp-cart-form .single_add_to_cart_button:hover {
  transform: translateY(-1px);
}

.montelise-pdp .pdp-bulk-link {
  align-self: end;
  min-height: 46px;
  white-space: nowrap;
}

.montelise-pdp .color-swatch-block {
  margin-top: 22px;
}

.montelise-pdp .wp-color-swatches {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(48px, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.montelise-pdp .wp-color-swatches button {
  position: relative;
  display: grid;
  place-items: end center;
  min-width: 0;
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid rgba(26, 26, 26, 0.12);
  border-radius: 8px;
  background-image: var(--swatch-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 260% 170%;
  box-shadow: 0 1px 2px rgba(20, 35, 31, 0.16);
  cursor: pointer;
  overflow: hidden;
}

.montelise-pdp .wp-color-swatches button::before {
  display: none;
}

.montelise-pdp .wp-color-swatches button[data-family="metallic"] {
  background-size: 245% 165%;
}

.montelise-pdp .wp-color-swatches button.active {
  outline: 3px solid var(--ink);
  outline-offset: 3px;
}

.montelise-pdp .wp-color-swatches button span {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 3px 2px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.montelise-pdp .swatch-selected {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.montelise-pdp .detail-panel .pdp-description h2,
.montelise-pdp .detail-panel .pdp-description h3 {
  margin: 24px 0 10px;
}

.montelise-pdp .detail-panel .pdp-description p,
.montelise-pdp .detail-panel .pdp-description li {
  color: var(--muted);
  line-height: 1.7;
}

.montelise-pdp .detail-panel .pdp-description ul {
  padding-left: 20px;
}

.montelise-pdp .specs-panel dl div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.montelise-pdp .specs-panel dt {
  color: var(--muted);
  font-weight: 700;
}

.montelise-pdp .specs-panel dd {
  margin: 0;
  color: var(--ink);
}

.montelise-pdp .comment-reply-title {
  font-size: clamp(24px, 3vw, 40px);
}

.montelise-pdp .comment-form input,
.montelise-pdp .comment-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 12px 14px;
  font: inherit;
}

.montelise-pdp .comment-form .submit {
  width: auto;
  border: 0;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

@media (max-width: 760px) {
  .montelise-pdp,
  .montelise-pdp * {
    box-sizing: border-box;
  }

  .single-product {
    overflow-x: hidden;
  }

  .montelise-pdp .product-hero {
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
    padding-inline: 18px;
    overflow: hidden;
  }

  .montelise-pdp .product-layout,
  .montelise-pdp .product-detail-grid,
  .montelise-pdp .reviews-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .montelise-pdp .product-gallery,
  .montelise-pdp .product-summary,
  .montelise-pdp .detail-panel {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
    overflow: hidden;
  }

  .montelise-pdp .product-summary {
    padding: 22px 18px;
  }

  .montelise-pdp .product-summary h1 {
    font-size: 34px;
    overflow-wrap: anywhere;
  }

  .montelise-pdp .product-gallery .product-image-frame img.sku-preview {
    padding: 26px;
  }

  .montelise-pdp .wp-product-gallery-thumbs {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 2px 2px 8px;
    scroll-snap-type: x mandatory;
  }

  .montelise-pdp .wp-product-gallery-thumbs button {
    flex: 0 0 92px;
    scroll-snap-align: start;
  }

  .montelise-pdp .lead,
  .montelise-pdp .product-proof-grid article,
  .montelise-pdp .gallery-proof-grid article,
  .montelise-pdp .project-highlights strong,
  .montelise-pdp .project-highlights span {
    max-width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .montelise-pdp .wp-color-swatches {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .montelise-pdp .gallery-proof-grid,
  .montelise-pdp .product-proof-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .montelise-pdp .project-highlights article {
    min-height: auto;
  }

  .montelise-pdp .purchase-card,
  .montelise-pdp .pdp-cart-form,
  .montelise-pdp .pdp-cart-form form.cart,
  .montelise-pdp .pdp-cart-form .single_variation_wrap {
    display: grid;
    width: 100%;
  }

  .montelise-pdp .pdp-cart-form .quantity .qty,
  .montelise-pdp .pdp-cart-form .single_add_to_cart_button,
  .montelise-pdp .pdp-bulk-link {
    width: 100%;
  }

  .montelise-pdp .specs-panel dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

/* Montelise richer search merchandising */
.page-id-23 {
  background: #fbfaf7;
}

.page-id-23 .section-heading.compact {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 230px;
  margin-bottom: 24px;
  padding: 48px 54px;
  border: 1px solid #ded8cc;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(251, 250, 247, 0.96) 0%, rgba(251, 250, 247, 0.88) 42%, rgba(251, 250, 247, 0.08) 72%),
    url("images/hero-montelise-products-preview.png") right center / auto 120% no-repeat,
    #f5efe5;
  box-shadow: 0 24px 64px rgba(28, 24, 19, 0.08);
  overflow: hidden;
}

.page-id-23 .section-heading.compact::before {
  content: "Acrylic Paint  •  Metallic Colors  •  Mural Supplies";
  position: absolute;
  left: 58px;
  bottom: 34px;
  z-index: 1;
  display: inline-flex;
  max-width: calc(100% - 116px);
  padding: 8px 12px;
  border: 1px solid rgba(26, 26, 26, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-id-23 .section-heading.compact::after {
  content: "";
  position: absolute;
  right: 34px;
  bottom: 28px;
  width: 168px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0f7f70 0 16%, #efb21a 16% 32%, #c84d34 32% 48%, #2879a8 48% 64%, #6f4a3e 64% 80%, #1a1a1a 80% 100%);
  box-shadow: 0 10px 24px rgba(28, 24, 19, 0.14);
}

.page-id-23 .section-heading.compact h1 {
  position: relative;
  z-index: 2;
  display: inline-block;
}

.page-id-23 .section-heading.compact h1::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: 9px;
  width: 44px;
  height: 8px;
  border-radius: 999px;
  background: #c84d34;
}

.search-guide-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: 28px;
  align-items: center;
  margin: 0 0 18px;
  padding: 24px;
  border: 1px solid #ded8cc;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.82)),
    url("images/color-preview-surface.png") center / cover no-repeat;
  box-shadow: 0 20px 52px rgba(28, 24, 19, 0.07);
}

.search-guide-copy .eyebrow {
  margin: 0 0 8px;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.search-guide-copy h2 {
  max-width: 680px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1;
  letter-spacing: 0;
}

.search-guide-copy p {
  max-width: 720px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

.search-guide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.search-guide-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid #ded8cc;
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.search-guide-actions a:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

.page-id-23 .woocommerce-product-search {
  margin-bottom: 18px;
}

.search-trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.search-trust-strip article {
  padding: 18px 20px;
  border-right: 1px solid var(--line);
}

.search-trust-strip article:last-child {
  border-right: 0;
}

.search-trust-strip strong,
.search-trust-strip span {
  display: block;
}

.search-trust-strip strong {
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
}

.search-trust-strip span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.search-category-rail {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 34px;
}

.search-category-rail a {
  position: relative;
  min-height: 92px;
  padding: 16px;
  border: 1px solid #ded8cc;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(28, 24, 19, 0.05);
  cursor: pointer;
}

.search-category-rail a:nth-child(1) {
  border-top: 4px solid #0f7f70;
}

.search-category-rail a:nth-child(2) {
  border-top: 4px solid #c89538;
}

.search-category-rail a:nth-child(3) {
  border-top: 4px solid #2879a8;
}

.search-category-rail a:nth-child(4) {
  border-top: 4px solid #6f4a3e;
}

.search-category-rail a:nth-child(5) {
  border-top: 4px solid #c84d34;
}

.search-category-rail a:nth-child(6) {
  border-top: 4px solid #efb21a;
}

.search-category-rail span,
.search-category-rail small {
  display: block;
}

.search-category-rail span {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

.search-category-rail small {
  margin-top: 7px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.search-category-rail a:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(28, 24, 19, 0.1);
}

.search-category-rail a.active {
  border-color: var(--ink);
  background: #171717;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 20px 48px rgba(28, 24, 19, 0.18);
}

.search-category-rail a.active small {
  color: rgba(255, 255, 255, 0.72);
}

.search-category-rail a.active::after {
  content: "Click to clear";
  position: absolute;
  right: 12px;
  bottom: 10px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.search-filter-status {
  margin: -18px 0 26px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.page-id-23 .woocommerce ul.products li.product {
  transition: opacity 160ms ease, transform 160ms ease;
}

.page-id-23 .woocommerce ul.products li.product[hidden] {
  display: none !important;
}

.page-id-23 .woocommerce ul.products li.product {
  position: relative;
}

.page-id-23 .woocommerce ul.products li.product::before {
  content: attr(data-card-label);
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(28, 24, 19, 0.12);
}

@media (max-width: 1100px) {
  .search-guide-panel {
    grid-template-columns: 1fr;
  }

  .search-guide-actions {
    justify-content: flex-start;
  }

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

@media (max-width: 760px) {
  .page-id-23 .section-heading.compact {
    align-items: flex-start;
    min-height: 250px;
    padding: 30px 20px 76px;
    background:
      linear-gradient(180deg, rgba(251, 250, 247, 0.97) 0%, rgba(251, 250, 247, 0.82) 38%, rgba(251, 250, 247, 0.08) 100%),
      url("images/hero-montelise-products-preview.png") center center / cover no-repeat,
      #f5efe5;
  }

  .page-id-23 .section-heading.compact::before {
    left: 20px;
    right: 20px;
    bottom: 18px;
    max-width: none;
    justify-content: center;
    font-size: 10px;
    letter-spacing: 0.04em;
    text-align: center;
  }

  .page-id-23 .section-heading.compact::after {
    right: 20px;
    bottom: 58px;
    width: 120px;
    height: 12px;
  }

  .page-id-23 .section-heading.compact h1::after {
    right: -34px;
    bottom: 5px;
    width: 26px;
    height: 6px;
  }

  .search-guide-panel {
    margin-top: 0;
    padding: 18px;
  }

  .search-guide-copy h2 {
    font-size: 27px;
  }

  .search-guide-actions a {
    min-height: 34px;
    font-size: 12px;
  }

  .search-trust-strip,
  .search-category-rail {
    grid-template-columns: 1fr;
  }

  .search-trust-strip article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .search-trust-strip article:last-child {
    border-bottom: 0;
  }
}

/* Montelise shop archive refinement */
.post-type-archive-product {
  background: #fbfaf7;
}

.post-type-archive-product .woocommerce-shell {
  box-sizing: border-box;
  width: min(1440px, 100%);
  padding: 70px 32px 96px;
}

.post-type-archive-product .woocommerce-shell .page-title {
  position: relative;
  display: inline-block;
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(56px, 7vw, 104px);
  line-height: 0.95;
  letter-spacing: 0;
}

.post-type-archive-product .woocommerce-shell .page-title::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: 10px;
  width: 44px;
  height: 8px;
  border-radius: 999px;
  background: #c84d34;
}

.shop-hero-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  gap: 28px;
  align-items: center;
  margin: 0 0 22px;
  padding: 28px;
  border: 1px solid #ded8cc;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(251, 250, 247, 0.98) 0%, rgba(251, 250, 247, 0.88) 42%, rgba(251, 250, 247, 0.22) 66%, rgba(251, 250, 247, 0) 100%),
    url("images/search-hero-banner.png") center / cover no-repeat,
    #f5efe5;
  box-shadow: 0 24px 64px rgba(28, 24, 19, 0.08);
}

.shop-hero-panel .eyebrow {
  margin: 0 0 10px;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shop-hero-panel h2 {
  max-width: 720px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(28px, 3.4vw, 50px);
  line-height: 1;
  letter-spacing: 0;
}

.shop-hero-panel p:not(.eyebrow) {
  max-width: 680px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.55;
}

.shop-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.shop-hero-tags span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0 13px;
  border: 1px solid #ded8cc;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.post-type-archive-product .woocommerce-result-count,
.post-type-archive-product .woocommerce-ordering {
  float: none;
  margin: 0;
}

.post-type-archive-product .woocommerce-result-count {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid #ded8cc;
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.post-type-archive-product .woocommerce-ordering {
  display: flex;
  justify-content: flex-end;
}

.post-type-archive-product .woocommerce-ordering select {
  min-height: 44px;
  min-width: 220px;
  padding: 0 14px;
  border: 1px solid #ded8cc;
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 13px;
  font-weight: 900;
}

.post-type-archive-product .woocommerce-notices-wrapper + .woocommerce-result-count {
  margin-bottom: 18px;
}

.post-type-archive-product .woocommerce-result-count,
.post-type-archive-product .woocommerce-ordering {
  position: relative;
  z-index: 2;
}

.post-type-archive-product .woocommerce-ordering {
  margin-top: -62px;
  margin-bottom: 28px;
}

.post-type-archive-product .shop-category-rail {
  margin-top: 0;
}

.post-type-archive-product .search-filter-status {
  margin: -18px 0 26px;
}

.post-type-archive-product .woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.post-type-archive-product .woocommerce ul.products::before,
.post-type-archive-product .woocommerce ul.products::after {
  display: none;
}

.post-type-archive-product .woocommerce ul.products li.product {
  position: relative;
  box-sizing: border-box;
  float: none;
  width: auto !important;
  margin: 0 !important;
  padding: 0 0 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(28, 24, 19, 0.06);
  overflow: hidden;
  transition: opacity 160ms ease, transform 160ms ease;
}

.post-type-archive-product .woocommerce ul.products li.product[hidden] {
  display: none !important;
}

.post-type-archive-product .woocommerce ul.products li.product::before {
  content: attr(data-card-label);
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(28, 24, 19, 0.12);
}

.post-type-archive-product .woocommerce ul.products li.product a {
  color: inherit;
  text-decoration: none;
}

.post-type-archive-product .woocommerce ul.products li.product img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  margin: 0;
  border-radius: 0;
  object-fit: cover;
  background: #f5efe5;
  transition: transform 180ms ease;
}

.post-type-archive-product .woocommerce ul.products li.product:hover img {
  transform: scale(1.025);
}

.post-type-archive-product .woocommerce-loop-product__title,
.post-type-archive-product .search-card-note,
.post-type-archive-product .search-card-chips,
.post-type-archive-product .woocommerce ul.products li.product .price,
.post-type-archive-product .woocommerce ul.products li.product .button,
.post-type-archive-product .woocommerce ul.products li.product .added_to_cart {
  margin-right: 18px;
  margin-left: 18px;
}

.post-type-archive-product .woocommerce-loop-product__title {
  min-height: 42px;
  margin-top: 18px;
  margin-bottom: 7px;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3;
}

.post-type-archive-product .search-card-note {
  min-height: 52px;
  margin-top: 0;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.post-type-archive-product .woocommerce ul.products li.product .price {
  display: block;
  min-height: 24px;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.post-type-archive-product .woocommerce ul.products li.product .price .amount {
  color: var(--ink);
  font-weight: 900;
}

.post-type-archive-product .search-card-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-height: 56px;
  margin-bottom: 16px;
}

.post-type-archive-product .search-card-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 0 8px;
  border: 1px solid #eee5d9;
  border-radius: 999px;
  background: #fbfaf7;
  color: #59534c;
  font-size: 11px;
  font-weight: 900;
}

.post-type-archive-product .woocommerce ul.products li.product .button,
.post-type-archive-product .woocommerce ul.products li.product .added_to_cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 6px;
  background: var(--ink);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.post-type-archive-product .woocommerce ul.products li.product .button:hover,
.post-type-archive-product .woocommerce ul.products li.product .added_to_cart:hover {
  background: var(--red);
  color: #fff;
  transform: translateY(-1px);
}

@media (max-width: 1020px) {
  .post-type-archive-product .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .shop-hero-panel {
    grid-template-columns: 1fr;
  }

  .shop-hero-tags {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .post-type-archive-product,
  .post-type-archive-product .woocommerce-shell {
    overflow-x: hidden;
  }

  .post-type-archive-product .woocommerce-shell {
    width: 100vw;
    max-width: 100vw;
    padding: 42px 18px 72px;
  }

  .post-type-archive-product .woocommerce-shell .page-title {
    font-size: 48px;
  }

  .post-type-archive-product .woocommerce-shell .page-title::after {
    right: -34px;
    width: 26px;
    height: 6px;
  }

  .shop-hero-panel {
    width: min(340px, calc(100vw - 40px));
    max-width: min(340px, calc(100vw - 40px));
    box-sizing: border-box;
    padding: 20px;
    overflow: hidden;
    background:
      linear-gradient(90deg, rgba(251, 250, 247, 0.98) 0%, rgba(251, 250, 247, 0.92) 58%, rgba(251, 250, 247, 0.42) 100%),
      url("images/search-hero-banner.png") center / cover no-repeat,
      #f5efe5;
  }

  .shop-hero-panel h2 {
    max-width: 260px;
    font-size: 26px;
    overflow-wrap: anywhere;
  }

  .shop-hero-panel p:not(.eyebrow) {
    max-width: 270px;
    font-size: 13px;
  }

  .shop-hero-tags {
    justify-content: flex-start;
    max-width: 280px;
  }

  .shop-hero-tags span {
    min-height: 32px;
    font-size: 12px;
  }

  .post-type-archive-product .woocommerce-ordering {
    justify-content: stretch;
    margin-top: 12px;
    margin-bottom: 18px;
  }

  .post-type-archive-product .woocommerce-ordering select,
  .post-type-archive-product .woocommerce-result-count {
    width: 100%;
  }

  .post-type-archive-product .woocommerce ul.products {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    width: min(340px, calc(100vw - 40px)) !important;
    max-width: min(340px, calc(100vw - 40px));
    margin-right: 0;
    margin-left: 0;
  }

  .post-type-archive-product .woocommerce ul.products li.product {
    width: min(340px, calc(100vw - 40px)) !important;
    max-width: min(340px, calc(100vw - 40px));
  }

  .post-type-archive-product .woocommerce-loop-product__title,
  .post-type-archive-product .search-card-note,
  .post-type-archive-product .search-card-chips,
  .post-type-archive-product .woocommerce ul.products li.product .price,
  .post-type-archive-product .woocommerce ul.products li.product .button,
  .post-type-archive-product .woocommerce ul.products li.product .added_to_cart {
    margin-right: 12px;
    margin-left: 12px;
  }

  .post-type-archive-product .woocommerce-loop-product__title,
  .post-type-archive-product .search-card-note,
  .post-type-archive-product .search-card-chips {
    min-height: auto;
  }
}

/* Unified product card frame for Shop and Search */
.page-id-23 .woocommerce ul.products li.product,
.post-type-archive-product .woocommerce ul.products li.product {
  border: 1px solid #ded8cc;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(28, 24, 19, 0.06);
}

.page-id-23 .woocommerce ul.products li.product:hover,
.post-type-archive-product .woocommerce ul.products li.product:hover {
  border-color: #cfc7ba;
  box-shadow: 0 22px 56px rgba(28, 24, 19, 0.1);
  transform: translateY(-2px);
}

.page-id-23 .woocommerce ul.products li.product img,
.post-type-archive-product .woocommerce ul.products li.product img {
  border-bottom: 1px solid #eee6d9;
}

.page-id-23 .woocommerce ul.products li.product .button,
.post-type-archive-product .woocommerce ul.products li.product .button {
  margin-bottom: 2px;
}

/* About and policy pages */
.page-id-180 .section-heading.compact {
  display: none;
}

.page-id-180 .page-content,
.page-id-146 .page-content {
  width: min(1440px, 100%);
  padding: 0 28px 96px;
  background: linear-gradient(180deg, rgba(255,255,255,.9), #fbfaf7 44%, #fbfaf7);
}

.page-id-180 .wp-content,
.page-id-146 .wp-content {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.about-brand-page {
  display: grid;
  gap: 44px;
  padding-top: 34px;
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1fr);
  gap: 34px;
  align-items: stretch;
  min-height: 520px;
  border: 1px solid #e2dacd;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 24px 70px rgba(28, 24, 19, .1);
}

.about-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 64px);
}

.about-hero-copy h1,
.policy-page h1 {
  margin: 0;
  max-width: 760px;
  color: var(--ink);
  font-size: clamp(48px, 6.2vw, 86px);
  line-height: .96;
  letter-spacing: 0;
}

.about-hero-copy p:not(.eyebrow),
.about-split p,
.about-oem p,
.policy-page > p,
.policy-grid p,
.policy-contact p {
  color: #4d4944;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.about-hero-media {
  margin: 0;
  min-height: 100%;
}

.about-hero-media img,
.about-oem img,
.about-project-grid img,
.about-product-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-proof-row,
.policy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.about-proof-row article,
.policy-grid article,
.about-project-grid article {
  border: 1px solid #e2dacd;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(28, 24, 19, .06);
}

.about-proof-row article {
  min-height: 190px;
  padding: 24px;
}

.about-proof-row span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
}

.about-proof-row strong,
.about-project-grid strong,
.policy-grid strong {
  display: block;
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
}

.about-split,
.about-oem {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(460px, 1fr);
  gap: 34px;
  align-items: center;
  padding: 34px;
  border: 1px solid #e2dacd;
  border-radius: 8px;
  background: #fff;
}

.about-split h2,
.about-oem h2,
.about-section-heading h2,
.policy-contact h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
  letter-spacing: 0;
}

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

.about-product-grid img {
  aspect-ratio: 1;
  border: 1px solid #e9e1d7;
  border-radius: 8px;
  background: #fbfaf7;
}

.about-projects {
  display: grid;
  gap: 20px;
}

.about-section-heading {
  max-width: 780px;
}

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

.about-project-grid article {
  overflow: hidden;
}

.about-project-grid img {
  aspect-ratio: 1.12;
  height: auto;
  border-bottom: 1px solid #eee6d9;
}

.about-project-grid strong,
.about-project-grid p {
  padding-inline: 18px;
}

.about-project-grid strong {
  padding-top: 18px;
}

.about-project-grid p {
  padding-bottom: 18px;
  margin-bottom: 0;
}

.about-oem {
  grid-template-columns: minmax(0, 1fr) minmax(380px, .86fr);
  background: linear-gradient(120deg, #151515, #25211d);
  color: #fff;
}

.about-oem h2,
.about-oem p {
  color: #fff;
}

.about-oem img {
  min-height: 320px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
}

.text-link {
  display: inline-flex;
  margin-top: 8px;
  color: var(--green);
  font-weight: 900;
  text-decoration: none;
}

.policy-page {
  display: grid;
  gap: 28px;
  padding-top: 54px;
}

.policy-page h1 {
  max-width: 900px;
}

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

.policy-grid article {
  padding: 24px;
}

.policy-contact {
  padding: 34px;
  border: 1px solid #e2dacd;
  border-radius: 8px;
  background: linear-gradient(120deg, rgba(8,124,99,.08), rgba(240,74,36,.06)), #fff;
}

@media (max-width: 980px) {
  .about-hero,
  .about-split,
  .about-oem,
  .about-proof-row,
  .about-project-grid,
  .policy-grid {
    grid-template-columns: 1fr;
  }

  .about-hero {
    min-height: 0;
  }

  .about-hero-media img,
  .about-oem img {
    max-height: 430px;
  }
}

@media (max-width: 640px) {
  .page-id-180 .page-content,
  .page-id-146 .page-content {
    padding: 0 14px 72px;
  }

  .about-brand-page {
    padding-top: 16px;
    gap: 24px;
  }

  .about-hero-copy,
  .about-split,
  .about-oem,
  .policy-contact {
    padding: 24px 18px;
  }

  .about-hero-copy h1,
  .policy-page h1 {
    font-size: 42px;
  }

  .about-split h2,
  .about-oem h2,
  .about-section-heading h2,
  .policy-contact h2 {
    font-size: 32px;
  }

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

/* About page layout refinement */
.page-id-180 .page-content {
  width: 100%;
  padding: 0 28px 104px;
}

.page-id-180 .wp-content {
  width: min(1320px, 100%);
}

.about-brand-page {
  gap: 32px;
}

.about-hero {
  grid-template-columns: minmax(420px, 0.95fr) minmax(520px, 1.05fr);
  min-height: 500px;
}

.about-hero-copy {
  padding: clamp(42px, 4.2vw, 70px);
}

.about-hero-copy h1 {
  max-width: 610px;
  font-size: clamp(44px, 4.25vw, 62px);
  line-height: 1.02;
}

.about-hero-copy p:not(.eyebrow) {
  max-width: 560px;
}

.about-hero-media img {
  min-height: 500px;
}

.about-proof-row article {
  min-height: 150px;
}

.about-split {
  grid-template-columns: minmax(430px, 0.86fr) minmax(560px, 1.14fr);
  align-items: center;
  padding: clamp(30px, 3.2vw, 48px);
}

.about-split > div:first-child {
  max-width: 560px;
}

.about-split h2 {
  max-width: 540px;
  font-size: clamp(38px, 4vw, 62px);
  line-height: 0.98;
}

.about-product-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: 12px;
  align-self: center;
}

.about-product-grid br {
  display: none;
}

.about-product-grid img {
  height: auto;
  min-height: 0;
  aspect-ratio: 1.12;
  object-fit: cover;
}

.about-product-grid img:nth-child(1) {
  grid-column: auto;
  min-height: 0;
  aspect-ratio: 1.12;
}

.about-product-grid img:nth-child(4) {
  object-fit: contain;
  padding: 16px;
}

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

.about-project-grid img {
  aspect-ratio: 1.25;
  object-fit: cover;
}

@media (max-width: 1180px) {
  .about-hero,
  .about-split,
  .about-oem {
    grid-template-columns: 1fr;
  }

  .about-hero-media img {
    min-height: 360px;
  }

  .about-split > div:first-child {
    max-width: 760px;
  }
}

@media (max-width: 760px) {
  .page-id-180 .page-content {
    padding: 0 14px 76px;
  }

  .about-hero,
  .about-split,
  .about-oem {
    gap: 18px;
  }

  .about-hero-copy h1 {
    font-size: 42px;
  }

  .about-hero-media img {
    min-height: 260px;
  }

  .about-product-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(130px, auto);
  }

  .about-product-grid img,
  .about-product-grid img:nth-child(1) {
    min-height: 130px;
  }

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

/* Search hero bitmap banner */
.page-id-23 .section-heading.compact {
  background:
    linear-gradient(90deg, rgba(251, 250, 247, 0.98) 0%, rgba(251, 250, 247, 0.9) 42%, rgba(251, 250, 247, 0.2) 64%, rgba(251, 250, 247, 0) 100%),
    url("images/search-hero-banner.png") center / cover no-repeat,
    #f5efe5;
}

.page-id-23 .section-heading.compact::before {
  content: "Acrylic Paint | Metallic Colors | Mural Supplies";
}

.page-id-23 .section-heading.compact::after {
  display: none;
}

@media (max-width: 760px) {
  .page-id-23 .section-heading.compact {
    align-items: flex-start;
    min-height: 250px;
    padding: 30px 20px 76px;
    background:
      linear-gradient(180deg, rgba(251, 250, 247, 0.98) 0%, rgba(251, 250, 247, 0.86) 45%, rgba(251, 250, 247, 0.18) 100%),
      url("images/search-hero-banner.png") center / cover no-repeat,
      #f5efe5;
  }
}


/* Learn hub */
.learn-hub {
  max-width: 1180px;
  margin: 0 auto;
  padding: 72px 24px 88px;
}
.learn-hub > .eyebrow {
  color: #008060;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.learn-hub h1 {
  max-width: 850px;
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(44px, 6vw, 88px);
  line-height: .92;
  letter-spacing: 0;
  margin: 0 0 18px;
}
.learn-hub > p {
  max-width: 850px;
  font-size: 18px;
  line-height: 1.65;
  color: #3d3a34;
}
.learn-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 36px 0 32px;
}
.learn-card {
  border: 1px solid #ded8cc;
  border-radius: 8px;
  background: #fffdfa;
  padding: 22px;
  box-shadow: 0 14px 36px rgba(32, 28, 20, .06);
}
.learn-card h2 {
  font-size: 22px;
  line-height: 1.15;
  margin: 0 0 10px;
  letter-spacing: 0;
}
.learn-card h2 a,
.learn-card > a {
  color: #111;
  text-decoration: none;
}
.learn-card p {
  color: #514d45;
  line-height: 1.55;
  margin: 0 0 16px;
}
.learn-card > a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border: 1px solid #ded8cc;
  border-radius: 6px;
  padding: 0 14px;
  font-weight: 800;
  background: #f4efe7;
}
.learn-card > a:hover {
  border-color: #008060;
  color: #008060;
}
.single-post main,
.single-post .entry-content {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.single-post .entry-content h2 {
  margin-top: 34px;
}
.single-post .entry-content p,
.single-post .entry-content li {
  font-size: 17px;
  line-height: 1.72;
}
@media (max-width: 760px) {
  .learn-hub { padding: 48px 18px 64px; }
  .learn-grid { grid-template-columns: 1fr; }
  .learn-card { padding: 18px; }
}


/* Learn article product cards */
.learn-product-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin: 34px 0;
}
.learn-product-card {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border: 1px solid #ded8cc;
  border-radius: 8px;
  background: #fffdfa;
  color: #111;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(32, 28, 20, .06);
}
.learn-product-card img {
  width: 110px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 6px;
  background: #f7f4ee;
}
.learn-product-card span {
  display: grid;
  gap: 5px;
}
.learn-product-card strong {
  font-size: 16px;
  line-height: 1.15;
}
.learn-product-card em {
  font-style: normal;
  color: #5a554d;
  line-height: 1.35;
}
.learn-product-card b {
  width: fit-content;
  border-radius: 999px;
  background: #111;
  color: #fff;
  padding: 5px 9px;
  font-size: 12px;
  line-height: 1;
}
.learn-product-card:hover {
  border-color: #008060;
  transform: translateY(-1px);
}
@media (max-width: 560px) {
  .learn-product-card { grid-template-columns: 88px 1fr; }
  .learn-product-card img { width: 88px; }
}

/* Mobile PDP reset: keep purchase information close to the first product image. */
@media (max-width: 760px) {
  .montelise-pdp .product-layout {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .montelise-pdp .product-gallery {
    display: contents;
  }

  .montelise-pdp .product-image-frame {
    order: 1;
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
    margin-inline: auto;
    aspect-ratio: 1 / 0.82;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
  }

  .montelise-pdp .product-image-frame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 12px;
  }

  .montelise-pdp .montelise-discount-badge--pdp {
    top: 12px;
    left: 12px;
    min-width: 112px;
    padding: 11px 13px 10px;
  }

  .montelise-pdp .montelise-discount-badge--pdp strong {
    font-size: 21px;
  }

  .montelise-pdp .montelise-discount-badge--pdp small {
    font-size: 10px;
  }

  .montelise-pdp .wp-product-gallery-thumbs {
    order: 2;
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
    margin-inline: auto;
    padding: 0 0 8px;
  }

  .montelise-pdp .product-summary {
    order: 3;
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
    margin-inline: auto;
    padding: 20px 16px;
  }

  .montelise-pdp .product-summary h1 {
    font-size: 32px;
    line-height: .98;
  }

  .montelise-pdp .sku-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .montelise-pdp .customer-strip {
    padding: 12px;
  }

  .montelise-pdp .wp-color-swatches {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  .montelise-pdp .wp-color-swatches button {
    min-width: 0;
    aspect-ratio: 1 / .78;
  }

  .montelise-pdp .sku-option-preview {
    order: 4;
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px;
  }

  .montelise-pdp .sku-option-preview figure {
    min-height: 0;
  }

  .montelise-pdp .sku-option-preview img {
    max-height: 220px;
    object-fit: contain;
  }

  .montelise-pdp .gallery-proof-grid {
    order: 5;
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .montelise-pdp .gallery-proof-grid article {
    min-height: 0;
    padding: 14px;
  }

  .cky-consent-container,
  .cky-consent-container.cky-box-bottom-left,
  .cky-consent-container.cky-box-bottom-right {
    right: 10px !important;
    bottom: 10px !important;
    left: 10px !important;
    width: auto !important;
    max-width: none !important;
  }

  .cky-consent-bar {
    max-height: 31vh !important;
    padding: 10px 12px !important;
    overflow-y: auto !important;
    border-radius: 10px !important;
  }

  .cky-notice .cky-title {
    margin-bottom: 4px !important;
    font-size: 15px !important;
    line-height: 1.15 !important;
  }

  .cky-notice-des,
  .cky-notice-des p {
    max-height: 48px !important;
    overflow-y: auto !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  .cky-notice-btn-wrapper {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 6px !important;
    margin-top: 8px !important;
  }

  .cky-notice-btn-wrapper .cky-btn {
    width: 100% !important;
    min-height: 34px !important;
    margin: 0 !important;
    padding: 6px !important;
    font-size: 12px !important;
  }

  .cky-notice-btn-wrapper .cky-btn-accept {
    grid-column: 1 / -1;
  }

  .cky-modal,
  .cky-preference-center,
  .cky-preference-header,
  .cky-preference-body-wrapper,
  .cky-preference-content-wrapper,
  .cky-accordion-wrapper,
  .cky-accordion,
  .cky-accordion-item,
  .cky-accordion-header-wrapper,
  .cky-footer-wrapper,
  .cky-prefrence-btn-wrapper {
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
    left: 10px !important;
    right: 10px !important;
    transform: none !important;
  }

  .cky-preference-center {
    max-height: calc(100vh - 20px) !important;
    overflow-y: auto !important;
  }

  .joinchat {
    right: 14px !important;
    bottom: 14px !important;
    left: auto !important;
    z-index: 8000 !important;
  }

  .joinchat.joinchat--chatbox .joinchat__chatbox {
    display: none !important;
  }

  .joinchat.joinchat--chatbox .joinchat__open,
  .joinchat .joinchat__open {
    display: flex !important;
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    border-radius: 999px !important;
    overflow: hidden !important;
  }

  .joinchat .joinchat__open__text,
  .joinchat .joinchat__powered {
    display: none !important;
  }

  .joinchat .joinchat__open__icon {
    width: 58px !important;
    height: 58px !important;
  }
}

.mobile-bottom-nav {
  display: none;
}

@media (max-width: 760px) {
  body {
    padding-bottom: calc(82px + env(safe-area-inset-bottom, 0px));
  }

  .mobile-bottom-nav {
    position: fixed;
    right: 10px;
    bottom: 8px;
    left: 10px;
    z-index: 8500;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
    min-height: 66px;
    padding: 7px 8px calc(7px + env(safe-area-inset-bottom, 0px));
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(38, 30, 20, .12);
    border-radius: 16px;
    box-shadow: 0 14px 34px rgba(38, 30, 20, .16);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .mobile-bottom-nav__item {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    color: #111;
    text-decoration: none;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    -webkit-tap-highlight-color: transparent;
  }

  .mobile-bottom-nav__item:active,
  .mobile-bottom-nav__item:focus-visible {
    background: #f3eee7;
    outline: none;
  }

  .mobile-bottom-nav__item svg {
    width: 21px;
    height: 21px;
    stroke-width: 2.25;
  }

  .mobile-bottom-nav__icon-wrap {
    position: relative;
    display: inline-flex;
  }

  .mobile-bottom-nav__badge {
    position: absolute;
    top: -8px;
    right: -11px;
    display: inline-flex;
    min-width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    color: #fff;
    background: #e84a2a;
    border: 2px solid #fff;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 4px 10px rgba(232, 74, 42, .28);
  }

  .joinchat {
    bottom: calc(88px + env(safe-area-inset-bottom, 0px)) !important;
  }

  .cky-consent-container,
  .cky-consent-container.cky-box-bottom-left,
  .cky-consent-container.cky-box-bottom-right {
    bottom: calc(84px + env(safe-area-inset-bottom, 0px)) !important;
  }
}
