{"id":443,"date":"2018-03-20T10:14:09","date_gmt":"2018-03-20T10:14:09","guid":{"rendered":"http:\/\/cameragearuk.com\/home\/?page_id=443"},"modified":"2026-06-19T09:27:55","modified_gmt":"2026-06-19T08:27:55","slug":"payment","status":"publish","type":"page","link":"https:\/\/cameragearuk.com\/home\/payment\/","title":{"rendered":"Postage &#038; Payment"},"content":{"rendered":"\n<!-- ============================================================\n     CameraGearUK \u2014 Postage & Payment Page\n     Paste this entire block into a WordPress Custom HTML block.\n     ============================================================ -->\n\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,600;0,700;1,400&#038;family=Inter:wght@300;400;500&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n  .cguk-payment {\n    max-width: 960px;\n    margin: 0 auto;\n    padding: 48px 24px 72px;\n    font-family: 'Inter', sans-serif;\n    color: #1a1a1a;\n    box-sizing: border-box;\n  }\n\n  .cguk-payment * {\n    box-sizing: border-box;\n  }\n\n  \/* \u2500\u2500 Hero \u2500\u2500 *\/\n  .pp-hero {\n    background: #f5f3ef;\n    border-radius: 16px;\n    padding: 56px 48px 48px;\n    margin-bottom: 20px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .pp-deco {\n    position: absolute;\n    right: -30px;\n    top: 50%;\n    transform: translateY(-50%);\n    opacity: 0.06;\n    pointer-events: none;\n  }\n\n  .pp-eyebrow {\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: #888;\n    margin: 0 0 16px;\n  }\n\n  .pp-hero h1 {\n    font-family: 'Playfair Display', serif;\n    font-size: 2.8rem;\n    font-weight: 700;\n    line-height: 1.12;\n    margin: 0 0 16px;\n    color: #1a1a1a;\n  }\n\n  .pp-hero h1 em {\n    font-style: italic;\n    font-weight: 400;\n    color: #888;\n  }\n\n  .pp-hero p {\n    font-size: 15px;\n    color: #666;\n    margin: 0;\n    font-weight: 300;\n    line-height: 1.8;\n    max-width: 460px;\n  }\n\n  \/* \u2500\u2500 Payment method cards \u2500\u2500 *\/\n  .pp-grid2 {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 16px;\n    margin-bottom: 20px;\n  }\n\n  .pp-pay-card {\n    background: #fff;\n    border: 1px solid #e8e4df;\n    border-radius: 14px;\n    padding: 32px 24px;\n    text-align: center;\n  }\n\n  .pp-pay-icon {\n    width: 48px;\n    height: 48px;\n    background: #f5f3ef;\n    border: 1px solid #e8e4df;\n    border-radius: 12px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 16px;\n  }\n\n  .pp-pay-icon svg {\n    width: 22px;\n    height: 22px;\n    stroke: #C8860A;\n    fill: none;\n    stroke-width: 1.75;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .pp-pay-title {\n    font-size: 15px;\n    font-weight: 500;\n    color: #1a1a1a;\n    margin: 0 0 8px;\n  }\n\n  .pp-pay-body {\n    font-size: 13px;\n    color: #888;\n    margin: 0;\n    line-height: 1.65;\n  }\n\n  \/* \u2500\u2500 Q&A section \u2500\u2500 *\/\n  .pp-section {\n    background: #fff;\n    border: 1px solid #e8e4df;\n    border-radius: 14px;\n    padding: 32px 36px;\n    margin-bottom: 20px;\n  }\n\n  .pp-section-label {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n    color: #bbb;\n    border-bottom: 1px solid #ece8e3;\n    padding-bottom: 10px;\n    margin-bottom: 24px;\n  }\n\n  .pp-qa {\n    border-bottom: 1px solid #f0ece8;\n    padding-bottom: 22px;\n    margin-bottom: 22px;\n  }\n\n  .pp-qa:last-child {\n    border-bottom: none;\n    padding-bottom: 0;\n    margin-bottom: 0;\n  }\n\n  .pp-q {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.1rem;\n    font-weight: 600;\n    color: #1a1a1a;\n    margin: 0 0 10px;\n  }\n\n  .pp-a {\n    font-size: 14px;\n    color: #666;\n    margin: 0;\n    line-height: 1.85;\n  }\n\n  .pp-a strong {\n    color: #1a1a1a;\n    font-weight: 500;\n  }\n\n  .pp-a a {\n    color: #C8860A;\n    text-decoration: none;\n    font-weight: 500;\n  }\n\n  .pp-a a:hover {\n    text-decoration: underline;\n  }\n\n  \/* \u2500\u2500 Urgent panel \u2500\u2500 *\/\n  .pp-urgent {\n    background: #1a1a1a;\n    border-radius: 14px;\n    padding: 32px 36px;\n    margin-bottom: 20px;\n    display: flex;\n    gap: 24px;\n    align-items: flex-start;\n  }\n\n  .pp-urgent-icon {\n    width: 48px;\n    height: 48px;\n    background: rgba(200, 134, 10, 0.15);\n    border-radius: 12px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n  }\n\n  .pp-urgent-icon svg {\n    width: 22px;\n    height: 22px;\n    stroke: #C8860A;\n    fill: none;\n    stroke-width: 1.75;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .pp-urgent h3 {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.25rem;\n    font-weight: 700;\n    color: #fff;\n    margin: 0 0 10px;\n  }\n\n  .pp-urgent p {\n    font-size: 14px;\n    color: #aaa;\n    margin: 0 0 18px;\n    line-height: 1.8;\n  }\n\n  .pp-urgent strong {\n    color: #fff;\n  }\n\n  .pp-urgent a {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    padding: 11px 22px;\n    background: #C8860A;\n    color: #fff;\n    border-radius: 8px;\n    font-size: 13px;\n    font-weight: 500;\n    text-decoration: none;\n    font-family: 'Inter', sans-serif;\n    transition: background 0.15s;\n  }\n\n  .pp-urgent a:hover {\n    background: #a86f08;\n    color: #fff;\n    text-decoration: none;\n  }\n\n  \/* \u2500\u2500 Trust strip \u2500\u2500 *\/\n  .pp-strip {\n    display: flex;\n    flex-wrap: wrap;\n    background: #f5f3ef;\n    border-radius: 14px;\n    padding: 20px 28px;\n    align-items: center;\n    gap: 0;\n  }\n\n  .pp-strip-item {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 13px;\n    color: #555;\n    padding: 6px 20px 6px 0;\n    margin-right: 20px;\n    border-right: 1px solid #ddd;\n  }\n\n  .pp-strip-item:last-child {\n    border-right: none;\n    margin-right: 0;\n    padding-right: 0;\n  }\n\n  .pp-strip-item svg {\n    width: 16px;\n    height: 16px;\n    stroke: #C8860A;\n    fill: none;\n    stroke-width: 1.75;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n    flex-shrink: 0;\n  }\n\n  \/* \u2500\u2500 Responsive \u2500\u2500 *\/\n  @media (max-width: 660px) {\n    .pp-hero {\n      padding: 36px 24px 32px;\n    }\n    .pp-hero h1 {\n      font-size: 2rem;\n    }\n    .pp-grid2 {\n      grid-template-columns: 1fr;\n    }\n    .pp-section {\n      padding: 24px 20px;\n    }\n    .pp-urgent {\n      flex-direction: column;\n      gap: 16px;\n      padding: 24px 20px;\n    }\n    .pp-strip {\n      flex-direction: column;\n      align-items: flex-start;\n      gap: 10px;\n    }\n    .pp-strip-item {\n      border-right: none;\n      margin-right: 0;\n      padding-right: 0;\n    }\n  }\n<\/style>\n\n<div class=\"cguk-payment\">\n\n  <!-- HERO -->\n  <div class=\"pp-hero\">\n    <svg class=\"pp-deco\" width=\"280\" height=\"280\" viewBox=\"0 0 280 280\" fill=\"none\" aria-hidden=\"true\">\n      <circle cx=\"140\" cy=\"140\" r=\"135\" stroke=\"#1a1a1a\" stroke-width=\"2\"\/>\n      <circle cx=\"140\" cy=\"140\" r=\"108\" stroke=\"#1a1a1a\" stroke-width=\"1.5\"\/>\n      <circle cx=\"140\" cy=\"140\" r=\"70\" stroke=\"#1a1a1a\" stroke-width=\"1\"\/>\n      <circle cx=\"140\" cy=\"140\" r=\"38\" stroke=\"#1a1a1a\" stroke-width=\"0.75\"\/>\n      <line x1=\"140\" y1=\"5\" x2=\"140\" y2=\"275\" stroke=\"#1a1a1a\" stroke-width=\"0.5\"\/>\n      <line x1=\"5\" y1=\"140\" x2=\"275\" y2=\"140\" stroke=\"#1a1a1a\" stroke-width=\"0.5\"\/>\n      <line x1=\"42\" y1=\"42\" x2=\"238\" y2=\"238\" stroke=\"#1a1a1a\" stroke-width=\"0.5\"\/>\n      <line x1=\"238\" y1=\"42\" x2=\"42\" y2=\"238\" stroke=\"#1a1a1a\" stroke-width=\"0.5\"\/>\n    <\/svg>\n\n    <p class=\"pp-eyebrow\">Postage &amp; payment<\/p>\n    <h1>How we get your<br><em>gear to you<\/em><\/h1>\n    <p>Everything you need to know about how we take payment, how we ship, and what to expect once you&#8217;ve ordered.<\/p>\n  <\/div>\n\n  <!-- PAYMENT METHODS -->\n  <div class=\"pp-grid2\">\n    <div class=\"pp-pay-card\">\n      <div class=\"pp-pay-icon\">\n        <svg viewBox=\"0 0 24 24\"><path d=\"M20 7H4a2 2 0 00-2 2v6a2 2 0 002 2h16a2 2 0 002-2V9a2 2 0 00-2-2z\"\/><line x1=\"1\" y1=\"12\" x2=\"23\" y2=\"12\"\/><\/svg>\n      <\/div>\n      <p class=\"pp-pay-title\">Debit &amp; credit card<\/p>\n      <p class=\"pp-pay-body\">Pay securely online at checkout, or by phone if you&#8217;d prefer to speak to someone<\/p>\n    <\/div>\n    <div class=\"pp-pay-card\">\n      <div class=\"pp-pay-icon\">\n        <svg viewBox=\"0 0 24 24\"><path d=\"M7 11c0-2.21 1.79-4 4-4h2c2.21 0 4 1.79 4 4s-1.79 4-4 4h-1\"\/><path d=\"M17 13c0 2.21-1.79 4-4 4H11c-2.21 0-4-1.79-4-4s1.79-4 4-4h1\"\/><\/svg>\n      <\/div>\n      <p class=\"pp-pay-title\">PayPal<\/p>\n      <p class=\"pp-pay-body\">Pay with your PayPal account at checkout \u2014 fast, familiar, and secure<\/p>\n    <\/div>\n  <\/div>\n\n  <!-- Q&A -->\n  <div class=\"pp-section\">\n    <p class=\"pp-section-label\">Postage &amp; delivery<\/p>\n\n    <div class=\"pp-qa\">\n      <p class=\"pp-q\">How are items posted?<\/p>\n      <p class=\"pp-a\">The large majority of UK orders are dispatched via <strong>Royal Mail 48hr service<\/strong>. Royal Mail collect from us Monday to Friday between 2pm and 3:30pm. We aim to dispatch all orders within <strong>72 hours of purchase<\/strong> \u2014 we&#8217;ll notify you as soon as your item is on its way.<\/p>\n    <\/div>\n\n    <div class=\"pp-qa\">\n      <p class=\"pp-q\">How long does UK delivery take?<\/p>\n      <p class=\"pp-a\">Most UK orders arrive within 1\u20133 working days. We allow <strong>14 days<\/strong> before considering an item lost. If you&#8217;re concerned about where your order is, please <a href=\"\/home\/contact-us\/\">contact us<\/a> and we&#8217;ll do our best to help.<\/p>\n    <\/div>\n\n    <div class=\"pp-qa\">\n      <p class=\"pp-q\">Do you ship outside the UK?<\/p>\n      <p class=\"pp-a\">Yes \u2014 we ship internationally via Royal Mail. Delivery times vary by destination. Please <a href=\"\/home\/contact-us\/\">contact us<\/a> before ordering if you&#8217;d like details on overseas delivery options and timescales.<\/p>\n    <\/div>\n\n    <div class=\"pp-qa\">\n      <p class=\"pp-q\">Can I collect in person?<\/p>\n      <p class=\"pp-a\">Unfortunately we don&#8217;t offer customer collection from our premises. If you need an item quickly, please <a href=\"\/home\/contact-us\/\">get in touch<\/a> and we&#8217;ll do our best to find a faster delivery option for you.<\/p>\n    <\/div>\n  <\/div>\n\n  <!-- URGENT PANEL -->\n  <div class=\"pp-urgent\">\n    <div class=\"pp-urgent-icon\">\n      <svg viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><polyline points=\"12 6 12 12 16 14\"\/><\/svg>\n    <\/div>\n    <div>\n      <h3>Need something urgently?<\/h3>\n      <p>Select <strong>Royal Mail Special Delivery<\/strong> at checkout \u2014 it&#8217;s the only guaranteed timed service we offer. All other services typically deliver within 1\u20133 working days but are not guaranteed.<\/p>\n      <a href=\"\/home\/\">Browse the shop<\/a>\n    <\/div>\n  <\/div>\n\n  <!-- TRUST STRIP -->\n  <div class=\"pp-strip\">\n    <div class=\"pp-strip-item\">\n      <svg viewBox=\"0 0 24 24\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/><\/svg>\n      Secure checkout\n    <\/div>\n    <div class=\"pp-strip-item\">\n      <svg viewBox=\"0 0 24 24\"><rect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\/><polygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\/><circle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\/><circle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\/><\/svg>\n      Royal Mail dispatch\n    <\/div>\n    <div class=\"pp-strip-item\">\n      <svg viewBox=\"0 0 24 24\"><path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0118 0z\"\/><circle cx=\"12\" cy=\"10\" r=\"3\"\/><\/svg>\n      Shipped from Norwich, UK\n    <\/div>\n    <div class=\"pp-strip-item\">\n      <svg viewBox=\"0 0 24 24\"><path d=\"M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07A19.5 19.5 0 013.07 9.81a19.79 19.79 0 01-3.07-8.63A2 2 0 012 .18h3a2 2 0 012 1.72c.127.96.361 1.903.7 2.81a2 2 0 01-.45 2.11L6.09 7.91a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0122 14.92z\"\/><\/svg>\n      Phone payments available\n    <\/div>\n  <\/div>\n\n<\/div>\n<!-- end cguk-payment -->\n\n","protected":false},"excerpt":{"rendered":"<p>Postage &amp; payment How we get yourgear to you Everything you need to know about how we take payment, how we ship, and what to expect once you&#8217;ve ordered. Debit &amp; credit card Pay securely online at checkout, or by phone if you&#8217;d prefer to speak to someone PayPal Pay with your PayPal account at [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-443","page","type-page","status-publish","hentry"],"blocksy_meta":{"page_structure_type":"type-4","styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":6}},"_links":{"self":[{"href":"https:\/\/cameragearuk.com\/home\/wp-json\/wp\/v2\/pages\/443","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cameragearuk.com\/home\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cameragearuk.com\/home\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cameragearuk.com\/home\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cameragearuk.com\/home\/wp-json\/wp\/v2\/comments?post=443"}],"version-history":[{"count":22,"href":"https:\/\/cameragearuk.com\/home\/wp-json\/wp\/v2\/pages\/443\/revisions"}],"predecessor-version":[{"id":6755,"href":"https:\/\/cameragearuk.com\/home\/wp-json\/wp\/v2\/pages\/443\/revisions\/6755"}],"wp:attachment":[{"href":"https:\/\/cameragearuk.com\/home\/wp-json\/wp\/v2\/media?parent=443"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}