");vwo_$('head').append(_vwo_sel);return vwo_$('head')[0] && vwo_$('head')[0].lastChild;})("HEAD")}}, R_723161_138_1_2_0:{ fn:function(log,nonce=''){return (function(x) {
if(!vwo_$.fn.vwoRevertHtml){
return;
};
var ctx=vwo_$(x),el;
/*vwo_debug log("Revert","content",""); vwo_debug*/;
el=vwo_$('[vwo-element-id="1742927816326"]');
el.revertContentOp().remove();})("HEAD")}}, C_723161_138_1_2_1:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x);
/*vwo_debug log("editElement",".frame-info__purchase-options"); vwo_debug*/(el=vwo_$(".frame-info__purchase-options")).vwoAttr({class:{addedClasses:["order-2, xs-order-1"],removedClasses:["order-3, xs-order-2"]}});})(".frame-info__purchase-options")}}, R_723161_138_1_2_1:{ fn:function(log,nonce=''){return (function(x) {
if(!vwo_$.fn.vwoRevertHtml){
return;
};
var el,ctx=vwo_$(x);
/*vwo_debug log("Revert","editElement",".frame-info__purchase-options"); vwo_debug*/(el=vwo_$(".frame-info__purchase-options")).vwoRevertAttr();})(".frame-info__purchase-options")}}, C_723161_138_1_2_2:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x);
/*vwo_debug log("editElement",".frame-tabs"); vwo_debug*/(el=vwo_$(".frame-tabs")).vwoAttr({class:{addedClasses:["order-4"],removedClasses:["order-1"]}});})(".frame-tabs")}}, C_723161_139_1_2_0:{ fn:function(log,nonce=''){return (function(x) {
try{
var _vwo_sel = vwo_$("`);
!vwo_$("head").find('#1731350897531').length && vwo_$('head').append(_vwo_sel);}catch(e) {console.error(e)}
try{}catch(e) {console.error(e)}
try{vwo_$("body").addClass("ms-aura");}catch(e) {console.error(e)}
return vwo_$('head')[0] && vwo_$('head')[0].lastChild;})("head")}}, C_723161_138_1_2_3:{ fn:function(log,nonce=''){return (function(x) {var el,ctx=vwo_$(x);
/*vwo_debug log("editElement",".specs-gallery"); vwo_debug*/(el=vwo_$(".specs-gallery")).vwoAttr({class:{addedClasses:["flex","xs-mt1","xs-order-2"],removedClasses:["display-none","xs-order-3"]},removedAttributes:["inert"]});})(".specs-gallery")}}, R_723161_138_1_2_3:{ fn:function(log,nonce=''){return (function(x) {
if(!vwo_$.fn.vwoRevertHtml){
return;
};
var el,ctx=vwo_$(x);
/*vwo_debug log("Revert","editElement",".specs-gallery"); vwo_debug*/(el=vwo_$(".specs-gallery")).vwoRevertAttr();})(".specs-gallery")}}, C_723161_138_1_2_4:{ fn:function(log,nonce=''){return (function(x) {})(".color-swatches")}}, R_723161_138_1_2_4:{ fn:function(log,nonce=''){return (function(x) {
if(!vwo_$.fn.vwoRevertHtml){
return;
};
})(".color-swatches")}}, R_723161_138_1_2_2:{ fn:function(log,nonce=''){return (function(x) {
if(!vwo_$.fn.vwoRevertHtml){
return;
};
var el,ctx=vwo_$(x);
/*vwo_debug log("Revert","editElement",".frame-tabs"); vwo_debug*/(el=vwo_$(".frame-tabs")).vwoRevertAttr();})(".frame-tabs")}}, ct_aa05a25b3aaa0ecfad554eb299dbc930:{ fn:function(executeTrigger, vwo_$, config) {
(function() {
if (!config || typeof config !== "object") {
return;
}
if (window.vwo_$(config.sel).length > 0) {
return executeTrigger();
}
window.VWO._.phoenixMT.once("vwo_mutObs." + config.triggerName, () => {
if (window.vwo_$(config.sel).length > 0) {
executeTrigger();
}
});
})()
}
}, ct_38ba5ff58956cb0889ba19beef0e3fc2:{ fn:function(executeTrigger, vwo_$, config) {
(function() {
if (!config || typeof config !== "object") {
return;
}
if (window.vwo_$(config.sel).length > 0) {
return executeTrigger();
}
window.VWO._.phoenixMT.once("vwo_mutObs." + config.triggerName, () => {
if (window.vwo_$(config.sel).length > 0) {
executeTrigger();
}
});
})()
}
}, C_723161_137_1_2_0:{ fn:function(log,nonce=''){return (function(x) {
try{
var _vwo_sel = vwo_$("`);
!vwo_$("head").find('#1742484582177').length && vwo_$('head').append(_vwo_sel);}catch(e) {VWO._.vAEH(e);}
try{}catch(e) {VWO._.vAEH(e);}
try{function addBopisUrlParam() {
let url = new URL(window.location.href);
url.searchParams.set('bopis', 'true');
window.history.replaceState({}, '', url);
}
addBopisUrlParam();
let hpBopisBanner = document.querySelector('.section-bopis--hp');
if (hpBopisBanner) {
hpBopisBanner.classList.remove('display-none');
}
let cartMerchandising = document.querySelectorAll('.bopis-merchandising__wrapper');
if (cartMerchandising) {
cartMerchandising.forEach((el) => {
el.classList.add('display-none')
})
}
// Add In Store Pickup to nav
const howItWorksLink = document.getElementById("howItWorksLink");
const giftAuraLink = howItWorksLink.nextElementSibling;
if (giftAuraLink && !document.getElementById('inStorePickupLink')){
const inStorePickupLink = document.createElement("li");
inStorePickupLink.classList.add("flex");
inStorePickupLink.id = "inStorePickupLink"
const newLink = document.createElement("a");
newLink.classList.add("navbar__link", "navbar__link--normal", "black", "mr3");
newLink.href = "https://auraframes.com/in-store-pickup";
newLink.textContent = "In Store Pickup";
inStorePickupLink.appendChild(newLink);
giftAuraLink.parentNode.insertBefore(inStorePickupLink, giftAuraLink.nextSibling);
}
//Add In Store Pickup to mobile nav
const howItWorksMobileLink = document.getElementById('nav-how-it-works');
const giftAuraMobileLink = howItWorksMobileLink.nextElementSibling;
if(giftAuraMobileLink && !document.getElementById('inStorePickupMobileLink')){
const inStorePickupMobileLink = document.createElement('a');
inStorePickupMobileLink.classList.add('aura-black', 'sans-pro-demibold', 'my1', 'mr1','navbar__link-mobile', 'sm-hide', 'md-hide', 'lg-hide');
inStorePickupMobileLink.id = 'inStorePickupMobileLink';
inStorePickupMobileLink.href = "https://auraframes.com/in-store-pickup";
inStorePickupMobileLink.textContent = 'In Store Pickup';
giftAuraMobileLink.parentNode.insertBefore(inStorePickupMobileLink, giftAuraMobileLink.nextSibling)
}
//reposition bopis hp banner
function moveElement(targetClass, referenceClass, position = "before") {
const targetElement = document.querySelector(`.${targetClass}`);
const referenceElement = document.querySelector(`.${referenceClass}`);
if (targetElement && referenceElement) {
if (position === "before") {
referenceElement.insertAdjacentElement("beforebegin", targetElement);
} else if (position === "after") {
referenceElement.insertAdjacentElement("afterend", targetElement);
}
}
}
const waldenSection = document.querySelector('#shop-walden')?.closest('section.relative');
if (waldenSection) {
waldenSection.classList.add('walden-section');
if (hpBopisBanner) {
moveElement('section-bopis--hp', 'walden-section', 'before')
}
}
}catch(e) {VWO._.vAEH(e);}
return vwo_$('head')[0] && vwo_$('head')[0].lastChild;})("head")}}, C_723161_137_1_2_1:{ fn:function(log,nonce=''){return (function(x) {
try{
var _vwo_sel = vwo_$("`);
!vwo_$("head").find('#1742484582177').length && vwo_$('head').append(_vwo_sel);}catch(e) {VWO._.vAEH(e);}
try{}catch(e) {VWO._.vAEH(e);}
try{let familyOfFrames=document.querySelector(".product-section__meet-the-family");familyOfFrames&&familyOfFrames.classList.add("display-none");let bopisBanner=document.querySelector("#bopis-carver-mat");if(bopisBanner){bopisBanner.classList.remove("display-none");let e=bopisBanner.querySelector(".bopis-shop-now-btn");e&&e.classList.remove("display-none")}}catch(e) {VWO._.vAEH(e);}
return vwo_$('head')[0] && vwo_$('head')[0].lastChild;})("head")}}},rules:[{"triggers":["12637899"],"tags":[{"priority":4,"id":"runCampaign","data":"campaigns.138"}]},{"triggers":["12462534"],"tags":[{"priority":4,"id":"runCampaign","data":"campaigns.139"}]},{"triggers":["2331997"],"tags":[{"metricId":295087,"id":"metric","data":{"campaigns":[{"c":137,"g":1}],"type":"m"}},{"metricId":295087,"id":"metric","data":{"campaigns":[{"c":138,"g":1}],"type":"m"}},{"metricId":295087,"id":"metric","data":{"campaigns":[{"c":139,"g":1}],"type":"m"}}]},{"triggers":["12505977"],"tags":[{"priority":4,"id":"runCampaign","data":"campaigns.137"}]},{"triggers":["9"],"tags":[{"priority":2,"id":"visibilityService"}]},{"triggers":["2"],"tags":[{"id":"runTestCampaign"}]},{"triggers":["75"],"tags":[{"id":"urlChange"}]},{"triggers":["5"],"tags":[{"id":"checkEnvironment"}]},{"triggers":["8"],"tags":[{"priority":2,"id":"groupCampaigns"},{"id":"prePostMutation","priority":3}]}],pages:{"ec":[{"2099244":{"inc":["o",["url","urlReg","(?i).*"]]}}]},pagesEval:{"ec":[2099244]},stags:{}}})();
;;var commonWrapper=function(argument){if(!argument){argument={valuesGetter:function(){return{}},valuesSetter:function(){},verifyData:function(){return{}}}}const getVisitorUuid=function(){if(window._vwo_acc_id>=1037725){return window.VWO&&window.VWO.get("visitor.id")}else{return window.VWO._&&window.VWO._.cookies&&window.VWO._.cookies.get("_vwo_uuid")}};var pollInterval=100;var timeout=6e4;return function(){var accountIntegrationSettings={};var _interval=null;function waitForAnalyticsVariables(){try{accountIntegrationSettings=argument.valuesGetter();accountIntegrationSettings.visitorUuid=getVisitorUuid()}catch(error){accountIntegrationSettings=undefined}if(accountIntegrationSettings&&argument.verifyData(accountIntegrationSettings)){argument.valuesSetter(accountIntegrationSettings);return 1}return 0}var currentTime=0;_interval=setInterval((function(){currentTime=currentTime||performance.now();var result=waitForAnalyticsVariables();if(result||performance.now()-currentTime>=timeout){clearInterval(_interval)}}),pollInterval)}};
commonWrapper({valuesGetter:function(){return {"ga4s":0}},valuesSetter:function(data){var singleCall=data["ga4s"]||0;if(singleCall){window.sessionStorage.setItem("vwo-ga4-singlecall",true)}var ga4_device_id="";if(typeof window.VWO._.cookies!=="undefined"){ga4_device_id=window.VWO._.cookies.get("_ga")||""}if(ga4_device_id){window.vwo_ga4_uuid=ga4_device_id.split(".").slice(-2).join(".")}},verifyData:function(data){if(typeof window.VWO._.cookies!=="undefined"){return window.VWO._.cookies.get("_ga")||""}else{return false}}})();
var pushBasedCommonWrapper=function(argument){var firedCamp={};if(!argument){argument={integrationName:"",getExperimentList:function(){},accountSettings:function(){},pushData:function(){}}}return function(){window.VWO=window.VWO||[];const getVisitorUuid=function(){if(window._vwo_acc_id>=1037725){return window.VWO&&window.VWO.get("visitor.id")}else{return window.VWO._&&window.VWO._.cookies&&window.VWO._.cookies.get("_vwo_uuid")}};var sendDebugLogsOld=function(expId,variationId,errorType,user_type,data){try{var errorPayload={f:argument["integrationName"]||"",a:window._vwo_acc_id,url:window.location.href,exp:expId,v:variationId,vwo_uuid:getVisitorUuid(),user_type:user_type};if(errorType=="initIntegrationCallback"){errorPayload["log_type"]="initIntegrationCallback";errorPayload["data"]=JSON.stringify(data||"")}else if(errorType=="timeout"){errorPayload["timeout"]=true}if(window.VWO._.customError){window.VWO._.customError({msg:"integration debug",url:window.location.href,lineno:"",colno:"",source:JSON.stringify(errorPayload)})}}catch(e){window.VWO._.customError&&window.VWO._.customError({msg:"integration debug failed",url:"",lineno:"",colno:"",source:""})}};var sendDebugLogs=function(expId,variationId,errorType,user_type){var eventName="vwo_debugLogs";var eventPayload={};try{eventPayload={intName:argument["integrationName"]||"",varId:variationId,expId:expId,type:errorType,vwo_uuid:getVisitorUuid(),user_type:user_type};if(window.VWO._.event){window.VWO._.event(eventName,eventPayload,{enableLogs:1})}}catch(e){eventPayload={msg:"integration event log failed",url:window.location.href};window.VWO._.event&&window.VWO._.event(eventName,eventPayload)}};const callbackFn=function(data){if(!data)return;var expId=data[1],variationId=data[2],repeated=data[0],singleCall=0,debug=0;var experimentList=argument.getExperimentList();var integrationName=argument["integrationName"]||"vwo";if(typeof argument.accountSettings==="function"){var accountSettings=argument.accountSettings();if(accountSettings){singleCall=accountSettings["singleCall"];debug=accountSettings["debug"]}}if(debug){sendDebugLogs(expId,variationId,"intCallTriggered",repeated)}if(singleCall&&(repeated==="vS"||repeated==="vSS")||firedCamp[expId]){return}window.expList=window.expList||{};var expList=window.expList[integrationName]=window.expList[integrationName]||[];if(expId&&variationId&&["VISUAL_AB","VISUAL","SPLIT_URL"].indexOf(_vwo_exp[expId].type)>-1){if(experimentList.indexOf(+expId)!==-1){firedCamp[expId]=variationId;var visitorUuid=getVisitorUuid();var pollInterval=100;var currentTime=0;var timeout=6e4;var user_type=_vwo_exp[expId].exec?"vwo-retry":"vwo-new";var interval=setInterval((function(){if(expList.indexOf(expId)!==-1){clearInterval(interval);return}currentTime=currentTime||performance.now();var toClearInterval=argument.pushData(expId,variationId,visitorUuid);if(debug&&toClearInterval){sendDebugLogsOld(expId,variationId,"",user_type);sendDebugLogs(expId,variationId,"intDataPushed",user_type)}var isTimeout=performance.now()-currentTime>=timeout;if(isTimeout&&debug){sendDebugLogsOld(expId,variationId,"timeout",user_type);sendDebugLogs(expId,variationId,"intTimeout",user_type)}if(toClearInterval||isTimeout){clearInterval(interval)}if(toClearInterval){window.expList[integrationName].push(expId)}}),pollInterval||100)}}};window.VWO.push(["onVariationApplied",callbackFn]);window.VWO.push(["onVariationShownSent",callbackFn])}};
var surveyDataCommonWrapper=function(argument){if(!argument){argument={getCampaignList:function(){return[]},surveyStatusChange:function(){},answerSubmitted:function(){}}}return function(){window.VWO=window.VWO||[];function getValuesFromAnswers(answers){var values=[];for(var i=0;i=timeout;if(toClearInterval||isTimeout){clearInterval(interval)}}),pollInterval)}}window.VWO.push(["onSurveyShown",function(data){commonSurveyCallback(data,argument.surveyStatusChange,"surveyShown")}]);window.VWO.push(["onSurveyCompleted",function(data){commonSurveyCallback(data,argument.surveyStatusChange,"surveyCompleted")}]);window.VWO.push(["onSurveyAnswerSubmitted",function(data){commonSurveyCallback(data,argument.answerSubmitted,"surveySubmitted")}])}};
(function(){var VWOOmniTemp={};window.VWOOmni=window.VWOOmni||{};for(var key in VWOOmniTemp)Object.prototype.hasOwnProperty.call(VWOOmniTemp,key)&&(window.VWOOmni[key]=VWOOmniTemp[key]);window._vwoIntegrationsLoaded=1;pushBasedCommonWrapper({integrationName:"GA4",getExperimentList:function(){return [137,138,139]},accountSettings:function(){var accountIntegrationSettings={};if(accountIntegrationSettings["debugType"]=="ga4"&&accountIntegrationSettings["debug"]){accountIntegrationSettings["debug"]=1}else{accountIntegrationSettings["debug"]=0}return accountIntegrationSettings},pushData:function(expId,variationId){var accountIntegrationSettings={};var ga4Setup=accountIntegrationSettings["setupVia"]||"gtag";if(typeof window.gtag!=="undefined"&&ga4Setup=="gtag"){window.gtag("event","VWO",{vwo_campaign_name:window._vwo_exp[expId].name+":"+expId,vwo_variation_name:window._vwo_exp[expId].comb_n[variationId]+":"+variationId});window.gtag("event","experience_impression",{exp_variant_string:"VWO-"+expId+"-"+variationId});return true}return false}})();pushBasedCommonWrapper({integrationName:"GA4-GTM",getExperimentList:function(){return [137,138,139]},accountSettings:function(){var accountIntegrationSettings={};if(accountIntegrationSettings["debugType"]=="gtm"&&accountIntegrationSettings["debug"]){accountIntegrationSettings["debug"]=1}else{accountIntegrationSettings["debug"]=0}return accountIntegrationSettings},pushData:function(expId,variationId){var accountIntegrationSettings={};var ga4Setup=accountIntegrationSettings["setupVia"]||"gtm";var dataVariable=accountIntegrationSettings["dataVariable"]||"dataLayer";if(typeof window[dataVariable]!=="undefined"&&ga4Setup=="gtm"){window[dataVariable].push({event:"vwo-data-push-ga4",vwo_exp_variant_string:"VWO-"+expId+"-"+variationId});return true}return false}})();
;})();(function(){window.VWO=window.VWO||[];var pollInterval=100;var _vis_data={};var intervalObj={};var analyticsTimerObj={};var experimentListObj={};window.VWO.push(["onVariationApplied",function(data){if(!data){return}var expId=data[1],variationId=data[2];if(expId&&variationId&&["VISUAL_AB","VISUAL","SPLIT_URL"].indexOf(window._vwo_exp[expId].type)>-1){}}])})();;
;var vD=VWO.data||{};VWO.data={content:{"fns":{"list":{"args":{"1":{}},"vn":1}}},as:"r4.visualwebsiteoptimizer.com",dacdnUrl:"https://dev.visualwebsiteoptimizer.com",accountJSInfo:{"noSS":false,"pc":{"t":0,"a":0},"ts":1743454899,"rp":30}};for(var k in vD){VWO.data[k]=vD[k]};;var gcpfb=function(a,loadFunc,status,err,success){function vwoErr() {_vwo_err({message:"Google_Cdn failing for " + a + ". Trying Fallback..",code:"cloudcdnerr",status:status});} if(a.indexOf("/cdn/")!==-1){loadFunc(a.replace("cdn/",""),err,success); vwoErr(); return true;} else if(a.indexOf("/dcdn/")!==-1&&a.indexOf("evad.js") !== -1){loadFunc(a.replace("dcdn/",""),err,success); vwoErr(); return true;}};window.VWO=window.VWO || [];window.VWO._= window.VWO._ || {};window.VWO._.gcpfb=gcpfb;;var d={cookie:document.cookie,URL:document.URL,referrer:document.referrer};var w={VWO:{_:{}},location:{href:window.location.href,search:window.location.search},_vwoCc:window._vwoCc};;window._vwo_cdn="https://dev.visualwebsiteoptimizer.com/cdn/";window._vwo_apm_debug_cdn="https://dev.visualwebsiteoptimizer.com/cdn/";window.VWO._.useCdn=true;window.vwo_eT="br";window._VWO=window._VWO||{};window._VWO.fSeg={};window._VWO.dcdnUrl="/dcdn/settings.js";window.VWO.sTs=1743444253;window._VWO._vis_nc_lib=window._vwo_cdn+"edrv/nc-027330777ece73059cc92c6141e45cb3br.js";var loadWorker=function(url){_vwo_code.load(url, { dSC: true, onloadCb: function(xhr,a){window._vwo_wt_l=true;if(xhr.status===200 ||xhr.status===304){var code="var window="+JSON.stringify(w)+",document="+JSON.stringify(d)+";window.document=document;"+xhr.responseText;var blob=new Blob([code||"throw new Error('code not found!');"],{type:"application/javascript"}),url=URL.createObjectURL(blob);window.mainThread={webWorker:new Worker(url)};window.vwoChannelFW=new MessageChannel();window.vwoChannelToW=new MessageChannel();window.mainThread.webWorker.postMessage({vwoChannelToW:vwoChannelToW.port1,vwoChannelFW:vwoChannelFW.port2},[vwoChannelToW.port1, vwoChannelFW.port2]);if(!window._vwo_mt_f)return window._vwo_wt_f=true;_vwo_code.addScript({text:window._vwo_mt_f});delete window._vwo_mt_f}else{if(gcpfb(a,loadWorker,xhr.status)){return;}_vwo_code.finish("&e=loading_failure:"+a)}}, onerrorCb: function(a){if(gcpfb(a,loadWorker)){return;}window._vwo_wt_l=true;_vwo_code.finish("&e=loading_failure:"+a);}})};loadWorker("https://dev.visualwebsiteoptimizer.com/cdn/edrv/worker-1135852b6bc11a94eb64017a8d120ad8br.js");;var _vis_opt_file;var _vis_opt_lib;if(window.VWO._.allSettings.dataStore.previewExtraSettings!=undefined&&window.VWO._.allSettings.dataStore.previewExtraSettings.isSurveyPreviewMode){var surveyHash=window.VWO._.allSettings.dataStore.plugins.LIBINFO.SURVEY_DEBUG_EVENTS.HASH;var param1="evad.js?va=";var param2="&d=debugger_new";var param3="&sp=1&a=723161&sh="+surveyHash;_vis_opt_file=vwoCode.use_existing_jquery&&typeof vwoCode.use_existing_jquery()!=="undefined"?vwoCode.use_existing_jquery()?param1+"vanj"+param2:param1+"va_gq"+param2:param1+"edrv/va_gq-3adf809ea7b0629d1cfde6b0f4969635br.js"+param2;_vis_opt_file=_vis_opt_file+param3;_vis_opt_lib="https://dev.visualwebsiteoptimizer.com/dcdn/"+_vis_opt_file}else if(window.VWO._.allSettings.dataStore.mode!=undefined&&window.VWO._.allSettings.dataStore.mode=="PREVIEW"){ var path1 = 'edrv/pd_'; var path2 = window.VWO._.allSettings.dataStore.plugins.LIBINFO.EVAD.HASH + ".js"; ;_vis_opt_file=vwoCode.use_existing_jquery&&typeof vwoCode.use_existing_jquery()!=="undefined"?vwoCode.use_existing_jquery()?path1+"vanj"+path2:path1+"va_gq"+path2:path1+"edrv/va_gq-3adf809ea7b0629d1cfde6b0f4969635br.js"+path2;_vis_opt_lib="https://dev.visualwebsiteoptimizer.com/cdn/"+_vis_opt_file}else{_vis_opt_file=vwoCode.use_existing_jquery&&typeof vwoCode.use_existing_jquery()!=="undefined"?vwoCode.use_existing_jquery()?"edrv/vanj-7340efabe014aa7ac36a54293558de41br.js":"edrv/va_gq-3adf809ea7b0629d1cfde6b0f4969635br.js":"edrv/va_gq-3adf809ea7b0629d1cfde6b0f4969635br.js"}window._vwo_library_timer=setTimeout((function(){vwoCode.removeLoaderAndOverlay&&vwoCode.removeLoaderAndOverlay();vwoCode.finish()}),vwoCode.library_tolerance&&typeof vwoCode.library_tolerance()!=="undefined"?vwoCode.library_tolerance():2500),_vis_opt_lib=typeof _vis_opt_lib=="undefined"?window._vwo_cdn+_vis_opt_file:_vis_opt_lib;var loadLib=function(url){_vwo_code.load(url, { dSC: true, onloadCb:function(xhr,a){window._vwo_mt_l=true;if(xhr.status===200 || xhr.status===304){if(!window._vwo_wt_f)return window._vwo_mt_f=xhr.responseText;_vwo_code.addScript({text:xhr.responseText});delete window._vwo_wt_f;}else{if(gcpfb(a,loadLib,xhr.status)){return;}_vwo_code.finish("&e=loading_failure:"+a);}}, onerrorCb: function(a){if(gcpfb(a,loadLib)){return;}window._vwo_mt_l=true;_vwo_code.finish("&e=loading_failure:"+a);}})};loadLib(_vis_opt_lib);VWO.load_co=function(u,opts){return window._vwo_code.load(u,opts);};;;}}catch(e){_vwo_code.finish();_vwo_code.removeLoaderAndOverlay&&_vwo_code.removeLoaderAndOverlay();_vwo_err(e);window.VWO.caE=1}})();
20% off Carver Mat
Spring into our
first big sale of the year
Shop Carver Mat
Free shipping + returns
Free shipping + returns
Free shipping + returns
Free shipping + returns
Free shipping + returns
Free shipping + returns
Free shipping + returns
Free shipping + returns
Free shipping + returns
Free shipping + returns
Free shipping + returns
Free shipping + returns
Free shipping + returns
Share and experience your favourite photos and videos like never before
Unlimited photos and videos
Fast, gift-ready delivery
Matted
Matted
Solid
Solid
Frame sets
Frame sets
A timeless new design with our largest display yet
"wirecutter, Exceptionally simple to use, and it has a vivid display and stylish design."
"strategist, I love this digital photo frame so much, I've bought 8 more as gifts."
"cnn, Aura's frame is a way to feel close even when you're far apart."
"nbc_news, I can upload more photos to it than I'd ever be able to print out and frame."
Easy to setup and use in the app, everything works over WiFi with free, unlimited storage.
Send photos to one or multiple frames at once with the Aura app, or add directly from your camera roll.
Invite loved ones to add photos from anywhere and enjoy your favourite memories, beautifully displayed at home.
Go to slide 1 Go to slide 2 Go to slide 3
Everyone loves Aura
My husband bought this as a mother’s day gift and I absolutely LOVE it. submitted by Christy P. 5 star review
My husband bought this as a mother’s day gift and I absolutely LOVE it. — Christy P.
Star Copy 3
Star Copy 3
Star Copy 3
Star Copy 3
Star Copy 3
I have given these frames as gifts for years. I ALWAYS get multiple calls about how it’s the best present ever. submitted by Becky M. 5 star review
I have given these frames as gifts for years. I ALWAYS get multiple calls about how it’s the best present ever. — Becky M.
Star Copy 3
Star Copy 3
Star Copy 3
Star Copy 3
Star Copy 3
It's wonderful to see the favorite memories and the latest adventures of our daughters, who are thousands of miles away. submitted by Cheryl B. 5 star review
It's wonderful to see the favorite memories and the latest adventures of our daughters, who are thousands of miles away. — Cheryl B.
Star Copy 3
Star Copy 3
Star Copy 3
Star Copy 3
Star Copy 3
This product actually delivers moments of joy. submitted by Colin S. 5 star review
This product actually delivers moments of joy. — Colin S.
Star Copy 3
Star Copy 3
Star Copy 3
Star Copy 3
Star Copy 3
I live in Florida with 7 kids living in other states. I love that they can send me a photo at any time! submitted by Jeannie B. 5 star review
I live in Florida with 7 kids living in other states. I love that they can send me a photo at any time! — Jeannie B.
Star Copy 3
Star Copy 3
Star Copy 3
Star Copy 3
Star Copy 3
We just gave a frame as a wedding gift and I enjoy knowing that the newlyweds will get to store a lifetime of memories. submitted by Beth R. 5 star review
We just gave a frame as a wedding gift and I enjoy knowing that the newlyweds will get to store a lifetime of memories. — Beth R.
Star Copy 3
Star Copy 3
Star Copy 3
Star Copy 3
Star Copy 3
My niece and nephew gifted me a frame for my birthday. Truly, it is happiness in a frame. submitted by Debbie R. 5 star review
My niece and nephew gifted me a frame for my birthday. Truly, it is happiness in a frame. — Debbie R.
Star Copy 3
Star Copy 3
Star Copy 3
Star Copy 3
Star Copy 3
My husband bought this as a mother’s day gift and I absolutely LOVE it. submitted by Christy P. 5 star review
My husband bought this as a mother’s day gift and I absolutely LOVE it. — Christy P.
Star Copy 3
Star Copy 3
Star Copy 3
Star Copy 3
Star Copy 3
I have given these frames as gifts for years. I ALWAYS get multiple calls about how it’s the best present ever. submitted by Becky M. 5 star review
I have given these frames as gifts for years. I ALWAYS get multiple calls about how it’s the best present ever. — Becky M.
Star Copy 3
Star Copy 3
Star Copy 3
Star Copy 3
Star Copy 3
It's wonderful to see the favorite memories and the latest adventures of our daughters, who are thousands of miles away. submitted by Cheryl B. 5 star review
It's wonderful to see the favorite memories and the latest adventures of our daughters, who are thousands of miles away. — Cheryl B.
Star Copy 3
Star Copy 3
Star Copy 3
Star Copy 3
Star Copy 3
This product actually delivers moments of joy. submitted by Colin S. 5 star review
This product actually delivers moments of joy. — Colin S.
Star Copy 3
Star Copy 3
Star Copy 3
Star Copy 3
Star Copy 3
I live in Florida with 7 kids living in other states. I love that they can send me a photo at any time! submitted by Jeannie B. 5 star review
I live in Florida with 7 kids living in other states. I love that they can send me a photo at any time! — Jeannie B.
Star Copy 3
Star Copy 3
Star Copy 3
Star Copy 3
Star Copy 3
We just gave a frame as a wedding gift and I enjoy knowing that the newlyweds will get to store a lifetime of memories. submitted by Beth R. 5 star review
We just gave a frame as a wedding gift and I enjoy knowing that the newlyweds will get to store a lifetime of memories. — Beth R.
Star Copy 3
Star Copy 3
Star Copy 3
Star Copy 3
Star Copy 3
My niece and nephew gifted me a frame for my birthday. Truly, it is happiness in a frame. submitted by Debbie R. 5 star review
My niece and nephew gifted me a frame for my birthday. Truly, it is happiness in a frame. — Debbie R.
Star Copy 3
Star Copy 3
Star Copy 3
Star Copy 3
Star Copy 3
My husband bought this as a mother’s day gift and I absolutely LOVE it. submitted by Christy P. 5 star review
My husband bought this as a mother’s day gift and I absolutely LOVE it. — Christy P.
Star Copy 3
Star Copy 3
Star Copy 3
Star Copy 3
Star Copy 3
I have given these frames as gifts for years. I ALWAYS get multiple calls about how it’s the best present ever. submitted by Becky M. 5 star review
I have given these frames as gifts for years. I ALWAYS get multiple calls about how it’s the best present ever. — Becky M.
Star Copy 3
Star Copy 3
Star Copy 3
Star Copy 3
Star Copy 3
From holidays to milestones, Aura frames are the perfect gift for all your favourite people.
We use cookies and similar technologies to
recognize repeat visits and
measure the effectiveness of campaigns and analyze traffic . To learn more about how we use your data visit our
Privacy Policy . By clicking "Accept" on this banner you consent to the use of these technologies unless you have disabled them.
Accept
Reject