Queen Sari Quilt
/* ------------------------------- Global wrapper ------------------------------- */ .pw-quilt-wrap { max-width : 720px; margin : 0 auto; font-family : -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif; font-size : 0.95rem; line-height : 1.45rem; color : #555; } /* ------------------------------- Quilt image (quilts-ref style) ------------------------------- */ .pw-quilt-img { width : 100%; max-width : 500px; height : auto; display : block; margin : 0 auto 14px auto; transition : transform 0.40s ease, box-shadow 0.40s ease; transform-origin : center center; } .pw-quilt-img:hover { transform : scale(1.10); box-shadow : 0 12px 38px rgba(0,0,0,0.28); } /* ----------------------------