/* v165 — premium wall art section */
.wallArtSection{background:#f0e9dc;color:#1a1814;border-top:1px solid #dbcbb0;border-bottom:1px solid #dbcbb0}
.wallArtSection .head h2,.wallArtSection h3{color:#201b14}
.wallArtSection .head p,.wallArtSection .wallArtLead,.wallArtSection .wallArtCard p{color:#5f584d}
.wallArtGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}
.wallArtCard{background:#fbf7f0;border:1px solid #d8c7a8;box-shadow:0 16px 34px rgba(0,0,0,.07);padding:18px;display:flex;flex-direction:column;gap:14px}
.wallArtImage{background:#e9e1d2;border:1px solid #d6c3a2;overflow:hidden}
.wallArtImage img{width:100%;height:100%;display:block;object-fit:cover;aspect-ratio:1/1}
.wallArtCard .eyebrow{color:#8b6a39}
.wallArtPrice{font:32px Georgia,serif;color:#2b2218;margin-top:auto}
.wallArtNote{font-size:12px;color:#796f60}
.wallArtCard .shopbtn{margin-top:4px}
@media(max-width:980px){.wallArtGrid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:720px){.wallArtGrid{grid-template-columns:1fr;}}
