<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Calm Archives - Steve Urwin Original Art</title>
	<atom:link href="https://steveurwin.com/portfolio-tag/calm/feed/" rel="self" type="application/rss+xml" />
	<link>https://steveurwin.com/portfolio-tag/calm/</link>
	<description>Steve Urwin Original Artwork</description>
	<lastBuildDate>Wed, 14 Feb 2024 14:37:59 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
<site xmlns="com-wordpress:feed-additions:1">59266275</site>	<item>
		<title>Golden Nights</title>
		<link>https://steveurwin.com/portfolio/1770/</link>
					<comments>https://steveurwin.com/portfolio/1770/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 14 Feb 2024 14:36:11 +0000</pubDate>
				<guid isPermaLink="false">https://steveurwin.com/?post_type=portfolio&#038;p=1770</guid>

					<description><![CDATA[<p>Golden Nights 30cm x 40cm Acrylic on Canvas £420.00 + shipping</p>
<p>The post <a href="https://steveurwin.com/portfolio/1770/">Golden Nights</a> appeared first on <a href="https://steveurwin.com">Steve Urwin Original Art</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class='wpecpp-container wpecpp-align-left'><form class='wpecpp-form wpecpp-form-disabled' id='r90eafd6a5331b59c5d16646fc90a3dd7' action='#' method='post'>    
    <!-- PayPal SDK Loader with DOM check -->
    <script>
    (function() {
        var sdkId = 'wpecpp-paypal-sdk-164bd0ead142778eff0abfd7cb84f5f0';
        var sdkUrl = 'https://www.paypal.com/sdk/js?client-id=Advx1wc_4Se6ICsYnMXTqWntyS0F1VdRHIeWnT2Qgv0nFi6sD86KEM9DSxcG79rq_weHqfs1uClL1xDy&merchant-id=TSYMDEL7V5M2Y&currency=GBP&intent=capture&components=buttons,funding-eligibility&locale=en_US';
        
        // Check if SDK script already exists in DOM or is being loaded
        if (!document.getElementById(sdkId)) {
            var script = document.createElement('script');
            script.id = sdkId;
            script.src = sdkUrl;
            script.setAttribute('data-partner-attribution-id', 'WPPlugin_STP_CP');
                        document.head.appendChild(script);
        }
    })();
    </script>
    
    <style>
        .wpecpp-paypal-button-container > *,
        .wpecpp-paypal-hosted-fields-container .wpecpp-paypal-btn {
            max-width: 300px;
        }
        .wpecpp-paypal-hosted-fields-container .wpecpp-paypal-btn {
            height: 40px;
        }
    </style>
    
    <script>
        const wpecppPaypalFunding_r90eafd6a5331b59c5d16646fc90a3dd7 = ["paypal"];
    </script>

    <!-- Buttons container -->
    <div id='wpecpp-paypal-button-container-r90eafd6a5331b59c5d16646fc90a3dd7' class='wpecpp-paypal-button-container wpecpp-vertical'></div>

	
    <div id='wpecpp-paypal-message-r90eafd6a5331b59c5d16646fc90a3dd7' class='wpecpp-payment-message'></div>

    <script>
        (function() {
            const message_r90eafd6a5331b59c5d16646fc90a3dd7 = document.getElementById('wpecpp-paypal-message-r90eafd6a5331b59c5d16646fc90a3dd7');
            
            // Wait for SDK to be fully loaded with polling
            function initPayPalButton_r90eafd6a5331b59c5d16646fc90a3dd7() {
                // Check if PayPal SDK is fully loaded with all required methods
                if ( typeof paypal === 'undefined' || 
                     typeof paypal.getFundingSources !== 'function' ||
                     typeof paypal.Buttons !== 'function' ) {
                    // SDK not loaded yet, wait and try again
                    setTimeout(initPayPalButton_r90eafd6a5331b59c5d16646fc90a3dd7, 100);
                    return;
                }

        paypal.getFundingSources().forEach(function (fundingSource) {
            if ( wpecppPaypalFunding_r90eafd6a5331b59c5d16646fc90a3dd7.indexOf(fundingSource) > -1 ) {
                const style = {
                    shape: 'rect',
                    label: 'buynow',
                    height: 40                };

                if ( fundingSource !== 'card' ) {
                    let color = 'gold';
                    if (fundingSource === 'venmo' && color === 'gold') {
                        color = 'blue';
                    } else if (['ideal', 'bancontact', 'giropay', 'eps', 'sofort', 'mybank', 'p24'].indexOf(fundingSource) > -1 && ['gold', 'blue'].indexOf(color) > -1) {
                        color = 'default';
                    }
                    style.color = color;
                }

                const button = paypal.Buttons({
                    fundingSource: fundingSource,
                    style: style,
                    createOrder: function() {
                        message_r90eafd6a5331b59c5d16646fc90a3dd7.innerHTML = '';

                        const form = document.getElementById('r90eafd6a5331b59c5d16646fc90a3dd7'),
                            formData = new FormData(),
                            nameInput = form.querySelector('[name="item_name"]'),
                            priceInput = form.querySelector('[name="amount"]'),
                            quantityInput = form.querySelector('[name="quantity"]');

                        formData.append('action', 'wpecpp-ppcp-order-create');
                        formData.append('nonce', wpecpp.nonce);
                        formData.append('name', nameInput ? nameInput.value : '');
                        formData.append('price', priceInput ? priceInput.value : 0);
                        if (quantityInput) {
                            formData.append('quantity', quantityInput.value);
                        }

                        return fetch(wpecpp.ajaxUrl, {
                            method: 'post',
                            body: formData
                        }).then(function(response) {
                            return response.json();
                        }).then(function(data) {
                            let orderID = false;
                            if (data.success && data.data.order_id) {
                                orderID = data.data.order_id;
                            } else {
                                throw data.data && data.data.message ? data.data.message : 'An unknown error occurred while creating the order. Please reload the page and try again.';
                            }
                            return orderID;
                        });
                    },
                    onApprove: function(data) {
                        const formData = new FormData();

                        formData.append('action', 'wpecpp-ppcp-order-finalize');
                        formData.append('nonce', wpecpp.nonce);
                        formData.append('order_id', data.orderID);

                        return fetch(wpecpp.ajaxUrl, {
                            method: 'post',
                            body: formData
                        }).then(function(response) {
                            return response.json();
                        }).then(function(data) {
                            if (data.success) {
                                if (wpecpp.return.length) {
                                    window.location.href = wpecpp.return;
                                } else {
                                    message_r90eafd6a5331b59c5d16646fc90a3dd7.innerHTML = '<span class="payment-success">' + data.data.message + '</span>';
                                }
                            } else {
                                throw data.data.message;
                            }
                        });
                    },
                    onCancel: function() {
                        if (wpecpp.cancel.length) {
                            window.location.href = wpecpp.cancel;
                        } else {
                            message_r90eafd6a5331b59c5d16646fc90a3dd7.innerHTML = '<span class="payment-error">The payment was cancelled.</span>';
                        }
                    },
                    onError: function (error) {
                        message_r90eafd6a5331b59c5d16646fc90a3dd7.innerHTML = '<span class="payment-error">' + (error ? error : '<strong>Site admin</strong>, an error was detected in the plugin settings.</br>Please check the PayPal connection and product settings (price, name, etc.)') + '</span>';
                    }
                });

                if (button.isEligible()) {
                    button.render('#wpecpp-paypal-button-container-r90eafd6a5331b59c5d16646fc90a3dd7');
                }
            }
        });

                    } // End initPayPalButton function
            
            // Start initialization (will poll until SDK is ready)
            initPayPalButton_r90eafd6a5331b59c5d16646fc90a3dd7();
        })(); // End IIFE
    </script>
    <input type='hidden' name='item_name' value='Golden Nights' /><input type='hidden' name='amount' value='420.00' /></form></div><a href="https://steveurwin.com/wp-content/uploads/2024/02/Golden-Evening.jpg"><img fetchpriority="high" decoding="async" data-attachment-id="1771" data-permalink="https://steveurwin.com/portfolio/1770/golden-evening/" data-orig-file="https://steveurwin.com/wp-content/uploads/2024/02/Golden-Evening.jpg" data-orig-size="750,1024" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;2&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;moto g14&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1707228763&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;4.266&quot;,&quot;iso&quot;:&quot;1168&quot;,&quot;shutter_speed&quot;:&quot;0.02&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="Golden Evening" data-image-description="" data-image-caption="" data-large-file="https://steveurwin.com/wp-content/uploads/2024/02/Golden-Evening.jpg" class="alignleft size-medium wp-image-1771" src="https://steveurwin.com/wp-content/uploads/2024/02/Golden-Evening-220x300.jpg" alt="Golden Evening 220x300 Golden Nights" width="220" height="300" srcset="https://steveurwin.com/wp-content/uploads/2024/02/Golden-Evening-220x300.jpg 220w, https://steveurwin.com/wp-content/uploads/2024/02/Golden-Evening-363x495.jpg 363w, https://steveurwin.com/wp-content/uploads/2024/02/Golden-Evening-660x901.jpg 660w, https://steveurwin.com/wp-content/uploads/2024/02/Golden-Evening.jpg 750w" sizes="(max-width: 220px) 100vw, 220px" /></a><br />
Golden Nights<br />
30cm x 40cm<br />
Acrylic on Canvas<br />
£420.00 + shipping</p>
<p>The post <a href="https://steveurwin.com/portfolio/1770/">Golden Nights</a> appeared first on <a href="https://steveurwin.com">Steve Urwin Original Art</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://steveurwin.com/portfolio/1770/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1770</post-id>	</item>
		<item>
		<title>Peninsula</title>
		<link>https://steveurwin.com/portfolio/peninsula-natural-world/</link>
					<comments>https://steveurwin.com/portfolio/peninsula-natural-world/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 26 Oct 2022 10:25:11 +0000</pubDate>
				<guid isPermaLink="false">https://steveurwin.com/?post_type=portfolio&#038;p=1643</guid>

					<description><![CDATA[<p>Peninsula Acrylic on Canvas 20&#8243; x 24&#8243; 50cm x 60cm £525.00 Shipping from UK</p>
<p>The post <a href="https://steveurwin.com/portfolio/peninsula-natural-world/">Peninsula</a> appeared first on <a href="https://steveurwin.com">Steve Urwin Original Art</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://steveurwin.com/wp-content/uploads/2022/10/IMG_20221021_132055974.jpg"><img decoding="async" data-attachment-id="1647" data-permalink="https://steveurwin.com/portfolio/peninsula-natural-world/img_20221021_132055974/" data-orig-file="https://steveurwin.com/wp-content/uploads/2022/10/IMG_20221021_132055974-e1666780125648.jpg" data-orig-size="768,1024" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="IMG_20221021_132055974" data-image-description="" data-image-caption="" data-large-file="https://steveurwin.com/wp-content/uploads/2022/10/IMG_20221021_132055974-e1666780125648.jpg" class="alignleft size-medium wp-image-1647" src="https://steveurwin.com/wp-content/uploads/2022/10/IMG_20221021_132055974-e1666780125648-225x300.jpg" alt="IMG 20221021 132055974 e1666780125648 225x300 Peninsula" width="225" height="300" srcset="https://steveurwin.com/wp-content/uploads/2022/10/IMG_20221021_132055974-e1666780125648-225x300.jpg 225w, https://steveurwin.com/wp-content/uploads/2022/10/IMG_20221021_132055974-e1666780125648-371x495.jpg 371w, https://steveurwin.com/wp-content/uploads/2022/10/IMG_20221021_132055974-e1666780125648-660x880.jpg 660w, https://steveurwin.com/wp-content/uploads/2022/10/IMG_20221021_132055974-e1666780125648.jpg 768w" sizes="(max-width: 225px) 100vw, 225px" /></a> <a href="https://steveurwin.com/wp-content/uploads/2022/10/IMG_20221021_1321041834.jpg"><img decoding="async" data-attachment-id="1648" data-permalink="https://steveurwin.com/portfolio/peninsula-natural-world/img_20221021_1321041834/" data-orig-file="https://steveurwin.com/wp-content/uploads/2022/10/IMG_20221021_1321041834.jpg" data-orig-size="779,1024" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="IMG_20221021_132104183~4" data-image-description="" data-image-caption="" data-large-file="https://steveurwin.com/wp-content/uploads/2022/10/IMG_20221021_1321041834.jpg" class="alignleft size-medium wp-image-1648" src="https://steveurwin.com/wp-content/uploads/2022/10/IMG_20221021_1321041834-228x300.jpg" alt="IMG 20221021 1321041834 228x300 Peninsula" width="228" height="300" srcset="https://steveurwin.com/wp-content/uploads/2022/10/IMG_20221021_1321041834-228x300.jpg 228w, https://steveurwin.com/wp-content/uploads/2022/10/IMG_20221021_1321041834-768x1010.jpg 768w, https://steveurwin.com/wp-content/uploads/2022/10/IMG_20221021_1321041834-377x495.jpg 377w, https://steveurwin.com/wp-content/uploads/2022/10/IMG_20221021_1321041834-660x868.jpg 660w, https://steveurwin.com/wp-content/uploads/2022/10/IMG_20221021_1321041834.jpg 779w" sizes="(max-width: 228px) 100vw, 228px" /></a></p>
<p><a href="https://steveurwin.com/wp-content/uploads/2022/10/IMG_20221021_1319190684.jpg"><img loading="lazy" decoding="async" data-attachment-id="1645" data-permalink="https://steveurwin.com/portfolio/peninsula-natural-world/img_20221021_1319190684/" data-orig-file="https://steveurwin.com/wp-content/uploads/2022/10/IMG_20221021_1319190684.jpg" data-orig-size="849,1024" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="IMG_20221021_131919068~4" data-image-description="" data-image-caption="" data-large-file="https://steveurwin.com/wp-content/uploads/2022/10/IMG_20221021_1319190684.jpg" class="alignleft size-medium wp-image-1645" src="https://steveurwin.com/wp-content/uploads/2022/10/IMG_20221021_1319190684-249x300.jpg" alt="IMG 20221021 1319190684 249x300 Peninsula" width="249" height="300" srcset="https://steveurwin.com/wp-content/uploads/2022/10/IMG_20221021_1319190684-249x300.jpg 249w, https://steveurwin.com/wp-content/uploads/2022/10/IMG_20221021_1319190684-768x926.jpg 768w, https://steveurwin.com/wp-content/uploads/2022/10/IMG_20221021_1319190684-410x495.jpg 410w, https://steveurwin.com/wp-content/uploads/2022/10/IMG_20221021_1319190684-660x796.jpg 660w, https://steveurwin.com/wp-content/uploads/2022/10/IMG_20221021_1319190684.jpg 849w" sizes="auto, (max-width: 249px) 100vw, 249px" /></a></p>
<p>Peninsula<br />
Acrylic on Canvas<br />
20&#8243; x 24&#8243;<br />
50cm x 60cm<br />
£525.00<br />
Shipping from UK<br />
<div class='wpecpp-container wpecpp-align-left'><form class='wpecpp-form wpecpp-form-disabled' id='r61b2d3fb084844695183438e87cacd0d' action='#' method='post'>    
    <!-- PayPal SDK Loader with DOM check -->
    <script>
    (function() {
        var sdkId = 'wpecpp-paypal-sdk-164bd0ead142778eff0abfd7cb84f5f0';
        var sdkUrl = 'https://www.paypal.com/sdk/js?client-id=Advx1wc_4Se6ICsYnMXTqWntyS0F1VdRHIeWnT2Qgv0nFi6sD86KEM9DSxcG79rq_weHqfs1uClL1xDy&merchant-id=TSYMDEL7V5M2Y&currency=GBP&intent=capture&components=buttons,funding-eligibility&locale=en_US';
        
        // Check if SDK script already exists in DOM or is being loaded
        if (!document.getElementById(sdkId)) {
            var script = document.createElement('script');
            script.id = sdkId;
            script.src = sdkUrl;
            script.setAttribute('data-partner-attribution-id', 'WPPlugin_STP_CP');
                        document.head.appendChild(script);
        }
    })();
    </script>
    
    <style>
        .wpecpp-paypal-button-container > *,
        .wpecpp-paypal-hosted-fields-container .wpecpp-paypal-btn {
            max-width: 300px;
        }
        .wpecpp-paypal-hosted-fields-container .wpecpp-paypal-btn {
            height: 40px;
        }
    </style>
    
    <script>
        const wpecppPaypalFunding_r61b2d3fb084844695183438e87cacd0d = ["paypal"];
    </script>

    <!-- Buttons container -->
    <div id='wpecpp-paypal-button-container-r61b2d3fb084844695183438e87cacd0d' class='wpecpp-paypal-button-container wpecpp-vertical'></div>

	
    <div id='wpecpp-paypal-message-r61b2d3fb084844695183438e87cacd0d' class='wpecpp-payment-message'></div>

    <script>
        (function() {
            const message_r61b2d3fb084844695183438e87cacd0d = document.getElementById('wpecpp-paypal-message-r61b2d3fb084844695183438e87cacd0d');
            
            // Wait for SDK to be fully loaded with polling
            function initPayPalButton_r61b2d3fb084844695183438e87cacd0d() {
                // Check if PayPal SDK is fully loaded with all required methods
                if ( typeof paypal === 'undefined' || 
                     typeof paypal.getFundingSources !== 'function' ||
                     typeof paypal.Buttons !== 'function' ) {
                    // SDK not loaded yet, wait and try again
                    setTimeout(initPayPalButton_r61b2d3fb084844695183438e87cacd0d, 100);
                    return;
                }

        paypal.getFundingSources().forEach(function (fundingSource) {
            if ( wpecppPaypalFunding_r61b2d3fb084844695183438e87cacd0d.indexOf(fundingSource) > -1 ) {
                const style = {
                    shape: 'rect',
                    label: 'buynow',
                    height: 40                };

                if ( fundingSource !== 'card' ) {
                    let color = 'gold';
                    if (fundingSource === 'venmo' && color === 'gold') {
                        color = 'blue';
                    } else if (['ideal', 'bancontact', 'giropay', 'eps', 'sofort', 'mybank', 'p24'].indexOf(fundingSource) > -1 && ['gold', 'blue'].indexOf(color) > -1) {
                        color = 'default';
                    }
                    style.color = color;
                }

                const button = paypal.Buttons({
                    fundingSource: fundingSource,
                    style: style,
                    createOrder: function() {
                        message_r61b2d3fb084844695183438e87cacd0d.innerHTML = '';

                        const form = document.getElementById('r61b2d3fb084844695183438e87cacd0d'),
                            formData = new FormData(),
                            nameInput = form.querySelector('[name="item_name"]'),
                            priceInput = form.querySelector('[name="amount"]'),
                            quantityInput = form.querySelector('[name="quantity"]');

                        formData.append('action', 'wpecpp-ppcp-order-create');
                        formData.append('nonce', wpecpp.nonce);
                        formData.append('name', nameInput ? nameInput.value : '');
                        formData.append('price', priceInput ? priceInput.value : 0);
                        if (quantityInput) {
                            formData.append('quantity', quantityInput.value);
                        }

                        return fetch(wpecpp.ajaxUrl, {
                            method: 'post',
                            body: formData
                        }).then(function(response) {
                            return response.json();
                        }).then(function(data) {
                            let orderID = false;
                            if (data.success && data.data.order_id) {
                                orderID = data.data.order_id;
                            } else {
                                throw data.data && data.data.message ? data.data.message : 'An unknown error occurred while creating the order. Please reload the page and try again.';
                            }
                            return orderID;
                        });
                    },
                    onApprove: function(data) {
                        const formData = new FormData();

                        formData.append('action', 'wpecpp-ppcp-order-finalize');
                        formData.append('nonce', wpecpp.nonce);
                        formData.append('order_id', data.orderID);

                        return fetch(wpecpp.ajaxUrl, {
                            method: 'post',
                            body: formData
                        }).then(function(response) {
                            return response.json();
                        }).then(function(data) {
                            if (data.success) {
                                if (wpecpp.return.length) {
                                    window.location.href = wpecpp.return;
                                } else {
                                    message_r61b2d3fb084844695183438e87cacd0d.innerHTML = '<span class="payment-success">' + data.data.message + '</span>';
                                }
                            } else {
                                throw data.data.message;
                            }
                        });
                    },
                    onCancel: function() {
                        if (wpecpp.cancel.length) {
                            window.location.href = wpecpp.cancel;
                        } else {
                            message_r61b2d3fb084844695183438e87cacd0d.innerHTML = '<span class="payment-error">The payment was cancelled.</span>';
                        }
                    },
                    onError: function (error) {
                        message_r61b2d3fb084844695183438e87cacd0d.innerHTML = '<span class="payment-error">' + (error ? error : '<strong>Site admin</strong>, an error was detected in the plugin settings.</br>Please check the PayPal connection and product settings (price, name, etc.)') + '</span>';
                    }
                });

                if (button.isEligible()) {
                    button.render('#wpecpp-paypal-button-container-r61b2d3fb084844695183438e87cacd0d');
                }
            }
        });

                    } // End initPayPalButton function
            
            // Start initialization (will poll until SDK is ready)
            initPayPalButton_r61b2d3fb084844695183438e87cacd0d();
        })(); // End IIFE
    </script>
    <input type='hidden' name='item_name' value='Peninsula' /><input type='hidden' name='amount' value='525.00' /></form></div>
<p>The post <a href="https://steveurwin.com/portfolio/peninsula-natural-world/">Peninsula</a> appeared first on <a href="https://steveurwin.com">Steve Urwin Original Art</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://steveurwin.com/portfolio/peninsula-natural-world/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1643</post-id>	</item>
		<item>
		<title>Sky Blue Pink</title>
		<link>https://steveurwin.com/portfolio/sky-blue-pink/</link>
					<comments>https://steveurwin.com/portfolio/sky-blue-pink/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 24 Jul 2022 12:03:49 +0000</pubDate>
				<guid isPermaLink="false">https://steveurwin.com/?post_type=portfolio&#038;p=1622</guid>

					<description><![CDATA[<p>Shipping from the UK available £495.00 Acrylic on canvas</p>
<p>The post <a href="https://steveurwin.com/portfolio/sky-blue-pink/">Sky Blue Pink</a> appeared first on <a href="https://steveurwin.com">Steve Urwin Original Art</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div id="attachment_1623" style="width: 310px" class="wp-caption alignleft"><a href="https://steveurwin.com/wp-content/uploads/2022/07/fullsizeoutput_20ab.jpeg"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-1623" data-attachment-id="1623" data-permalink="https://steveurwin.com/portfolio/sky-blue-pink/fullsizeoutput_20ab/" data-orig-file="https://steveurwin.com/wp-content/uploads/2022/07/fullsizeoutput_20ab.jpeg" data-orig-size="1020,1024" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="fullsizeoutput_20ab" data-image-description="&lt;p&gt;gorgeous skies with pink clouds above that reflect upon the waters&lt;/p&gt;
" data-image-caption="&lt;p&gt;Sky Blue Pink&lt;/p&gt;
" data-large-file="https://steveurwin.com/wp-content/uploads/2022/07/fullsizeoutput_20ab.jpeg" src="https://steveurwin.com/wp-content/uploads/2022/07/fullsizeoutput_20ab-300x300.jpeg" alt="%name Sky Blue Pink" width="300" height="300" class="size-medium wp-image-1623" srcset="https://steveurwin.com/wp-content/uploads/2022/07/fullsizeoutput_20ab-300x300.jpeg 300w, https://steveurwin.com/wp-content/uploads/2022/07/fullsizeoutput_20ab-150x150.jpeg 150w, https://steveurwin.com/wp-content/uploads/2022/07/fullsizeoutput_20ab-768x771.jpeg 768w, https://steveurwin.com/wp-content/uploads/2022/07/fullsizeoutput_20ab-493x495.jpeg 493w, https://steveurwin.com/wp-content/uploads/2022/07/fullsizeoutput_20ab-660x663.jpeg 660w, https://steveurwin.com/wp-content/uploads/2022/07/fullsizeoutput_20ab-1000x1004.jpeg 1000w, https://steveurwin.com/wp-content/uploads/2022/07/fullsizeoutput_20ab.jpeg 1020w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><p id="caption-attachment-1623" class="wp-caption-text">Sky Blue Pink</p></div><br />
Shipping from the UK available<br />
£495.00<br />
Acrylic on canvas<br />
<div class='wpecpp-container wpecpp-align-left'><form class='wpecpp-form wpecpp-form-disabled' id='r1690d83ae0047130ab30e89ce372dcbb' action='#' method='post'>    
    <!-- PayPal SDK Loader with DOM check -->
    <script>
    (function() {
        var sdkId = 'wpecpp-paypal-sdk-164bd0ead142778eff0abfd7cb84f5f0';
        var sdkUrl = 'https://www.paypal.com/sdk/js?client-id=Advx1wc_4Se6ICsYnMXTqWntyS0F1VdRHIeWnT2Qgv0nFi6sD86KEM9DSxcG79rq_weHqfs1uClL1xDy&merchant-id=TSYMDEL7V5M2Y&currency=GBP&intent=capture&components=buttons,funding-eligibility&locale=en_US';
        
        // Check if SDK script already exists in DOM or is being loaded
        if (!document.getElementById(sdkId)) {
            var script = document.createElement('script');
            script.id = sdkId;
            script.src = sdkUrl;
            script.setAttribute('data-partner-attribution-id', 'WPPlugin_STP_CP');
                        document.head.appendChild(script);
        }
    })();
    </script>
    
    <style>
        .wpecpp-paypal-button-container > *,
        .wpecpp-paypal-hosted-fields-container .wpecpp-paypal-btn {
            max-width: 300px;
        }
        .wpecpp-paypal-hosted-fields-container .wpecpp-paypal-btn {
            height: 40px;
        }
    </style>
    
    <script>
        const wpecppPaypalFunding_r1690d83ae0047130ab30e89ce372dcbb = ["paypal"];
    </script>

    <!-- Buttons container -->
    <div id='wpecpp-paypal-button-container-r1690d83ae0047130ab30e89ce372dcbb' class='wpecpp-paypal-button-container wpecpp-vertical'></div>

	
    <div id='wpecpp-paypal-message-r1690d83ae0047130ab30e89ce372dcbb' class='wpecpp-payment-message'></div>

    <script>
        (function() {
            const message_r1690d83ae0047130ab30e89ce372dcbb = document.getElementById('wpecpp-paypal-message-r1690d83ae0047130ab30e89ce372dcbb');
            
            // Wait for SDK to be fully loaded with polling
            function initPayPalButton_r1690d83ae0047130ab30e89ce372dcbb() {
                // Check if PayPal SDK is fully loaded with all required methods
                if ( typeof paypal === 'undefined' || 
                     typeof paypal.getFundingSources !== 'function' ||
                     typeof paypal.Buttons !== 'function' ) {
                    // SDK not loaded yet, wait and try again
                    setTimeout(initPayPalButton_r1690d83ae0047130ab30e89ce372dcbb, 100);
                    return;
                }

        paypal.getFundingSources().forEach(function (fundingSource) {
            if ( wpecppPaypalFunding_r1690d83ae0047130ab30e89ce372dcbb.indexOf(fundingSource) > -1 ) {
                const style = {
                    shape: 'rect',
                    label: 'buynow',
                    height: 40                };

                if ( fundingSource !== 'card' ) {
                    let color = 'gold';
                    if (fundingSource === 'venmo' && color === 'gold') {
                        color = 'blue';
                    } else if (['ideal', 'bancontact', 'giropay', 'eps', 'sofort', 'mybank', 'p24'].indexOf(fundingSource) > -1 && ['gold', 'blue'].indexOf(color) > -1) {
                        color = 'default';
                    }
                    style.color = color;
                }

                const button = paypal.Buttons({
                    fundingSource: fundingSource,
                    style: style,
                    createOrder: function() {
                        message_r1690d83ae0047130ab30e89ce372dcbb.innerHTML = '';

                        const form = document.getElementById('r1690d83ae0047130ab30e89ce372dcbb'),
                            formData = new FormData(),
                            nameInput = form.querySelector('[name="item_name"]'),
                            priceInput = form.querySelector('[name="amount"]'),
                            quantityInput = form.querySelector('[name="quantity"]');

                        formData.append('action', 'wpecpp-ppcp-order-create');
                        formData.append('nonce', wpecpp.nonce);
                        formData.append('name', nameInput ? nameInput.value : '');
                        formData.append('price', priceInput ? priceInput.value : 0);
                        if (quantityInput) {
                            formData.append('quantity', quantityInput.value);
                        }

                        return fetch(wpecpp.ajaxUrl, {
                            method: 'post',
                            body: formData
                        }).then(function(response) {
                            return response.json();
                        }).then(function(data) {
                            let orderID = false;
                            if (data.success && data.data.order_id) {
                                orderID = data.data.order_id;
                            } else {
                                throw data.data && data.data.message ? data.data.message : 'An unknown error occurred while creating the order. Please reload the page and try again.';
                            }
                            return orderID;
                        });
                    },
                    onApprove: function(data) {
                        const formData = new FormData();

                        formData.append('action', 'wpecpp-ppcp-order-finalize');
                        formData.append('nonce', wpecpp.nonce);
                        formData.append('order_id', data.orderID);

                        return fetch(wpecpp.ajaxUrl, {
                            method: 'post',
                            body: formData
                        }).then(function(response) {
                            return response.json();
                        }).then(function(data) {
                            if (data.success) {
                                if (wpecpp.return.length) {
                                    window.location.href = wpecpp.return;
                                } else {
                                    message_r1690d83ae0047130ab30e89ce372dcbb.innerHTML = '<span class="payment-success">' + data.data.message + '</span>';
                                }
                            } else {
                                throw data.data.message;
                            }
                        });
                    },
                    onCancel: function() {
                        if (wpecpp.cancel.length) {
                            window.location.href = wpecpp.cancel;
                        } else {
                            message_r1690d83ae0047130ab30e89ce372dcbb.innerHTML = '<span class="payment-error">The payment was cancelled.</span>';
                        }
                    },
                    onError: function (error) {
                        message_r1690d83ae0047130ab30e89ce372dcbb.innerHTML = '<span class="payment-error">' + (error ? error : '<strong>Site admin</strong>, an error was detected in the plugin settings.</br>Please check the PayPal connection and product settings (price, name, etc.)') + '</span>';
                    }
                });

                if (button.isEligible()) {
                    button.render('#wpecpp-paypal-button-container-r1690d83ae0047130ab30e89ce372dcbb');
                }
            }
        });

                    } // End initPayPalButton function
            
            // Start initialization (will poll until SDK is ready)
            initPayPalButton_r1690d83ae0047130ab30e89ce372dcbb();
        })(); // End IIFE
    </script>
    <input type='hidden' name='item_name' value='Sky Blue Pink' /><input type='hidden' name='amount' value='£495.00' /></form></div>
<p>The post <a href="https://steveurwin.com/portfolio/sky-blue-pink/">Sky Blue Pink</a> appeared first on <a href="https://steveurwin.com">Steve Urwin Original Art</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://steveurwin.com/portfolio/sky-blue-pink/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1622</post-id>	</item>
		<item>
		<title>Many Islands</title>
		<link>https://steveurwin.com/portfolio/many-islands/</link>
					<comments>https://steveurwin.com/portfolio/many-islands/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 26 Jun 2022 12:37:48 +0000</pubDate>
				<guid isPermaLink="false">https://steveurwin.com/?post_type=portfolio&#038;p=1616</guid>

					<description><![CDATA[<p>&#160; £1200.00 &#160;</p>
<p>The post <a href="https://steveurwin.com/portfolio/many-islands/">Many Islands</a> appeared first on <a href="https://steveurwin.com">Steve Urwin Original Art</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div id="attachment_1617" style="width: 310px" class="wp-caption alignleft"><a href="https://steveurwin.com/wp-content/uploads/2022/06/IMG_20220511_133647254_MP2.jpg"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-1617" data-attachment-id="1617" data-permalink="https://steveurwin.com/portfolio/many-islands/img_20220511_133647254_mp2/" data-orig-file="https://steveurwin.com/wp-content/uploads/2022/06/IMG_20220511_133647254_MP2.jpg" data-orig-size="1024,331" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="IMG_20220511_133647254_MP~2" data-image-description="&lt;p&gt;striking textured impact painting featuring soft tones&lt;/p&gt;
" data-image-caption="&lt;p&gt;Many Islands&lt;br /&gt;
48&amp;#8243; x 12&amp;#8243; x 3.5&amp;#8243;&lt;br /&gt;
121cm  x  30cm x 7cm&lt;/p&gt;
" data-large-file="https://steveurwin.com/wp-content/uploads/2022/06/IMG_20220511_133647254_MP2.jpg" class="size-medium wp-image-1617" src="https://steveurwin.com/wp-content/uploads/2022/06/IMG_20220511_133647254_MP2-300x97.jpg" alt="IMG 20220511 133647254 MP2 300x97 Many Islands" width="300" height="97" srcset="https://steveurwin.com/wp-content/uploads/2022/06/IMG_20220511_133647254_MP2-300x97.jpg 300w, https://steveurwin.com/wp-content/uploads/2022/06/IMG_20220511_133647254_MP2-768x248.jpg 768w, https://steveurwin.com/wp-content/uploads/2022/06/IMG_20220511_133647254_MP2-660x213.jpg 660w, https://steveurwin.com/wp-content/uploads/2022/06/IMG_20220511_133647254_MP2-1000x323.jpg 1000w, https://steveurwin.com/wp-content/uploads/2022/06/IMG_20220511_133647254_MP2.jpg 1024w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a><p id="caption-attachment-1617" class="wp-caption-text">Many Islands<br />48&#8243; x 12&#8243; x 3.5&#8243;<br />121cm x 30cm x 7cm</p></div>
<p>&nbsp;<br />
£1200.00<br />
<div class='wpecpp-container wpecpp-align-left'><form class='wpecpp-form wpecpp-form-disabled' id='r72eac268627c8b97f8067d738afd9e40' action='#' method='post'>    
    <!-- PayPal SDK Loader with DOM check -->
    <script>
    (function() {
        var sdkId = 'wpecpp-paypal-sdk-164bd0ead142778eff0abfd7cb84f5f0';
        var sdkUrl = 'https://www.paypal.com/sdk/js?client-id=Advx1wc_4Se6ICsYnMXTqWntyS0F1VdRHIeWnT2Qgv0nFi6sD86KEM9DSxcG79rq_weHqfs1uClL1xDy&merchant-id=TSYMDEL7V5M2Y&currency=GBP&intent=capture&components=buttons,funding-eligibility&locale=en_US';
        
        // Check if SDK script already exists in DOM or is being loaded
        if (!document.getElementById(sdkId)) {
            var script = document.createElement('script');
            script.id = sdkId;
            script.src = sdkUrl;
            script.setAttribute('data-partner-attribution-id', 'WPPlugin_STP_CP');
                        document.head.appendChild(script);
        }
    })();
    </script>
    
    <style>
        .wpecpp-paypal-button-container > *,
        .wpecpp-paypal-hosted-fields-container .wpecpp-paypal-btn {
            max-width: 300px;
        }
        .wpecpp-paypal-hosted-fields-container .wpecpp-paypal-btn {
            height: 40px;
        }
    </style>
    
    <script>
        const wpecppPaypalFunding_r72eac268627c8b97f8067d738afd9e40 = ["paypal"];
    </script>

    <!-- Buttons container -->
    <div id='wpecpp-paypal-button-container-r72eac268627c8b97f8067d738afd9e40' class='wpecpp-paypal-button-container wpecpp-vertical'></div>

	
    <div id='wpecpp-paypal-message-r72eac268627c8b97f8067d738afd9e40' class='wpecpp-payment-message'></div>

    <script>
        (function() {
            const message_r72eac268627c8b97f8067d738afd9e40 = document.getElementById('wpecpp-paypal-message-r72eac268627c8b97f8067d738afd9e40');
            
            // Wait for SDK to be fully loaded with polling
            function initPayPalButton_r72eac268627c8b97f8067d738afd9e40() {
                // Check if PayPal SDK is fully loaded with all required methods
                if ( typeof paypal === 'undefined' || 
                     typeof paypal.getFundingSources !== 'function' ||
                     typeof paypal.Buttons !== 'function' ) {
                    // SDK not loaded yet, wait and try again
                    setTimeout(initPayPalButton_r72eac268627c8b97f8067d738afd9e40, 100);
                    return;
                }

        paypal.getFundingSources().forEach(function (fundingSource) {
            if ( wpecppPaypalFunding_r72eac268627c8b97f8067d738afd9e40.indexOf(fundingSource) > -1 ) {
                const style = {
                    shape: 'rect',
                    label: 'buynow',
                    height: 40                };

                if ( fundingSource !== 'card' ) {
                    let color = 'gold';
                    if (fundingSource === 'venmo' && color === 'gold') {
                        color = 'blue';
                    } else if (['ideal', 'bancontact', 'giropay', 'eps', 'sofort', 'mybank', 'p24'].indexOf(fundingSource) > -1 && ['gold', 'blue'].indexOf(color) > -1) {
                        color = 'default';
                    }
                    style.color = color;
                }

                const button = paypal.Buttons({
                    fundingSource: fundingSource,
                    style: style,
                    createOrder: function() {
                        message_r72eac268627c8b97f8067d738afd9e40.innerHTML = '';

                        const form = document.getElementById('r72eac268627c8b97f8067d738afd9e40'),
                            formData = new FormData(),
                            nameInput = form.querySelector('[name="item_name"]'),
                            priceInput = form.querySelector('[name="amount"]'),
                            quantityInput = form.querySelector('[name="quantity"]');

                        formData.append('action', 'wpecpp-ppcp-order-create');
                        formData.append('nonce', wpecpp.nonce);
                        formData.append('name', nameInput ? nameInput.value : '');
                        formData.append('price', priceInput ? priceInput.value : 0);
                        if (quantityInput) {
                            formData.append('quantity', quantityInput.value);
                        }

                        return fetch(wpecpp.ajaxUrl, {
                            method: 'post',
                            body: formData
                        }).then(function(response) {
                            return response.json();
                        }).then(function(data) {
                            let orderID = false;
                            if (data.success && data.data.order_id) {
                                orderID = data.data.order_id;
                            } else {
                                throw data.data && data.data.message ? data.data.message : 'An unknown error occurred while creating the order. Please reload the page and try again.';
                            }
                            return orderID;
                        });
                    },
                    onApprove: function(data) {
                        const formData = new FormData();

                        formData.append('action', 'wpecpp-ppcp-order-finalize');
                        formData.append('nonce', wpecpp.nonce);
                        formData.append('order_id', data.orderID);

                        return fetch(wpecpp.ajaxUrl, {
                            method: 'post',
                            body: formData
                        }).then(function(response) {
                            return response.json();
                        }).then(function(data) {
                            if (data.success) {
                                if (wpecpp.return.length) {
                                    window.location.href = wpecpp.return;
                                } else {
                                    message_r72eac268627c8b97f8067d738afd9e40.innerHTML = '<span class="payment-success">' + data.data.message + '</span>';
                                }
                            } else {
                                throw data.data.message;
                            }
                        });
                    },
                    onCancel: function() {
                        if (wpecpp.cancel.length) {
                            window.location.href = wpecpp.cancel;
                        } else {
                            message_r72eac268627c8b97f8067d738afd9e40.innerHTML = '<span class="payment-error">The payment was cancelled.</span>';
                        }
                    },
                    onError: function (error) {
                        message_r72eac268627c8b97f8067d738afd9e40.innerHTML = '<span class="payment-error">' + (error ? error : '<strong>Site admin</strong>, an error was detected in the plugin settings.</br>Please check the PayPal connection and product settings (price, name, etc.)') + '</span>';
                    }
                });

                if (button.isEligible()) {
                    button.render('#wpecpp-paypal-button-container-r72eac268627c8b97f8067d738afd9e40');
                }
            }
        });

                    } // End initPayPalButton function
            
            // Start initialization (will poll until SDK is ready)
            initPayPalButton_r72eac268627c8b97f8067d738afd9e40();
        })(); // End IIFE
    </script>
    <input type='hidden' name='item_name' value='Many Islands' /><input type='hidden' name='amount' value='1200.00' /></form></div>
<p>&nbsp;</p>
<p>The post <a href="https://steveurwin.com/portfolio/many-islands/">Many Islands</a> appeared first on <a href="https://steveurwin.com">Steve Urwin Original Art</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://steveurwin.com/portfolio/many-islands/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1616</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 

Served from: steveurwin.com @ 2026-04-24 15:06:45 by W3 Total Cache
-->