{"product_id":"https-sianamyphotography-com-high-quality-standard-postcards","title":"Standard Postcard - Original Photography | Sian Amy","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e\u003cmeta name=\"description\" content=\"Original nature and travel photography printed on thick matte cardstock. A genuine, mailable piece of art — built to be written on, sent, framed, or kept.\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:wght@600;700\u0026amp;family=Jost:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --sa-cream: #faf6f0;\n    --sa-paper: #fffdfa;\n    --sa-ink: #2e2a25;\n    --sa-sage: #7a8b73;\n    --sa-terracotta: #c97b56;\n    --sa-dustyblue: #7f97a3;\n    --sa-gold: #c9a35c;\n  }\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n  body {\n    font-family: 'Jost', sans-serif;\n    background: var(--sa-cream);\n    color: var(--sa-ink);\n    line-height: 1.7;\n  }\n  .sa-wrap {\n    max-width: 700px;\n    margin: 0 auto;\n    padding: 30px 22px 44px;\n  }\n\n  \/* HERO - postcard-stack illustration feel *\/\n  .sa-hero {\n    background: var(--sa-paper);\n    border: 1.5px solid #e2dccf;\n    border-radius: 18px;\n    padding: 36px 28px;\n    margin-bottom: 26px;\n    position: relative;\n    overflow: hidden;\n    text-align: center;\n  }\n  .sa-hero::before {\n    content: '';\n    position: absolute;\n    top: 18px;\n    left: 18px;\n    width: 46px;\n    height: 32px;\n    border: 2px solid var(--sa-sage);\n    border-radius: 4px;\n    transform: rotate(-8deg);\n    opacity: 0.5;\n  }\n  .sa-hero::after {\n    content: '';\n    position: absolute;\n    bottom: 18px;\n    right: 22px;\n    width: 46px;\n    height: 32px;\n    border: 2px solid var(--sa-terracotta);\n    border-radius: 4px;\n    transform: rotate(7deg);\n    opacity: 0.5;\n  }\n  .sa-eyebrow {\n    display: inline-block;\n    color: var(--sa-terracotta);\n    font-weight: 600;\n    font-size: 0.72rem;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    margin-bottom: 14px;\n  }\n  .sa-hero h1 {\n    font-family: 'Cormorant Garamond', serif;\n    font-weight: 700;\n    color: var(--sa-ink);\n    font-size: 2.2rem;\n    line-height: 1.15;\n    margin-bottom: 10px;\n  }\n  .sa-hero .sa-tagline {\n    color: #6b6358;\n    font-style: italic;\n    font-size: 0.98rem;\n    max-width: 420px;\n    margin: 0 auto;\n  }\n  .sa-stamp {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    margin-top: 18px;\n    background: var(--sa-sage);\n    color: #fff;\n    font-size: 0.78rem;\n    font-weight: 600;\n    padding: 6px 14px;\n    border-radius: 20px;\n  }\n\n  \/* INTRO *\/\n  .sa-intro {\n    font-size: 1.02rem;\n    color: #3a3530;\n    margin-bottom: 28px;\n  }\n  .sa-intro strong {\n    color: var(--sa-terracotta);\n    font-weight: 600;\n  }\n\n  \/* SECTION TITLE *\/\n  .sa-section-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-weight: 700;\n    font-size: 1.3rem;\n    color: var(--sa-ink);\n    margin-bottom: 16px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .sa-section-title::before {\n    content: '✎';\n    color: var(--sa-terracotta);\n    font-size: 1.1rem;\n  }\n\n  \/* FEATURE CARDS *\/\n  .sa-feature-grid {\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n    margin-bottom: 32px;\n  }\n  .sa-feature-card {\n    background: var(--sa-paper);\n    border: 1.5px solid #e8e2d5;\n    border-radius: 14px;\n    padding: 16px 18px;\n    display: flex;\n    gap: 14px;\n    align-items: flex-start;\n    transition: border-color 0.2s;\n  }\n  .sa-feature-card:nth-child(1) { border-left: 4px solid var(--sa-sage); }\n  .sa-feature-card:nth-child(2) { border-left: 4px solid var(--sa-terracotta); }\n  .sa-feature-card:nth-child(3) { border-left: 4px solid var(--sa-dustyblue); }\n  .sa-feature-card:nth-child(4) { border-left: 4px solid var(--sa-gold); }\n  .sa-feature-card:nth-child(5) { border-left: 4px solid var(--sa-sage); }\n  .sa-feature-icon {\n    flex-shrink: 0;\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    background: var(--sa-cream);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 1.05rem;\n  }\n  .sa-feature-text strong {\n    display: block;\n    font-size: 0.97rem;\n    margin-bottom: 3px;\n    color: var(--sa-ink);\n  }\n  .sa-feature-text span {\n    font-size: 0.89rem;\n    color: #7a7264;\n  }\n\n  \/* WHO IT'S FOR CALLOUT *\/\n  .sa-callout {\n    background: linear-gradient(135deg, #eef1e9 0%, #f5ede4 100%);\n    border-radius: 16px;\n    padding: 24px 24px;\n    margin-bottom: 26px;\n    position: relative;\n  }\n  .sa-callout::before {\n    content: '✉';\n    position: absolute;\n    top: 16px;\n    right: 20px;\n    font-size: 1.5rem;\n    color: rgba(122,139,115,0.3);\n  }\n  .sa-callout .sa-callout-label {\n    font-family: 'Cormorant Garamond', serif;\n    font-weight: 700;\n    font-size: 1.05rem;\n    color: var(--sa-sage);\n    margin-bottom: 12px;\n  }\n  .sa-callout p {\n    font-size: 0.95rem;\n    color: #3a3530;\n    margin: 0 0 10px;\n  }\n  .sa-callout p:last-child { margin-bottom: 0; }\n  .sa-callout strong { color: var(--sa-terracotta); }\n\n  \/* TAG ROW *\/\n  .sa-tag-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 30px;\n  }\n  .sa-tag {\n    background: var(--sa-paper);\n    border: 1px solid var(--sa-sage);\n    color: var(--sa-sage);\n    font-size: 0.78rem;\n    font-weight: 500;\n    padding: 6px 13px;\n    border-radius: 20px;\n  }\n  .sa-tag.alt { border-color: var(--sa-terracotta); color: var(--sa-terracotta); }\n  .sa-tag.alt2 { border-color: var(--sa-dustyblue); color: var(--sa-dustyblue); }\n\n  \/* SIGNATURE LINE *\/\n  .sa-signature {\n    text-align: center;\n    font-family: 'Cormorant Garamond', serif;\n    font-style: italic;\n    font-weight: 600;\n    font-size: 1.15rem;\n    color: var(--sa-ink);\n    margin-bottom: 26px;\n  }\n  .sa-signature span { color: var(--sa-terracotta); }\n\n  \/* FOOTER *\/\n  .sa-footer-strip {\n    text-align: center;\n    font-size: 0.82rem;\n    color: #a39a8a;\n    border-top: 1px solid #e8e2d5;\n    padding-top: 16px;\n  }\n  .sa-footer-strip strong { color: var(--sa-ink); }\n\u003c\/style\u003e\n\u003cdiv class=\"sa-wrap\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"sa-hero\"\u003e\n\u003cspan class=\"sa-eyebrow\"\u003eOriginal Photography · Postcards\u003c\/span\u003e\n\u003ch1\u003eStandard Postcard\u003c\/h1\u003e\n\u003cp class=\"sa-tagline\"\u003eA genuine piece of original photography, small enough to mail anywhere in the world.\u003c\/p\u003e\n\u003cspan class=\"sa-stamp\"\u003e✦ 4\" x 6\" · Matte Cardstock\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- INTRO --\u003e\n\u003cp class=\"sa-intro\"\u003eSome messages deserve more than a text. The \u003cstrong\u003eStandard Postcard\u003c\/strong\u003e turns a quick \"thinking of you\" into something worth keeping, a genuine piece of original nature and travel photography, printed onto thick, high-quality matte cardstock, and small enough to slip into an envelope and send anywhere in the world. No generic rack design, no stock photon - just real photography with a real story behind it, built to be written on, mailed, framed, or kept.\u003c\/p\u003e\n\u003c!-- FEATURES --\u003e\n\u003cdiv class=\"sa-section-title\"\u003eWhy You'll Want to Keep One Too\u003c\/div\u003e\n\u003cdiv class=\"sa-feature-grid\"\u003e\n\u003cdiv class=\"sa-feature-card\"\u003e\n\u003cdiv class=\"sa-feature-icon\"\u003e🤍\u003c\/div\u003e\n\u003cdiv class=\"sa-feature-text\"\u003e\n\u003cstrong\u003eFeels premium the moment you pick it up\u003c\/strong\u003e \u003cspan\u003eThick matte cardstock (260–350 g\/m²) means this never feels flimsy or disposable like a typical printed postcard.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sa-feature-card\"\u003e\n\u003cdiv class=\"sa-feature-icon\"\u003e✉️\u003c\/div\u003e\n\u003cdiv class=\"sa-feature-text\"\u003e\n\u003cstrong\u003eMails without a fuss\u003c\/strong\u003e \u003cspan\u003eThe standard 4\" x 6\" size fits regular postage rates and envelopes, no extra cost or awkward sizing to deal with.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sa-feature-card\"\u003e\n\u003cdiv class=\"sa-feature-icon\"\u003e🛡️\u003c\/div\u003e\n\u003cdiv class=\"sa-feature-text\"\u003e\n\u003cstrong\u003eArrives looking exactly as sent\u003c\/strong\u003e \u003cspan\u003eThe coated outer surface protects the photograph from smudging, fingerprints, and handling wear in transit.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sa-feature-card\"\u003e\n\u003cdiv class=\"sa-feature-icon\"\u003e📷\u003c\/div\u003e\n\u003cdiv class=\"sa-feature-text\"\u003e\n\u003cstrong\u003eGenuinely one of a kind\u003c\/strong\u003e \u003cspan\u003eEvery postcard features a real photo taken personally, so no two designs feel mass-produced or interchangeable.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sa-feature-card\"\u003e\n\u003cdiv class=\"sa-feature-icon\"\u003e🖋️\u003c\/div\u003e\n\u003cdiv class=\"sa-feature-text\"\u003e\n\u003cstrong\u003eBuilt for more than just mailing\u003c\/strong\u003e \u003cspan\u003eA blank, writable back leaves plenty of room for a personal note, while the sturdy card doubles easily as tiny wall art.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHO IT'S FOR --\u003e\n\u003cdiv class=\"sa-callout\"\u003e\n\u003cdiv class=\"sa-callout-label\"\u003eMade For The Sentimental \u0026amp; The Far Away\u003c\/div\u003e\n\u003cp\u003eGift-givers looking for something more personal than a shop-rack card. Travelers and postcrossers who document their trips through the postcards they send. Journal and scrapbook keepers after small, beautiful imagery. Existing fans wanting an affordable way to own a piece of the work. And \u003cstrong\u003eanyone sending a quick \"thinking of you\"\u003c\/strong\u003e that deserves to feel like a small gift.\u003c\/p\u003e\n\u003cp\u003eMail it the traditional way, slip it into a gift, use it as a bookmark, or pin it up and let it live as a small piece of art on its own.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- TAGS --\u003e\n\u003cdiv class=\"sa-tag-row\"\u003e\n\u003cspan class=\"sa-tag\"\u003eGift Giving\u003c\/span\u003e \u003cspan class=\"sa-tag alt\"\u003ePostcrossing\u003c\/span\u003e \u003cspan class=\"sa-tag alt2\"\u003eJournaling\u003c\/span\u003e \u003cspan class=\"sa-tag\"\u003eWall Display\u003c\/span\u003e \u003cspan class=\"sa-tag alt\"\u003eKeepsake\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sa-signature\"\u003eA small note, \u003cspan\u003ea real story.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sa-footer-strip\"\u003e\n\u003cstrong\u003eSian Amy Photography\u003c\/strong\u003e — Original Nature \u0026amp; Travel Photography.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Sian Amy Photography","offers":[{"title":"Default Title","offer_id":57030782583164,"sku":"1227908_11513","price":4.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0927\/0997\/8492\/files\/standard-postcard-4x6-front-6a36984420d3c.jpg?v=1781962831","url":"https:\/\/sianamyphotography.com\/products\/https-sianamyphotography-com-high-quality-standard-postcards","provider":"Sian Amy Photography","version":"1.0","type":"link"}