- ID de l'analyse :
- b9f49f43-5277-47f3-9e77-aeebd102f005Terminée
- URL soumise :
- https://www.cravoury.com/theme-cakes/
- Fin du rapport :
Liens : 6 trouvé(s)
Liens sortants identifiés à partir de la page
Lien | texte |
---|---|
https://www.facebook.com/cravouryofficial | |
https://instagram.com/cravouryofficial | |
https://www.google.com/maps/place/Cravoury+-+Best+Online+Cake+Shop+in+Bangalore/@12.9199342,77.6712863,15z/data=!4m6!3m5!1s0x3bae1366e1f7f553:0xfc2cb2029f42f5c2!8m2!3d12.9199342!4d77.6712863!16s%2Fg%2F11pkch6knk | |
https://www.youtube.com/@cravoury | Youtube |
https://www.google.com/maps/place/Cravoury+-+Best+Online+Cake+Shop+in+Bangalore/@12.9199342,77.6712863,15z/data=!4m2!3m1!1s0x0:0xfc2cb2029f42f5c2?sa=X&ved=2ahUKEwjdrYGUl4P9AhUfcGwGHf6TDMcQ_BJ6BAh5EAg | |
https://www.riofos.com/ | All Right Reserved @ 2023. Website Design& Developed by Riofos. |
Variables JavaScript : 66 trouvée(s)
Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel
Nom | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
href | undefined |
wpcom | object |
_tkq | object |
_stq | object |
$ | undefined |
jQuery | function |
wooajaxcart | object |
Messages de journal de console : 3 trouvé(s)
Messages consignés dans la console web
Type | Catégorie | Enregistrement |
---|---|---|
log | other |
|
verbose | dom |
|
verbose | dom |
|
HTML
Le corps HTML de la page en données brutes
<!DOCTYPE html><html class="html" lang="en-US"><head><meta charset="UTF-8"><script type="text/javascript" async="" src="https://www.googletagmanager.com/gtag/js?id=G-B867B1WVLQ&l=dataLayer&cx=c&gtm=457e4be0za200"></script><script type="text/javascript" async="" src="https://www.google-analytics.com/analytics.js"></script><script async="" src="https://www.googletagmanager.com/gtm.js?id=GTM-5K57PWV2"></script><script async="" src="https://www.googletagmanager.com/gtm.js?id=GTM-WWZSZ7F"></script><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.v="1.2.4",this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",t=>{this.persisted=t.persisted}),window.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(t){if(document.hidden){t._triggerListener();return}this.triggerEvents.forEach(e=>window.addEventListener(e,t.userEventHandler,{passive:!0})),window.addEventListener("touchstart",t.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",t.touchStartHandler),document.addEventListener("visibilitychange",t.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(t=>window.removeEventListener(t,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(t){"HTML"!==t.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),t.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(t){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(t){t.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(t.target,"rocket-onclick","onclick"),this.interceptedClicks.push(t),t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(t=>{t.target.dispatchEvent(new MouseEvent("click",{view:t.view,bubbles:!0,cancelable:!0}))})}_waitForPendingClicks(){return new Promise(t=>{this._isClickPending?this._pendingClickFinished=t:t()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(t,e,r){t.hasAttribute&&t.hasAttribute(e)&&(event.target.setAttribute(r,event.target.getAttribute(e)),event.target.removeAttribute(e))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let t=[];document.querySelectorAll("script[type=rocketlazyloadscript][data-rocket-src]").forEach(e=>{let r=e.getAttribute("data-rocket-src");if(r&&0!==r.indexOf("data:")){0===r.indexOf("//")&&(r=location.protocol+r);try{let i=new URL(r).origin;i!==location.origin&&t.push({src:i,crossOrigin:e.crossOrigin||"module"===e.getAttribute("data-rocket-type")})}catch(n){}}}),t=[...new Map(t.map(t=>[JSON.stringify(t),t])).values()],this._batchInjectResourceHints(t,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._pendingWebpackRequests(this),await this._triggerWindowLoad()}catch(t){console.error(t)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(t=>{t.hasAttribute("data-rocket-src")?t.hasAttribute("async")&&!1!==t.async?this.delayedScripts.async.push(t):t.hasAttribute("defer")&&!1!==t.defer||"module"===t.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(t):this.delayedScripts.normal.push(t):this.delayedScripts.normal.push(t)})}async _transformScript(t){if(await this._littleBreath(),!0===t.noModule&&"noModule"in HTMLScriptElement.prototype){t.setAttribute("data-rocket-status","skipped");return}return new Promise(navigator.userAgent.indexOf("Firefox/")>0||""===navigator.vendor?e=>{let r=document.createElement("script");[...t.attributes].forEach(t=>{let e=t.nodeName;"type"!==e&&("data-rocket-type"===e&&(e="type"),"data-rocket-src"===e&&(e="src"),r.setAttribute(e,t.nodeValue))}),t.text&&(r.text=t.text),r.hasAttribute("src")?(r.addEventListener("load",e),r.addEventListener("error",e)):(r.text=t.text,e());try{t.parentNode.replaceChild(r,t)}catch(i){e()}}:e=>{function r(){t.setAttribute("data-rocket-status","failed"),e()}try{let i=t.getAttribute("data-rocket-type"),n=t.getAttribute("data-rocket-src");i?(t.type=i,t.removeAttribute("data-rocket-type")):t.removeAttribute("type"),t.addEventListener("load",function r(){t.setAttribute("data-rocket-status","executed"),e()}),t.addEventListener("error",r),n?(t.removeAttribute("data-rocket-src"),t.src=n):t.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(t.text)))}catch(s){r()}})}async _loadScriptsFromList(t){let e=t.shift();return e&&e.isConnected?(await this._transformScript(e),this._loadScriptsFromList(t)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(t,e){var r=document.createDocumentFragment();t.forEach(t=>{let i=t.getAttribute&&t.getAttribute("data-rocket-src")||t.src;if(i){let n=document.createElement("link");n.href=i,n.rel=e,"preconnect"!==e&&(n.as="script"),t.getAttribute&&"module"===t.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),t.crossOrigin&&(n.crossOrigin=t.crossOrigin),t.integrity&&(n.integrity=t.integrity),r.appendChild(n),this.trash.push(n)}}),document.head.appendChild(r)}_delayEventListeners(){let t={};function e(e,r){!function e(r){!t[r]&&(t[r]={originalFunctions:{add:r.addEventListener,remove:r.removeEventListener},eventsToRewrite:[]},r.addEventListener=function(){arguments[0]=i(arguments[0]),t[r].originalFunctions.add.apply(r,arguments)},r.removeEventListener=function(){arguments[0]=i(arguments[0]),t[r].originalFunctions.remove.apply(r,arguments)});function i(e){return t[r].eventsToRewrite.indexOf(e)>=0?"rocket-"+e:e}}(e),t[e].eventsToRewrite.push(r)}function r(t,e){let r=t[e];Object.defineProperty(t,e,{get:()=>r||function(){},set(i){t["rocket"+e]=r=i}})}e(document,"DOMContentLoaded"),e(window,"DOMContentLoaded"),e(window,"load"),e(window,"pageshow"),e(document,"readystatechange"),r(document,"onreadystatechange"),r(window,"onload"),r(window,"onpageshow")}_delayJQueryReady(t){let e;function r(t){return t.split(" ").map(t=>"load"===t||0===t.indexOf("load.")?"rocket-jquery-load":t).join(" ")}function i(i){if(i&&i.fn&&!t.allJQueries.includes(i)){i.fn.ready=i.fn.init.prototype.ready=function(e){return t.domReadyFired?e.bind(document)(i):document.addEventListener("rocket-DOMContentLoaded",()=>e.bind(document)(i)),i([])};let n=i.fn.on;i.fn.on=i.fn.init.prototype.on=function(){return this[0]===window&&("string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=r(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(t=>{let e=arguments[0][t];delete arguments[0][t],arguments[0][r(t)]=e})),n.apply(this,arguments),this},t.allJQueries.push(i)}e=i}i(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>e,set(t){i(t)}})}async _pendingWebpackRequests(t){let e=document.querySelector("script[data-webpack]");async function r(){return new Promise(t=>{e.addEventListener("load",t),e.addEventListener("error",t)})}e&&(await r(),await t._requestAnimFrame(),await t._pendingWebpackRequests(t))}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(t=>t(window).trigger("rocket-jquery-load")),await this._littleBreath();let t=new Event("rocket-pageshow");t.persisted=this.persisted,window.dispatchEvent(t),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){let t=new Map;document.write=document.writeln=function(e){let r=document.currentScript;r||console.error("WPRocket unable to document.write this: "+e);let i=document.createRange(),n=r.parentElement,s=t.get(r);void 0===s&&(s=r.nextSibling,t.set(r,s));let a=document.createDocumentFragment();i.setStart(a,0),a.appendChild(i.createContextualFragment(e)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(t=>setTimeout(t)):new Promise(t=>requestAnimationFrame(t))}_emptyTrash(){this.trash.forEach(t=>t.remove())}static run(){let t=new RocketLazyLoadScripts;t._addUserInteractionListener(t)}}RocketLazyLoadScripts.run();</script>
<link rel="profile" href="https://gmpg.org/xfn/11">
<script type="rocketlazyloadscript">document.documentElement.className = document.documentElement.className + ' yes-js js_active js'</script>
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
<!-- Pixel Cat Facebook Pixel Code -->
<script type="rocketlazyloadscript">
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js' );
fbq( 'init', '240009565452179' );fbq( 'init', '726926122875345' ); </script>
<!-- DO NOT MODIFY -->
<!-- End Facebook Pixel Code -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- This site is optimized with the Yoast SEO plugin v20.13 - https://yoast.com/wordpress/plugins/seo/ -->
<title>Order Theme Cakes online | Store Pickup is Available</title><link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%20Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CAssistant%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CCapriola%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CKalam%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&display=swap"><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%20Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CAssistant%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CCapriola%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CKalam%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&display=swap" media="all" onload="this.media='all'"><noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%20Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CAssistant%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CCapriola%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CKalam%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&display=swap" /></noscript>
<meta name="description" content="Order delicious Theme Cakes online from Cravoury. We offer vanilla, chocolate & more. Order Now for Free Delivery">
<link rel="canonical" href="https://www.cravoury.com/theme-cakes/">
<meta property="og:locale" content="en_US">
<meta property="og:type" content="article">
<meta property="og:title" content="Order Theme Cakes online | Store Pickup is Available">
<meta property="og:description" content="Order delicious Theme Cakes online from Cravoury. We offer vanilla, chocolate & more. Order Now for Free Delivery">
<meta property="og:url" content="https://www.cravoury.com/theme-cakes/">
<meta property="og:site_name" content="Cravoury">
<meta property="article:modified_time" content="2024-01-03T08:11:14+00:00">
<meta property="og:image" content="https://www.cravoury.com/wp-content/uploads/2023/02/icon.webp">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:label1" content="Est. reading time">
<meta name="twitter:data1" content="11 minutes">
<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://www.cravoury.com/theme-cakes/","url":"https://www.cravoury.com/theme-cakes/","name":"Order Theme Cakes online | Store Pickup is Available","isPartOf":{"@id":"https://www.cravoury.com/#website"},"primaryImageOfPage":{"@id":"https://www.cravoury.com/theme-cakes/#primaryimage"},"image":{"@id":"https://www.cravoury.com/theme-cakes/#primaryimage"},"thumbnailUrl":"https://www.cravoury.com/wp-content/uploads/2023/02/icon.webp","datePublished":"2023-02-09T05:21:48+00:00","dateModified":"2024-01-03T08:11:14+00:00","description":"Order delicious Theme Cakes online from Cravoury. We offer vanilla, chocolate & more. Order Now for Free Delivery","breadcrumb":{"@id":"https://www.cravoury.com/theme-cakes/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://www.cravoury.com/theme-cakes/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://www.cravoury.com/theme-cakes/#primaryimage","url":"https://www.cravoury.com/wp-content/uploads/2023/02/icon.webp","contentUrl":"https://www.cravoury.com/wp-content/uploads/2023/02/icon.webp","width":69,"height":61,"caption":"Cake Icon"},{"@type":"BreadcrumbList","@id":"https://www.cravoury.com/theme-cakes/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://www.cravoury.com/"},{"@type":"ListItem","position":2,"name":"Theme Cakes"}]},{"@type":"WebSite","@id":"https://www.cravoury.com/#website","url":"https://www.cravoury.com/","name":"Cravoury","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.cravoury.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"}]}</script>
<!-- / Yoast SEO plugin. -->
<script type="rocketlazyloadscript" data-rocket-type="application/javascript">console.log('PixelYourSite Free version 9.4.7.1');</script>
<link rel="dns-prefetch" href="//stats.wp.com">
<link rel="dns-prefetch" href="//static.addtoany.com">
<link rel="dns-prefetch" href="//www.googletagmanager.com">
<link href="https://fonts.gstatic.com" crossorigin="" rel="preconnect">
<link rel="alternate" type="application/rss+xml" title="Cravoury » Feed" href="https://www.cravoury.com/feed/">
<link rel="alternate" type="application/rss+xml" title="Cravoury » Comments Feed" href="https://www.cravoury.com/comments/feed/">
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
var ajaxurl = 'https://www.cravoury.com/wp-admin/admin-ajax.php';
</script>
<link data-minify="1" rel="stylesheet" id="ht_ctc_main_css-css" href="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/assets/css/main.css?ver=1707727881" media="all">
<style id="wp-emoji-styles-inline-css">
img.wp-smiley, img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 0.07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel="stylesheet" id="wp-block-library-css" href="https://www.cravoury.com/wp-includes/css/dist/block-library/style.min.css?ver=6.5.3" media="all">
<style id="wp-block-library-theme-inline-css">
.wp-block-audio figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio figcaption{color:#ffffffa6}.wp-block-audio{margin:0 0 1em}.wp-block-code{border:1px solid #ccc;border-radius:4px;font-family:Menlo,Consolas,monaco,monospace;padding:.8em 1em}.wp-block-embed figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed figcaption{color:#ffffffa6}.wp-block-embed{margin:0 0 1em}.blocks-gallery-caption{color:#555;font-size:13px;text-align:center}.is-dark-theme .blocks-gallery-caption{color:#ffffffa6}.wp-block-image figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-image figcaption{color:#ffffffa6}.wp-block-image{margin:0 0 1em}.wp-block-pullquote{border-bottom:4px solid;border-top:4px solid;color:currentColor;margin-bottom:1.75em}.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote__citation{color:currentColor;font-size:.8125em;font-style:normal;text-transform:uppercase}.wp-block-quote{border-left:.25em solid;margin:0 0 1.75em;padding-left:1em}.wp-block-quote cite,.wp-block-quote footer{color:currentColor;font-size:.8125em;font-style:normal;position:relative}.wp-block-quote.has-text-align-right{border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote.has-text-align-center{border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote.is-style-plain{border:none}.wp-block-search .wp-block-search__label{font-weight:700}.wp-block-search__button{border:1px solid #ccc;padding:.375em .625em}:where(.wp-block-group.has-background){padding:1.25em 2.375em}.wp-block-separator.has-css-opacity{opacity:.4}.wp-block-separator{border:none;border-bottom:2px solid;margin-left:auto;margin-right:auto}.wp-block-separator.has-alpha-channel-opacity{opacity:1}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){width:100px}.wp-block-separator.has-background:not(.is-style-dots){border-bottom:none;height:1px}.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots){height:2px}.wp-block-table{margin:0 0 1em}.wp-block-table td,.wp-block-table th{word-break:normal}.wp-block-table figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table figcaption{color:#ffffffa6}.wp-block-video figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video figcaption{color:#ffffffa6}.wp-block-video{margin:0 0 1em}.wp-block-template-part.has-background{margin-bottom:0;margin-top:0;padding:1.25em 2.375em}
</style>
<style id="classic-theme-styles-inline-css">
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
</style>
<style id="global-styles-inline-css">
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
.wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
.wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
</style>
<link data-minify="1" rel="stylesheet" id="wp-blog-designer-fontawesome-stylesheets-css" href="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/blog-designer/admin/css/fontawesome-all.min.css?ver=1707727881" media="all">
<link data-minify="1" rel="stylesheet" id="wp-blog-designer-css-stylesheets-css" href="https://www.cravoury.com/wp-content/cache/background-css/www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/blog-designer/public/css/designer_css.css?ver=1707727881&wpr_t=1731554117" media="all">
<link data-minify="1" rel="stylesheet" id="wpsm_ac-font-awesome-front-css" href="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/responsive-accordion-and-collapse/css/font-awesome/css/font-awesome.min.css?ver=1707727881" media="all">
<link data-minify="1" rel="stylesheet" id="wpsm_ac_bootstrap-front-css" href="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/responsive-accordion-and-collapse/css/bootstrap-front.css?ver=1707727881" media="all">
<link rel="stylesheet" id="uaf_client_css-css" href="https://www.cravoury.com/wp-content/uploads/useanyfont/uaf.css?ver=1675330098" media="all">
<link data-minify="1" rel="stylesheet" id="woo-related-products-css" href="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/woo-related-products-refresh-on-reload/public/css/woo-related-products-public.css?ver=1707727881" media="all">
<link data-minify="1" rel="stylesheet" id="wooajaxcart-css" href="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/woocommerce-ajax-cart/assets/wooajaxcart.css?ver=1707727881" media="all">
<style id="woocommerce-inline-inline-css">
.woocommerce form .form-row .required { visibility: visible; }
</style>
<link data-minify="1" rel="stylesheet" id="xoo-el-style-css" href="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/easy-login-woocommerce/assets/css/xoo-el-style.css?ver=1707727881" media="all">
<style id="xoo-el-style-inline-css">
.xoo-el-form-container button.btn.button.xoo-el-action-btn{
background-color: #d03b6d;
color: #ffffff;
font-weight: 600;
font-size: 15px;
height: 40px;
}
.xoo-el-inmodal{
max-width: 600px;
max-height: 550px;
}
.xoo-el-sidebar{
background-image: var(--wpr-bg-e5357304-37ef-43eb-8ad5-ee61db4f0054);
min-width: 40%;
}
.xoo-el-main, .xoo-el-main a , .xoo-el-main label{
color: #000000;
}
.xoo-el-srcont{
background-color: #ffffff;
}
.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
background-color: #000000;
color: #ffffff;
}
.xoo-el-form-container ul.xoo-el-tabs li{
background-color: #eeeeee;
color: #000000;
}
.xoo-el-main{
padding: 40px 30px;
}
.xoo-el-form-container button.xoo-el-action-btn:not(.button){
font-weight: 600;
font-size: 15px;
}
.xoo-el-modal:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -0.25em;
}
.xoo-el-popup-active .xoo-el-opac{
opacity: 0.7;
background-color: #000000;
}.xoo-el-sidebar {
background-image: var(--wpr-bg-d278704e-c305-42b8-96a8-a345e96ffdcd);
min-width: 40%;
display: none !important;
}
</style>
<link data-minify="1" rel="stylesheet" id="xoo-el-fonts-css" href="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/easy-login-woocommerce/assets/css/xoo-el-fonts.css?ver=1707727881" media="all">
<link data-minify="1" rel="stylesheet" id="xoo-aff-style-css" href="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/assets/css/xoo-aff-style.css?ver=1707727881" media="all">
<style id="xoo-aff-style-inline-css">
.xoo-aff-input-group .xoo-aff-input-icon{
background-color: #eee;
color: #555;
max-width: 40px;
min-width: 40px;
border: 1px solid #ccc;
border-right: 0;
font-size: 14px;
}
.xoo-aff-group{
margin-bottom: 30px;
}
.xoo-aff-group input[type="text"], .xoo-aff-group input[type="password"], .xoo-aff-group input[type="email"], .xoo-aff-group input[type="number"], .xoo-aff-group select, .xoo-aff-group select + .select2{
background-color: #fff;
color: #777;
}
.xoo-aff-group input[type="text"]::placeholder, .xoo-aff-group input[type="password"]::placeholder, .xoo-aff-group input[type="email"]::placeholder, .xoo-aff-group input[type="number"]::placeholder, .xoo-aff-group select::placeholder{
color: #777;
opacity: 0.7;
}
.xoo-aff-group input[type="text"]:focus, .xoo-aff-group input[type="password"]:focus, .xoo-aff-group input[type="email"]:focus, .xoo-aff-group input[type="number"]:focus, .xoo-aff-group select:focus, .xoo-aff-group select + .select2:focus{
background-color: #ededed;
color: #000;
}
.xoo-aff-group input[type="text"], .xoo-aff-group input[type="password"], .xoo-aff-group input[type="email"], .xoo-aff-group input[type="number"], .xoo-aff-group select{
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
</style>
<link data-minify="1" rel="stylesheet" id="xoo-aff-font-awesome5-css" href="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/css/all.min.css?ver=1707727881" media="all">
<link data-minify="1" rel="stylesheet" id="select2-css" href="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/woocommerce/assets/css/select2.css?ver=1707727881" media="all">
<link data-minify="1" rel="stylesheet" id="hfe-style-css" href="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/header-footer-elementor/assets/css/header-footer-elementor.css?ver=1707727881" media="all">
<link rel="stylesheet" id="elementor-frontend-css" href="https://www.cravoury.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.15.2" media="all">
<style id="elementor-frontend-inline-css">
@-webkit-keyframes ha_fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ha_fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes ha_zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes ha_zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes ha_rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1}}@keyframes ha_rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1}}@-webkit-keyframes ha_bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}40%,43%{-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0) scaleY(.95);transform:translate3d(0,0,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes ha_bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}40%,43%{-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05);-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0) scaleY(.95);transform:translate3d(0,0,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@-webkit-keyframes ha_bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1}}@keyframes ha_bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1}}@-webkit-keyframes ha_flipInX{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}}@keyframes ha_flipInX{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}}@-webkit-keyframes ha_flipInY{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}}@keyframes ha_flipInY{0%{opacity:0;-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{opacity:1;-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg)}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}}@-webkit-keyframes ha_swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}}@keyframes ha_swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}}@-webkit-keyframes ha_slideInDown{0%{visibility:visible;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes ha_slideInDown{0%{visibility:visible;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-webkit-keyframes ha_slideInUp{0%{visibility:visible;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes ha_slideInUp{0%{visibility:visible;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes ha_slideInLeft{0%{visibility:visible;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes ha_slideInLeft{0%{visibility:visible;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes ha_slideInRight{0%{visibility:visible;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes ha_slideInRight{0%{visibility:visible;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.ha_fadeIn{-webkit-animation-name:ha_fadeIn;animation-name:ha_fadeIn}.ha_zoomIn{-webkit-animation-name:ha_zoomIn;animation-name:ha_zoomIn}.ha_rollIn{-webkit-animation-name:ha_rollIn;animation-name:ha_rollIn}.ha_bounce{-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-name:ha_bounce;animation-name:ha_bounce}.ha_bounceIn{-webkit-animation-name:ha_bounceIn;animation-name:ha_bounceIn;-webkit-animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75)}.ha_flipInX,.ha_flipInY{-webkit-animation-name:ha_flipInX;animation-name:ha_flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}.ha_flipInY{-webkit-animation-name:ha_flipInY;animation-name:ha_flipInY}.ha_swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:ha_swing;animation-name:ha_swing}.ha_slideInDown{-webkit-animation-name:ha_slideInDown;animation-name:ha_slideInDown}.ha_slideInUp{-webkit-animation-name:ha_slideInUp;animation-name:ha_slideInUp}.ha_slideInLeft{-webkit-animation-name:ha_slideInLeft;animation-name:ha_slideInLeft}.ha_slideInRight{-webkit-animation-name:ha_slideInRight;animation-name:ha_slideInRight}.ha-css-transform-yes{-webkit-transition-duration:var(--ha-tfx-transition-duration, .2s);transition-duration:var(--ha-tfx-transition-duration, .2s);-webkit-transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transform:translate(var(--ha-tfx-translate-x, 0),var(--ha-tfx-translate-y, 0)) scale(var(--ha-tfx-scale-x, 1),var(--ha-tfx-scale-y, 1)) skew(var(--ha-tfx-skew-x, 0),var(--ha-tfx-skew-y, 0)) rotateX(var(--ha-tfx-rotate-x, 0)) rotateY(var(--ha-tfx-rotate-y, 0)) rotateZ(var(--ha-tfx-rotate-z, 0));transform:translate(var(--ha-tfx-translate-x, 0),var(--ha-tfx-translate-y, 0)) scale(var(--ha-tfx-scale-x, 1),var(--ha-tfx-scale-y, 1)) skew(var(--ha-tfx-skew-x, 0),var(--ha-tfx-skew-y, 0)) rotateX(var(--ha-tfx-rotate-x, 0)) rotateY(var(--ha-tfx-rotate-y, 0)) rotateZ(var(--ha-tfx-rotate-z, 0))}.ha-css-transform-yes:hover{-webkit-transform:translate(var(--ha-tfx-translate-x-hover, var(--ha-tfx-translate-x, 0)),var(--ha-tfx-translate-y-hover, var(--ha-tfx-translate-y, 0))) scale(var(--ha-tfx-scale-x-hover, var(--ha-tfx-scale-x, 1)),var(--ha-tfx-scale-y-hover, var(--ha-tfx-scale-y, 1))) skew(var(--ha-tfx-skew-x-hover, var(--ha-tfx-skew-x, 0)),var(--ha-tfx-skew-y-hover, var(--ha-tfx-skew-y, 0))) rotateX(var(--ha-tfx-rotate-x-hover, var(--ha-tfx-rotate-x, 0))) rotateY(var(--ha-tfx-rotate-y-hover, var(--ha-tfx-rotate-y, 0))) rotateZ(var(--ha-tfx-rotate-z-hover, var(--ha-tfx-rotate-z, 0)));transform:translate(var(--ha-tfx-translate-x-hover, var(--ha-tfx-translate-x, 0)),var(--ha-tfx-translate-y-hover, var(--ha-tfx-translate-y, 0))) scale(var(--ha-tfx-scale-x-hover, var(--ha-tfx-scale-x, 1)),var(--ha-tfx-scale-y-hover, var(--ha-tfx-scale-y, 1))) skew(var(--ha-tfx-skew-x-hover, var(--ha-tfx-skew-x, 0)),var(--ha-tfx-skew-y-hover, var(--ha-tfx-skew-y, 0))) rotateX(var(--ha-tfx-rotate-x-hover, var(--ha-tfx-rotate-x, 0))) rotateY(var(--ha-tfx-rotate-y-hover, var(--ha-tfx-rotate-y, 0))) rotateZ(var(--ha-tfx-rotate-z-hover, var(--ha-tfx-rotate-z, 0)))}.happy-addon>.elementor-widget-container{word-wrap:break-word;overflow-wrap:break-word}.happy-addon>.elementor-widget-container,.happy-addon>.elementor-widget-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.happy-addon p:empty{display:none}.happy-addon .elementor-inline-editing{min-height:auto!important}.happy-addon-pro img{max-width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.ha-screen-reader-text{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);margin:-1px;padding:0;width:1px;height:1px;border:0;word-wrap:normal!important;-webkit-clip-path:inset(50%);clip-path:inset(50%)}.ha-has-bg-overlay>.elementor-widget-container{position:relative;z-index:1}.ha-has-bg-overlay>.elementor-widget-container:before{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;content:""}.ha-popup--is-enabled .ha-js-popup,.ha-popup--is-enabled .ha-js-popup img{cursor:-webkit-zoom-in!important;cursor:zoom-in!important}.mfp-wrap .mfp-arrow,.mfp-wrap .mfp-close{background-color:transparent}.mfp-wrap .mfp-arrow:focus,.mfp-wrap .mfp-close:focus{outline-width:thin}.ha-advanced-tooltip-enable{position:relative;cursor:pointer;--ha-tooltip-arrow-color:black;--ha-tooltip-arrow-distance:0}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content{position:absolute;z-index:999;display:none;padding:5px 0;width:120px;height:auto;border-radius:6px;background-color:#000;color:#fff;text-align:center;opacity:0}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content::after{position:absolute;border-width:5px;border-style:solid;content:""}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content.no-arrow::after{visibility:hidden}.ha-advanced-tooltip-enable .ha-advanced-tooltip-content.show{display:inline-block;opacity:1}.ha-advanced-tooltip-enable.ha-advanced-tooltip-top .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-top .ha-advanced-tooltip-content{top:unset;right:0;bottom:calc(101% + var(--ha-tooltip-arrow-distance));left:0;margin:0 auto}.ha-advanced-tooltip-enable.ha-advanced-tooltip-top .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-top .ha-advanced-tooltip-content::after{top:100%;right:unset;bottom:unset;left:50%;border-color:var(--ha-tooltip-arrow-color) transparent transparent transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-bottom .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-bottom .ha-advanced-tooltip-content{top:calc(101% + var(--ha-tooltip-arrow-distance));right:0;bottom:unset;left:0;margin:0 auto}.ha-advanced-tooltip-enable.ha-advanced-tooltip-bottom .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-bottom .ha-advanced-tooltip-content::after{top:unset;right:unset;bottom:100%;left:50%;border-color:transparent transparent var(--ha-tooltip-arrow-color) transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-left .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-left .ha-advanced-tooltip-content{top:50%;right:calc(101% + var(--ha-tooltip-arrow-distance));bottom:unset;left:unset;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-left .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-left .ha-advanced-tooltip-content::after{top:50%;right:unset;bottom:unset;left:100%;border-color:transparent transparent transparent var(--ha-tooltip-arrow-color);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-right .ha-advanced-tooltip-content,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-right .ha-advanced-tooltip-content{top:50%;right:unset;bottom:unset;left:calc(101% + var(--ha-tooltip-arrow-distance));-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.ha-advanced-tooltip-enable.ha-advanced-tooltip-right .ha-advanced-tooltip-content::after,body[data-elementor-device-mode=tablet] .ha-advanced-tooltip-enable.ha-advanced-tooltip-tablet-right .ha-advanced-tooltip-content::after{top:50%;right:100%;bottom:unset;left:unset;border-color:transparent var(--ha-tooltip-arrow-color) transparent transparent;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-top .ha-advanced-tooltip-content{top:unset;right:0;bottom:calc(101% + var(--ha-tooltip-arrow-distance));left:0;margin:0 auto}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-top .ha-advanced-tooltip-content::after{top:100%;right:unset;bottom:unset;left:50%;border-color:var(--ha-tooltip-arrow-color) transparent transparent transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-bottom .ha-advanced-tooltip-content{top:calc(101% + var(--ha-tooltip-arrow-distance));right:0;bottom:unset;left:0;margin:0 auto}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-bottom .ha-advanced-tooltip-content::after{top:unset;right:unset;bottom:100%;left:50%;border-color:transparent transparent var(--ha-tooltip-arrow-color) transparent;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-left .ha-advanced-tooltip-content{top:50%;right:calc(101% + var(--ha-tooltip-arrow-distance));bottom:unset;left:unset;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-left .ha-advanced-tooltip-content::after{top:50%;right:unset;bottom:unset;left:100%;border-color:transparent transparent transparent var(--ha-tooltip-arrow-color);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-right .ha-advanced-tooltip-content{top:50%;right:unset;bottom:unset;left:calc(101% + var(--ha-tooltip-arrow-distance));-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body[data-elementor-device-mode=mobile] .ha-advanced-tooltip-enable.ha-advanced-tooltip-mobile-right .ha-advanced-tooltip-content::after{top:50%;right:100%;bottom:unset;left:unset;border-color:transparent var(--ha-tooltip-arrow-color) transparent transparent;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body.elementor-editor-active .happy-addon.ha-gravityforms .gform_wrapper{display:block!important}.ha-scroll-to-top-wrap.ha-scroll-to-top-hide{display:none}.ha-scroll-to-top-wrap.edit-mode,.ha-scroll-to-top-wrap.single-page-off{display:none!important}.ha-scroll-to-top-button{position:fixed;right:15px;bottom:15px;z-index:9999;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:50px;height:50px;border-radius:50px;background-color:#5636d1;color:#fff;text-align:center;opacity:1;cursor:pointer;-webkit-transition:all .3s;transition:all .3s}.ha-scroll-to-top-button i{color:#fff;font-size:16px}.ha-scroll-to-top-button:hover{background-color:#e2498a}
</style>
<link rel="stylesheet" id="eael-general-css" href="https://www.cravoury.com/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/css/view/general.min.css?ver=5.9.2" media="all">
<link data-minify="1" rel="stylesheet" id="eael-9668-css" href="https://www.cravoury.com/wp-content/cache/background-css/www.cravoury.com/wp-content/cache/min/1/wp-content/uploads/essential-addons-elementor/eael-9668.css?ver=1707728228&wpr_t=1731554118" media="all">
<link data-minify="1" rel="stylesheet" id="elementor-icons-css" href="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=1707727881" media="all">
<style id="elementor-icons-inline-css">
.elementor-add-new-section .elementor-add-templately-promo-button{
background-color: #5d4fff;
background-image: var(--wpr-bg-28cc5d83-2b1d-4d09-bba7-014341d0002d);
background-repeat: no-repeat;
background-position: center center;
position: relative;
}
.elementor-add-new-section .elementor-add-templately-promo-button > i{
height: 12px;
}
body .elementor-add-new-section .elementor-add-section-area-button {
margin-left: 0;
}
.elementor-add-new-section .elementor-add-templately-promo-button{
background-color: #5d4fff;
background-image: var(--wpr-bg-28cc5d83-2b1d-4d09-bba7-014341d0002d);
background-repeat: no-repeat;
background-position: center center;
position: relative;
}
.elementor-add-new-section .elementor-add-templately-promo-button > i{
height: 12px;
}
body .elementor-add-new-section .elementor-add-section-area-button {
margin-left: 0;
}
.elementor-add-new-section .elementor-add-templately-promo-button{
background-color: #5d4fff;
background-image: var(--wpr-bg-28cc5d83-2b1d-4d09-bba7-014341d0002d);
background-repeat: no-repeat;
background-position: center center;
position: relative;
}
.elementor-add-new-section .elementor-add-templately-promo-button > i{
height: 12px;
}
body .elementor-add-new-section .elementor-add-section-area-button {
margin-left: 0;
}
</style>
<link rel="stylesheet" id="swiper-css" href="https://www.cravoury.com/wp-content/plugins/elementor/assets/lib/swiper/css/swiper.min.css?ver=5.3.6" media="all">
<link rel="stylesheet" id="elementor-post-5-css" href="https://www.cravoury.com/wp-content/uploads/elementor/css/post-5.css?ver=1692335744" media="all">
<link data-minify="1" rel="stylesheet" id="lae-animate-css" href="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/addons-for-elementor/assets/css/lib/animate.css?ver=1707727881" media="all">
<link rel="stylesheet" id="lae-sliders-styles-css" href="https://www.cravoury.com/wp-content/cache/background-css/www.cravoury.com/wp-content/plugins/addons-for-elementor/assets/css/lib/sliders.min.css?ver=7.9.1&wpr_t=1731554118" media="all">
<link data-minify="1" rel="stylesheet" id="lae-icomoon-styles-css" href="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/addons-for-elementor/assets/css/icomoon.css?ver=1707727881" media="all">
<link data-minify="1" rel="stylesheet" id="lae-frontend-styles-css" href="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/addons-for-elementor/assets/css/lae-frontend.css?ver=1707727881" media="all">
<link data-minify="1" rel="stylesheet" id="lae-grid-styles-css" href="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/addons-for-elementor/assets/css/lae-grid.css?ver=1707727881" media="all">
<link rel="stylesheet" id="lae-widgets-styles-css" href="https://www.cravoury.com/wp-content/plugins/addons-for-elementor/assets/css/widgets/lae-widgets.min.css?ver=7.9.1" media="all">
<link rel="stylesheet" id="elementor-pro-css" href="https://www.cravoury.com/wp-content/plugins/elementor-pro/assets/css/frontend.min.css?ver=3.7.3" media="all">
<link data-minify="1" rel="stylesheet" id="font-awesome-5-all-css" href="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css?ver=1707727881" media="all">
<link rel="stylesheet" id="font-awesome-4-shim-css" href="https://www.cravoury.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css?ver=3.15.2" media="all">
<link rel="stylesheet" id="elementor-global-css" href="https://www.cravoury.com/wp-content/uploads/elementor/css/global.css?ver=1692335747" media="all">
<link rel="stylesheet" id="elementor-post-9668-css" href="https://www.cravoury.com/wp-content/uploads/elementor/css/post-9668.css?ver=1704269478" media="all">
<link data-minify="1" rel="stylesheet" id="hfe-widgets-style-css" href="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/header-footer-elementor/inc/widgets-css/frontend.css?ver=1707727881" media="all">
<link rel="stylesheet" id="elementor-post-47-css" href="https://www.cravoury.com/wp-content/uploads/elementor/css/post-47.css?ver=1729565582" media="all">
<link data-minify="1" rel="stylesheet" id="happy-icons-css" href="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/happy-elementor-addons/assets/fonts/style.min.css?ver=1707727881" media="all">
<link data-minify="1" rel="stylesheet" id="font-awesome-css" href="https://www.cravoury.com/wp-content/cache/min/1/wp-content/themes/oceanwp/assets/fonts/fontawesome/css/all.min.css?ver=1707727881" media="all">
<style id="font-awesome-inline-css">
[data-font="FontAwesome"]:before {font-family: 'FontAwesome' !important;content: attr(data-icon) !important;speak: none !important;font-weight: normal !important;font-variant: normal !important;text-transform: none !important;line-height: 1 !important;font-style: normal !important;-webkit-font-smoothing: antialiased !important;-moz-osx-font-smoothing: grayscale !important;}
</style>
<link rel="stylesheet" id="elementor-post-78-css" href="https://www.cravoury.com/wp-content/cache/background-css/www.cravoury.com/wp-content/uploads/elementor/css/post-78.css?ver=1729567959&wpr_t=1731554119" media="all">
<link data-minify="1" rel="stylesheet" id="reviewx-magnific-popup-css" href="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/reviewx/resources/assets/storefront/css/magnific-popup.css?ver=1707727881" media="all">
<link data-minify="1" rel="stylesheet" id="reviewx-css" href="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/reviewx/resources/assets/storefront/css/reviewx-public.css?ver=1707727881" media="all">
<link data-minify="1" rel="stylesheet" id="sa-login-css-css" href="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/sms-alert/css/sms_alert_customer_validation_style.css?ver=1707727881" media="">
<link rel="stylesheet" id="wpv_telinputcss_style-css" href="https://www.cravoury.com/wp-content/cache/background-css/www.cravoury.com/wp-content/plugins/sms-alert/css/intlTelInput.min.css?ver=3.6.5&wpr_t=1731554119" media="">
<link data-minify="1" rel="stylesheet" id="jquery-selectBox-css" href="https://www.cravoury.com/wp-content/cache/background-css/www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/yith-woocommerce-wishlist/assets/css/jquery.selectBox.css?ver=1707727881&wpr_t=1731554119" media="all">
<link data-minify="1" rel="stylesheet" id="yith-wcwl-font-awesome-css" href="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/yith-woocommerce-wishlist/assets/css/font-awesome.css?ver=1707727881" media="all">
<link data-minify="1" rel="stylesheet" id="woocommerce_prettyPhoto_css-css" href="https://www.cravoury.com/wp-content/cache/background-css/www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/woocommerce/assets/css/prettyPhoto.css?ver=1707727881&wpr_t=1731554119" media="all">
<link data-minify="1" rel="stylesheet" id="yith-wcwl-main-css" href="https://www.cravoury.com/wp-content/cache/background-css/www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/yith-woocommerce-wishlist/assets/css/style.css?ver=1707727881&wpr_t=1731554119" media="all">
<style id="yith-wcwl-main-inline-css">
a.yith-woo-wallet span.item-icon {background: var(--wpr-bg-8baa9d1f-40c9-4c2e-85de-45ac74b8920e);background-size: contain;background-repeat: no-repeat;}
li.product a.add_to_wishlist {cursor: pointer;position: absolute;z-index: 99;width: 20px;line-height:13px;background: #d03b6c;height: 20px;border-radius: 100px;padding:5px;font-size: 10px;margin-top:10px;margin-left:10px;}li.product .yith-wcwl-wishlistexistsbrowse span.feedback {display: none;}
li.product a.add_to_wishlist.single_add_to_wishlist i { color: #fff;}
li.product .yith-wcwl-wishlistexistsbrowse {position: absolute;z-index: 99;margin-left: 10px;margin-top: 10px;color: #000 !important;height: 20px;width: 20px;padding: 2px 5px 5px 5px;font-size: 10px;background: #d03b6c;border-radius: 100px;}
li.product .yith-wcwl-wishlistexistsbrowse a{color:#000;}
.eael-popup-details-render button {margin-left: 10px; height: 40px;}
li.product .yith-wcwl-wishlistaddedbrowse span.feedback {display: none;}
li.product .yith-wcwl-wishlistaddedbrowse{position: absolute;z-index: 99;margin-left: 10px;margin-top: 10px;color: #000 !important;height: 20px;width: 20px;padding: 2px 5px 5px 5px;font-size: 10px;background: #d03b6c;border-radius: 100px;}
li.product .yith-wcwl-wishlistaddedbrowse a{color:#000;}.single .feedback i.yith-wcwl-icon.fa.fa-heart {display: none;}
.single span.feedback{font-size:0;}
.single .wishlistk p {margin-bottom: 3px;}
.single .recommendk a.add_to_wishlist{background:transparent;}
.single .recommendk .yith-wcwl-icon {font-size: 10px;background-color: #d03b6c;color: white;padding: 5px;border-radius: 100px;}
.single .recommendk li.product .yith-wcwl-wishlistexistsbrowse{background:transparent;}
.single .recommendk li.product .yith-wcwl-wishlistaddedbrowse{background:transparent;}
.single .recommendk li.product .yith-wcwl-wishlistaddedbrowse i {color: #000 !important;}
.single .recommendk li.product .yith-wcwl-wishlistexistsbrowse i {color: #000;}
</style>
<link data-minify="1" rel="stylesheet" id="yith-wcwl-theme-css" href="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/yith-woocommerce-wishlist/assets/css/themes/oceanwp.css?ver=1707727881" media="all">
<link rel="stylesheet" id="oceanwp-woo-mini-cart-css" href="https://www.cravoury.com/wp-content/themes/oceanwp/assets/css/woo/woo-mini-cart.min.css?ver=6.5.3" media="all">
<link data-minify="1" rel="stylesheet" id="simple-line-icons-css" href="https://www.cravoury.com/wp-content/cache/min/1/wp-content/themes/oceanwp/assets/css/third/simple-line-icons.min.css?ver=1707727881" media="all">
<link rel="stylesheet" id="oceanwp-style-css" href="https://www.cravoury.com/wp-content/themes/oceanwp/assets/css/style.min.css?ver=3.5.8" media="all">
<link rel="stylesheet" id="wp-members-css" href="https://www.cravoury.com/wp-content/plugins/wp-members/assets/css/forms/generic-no-float.min.css?ver=3.4.8" media="all">
<link data-minify="1" rel="stylesheet" id="elementor-icons-ekiticons-css" href="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/elementskit-lite/modules/elementskit-icon-pack/assets/css/ekiticons.css?ver=1707727881" media="all">
<link data-minify="1" rel="stylesheet" id="wcpa-frontend-css" href="https://www.cravoury.com/wp-content/cache/background-css/www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/woo-custom-product-addons/assets/css/style_1.css?ver=1707727881&wpr_t=1731554119" media="all">
<link data-minify="1" rel="stylesheet" id="wc-custom-add-to-cart-css" href="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/woo-custom-add-to-cart-button/assets/css/wc-custom-add-to-cart.min.css?ver=1707727881" media="all">
<link rel="stylesheet" id="addtoany-css" href="https://www.cravoury.com/wp-content/plugins/add-to-any/addtoany.min.css?ver=1.16" media="all">
<link data-minify="1" rel="stylesheet" id="woo-wallet-style-css" href="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/woo-wallet/assets/css/frontend.css?ver=1707727881" media="all">
<link rel="stylesheet" id="oceanwp-woocommerce-css" href="https://www.cravoury.com/wp-content/themes/oceanwp/assets/css/woo/woocommerce.min.css?ver=6.5.3" media="all">
<link data-minify="1" rel="stylesheet" id="oceanwp-woo-star-font-css" href="https://www.cravoury.com/wp-content/cache/min/1/wp-content/themes/oceanwp/assets/css/woo/woo-star-font.min.css?ver=1707727881" media="all">
<link rel="stylesheet" id="oceanwp-woo-quick-view-css" href="https://www.cravoury.com/wp-content/themes/oceanwp/assets/css/woo/woo-quick-view.min.css?ver=6.5.3" media="all">
<link rel="stylesheet" id="oceanwp-wishlist-css" href="https://www.cravoury.com/wp-content/themes/oceanwp/assets/css/woo/wishlist.min.css?ver=6.5.3" media="all">
<link data-minify="1" rel="stylesheet" id="ekit-widget-styles-css" href="https://www.cravoury.com/wp-content/cache/background-css/www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/elementskit-lite/widgets/init/assets/css/widget-styles.css?ver=1707727881&wpr_t=1731554119" media="all">
<link data-minify="1" rel="stylesheet" id="ekit-responsive-css" href="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/elementskit-lite/widgets/init/assets/css/responsive.css?ver=1707727881" media="all">
<link data-minify="1" rel="stylesheet" id="oe-widgets-style-css" href="https://www.cravoury.com/wp-content/cache/background-css/www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/ocean-extra/assets/css/widgets.css?ver=1707727881&wpr_t=1731554119" media="all">
<link rel="stylesheet" id="ops-product-share-style-css" href="https://www.cravoury.com/wp-content/plugins/ocean-product-sharing/assets/css/style.min.css?ver=6.5.3" media="all">
<style id="rocket-lazyload-inline-css">
.rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:var(--wpr-bg-beb199b4-5430-4406-87ba-c1981ff04d64) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;}.wp-embed-responsive .wp-has-aspect-ratio .rll-youtube-player{position:absolute;padding-bottom:0;width:100%;height:100%;top:0;bottom:0;left:0;right:0}
</style>
<link rel="stylesheet" id="elementor-icons-shared-0-css" href="https://www.cravoury.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3" media="all">
<link data-minify="1" rel="stylesheet" id="elementor-icons-fa-brands-css" href="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=1707727881" media="all">
<link data-minify="1" rel="stylesheet" id="elementor-icons-fa-solid-css" href="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=1707727881" media="all">
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin=""><script type="text/template" id="tmpl-variation-template">
<div class="woocommerce-variation-description">{{{ data.variation.variation_description }}}</div>
<div class="woocommerce-variation-price">{{{ data.variation.price_html }}}</div>
<div class="woocommerce-variation-availability">{{{ data.variation.availability_html }}}</div>
</script>
<script type="text/template" id="tmpl-unavailable-variation-template">
<p>Sorry, this product is unavailable. Please choose a different combination.</p>
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2" id="wp-polyfill-inert-js"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.14.0" id="regenerator-runtime-js"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-includes/js/dist/hooks.min.js?ver=2810c76e705dd1a53b18" id="wp-hooks-js"></script>
<script src="https://stats.wp.com/w.js?ver=202446" id="woo-tracks-js"></script>
<script src="https://www.cravoury.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script src="https://www.cravoury.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
<script type="rocketlazyloadscript" id="addtoany-core-js-before">
window.a2a_config=window.a2a_config||{};a2a_config.callbacks=[];a2a_config.overlays=[];a2a_config.templates={};
a2a_config.icon_color="#0a0a0a";
</script>
<script type="rocketlazyloadscript" async="" data-rocket-src="https://static.addtoany.com/menu/page.js" id="addtoany-core-js"></script>
<script type="rocketlazyloadscript" async="" data-rocket-src="https://www.cravoury.com/wp-content/plugins/add-to-any/addtoany.min.js?ver=1.1" id="addtoany-jquery-js"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-includes/js/imagesloaded.min.js?ver=5.0.0" id="imagesloaded-js"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-includes/js/masonry.min.js?ver=4.2.2" id="masonry-js"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-content/plugins/blog-designer/public/js/ticker.min.js?ver=1.0" id="ticker-js"></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/blog-designer/public/js/designer.js?ver=1707727881" id="wp-blog-designer-script-js"></script>
<script id="wooajaxcart-js-extra">
var wooajaxcart = {"updating_text":"Updating...","warn_remove_text":"Are you sure you want to remove this item from cart?","ajax_timeout":"800","confirm_zero_qty":"no"};
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/woocommerce-ajax-cart/assets/wooajaxcart.js?ver=1707727881" id="wooajaxcart-js"></script>
<script src="https://www.cravoury.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.8.8.3" id="jquery-blockui-js" data-wp-strategy="defer"></script>
<script id="wc-add-to-cart-js-extra">
var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%&elementor_page_id=9668","i18n_view_cart":"View cart","cart_url":"https:\/\/www.cravoury.com\/cart\/","is_cart":"","cart_redirect_after_add":"yes"};
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=8.8.3" id="wc-add-to-cart-js" defer="" data-wp-strategy="defer"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.8.8.3" id="js-cookie-js" defer="" data-wp-strategy="defer"></script>
<script id="woocommerce-js-extra">
var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%&elementor_page_id=9668"};
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=8.8.3" id="woocommerce-js" defer="" data-wp-strategy="defer"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js?ver=3.15.2" id="font-awesome-4-shim-js"></script>
<script id="share_cart_admin_script-js-extra">
var ajax_url = {"ajaxurl":"https:\/\/www.cravoury.com\/wp-admin\/admin-ajax.php"};
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/sms-alert/js/share_cart_front_script.js?ver=1707727881" id="share_cart_admin_script-js"></script>
<script src="https://www.cravoury.com/wp-content/plugins/pixelyoursite/dist/scripts/jquery.bind-first-0.2.3.min.js?ver=6.5.3" id="jquery-bind-first-js"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-content/plugins/pixelyoursite/dist/scripts/js.cookie-2.1.3.min.js?ver=2.1.3" id="js-cookie-pys-js"></script>
<script id="pys-js-extra">
var pysOptions = {"staticEvents":{"facebook":{"init_event":[{"delay":0,"type":"static","name":"PageView","pixelIds":["726926122875345"],"eventID":"c2d3b7a8-a93e-402c-a463-10daa1dfd325","params":{"page_title":"Theme Cakes","post_type":"page","post_id":9668,"plugin":"PixelYourSite","user_role":"guest","event_url":"www.cravoury.com\/theme-cakes\/"},"e_id":"init_event","ids":[],"hasTimeWindow":false,"timeWindow":0,"woo_order":"","edd_order":""}]}},"dynamicEvents":{"automatic_event_form":{"facebook":{"delay":0,"type":"dyn","name":"Form","pixelIds":["726926122875345"],"eventID":"cdd5353d-3d79-4d12-80e9-bed72329484a","params":{"page_title":"Theme Cakes","post_type":"page","post_id":9668,"plugin":"PixelYourSite","user_role":"guest","event_url":"www.cravoury.com\/theme-cakes\/"},"e_id":"automatic_event_form","ids":[],"hasTimeWindow":false,"timeWindow":0,"woo_order":"","edd_order":""}},"automatic_event_download":{"facebook":{"delay":0,"type":"dyn","name":"Download","extensions":["","doc","exe","js","pdf","ppt","tgz","zip","xls"],"pixelIds":["726926122875345"],"eventID":"062acacc-93bb-4114-8c91-36a4cb5ae4d6","params":{"page_title":"Theme Cakes","post_type":"page","post_id":9668,"plugin":"PixelYourSite","user_role":"guest","event_url":"www.cravoury.com\/theme-cakes\/"},"e_id":"automatic_event_download","ids":[],"hasTimeWindow":false,"timeWindow":0,"woo_order":"","edd_order":""}},"automatic_event_comment":{"facebook":{"delay":0,"type":"dyn","name":"Comment","pixelIds":["726926122875345"],"eventID":"f210208e-3d25-4c78-b6ff-322584e801e4","params":{"page_title":"Theme Cakes","post_type":"page","post_id":9668,"plugin":"PixelYourSite","user_role":"guest","event_url":"www.cravoury.com\/theme-cakes\/"},"e_id":"automatic_event_comment","ids":[],"hasTimeWindow":false,"timeWindow":0,"woo_order":"","edd_order":""}},"automatic_event_scroll":{"facebook":{"delay":0,"type":"dyn","name":"PageScroll","scroll_percent":30,"pixelIds":["726926122875345"],"eventID":"cefa9bb5-82f7-48ae-9b09-c0d41f4eb46f","params":{"page_title":"Theme Cakes","post_type":"page","post_id":9668,"plugin":"PixelYourSite","user_role":"guest","event_url":"www.cravoury.com\/theme-cakes\/"},"e_id":"automatic_event_scroll","ids":[],"hasTimeWindow":false,"timeWindow":0,"woo_order":"","edd_order":""}},"automatic_event_time_on_page":{"facebook":{"delay":0,"type":"dyn","name":"TimeOnPage","time_on_page":30,"pixelIds":["726926122875345"],"eventID":"ddc5496b-bb8a-4b6f-9a40-0451e913d7fd","params":{"page_title":"Theme Cakes","post_type":"page","post_id":9668,"plugin":"PixelYourSite","user_role":"guest","event_url":"www.cravoury.com\/theme-cakes\/"},"e_id":"automatic_event_time_on_page","ids":[],"hasTimeWindow":false,"timeWindow":0,"woo_order":"","edd_order":""}}},"triggerEvents":[],"triggerEventTypes":[],"facebook":{"pixelIds":["726926122875345"],"advancedMatching":[],"advancedMatchingEnabled":true,"removeMetadata":false,"contentParams":{"post_type":"page","post_id":9668,"content_name":"Theme Cakes"},"commentEventEnabled":true,"wooVariableAsSimple":false,"downloadEnabled":true,"formEventEnabled":true,"serverApiEnabled":true,"wooCRSendFromServer":false,"send_external_id":null},"debug":"","siteUrl":"https:\/\/www.cravoury.com","ajaxUrl":"https:\/\/www.cravoury.com\/wp-admin\/admin-ajax.php","ajax_event":"ab7cd37bb0","enable_remove_download_url_param":"1","cookie_duration":"7","last_visit_duration":"60","enable_success_send_form":"","ajaxForServerEvent":"1","send_external_id":"1","external_id_expire":"180","gdpr":{"ajax_enabled":false,"all_disabled_by_api":false,"facebook_disabled_by_api":false,"analytics_disabled_by_api":false,"google_ads_disabled_by_api":false,"pinterest_disabled_by_api":false,"bing_disabled_by_api":false,"externalID_disabled_by_api":false,"facebook_prior_consent_enabled":true,"analytics_prior_consent_enabled":true,"google_ads_prior_consent_enabled":null,"pinterest_prior_consent_enabled":true,"bing_prior_consent_enabled":true,"cookiebot_integration_enabled":false,"cookiebot_facebook_consent_category":"marketing","cookiebot_analytics_consent_category":"statistics","cookiebot_tiktok_consent_category":"marketing","cookiebot_google_ads_consent_category":null,"cookiebot_pinterest_consent_category":"marketing","cookiebot_bing_consent_category":"marketing","consent_magic_integration_enabled":false,"real_cookie_banner_integration_enabled":false,"cookie_notice_integration_enabled":false,"cookie_law_info_integration_enabled":false},"cookie":{"disabled_all_cookie":false,"disabled_advanced_form_data_cookie":false,"disabled_landing_page_cookie":false,"disabled_first_visit_cookie":false,"disabled_trafficsource_cookie":false,"disabled_utmTerms_cookie":false,"disabled_utmId_cookie":false},"woo":{"enabled":true,"enabled_save_data_to_orders":true,"addToCartOnButtonEnabled":true,"addToCartOnButtonValueEnabled":true,"addToCartOnButtonValueOption":"price","singleProductId":null,"removeFromCartSelector":"form.woocommerce-cart-form .remove","addToCartCatchMethod":"add_cart_hook","is_order_received_page":false,"containOrderId":false},"edd":{"enabled":false}};
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/pixelyoursite/dist/scripts/public.js?ver=1707727881" id="pys-js"></script>
<!-- Google Analytics snippet added by Site Kit -->
<script src="https://www.googletagmanager.com/gtag/js?id=UA-270266378-1" id="google_gtagjs-js" async=""></script>
<script id="google_gtagjs-js-after">
window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}
gtag('set', 'linker', {"domains":["www.cravoury.com"]} );
gtag("js", new Date());
gtag("set", "developer_id.dZTNiMT", true);
gtag("config", "UA-270266378-1", {"anonymize_ip":true});
gtag("config", "G-B867B1WVLQ");
</script>
<!-- End Google Analytics snippet added by Site Kit -->
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-includes/js/underscore.min.js?ver=1.13.4" id="underscore-js"></script>
<script id="wp-util-js-extra">
var _wpUtilSettings = {"ajax":{"url":"\/wp-admin\/admin-ajax.php"}};
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-includes/js/wp-util.min.js?ver=6.5.3" id="wp-util-js"></script>
<script src="https://www.cravoury.com/wp-content/plugins/woocommerce/assets/js/flexslider/jquery.flexslider.min.js?ver=2.7.2-wc.8.8.3" id="flexslider-js" defer="" data-wp-strategy="defer"></script>
<script id="wc-cart-fragments-js-extra">
var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%&elementor_page_id=9668","cart_hash_key":"wc_cart_hash_510b35789e1106984d5e154dedaef445","fragment_name":"wc_fragments_510b35789e1106984d5e154dedaef445","request_timeout":"5000"};
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=8.8.3" id="wc-cart-fragments-js" defer="" data-wp-strategy="defer"></script>
<link rel="https://api.w.org/" href="https://www.cravoury.com/wp-json/"><link rel="alternate" type="application/json" href="https://www.cravoury.com/wp-json/wp/v2/pages/9668"><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.cravoury.com/xmlrpc.php?rsd">
<meta name="generator" content="WordPress 6.5.3">
<meta name="generator" content="WooCommerce 8.8.3">
<link rel="shortlink" href="https://www.cravoury.com/?p=9668">
<link rel="alternate" type="application/json+oembed" href="https://www.cravoury.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.cravoury.com%2Ftheme-cakes%2F">
<link rel="alternate" type="text/xml+oembed" href="https://www.cravoury.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.cravoury.com%2Ftheme-cakes%2F&format=xml">
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
( function () {
window.lae_fs = { can_use_premium_code: false};
} )();
</script>
<meta name="generator" content="Site Kit by Google 1.107.0"><style id="mystickymenu" type="text/css">#mysticky-nav { width:100%; position: static; }#mysticky-nav.wrapfixed { position:fixed; left: 0px; margin-top:0px; z-index: 99990; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; filter: alpha(opacity=90); opacity:0.9; background-color: #d03b6c;}#mysticky-nav.wrapfixed .myfixed{ background-color: #d03b6c; position: relative;top: auto;left: auto;right: auto;}#mysticky-nav .myfixed { margin:0 auto; float:none; border:0px; background:none; max-width:100%; }</style> <style type="text/css">
</style>
<!-- Google site verification - Google Listings & Ads -->
<meta name="google-site-verification" content="rQMP0u7OYG0DPe9F0sdYaGOwXv2Ca-4_rKQfB2lWjYk">
<noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript>
<meta name="generator" content="Elementor 3.15.2; features: e_dom_optimization, e_optimized_assets_loading, additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-auto">
<style>@media screen and (max-width: 600px) {
.wsb-buy-now{margin-top:10px;width:85%;}
}</style>
<!-- Google Tag Manager snippet added by Site Kit -->
<script>
( function( w, d, s, l, i ) {
w[l] = w[l] || [];
w[l].push( {'gtm.start': new Date().getTime(), event: 'gtm.js'} );
var f = d.getElementsByTagName( s )[0],
j = d.createElement( s ), dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore( j, f );
} )( window, document, 'script', 'dataLayer', 'GTM-WWZSZ7F' );
</script>
<!-- End Google Tag Manager snippet added by Site Kit -->
<style>:root{ --wcpaSectionTitleSize:14px; --wcpaLabelSize:14px; --wcpaDescSize:13px; --wcpaErrorSize:13px; --wcpaLabelWeight:normal; --wcpaDescWeight:normal; --wcpaBorderWidth:1px; --wcpaBorderRadius:6px; --wcpaInputHeight:45px; --wcpaCheckLabelSize:14px; --wcpaCheckBorderWidth:1px; --wcpaCheckWidth:20px; --wcpaCheckHeight:20px; --wcpaCheckBorderRadius:4px; --wcpaCheckButtonRadius:5px; --wcpaCheckButtonBorder:2px; }:root{ --wcpaButtonColor:#3340d3; --wcpaLabelColor:#424242; --wcpaDescColor:#797979; --wcpaBorderColor:#c6d0e9; --wcpaBorderColorFocus:#3561f3; --wcpaInputBgColor:#FFFFFF; --wcpaInputColor:#5d5d5d; --wcpaCheckLabelColor:#4a4a4a; --wcpaCheckBgColor:#3340d3; --wcpaCheckBorderColor:#B9CBE3; --wcpaCheckTickColor:#ffffff; --wcpaRadioBgColor:#3340d3; --wcpaRadioBorderColor:#B9CBE3; --wcpaRadioTickColor:#ffffff; --wcpaButtonTextColor:#ffffff; --wcpaErrorColor:#F55050; }:root{}</style><!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5K57PWV2');</script>
<!-- End Google Tag Manager -->
<!-- Meta Pixel Code -->
<script type="rocketlazyloadscript">
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '726926122875345');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=726926122875345&ev=PageView&noscript=1"
/></noscript>
<!-- End Meta Pixel Code -->
<link rel="icon" href="https://www.cravoury.com/wp-content/uploads/2023/02/cropped-fav-icon-32x32.webp" sizes="32x32">
<link rel="icon" href="https://www.cravoury.com/wp-content/uploads/2023/02/cropped-fav-icon-192x192.webp" sizes="192x192">
<link rel="apple-touch-icon" href="https://www.cravoury.com/wp-content/uploads/2023/02/cropped-fav-icon-180x180.webp">
<meta name="msapplication-TileImage" content="https://www.cravoury.com/wp-content/uploads/2023/02/cropped-fav-icon-270x270.webp">
<!-- OceanWP CSS -->
<style type="text/css">
/* General CSS */body .theme-button,body input[type="submit"],body button[type="submit"],body button,body .button,body div.wpforms-container-full .wpforms-form input[type=submit],body div.wpforms-container-full .wpforms-form button[type=submit],body div.wpforms-container-full .wpforms-form .wpforms-page-button{background-color:#6f1e52}body .theme-button:hover,body input[type="submit"]:hover,body button[type="submit"]:hover,body button:hover,body .button:hover,body div.wpforms-container-full .wpforms-form input[type=submit]:hover,body div.wpforms-container-full .wpforms-form input[type=submit]:active,body div.wpforms-container-full .wpforms-form button[type=submit]:hover,body div.wpforms-container-full .wpforms-form button[type=submit]:active,body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,body div.wpforms-container-full .wpforms-form .wpforms-page-button:active{background-color:#6f1e52}/* Header CSS */#site-header.has-header-media .overlay-header-media{background-color:rgba(0,0,0,0.5)}/* WooCommerce CSS */.woocommerce div.product div.images,.woocommerce.content-full-width div.product div.images{width:42%}.woocommerce div.product div.summary,.woocommerce.content-full-width div.product div.summary{width:54%}.owp-floating-bar{background-color:#000000}#owp-checkout-timeline .timeline-step{color:#cccccc}#owp-checkout-timeline .timeline-step{border-color:#cccccc}.woocommerce span.onsale{background-color:#0a0a0a}.quantity .qty,.quantity .qty-changer a{border-color:#000000}body .quantity .qty:focus{border-color:#000000}.quantity .qty{color:#000000}.quantity .qty-changer a{color:#000000}.quantity .qty-changer a:hover{color:#000000}.quantity .qty-changer a:hover{border-color:#000000}.woocommerce .oceanwp-toolbar{border-color:#000000}.woocommerce .oceanwp-off-canvas-filter:hover{color:#d03b6c}.woocommerce .oceanwp-off-canvas-filter:hover{border-color:#d03b6c}.woocommerce .oceanwp-grid-list a:hover{color:#d03b6c;border-color:#d03b6c}.woocommerce .oceanwp-grid-list a:hover .owp-icon use{stroke:#d03b6c}.woocommerce .oceanwp-grid-list a.active{color:#d03b6c;border-color:#d03b6c}.woocommerce .oceanwp-grid-list a.active .owp-icon use{stroke:#d03b6c}.woocommerce .result-count li.view-title,.woocommerce .result-count li a.active,.woocommerce .result-count li a:hover{color:#000000}.woocommerce .products .product-inner{border-color:#000000}.woocommerce ul.products li.product .price,.woocommerce ul.products li.product .price .amount{color:#0a0a0a}.woocommerce ul.products li.product li.owp-woo-cond-notice span,.woocommerce ul.products li.product li.owp-woo-cond-notice a{color:#333333}.woocommerce ul.products li.product .button,.woocommerce ul.products li.product .product-inner .added_to_cart{background-color:#000000}.woocommerce ul.products li.product .button:hover,.woocommerce ul.products li.product .product-inner .added_to_cart:hover{color:#c10f3f}.price,.amount{color:#000000}.woocommerce div.product div[itemprop="description"]{color:#000000}.woocommerce div.product div.summary button.single_add_to_cart_button{background-color:#3d3d3d}.woocommerce div.product div.summary button.single_add_to_cart_button{border-style:none}.woocommerce-MyAccount-navigation ul li a:before{color:#353535}.woocommerce-checkout .woocommerce-info a{color:#d03b6c}/* Typography CSS */.dropdown-menu ul li a.menu-link,#site-header.full_screen-header .fs-dropdown-menu ul.sub-menu li a{font-family:Arial,Helvetica,sans-serif;font-size:5px;text-transform:capitalize}.woocommerce div.product .product_title{font-size:40px;color:#000000}
</style><noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript><style id="wpforms-css-vars-root">
:root {
--wpforms-field-border-radius: 3px;
--wpforms-field-background-color: #ffffff;
--wpforms-field-border-color: rgba( 0, 0, 0, 0.25 );
--wpforms-field-text-color: rgba( 0, 0, 0, 0.7 );
--wpforms-label-color: rgba( 0, 0, 0, 0.85 );
--wpforms-label-sublabel-color: rgba( 0, 0, 0, 0.55 );
--wpforms-label-error-color: #d63637;
--wpforms-button-border-radius: 3px;
--wpforms-button-background-color: #066aab;
--wpforms-button-text-color: #ffffff;
--wpforms-field-size-input-height: 43px;
--wpforms-field-size-input-spacing: 15px;
--wpforms-field-size-font-size: 16px;
--wpforms-field-size-line-height: 19px;
--wpforms-field-size-padding-h: 14px;
--wpforms-field-size-checkbox-size: 16px;
--wpforms-field-size-sublabel-spacing: 5px;
--wpforms-field-size-icon-size: 1;
--wpforms-label-size-font-size: 16px;
--wpforms-label-size-line-height: 19px;
--wpforms-label-size-sublabel-font-size: 14px;
--wpforms-label-size-sublabel-line-height: 17px;
--wpforms-button-size-font-size: 17px;
--wpforms-button-size-height: 41px;
--wpforms-button-size-padding-h: 15px;
--wpforms-button-size-margin-top: 10px;
}
</style><style id="wpr-lazyload-bg"></style><style id="wpr-lazyload-bg-exclusion"></style>
<noscript>
<style id="wpr-lazyload-bg-nostyle">:root{--wpr-bg-05233f20-9ea1-4fe0-b7ca-c621d9fec163: url('../../../../../../../../../../../../plugins/blog-designer/public/images/glyphicons-halflings.png');}:root{--wpr-bg-82a257da-980e-4de4-af76-7a33ef8afe32: url('../../../../../../../../../../../../plugins/blog-designer/public/images/navigation4.png');}:root{--wpr-bg-8e6efa28-1955-4184-9d8c-10520c401b08: url('../../../../../../../../../../../../plugins/blog-designer/public/images/arrow1.png');}:root{--wpr-bg-4dd921a5-5823-4ca2-bb70-f2f719c3fca9: url('../../../../../../../../../../../../plugins/blog-designer/public/images/arrow1.png');}:root{--wpr-bg-b8e1bcc3-487b-4b7b-96a2-1aedfda992cc: url('../../../../../../../../../../../wp-admin/images/spinner.gif');}:root{--wpr-bg-6cba82a7-3f7b-4e58-b1e3-0fe4b3a51c89: url('../../../../../../../../../plugins/addons-for-elementor/assets/css/lib/loader.gif');}:root{--wpr-bg-3bcff763-75ad-4cfd-ab65-c542c4b47cc5: url('https://www.cravoury.com/wp-content/uploads/2022/03/background-footer-2.webp');}:root{--wpr-bg-c1d4178e-2cd9-4b39-bb8e-264b18f543bc: url('../../../../../../../plugins/sms-alert/images/flags.png');}:root{--wpr-bg-2787b8e5-13dc-42f2-ba22-5c477d7515f7: url('../../../../../../../plugins/sms-alert/images/[email protected]');}:root{--wpr-bg-a155c04c-071c-42d1-ab72-19d3325fab02: url('../../../../../../../../../../../../plugins/yith-woocommerce-wishlist/assets/images/jquery.selectBox-arrow.gif');}:root{--wpr-bg-88a48b39-848f-4345-baea-99d2a3f1ae4d: url('../../../../../../../../../../../../plugins/woocommerce/assets/images/icons/loader.svg');}:root{--wpr-bg-2a00b9bb-08c2-480b-9223-21994a5a1f02: url('../../../../../../../../../../../../plugins/yith-woocommerce-wishlist/assets/images/jquery.selectBox-arrow.png');}:root{--wpr-bg-60ffd5f6-1d9e-4b8c-abda-a566196ebe22: url('../../../../../../../../../../../../plugins/yith-woocommerce-wishlist/assets/images/jquery.selectBox-arrow.png');}:root{--wpr-bg-2dcb00c5-b486-4b9b-8945-5299cb0b428c: url('../../../../../../../../../../../../plugins/woo-custom-product-addons/assets/images/date-reset.svg');}:root{--wpr-bg-91406eab-1a49-4696-9d02-096d3bbe8fdd: url('../../../../../../../../../../../../../../plugins/elementskit-lite/widgets/init/assets/img/arrow.png');}:root{--wpr-bg-a2668de7-5476-457d-882a-11102d8b6ddf: url('../../../../../../../../../../../../../../plugins/elementskit-lite/widgets/init/assets/img/sort_asc.png');}:root{--wpr-bg-878aec77-b5dd-4f13-a0e6-4e98c48808ef: url('../../../../../../../../../../../../../../plugins/elementskit-lite/widgets/init/assets/img/sort_desc.png');}:root{--wpr-bg-d2c23868-981c-4c2d-8e4d-86efbcad1220: url('../../../../../../../../../../../../../../plugins/elementskit-lite/widgets/init/assets/img/sort_asc_disabled.png');}:root{--wpr-bg-64267128-c99f-46da-bc71-8d46a461d796: url('../../../../../../../../../../../../plugins/ocean-extra/assets/img/instagram-logo.png');}:root{--wpr-bg-49c7dad7-bc68-46ee-84ec-406e06cb3d39: url('../../../../../../../../../../../../plugins/ocean-extra/assets/img/flickr.png');}:root{--wpr-bg-a18771ec-4387-49ad-9e41-e0e0a833ad48: url('../../../../../../../../../plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png');}:root{--wpr-bg-a2c9353e-93d4-4707-8a2d-e0d3f39ca9fb: url('../../../../../../../../../../plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png');}:root{--wpr-bg-11b4ad32-c525-472a-a12f-72e5276c11d9: url('../../../../../../../../../../plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif');}:root{--wpr-bg-aebe3413-b1a3-4b6e-8c89-cddc3a4a2ab7: url('../../../../../../../../../../plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg');}:root{--wpr-bg-e5357304-37ef-43eb-8ad5-ee61db4f0054: url('https://www.cravoury.com/');}:root{--wpr-bg-d278704e-c305-42b8-96a8-a345e96ffdcd: url('https://www.cravoury.com/');}:root{--wpr-bg-28cc5d83-2b1d-4d09-bba7-014341d0002d: url('https://www.cravoury.com/wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/images/templately/logo-icon.svg');}:root{--wpr-bg-951a7507-4caf-425f-ac45-fe9fbafa4668: url('https://www.cravoury.com/wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/images/templately/logo-icon.svg');}:root{--wpr-bg-4d511102-90aa-4d01-b010-e5df78433c3f: url('https://www.cravoury.com/wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/images/templately/logo-icon.svg');}:root{--wpr-bg-8baa9d1f-40c9-4c2e-85de-45ac74b8920e: url('http://demo.thebeehivemagazine.com/wp-content/uploads/2022/09/wallet1-removebg-preview.png');}:root{--wpr-bg-beb199b4-5430-4406-87ba-c1981ff04d64: url('https://www.cravoury.com/wp-content/plugins/wp-rocket/assets/img/youtube.png');}</style>
</noscript>
<script type="application/javascript">const rocket_pairs = [{"selector":".bdp_blog_template [class^=\"bd-icon-\"],.bdp_blog_template [class*=\" bd-icon-\"]","style":":root{--wpr-bg-05233f20-9ea1-4fe0-b7ca-c621d9fec163: url('..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/plugins\/blog-designer\/public\/images\/glyphicons-halflings.png');}","hash":"05233f20-9ea1-4fe0-b7ca-c621d9fec163"},{"selector":".slider_template.navigation4 .flex-control-paging li a","style":":root{--wpr-bg-82a257da-980e-4de4-af76-7a33ef8afe32: url('..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/plugins\/blog-designer\/public\/images\/navigation4.png');}","hash":"82a257da-980e-4de4-af76-7a33ef8afe32"},{"selector":".blog_template.slider_template .flex-nav-prev .arrow1","style":":root{--wpr-bg-8e6efa28-1955-4184-9d8c-10520c401b08: url('..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/plugins\/blog-designer\/public\/images\/arrow1.png');}","hash":"8e6efa28-1955-4184-9d8c-10520c401b08"},{"selector":".blog_template.slider_template .flex-nav-next .arrow1","style":":root{--wpr-bg-4dd921a5-5823-4ca2-bb70-f2f719c3fca9: url('..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/plugins\/blog-designer\/public\/images\/arrow1.png');}","hash":"4dd921a5-5823-4ca2-bb70-f2f719c3fca9"},{"selector":".eael-product-popup .eael-product-image-wrap","style":":root{--wpr-bg-b8e1bcc3-487b-4b7b-96a2-1aedfda992cc: url('..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/wp-admin\/images\/spinner.gif');}","hash":"b8e1bcc3-487b-4b7b-96a2-1aedfda992cc"},{"selector":".slick-loading .slick-list","style":":root{--wpr-bg-6cba82a7-3f7b-4e58-b1e3-0fe4b3a51c89: url('..\/..\/..\/..\/..\/..\/..\/..\/..\/plugins\/addons-for-elementor\/assets\/css\/lib\/loader.gif');}","hash":"6cba82a7-3f7b-4e58-b1e3-0fe4b3a51c89"},{"selector":".elementor-78 .elementor-element.elementor-element-9f82aa5:not(.elementor-motion-effects-element-type-background), .elementor-78 .elementor-element.elementor-element-9f82aa5 > .elementor-motion-effects-container > .elementor-motion-effects-layer","style":":root{--wpr-bg-3bcff763-75ad-4cfd-ab65-c542c4b47cc5: url('https:\/\/www.cravoury.com\/wp-content\/uploads\/2022\/03\/background-footer-2.webp');}","hash":"3bcff763-75ad-4cfd-ab65-c542c4b47cc5"},{"selector":".iti__flag","style":":root{--wpr-bg-c1d4178e-2cd9-4b39-bb8e-264b18f543bc: url('..\/..\/..\/..\/..\/..\/..\/plugins\/sms-alert\/images\/flags.png');}","hash":"c1d4178e-2cd9-4b39-bb8e-264b18f543bc"},{"selector":".iti__flag","style":":root{--wpr-bg-2787b8e5-13dc-42f2-ba22-5c477d7515f7: url('..\/..\/..\/..\/..\/..\/..\/plugins\/sms-alert\/images\/[email protected]');}","hash":"2787b8e5-13dc-42f2-ba22-5c477d7515f7"},{"selector":".selectBox-dropdown .selectBox-arrow","style":":root{--wpr-bg-a155c04c-071c-42d1-ab72-19d3325fab02: url('..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/plugins\/yith-woocommerce-wishlist\/assets\/images\/jquery.selectBox-arrow.gif');}","hash":"a155c04c-071c-42d1-ab72-19d3325fab02"},{"selector":"div.pp_woocommerce .pp_loaderIcon","style":":root{--wpr-bg-88a48b39-848f-4345-baea-99d2a3f1ae4d: url('..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/plugins\/woocommerce\/assets\/images\/icons\/loader.svg');}","hash":"88a48b39-848f-4345-baea-99d2a3f1ae4d"},{"selector":".selectBox-dropdown .selectBox-arrow","style":":root{--wpr-bg-2a00b9bb-08c2-480b-9223-21994a5a1f02: url('..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/plugins\/yith-woocommerce-wishlist\/assets\/images\/jquery.selectBox-arrow.png');}","hash":"2a00b9bb-08c2-480b-9223-21994a5a1f02"},{"selector":".selectBox-dropdown.selectBox-menuShowing .selectBox-arrow","style":":root{--wpr-bg-60ffd5f6-1d9e-4b8c-abda-a566196ebe22: url('..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/plugins\/yith-woocommerce-wishlist\/assets\/images\/jquery.selectBox-arrow.png');}","hash":"60ffd5f6-1d9e-4b8c-abda-a566196ebe22"},{"selector":".wcpa_wrap .wcpa_date_field_wrap .wcpa_reset_field","style":":root{--wpr-bg-2dcb00c5-b486-4b9b-8945-5299cb0b428c: url('..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/plugins\/woo-custom-product-addons\/assets\/images\/date-reset.svg');}","hash":"2dcb00c5-b486-4b9b-8945-5299cb0b428c"},{"selector":"table.dataTable thead .sorting","style":":root{--wpr-bg-91406eab-1a49-4696-9d02-096d3bbe8fdd: url('..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/plugins\/elementskit-lite\/widgets\/init\/assets\/img\/arrow.png');}","hash":"91406eab-1a49-4696-9d02-096d3bbe8fdd"},{"selector":"table.dataTable thead .sorting_asc","style":":root{--wpr-bg-a2668de7-5476-457d-882a-11102d8b6ddf: url('..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/plugins\/elementskit-lite\/widgets\/init\/assets\/img\/sort_asc.png');}","hash":"a2668de7-5476-457d-882a-11102d8b6ddf"},{"selector":"table.dataTable thead .sorting_desc","style":":root{--wpr-bg-878aec77-b5dd-4f13-a0e6-4e98c48808ef: url('..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/plugins\/elementskit-lite\/widgets\/init\/assets\/img\/sort_desc.png');}","hash":"878aec77-b5dd-4f13-a0e6-4e98c48808ef"},{"selector":"table.dataTable thead .sorting_asc_disabled","style":":root{--wpr-bg-d2c23868-981c-4c2d-8e4d-86efbcad1220: url('..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/plugins\/elementskit-lite\/widgets\/init\/assets\/img\/sort_asc_disabled.png');}","hash":"d2c23868-981c-4c2d-8e4d-86efbcad1220"},{"selector":".oceanwp-instagram-bar .instagram-logo","style":":root{--wpr-bg-64267128-c99f-46da-bc71-8d46a461d796: url('..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/plugins\/ocean-extra\/assets\/img\/instagram-logo.png');}","hash":"64267128-c99f-46da-bc71-8d46a461d796"},{"selector":"p.flickr_stream_wrap a","style":":root{--wpr-bg-49c7dad7-bc68-46ee-84ec-406e06cb3d39: url('..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/plugins\/ocean-extra\/assets\/img\/flickr.png');}","hash":"49c7dad7-bc68-46ee-84ec-406e06cb3d39"},{"selector":"button.pswp__button","style":":root{--wpr-bg-a18771ec-4387-49ad-9e41-e0e0a833ad48: url('..\/..\/..\/..\/..\/..\/..\/..\/..\/plugins\/woocommerce\/assets\/css\/photoswipe\/default-skin\/default-skin.png');}","hash":"a18771ec-4387-49ad-9e41-e0e0a833ad48"},{"selector":".pswp__button,.pswp__button--arrow--left,.pswp__button--arrow--right","style":":root{--wpr-bg-a2c9353e-93d4-4707-8a2d-e0d3f39ca9fb: url('..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/plugins\/woocommerce\/assets\/css\/photoswipe\/default-skin\/default-skin.png');}","hash":"a2c9353e-93d4-4707-8a2d-e0d3f39ca9fb"},{"selector":".pswp__preloader--active .pswp__preloader__icn","style":":root{--wpr-bg-11b4ad32-c525-472a-a12f-72e5276c11d9: url('..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/plugins\/woocommerce\/assets\/css\/photoswipe\/default-skin\/preloader.gif');}","hash":"11b4ad32-c525-472a-a12f-72e5276c11d9"},{"selector":".pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right","style":":root{--wpr-bg-aebe3413-b1a3-4b6e-8c89-cddc3a4a2ab7: url('..\/..\/..\/..\/..\/..\/..\/..\/..\/..\/plugins\/woocommerce\/assets\/css\/photoswipe\/default-skin\/default-skin.svg');}","hash":"aebe3413-b1a3-4b6e-8c89-cddc3a4a2ab7"},{"selector":".xoo-el-sidebar","style":":root{--wpr-bg-e5357304-37ef-43eb-8ad5-ee61db4f0054: url('https:\/\/www.cravoury.com\/');}","hash":"e5357304-37ef-43eb-8ad5-ee61db4f0054"},{"selector":".xoo-el-sidebar","style":":root{--wpr-bg-d278704e-c305-42b8-96a8-a345e96ffdcd: url('https:\/\/www.cravoury.com\/');}","hash":"d278704e-c305-42b8-96a8-a345e96ffdcd"},{"selector":".elementor-add-new-section .elementor-add-templately-promo-button","style":":root{--wpr-bg-28cc5d83-2b1d-4d09-bba7-014341d0002d: url('https:\/\/www.cravoury.com\/wp-content\/plugins\/essential-addons-for-elementor-lite\/assets\/admin\/images\/templately\/logo-icon.svg');}","hash":"28cc5d83-2b1d-4d09-bba7-014341d0002d"},{"selector":".elementor-add-new-section .elementor-add-templately-promo-button","style":":root{--wpr-bg-951a7507-4caf-425f-ac45-fe9fbafa4668: url('https:\/\/www.cravoury.com\/wp-content\/plugins\/essential-addons-for-elementor-lite\/assets\/admin\/images\/templately\/logo-icon.svg');}","hash":"951a7507-4caf-425f-ac45-fe9fbafa4668"},{"selector":".elementor-add-new-section .elementor-add-templately-promo-button","style":":root{--wpr-bg-4d511102-90aa-4d01-b010-e5df78433c3f: url('https:\/\/www.cravoury.com\/wp-content\/plugins\/essential-addons-for-elementor-lite\/assets\/admin\/images\/templately\/logo-icon.svg');}","hash":"4d511102-90aa-4d01-b010-e5df78433c3f"},{"selector":"a.yith-woo-wallet span.item-icon","style":":root{--wpr-bg-8baa9d1f-40c9-4c2e-85de-45ac74b8920e: url('http:\/\/demo.thebeehivemagazine.com\/wp-content\/uploads\/2022\/09\/wallet1-removebg-preview.png');}","hash":"8baa9d1f-40c9-4c2e-85de-45ac74b8920e"},{"selector":".rll-youtube-player .play","style":":root{--wpr-bg-beb199b4-5430-4406-87ba-c1981ff04d64: url('https:\/\/www.cravoury.com\/wp-content\/plugins\/wp-rocket\/assets\/img\/youtube.png');}","hash":"beb199b4-5430-4406-87ba-c1981ff04d64"}]; const rocket_excluded_pairs = [];</script><link href="https://static.addtoany.com" rel="preconnect"></head>
<body class="page-template page-template-elementor_header_footer page page-id-9668 wp-embed-responsive theme-oceanwp woocommerce-no-js ehf-header ehf-footer ehf-template-oceanwp ehf-stylesheet-oceanwp oceanwp-theme dropdown-mobile default-breakpoint has-sidebar content-right-sidebar has-breadcrumbs has-grid-list account-original-style wc-add-to-cart-icon elementor-default elementor-template-full-width elementor-kit-5 elementor-page elementor-page-9668" itemscope="itemscope" itemtype="https://schema.org/WebPage">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5K57PWV2"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- Google Tag Manager (noscript) snippet added by Site Kit -->
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WWZSZ7F" height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<!-- End Google Tag Manager (noscript) snippet added by Site Kit -->
<div id="outer-wrap" class="site clr">
<a class="skip-link screen-reader-text" href="#main">Skip to content</a>
<div id="wrap" class="clr">
<header id="masthead" itemscope="itemscope" itemtype="https://schema.org/WPHeader">
<p class="main-title bhf-hidden" itemprop="headline"><a href="https://www.cravoury.com" title="Cravoury" rel="home">Cravoury</a></p>
<div data-elementor-type="wp-post" data-elementor-id="47" class="elementor elementor-47">
<section class="elementor-section elementor-top-section elementor-element elementor-element-1d45674 elementor-section-full_width elementor-hidden-mobile elementor-section-height-default elementor-section-height-default" data-id="1d45674" data-element_type="section" data-settings="{"background_background":"classic","_ha_eqh_enable":false}">
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-cdaec38" data-id="cdaec38" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-2846324 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="2846324" data-element_type="widget" data-widget_type="icon-list.default">
<div class="elementor-widget-container">
<ul class="elementor-icon-list-items">
<li class="elementor-icon-list-item">
<a href="tel:+917353519359">
<span class="elementor-icon-list-text">Call us: +91 73535 19359</span>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-8fd2b04" data-id="8fd2b04" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div data-ha-element-link="{"url":"https:\/\/www.cravoury.com\/theme-cakes\/","is_external":"","nofollow":"","custom_attributes":""}" style="cursor: pointer" class="elementor-element elementor-element-fa62876 elementor-widget elementor-widget-heading" data-id="fa62876" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h2 class="elementor-heading-title elementor-size-default">Free Delivery Across Bangalore for orders above Rs. 999</h2> </div>
</div>
</div>
</div>
<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-e47942e" data-id="e47942e" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-1b9b688 elementor-shape-circle e-grid-align-right elementor-grid-0 elementor-widget elementor-widget-social-icons" data-id="1b9b688" data-element_type="widget" data-widget_type="social-icons.default">
<div class="elementor-widget-container">
<div class="elementor-social-icons-wrapper elementor-grid">
<span class="elementor-grid-item">
<a class="elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-c729768" href="https://www.facebook.com/cravouryofficial" target="_blank">
<span class="elementor-screen-only">Facebook</span>
<i class="fab fa-facebook"></i> </a>
</span>
<span class="elementor-grid-item">
<a class="elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-fc5b224" href="https://instagram.com/cravouryofficial" target="_blank">
<span class="elementor-screen-only">Instagram</span>
<i class="fab fa-instagram"></i> </a>
</span>
<span class="elementor-grid-item">
<a class="elementor-icon elementor-social-icon elementor-social-icon-google elementor-repeater-item-21463c3" href="https://www.google.com/maps/place/Cravoury+-+Best+Online+Cake+Shop+in+Bangalore/@12.9199342,77.6712863,15z/data=!4m6!3m5!1s0x3bae1366e1f7f553:0xfc2cb2029f42f5c2!8m2!3d12.9199342!4d77.6712863!16s%2Fg%2F11pkch6knk" target="_blank">
<span class="elementor-screen-only">Google</span>
<i class="fab fa-google"></i> </a>
</span>
<span class="elementor-grid-item">
<a class="elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-79e990b" href="https://www.youtube.com/@cravoury" target="_blank">
<span class="elementor-screen-only">Youtube</span>
<i class="fab fa-youtube"></i> </a>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<header class="elementor-section elementor-top-section elementor-element elementor-element-a9ed8b6 elementor-section-full_width elementor-section-stretched elementor-hidden-mobile elementor-hidden-tablet elementor-section-height-default elementor-section-height-default" data-id="a9ed8b6" data-element_type="section" data-settings="{"background_background":"classic","stretch_section":"section-stretched","sticky":"top","sticky_on":["desktop"],"_ha_eqh_enable":false,"sticky_offset":0,"sticky_effects_offset":0}">
<div class="elementor-container elementor-column-gap-no">
<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-fc5ee10" data-id="fc5ee10" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div data-ha-element-link="{"url":"https:\/\/www.cravoury.com\/","is_external":"","nofollow":"","custom_attributes":""}" style="cursor: pointer" class="elementor-element elementor-element-7254d24 elementor-widget__width-initial elementor-widget elementor-widget-image" data-id="7254d24" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<a href="https://www.cravoury.com/">
<img width="110" height="110" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20110%20110'%3E%3C/svg%3E" title="CRAVOURY LOGO" alt="CRAVOURY LOGO" data-lazy-src="https://www.cravoury.com/wp-content/uploads/elementor/thumbs/CRAVOURY-LOGO-qna48nu8hkk0gjrer55c3ud8zgx86wa67t9s1olfy8.png"><noscript><img width="110" height="110" src="https://www.cravoury.com/wp-content/uploads/elementor/thumbs/CRAVOURY-LOGO-qna48nu8hkk0gjrer55c3ud8zgx86wa67t9s1olfy8.png" title="CRAVOURY LOGO" alt="CRAVOURY LOGO" loading="lazy" /></noscript> </a>
</div>
</div>
</div>
</div>
<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-00398f1" data-id="00398f1" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-46ff89e elementor-nav-menu__align-left main_menu elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="46ff89e" data-element_type="widget" data-settings="{"layout":"horizontal","submenu_icon":{"value":"<i class=\"fas fa-caret-down\"><\/i>","library":"fa-solid"},"toggle":"burger"}" data-widget_type="nav-menu.default">
<div class="elementor-widget-container">
<nav migration_allowed="1" migrated="0" role="navigation" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-underline e--animation-fade">
<ul id="menu-1-46ff89e" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-8999"><a href="https://www.cravoury.com/" class="elementor-item">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-9000"><a href="https://www.cravoury.com/cakes-main/" class="elementor-item">Cakes</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11991"><a href="https://www.cravoury.com/cakes-main/" class="elementor-sub-item">Cream Cakes</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10591"><a href="https://www.cravoury.com/vegan-cakes/" class="elementor-sub-item">Vegan Cakes</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10590"><a href="https://www.cravoury.com/tea-time-cakes/" class="elementor-sub-item">Tea time cakes</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-9006"><a href="https://www.cravoury.com/theme-cakes/" aria-current="page" class="elementor-item elementor-item-active">Theme Cakes</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9014"><a href="https://www.cravoury.com/cookies/" class="elementor-item">Cookies</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-14274"><a href="https://www.cravoury.com/product-category/diwali-gifts/" class="elementor-item">Diwali Gifts</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-12183"><a href="#" class="elementor-item elementor-item-anchor">Store Pickup</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12185"><a href="https://www.cravoury.com/cakes-shops-near-me-sarjapur-road/" class="elementor-sub-item">Sarjapur Road</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12184"><a href="https://www.cravoury.com/cakes-shops-near-me-ramamurthy-nagar/" class="elementor-sub-item">Electronic City</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-9017"><a href="#" class="elementor-item elementor-item-anchor">More</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11454"><a href="https://www.cravoury.com/about-us/" class="elementor-sub-item">About us</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12098"><a href="https://www.cravoury.com/franchisee/" class="elementor-sub-item">Franchisee</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11455"><a href="https://www.cravoury.com/contact/" class="elementor-sub-item">Contact</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12490"><a href="#" class="elementor-sub-item elementor-item-anchor">Festival Special</a></li>
</ul>
</li>
</ul> </nav>
<div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menu Toggle" aria-expanded="false">
<i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open eicon-menu-bar"></i><i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close eicon-close"></i> <span class="elementor-screen-only">Menu</span>
</div>
<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" role="navigation" aria-hidden="true">
<ul id="menu-2-46ff89e" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-8999"><a href="https://www.cravoury.com/" class="elementor-item" tabindex="-1">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-9000"><a href="https://www.cravoury.com/cakes-main/" class="elementor-item" tabindex="-1">Cakes</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11991"><a href="https://www.cravoury.com/cakes-main/" class="elementor-sub-item" tabindex="-1">Cream Cakes</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10591"><a href="https://www.cravoury.com/vegan-cakes/" class="elementor-sub-item" tabindex="-1">Vegan Cakes</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10590"><a href="https://www.cravoury.com/tea-time-cakes/" class="elementor-sub-item" tabindex="-1">Tea time cakes</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-9006"><a href="https://www.cravoury.com/theme-cakes/" aria-current="page" class="elementor-item elementor-item-active" tabindex="-1">Theme Cakes</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9014"><a href="https://www.cravoury.com/cookies/" class="elementor-item" tabindex="-1">Cookies</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-14274"><a href="https://www.cravoury.com/product-category/diwali-gifts/" class="elementor-item" tabindex="-1">Diwali Gifts</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-12183"><a href="#" class="elementor-item elementor-item-anchor" tabindex="-1">Store Pickup</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12185"><a href="https://www.cravoury.com/cakes-shops-near-me-sarjapur-road/" class="elementor-sub-item" tabindex="-1">Sarjapur Road</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12184"><a href="https://www.cravoury.com/cakes-shops-near-me-ramamurthy-nagar/" class="elementor-sub-item" tabindex="-1">Electronic City</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-9017"><a href="#" class="elementor-item elementor-item-anchor" tabindex="-1">More</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11454"><a href="https://www.cravoury.com/about-us/" class="elementor-sub-item" tabindex="-1">About us</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12098"><a href="https://www.cravoury.com/franchisee/" class="elementor-sub-item" tabindex="-1">Franchisee</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11455"><a href="https://www.cravoury.com/contact/" class="elementor-sub-item" tabindex="-1">Contact</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12490"><a href="#" class="elementor-sub-item elementor-item-anchor" tabindex="-1">Festival Special</a></li>
</ul>
</li>
</ul> </nav>
</div>
</div>
</div>
</div>
<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-89ce2b4" data-id="89ce2b4" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<section class="elementor-section elementor-inner-section elementor-element elementor-element-c82e8e0 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="c82e8e0" data-element_type="section" data-settings="{"_ha_eqh_enable":false}">
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3bececa" data-id="3bececa" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-34fb650 elementor-widget elementor-widget-image" data-id="34fb650" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<a href="https://www.cravoury.com/my-account">
<img width="150" height="150" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" class="attachment-thumbnail size-thumbnail wp-image-9183" alt="" data-lazy-srcset="https://www.cravoury.com/wp-content/uploads/2022/03/log-in-300x300-1-150x150.png 150w, https://www.cravoury.com/wp-content/uploads/2022/03/log-in-300x300-1.png 300w, https://www.cravoury.com/wp-content/uploads/2022/03/log-in-300x300-1-100x100.png 100w, https://www.cravoury.com/wp-content/uploads/2022/03/log-in-300x300-1-50x50.png 50w" data-lazy-sizes="(max-width: 150px) 100vw, 150px" data-lazy-src="https://www.cravoury.com/wp-content/uploads/2022/03/log-in-300x300-1-150x150.png"><noscript><img width="150" height="150" src="https://www.cravoury.com/wp-content/uploads/2022/03/log-in-300x300-1-150x150.png" class="attachment-thumbnail size-thumbnail wp-image-9183" alt="" srcset="https://www.cravoury.com/wp-content/uploads/2022/03/log-in-300x300-1-150x150.png 150w, https://www.cravoury.com/wp-content/uploads/2022/03/log-in-300x300-1.png 300w, https://www.cravoury.com/wp-content/uploads/2022/03/log-in-300x300-1-100x100.png 100w, https://www.cravoury.com/wp-content/uploads/2022/03/log-in-300x300-1-50x50.png 50w" sizes="(max-width: 150px) 100vw, 150px" /></noscript> </a>
</div>
</div>
</div>
</div>
<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-274444b" data-id="274444b" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-b6ec4cd elementor-align-center toggle-icon--bag-light hfe-menu-cart--items-indicator-bubble elementor-widget elementor-widget-hfe-cart" data-id="b6ec4cd" data-element_type="widget" data-settings="{"align":"center","toggle_button_padding":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"toggle_button_padding_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"toggle_button_padding_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true}}" data-widget_type="hfe-cart.default">
<div class="elementor-widget-container">
<div class="hfe-masthead-custom-menu-items woocommerce-custom-menu-item">
<div id="hfe-site-header-cart" class="hfe-site-header-cart hfe-menu-cart-with-border">
<div class="hfe-site-header-cart-li current-menu-item">
<div class="hfe-menu-cart__toggle elementor-button-wrapper">
<a id="hfe-menu-cart__toggle_button" href="https://www.cravoury.com/cart/" class="elementor-button hfe-cart-container">
<span class="elementor-button-text hfe-subtotal">
<span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">₹</span> 0</bdi></span> </span>
<span class="elementor-button-icon" data-counter="0">
<i class="eicon" aria-hidden="true"></i>
<span class="elementor-screen-only">
Cart </span>
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-aec4a0a" data-id="aec4a0a" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-ad39c90 elementor-search-form--skin-minimal elementor-widget elementor-widget-search-form" data-id="ad39c90" data-element_type="widget" data-settings="{"skin":"minimal"}" data-widget_type="search-form.default">
<div class="elementor-widget-container">
<form class="elementor-search-form" role="search" action="https://www.cravoury.com" method="get">
<div class="elementor-search-form__container">
<div class="elementor-search-form__icon">
<i aria-hidden="true" class="fas fa-search"></i> <span class="elementor-screen-only">Search</span>
</div>
<input placeholder="Search" class="elementor-search-form__input" type="search" name="s" title="Search" value="">
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</header>
<header class="elementor-section elementor-top-section elementor-element elementor-element-2066c7a elementor-section-full_width elementor-section-stretched elementor-hidden-desktop elementor-hidden-tablet elementor-section-height-default elementor-section-height-default" data-id="2066c7a" data-element_type="section" data-settings="{"background_background":"classic","stretch_section":"section-stretched","_ha_eqh_enable":false}">
<div class="elementor-container elementor-column-gap-no">
<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-c16b0a3" data-id="c16b0a3" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-2f2daff elementor-nav-menu__align-left elementor-nav-menu--stretch elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="2f2daff" data-element_type="widget" data-settings="{"full_width":"stretch","layout":"horizontal","submenu_icon":{"value":"<i class=\"fas fa-caret-down\"><\/i>","library":"fa-solid"},"toggle":"burger"}" data-widget_type="nav-menu.default">
<div class="elementor-widget-container">
<nav migration_allowed="1" migrated="0" role="navigation" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-underline e--animation-fade">
<ul id="menu-1-2f2daff" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-8999"><a href="https://www.cravoury.com/" class="elementor-item">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-9000"><a href="https://www.cravoury.com/cakes-main/" class="elementor-item">Cakes</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11991"><a href="https://www.cravoury.com/cakes-main/" class="elementor-sub-item">Cream Cakes</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10591"><a href="https://www.cravoury.com/vegan-cakes/" class="elementor-sub-item">Vegan Cakes</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10590"><a href="https://www.cravoury.com/tea-time-cakes/" class="elementor-sub-item">Tea time cakes</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-9006"><a href="https://www.cravoury.com/theme-cakes/" aria-current="page" class="elementor-item elementor-item-active">Theme Cakes</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9014"><a href="https://www.cravoury.com/cookies/" class="elementor-item">Cookies</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-14274"><a href="https://www.cravoury.com/product-category/diwali-gifts/" class="elementor-item">Diwali Gifts</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-12183"><a href="#" class="elementor-item elementor-item-anchor">Store Pickup</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12185"><a href="https://www.cravoury.com/cakes-shops-near-me-sarjapur-road/" class="elementor-sub-item">Sarjapur Road</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12184"><a href="https://www.cravoury.com/cakes-shops-near-me-ramamurthy-nagar/" class="elementor-sub-item">Electronic City</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-9017"><a href="#" class="elementor-item elementor-item-anchor">More</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11454"><a href="https://www.cravoury.com/about-us/" class="elementor-sub-item">About us</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12098"><a href="https://www.cravoury.com/franchisee/" class="elementor-sub-item">Franchisee</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11455"><a href="https://www.cravoury.com/contact/" class="elementor-sub-item">Contact</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12490"><a href="#" class="elementor-sub-item elementor-item-anchor">Festival Special</a></li>
</ul>
</li>
</ul> </nav>
<div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menu Toggle" aria-expanded="false">
<i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open eicon-menu-bar"></i><i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close eicon-close"></i> <span class="elementor-screen-only">Menu</span>
</div>
<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" role="navigation" aria-hidden="true">
<ul id="menu-2-2f2daff" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-8999"><a href="https://www.cravoury.com/" class="elementor-item" tabindex="-1">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-9000"><a href="https://www.cravoury.com/cakes-main/" class="elementor-item" tabindex="-1">Cakes</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11991"><a href="https://www.cravoury.com/cakes-main/" class="elementor-sub-item" tabindex="-1">Cream Cakes</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10591"><a href="https://www.cravoury.com/vegan-cakes/" class="elementor-sub-item" tabindex="-1">Vegan Cakes</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10590"><a href="https://www.cravoury.com/tea-time-cakes/" class="elementor-sub-item" tabindex="-1">Tea time cakes</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-9006"><a href="https://www.cravoury.com/theme-cakes/" aria-current="page" class="elementor-item elementor-item-active" tabindex="-1">Theme Cakes</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9014"><a href="https://www.cravoury.com/cookies/" class="elementor-item" tabindex="-1">Cookies</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-14274"><a href="https://www.cravoury.com/product-category/diwali-gifts/" class="elementor-item" tabindex="-1">Diwali Gifts</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-12183"><a href="#" class="elementor-item elementor-item-anchor" tabindex="-1">Store Pickup</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12185"><a href="https://www.cravoury.com/cakes-shops-near-me-sarjapur-road/" class="elementor-sub-item" tabindex="-1">Sarjapur Road</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12184"><a href="https://www.cravoury.com/cakes-shops-near-me-ramamurthy-nagar/" class="elementor-sub-item" tabindex="-1">Electronic City</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-9017"><a href="#" class="elementor-item elementor-item-anchor" tabindex="-1">More</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11454"><a href="https://www.cravoury.com/about-us/" class="elementor-sub-item" tabindex="-1">About us</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12098"><a href="https://www.cravoury.com/franchisee/" class="elementor-sub-item" tabindex="-1">Franchisee</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11455"><a href="https://www.cravoury.com/contact/" class="elementor-sub-item" tabindex="-1">Contact</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12490"><a href="#" class="elementor-sub-item elementor-item-anchor" tabindex="-1">Festival Special</a></li>
</ul>
</li>
</ul> </nav>
</div>
</div>
</div>
</div>
<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-c86bf7e" data-id="c86bf7e" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-109cbbf elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-image" data-id="109cbbf" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<a href="https://www.cravoury.com/">
<img width="1024" height="338" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20338'%3E%3C/svg%3E" class="attachment-large size-large wp-image-11447" alt="Cravoury By Mamta | Best Cake Shop In Bengalore" data-lazy-srcset="https://www.cravoury.com/wp-content/uploads/2022/03/cravoury-r-1024x338.png 1024w, https://www.cravoury.com/wp-content/uploads/2022/03/cravoury-r-300x99.png 300w, https://www.cravoury.com/wp-content/uploads/2022/03/cravoury-r-768x254.png 768w, https://www.cravoury.com/wp-content/uploads/2022/03/cravoury-r-1536x507.png 1536w, https://www.cravoury.com/wp-content/uploads/2022/03/cravoury-r-600x198.png 600w, https://www.cravoury.com/wp-content/uploads/2022/03/cravoury-r.png 1553w" data-lazy-sizes="(max-width: 1024px) 100vw, 1024px" data-lazy-src="https://www.cravoury.com/wp-content/uploads/2022/03/cravoury-r-1024x338.png"><noscript><img width="1024" height="338" src="https://www.cravoury.com/wp-content/uploads/2022/03/cravoury-r-1024x338.png" class="attachment-large size-large wp-image-11447" alt="Cravoury By Mamta | Best Cake Shop In Bengalore" srcset="https://www.cravoury.com/wp-content/uploads/2022/03/cravoury-r-1024x338.png 1024w, https://www.cravoury.com/wp-content/uploads/2022/03/cravoury-r-300x99.png 300w, https://www.cravoury.com/wp-content/uploads/2022/03/cravoury-r-768x254.png 768w, https://www.cravoury.com/wp-content/uploads/2022/03/cravoury-r-1536x507.png 1536w, https://www.cravoury.com/wp-content/uploads/2022/03/cravoury-r-600x198.png 600w, https://www.cravoury.com/wp-content/uploads/2022/03/cravoury-r.png 1553w" sizes="(max-width: 1024px) 100vw, 1024px" /></noscript> </a>
</div>
</div>
</div>
</div>
<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-f17fc23" data-id="f17fc23" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<section class="elementor-section elementor-inner-section elementor-element elementor-element-53d1291 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="53d1291" data-element_type="section" data-settings="{"_ha_eqh_enable":false}">
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-8f7e571" data-id="8f7e571" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-cdf239b elementor-widget elementor-widget-image" data-id="cdf239b" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<a href="https://www.cravoury.com/my-account">
<img width="150" height="150" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20150%20150'%3E%3C/svg%3E" class="attachment-thumbnail size-thumbnail wp-image-9183" alt="" data-lazy-srcset="https://www.cravoury.com/wp-content/uploads/2022/03/log-in-300x300-1-150x150.png 150w, https://www.cravoury.com/wp-content/uploads/2022/03/log-in-300x300-1.png 300w, https://www.cravoury.com/wp-content/uploads/2022/03/log-in-300x300-1-100x100.png 100w, https://www.cravoury.com/wp-content/uploads/2022/03/log-in-300x300-1-50x50.png 50w" data-lazy-sizes="(max-width: 150px) 100vw, 150px" data-lazy-src="https://www.cravoury.com/wp-content/uploads/2022/03/log-in-300x300-1-150x150.png"><noscript><img width="150" height="150" src="https://www.cravoury.com/wp-content/uploads/2022/03/log-in-300x300-1-150x150.png" class="attachment-thumbnail size-thumbnail wp-image-9183" alt="" srcset="https://www.cravoury.com/wp-content/uploads/2022/03/log-in-300x300-1-150x150.png 150w, https://www.cravoury.com/wp-content/uploads/2022/03/log-in-300x300-1.png 300w, https://www.cravoury.com/wp-content/uploads/2022/03/log-in-300x300-1-100x100.png 100w, https://www.cravoury.com/wp-content/uploads/2022/03/log-in-300x300-1-50x50.png 50w" sizes="(max-width: 150px) 100vw, 150px" /></noscript> </a>
</div>
</div>
</div>
</div>
<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-0330e08" data-id="0330e08" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-6fe5a94 elementor-align-center toggle-icon--bag-light hfe-menu-cart--items-indicator-bubble elementor-widget elementor-widget-hfe-cart" data-id="6fe5a94" data-element_type="widget" data-settings="{"align":"center","toggle_button_padding":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"toggle_button_padding_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"toggle_button_padding_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true}}" data-widget_type="hfe-cart.default">
<div class="elementor-widget-container">
<div class="hfe-masthead-custom-menu-items woocommerce-custom-menu-item">
<div id="hfe-site-header-cart" class="hfe-site-header-cart hfe-menu-cart-with-border">
<div class="hfe-site-header-cart-li current-menu-item">
<div class="hfe-menu-cart__toggle elementor-button-wrapper">
<a id="hfe-menu-cart__toggle_button" href="https://www.cravoury.com/cart/" class="elementor-button hfe-cart-container">
<span class="elementor-button-text hfe-subtotal">
<span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">₹</span> 0</bdi></span> </span>
<span class="elementor-button-icon" data-counter="0">
<i class="eicon" aria-hidden="true"></i>
<span class="elementor-screen-only">
Cart </span>
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-0fbcdec" data-id="0fbcdec" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-15fc80e elementor-search-form--skin-full_screen elementor-widget elementor-widget-search-form" data-id="15fc80e" data-element_type="widget" data-settings="{"skin":"full_screen"}" data-widget_type="search-form.default">
<div class="elementor-widget-container">
<form class="elementor-search-form" role="search" action="https://www.cravoury.com" method="get">
<div class="elementor-search-form__toggle">
<i aria-hidden="true" class="fas fa-search"></i> <span class="elementor-screen-only">Search</span>
</div>
<div class="elementor-search-form__container">
<input placeholder="Search" class="elementor-search-form__input" type="search" name="s" title="Search" value="">
<div class="dialog-lightbox-close-button dialog-close-button">
<i aria-hidden="true" class="eicon-close"></i> <span class="elementor-screen-only">Close</span>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</header>
<header class="elementor-section elementor-top-section elementor-element elementor-element-c223943 elementor-section-full_width elementor-section-stretched elementor-hidden-desktop elementor-hidden-mobile elementor-section-height-default elementor-section-height-default" data-id="c223943" data-element_type="section" data-settings="{"background_background":"classic","stretch_section":"section-stretched","_ha_eqh_enable":false}">
<div class="elementor-container elementor-column-gap-no">
<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-42250de" data-id="42250de" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-45451ce elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-image" data-id="45451ce" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<a href="https://www.cravoury.com/">
<img width="1024" height="338" src="https://www.cravoury.com/wp-content/uploads/2022/03/cravoury-r-1024x338.png" class="attachment-large size-large wp-image-11447 entered lazyloaded" alt="Cravoury By Mamta | Best Cake Shop In Bengalore" data-lazy-srcset="https://www.cravoury.com/wp-content/uploads/2022/03/cravoury-r-1024x338.png 1024w, https://www.cravoury.com/wp-content/uploads/2022/03/cravoury-r-300x99.png 300w, https://www.cravoury.com/wp-content/uploads/2022/03/cravoury-r-768x254.png 768w, https://www.cravoury.com/wp-content/uploads/2022/03/cravoury-r-1536x507.png 1536w, https://www.cravoury.com/wp-content/uploads/2022/03/cravoury-r-600x198.png 600w, https://www.cravoury.com/wp-content/uploads/2022/03/cravoury-r.png 1553w" data-lazy-sizes="(max-width: 1024px) 100vw, 1024px" data-lazy-src="https://www.cravoury.com/wp-content/uploads/2022/03/cravoury-r-1024x338.png" data-ll-status="loaded" sizes="(max-width: 1024px) 100vw, 1024px" srcset="https://www.cravoury.com/wp-content/uploads/2022/03/cravoury-r-1024x338.png 1024w, https://www.cravoury.com/wp-content/uploads/2022/03/cravoury-r-300x99.png 300w, https://www.cravoury.com/wp-content/uploads/2022/03/cravoury-r-768x254.png 768w, https://www.cravoury.com/wp-content/uploads/2022/03/cravoury-r-1536x507.png 1536w, https://www.cravoury.com/wp-content/uploads/2022/03/cravoury-r-600x198.png 600w, https://www.cravoury.com/wp-content/uploads/2022/03/cravoury-r.png 1553w"><noscript><img width="1024" height="338" src="https://www.cravoury.com/wp-content/uploads/2022/03/cravoury-r-1024x338.png" class="attachment-large size-large wp-image-11447" alt="Cravoury By Mamta | Best Cake Shop In Bengalore" srcset="https://www.cravoury.com/wp-content/uploads/2022/03/cravoury-r-1024x338.png 1024w, https://www.cravoury.com/wp-content/uploads/2022/03/cravoury-r-300x99.png 300w, https://www.cravoury.com/wp-content/uploads/2022/03/cravoury-r-768x254.png 768w, https://www.cravoury.com/wp-content/uploads/2022/03/cravoury-r-1536x507.png 1536w, https://www.cravoury.com/wp-content/uploads/2022/03/cravoury-r-600x198.png 600w, https://www.cravoury.com/wp-content/uploads/2022/03/cravoury-r.png 1553w" sizes="(max-width: 1024px) 100vw, 1024px" /></noscript> </a>
</div>
</div>
</div>
</div>
<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-70a3a8e" data-id="70a3a8e" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-47895f8 elementor-nav-menu__align-left elementor-nav-menu--stretch elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="47895f8" data-element_type="widget" data-settings="{"full_width":"stretch","layout":"horizontal","submenu_icon":{"value":"<i class=\"fas fa-caret-down\"><\/i>","library":"fa-solid"},"toggle":"burger"}" data-widget_type="nav-menu.default">
<div class="elementor-widget-container">
<nav migration_allowed="1" migrated="0" role="navigation" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-underline e--animation-fade">
<ul id="menu-1-47895f8" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-8999"><a href="https://www.cravoury.com/" class="elementor-item">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-9000"><a href="https://www.cravoury.com/cakes-main/" class="elementor-item">Cakes</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11991"><a href="https://www.cravoury.com/cakes-main/" class="elementor-sub-item">Cream Cakes</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10591"><a href="https://www.cravoury.com/vegan-cakes/" class="elementor-sub-item">Vegan Cakes</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10590"><a href="https://www.cravoury.com/tea-time-cakes/" class="elementor-sub-item">Tea time cakes</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-9006"><a href="https://www.cravoury.com/theme-cakes/" aria-current="page" class="elementor-item elementor-item-active">Theme Cakes</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9014"><a href="https://www.cravoury.com/cookies/" class="elementor-item">Cookies</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-14274"><a href="https://www.cravoury.com/product-category/diwali-gifts/" class="elementor-item">Diwali Gifts</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-12183"><a href="#" class="elementor-item elementor-item-anchor">Store Pickup</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12185"><a href="https://www.cravoury.com/cakes-shops-near-me-sarjapur-road/" class="elementor-sub-item">Sarjapur Road</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12184"><a href="https://www.cravoury.com/cakes-shops-near-me-ramamurthy-nagar/" class="elementor-sub-item">Electronic City</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-9017"><a href="#" class="elementor-item elementor-item-anchor">More</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11454"><a href="https://www.cravoury.com/about-us/" class="elementor-sub-item">About us</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12098"><a href="https://www.cravoury.com/franchisee/" class="elementor-sub-item">Franchisee</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11455"><a href="https://www.cravoury.com/contact/" class="elementor-sub-item">Contact</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12490"><a href="#" class="elementor-sub-item elementor-item-anchor">Festival Special</a></li>
</ul>
</li>
</ul> </nav>
<div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menu Toggle" aria-expanded="false">
<i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open eicon-menu-bar"></i><i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close eicon-close"></i> <span class="elementor-screen-only">Menu</span>
</div>
<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" role="navigation" aria-hidden="true">
<ul id="menu-2-47895f8" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-8999"><a href="https://www.cravoury.com/" class="elementor-item" tabindex="-1">Home</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-9000"><a href="https://www.cravoury.com/cakes-main/" class="elementor-item" tabindex="-1">Cakes</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11991"><a href="https://www.cravoury.com/cakes-main/" class="elementor-sub-item" tabindex="-1">Cream Cakes</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10591"><a href="https://www.cravoury.com/vegan-cakes/" class="elementor-sub-item" tabindex="-1">Vegan Cakes</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10590"><a href="https://www.cravoury.com/tea-time-cakes/" class="elementor-sub-item" tabindex="-1">Tea time cakes</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-9006"><a href="https://www.cravoury.com/theme-cakes/" aria-current="page" class="elementor-item elementor-item-active" tabindex="-1">Theme Cakes</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9014"><a href="https://www.cravoury.com/cookies/" class="elementor-item" tabindex="-1">Cookies</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-14274"><a href="https://www.cravoury.com/product-category/diwali-gifts/" class="elementor-item" tabindex="-1">Diwali Gifts</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-12183"><a href="#" class="elementor-item elementor-item-anchor" tabindex="-1">Store Pickup</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12185"><a href="https://www.cravoury.com/cakes-shops-near-me-sarjapur-road/" class="elementor-sub-item" tabindex="-1">Sarjapur Road</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12184"><a href="https://www.cravoury.com/cakes-shops-near-me-ramamurthy-nagar/" class="elementor-sub-item" tabindex="-1">Electronic City</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-9017"><a href="#" class="elementor-item elementor-item-anchor" tabindex="-1">More</a>
<ul class="sub-menu elementor-nav-menu--dropdown">
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11454"><a href="https://www.cravoury.com/about-us/" class="elementor-sub-item" tabindex="-1">About us</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-12098"><a href="https://www.cravoury.com/franchisee/" class="elementor-sub-item" tabindex="-1">Franchisee</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-11455"><a href="https://www.cravoury.com/contact/" class="elementor-sub-item" tabindex="-1">Contact</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-12490"><a href="#" class="elementor-sub-item elementor-item-anchor" tabindex="-1">Festival Special</a></li>
</ul>
</li>
</ul> </nav>
</div>
</div>
</div>
</div>
<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-31d13e0" data-id="31d13e0" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<section class="elementor-section elementor-inner-section elementor-element elementor-element-ee79b53 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="ee79b53" data-element_type="section" data-settings="{"_ha_eqh_enable":false}">
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-130bdb9" data-id="130bdb9" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-2cc0fa9 elementor-widget elementor-widget-image" data-id="2cc0fa9" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<a href="https://www.cravoury.com/my-account">
<img width="150" height="150" src="https://www.cravoury.com/wp-content/uploads/2022/03/log-in-300x300-1-150x150.png" class="attachment-thumbnail size-thumbnail wp-image-9183 entered lazyloaded" alt="" data-lazy-srcset="https://www.cravoury.com/wp-content/uploads/2022/03/log-in-300x300-1-150x150.png 150w, https://www.cravoury.com/wp-content/uploads/2022/03/log-in-300x300-1.png 300w, https://www.cravoury.com/wp-content/uploads/2022/03/log-in-300x300-1-100x100.png 100w, https://www.cravoury.com/wp-content/uploads/2022/03/log-in-300x300-1-50x50.png 50w" data-lazy-sizes="(max-width: 150px) 100vw, 150px" data-lazy-src="https://www.cravoury.com/wp-content/uploads/2022/03/log-in-300x300-1-150x150.png" data-ll-status="loaded" sizes="(max-width: 150px) 100vw, 150px" srcset="https://www.cravoury.com/wp-content/uploads/2022/03/log-in-300x300-1-150x150.png 150w, https://www.cravoury.com/wp-content/uploads/2022/03/log-in-300x300-1.png 300w, https://www.cravoury.com/wp-content/uploads/2022/03/log-in-300x300-1-100x100.png 100w, https://www.cravoury.com/wp-content/uploads/2022/03/log-in-300x300-1-50x50.png 50w"><noscript><img width="150" height="150" src="https://www.cravoury.com/wp-content/uploads/2022/03/log-in-300x300-1-150x150.png" class="attachment-thumbnail size-thumbnail wp-image-9183" alt="" srcset="https://www.cravoury.com/wp-content/uploads/2022/03/log-in-300x300-1-150x150.png 150w, https://www.cravoury.com/wp-content/uploads/2022/03/log-in-300x300-1.png 300w, https://www.cravoury.com/wp-content/uploads/2022/03/log-in-300x300-1-100x100.png 100w, https://www.cravoury.com/wp-content/uploads/2022/03/log-in-300x300-1-50x50.png 50w" sizes="(max-width: 150px) 100vw, 150px" /></noscript> </a>
</div>
</div>
</div>
</div>
<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-04760f5" data-id="04760f5" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-ff2817a elementor-align-center toggle-icon--bag-light hfe-menu-cart--items-indicator-bubble elementor-widget elementor-widget-hfe-cart" data-id="ff2817a" data-element_type="widget" data-settings="{"align":"center","toggle_button_padding":{"unit":"px","top":"6","right":"6","bottom":"6","left":"6","isLinked":true},"toggle_button_padding_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"toggle_button_padding_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true}}" data-widget_type="hfe-cart.default">
<div class="elementor-widget-container">
<div class="hfe-masthead-custom-menu-items woocommerce-custom-menu-item">
<div id="hfe-site-header-cart" class="hfe-site-header-cart hfe-menu-cart-with-border">
<div class="hfe-site-header-cart-li current-menu-item">
<div class="hfe-menu-cart__toggle elementor-button-wrapper">
<a id="hfe-menu-cart__toggle_button" href="https://www.cravoury.com/cart/" class="elementor-button hfe-cart-container">
<span class="elementor-button-text hfe-subtotal">
<span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">₹</span> 0</bdi></span> </span>
<span class="elementor-button-icon" data-counter="0">
<i class="eicon" aria-hidden="true"></i>
<span class="elementor-screen-only">
Cart </span>
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-09a3bbe" data-id="09a3bbe" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-3ab38b9 elementor-search-form--skin-full_screen elementor-widget elementor-widget-search-form" data-id="3ab38b9" data-element_type="widget" data-settings="{"skin":"full_screen"}" data-widget_type="search-form.default">
<div class="elementor-widget-container">
<form class="elementor-search-form" role="search" action="https://www.cravoury.com" method="get">
<div class="elementor-search-form__toggle">
<i aria-hidden="true" class="fas fa-search"></i> <span class="elementor-screen-only">Search</span>
</div>
<div class="elementor-search-form__container">
<input placeholder="Search" class="elementor-search-form__input" type="search" name="s" title="Search" value="">
<div class="dialog-lightbox-close-button dialog-close-button">
<i aria-hidden="true" class="eicon-close"></i> <span class="elementor-screen-only">Close</span>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</header>
</div>
</header>
<main id="main" class="site-main clr" role="main">
<div data-elementor-type="wp-page" data-elementor-id="9668" class="elementor elementor-9668">
<section class="elementor-section elementor-top-section elementor-element elementor-element-17cc132 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="17cc132" data-element_type="section" data-settings="{"background_background":"classic","_ha_eqh_enable":false}">
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-44b855a" data-id="44b855a" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<section class="elementor-section elementor-inner-section elementor-element elementor-element-46f4127e elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="46f4127e" data-element_type="section" data-settings="{"_ha_eqh_enable":false}">
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-41e60f4a" data-id="41e60f4a" data-element_type="column">
<div class="elementor-widget-wrap">
</div>
</div>
<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-497f125" data-id="497f125" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-23220059 elementor-widget elementor-widget-image" data-id="23220059" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<img decoding="async" width="69" height="61" src="https://www.cravoury.com/wp-content/uploads/2023/02/icon.webp" class="attachment-large size-large wp-image-8973 entered lazyloaded" alt="Cake Icon" data-lazy-src="https://www.cravoury.com/wp-content/uploads/2023/02/icon.webp" data-ll-status="loaded"><noscript><img decoding="async" width="69" height="61" src="https://www.cravoury.com/wp-content/uploads/2023/02/icon.webp" class="attachment-large size-large wp-image-8973" alt="Cake Icon" /></noscript> </div>
</div>
</div>
</div>
<div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-58e6d35e" data-id="58e6d35e" data-element_type="column">
<div class="elementor-widget-wrap">
</div>
</div>
</div>
</section>
<div class="elementor-element elementor-element-602fcae5 elementor-widget elementor-widget-heading" data-id="602fcae5" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h2 class="elementor-heading-title elementor-size-default">Custom Theme Cakes in Sarjapur Road, Bangalore</h2> </div>
</div>
<div class="elementor-element elementor-element-56f02976 elementor-widget elementor-widget-heading" data-id="56f02976" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h2 class="elementor-heading-title elementor-size-default">Theme Cakes</h2> </div>
</div>
<div class="elementor-element elementor-element-c9a1223 eael-product-grid-column-mobile-2 eael-product-grid-column-4 elementor-widget elementor-widget-eicon-woocommerce" data-id="c9a1223" data-element_type="widget" data-widget_type="eicon-woocommerce.default">
<div class="elementor-widget-container">
<div class="eael-product-grid eael-product-preset-8 grid" id="eael-product-grid" data-widget-id="c9a1223" data-page-id="9668" data-nonce="20f27d95d3">
<div class="woocommerce">
<ul class="products" data-layout-mode="grid"> <li class="product post-13451 type-product status-publish has-post-thumbnail product_cat-kids-birthday-cakes product_cat-theme-cakes entry has-media first instock featured taxable shipping-taxable purchasable product-type-variable has-product-nav col span_1_of_3 owp-content-center item-entry owp-thumbs-layout-horizontal owp-btn-normal owp-tabs-layout-horizontal has-no-thumbnails">
<div class="eael-product-wrap">
<div class="product-image-wrap">
<div class="image-wrap">
<a href="https://www.cravoury.com/product/1-year-boy-birthday-cake/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img decoding="async" width="300" height="300" src="https://www.cravoury.com/wp-content/uploads/2024/01/baby1-300x300.png" class="attachment-medium size-medium" alt="1 Year Birthday Cake For Baby" loading="eager" srcset="https://www.cravoury.com/wp-content/uploads/2024/01/baby1-300x300.png 300w, https://www.cravoury.com/wp-content/uploads/2024/01/baby1-150x150.png 150w, https://www.cravoury.com/wp-content/uploads/2024/01/baby1-768x768.png 768w, https://www.cravoury.com/wp-content/uploads/2024/01/baby1-600x600.png 600w, https://www.cravoury.com/wp-content/uploads/2024/01/baby1-100x100.png 100w, https://www.cravoury.com/wp-content/uploads/2024/01/baby1.png 1024w" sizes="(max-width: 300px) 100vw, 300px"></a> </div>
<div class="image-hover-wrap">
<ul class="icons-wrap over-box-style">
<li class="add-to-cart"><a href="https://www.cravoury.com/product/1-year-boy-birthday-cake/" data-quantity="1" class="button product_type_variable add_to_cart_button" data-product_id="13451" data-product_sku="AL01030-1" aria-label="Select options for “1 Year Boy Birthday Cake”" aria-describedby="This product has multiple variants. The options may be chosen on the product page" rel="nofollow">Select options</a> </li>
<li class="eael-product-quick-view">
<a id="eael_quick_view_67351dec6c47e" data-quickview-setting="{"widget_id":"c9a1223","product_id":13451,"page_id":9668}" class="eael-product-grid-open-popup open-popup-link">
<i class="fas fa-eye"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="product-details-wrap">
<div class="eael-product-price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">₹</span> 3,776</bdi></span> – <span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">₹</span> 8,142</bdi></span></div> <div class="eael-product-title">
<a href="https://www.cravoury.com/product/1-year-boy-birthday-cake/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><h2>1 Year Boy Birthday Cake</h2></a> </div>
</div>
</div>
</li>
<li class="product post-11139 type-product status-publish has-post-thumbnail product_cat-anniversary-cakes product_cat-theme-cakes entry has-media instock featured taxable shipping-taxable purchasable product-type-variable has-product-nav col span_1_of_3 owp-content-center item-entry owp-thumbs-layout-horizontal owp-btn-normal owp-tabs-layout-horizontal has-no-thumbnails">
<div class="eael-product-wrap">
<div class="product-image-wrap">
<div class="image-wrap">
<a href="https://www.cravoury.com/product/25th-anniversary-cake/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img decoding="async" width="300" height="300" src="https://www.cravoury.com/wp-content/uploads/2023/02/25th-Anniversary-cake-300x300.webp" class="attachment-medium size-medium" alt="25th Anniversary cake" loading="eager" srcset="https://www.cravoury.com/wp-content/uploads/2023/02/25th-Anniversary-cake-300x300.webp 300w, https://www.cravoury.com/wp-content/uploads/2023/02/25th-Anniversary-cake-150x150.webp 150w, https://www.cravoury.com/wp-content/uploads/2023/02/25th-Anniversary-cake-600x600.webp 600w, https://www.cravoury.com/wp-content/uploads/2023/02/25th-Anniversary-cake-100x100.webp 100w, https://www.cravoury.com/wp-content/uploads/2023/02/25th-Anniversary-cake.webp 760w" sizes="(max-width: 300px) 100vw, 300px"></a> </div>
<div class="image-hover-wrap">
<ul class="icons-wrap over-box-style">
<li class="add-to-cart"><a href="https://www.cravoury.com/product/25th-anniversary-cake/" data-quantity="1" class="button product_type_variable add_to_cart_button" data-product_id="11139" data-product_sku="AL01065" aria-label="Select options for “25th Anniversary Cake”" aria-describedby="This product has multiple variants. The options may be chosen on the product page" rel="nofollow">Select options</a> </li>
<li class="eael-product-quick-view">
<a id="eael_quick_view_67351dec759c4" data-quickview-setting="{"widget_id":"c9a1223","product_id":11139,"page_id":9668}" class="eael-product-grid-open-popup open-popup-link">
<i class="fas fa-eye"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="product-details-wrap">
<div class="eael-product-price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">₹</span> 4,130</bdi></span> – <span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">₹</span> 6,490</bdi></span></div> <div class="eael-product-title">
<a href="https://www.cravoury.com/product/25th-anniversary-cake/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><h2>25th Anniversary Cake</h2></a> </div>
</div>
</div>
</li>
<li class="product post-11161 type-product status-publish has-post-thumbnail product_cat-anniversary-cakes product_cat-theme-cakes entry has-media last instock featured taxable shipping-taxable purchasable product-type-variable has-product-nav col span_1_of_3 owp-content-center item-entry owp-thumbs-layout-horizontal owp-btn-normal owp-tabs-layout-horizontal has-no-thumbnails">
<div class="eael-product-wrap">
<div class="product-image-wrap">
<div class="image-wrap">
<a href="https://www.cravoury.com/product/50th-anniversary-cake/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img decoding="async" width="300" height="300" src="https://www.cravoury.com/wp-content/uploads/2023/02/50th-Anniversary-cake-300x300.webp" class="attachment-medium size-medium" alt="50th Anniversary cake" loading="eager" srcset="https://www.cravoury.com/wp-content/uploads/2023/02/50th-Anniversary-cake-300x300.webp 300w, https://www.cravoury.com/wp-content/uploads/2023/02/50th-Anniversary-cake-150x150.webp 150w, https://www.cravoury.com/wp-content/uploads/2023/02/50th-Anniversary-cake-600x600.webp 600w, https://www.cravoury.com/wp-content/uploads/2023/02/50th-Anniversary-cake-100x100.webp 100w, https://www.cravoury.com/wp-content/uploads/2023/02/50th-Anniversary-cake.webp 760w" sizes="(max-width: 300px) 100vw, 300px"></a> </div>
<div class="image-hover-wrap">
<ul class="icons-wrap over-box-style">
<li class="add-to-cart"><a href="https://www.cravoury.com/product/50th-anniversary-cake/" data-quantity="1" class="button product_type_variable add_to_cart_button" data-product_id="11161" data-product_sku="AL01063" aria-label="Select options for “50th Anniversary Cake”" aria-describedby="This product has multiple variants. The options may be chosen on the product page" rel="nofollow">Select options</a> </li>
<li class="eael-product-quick-view">
<a id="eael_quick_view_67351dec7a682" data-quickview-setting="{"widget_id":"c9a1223","product_id":11161,"page_id":9668}" class="eael-product-grid-open-popup open-popup-link">
<i class="fas fa-eye"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="product-details-wrap">
<div class="eael-product-price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">₹</span> 1,593</bdi></span> – <span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">₹</span> 3,776</bdi></span></div> <div class="eael-product-title">
<a href="https://www.cravoury.com/product/50th-anniversary-cake/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><h2>50th Anniversary Cake</h2></a> </div>
</div>
</div>
</li>
<li class="product post-13386 type-product status-publish has-post-thumbnail product_cat-18th-birthday product_cat-theme-cakes entry has-media first instock taxable shipping-taxable purchasable product-type-variable has-default-attributes has-product-nav col span_1_of_3 owp-content-center item-entry owp-thumbs-layout-horizontal owp-btn-normal owp-tabs-layout-horizontal has-no-thumbnails">
<div class="eael-product-wrap">
<div class="product-image-wrap">
<div class="image-wrap">
<a href="https://www.cravoury.com/product/animal-jungle-theme-cake/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img decoding="async" width="300" height="300" src="https://www.cravoury.com/wp-content/uploads/2024/01/animal3-300x300.png" class="attachment-medium size-medium" alt="Best Animal Cake Design At Cravoury Cake Shop" loading="eager" srcset="https://www.cravoury.com/wp-content/uploads/2024/01/animal3-300x300.png 300w, https://www.cravoury.com/wp-content/uploads/2024/01/animal3-150x150.png 150w, https://www.cravoury.com/wp-content/uploads/2024/01/animal3-768x768.png 768w, https://www.cravoury.com/wp-content/uploads/2024/01/animal3-600x600.png 600w, https://www.cravoury.com/wp-content/uploads/2024/01/animal3-100x100.png 100w, https://www.cravoury.com/wp-content/uploads/2024/01/animal3.png 1024w" sizes="(max-width: 300px) 100vw, 300px"></a> </div>
<div class="image-hover-wrap">
<ul class="icons-wrap over-box-style">
<li class="add-to-cart"><a href="https://www.cravoury.com/product/animal-jungle-theme-cake/" data-quantity="1" class="button product_type_variable add_to_cart_button" data-product_id="13386" data-product_sku="" aria-label="Select options for “Animal jungle theme cake”" aria-describedby="This product has multiple variants. The options may be chosen on the product page" rel="nofollow">Select options</a> </li>
<li class="eael-product-quick-view">
<a id="eael_quick_view_67351dec7fa90" data-quickview-setting="{"widget_id":"c9a1223","product_id":13386,"page_id":9668}" class="eael-product-grid-open-popup open-popup-link">
<i class="fas fa-eye"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="product-details-wrap">
<div class="eael-product-price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">₹</span> 1,947</bdi></span> – <span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">₹</span> 8,248</bdi></span></div> <div class="eael-product-title">
<a href="https://www.cravoury.com/product/animal-jungle-theme-cake/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><h2>Animal jungle theme cake</h2></a> </div>
</div>
</div>
</li>
<li class="product post-13442 type-product status-publish has-post-thumbnail product_cat-kids-birthday-cakes product_cat-theme-cakes entry has-media instock featured taxable shipping-taxable purchasable product-type-variable has-product-nav col span_1_of_3 owp-content-center item-entry owp-thumbs-layout-horizontal owp-btn-normal owp-tabs-layout-horizontal has-no-thumbnails">
<div class="eael-product-wrap">
<div class="product-image-wrap">
<div class="image-wrap">
<a href="https://www.cravoury.com/product/animal-safari-theme-cake/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img decoding="async" width="300" height="300" src="https://www.cravoury.com/wp-content/uploads/2024/01/animal2-300x300.png" class="attachment-medium size-medium" alt="Jungle Theme Cake With Animal" loading="eager" srcset="https://www.cravoury.com/wp-content/uploads/2024/01/animal2-300x300.png 300w, https://www.cravoury.com/wp-content/uploads/2024/01/animal2-150x150.png 150w, https://www.cravoury.com/wp-content/uploads/2024/01/animal2-768x768.png 768w, https://www.cravoury.com/wp-content/uploads/2024/01/animal2-600x600.png 600w, https://www.cravoury.com/wp-content/uploads/2024/01/animal2-100x100.png 100w, https://www.cravoury.com/wp-content/uploads/2024/01/animal2.png 1024w" sizes="(max-width: 300px) 100vw, 300px"></a> </div>
<div class="image-hover-wrap">
<ul class="icons-wrap over-box-style">
<li class="add-to-cart"><a href="https://www.cravoury.com/product/animal-safari-theme-cake/" data-quantity="1" class="button product_type_variable add_to_cart_button" data-product_id="13442" data-product_sku="AL01060-1-1" aria-label="Select options for “Animal Safari Theme Cake”" aria-describedby="This product has multiple variants. The options may be chosen on the product page" rel="nofollow">Select options</a> </li>
<li class="eael-product-quick-view">
<a id="eael_quick_view_67351dec870ae" data-quickview-setting="{"widget_id":"c9a1223","product_id":13442,"page_id":9668}" class="eael-product-grid-open-popup open-popup-link">
<i class="fas fa-eye"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="product-details-wrap">
<div class="eael-product-price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">₹</span> 6,136</bdi></span> – <span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">₹</span> 8,260</bdi></span></div> <div class="eael-product-title">
<a href="https://www.cravoury.com/product/animal-safari-theme-cake/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><h2>Animal Safari Theme Cake</h2></a> </div>
</div>
</div>
</li>
<li class="product post-11385 type-product status-publish has-post-thumbnail product_cat-kids-birthday-cakes product_cat-theme-cakes entry has-media last instock featured taxable shipping-taxable purchasable product-type-variable has-product-nav col span_1_of_3 owp-content-center item-entry owp-thumbs-layout-horizontal owp-btn-normal owp-tabs-layout-horizontal has-no-thumbnails">
<div class="eael-product-wrap">
<div class="product-image-wrap">
<div class="image-wrap">
<a href="https://www.cravoury.com/product/baby-shark-theme-cake/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img decoding="async" width="300" height="300" src="https://www.cravoury.com/wp-content/uploads/2023/02/Baby-Shark-theme-cake-300x300.webp" class="attachment-medium size-medium" alt="Baby Shark theme cake" loading="eager" srcset="https://www.cravoury.com/wp-content/uploads/2023/02/Baby-Shark-theme-cake-300x300.webp 300w, https://www.cravoury.com/wp-content/uploads/2023/02/Baby-Shark-theme-cake-150x150.webp 150w, https://www.cravoury.com/wp-content/uploads/2023/02/Baby-Shark-theme-cake-600x600.webp 600w, https://www.cravoury.com/wp-content/uploads/2023/02/Baby-Shark-theme-cake-100x100.webp 100w, https://www.cravoury.com/wp-content/uploads/2023/02/Baby-Shark-theme-cake.webp 760w" sizes="(max-width: 300px) 100vw, 300px"></a> </div>
<div class="image-hover-wrap">
<ul class="icons-wrap over-box-style">
<li class="add-to-cart"><a href="https://www.cravoury.com/product/baby-shark-theme-cake/" data-quantity="1" class="button product_type_variable add_to_cart_button" data-product_id="11385" data-product_sku="AL01030" aria-label="Select options for “Baby Shark Theme Cake”" aria-describedby="This product has multiple variants. The options may be chosen on the product page" rel="nofollow">Select options</a> </li>
<li class="eael-product-quick-view">
<a id="eael_quick_view_67351dec8cc6d" data-quickview-setting="{"widget_id":"c9a1223","product_id":11385,"page_id":9668}" class="eael-product-grid-open-popup open-popup-link">
<i class="fas fa-eye"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="product-details-wrap">
<div class="eael-product-price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">₹</span> 2,950</bdi></span> – <span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">₹</span> 4,720</bdi></span></div> <div class="eael-product-title">
<a href="https://www.cravoury.com/product/baby-shark-theme-cake/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><h2>Baby Shark Theme Cake</h2></a> </div>
</div>
</div>
</li>
<li class="product post-8791 type-product status-publish has-post-thumbnail product_cat-baby-shower-cakes product_cat-theme-cakes entry has-media first instock featured taxable shipping-taxable purchasable product-type-variable has-product-nav col span_1_of_3 owp-content-center item-entry owp-thumbs-layout-horizontal owp-btn-normal owp-tabs-layout-horizontal has-no-thumbnails">
<div class="eael-product-wrap">
<div class="product-image-wrap">
<div class="image-wrap">
<a href="https://www.cravoury.com/product/baby-shower-cake/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img decoding="async" width="300" height="300" src="https://www.cravoury.com/wp-content/uploads/2023/01/babyshower55-300x300.png" class="attachment-medium size-medium" alt="Baby Shower Theme Cake At Cravoury" loading="eager" srcset="https://www.cravoury.com/wp-content/uploads/2023/01/babyshower55-300x300.png 300w, https://www.cravoury.com/wp-content/uploads/2023/01/babyshower55-150x150.png 150w, https://www.cravoury.com/wp-content/uploads/2023/01/babyshower55-768x768.png 768w, https://www.cravoury.com/wp-content/uploads/2023/01/babyshower55-600x600.png 600w, https://www.cravoury.com/wp-content/uploads/2023/01/babyshower55-100x100.png 100w, https://www.cravoury.com/wp-content/uploads/2023/01/babyshower55.png 1024w" sizes="(max-width: 300px) 100vw, 300px"></a> </div>
<div class="image-hover-wrap">
<ul class="icons-wrap over-box-style">
<li class="add-to-cart"><a href="https://www.cravoury.com/product/baby-shower-cake/" data-quantity="1" class="button product_type_variable add_to_cart_button" data-product_id="8791" data-product_sku="AL010234" aria-label="Select options for “Baby shower cake”" aria-describedby="This product has multiple variants. The options may be chosen on the product page" rel="nofollow">Select options</a> </li>
<li class="eael-product-quick-view">
<a id="eael_quick_view_67351dec92719" data-quickview-setting="{"widget_id":"c9a1223","product_id":8791,"page_id":9668}" class="eael-product-grid-open-popup open-popup-link">
<i class="fas fa-eye"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="product-details-wrap">
<div class="eael-product-price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">₹</span> 4,661</bdi></span> – <span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">₹</span> 7,670</bdi></span></div> <div class="eael-product-title">
<a href="https://www.cravoury.com/product/baby-shower-cake/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><h2>Baby shower cake</h2></a> </div>
</div>
</div>
</li>
<li class="product post-11561 type-product status-publish has-post-thumbnail product_cat-baby-shower-cakes product_cat-theme-cakes entry has-media instock featured taxable shipping-taxable purchasable product-type-variable has-product-nav col span_1_of_3 owp-content-center item-entry owp-thumbs-layout-horizontal owp-btn-normal owp-tabs-layout-horizontal has-no-thumbnails">
<div class="eael-product-wrap">
<div class="product-image-wrap">
<div class="image-wrap">
<a href="https://www.cravoury.com/product/baby-shower-he-or-she-cake/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img decoding="async" width="300" height="300" src="https://www.cravoury.com/wp-content/uploads/2023/02/baby-shower-He-or-She-cake-300x300.webp" class="attachment-medium size-medium" alt="baby shower He or She cake" loading="eager" srcset="https://www.cravoury.com/wp-content/uploads/2023/02/baby-shower-He-or-She-cake-300x300.webp 300w, https://www.cravoury.com/wp-content/uploads/2023/02/baby-shower-He-or-She-cake-150x150.webp 150w, https://www.cravoury.com/wp-content/uploads/2023/02/baby-shower-He-or-She-cake-600x600.webp 600w, https://www.cravoury.com/wp-content/uploads/2023/02/baby-shower-He-or-She-cake-100x100.webp 100w, https://www.cravoury.com/wp-content/uploads/2023/02/baby-shower-He-or-She-cake.webp 760w" sizes="(max-width: 300px) 100vw, 300px"></a> </div>
<div class="image-hover-wrap">
<ul class="icons-wrap over-box-style">
<li class="add-to-cart"><a href="https://www.cravoury.com/product/baby-shower-he-or-she-cake/" data-quantity="1" class="button product_type_variable add_to_cart_button" data-product_id="11561" data-product_sku="AL01010" aria-label="Select options for “Baby Shower He or She Cake”" aria-describedby="This product has multiple variants. The options may be chosen on the product page" rel="nofollow">Select options</a> </li>
<li class="eael-product-quick-view">
<a id="eael_quick_view_67351dec98ace" data-quickview-setting="{"widget_id":"c9a1223","product_id":11561,"page_id":9668}" class="eael-product-grid-open-popup open-popup-link">
<i class="fas fa-eye"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="product-details-wrap">
<div class="eael-product-price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">₹</span> 2,183</bdi></span> – <span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">₹</span> 5,605</bdi></span></div> <div class="eael-product-title">
<a href="https://www.cravoury.com/product/baby-shower-he-or-she-cake/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><h2>Baby Shower He or She Cake</h2></a> </div>
</div>
</div>
</li>
<li class="product post-9956 type-product status-publish has-post-thumbnail product_cat-bride-to-be-cakes product_cat-theme-cakes entry has-media last instock featured taxable shipping-taxable purchasable product-type-variable has-product-nav col span_1_of_3 owp-content-center item-entry owp-thumbs-layout-horizontal owp-btn-normal owp-tabs-layout-horizontal has-no-thumbnails">
<div class="eael-product-wrap">
<div class="product-image-wrap">
<div class="image-wrap">
<a href="https://www.cravoury.com/product/blenders-pride-cake/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img decoding="async" width="300" height="300" src="https://www.cravoury.com/wp-content/uploads/2023/02/Blenders-Pride-Cake-300x300.webp" class="attachment-medium size-medium" alt="Blenders Pride Cake" loading="eager" srcset="https://www.cravoury.com/wp-content/uploads/2023/02/Blenders-Pride-Cake-300x300.webp 300w, https://www.cravoury.com/wp-content/uploads/2023/02/Blenders-Pride-Cake-150x150.webp 150w, https://www.cravoury.com/wp-content/uploads/2023/02/Blenders-Pride-Cake-600x600.webp 600w, https://www.cravoury.com/wp-content/uploads/2023/02/Blenders-Pride-Cake-100x100.webp 100w, https://www.cravoury.com/wp-content/uploads/2023/02/Blenders-Pride-Cake.webp 760w" sizes="(max-width: 300px) 100vw, 300px"></a> </div>
<div class="image-hover-wrap">
<ul class="icons-wrap over-box-style">
<li class="add-to-cart"><a href="https://www.cravoury.com/product/blenders-pride-cake/" data-quantity="1" class="button product_type_variable add_to_cart_button" data-product_id="9956" data-product_sku="AL010198" aria-label="Select options for “Blenders Pride Cake”" aria-describedby="This product has multiple variants. The options may be chosen on the product page" rel="nofollow">Select options</a> </li>
<li class="eael-product-quick-view">
<a id="eael_quick_view_67351dec9f817" data-quickview-setting="{"widget_id":"c9a1223","product_id":9956,"page_id":9668}" class="eael-product-grid-open-popup open-popup-link">
<i class="fas fa-eye"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="product-details-wrap">
<div class="eael-product-price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">₹</span> 1,829</bdi></span> – <span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">₹</span> 7,906</bdi></span></div> <div class="eael-product-title">
<a href="https://www.cravoury.com/product/blenders-pride-cake/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><h2>Blenders Pride Cake</h2></a> </div>
</div>
</div>
</li>
<li class="product post-11569 type-product status-publish has-post-thumbnail product_cat-baby-shower-cakes product_cat-theme-cakes entry has-media first instock featured taxable shipping-taxable purchasable product-type-variable has-product-nav col span_1_of_3 owp-content-center item-entry owp-thumbs-layout-horizontal owp-btn-normal owp-tabs-layout-horizontal has-no-thumbnails">
<div class="eael-product-wrap">
<div class="product-image-wrap">
<div class="image-wrap">
<a href="https://www.cravoury.com/product/boss-baby-theme-cake/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img decoding="async" width="300" height="300" src="https://www.cravoury.com/wp-content/uploads/2023/02/boss-baby-theme-cake-300x300.webp" class="attachment-medium size-medium" alt="boss baby theme cake" loading="eager" srcset="https://www.cravoury.com/wp-content/uploads/2023/02/boss-baby-theme-cake-300x300.webp 300w, https://www.cravoury.com/wp-content/uploads/2023/02/boss-baby-theme-cake-150x150.webp 150w, https://www.cravoury.com/wp-content/uploads/2023/02/boss-baby-theme-cake-600x600.webp 600w, https://www.cravoury.com/wp-content/uploads/2023/02/boss-baby-theme-cake-100x100.webp 100w, https://www.cravoury.com/wp-content/uploads/2023/02/boss-baby-theme-cake.webp 760w" sizes="(max-width: 300px) 100vw, 300px"></a> </div>
<div class="image-hover-wrap">
<ul class="icons-wrap over-box-style">
<li class="add-to-cart"><a href="https://www.cravoury.com/product/boss-baby-theme-cake/" data-quantity="1" class="button product_type_variable add_to_cart_button" data-product_id="11569" data-product_sku="AL01009" aria-label="Select options for “Boss Baby Theme Cake”" aria-describedby="This product has multiple variants. The options may be chosen on the product page" rel="nofollow">Select options</a> </li>
<li class="eael-product-quick-view">
<a id="eael_quick_view_67351deca5c44" data-quickview-setting="{"widget_id":"c9a1223","product_id":11569,"page_id":9668}" class="eael-product-grid-open-popup open-popup-link">
<i class="fas fa-eye"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="product-details-wrap">
<div class="eael-product-price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">₹</span> 1,829</bdi></span> – <span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">₹</span> 5,310</bdi></span></div> <div class="eael-product-title">
<a href="https://www.cravoury.com/product/boss-baby-theme-cake/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><h2>Boss Baby Theme Cake</h2></a> </div>
</div>
</div>
</li>
<li class="product post-13468 type-product status-publish has-post-thumbnail product_cat-kids-birthday-cakes product_cat-theme-cakes entry has-media instock featured taxable shipping-taxable purchasable product-type-variable has-product-nav col span_1_of_3 owp-content-center item-entry owp-thumbs-layout-horizontal owp-btn-normal owp-tabs-layout-horizontal has-no-thumbnails">
<div class="eael-product-wrap">
<div class="product-image-wrap">
<div class="image-wrap">
<a href="https://www.cravoury.com/product/boy-theme-cake/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img decoding="async" width="300" height="300" src="https://www.cravoury.com/wp-content/uploads/2024/01/baby3-300x300.png" class="attachment-medium size-medium" alt="1 Happy Birthday For Baby" loading="eager" srcset="https://www.cravoury.com/wp-content/uploads/2024/01/baby3-300x300.png 300w, https://www.cravoury.com/wp-content/uploads/2024/01/baby3-150x150.png 150w, https://www.cravoury.com/wp-content/uploads/2024/01/baby3-768x768.png 768w, https://www.cravoury.com/wp-content/uploads/2024/01/baby3-600x600.png 600w, https://www.cravoury.com/wp-content/uploads/2024/01/baby3-100x100.png 100w, https://www.cravoury.com/wp-content/uploads/2024/01/baby3.png 1024w" sizes="(max-width: 300px) 100vw, 300px"></a> </div>
<div class="image-hover-wrap">
<ul class="icons-wrap over-box-style">
<li class="add-to-cart"><a href="https://www.cravoury.com/product/boy-theme-cake/" data-quantity="1" class="button product_type_variable add_to_cart_button" data-product_id="13468" data-product_sku="AL01030-1-2" aria-label="Select options for “Boy Theme Cake”" aria-describedby="This product has multiple variants. The options may be chosen on the product page" rel="nofollow">Select options</a> </li>
<li class="eael-product-quick-view">
<a id="eael_quick_view_67351decab6af" data-quickview-setting="{"widget_id":"c9a1223","product_id":13468,"page_id":9668}" class="eael-product-grid-open-popup open-popup-link">
<i class="fas fa-eye"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="product-details-wrap">
<div class="eael-product-price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">₹</span> 3,776</bdi></span> – <span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">₹</span> 8,142</bdi></span></div> <div class="eael-product-title">
<a href="https://www.cravoury.com/product/boy-theme-cake/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><h2>Boy Theme Cake</h2></a> </div>
</div>
</div>
</li>
<li class="product post-11363 type-product status-publish has-post-thumbnail product_cat-bride-to-be-cakes product_cat-theme-cakes entry has-media last instock featured taxable shipping-taxable purchasable product-type-variable has-product-nav col span_1_of_3 owp-content-center item-entry owp-thumbs-layout-horizontal owp-btn-normal owp-tabs-layout-horizontal has-no-thumbnails">
<div class="eael-product-wrap">
<div class="product-image-wrap">
<div class="image-wrap">
<a href="https://www.cravoury.com/product/bride-to-be-cake/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img decoding="async" width="300" height="300" src="https://www.cravoury.com/wp-content/uploads/2023/02/Bride-to-be-cake-300x300.webp" class="attachment-medium size-medium" alt="Bride to be cake" loading="eager" srcset="https://www.cravoury.com/wp-content/uploads/2023/02/Bride-to-be-cake-300x300.webp 300w, https://www.cravoury.com/wp-content/uploads/2023/02/Bride-to-be-cake-150x150.webp 150w, https://www.cravoury.com/wp-content/uploads/2023/02/Bride-to-be-cake-600x600.webp 600w, https://www.cravoury.com/wp-content/uploads/2023/02/Bride-to-be-cake-100x100.webp 100w, https://www.cravoury.com/wp-content/uploads/2023/02/Bride-to-be-cake.webp 760w" sizes="(max-width: 300px) 100vw, 300px"></a> </div>
<div class="image-hover-wrap">
<ul class="icons-wrap over-box-style">
<li class="add-to-cart"><a href="https://www.cravoury.com/product/bride-to-be-cake/" data-quantity="1" class="button product_type_variable add_to_cart_button" data-product_id="11363" data-product_sku="AL01033" aria-label="Select options for “Bride to Be Cake”" aria-describedby="This product has multiple variants. The options may be chosen on the product page" rel="nofollow">Select options</a> </li>
<li class="eael-product-quick-view">
<a id="eael_quick_view_67351decb0898" data-quickview-setting="{"widget_id":"c9a1223","product_id":11363,"page_id":9668}" class="eael-product-grid-open-popup open-popup-link">
<i class="fas fa-eye"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="product-details-wrap">
<div class="eael-product-price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">₹</span> 2,183</bdi></span> – <span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">₹</span> 6,490</bdi></span></div> <div class="eael-product-title">
<a href="https://www.cravoury.com/product/bride-to-be-cake/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><h2>Bride to Be Cake</h2></a> </div>
</div>
</div>
</li>
<li class="product post-11424 type-product status-publish has-post-thumbnail product_cat-kids-birthday-cakes product_cat-theme-cakes entry has-media first instock featured taxable shipping-taxable purchasable product-type-variable has-product-nav col span_1_of_3 owp-content-center item-entry owp-thumbs-layout-horizontal owp-btn-normal owp-tabs-layout-horizontal has-no-thumbnails">
<div class="eael-product-wrap">
<div class="product-image-wrap">
<div class="image-wrap">
<a href="https://www.cravoury.com/product/butterfly-theme-cake/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img decoding="async" width="300" height="300" src="https://www.cravoury.com/wp-content/uploads/2023/02/Butterfly-theme-cake--300x300.webp" class="attachment-medium size-medium" alt="Butterfly theme cake" loading="eager" srcset="https://www.cravoury.com/wp-content/uploads/2023/02/Butterfly-theme-cake--300x300.webp 300w, https://www.cravoury.com/wp-content/uploads/2023/02/Butterfly-theme-cake--150x150.webp 150w, https://www.cravoury.com/wp-content/uploads/2023/02/Butterfly-theme-cake--600x600.webp 600w, https://www.cravoury.com/wp-content/uploads/2023/02/Butterfly-theme-cake--100x100.webp 100w, https://www.cravoury.com/wp-content/uploads/2023/02/Butterfly-theme-cake-.webp 760w" sizes="(max-width: 300px) 100vw, 300px"></a> </div>
<div class="image-hover-wrap">
<ul class="icons-wrap over-box-style">
<li class="add-to-cart"><a href="https://www.cravoury.com/product/butterfly-theme-cake/" data-quantity="1" class="button product_type_variable add_to_cart_button" data-product_id="11424" data-product_sku="AL01026" aria-label="Select options for “Butterfly Theme Cake”" aria-describedby="This product has multiple variants. The options may be chosen on the product page" rel="nofollow">Select options</a> </li>
<li class="eael-product-quick-view">
<a id="eael_quick_view_67351decb6876" data-quickview-setting="{"widget_id":"c9a1223","product_id":11424,"page_id":9668}" class="eael-product-grid-open-popup open-popup-link">
<i class="fas fa-eye"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="product-details-wrap">
<div class="eael-product-price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">₹</span> 1,003</bdi></span> – <span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">₹</span> 4,130</bdi></span></div> <div class="eael-product-title">
<a href="https://www.cravoury.com/product/butterfly-theme-cake/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><h2>Butterfly Theme Cake</h2></a> </div>
</div>
</div>
</li>
<li class="product post-11320 type-product status-publish has-post-thumbnail product_cat-christmas-cake product_cat-theme-cakes entry has-media instock featured taxable shipping-taxable purchasable product-type-simple has-product-nav col span_1_of_3 owp-content-center item-entry owp-thumbs-layout-horizontal owp-btn-normal owp-tabs-layout-horizontal has-no-thumbnails">
<div class="eael-product-wrap">
<div class="product-image-wrap">
<div class="image-wrap">
<a href="https://www.cravoury.com/product/carrot-theme-cake/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img decoding="async" width="300" height="300" src="https://www.cravoury.com/wp-content/uploads/2023/02/Carrot-Theme-Cake-300x300.webp" class="attachment-medium size-medium" alt="Carrot Theme Cake" loading="eager" srcset="https://www.cravoury.com/wp-content/uploads/2023/02/Carrot-Theme-Cake-300x300.webp 300w, https://www.cravoury.com/wp-content/uploads/2023/02/Carrot-Theme-Cake-150x150.webp 150w, https://www.cravoury.com/wp-content/uploads/2023/02/Carrot-Theme-Cake-600x600.webp 600w, https://www.cravoury.com/wp-content/uploads/2023/02/Carrot-Theme-Cake-100x100.webp 100w, https://www.cravoury.com/wp-content/uploads/2023/02/Carrot-Theme-Cake.webp 760w" sizes="(max-width: 300px) 100vw, 300px"></a> </div>
<div class="image-hover-wrap">
<ul class="icons-wrap over-box-style">
<li class="add-to-cart"><a href="?add-to-cart=11320" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart text_replaceable" data-product_id="11320" data-product_sku="AL01039" aria-label="Add to cart: “Carrot Theme Cake”" aria-describedby="" rel="nofollow">Add to cart</a> </li>
<li class="eael-product-quick-view">
<a id="eael_quick_view_67351decbe243" data-quickview-setting="{"widget_id":"c9a1223","product_id":11320,"page_id":9668}" class="eael-product-grid-open-popup open-popup-link">
<i class="fas fa-eye"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="product-details-wrap">
<div class="eael-product-price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">₹</span> 825</bdi></span></div> <div class="eael-product-title">
<a href="https://www.cravoury.com/product/carrot-theme-cake/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><h2>Carrot Theme Cake</h2></a> </div>
</div>
</div>
</li>
<li class="product post-11317 type-product status-publish has-post-thumbnail product_cat-christmas-cake product_cat-theme-cakes entry has-media last instock featured taxable shipping-taxable purchasable product-type-simple has-product-nav col span_1_of_3 owp-content-center item-entry owp-thumbs-layout-horizontal owp-btn-normal owp-tabs-layout-horizontal has-no-thumbnails">
<div class="eael-product-wrap">
<div class="product-image-wrap">
<div class="image-wrap">
<a href="https://www.cravoury.com/product/carrot-walnut-butter-cream-cake/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img decoding="async" width="300" height="300" src="https://www.cravoury.com/wp-content/uploads/2023/02/Carrot-Walnut-Butter-Cream-Cake-300x300.webp" class="attachment-medium size-medium" alt="Carrot Walnut Butter Cream Cake" loading="eager" srcset="https://www.cravoury.com/wp-content/uploads/2023/02/Carrot-Walnut-Butter-Cream-Cake-300x300.webp 300w, https://www.cravoury.com/wp-content/uploads/2023/02/Carrot-Walnut-Butter-Cream-Cake-150x150.webp 150w, https://www.cravoury.com/wp-content/uploads/2023/02/Carrot-Walnut-Butter-Cream-Cake-600x600.webp 600w, https://www.cravoury.com/wp-content/uploads/2023/02/Carrot-Walnut-Butter-Cream-Cake-100x100.webp 100w, https://www.cravoury.com/wp-content/uploads/2023/02/Carrot-Walnut-Butter-Cream-Cake.webp 760w" sizes="(max-width: 300px) 100vw, 300px"></a> </div>
<div class="image-hover-wrap">
<ul class="icons-wrap over-box-style">
<li class="add-to-cart"><a href="?add-to-cart=11317" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart text_replaceable" data-product_id="11317" data-product_sku="AL01040" aria-label="Add to cart: “Carrot Walnut Butter Cream Cake”" aria-describedby="" rel="nofollow">Add to cart</a> </li>
<li class="eael-product-quick-view">
<a id="eael_quick_view_67351decc259b" data-quickview-setting="{"widget_id":"c9a1223","product_id":11317,"page_id":9668}" class="eael-product-grid-open-popup open-popup-link">
<i class="fas fa-eye"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="product-details-wrap">
<div class="eael-product-price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">₹</span> 825</bdi></span></div> <div class="eael-product-title">
<a href="https://www.cravoury.com/product/carrot-walnut-butter-cream-cake/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><h2>Carrot Walnut Butter Cream Cake</h2></a> </div>
</div>
</div>
</li>
<li class="product post-10265 type-product status-publish has-post-thumbnail product_cat-kids-birthday-cakes product_cat-theme-cakes entry has-media first instock featured taxable shipping-taxable purchasable product-type-variable has-product-nav col span_1_of_3 owp-content-center item-entry owp-thumbs-layout-horizontal owp-btn-normal owp-tabs-layout-horizontal has-no-thumbnails">
<div class="eael-product-wrap">
<div class="product-image-wrap">
<div class="image-wrap">
<a href="https://www.cravoury.com/product/chess-cake/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img decoding="async" width="300" height="300" src="https://www.cravoury.com/wp-content/uploads/2023/02/Chess-cake-300x300.webp" class="attachment-medium size-medium" alt="Chess cake" loading="eager" srcset="https://www.cravoury.com/wp-content/uploads/2023/02/Chess-cake-300x300.webp 300w, https://www.cravoury.com/wp-content/uploads/2023/02/Chess-cake-150x150.webp 150w, https://www.cravoury.com/wp-content/uploads/2023/02/Chess-cake-600x600.webp 600w, https://www.cravoury.com/wp-content/uploads/2023/02/Chess-cake-100x100.webp 100w, https://www.cravoury.com/wp-content/uploads/2023/02/Chess-cake.webp 760w" sizes="(max-width: 300px) 100vw, 300px"></a> </div>
<div class="image-hover-wrap">
<ul class="icons-wrap over-box-style">
<li class="add-to-cart"><a href="https://www.cravoury.com/product/chess-cake/" data-quantity="1" class="button product_type_variable add_to_cart_button" data-product_id="10265" data-product_sku="AL010157" aria-label="Select options for “Chess Cake”" aria-describedby="This product has multiple variants. The options may be chosen on the product page" rel="nofollow">Select options</a> </li>
<li class="eael-product-quick-view">
<a id="eael_quick_view_67351decc565e" data-quickview-setting="{"widget_id":"c9a1223","product_id":10265,"page_id":9668}" class="eael-product-grid-open-popup open-popup-link">
<i class="fas fa-eye"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="product-details-wrap">
<div class="eael-product-price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">₹</span> 2,183</bdi></span> – <span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">₹</span> 9,676</bdi></span></div> <div class="eael-product-title">
<a href="https://www.cravoury.com/product/chess-cake/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><h2>Chess Cake</h2></a> </div>
</div>
</div>
</li>
</ul> <div class="eael-load-more-button-wrap">
<button class="eael-load-more-button" id="eael-load-more-btn-c9a1223" data-widget-id="c9a1223" data-widget="c9a1223" data-page-id="9668" data-template="{"dir":"lite","file_name":"default.php","name":"Eicon-Woocommerce"}" data-class="Essential_Addons_Elementor\Elements\Product_Grid" data-layout="grid" data-page="1" data-args="post_type=product&post_status%5B0%5D=publish&post_status%5B1%5D=pending&post_status%5B2%5D=future&posts_per_page=16&order=asc&offset=0&post__not_in%5B0%5D=9668&tax_query%5B0%5D%5Btaxonomy%5D=product_cat&tax_query%5B0%5D%5Bfield%5D=slug&tax_query%5B0%5D%5Bterms%5D%5B0%5D=theme-cakes&tax_query%5B0%5D%5Boperator%5D=IN&orderby=title&meta_query%5Brelation%5D=AND&total_post=58" data-max-page="4">
<span class="eael-btn-loader button__loader"></span>
<span class="eael_load_more_text">Load More</span>
</button>
</div>
</div>
</div>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">
jQuery(document).ready(function($) {
var $scope = jQuery(".elementor-element-c9a1223");
var $products = $('.products', $scope);
var $layout_mode = $products.data('layout-mode');
if ( $layout_mode === 'masonry' ) {
// init isotope
var $isotope_products = $products.isotope({
itemSelector: "li.product",
layoutMode: $layout_mode,
percentPosition: true
});
$isotope_products.imagesLoaded().progress( function() {
$isotope_products.isotope('layout');
})
$(window).on('resize', function() {
$isotope_products.isotope('layout');
});
}
});
</script>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="elementor-section elementor-top-section elementor-element elementor-element-35eea26 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="35eea26" data-element_type="section" data-settings="{"_ha_eqh_enable":false}">
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-9589c37" data-id="9589c37" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-d5c40d4 elementor-widget elementor-widget-heading" data-id="d5c40d4" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h1 class="elementor-heading-title elementor-size-default">Buy Online Fully Customised Theme Cakes Delivered in Bangalore
</h1> </div>
</div>
<div class="elementor-element elementor-element-59f9fc0 elementor-widget elementor-widget-heading" data-id="59f9fc0" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h2 class="elementor-heading-title elementor-size-default">Best Place To Order Custom Theme Cakes In Bangalore
</h2> </div>
</div>
<div class="elementor-element elementor-element-d86077a elementor-widget elementor-widget-text-editor" data-id="d86077a" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p><span style="font-weight: 400;">When it comes to ordering <span style="color: #993366;"><a style="color: #993366;" href="https://www.cravoury.com/theme-cakes/">vegan custom theme cakes</a></span> in Bangalore, Cravoury takes pride in being one of the best places to fulfill your cake dreams. We understand the importance of catering to different dietary preferences and are committed to creating vegan cakes that are not only visually stunning but also incredibly delicious.</span></p><p><span style="font-weight: 400;">At Cravoury, we believe that everyone deserves a cake that suits their dietary needs, without compromising on taste or design. Our talented team of cake artists specialises in crafting custom theme cakes that are entirely vegan, using plant-based ingredients and innovative techniques to create stunning masterpieces.</span></p><p><span style="font-weight: 400;">Ordering a vegan custom theme cake from Cravoury is a seamless and enjoyable experience. We work closely with you to understand your vision, theme, and specific requirements. Our dedicated team pays meticulous attention to detail, ensuring that every element of the cake aligns with your desired theme, from intricate decorations to vibrant colours.</span></p> </div>
</div>
<div class="elementor-element elementor-element-5d0ecef elementor-widget elementor-widget-heading" data-id="5d0ecef" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h2 class="elementor-heading-title elementor-size-default">Celebrate Your Special Occasion With Theme Cakes in Bangalore
</h2> </div>
</div>
<div class="elementor-element elementor-element-c99bbf8 elementor-widget elementor-widget-text-editor" data-id="c99bbf8" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p><span style="font-weight: 400;"><span style="color: #993366;"><a style="color: #993366;" href="https://www.cravoury.com/">Cravoury</a></span> is delighted to offer you the opportunity to order fresh theme cakes with the added convenience of free delivery. Whether you’re planning a celebration, for Anniversary, Teachers, Fathers, Mothers, Sisters, Brothersday, Corporate Anniversary, Wedding or any special occasion, our theme cakes are designed to add a touch of magic to your festivities.</span></p><p><span style="font-weight: 400;">We understand the importance of delivering cakes that are not only visually stunning but also taste incredible. Our talented team of cake artists specialises in creating custom theme cakes that are tailored to your specific requirements. From elegant and sophisticated designs to fun and whimsical creations, we have the expertise to bring your vision to life.</span></p><p><span style="font-weight: 400;">Ordering a fresh <span style="color: #993366;"><a style="color: #993366;" href="https://www.cravoury.com/theme-cakes/">theme cake</a></span> from Cravoury is quick and easy. Simply visit our website or visit our physical shops located in Sarjapur Road and Ramamurthynagar. Explore our wide range of theme cake designs or share your own ideas, and our skilled bakers will work diligently to craft a cake that surpasses your expectations.</span></p><p><span style="font-weight: 400;">To ensure the utmost freshness and quality, we offer free</span><span style="font-weight: 400;"> delivery. </span><span style="font-weight: 400;">Whether you’re located near Sarjapur Road or Ramamurthynagar, you can enjoy the convenience of receiving your theme cake at your doorstep within a short span of time. We take pride in our prompt and reliable delivery service, ensuring that your cake arrives in perfect condition and ready to be enjoyed.</span></p><p><span style="font-weight: 400;">Make your special occasion even more memorable with a fresh theme cake from Cravoury. Whether you’re celebrating a child’s birthday, a milestone achievement, or a festive event, our cakes are designed to capture the essence of the celebration. Place your order today, and let us add a touch of sweetness and joy to your festivities with our remarkable theme cakes.</span></p> </div>
</div>
<div class="elementor-element elementor-element-27705bd elementor-widget elementor-widget-heading" data-id="27705bd" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h2 class="elementor-heading-title elementor-size-default">Theme Cakes Bangalore - Free Delivery On All Orders
</h2> </div>
</div>
<div class="elementor-element elementor-element-bbb4c1c elementor-widget elementor-widget-text-editor" data-id="bbb4c1c" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p><span style="font-weight: 400;">Cravoury is delighted to offer <span style="color: #993366;"><a style="color: #993366;" href="https://www.cravoury.com/">online cake delivery services</a></span>, allowing you to easily order or send eggless cakes and cupcakes to your loved ones in Bangalore. We understand the importance of catering to different dietary preferences, and our selection of eggless treats ensures that everyone can indulge in the joy of our delectable desserts.</span></p><p><span style="font-weight: 400;">Ordering an <span style="color: #993366;"><a style="color: #993366;" href="https://www.cravoury.com/eggless-baking/">eggless cake</a></span> or cupcake from Cravoury is a seamless experience. Simply visit our website, browse through our tempting range of flavours and designs, and choose the perfect cake or cupcake for the occasion. Whether you’re craving a classic Vanilla cake, a rich Chocolate cake, or a luscious Red Velvet cake, we have a wide variety of options to satisfy your taste buds.</span></p><p><span style="font-weight: 400;">Our talented bakers take great care in creating eggless cakes and cupcakes that are moist, flavorful, and visually stunning. We use high-quality ingredients and innovative baking techniques to ensure that our eggless treats are every bit as delicious as their traditional counterparts. Each bite is a delightful experience, allowing you to enjoy the goodness of our desserts without any compromise.</span></p><p><span style="font-weight: 400;">With our online cake delivery service, you can send a sweet surprise to your loved ones in Bangalore. Simply provide the recipient’s details and choose a convenient delivery slot, and our dedicated team will ensure that the eggless cake or cupcakes are delivered fresh and on time. It’s a thoughtful gesture that shows you care and brings joy to their day.</span></p><p><span style="font-weight: 400;">Whether it’s a birthday, anniversary, or any other special occasion, our eggless cakes and <span style="color: #993366;"><a style="color: #993366;" href="https://www.cravoury.com/delicious-cupcakes/">cupcakes</a></span> are the perfect choice to celebrate and make lasting memories. They are also ideal for those with dietary restrictions or preferences, allowing them to indulge in the sweetness without compromising on their choices.</span></p> </div>
</div>
<div class="elementor-element elementor-element-d41622f elementor-widget elementor-widget-heading" data-id="d41622f" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h2 class="elementor-heading-title elementor-size-default">Buy Designer Theme Cake in Sarjapur Road Bangalore | Store Pickup Available
</h2> </div>
</div>
<div class="elementor-element elementor-element-4ed208a elementor-widget elementor-widget-text-editor" data-id="4ed208a" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p><span style="font-weight: 400;">Cravoury is thrilled to offer veg themed cake delivery in Sarjapur Road, Bangalore. Our wide range of theme cakes is designed to add a touch of magic and excitement to your special occasions. Whether you’re celebrating an anniversary, a child’s birthday, or any milestone event, our veg theme cakes are the perfect centrepiece for your celebration.</span></p><p><span style="font-weight: 400;">We have a variety of captivating theme cakes to choose from. Indulge in the whimsy of a Winnie the Pooh Cake, adorned with your favourite characters from the Hundred Acre Wood. Embrace the beauty of nature with our Wedding Flower Cake, featuring delicate sugar flowers that resemble a blooming garden. Transport yourself to a magical world with our Unicorn Blue Theme Cake, complete with enchanting decorations and vibrant colours. Celebrate with a burst of colours with our Rainbow Theme Cake, showcasing a stunning array of rainbow hues.</span></p><p><span style="font-weight: 400;">Not only do our theme cakes boast delightful designs, but they are also made with utmost care and attention to flavour. We understand the importance of taste alongside visual appeal. Our talented bakers use high-quality ingredients to create moist and delicious cakes that will be enjoyed by both children and adults alike.</span></p><p><span style="font-weight: 400;">At Cravoury, we offer both delivery and store pickup options for your convenience. If you’re located in <span style="color: #993366;"><a style="color: #993366;" href="https://www.cravoury.com/cakes-shops-near-me-sarjapur-road/">Sarjapur Road</a></span>, you can have your veg theme cake delivered straight to your doorstep. Alternatively, you can choose to pick up your cake from our store, ensuring that it is fresh and ready for your celebration.</span></p><p><span style="font-weight: 400;">Make your special occasions truly memorable with our veg theme cakes from Cravoury. Whether you’re planning an anniversary, a kid’s birthday party, or any other celebration, our cakes are designed to bring joy and excitement to your event. Place your order today and let us create a masterpiece that perfectly captures the theme and essence of your celebration.</span></p> </div>
</div>
<div class="elementor-element elementor-element-ba24f38 elementor-widget elementor-widget-heading" data-id="ba24f38" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h3 class="elementor-heading-title elementor-size-default">Buy Custom Theme Cakes Online | Fully customizable
</h3> </div>
</div>
<div class="elementor-element elementor-element-6e6bda7 elementor-widget elementor-widget-text-editor" data-id="6e6bda7" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p><span style="font-weight: 400;"><span style="color: #993366;"><a style="color: #993366;" href="https://www.cravoury.com/theme-cakes/">Order your theme cake</a></span> with Cravoury in Rammurthynagar, Bangalore. We are excited to be a part of your celebration and we assure you of our dedicated service and same day delivery.</span></p><p><span style="font-weight: 400;">At Cravoury, we understand the importance of timely delivery, especially for special occasions. Our team is committed to ensuring that your theme cake is delivered to your desired location in <span style="color: #993366;"><a style="color: #993366;" href="https://www.cravoury.com/cakes-shops-near-me-ramamurthy-nagar/">Rammurthynagar</a></span> on the same day, so you can enjoy a fresh and delightful cake that adds a touch of magic to your celebration.</span></p><p><span style="font-weight: 400;">Our skilled bakers and decorators are working diligently to craft your theme cake with precision and attention to detail. We take pride in using high-quality ingredients to create cakes that not only look spectacular but also taste absolutely delicious. Each bite will be a heavenly experience that will leave you and your guests craving for more.</span></p><p><span style="font-weight: 400;">If you have any specific instructions or preferences regarding your theme cake, please feel free to reach out to our customer support team. We are here to assist you and ensure that your cake meets your expectations in every aspect.</span></p><p><span style="font-weight: 400;">Place your order with Cravoury today and experience the convenience of <span style="color: #993366;"><a style="color: #993366;" href="https://www.cravoury.com/">online cake delivery in Bangalore</a></span>. Treat yourself or surprise your loved ones with our scrumptious eggless cakes and cupcakes that are sure to delight you. Celebrate the special moments with our delectable desserts and make every occasion extra sweet and memorable.</span></p> </div>
</div>
</div>
</div>
</div>
</section>
</div>
</main><!-- #main -->
<footer itemtype="https://schema.org/WPFooter" itemscope="itemscope" id="colophon" role="contentinfo">
<div class="footer-width-fixer"> <div data-elementor-type="wp-post" data-elementor-id="78" class="elementor elementor-78">
<section class="elementor-section elementor-top-section elementor-element elementor-element-9f82aa5 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="9f82aa5" data-element_type="section" data-settings="{"background_background":"classic","shape_divider_top":"waves-pattern","_ha_eqh_enable":false}">
<div class="elementor-shape elementor-shape-top" data-negative="false">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1047.1 3.7" preserveAspectRatio="xMidYMin slice">
<path class="elementor-shape-fill" d="M1047.1,0C557,0,8.9,0,0,0v1.6c0,0,0.6-1.5,2.7-0.3C3.9,2,6.1,4.1,8.3,3.5c0.9-0.2,1.5-1.9,1.5-1.9 s0.6-1.5,2.7-0.3C13.8,2,16,4.1,18.2,3.5c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3C23.6,2,25.9,4.1,28,3.5c0.9-0.2,1.5-1.9,1.5-1.9 c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2 c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3C63,2,65.3,4.1,67.4,3.5 C68.3,3.3,69,1.6,69,1.6s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3 C82.7,2,85,4.1,87.1,3.5c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3C92.6,2,94.8,4.1,97,3.5c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3 c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9 c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2 c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3 c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9 c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2 c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3 c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9 c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2 c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3 c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9 s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2 c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3 c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9 s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2 c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3 c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9 s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2 c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3 c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9 s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2 c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3 c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9 s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2 c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3 c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9 s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2 c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3 c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9 c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2 c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3 c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9 c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2 c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3 c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9 c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2 c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3 c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9 s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2 c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3 c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9 s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2 c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3 c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9 s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2 c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3 c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9 s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2 c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3 c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9 s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2 c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3 c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9 s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2 c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3 c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9 c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2 c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3 c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.6-0.4V0z M2.5,1.2C2.5,1.2,2.5,1.2,2.5,1.2C2.5,1.2,2.5,1.2,2.5,1.2z M2.7,1.4c0.1,0,0.1,0.1,0.1,0.1C2.8,1.4,2.8,1.4,2.7,1.4z"></path>
</svg> </div>
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c0cbcd3" data-id="c0cbcd3" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<section class="elementor-section elementor-inner-section elementor-element elementor-element-7c0306e elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="7c0306e" data-element_type="section" data-settings="{"_ha_eqh_enable":false}">
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-301ef60" data-id="301ef60" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-3cc4882 elementor-widget elementor-widget-image" data-id="3cc4882" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<a href="https://www.cravoury.com/">
<img width="1024" height="338" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%20338'%3E%3C/svg%3E" class="attachment-large size-large wp-image-11447" alt="Cravoury By Mamta | Best Cake Shop In Bengalore" data-lazy-srcset="https://www.cravoury.com/wp-content/uploads/2022/03/cravoury-r-1024x338.png 1024w, https://www.cravoury.com/wp-content/uploads/2022/03/cravoury-r-300x99.png 300w, https://www.cravoury.com/wp-content/uploads/2022/03/cravoury-r-768x254.png 768w, https://www.cravoury.com/wp-content/uploads/2022/03/cravoury-r-1536x507.png 1536w, https://www.cravoury.com/wp-content/uploads/2022/03/cravoury-r-600x198.png 600w, https://www.cravoury.com/wp-content/uploads/2022/03/cravoury-r.png 1553w" data-lazy-sizes="(max-width: 1024px) 100vw, 1024px" data-lazy-src="https://www.cravoury.com/wp-content/uploads/2022/03/cravoury-r-1024x338.png"><noscript><img width="1024" height="338" src="https://www.cravoury.com/wp-content/uploads/2022/03/cravoury-r-1024x338.png" class="attachment-large size-large wp-image-11447" alt="Cravoury By Mamta | Best Cake Shop In Bengalore" srcset="https://www.cravoury.com/wp-content/uploads/2022/03/cravoury-r-1024x338.png 1024w, https://www.cravoury.com/wp-content/uploads/2022/03/cravoury-r-300x99.png 300w, https://www.cravoury.com/wp-content/uploads/2022/03/cravoury-r-768x254.png 768w, https://www.cravoury.com/wp-content/uploads/2022/03/cravoury-r-1536x507.png 1536w, https://www.cravoury.com/wp-content/uploads/2022/03/cravoury-r-600x198.png 600w, https://www.cravoury.com/wp-content/uploads/2022/03/cravoury-r.png 1553w" sizes="(max-width: 1024px) 100vw, 1024px" /></noscript> </a>
</div>
</div>
<div class="elementor-element elementor-element-9f2c43e elementor-widget elementor-widget-text-editor" data-id="9f2c43e" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<p><strong><span style="font-size: 12pt;">Kyraa healthy cakes and foods pvt ltd</span><br></strong><br>We are a pure veg cake shop in Bangalore for preserving the relish freshness taste. It only delivers products that are top-notch in terms of freshness, quality, and attention to detail.</p> </div>
</div>
<div class="elementor-element elementor-element-d00025d elementor-shape-circle e-grid-align-left elementor-grid-0 elementor-widget elementor-widget-social-icons" data-id="d00025d" data-element_type="widget" data-widget_type="social-icons.default">
<div class="elementor-widget-container">
<div class="elementor-social-icons-wrapper elementor-grid">
<span class="elementor-grid-item">
<a class="elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-6f4c255" href="https://www.facebook.com/cravouryofficial" target="_blank">
<span class="elementor-screen-only">Facebook</span>
<i class="fab fa-facebook"></i> </a>
</span>
<span class="elementor-grid-item">
<a class="elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-94989e5" href="https://instagram.com/cravouryofficial" target="_blank">
<span class="elementor-screen-only">Instagram</span>
<i class="fab fa-instagram"></i> </a>
</span>
<span class="elementor-grid-item">
<a class="elementor-icon elementor-social-icon elementor-social-icon-google elementor-repeater-item-3d71ef8" href="https://www.google.com/maps/place/Cravoury+-+Best+Online+Cake+Shop+in+Bangalore/@12.9199342,77.6712863,15z/data=!4m2!3m1!1s0x0:0xfc2cb2029f42f5c2?sa=X&ved=2ahUKEwjdrYGUl4P9AhUfcGwGHf6TDMcQ_BJ6BAh5EAg" target="_blank">
<span class="elementor-screen-only">Google</span>
<i class="fab fa-google"></i> </a>
</span>
<span class="elementor-grid-item">
<a class="elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-f3f785a" href="https://www.youtube.com/@cravoury" target="_blank">
<span class="elementor-screen-only">Youtube</span>
<i class="fab fa-youtube"></i> </a>
</span>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-782c79a" data-id="782c79a" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-11d31ee elementor-widget elementor-widget-heading" data-id="11d31ee" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h2 class="elementor-heading-title elementor-size-default">Quick Links</h2> </div>
</div>
<div class="elementor-element elementor-element-5e54e66 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="5e54e66" data-element_type="widget" data-widget_type="icon-list.default">
<div class="elementor-widget-container">
<ul class="elementor-icon-list-items">
<li class="elementor-icon-list-item">
<a href="https://www.cravoury.com/theme-cakes/">
<span class="elementor-icon-list-icon">
<i aria-hidden="true" class="icon icon-right-arrow1"></i> </span>
<span class="elementor-icon-list-text">Theme Cakes</span>
</a>
</li>
</ul>
</div>
</div>
<div class="elementor-element elementor-element-23e7415 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="23e7415" data-element_type="widget" data-widget_type="icon-list.default">
<div class="elementor-widget-container">
<ul class="elementor-icon-list-items">
<li class="elementor-icon-list-item">
<a href="https://www.cravoury.com/vegan-cakes/">
<span class="elementor-icon-list-icon">
<i aria-hidden="true" class="icon icon-right-arrow1"></i> </span>
<span class="elementor-icon-list-text">Vegan Cakes</span>
</a>
</li>
</ul>
</div>
</div>
<div class="elementor-element elementor-element-e33f70b elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="e33f70b" data-element_type="widget" data-widget_type="icon-list.default">
<div class="elementor-widget-container">
<ul class="elementor-icon-list-items">
<li class="elementor-icon-list-item">
<a href="https://www.cravoury.com/bread/">
<span class="elementor-icon-list-icon">
<i aria-hidden="true" class="icon icon-right-arrow1"></i> </span>
<span class="elementor-icon-list-text">Breads</span>
</a>
</li>
</ul>
</div>
</div>
<div class="elementor-element elementor-element-ff621fe elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="ff621fe" data-element_type="widget" data-widget_type="icon-list.default">
<div class="elementor-widget-container">
<ul class="elementor-icon-list-items">
<li class="elementor-icon-list-item">
<a href="https://www.cravoury.com/cookies/">
<span class="elementor-icon-list-icon">
<i aria-hidden="true" class="icon icon-right-arrow1"></i> </span>
<span class="elementor-icon-list-text">Cookies</span>
</a>
</li>
</ul>
</div>
</div>
<div class="elementor-element elementor-element-ffe1f5d elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="ffe1f5d" data-element_type="widget" data-widget_type="icon-list.default">
<div class="elementor-widget-container">
<ul class="elementor-icon-list-items">
<li class="elementor-icon-list-item">
<a href="https://www.cravoury.com/blogs/">
<span class="elementor-icon-list-icon">
<i aria-hidden="true" class="icon icon-right-arrow1"></i> </span>
<span class="elementor-icon-list-text">Blogs</span>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-67240d8" data-id="67240d8" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-2708e45 elementor-widget elementor-widget-heading" data-id="2708e45" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h2 class="elementor-heading-title elementor-size-default">Help</h2> </div>
</div>
<div class="elementor-element elementor-element-83e68ca elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="83e68ca" data-element_type="widget" data-widget_type="icon-list.default">
<div class="elementor-widget-container">
<ul class="elementor-icon-list-items">
<li class="elementor-icon-list-item">
<a href="https://www.cravoury.com/franchisee/">
<span class="elementor-icon-list-icon">
<i aria-hidden="true" class="icon icon-right-arrow1"></i> </span>
<span class="elementor-icon-list-text">Franchisee</span>
</a>
</li>
</ul>
</div>
</div>
<div class="elementor-element elementor-element-e3bd02e elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="e3bd02e" data-element_type="widget" data-widget_type="icon-list.default">
<div class="elementor-widget-container">
<ul class="elementor-icon-list-items">
<li class="elementor-icon-list-item">
<a href="https://www.cravoury.com/privacy-policy-cravoury/">
<span class="elementor-icon-list-icon">
<i aria-hidden="true" class="icon icon-right-arrow1"></i> </span>
<span class="elementor-icon-list-text">Privacy Policy</span>
</a>
</li>
</ul>
</div>
</div>
<div class="elementor-element elementor-element-96c2141 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="96c2141" data-element_type="widget" data-widget_type="icon-list.default">
<div class="elementor-widget-container">
<ul class="elementor-icon-list-items">
<li class="elementor-icon-list-item">
<a href="https://www.cravoury.com/faq-cravoury/">
<span class="elementor-icon-list-icon">
<i aria-hidden="true" class="icon icon-right-arrow1"></i> </span>
<span class="elementor-icon-list-text">Delivery Policy</span>
</a>
</li>
</ul>
</div>
</div>
<div class="elementor-element elementor-element-a85de15 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="a85de15" data-element_type="widget" data-widget_type="icon-list.default">
<div class="elementor-widget-container">
<ul class="elementor-icon-list-items">
<li class="elementor-icon-list-item">
<a href="https://www.cravoury.com/cakes-shops-near-me-sarjapur-road/">
<span class="elementor-icon-list-icon">
<i aria-hidden="true" class="icon icon-right-arrow1"></i> </span>
<span class="elementor-icon-list-text">Sarjapur Road Store</span>
</a>
</li>
</ul>
</div>
</div>
<div class="elementor-element elementor-element-608bd73 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="608bd73" data-element_type="widget" data-widget_type="icon-list.default">
<div class="elementor-widget-container">
<ul class="elementor-icon-list-items">
<li class="elementor-icon-list-item">
<a href="https://www.cravoury.com/cakes-shops-near-me-ramamurthy-nagar/">
<span class="elementor-icon-list-icon">
<i aria-hidden="true" class="icon icon-right-arrow1"></i> </span>
<span class="elementor-icon-list-text">Ramamurthy Nagar Store</span>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-d0fdfd3" data-id="d0fdfd3" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-65377aa elementor-widget elementor-widget-heading" data-id="65377aa" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h2 class="elementor-heading-title elementor-size-default">Contact us</h2> </div>
</div>
<div class="elementor-element elementor-element-242d45e elementor-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="242d45e" data-element_type="widget" data-widget_type="icon-list.default">
<div class="elementor-widget-container">
<ul class="elementor-icon-list-items">
<li class="elementor-icon-list-item">
<span class="elementor-icon-list-text">2nd Floor, No 18, 17/1, Ambalipura, Behind HDFC Bank, Bellandur Gate, Marathahalli - Sarjapur Road, Bengaluru, Karnataka 560102</span>
</li>
</ul>
</div>
</div>
<div class="elementor-element elementor-element-695828a elementor-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="695828a" data-element_type="widget" data-widget_type="icon-list.default">
<div class="elementor-widget-container">
<ul class="elementor-icon-list-items">
<li class="elementor-icon-list-item">
<a href="tel:+917353519359">
<span class="elementor-icon-list-icon">
<i aria-hidden="true" class="fas fa-phone-alt"></i> </span>
<span class="elementor-icon-list-text">+91 73535 19359</span>
</a>
</li>
</ul>
</div>
</div>
<div class="elementor-element elementor-element-2d8939b elementor-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="2d8939b" data-element_type="widget" data-widget_type="icon-list.default">
<div class="elementor-widget-container">
<ul class="elementor-icon-list-items">
<li class="elementor-icon-list-item">
<a href="mailto:%[email protected]">
<span class="elementor-icon-list-icon">
<i aria-hidden="true" class="icon icon-mail"></i> </span>
<span class="elementor-icon-list-text">[email protected]</span>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</section>
<section class="elementor-section elementor-top-section elementor-element elementor-element-c5fc957 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="c5fc957" data-element_type="section" data-settings="{"_ha_eqh_enable":false}">
<div class="elementor-container elementor-column-gap-no">
<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5eb5908" data-id="5eb5908" data-element_type="column">
<div class="elementor-widget-wrap elementor-element-populated">
<div class="elementor-element elementor-element-c3f4ecf elementor-absolute elementor-widget elementor-widget-heading" data-id="c3f4ecf" data-element_type="widget" data-settings="{"_position":"absolute"}" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h2 class="elementor-heading-title elementor-size-default"><a href="https://www.riofos.com/" target="_blank">All Right Reserved @ 2023. Website Design & Developed by Riofos.</a></h2> </div>
</div>
</div>
</div>
</div>
</section>
</div>
</div> </footer>
</div><!-- #wrap -->
</div><!-- #outer-wrap -->
<a aria-label="Scroll to the top of the page" href="#" id="scroll-top" class="scroll-top-right"><i class=" fa fa-angle-up" aria-hidden="true" role="img"></i></a>
<div class="xoo-el-container" style="visibility: hidden;">
<div class="xoo-el-opac"></div>
<div class="xoo-el-modal">
<div class="xoo-el-inmodal">
<span class="xoo-el-close xoo-el-icon-cancel-circle"></span>
<div class="xoo-el-wrap">
<div class="xoo-el-sidebar"></div>
<div class="xoo-el-srcont">
<div class="xoo-el-main">
<div class="xoo-el-form-container xoo-el-form-popup" data-active="login">
<div class="xoo-el-header">
<ul class="xoo-el-tabs">
<li data-tab="login" class="xoo-el-login-tgr">Login</li>
<li data-tab="register" class="xoo-el-reg-tgr">Sign Up</li>
</ul>
</div>
<div data-section="login" class="xoo-el-section">
<div class="xoo-el-fields">
<div class="xoo-el-notice"></div>
<form class="xoo-el-action-form xoo-el-form-login">
<div class="xoo-aff-group xoo-aff-cont-text one xoo-aff-cont-required xoo-el-username_cont"><div class="xoo-aff-input-group"><span class="xoo-aff-input-icon fas fa-user-plus"></span><input type="text" class="xoo-aff-required xoo-aff-text" name="xoo-el-username" placeholder="Username / Email" value="" required=" "></div></div><div class="xoo-aff-group xoo-aff-cont-password one xoo-aff-cont-required xoo-el-password_cont"><div class="xoo-aff-input-group"><span class="xoo-aff-input-icon fas fa-key"></span><input type="password" class="xoo-aff-required xoo-aff-password" name="xoo-el-password" placeholder="Password" value="" autocomplete="new-password" required=" "><div class="xoo-aff-pw-toggle">
<span class="xoo-aff-pwtog-show"><i class="far fa-eye"></i></span>
<span class="xoo-aff-pwtog-hide"><i class="far fa-eye-slash"></i></span>
</div></div></div>
<div class="xoo-aff-group xoo-el-login-btm-fields">
<label class="xoo-el-form-label">
<input type="checkbox" name="xoo-el-rememberme" value="forever">
<span>Remember me</span>
</label>
<a class="xoo-el-lostpw-tgr" rel="nofollow" href="#">Forgot Password?</a>
</div>
<input type="hidden" name="_xoo_el_form" value="login">
<button type="submit" class="button btn xoo-el-action-btn xoo-el-login-btn">Sign in</button>
<input type="hidden" name="xoo_el_redirect" value="/theme-cakes/">
</form>
</div>
</div>
<div data-section="register" class="xoo-el-section">
<div class="xoo-el-fields">
<div class="xoo-el-notice"></div>
<form class="xoo-el-action-form xoo-el-form-register">
<div class="xoo-aff-group xoo-aff-cont-email one xoo-aff-cont-required xoo_el_reg_email_cont"><div class="xoo-aff-input-group"><span class="xoo-aff-input-icon fas fa-at"></span><input type="email" class="xoo-aff-required xoo-aff-email" name="xoo_el_reg_email" placeholder="Email" value="" autocomplete="email" required=" "></div></div><div class="xoo-aff-group xoo-aff-cont-text onehalf xoo-aff-cont-required xoo_el_reg_fname_cont"><div class="xoo-aff-input-group"><span class="xoo-aff-input-icon far fa-user"></span><input type="text" class="xoo-aff-required xoo-aff-text" name="xoo_el_reg_fname" placeholder="First Name" value="" required=" "></div></div><div class="xoo-aff-group xoo-aff-cont-text onehalf xoo-aff-cont-required xoo_el_reg_lname_cont"><div class="xoo-aff-input-group"><span class="xoo-aff-input-icon far fa-user"></span><input type="text" class="xoo-aff-required xoo-aff-text" name="xoo_el_reg_lname" placeholder="Last Name" value="" required=" "></div></div><div class="xoo-aff-group xoo-aff-cont-password one xoo-aff-cont-required xoo_el_reg_pass_cont"><div class="xoo-aff-input-group"><span class="xoo-aff-input-icon fas fa-key"></span><input type="password" class="xoo-aff-required xoo-aff-password" name="xoo_el_reg_pass" placeholder="Password" value="" maxlength="20" minlength="6" autocomplete="new-password" required=" "><div class="xoo-aff-pw-toggle">
<span class="xoo-aff-pwtog-show"><i class="far fa-eye"></i></span>
<span class="xoo-aff-pwtog-hide"><i class="far fa-eye-slash"></i></span>
</div></div></div><div class="xoo-aff-group xoo-aff-cont-password one xoo-aff-cont-required xoo_el_reg_pass_again_cont"><div class="xoo-aff-input-group"><span class="xoo-aff-input-icon fas fa-key"></span><input type="password" class="xoo-aff-required xoo-aff-password" name="xoo_el_reg_pass_again" placeholder="Confirm Password" value="" autocomplete="new-password" required=" "><div class="xoo-aff-pw-toggle">
<span class="xoo-aff-pwtog-show"><i class="far fa-eye"></i></span>
<span class="xoo-aff-pwtog-hide"><i class="far fa-eye-slash"></i></span>
</div></div></div>
<input type="hidden" name="_xoo_el_form" value="register">
<button type="submit" class="button btn xoo-el-action-btn xoo-el-register-btn">Sign Up</button>
<input type="hidden" name="xoo_el_redirect" value="/theme-cakes/">
</form>
</div>
</div>
<div data-section="lostpw" class="xoo-el-section">
<div class="xoo-el-fields">
<div class="xoo-el-notice"></div>
<form class="xoo-el-action-form xoo-el-form-lostpw">
<span class="xoo-el-form-txt">Lost your password? Please enter your username or email address. You will receive a link to create a new password via email.</span>
<div class="xoo-aff-group xoo-aff-cont-text one xoo-aff-cont-required user_login_cont"><div class="xoo-aff-input-group"><span class="xoo-aff-input-icon fas fa-user-plus"></span><input type="text" class="xoo-aff-required xoo-aff-text" name="user_login" placeholder="Username / Email" value="" required=" "></div></div>
<input type="hidden" name="_xoo_el_form" value="lostPassword">
<input type="hidden" name="_wp_http_referer" value="/theme-cakes/">
<button type="submit" class="button btn xoo-el-action-btn xoo-el-lostpw-btn">Email Reset Link</button>
</form>
</div>
</div>
</div> </div>
</div>
</div>
</div>
</div>
</div>
<div id="owp-qv-wrap">
<div class="owp-qv-container">
<div class="owp-qv-content-wrap">
<div class="owp-qv-content-inner">
<a href="#" class="owp-qv-close" aria-label="Close quick preview">×</a>
<div id="owp-qv-content" class="woocommerce single-product"></div>
</div>
</div>
</div>
<div class="owp-qv-overlay"></div>
</div>
<div id="oceanwp-cart-sidebar-wrap"><div class="oceanwp-cart-sidebar"><a href="#" class="oceanwp-cart-close">×</a><p class="owp-cart-title">Cart</p><div class="divider"></div><div class="owp-mini-cart"><div class="widget woocommerce widget_shopping_cart"><div class="widget_shopping_cart_content"></div></div></div></div><div class="oceanwp-cart-sidebar-overlay"></div></div><!-- Click to Chat - https://holithemes.com/plugins/click-to-chat/ v3.29.2 -->
<div class="ht-ctc ht-ctc-chat ctc-analytics ctc_wp_desktop style-2 " id="ht-ctc-chat" style="display: none; position: fixed; bottom: 80px; right: 25px;">
<div class="ht_ctc_style ht_ctc_chat_style">
<div style="display: flex; justify-content: center; align-items: center; " class="ctc-analytics">
<p class="ctc-analytics ctc_cta ctc_cta_stick ht-ctc-cta ht-ctc-cta-hover " style="padding: 0px 16px; line-height: 1.6; font-size: 15px; background-color: #25D366; color: #ffffff; border-radius:10px; margin:0 10px; display: none; order: 0; ">Chat with us</p>
<svg style="pointer-events:none; display:block; height:30px; width:30px;" width="30px" height="30px" viewBox="0 0 1024 1024">
<defs>
<path id="htwasqicona-chat" d="M1023.941 765.153c0 5.606-.171 17.766-.508 27.159-.824 22.982-2.646 52.639-5.401 66.151-4.141 20.306-10.392 39.472-18.542 55.425-9.643 18.871-21.943 35.775-36.559 50.364-14.584 14.56-31.472 26.812-50.315 36.416-16.036 8.172-35.322 14.426-55.744 18.549-13.378 2.701-42.812 4.488-65.648 5.3-9.402.336-21.564.505-27.15.505l-504.226-.081c-5.607 0-17.765-.172-27.158-.509-22.983-.824-52.639-2.646-66.152-5.4-20.306-4.142-39.473-10.392-55.425-18.542-18.872-9.644-35.775-21.944-50.364-36.56-14.56-14.584-26.812-31.471-36.415-50.314-8.174-16.037-14.428-35.323-18.551-55.744-2.7-13.378-4.487-42.812-5.3-65.649-.334-9.401-.503-21.563-.503-27.148l.08-504.228c0-5.607.171-17.766.508-27.159.825-22.983 2.646-52.639 5.401-66.151 4.141-20.306 10.391-39.473 18.542-55.426C34.154 93.24 46.455 76.336 61.07 61.747c14.584-14.559 31.472-26.812 50.315-36.416 16.037-8.172 35.324-14.426 55.745-18.549 13.377-2.701 42.812-4.488 65.648-5.3 9.402-.335 21.565-.504 27.149-.504l504.227.081c5.608 0 17.766.171 27.159.508 22.983.825 52.638 2.646 66.152 5.401 20.305 4.141 39.472 10.391 55.425 18.542 18.871 9.643 35.774 21.944 50.363 36.559 14.559 14.584 26.812 31.471 36.415 50.315 8.174 16.037 14.428 35.323 18.551 55.744 2.7 13.378 4.486 42.812 5.3 65.649.335 9.402.504 21.564.504 27.15l-.082 504.226z"></path>
</defs>
<linearGradient id="htwasqiconb-chat" gradientUnits="userSpaceOnUse" x1="512.001" y1=".978" x2="512.001" y2="1025.023">
<stop offset="0" stop-color="#61fd7d"></stop>
<stop offset="1" stop-color="#2bb826"></stop>
</linearGradient>
<use xlink:href="#htwasqicona-chat" overflow="visible" style="fill: url(#htwasqiconb-chat)" fill="url(#htwasqiconb-chat)"></use>
<g>
<path style="fill: #FFFFFF;" fill="#FFF" d="M783.302 243.246c-69.329-69.387-161.529-107.619-259.763-107.658-202.402 0-367.133 164.668-367.214 367.072-.026 64.699 16.883 127.854 49.017 183.522l-52.096 190.229 194.665-51.047c53.636 29.244 114.022 44.656 175.482 44.682h.151c202.382 0 367.128-164.688 367.21-367.094.039-98.087-38.121-190.319-107.452-259.706zM523.544 808.047h-.125c-54.767-.021-108.483-14.729-155.344-42.529l-11.146-6.612-115.517 30.293 30.834-112.592-7.259-11.544c-30.552-48.579-46.688-104.729-46.664-162.379.066-168.229 136.985-305.096 305.339-305.096 81.521.031 158.154 31.811 215.779 89.482s89.342 134.332 89.312 215.859c-.066 168.243-136.984 305.118-305.209 305.118zm167.415-228.515c-9.177-4.591-54.286-26.782-62.697-29.843-8.41-3.062-14.526-4.592-20.645 4.592-6.115 9.182-23.699 29.843-29.053 35.964-5.352 6.122-10.704 6.888-19.879 2.296-9.176-4.591-38.74-14.277-73.786-45.526-27.275-24.319-45.691-54.359-51.043-63.543-5.352-9.183-.569-14.146 4.024-18.72 4.127-4.109 9.175-10.713 13.763-16.069 4.587-5.355 6.117-9.183 9.175-15.304 3.059-6.122 1.529-11.479-.765-16.07-2.293-4.591-20.644-49.739-28.29-68.104-7.447-17.886-15.013-15.466-20.645-15.747-5.346-.266-11.469-.322-17.585-.322s-16.057 2.295-24.467 11.478-32.113 31.374-32.113 76.521c0 45.147 32.877 88.764 37.465 94.885 4.588 6.122 64.699 98.771 156.741 138.502 21.892 9.45 38.982 15.094 52.308 19.322 21.98 6.979 41.982 5.995 57.793 3.634 17.628-2.633 54.284-22.189 61.932-43.615 7.646-21.427 7.646-39.791 5.352-43.617-2.294-3.826-8.41-6.122-17.585-10.714z"></path>
</g>
</svg></div> </div>
</div>
<span class="ht_ctc_chat_data" data-no_number="" data-settings="{"number":"918884004800","pre_filled":"Welcome to Cravoury\r\nHow can I help you?","dis_m":"show","dis_d":"show","css":"display: none; cursor: pointer; z-index: 99999999;","pos_d":"position: fixed; bottom: 80px; right: 25px;","pos_m":"position: fixed; bottom: 50px; right: 13px;","schedule":"no","se":150,"ani":"no-animations","url_target_d":"_blank","ga":"yes","fb":"yes"}"></span>
<div id="pys_ajax_events"></div> <script type="rocketlazyloadscript">
var node = document.getElementsByClassName('woocommerce-message')[0];
if(node && document.getElementById('pys_late_event')) {
var messageText = node.textContent.trim();
if(!messageText) {
node.style.display = 'none';
}
}
</script>
<noscript><img height="1" width="1" style="display: none;" src="https://www.facebook.com/tr?id=726926122875345&ev=PageView&noscript=1&cd%5Bpage_title%5D=Theme+Cakes&cd%5Bpost_type%5D=page&cd%5Bpost_id%5D=9668&cd%5Bplugin%5D=PixelYourSite&cd%5Buser_role%5D=guest&cd%5Bevent_url%5D=www.cravoury.com%2Ftheme-cakes%2F" alt=""></noscript>
<script type="rocketlazyloadscript">
(function () {
var c = document.body.className;
c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
document.body.className = c;
})();
</script>
<div class="pswp" tabindex="-1" role="dialog" aria-hidden="true">
<div class="pswp__bg"></div>
<div class="pswp__scroll-wrap">
<div class="pswp__container">
<div class="pswp__item"></div>
<div class="pswp__item"></div>
<div class="pswp__item"></div>
</div>
<div class="pswp__ui pswp__ui--hidden">
<div class="pswp__top-bar">
<div class="pswp__counter"></div>
<button class="pswp__button pswp__button--close" aria-label="Close (Esc)"></button>
<button class="pswp__button pswp__button--share" aria-label="Share"></button>
<button class="pswp__button pswp__button--fs" aria-label="Toggle fullscreen"></button>
<button class="pswp__button pswp__button--zoom" aria-label="Zoom in/out"></button>
<div class="pswp__preloader">
<div class="pswp__preloader__icn">
<div class="pswp__preloader__cut">
<div class="pswp__preloader__donut"></div>
</div>
</div>
</div>
</div>
<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
<div class="pswp__share-tooltip"></div>
</div>
<button class="pswp__button pswp__button--arrow--left" aria-label="Previous (arrow left)"></button>
<button class="pswp__button pswp__button--arrow--right" aria-label="Next (arrow right)"></button>
<div class="pswp__caption">
<div class="pswp__caption__center"></div>
</div>
</div>
</div>
</div>
<link data-minify="1" rel="stylesheet" id="wc-blocks-style-css" href="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks.css?ver=1715679074" media="all">
<link rel="stylesheet" id="photoswipe-css" href="https://www.cravoury.com/wp-content/cache/background-css/www.cravoury.com/wp-content/plugins/woocommerce/assets/css/photoswipe/photoswipe.min.css?ver=8.8.3&wpr_t=1731554119" media="all">
<link rel="stylesheet" id="photoswipe-default-skin-css" href="https://www.cravoury.com/wp-content/cache/background-css/www.cravoury.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.min.css?ver=8.8.3&wpr_t=1731554119" media="all">
<script id="ht_ctc_app_js-js-extra">
var ht_ctc_chat_var = {"number":"918884004800","pre_filled":"Welcome to Cravoury\r\nHow can I help you?","dis_m":"show","dis_d":"show","css":"display: none; cursor: pointer; z-index: 99999999;","pos_d":"position: fixed; bottom: 80px; right: 25px;","pos_m":"position: fixed; bottom: 50px; right: 13px;","schedule":"no","se":"150","ani":"no-animations","url_target_d":"_blank","ga":"yes","fb":"yes"};
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/click-to-chat-for-whatsapp/new/inc/assets/js/app.js?ver=1707727882" id="ht_ctc_app_js-js"></script>
<script src="https://www.cravoury.com/wp-content/plugins/yith-woocommerce-wishlist/assets/js/jquery.selectBox.min.js?ver=1.2.0" id="jquery-selectBox-js"></script>
<script src="//www.cravoury.com/wp-content/plugins/woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.min.js?ver=3.1.6" id="prettyPhoto-js" data-wp-strategy="defer"></script>
<script id="jquery-yith-wcwl-js-extra">
var yith_wcwl_l10n = {"ajax_url":"\/wp-admin\/admin-ajax.php","redirect_to_cart":"no","yith_wcwl_button_position":"add-to-cart","multi_wishlist":"","hide_add_button":"1","enable_ajax_loading":"1","ajax_loader_url":"https:\/\/www.cravoury.com\/wp-content\/plugins\/yith-woocommerce-wishlist\/assets\/images\/ajax-loader-alt.svg","remove_from_wishlist_after_add_to_cart":"1","is_wishlist_responsive":"1","time_to_close_prettyphoto":"3000","fragments_index_glue":".","reload_on_found_variation":"1","mobile_media_query":"768","labels":{"cookie_disabled":"We are sorry, but this feature is available only if cookies on your browser are enabled.","added_to_cart_message":"<div class=\"woocommerce-notices-wrapper\"><div class=\"woocommerce-message\" role=\"alert\">Product added to cart successfully<\/div><\/div>"},"actions":{"add_to_wishlist_action":"add_to_wishlist","remove_from_wishlist_action":"remove_from_wishlist","reload_wishlist_and_adding_elem_action":"reload_wishlist_and_adding_elem","load_mobile_action":"load_mobile","delete_item_action":"delete_item","save_title_action":"save_title","save_privacy_action":"save_privacy","load_fragments":"load_fragments"},"nonce":{"add_to_wishlist_nonce":"4c637a894d","remove_from_wishlist_nonce":"453e73852c","reload_wishlist_and_adding_elem_nonce":"bc05651478","load_mobile_nonce":"75ab050527","delete_item_nonce":"3b3314d867","save_title_nonce":"8d355ca6df","save_privacy_nonce":"c84e7401e8","load_fragments_nonce":"e75fe2fd83"},"redirect_after_ask_estimate":"","ask_estimate_redirect_url":"https:\/\/www.cravoury.com"};
</script>
<script src="https://www.cravoury.com/wp-content/plugins/yith-woocommerce-wishlist/assets/js/jquery.yith-wcwl.min.js?ver=3.24.0" id="jquery-yith-wcwl-js"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-content/plugins/mystickymenu/js/morphext/morphext.min.js?ver=2.6.4" id="morphext-js-js"></script>
<script id="welcomebar-frontjs-js-extra">
var welcomebar_frontjs = {"ajaxurl":"https:\/\/www.cravoury.com\/wp-admin\/admin-ajax.php","days":"Days","hours":"Hours","minutes":"Minutes","seconds":"Seconds","ajax_nonce":"4c8136afb9"};
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/mystickymenu/js/welcomebar-front.js?ver=1707727882" id="welcomebar-frontjs-js"></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/mystickymenu/js/detectmobilebrowser.js?ver=1707727882" id="detectmobilebrowser-js"></script>
<script id="mystickymenu-js-extra">
var option = {"mystickyClass":"header.elementor-section.elementor-top-section.elementor-element.elementor-element-6857ad4b.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default","activationHeight":"0","disableWidth":"0","disableLargeWidth":"0","adminBar":"false","device_desktop":"1","device_mobile":"1","mystickyTransition":"fade","mysticky_disable_down":"false"};
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-content/plugins/mystickymenu/js/mystickymenu.min.js?ver=2.6.4" id="mystickymenu-js"></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/responsive-accordion-and-collapse/js/accordion-custom.js?ver=1707727882" id="call_ac-custom-js-front-js"></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/responsive-accordion-and-collapse/js/accordion.js?ver=1707727882" id="call_ac-js-front-js"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js?ver=8.8.3" id="sourcebuster-js-js"></script>
<script id="wc-order-attribution-js-extra">
var wc_order_attribution = {"params":{"lifetime":1.0000000000000000818030539140313095458623138256371021270751953125e-5,"session":30,"ajaxurl":"https:\/\/www.cravoury.com\/wp-admin\/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}};
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js?ver=8.8.3" id="wc-order-attribution-js"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-content/plugins/woocommerce/assets/js/select2/select2.full.min.js?ver=4.0.3-wc.8.8.3" id="select2-js" defer="" data-wp-strategy="defer"></script>
<script id="xoo-aff-js-js-extra">
var xoo_aff_localize = {"adminurl":"https:\/\/www.cravoury.com\/wp-admin\/admin-ajax.php","countries":"{\"AF\":\"Afghanistan\",\"AX\":\"\u00c5land Islands\",\"AL\":\"Albania\",\"DZ\":\"Algeria\",\"AS\":\"American Samoa\",\"AD\":\"Andorra\",\"AO\":\"Angola\",\"AI\":\"Anguilla\",\"AQ\":\"Antarctica\",\"AG\":\"Antigua and Barbuda\",\"AR\":\"Argentina\",\"AM\":\"Armenia\",\"AW\":\"Aruba\",\"AU\":\"Australia\",\"AT\":\"Austria\",\"AZ\":\"Azerbaijan\",\"BS\":\"Bahamas\",\"BH\":\"Bahrain\",\"BD\":\"Bangladesh\",\"BB\":\"Barbados\",\"BY\":\"Belarus\",\"BE\":\"Belgium\",\"PW\":\"Belau\",\"BZ\":\"Belize\",\"BJ\":\"Benin\",\"BM\":\"Bermuda\",\"BT\":\"Bhutan\",\"BO\":\"Bolivia\",\"BQ\":\"Bonaire, Saint Eustatius and Saba\",\"BA\":\"Bosnia and Herzegovina\",\"BW\":\"Botswana\",\"BV\":\"Bouvet Island\",\"BR\":\"Brazil\",\"IO\":\"British Indian Ocean Territory\",\"BN\":\"Brunei\",\"BG\":\"Bulgaria\",\"BF\":\"Burkina Faso\",\"BI\":\"Burundi\",\"KH\":\"Cambodia\",\"CM\":\"Cameroon\",\"CA\":\"Canada\",\"CV\":\"Cape Verde\",\"KY\":\"Cayman Islands\",\"CF\":\"Central African Republic\",\"TD\":\"Chad\",\"CL\":\"Chile\",\"CN\":\"China\",\"CX\":\"Christmas Island\",\"CC\":\"Cocos (Keeling) Islands\",\"CO\":\"Colombia\",\"KM\":\"Comoros\",\"CG\":\"Congo (Brazzaville)\",\"CD\":\"Congo (Kinshasa)\",\"CK\":\"Cook Islands\",\"CR\":\"Costa Rica\",\"HR\":\"Croatia\",\"CU\":\"Cuba\",\"CW\":\"Cura\u00e7ao\",\"CY\":\"Cyprus\",\"CZ\":\"Czech Republic\",\"DK\":\"Denmark\",\"DJ\":\"Djibouti\",\"DM\":\"Dominica\",\"DO\":\"Dominican Republic\",\"EC\":\"Ecuador\",\"EG\":\"Egypt\",\"SV\":\"El Salvador\",\"GQ\":\"Equatorial Guinea\",\"ER\":\"Eritrea\",\"EE\":\"Estonia\",\"ET\":\"Ethiopia\",\"FK\":\"Falkland Islands\",\"FO\":\"Faroe Islands\",\"FJ\":\"Fiji\",\"FI\":\"Finland\",\"FR\":\"France\",\"GF\":\"French Guiana\",\"PF\":\"French Polynesia\",\"TF\":\"French Southern Territories\",\"GA\":\"Gabon\",\"GM\":\"Gambia\",\"GE\":\"Georgia\",\"DE\":\"Germany\",\"GH\":\"Ghana\",\"GI\":\"Gibraltar\",\"GR\":\"Greece\",\"GL\":\"Greenland\",\"GD\":\"Grenada\",\"GP\":\"Guadeloupe\",\"GU\":\"Guam\",\"GT\":\"Guatemala\",\"GG\":\"Guernsey\",\"GN\":\"Guinea\",\"GW\":\"Guinea-Bissau\",\"GY\":\"Guyana\",\"HT\":\"Haiti\",\"HM\":\"Heard Island and McDonald Islands\",\"HN\":\"Honduras\",\"HK\":\"Hong Kong\",\"HU\":\"Hungary\",\"IS\":\"Iceland\",\"IN\":\"India\",\"ID\":\"Indonesia\",\"IR\":\"Iran\",\"IQ\":\"Iraq\",\"IE\":\"Ireland\",\"IM\":\"Isle of Man\",\"IL\":\"Israel\",\"IT\":\"Italy\",\"CI\":\"Ivory Coast\",\"JM\":\"Jamaica\",\"JP\":\"Japan\",\"JE\":\"Jersey\",\"JO\":\"Jordan\",\"KZ\":\"Kazakhstan\",\"KE\":\"Kenya\",\"KI\":\"Kiribati\",\"KW\":\"Kuwait\",\"KG\":\"Kyrgyzstan\",\"LA\":\"Laos\",\"LV\":\"Latvia\",\"LB\":\"Lebanon\",\"LS\":\"Lesotho\",\"LR\":\"Liberia\",\"LY\":\"Libya\",\"LI\":\"Liechtenstein\",\"LT\":\"Lithuania\",\"LU\":\"Luxembourg\",\"MO\":\"Macao S.A.R., China\",\"MK\":\"North Macedonia\",\"MG\":\"Madagascar\",\"MW\":\"Malawi\",\"MY\":\"Malaysia\",\"MV\":\"Maldives\",\"ML\":\"Mali\",\"MT\":\"Malta\",\"MH\":\"Marshall Islands\",\"MQ\":\"Martinique\",\"MR\":\"Mauritania\",\"MU\":\"Mauritius\",\"YT\":\"Mayotte\",\"MX\":\"Mexico\",\"FM\":\"Micronesia\",\"MD\":\"Moldova\",\"MC\":\"Monaco\",\"MN\":\"Mongolia\",\"ME\":\"Montenegro\",\"MS\":\"Montserrat\",\"MA\":\"Morocco\",\"MZ\":\"Mozambique\",\"MM\":\"Myanmar\",\"NA\":\"Namibia\",\"NR\":\"Nauru\",\"NP\":\"Nepal\",\"NL\":\"Netherlands\",\"NC\":\"New Caledonia\",\"NZ\":\"New Zealand\",\"NI\":\"Nicaragua\",\"NE\":\"Niger\",\"NG\":\"Nigeria\",\"NU\":\"Niue\",\"NF\":\"Norfolk Island\",\"MP\":\"Northern Mariana Islands\",\"KP\":\"North Korea\",\"NO\":\"Norway\",\"OM\":\"Oman\",\"PK\":\"Pakistan\",\"PS\":\"Palestinian Territory\",\"PA\":\"Panama\",\"PG\":\"Papua New Guinea\",\"PY\":\"Paraguay\",\"PE\":\"Peru\",\"PH\":\"Philippines\",\"PN\":\"Pitcairn\",\"PL\":\"Poland\",\"PT\":\"Portugal\",\"PR\":\"Puerto Rico\",\"QA\":\"Qatar\",\"RE\":\"Reunion\",\"RO\":\"Romania\",\"RU\":\"Russia\",\"RW\":\"Rwanda\",\"BL\":\"Saint Barth\u00e9lemy\",\"SH\":\"Saint Helena\",\"KN\":\"Saint Kitts and Nevis\",\"LC\":\"Saint Lucia\",\"MF\":\"Saint Martin (French part)\",\"SX\":\"Saint Martin (Dutch part)\",\"PM\":\"Saint Pierre and Miquelon\",\"VC\":\"Saint Vincent and the Grenadines\",\"SM\":\"San Marino\",\"ST\":\"S\u00e3o Tom\u00e9 and Pr\u00edncipe\",\"SA\":\"Saudi Arabia\",\"SN\":\"Senegal\",\"RS\":\"Serbia\",\"SC\":\"Seychelles\",\"SL\":\"Sierra Leone\",\"SG\":\"Singapore\",\"SK\":\"Slovakia\",\"SI\":\"Slovenia\",\"SB\":\"Solomon Islands\",\"SO\":\"Somalia\",\"ZA\":\"South Africa\",\"GS\":\"South Georgia\\\/Sandwich Islands\",\"KR\":\"South Korea\",\"SS\":\"South Sudan\",\"ES\":\"Spain\",\"LK\":\"Sri Lanka\",\"SD\":\"Sudan\",\"SR\":\"Suriname\",\"SJ\":\"Svalbard and Jan Mayen\",\"SZ\":\"Swaziland\",\"SE\":\"Sweden\",\"CH\":\"Switzerland\",\"SY\":\"Syria\",\"TW\":\"Taiwan\",\"TJ\":\"Tajikistan\",\"TZ\":\"Tanzania\",\"TH\":\"Thailand\",\"TL\":\"Timor-Leste\",\"TG\":\"Togo\",\"TK\":\"Tokelau\",\"TO\":\"Tonga\",\"TT\":\"Trinidad and Tobago\",\"TN\":\"Tunisia\",\"TR\":\"Turkey\",\"TM\":\"Turkmenistan\",\"TC\":\"Turks and Caicos Islands\",\"TV\":\"Tuvalu\",\"UG\":\"Uganda\",\"UA\":\"Ukraine\",\"AE\":\"United Arab Emirates\",\"GB\":\"United Kingdom (UK)\",\"US\":\"United States (US)\",\"UM\":\"United States (US) Minor Outlying Islands\",\"UY\":\"Uruguay\",\"UZ\":\"Uzbekistan\",\"VU\":\"Vanuatu\",\"VA\":\"Vatican\",\"VE\":\"Venezuela\",\"VN\":\"Vietnam\",\"VG\":\"Virgin Islands (British)\",\"VI\":\"Virgin Islands (US)\",\"WF\":\"Wallis and Futuna\",\"EH\":\"Western Sahara\",\"WS\":\"Samoa\",\"YE\":\"Yemen\",\"ZM\":\"Zambia\",\"ZW\":\"Zimbabwe\"}","states":"{\"AF\":[],\"AO\":{\"BGO\":\"Bengo\",\"BLU\":\"Benguela\",\"BIE\":\"Bi\\u00e9\",\"CAB\":\"Cabinda\",\"CNN\":\"Cunene\",\"HUA\":\"Huambo\",\"HUI\":\"Hu\\u00edla\",\"CCU\":\"Kuando Kubango\",\"CNO\":\"Kwanza-Norte\",\"CUS\":\"Kwanza-Sul\",\"LUA\":\"Luanda\",\"LNO\":\"Lunda-Norte\",\"LSU\":\"Lunda-Sul\",\"MAL\":\"Malanje\",\"MOX\":\"Moxico\",\"NAM\":\"Namibe\",\"UIG\":\"U\\u00edge\",\"ZAI\":\"Zaire\"},\"AR\":{\"C\":\"Ciudad Aut\u00f3noma de Buenos Aires\",\"B\":\"Buenos Aires\",\"K\":\"Catamarca\",\"H\":\"Chaco\",\"U\":\"Chubut\",\"X\":\"C\u00f3rdoba\",\"W\":\"Corrientes\",\"E\":\"Entre R\u00edos\",\"P\":\"Formosa\",\"Y\":\"Jujuy\",\"L\":\"La Pampa\",\"F\":\"La Rioja\",\"M\":\"Mendoza\",\"N\":\"Misiones\",\"Q\":\"Neuqu\u00e9n\",\"R\":\"R\u00edo Negro\",\"A\":\"Salta\",\"J\":\"San Juan\",\"D\":\"San Luis\",\"Z\":\"Santa Cruz\",\"S\":\"Santa Fe\",\"G\":\"Santiago del Estero\",\"V\":\"Tierra del Fuego\",\"T\":\"Tucum\u00e1n\"},\"AT\":[],\"AU\":{\"ACT\":\"Australian Capital Territory\",\"NSW\":\"New South Wales\",\"NT\":\"Northern Territory\",\"QLD\":\"Queensland\",\"SA\":\"South Australia\",\"TAS\":\"Tasmania\",\"VIC\":\"Victoria\",\"WA\":\"Western Australia\"},\"AX\":[],\"BD\":{\"BD-05\":\"Bagerhat\",\"BD-01\":\"Bandarban\",\"BD-02\":\"Barguna\",\"BD-06\":\"Barishal\",\"BD-07\":\"Bhola\",\"BD-03\":\"Bogura\",\"BD-04\":\"Brahmanbaria\",\"BD-09\":\"Chandpur\",\"BD-10\":\"Chattogram\",\"BD-12\":\"Chuadanga\",\"BD-11\":\"Cox's Bazar\",\"BD-08\":\"Cumilla\",\"BD-13\":\"Dhaka\",\"BD-14\":\"Dinajpur\",\"BD-15\":\"Faridpur \",\"BD-16\":\"Feni\",\"BD-19\":\"Gaibandha\",\"BD-18\":\"Gazipur\",\"BD-17\":\"Gopalganj\",\"BD-20\":\"Habiganj\",\"BD-21\":\"Jamalpur\",\"BD-22\":\"Jashore\",\"BD-25\":\"Jhalokati\",\"BD-23\":\"Jhenaidah\",\"BD-24\":\"Joypurhat\",\"BD-29\":\"Khagrachhari\",\"BD-27\":\"Khulna\",\"BD-26\":\"Kishoreganj\",\"BD-28\":\"Kurigram\",\"BD-30\":\"Kushtia\",\"BD-31\":\"Lakshmipur\",\"BD-32\":\"Lalmonirhat\",\"BD-36\":\"Madaripur\",\"BD-37\":\"Magura\",\"BD-33\":\"Manikganj \",\"BD-39\":\"Meherpur\",\"BD-38\":\"Moulvibazar\",\"BD-35\":\"Munshiganj\",\"BD-34\":\"Mymensingh\",\"BD-48\":\"Naogaon\",\"BD-43\":\"Narail\",\"BD-40\":\"Narayanganj\",\"BD-42\":\"Narsingdi\",\"BD-44\":\"Natore\",\"BD-45\":\"Nawabganj\",\"BD-41\":\"Netrakona\",\"BD-46\":\"Nilphamari\",\"BD-47\":\"Noakhali\",\"BD-49\":\"Pabna\",\"BD-52\":\"Panchagarh\",\"BD-51\":\"Patuakhali\",\"BD-50\":\"Pirojpur\",\"BD-53\":\"Rajbari\",\"BD-54\":\"Rajshahi\",\"BD-56\":\"Rangamati\",\"BD-55\":\"Rangpur\",\"BD-58\":\"Satkhira\",\"BD-62\":\"Shariatpur\",\"BD-57\":\"Sherpur\",\"BD-59\":\"Sirajganj\",\"BD-61\":\"Sunamganj\",\"BD-60\":\"Sylhet\",\"BD-63\":\"Tangail\",\"BD-64\":\"Thakurgaon\"},\"BE\":[],\"BG\":{\"BG-01\":\"Blagoevgrad\",\"BG-02\":\"Burgas\",\"BG-08\":\"Dobrich\",\"BG-07\":\"Gabrovo\",\"BG-26\":\"Haskovo\",\"BG-09\":\"Kardzhali\",\"BG-10\":\"Kyustendil\",\"BG-11\":\"Lovech\",\"BG-12\":\"Montana\",\"BG-13\":\"Pazardzhik\",\"BG-14\":\"Pernik\",\"BG-15\":\"Pleven\",\"BG-16\":\"Plovdiv\",\"BG-17\":\"Razgrad\",\"BG-18\":\"Ruse\",\"BG-27\":\"Shumen\",\"BG-19\":\"Silistra\",\"BG-20\":\"Sliven\",\"BG-21\":\"Smolyan\",\"BG-23\":\"Sofia\",\"BG-22\":\"Sofia-Grad\",\"BG-24\":\"Stara Zagora\",\"BG-25\":\"Targovishte\",\"BG-03\":\"Varna\",\"BG-04\":\"Veliko Tarnovo\",\"BG-05\":\"Vidin\",\"BG-06\":\"Vratsa\",\"BG-28\":\"Yambol\"},\"BH\":[],\"BI\":[],\"BO\":{\"B\":\"Chuquisaca\",\"H\":\"Beni\",\"C\":\"Cochabamba\",\"L\":\"La Paz\",\"O\":\"Oruro\",\"N\":\"Pando\",\"P\":\"Potos\\u00ed\",\"S\":\"Santa Cruz\",\"T\":\"Tarija\"},\"BR\":{\"AC\":\"Acre\",\"AL\":\"Alagoas\",\"AP\":\"Amap\u00e1\",\"AM\":\"Amazonas\",\"BA\":\"Bahia\",\"CE\":\"Cear\u00e1\",\"DF\":\"Distrito Federal\",\"ES\":\"Esp\u00edrito Santo\",\"GO\":\"Goi\u00e1s\",\"MA\":\"Maranh\u00e3o\",\"MT\":\"Mato Grosso\",\"MS\":\"Mato Grosso do Sul\",\"MG\":\"Minas Gerais\",\"PA\":\"Par\u00e1\",\"PB\":\"Para\u00edba\",\"PR\":\"Paran\u00e1\",\"PE\":\"Pernambuco\",\"PI\":\"Piau\u00ed\",\"RJ\":\"Rio de Janeiro\",\"RN\":\"Rio Grande do Norte\",\"RS\":\"Rio Grande do Sul\",\"RO\":\"Rond\u00f4nia\",\"RR\":\"Roraima\",\"SC\":\"Santa Catarina\",\"SP\":\"S\u00e3o Paulo\",\"SE\":\"Sergipe\",\"TO\":\"Tocantins\"},\"CA\":{\"AB\":\"Alberta\",\"BC\":\"British Columbia\",\"MB\":\"Manitoba\",\"NB\":\"New Brunswick\",\"NL\":\"Newfoundland and Labrador\",\"NT\":\"Northwest Territories\",\"NS\":\"Nova Scotia\",\"NU\":\"Nunavut\",\"ON\":\"Ontario\",\"PE\":\"Prince Edward Island\",\"QC\":\"Quebec\",\"SK\":\"Saskatchewan\",\"YT\":\"Yukon Territory\"},\"CH\":{\"AG\":\"Aargau\",\"AR\":\"Appenzell Ausserrhoden\",\"AI\":\"Appenzell Innerrhoden\",\"BL\":\"Basel-Landschaft\",\"BS\":\"Basel-Stadt\",\"BE\":\"Bern\",\"FR\":\"Fribourg\",\"GE\":\"Geneva\",\"GL\":\"Glarus\",\"GR\":\"Graub\u00fcnden\",\"JU\":\"Jura\",\"LU\":\"Luzern\",\"NE\":\"Neuch\u00e2tel\",\"NW\":\"Nidwalden\",\"OW\":\"Obwalden\",\"SH\":\"Schaffhausen\",\"SZ\":\"Schwyz\",\"SO\":\"Solothurn\",\"SG\":\"St. Gallen\",\"TG\":\"Thurgau\",\"TI\":\"Ticino\",\"UR\":\"Uri\",\"VS\":\"Valais\",\"VD\":\"Vaud\",\"ZG\":\"Zug\",\"ZH\":\"Z\u00fcrich\"},\"CN\":{\"CN1\":\"Yunnan \\\/ \u4e91\u5357\",\"CN2\":\"Beijing \\\/ \u5317\u4eac\",\"CN3\":\"Tianjin \\\/ \u5929\u6d25\",\"CN4\":\"Hebei \\\/ \u6cb3\u5317\",\"CN5\":\"Shanxi \\\/ \u5c71\u897f\",\"CN6\":\"Inner Mongolia \\\/ \u5167\u8499\u53e4\",\"CN7\":\"Liaoning \\\/ \u8fbd\u5b81\",\"CN8\":\"Jilin \\\/ \u5409\u6797\",\"CN9\":\"Heilongjiang \\\/ \u9ed1\u9f99\u6c5f\",\"CN10\":\"Shanghai \\\/ \u4e0a\u6d77\",\"CN11\":\"Jiangsu \\\/ \u6c5f\u82cf\",\"CN12\":\"Zhejiang \\\/ \u6d59\u6c5f\",\"CN13\":\"Anhui \\\/ \u5b89\u5fbd\",\"CN14\":\"Fujian \\\/ \u798f\u5efa\",\"CN15\":\"Jiangxi \\\/ \u6c5f\u897f\",\"CN16\":\"Shandong \\\/ \u5c71\u4e1c\",\"CN17\":\"Henan \\\/ \u6cb3\u5357\",\"CN18\":\"Hubei \\\/ \u6e56\u5317\",\"CN19\":\"Hunan \\\/ \u6e56\u5357\",\"CN20\":\"Guangdong \\\/ \u5e7f\u4e1c\",\"CN21\":\"Guangxi Zhuang \\\/ \u5e7f\u897f\u58ee\u65cf\",\"CN22\":\"Hainan \\\/ \u6d77\u5357\",\"CN23\":\"Chongqing \\\/ \u91cd\u5e86\",\"CN24\":\"Sichuan \\\/ \u56db\u5ddd\",\"CN25\":\"Guizhou \\\/ \u8d35\u5dde\",\"CN26\":\"Shaanxi \\\/ \u9655\u897f\",\"CN27\":\"Gansu \\\/ \u7518\u8083\",\"CN28\":\"Qinghai \\\/ \u9752\u6d77\",\"CN29\":\"Ningxia Hui \\\/ \u5b81\u590f\",\"CN30\":\"Macau \\\/ \u6fb3\u95e8\",\"CN31\":\"Tibet \\\/ \u897f\u85cf\",\"CN32\":\"Xinjiang \\\/ \u65b0\u7586\"},\"CZ\":[],\"DE\":[],\"DK\":[],\"EE\":[],\"ES\":{\"C\":\"A Coru\u00f1a\",\"VI\":\"Araba\\\/\u00c1lava\",\"AB\":\"Albacete\",\"A\":\"Alicante\",\"AL\":\"Almer\u00eda\",\"O\":\"Asturias\",\"AV\":\"\u00c1vila\",\"BA\":\"Badajoz\",\"PM\":\"Baleares\",\"B\":\"Barcelona\",\"BU\":\"Burgos\",\"CC\":\"C\u00e1ceres\",\"CA\":\"C\u00e1diz\",\"S\":\"Cantabria\",\"CS\":\"Castell\u00f3n\",\"CE\":\"Ceuta\",\"CR\":\"Ciudad Real\",\"CO\":\"C\u00f3rdoba\",\"CU\":\"Cuenca\",\"GI\":\"Girona\",\"GR\":\"Granada\",\"GU\":\"Guadalajara\",\"SS\":\"Gipuzkoa\",\"H\":\"Huelva\",\"HU\":\"Huesca\",\"J\":\"Ja\u00e9n\",\"LO\":\"La Rioja\",\"GC\":\"Las Palmas\",\"LE\":\"Le\u00f3n\",\"L\":\"Lleida\",\"LU\":\"Lugo\",\"M\":\"Madrid\",\"MA\":\"M\u00e1laga\",\"ML\":\"Melilla\",\"MU\":\"Murcia\",\"NA\":\"Navarra\",\"OR\":\"Ourense\",\"P\":\"Palencia\",\"PO\":\"Pontevedra\",\"SA\":\"Salamanca\",\"TF\":\"Santa Cruz de Tenerife\",\"SG\":\"Segovia\",\"SE\":\"Sevilla\",\"SO\":\"Soria\",\"T\":\"Tarragona\",\"TE\":\"Teruel\",\"TO\":\"Toledo\",\"V\":\"Valencia\",\"VA\":\"Valladolid\",\"BI\":\"Bizkaia\",\"ZA\":\"Zamora\",\"Z\":\"Zaragoza\"},\"FI\":[],\"FR\":[],\"GP\":[],\"GR\":{\"I\":\"\\u0391\\u03c4\\u03c4\\u03b9\\u03ba\\u03ae\",\"A\":\"\\u0391\\u03bd\\u03b1\\u03c4\\u03bf\\u03bb\\u03b9\\u03ba\\u03ae \\u039c\\u03b1\\u03ba\\u03b5\\u03b4\\u03bf\\u03bd\\u03af\\u03b1 \\u03ba\\u03b1\\u03b9 \\u0398\\u03c1\\u03ac\\u03ba\\u03b7\",\"B\":\"\\u039a\\u03b5\\u03bd\\u03c4\\u03c1\\u03b9\\u03ba\\u03ae \\u039c\\u03b1\\u03ba\\u03b5\\u03b4\\u03bf\\u03bd\\u03af\\u03b1\",\"C\":\"\\u0394\\u03c5\\u03c4\\u03b9\\u03ba\\u03ae \\u039c\\u03b1\\u03ba\\u03b5\\u03b4\\u03bf\\u03bd\\u03af\\u03b1\",\"D\":\"\\u0389\\u03c0\\u03b5\\u03b9\\u03c1\\u03bf\\u03c2\",\"E\":\"\\u0398\\u03b5\\u03c3\\u03c3\\u03b1\\u03bb\\u03af\\u03b1\",\"F\":\"\\u0399\\u03cc\\u03bd\\u03b9\\u03bf\\u03b9 \\u039d\\u03ae\\u03c3\\u03bf\\u03b9\",\"G\":\"\\u0394\\u03c5\\u03c4\\u03b9\\u03ba\\u03ae \\u0395\\u03bb\\u03bb\\u03ac\\u03b4\\u03b1\",\"H\":\"\\u03a3\\u03c4\\u03b5\\u03c1\\u03b5\\u03ac \\u0395\\u03bb\\u03bb\\u03ac\\u03b4\\u03b1\",\"J\":\"\\u03a0\\u03b5\\u03bb\\u03bf\\u03c0\\u03cc\\u03bd\\u03bd\\u03b7\\u03c3\\u03bf\\u03c2\",\"K\":\"\\u0392\\u03cc\\u03c1\\u03b5\\u03b9\\u03bf \\u0391\\u03b9\\u03b3\\u03b1\\u03af\\u03bf\",\"L\":\"\\u039d\\u03cc\\u03c4\\u03b9\\u03bf \\u0391\\u03b9\\u03b3\\u03b1\\u03af\\u03bf\",\"M\":\"\\u039a\\u03c1\\u03ae\\u03c4\\u03b7\"},\"GF\":[],\"HK\":{\"HONG KONG\":\"Hong Kong Island\",\"KOWLOON\":\"Kowloon\",\"NEW TERRITORIES\":\"New Territories\"},\"HU\":{\"BK\":\"B\\u00e1cs-Kiskun\",\"BE\":\"B\\u00e9k\\u00e9s\",\"BA\":\"Baranya\",\"BZ\":\"Borsod-Aba\\u00faj-Zempl\\u00e9n\",\"BU\":\"Budapest\",\"CS\":\"Csongr\\u00e1d\",\"FE\":\"Fej\\u00e9r\",\"GS\":\"Gy\\u0151r-Moson-Sopron\",\"HB\":\"Hajd\\u00fa-Bihar\",\"HE\":\"Heves\",\"JN\":\"J\\u00e1sz-Nagykun-Szolnok\",\"KE\":\"Kom\\u00e1rom-Esztergom\",\"NO\":\"N\\u00f3gr\\u00e1d\",\"PE\":\"Pest\",\"SO\":\"Somogy\",\"SZ\":\"Szabolcs-Szatm\\u00e1r-Bereg\",\"TO\":\"Tolna\",\"VA\":\"Vas\",\"VE\":\"Veszpr\\u00e9m\",\"ZA\":\"Zala\"},\"ID\":{\"AC\":\"Daerah Istimewa Aceh\",\"SU\":\"Sumatera Utara\",\"SB\":\"Sumatera Barat\",\"RI\":\"Riau\",\"KR\":\"Kepulauan Riau\",\"JA\":\"Jambi\",\"SS\":\"Sumatera Selatan\",\"BB\":\"Bangka Belitung\",\"BE\":\"Bengkulu\",\"LA\":\"Lampung\",\"JK\":\"DKI Jakarta\",\"JB\":\"Jawa Barat\",\"BT\":\"Banten\",\"JT\":\"Jawa Tengah\",\"JI\":\"Jawa Timur\",\"YO\":\"Daerah Istimewa Yogyakarta\",\"BA\":\"Bali\",\"NB\":\"Nusa Tenggara Barat\",\"NT\":\"Nusa Tenggara Timur\",\"KB\":\"Kalimantan Barat\",\"KT\":\"Kalimantan Tengah\",\"KI\":\"Kalimantan Timur\",\"KS\":\"Kalimantan Selatan\",\"KU\":\"Kalimantan Utara\",\"SA\":\"Sulawesi Utara\",\"ST\":\"Sulawesi Tengah\",\"SG\":\"Sulawesi Tenggara\",\"SR\":\"Sulawesi Barat\",\"SN\":\"Sulawesi Selatan\",\"GO\":\"Gorontalo\",\"MA\":\"Maluku\",\"MU\":\"Maluku Utara\",\"PA\":\"Papua\",\"PB\":\"Papua Barat\"},\"IE\":{\"CW\":\"Carlow\",\"CN\":\"Cavan\",\"CE\":\"Clare\",\"CO\":\"Cork\",\"DL\":\"Donegal\",\"D\":\"Dublin\",\"G\":\"Galway\",\"KY\":\"Kerry\",\"KE\":\"Kildare\",\"KK\":\"Kilkenny\",\"LS\":\"Laois\",\"LM\":\"Leitrim\",\"LK\":\"Limerick\",\"LD\":\"Longford\",\"LH\":\"Louth\",\"MO\":\"Mayo\",\"MH\":\"Meath\",\"MN\":\"Monaghan\",\"OY\":\"Offaly\",\"RN\":\"Roscommon\",\"SO\":\"Sligo\",\"TA\":\"Tipperary\",\"WD\":\"Waterford\",\"WH\":\"Westmeath\",\"WX\":\"Wexford\",\"WW\":\"Wicklow\"},\"IN\":{\"AP\":\"Andhra Pradesh\",\"AR\":\"Arunachal Pradesh\",\"AS\":\"Assam\",\"BR\":\"Bihar\",\"CT\":\"Chhattisgarh\",\"GA\":\"Goa\",\"GJ\":\"Gujarat\",\"HR\":\"Haryana\",\"HP\":\"Himachal Pradesh\",\"JK\":\"Jammu and Kashmir\",\"JH\":\"Jharkhand\",\"KA\":\"Karnataka\",\"KL\":\"Kerala\",\"MP\":\"Madhya Pradesh\",\"MH\":\"Maharashtra\",\"MN\":\"Manipur\",\"ML\":\"Meghalaya\",\"MZ\":\"Mizoram\",\"NL\":\"Nagaland\",\"OR\":\"Orissa\",\"PB\":\"Punjab\",\"RJ\":\"Rajasthan\",\"SK\":\"Sikkim\",\"TN\":\"Tamil Nadu\",\"TS\":\"Telangana\",\"TR\":\"Tripura\",\"UK\":\"Uttarakhand\",\"UP\":\"Uttar Pradesh\",\"WB\":\"West Bengal\",\"AN\":\"Andaman and Nicobar Islands\",\"CH\":\"Chandigarh\",\"DN\":\"Dadra and Nagar Haveli\",\"DD\":\"Daman and Diu\",\"DL\":\"Delhi\",\"LD\":\"Lakshadeep\",\"PY\":\"Pondicherry (Puducherry)\"},\"IR\":{\"KHZ\":\"Khuzestan (\\u062e\\u0648\\u0632\\u0633\\u062a\\u0627\\u0646)\",\"THR\":\"Tehran (\\u062a\\u0647\\u0631\\u0627\\u0646)\",\"ILM\":\"Ilaam (\\u0627\\u06cc\\u0644\\u0627\\u0645)\",\"BHR\":\"Bushehr (\\u0628\\u0648\\u0634\\u0647\\u0631)\",\"ADL\":\"Ardabil (\\u0627\\u0631\\u062f\\u0628\\u06cc\\u0644)\",\"ESF\":\"Isfahan (\\u0627\\u0635\\u0641\\u0647\\u0627\\u0646)\",\"YZD\":\"Yazd (\\u06cc\\u0632\\u062f)\",\"KRH\":\"Kermanshah (\\u06a9\\u0631\\u0645\\u0627\\u0646\\u0634\\u0627\\u0647)\",\"KRN\":\"Kerman (\\u06a9\\u0631\\u0645\\u0627\\u0646)\",\"HDN\":\"Hamadan (\\u0647\\u0645\\u062f\\u0627\\u0646)\",\"GZN\":\"Ghazvin (\\u0642\\u0632\\u0648\\u06cc\\u0646)\",\"ZJN\":\"Zanjan (\\u0632\\u0646\\u062c\\u0627\\u0646)\",\"LRS\":\"Luristan (\\u0644\\u0631\\u0633\\u062a\\u0627\\u0646)\",\"ABZ\":\"Alborz (\\u0627\\u0644\\u0628\\u0631\\u0632)\",\"EAZ\":\"East Azarbaijan (\\u0622\\u0630\\u0631\\u0628\\u0627\\u06cc\\u062c\\u0627\\u0646 \\u0634\\u0631\\u0642\\u06cc)\",\"WAZ\":\"West Azarbaijan (\\u0622\\u0630\\u0631\\u0628\\u0627\\u06cc\\u062c\\u0627\\u0646 \\u063a\\u0631\\u0628\\u06cc)\",\"CHB\":\"Chaharmahal and Bakhtiari (\\u0686\\u0647\\u0627\\u0631\\u0645\\u062d\\u0627\\u0644 \\u0648 \\u0628\\u062e\\u062a\\u06cc\\u0627\\u0631\\u06cc)\",\"SKH\":\"South Khorasan (\\u062e\\u0631\\u0627\\u0633\\u0627\\u0646 \\u062c\\u0646\\u0648\\u0628\\u06cc)\",\"RKH\":\"Razavi Khorasan (\\u062e\\u0631\\u0627\\u0633\\u0627\\u0646 \\u0631\\u0636\\u0648\\u06cc)\",\"NKH\":\"North Khorasan (\\u062e\\u0631\\u0627\\u0633\\u0627\\u0646 \\u0634\\u0645\\u0627\\u0644\\u06cc)\",\"SMN\":\"Semnan (\\u0633\\u0645\\u0646\\u0627\\u0646)\",\"FRS\":\"Fars (\\u0641\\u0627\\u0631\\u0633)\",\"QHM\":\"Qom (\\u0642\\u0645)\",\"KRD\":\"Kurdistan \\\/ \\u06a9\\u0631\\u062f\\u0633\\u062a\\u0627\\u0646)\",\"KBD\":\"Kohgiluyeh and BoyerAhmad (\\u06a9\\u0647\\u06af\\u06cc\\u0644\\u0648\\u06cc\\u06cc\\u0647 \\u0648 \\u0628\\u0648\\u06cc\\u0631\\u0627\\u062d\\u0645\\u062f)\",\"GLS\":\"Golestan (\\u06af\\u0644\\u0633\\u062a\\u0627\\u0646)\",\"GIL\":\"Gilan (\\u06af\\u06cc\\u0644\\u0627\\u0646)\",\"MZN\":\"Mazandaran (\\u0645\\u0627\\u0632\\u0646\\u062f\\u0631\\u0627\\u0646)\",\"MKZ\":\"Markazi (\\u0645\\u0631\\u06a9\\u0632\\u06cc)\",\"HRZ\":\"Hormozgan (\\u0647\\u0631\\u0645\\u0632\\u06af\\u0627\\u0646)\",\"SBN\":\"Sistan and Baluchestan (\\u0633\\u06cc\\u0633\\u062a\\u0627\\u0646 \\u0648 \\u0628\\u0644\\u0648\\u0686\\u0633\\u062a\\u0627\\u0646)\"},\"IS\":[],\"IT\":{\"AG\":\"Agrigento\",\"AL\":\"Alessandria\",\"AN\":\"Ancona\",\"AO\":\"Aosta\",\"AR\":\"Arezzo\",\"AP\":\"Ascoli Piceno\",\"AT\":\"Asti\",\"AV\":\"Avellino\",\"BA\":\"Bari\",\"BT\":\"Barletta-Andria-Trani\",\"BL\":\"Belluno\",\"BN\":\"Benevento\",\"BG\":\"Bergamo\",\"BI\":\"Biella\",\"BO\":\"Bologna\",\"BZ\":\"Bolzano\",\"BS\":\"Brescia\",\"BR\":\"Brindisi\",\"CA\":\"Cagliari\",\"CL\":\"Caltanissetta\",\"CB\":\"Campobasso\",\"CE\":\"Caserta\",\"CT\":\"Catania\",\"CZ\":\"Catanzaro\",\"CH\":\"Chieti\",\"CO\":\"Como\",\"CS\":\"Cosenza\",\"CR\":\"Cremona\",\"KR\":\"Crotone\",\"CN\":\"Cuneo\",\"EN\":\"Enna\",\"FM\":\"Fermo\",\"FE\":\"Ferrara\",\"FI\":\"Firenze\",\"FG\":\"Foggia\",\"FC\":\"Forl\\u00ec-Cesena\",\"FR\":\"Frosinone\",\"GE\":\"Genova\",\"GO\":\"Gorizia\",\"GR\":\"Grosseto\",\"IM\":\"Imperia\",\"IS\":\"Isernia\",\"SP\":\"La Spezia\",\"AQ\":\"L'Aquila\",\"LT\":\"Latina\",\"LE\":\"Lecce\",\"LC\":\"Lecco\",\"LI\":\"Livorno\",\"LO\":\"Lodi\",\"LU\":\"Lucca\",\"MC\":\"Macerata\",\"MN\":\"Mantova\",\"MS\":\"Massa-Carrara\",\"MT\":\"Matera\",\"ME\":\"Messina\",\"MI\":\"Milano\",\"MO\":\"Modena\",\"MB\":\"Monza e della Brianza\",\"NA\":\"Napoli\",\"NO\":\"Novara\",\"NU\":\"Nuoro\",\"OR\":\"Oristano\",\"PD\":\"Padova\",\"PA\":\"Palermo\",\"PR\":\"Parma\",\"PV\":\"Pavia\",\"PG\":\"Perugia\",\"PU\":\"Pesaro e Urbino\",\"PE\":\"Pescara\",\"PC\":\"Piacenza\",\"PI\":\"Pisa\",\"PT\":\"Pistoia\",\"PN\":\"Pordenone\",\"PZ\":\"Potenza\",\"PO\":\"Prato\",\"RG\":\"Ragusa\",\"RA\":\"Ravenna\",\"RC\":\"Reggio Calabria\",\"RE\":\"Reggio Emilia\",\"RI\":\"Rieti\",\"RN\":\"Rimini\",\"RM\":\"Roma\",\"RO\":\"Rovigo\",\"SA\":\"Salerno\",\"SS\":\"Sassari\",\"SV\":\"Savona\",\"SI\":\"Siena\",\"SR\":\"Siracusa\",\"SO\":\"Sondrio\",\"SU\":\"Sud Sardegna\",\"TA\":\"Taranto\",\"TE\":\"Teramo\",\"TR\":\"Terni\",\"TO\":\"Torino\",\"TP\":\"Trapani\",\"TN\":\"Trento\",\"TV\":\"Treviso\",\"TS\":\"Trieste\",\"UD\":\"Udine\",\"VA\":\"Varese\",\"VE\":\"Venezia\",\"VB\":\"Verbano-Cusio-Ossola\",\"VC\":\"Vercelli\",\"VR\":\"Verona\",\"VV\":\"Vibo Valentia\",\"VI\":\"Vicenza\",\"VT\":\"Viterbo\"},\"IL\":[],\"IM\":[],\"JP\":{\"JP01\":\"Hokkaido\",\"JP02\":\"Aomori\",\"JP03\":\"Iwate\",\"JP04\":\"Miyagi\",\"JP05\":\"Akita\",\"JP06\":\"Yamagata\",\"JP07\":\"Fukushima\",\"JP08\":\"Ibaraki\",\"JP09\":\"Tochigi\",\"JP10\":\"Gunma\",\"JP11\":\"Saitama\",\"JP12\":\"Chiba\",\"JP13\":\"Tokyo\",\"JP14\":\"Kanagawa\",\"JP15\":\"Niigata\",\"JP16\":\"Toyama\",\"JP17\":\"Ishikawa\",\"JP18\":\"Fukui\",\"JP19\":\"Yamanashi\",\"JP20\":\"Nagano\",\"JP21\":\"Gifu\",\"JP22\":\"Shizuoka\",\"JP23\":\"Aichi\",\"JP24\":\"Mie\",\"JP25\":\"Shiga\",\"JP26\":\"Kyoto\",\"JP27\":\"Osaka\",\"JP28\":\"Hyogo\",\"JP29\":\"Nara\",\"JP30\":\"Wakayama\",\"JP31\":\"Tottori\",\"JP32\":\"Shimane\",\"JP33\":\"Okayama\",\"JP34\":\"Hiroshima\",\"JP35\":\"Yamaguchi\",\"JP36\":\"Tokushima\",\"JP37\":\"Kagawa\",\"JP38\":\"Ehime\",\"JP39\":\"Kochi\",\"JP40\":\"Fukuoka\",\"JP41\":\"Saga\",\"JP42\":\"Nagasaki\",\"JP43\":\"Kumamoto\",\"JP44\":\"Oita\",\"JP45\":\"Miyazaki\",\"JP46\":\"Kagoshima\",\"JP47\":\"Okinawa\"},\"KR\":[],\"KW\":[],\"LB\":[],\"LR\":{\"BM\":\"Bomi\",\"BN\":\"Bong\",\"GA\":\"Gbarpolu\",\"GB\":\"Grand Bassa\",\"GC\":\"Grand Cape Mount\",\"GG\":\"Grand Gedeh\",\"GK\":\"Grand Kru\",\"LO\":\"Lofa\",\"MA\":\"Margibi\",\"MY\":\"Maryland\",\"MO\":\"Montserrado\",\"NM\":\"Nimba\",\"RV\":\"Rivercess\",\"RG\":\"River Gee\",\"SN\":\"Sinoe\"},\"LU\":[],\"MD\":{\"C\":\"Chi\u0219in\u0103u\",\"BL\":\"B\u0103l\u021bi\",\"AN\":\"Anenii Noi\",\"BS\":\"Basarabeasca\",\"BR\":\"Briceni\",\"CH\":\"Cahul\",\"CT\":\"Cantemir\",\"CL\":\"C\u0103l\u0103ra\u0219i\",\"CS\":\"C\u0103u\u0219eni\",\"CM\":\"Cimi\u0219lia\",\"CR\":\"Criuleni\",\"DN\":\"Dondu\u0219eni\",\"DR\":\"Drochia\",\"DB\":\"Dub\u0103sari\",\"ED\":\"Edine\u021b\",\"FL\":\"F\u0103le\u0219ti\",\"FR\":\"Flore\u0219ti\",\"GE\":\"UTA G\u0103g\u0103uzia\",\"GL\":\"Glodeni\",\"HN\":\"H\u00eence\u0219ti\",\"IL\":\"Ialoveni\",\"LV\":\"Leova\",\"NS\":\"Nisporeni\",\"OC\":\"Ocni\u021ba\",\"OR\":\"Orhei\",\"RZ\":\"Rezina\",\"RS\":\"R\u00ee\u0219cani\",\"SG\":\"S\u00eengerei\",\"SR\":\"Soroca\",\"ST\":\"Str\u0103\u0219eni\",\"SD\":\"\u0218old\u0103ne\u0219ti\",\"SV\":\"\u0218tefan Vod\u0103\",\"TR\":\"Taraclia\",\"TL\":\"Telene\u0219ti\",\"UN\":\"Ungheni\"},\"MQ\":[],\"MT\":[],\"MX\":{\"DF\":\"Ciudad de M\u00e9xico\",\"JA\":\"Jalisco\",\"NL\":\"Nuevo Le\u00f3n\",\"AG\":\"Aguascalientes\",\"BC\":\"Baja California\",\"BS\":\"Baja California Sur\",\"CM\":\"Campeche\",\"CS\":\"Chiapas\",\"CH\":\"Chihuahua\",\"CO\":\"Coahuila\",\"CL\":\"Colima\",\"DG\":\"Durango\",\"GT\":\"Guanajuato\",\"GR\":\"Guerrero\",\"HG\":\"Hidalgo\",\"MX\":\"Estado de M\u00e9xico\",\"MI\":\"Michoac\u00e1n\",\"MO\":\"Morelos\",\"NA\":\"Nayarit\",\"OA\":\"Oaxaca\",\"PU\":\"Puebla\",\"QT\":\"Quer\u00e9taro\",\"QR\":\"Quintana Roo\",\"SL\":\"San Luis Potos\u00ed\",\"SI\":\"Sinaloa\",\"SO\":\"Sonora\",\"TB\":\"Tabasco\",\"TM\":\"Tamaulipas\",\"TL\":\"Tlaxcala\",\"VE\":\"Veracruz\",\"YU\":\"Yucat\u00e1n\",\"ZA\":\"Zacatecas\"},\"MY\":{\"JHR\":\"Johor\",\"KDH\":\"Kedah\",\"KTN\":\"Kelantan\",\"LBN\":\"Labuan\",\"MLK\":\"Malacca (Melaka)\",\"NSN\":\"Negeri Sembilan\",\"PHG\":\"Pahang\",\"PNG\":\"Penang (Pulau Pinang)\",\"PRK\":\"Perak\",\"PLS\":\"Perlis\",\"SBH\":\"Sabah\",\"SWK\":\"Sarawak\",\"SGR\":\"Selangor\",\"TRG\":\"Terengganu\",\"PJY\":\"Putrajaya\",\"KUL\":\"Kuala Lumpur\"},\"NG\":{\"AB\":\"Abia\",\"FC\":\"Abuja\",\"AD\":\"Adamawa\",\"AK\":\"Akwa Ibom\",\"AN\":\"Anambra\",\"BA\":\"Bauchi\",\"BY\":\"Bayelsa\",\"BE\":\"Benue\",\"BO\":\"Borno\",\"CR\":\"Cross River\",\"DE\":\"Delta\",\"EB\":\"Ebonyi\",\"ED\":\"Edo\",\"EK\":\"Ekiti\",\"EN\":\"Enugu\",\"GO\":\"Gombe\",\"IM\":\"Imo\",\"JI\":\"Jigawa\",\"KD\":\"Kaduna\",\"KN\":\"Kano\",\"KT\":\"Katsina\",\"KE\":\"Kebbi\",\"KO\":\"Kogi\",\"KW\":\"Kwara\",\"LA\":\"Lagos\",\"NA\":\"Nasarawa\",\"NI\":\"Niger\",\"OG\":\"Ogun\",\"ON\":\"Ondo\",\"OS\":\"Osun\",\"OY\":\"Oyo\",\"PL\":\"Plateau\",\"RI\":\"Rivers\",\"SO\":\"Sokoto\",\"TA\":\"Taraba\",\"YO\":\"Yobe\",\"ZA\":\"Zamfara\"},\"NL\":[],\"NO\":[],\"NP\":{\"BAG\":\"Bagmati\",\"BHE\":\"Bheri\",\"DHA\":\"Dhaulagiri\",\"GAN\":\"Gandaki\",\"JAN\":\"Janakpur\",\"KAR\":\"Karnali\",\"KOS\":\"Koshi\",\"LUM\":\"Lumbini\",\"MAH\":\"Mahakali\",\"MEC\":\"Mechi\",\"NAR\":\"Narayani\",\"RAP\":\"Rapti\",\"SAG\":\"Sagarmatha\",\"SET\":\"Seti\"},\"NZ\":{\"NL\":\"Northland\",\"AK\":\"Auckland\",\"WA\":\"Waikato\",\"BP\":\"Bay of Plenty\",\"TK\":\"Taranaki\",\"GI\":\"Gisborne\",\"HB\":\"Hawke\u2019s Bay\",\"MW\":\"Manawatu-Wanganui\",\"WE\":\"Wellington\",\"NS\":\"Nelson\",\"MB\":\"Marlborough\",\"TM\":\"Tasman\",\"WC\":\"West Coast\",\"CT\":\"Canterbury\",\"OT\":\"Otago\",\"SL\":\"Southland\"},\"PE\":{\"CAL\":\"El Callao\",\"LMA\":\"Municipalidad Metropolitana de Lima\",\"AMA\":\"Amazonas\",\"ANC\":\"Ancash\",\"APU\":\"Apur\u00edmac\",\"ARE\":\"Arequipa\",\"AYA\":\"Ayacucho\",\"CAJ\":\"Cajamarca\",\"CUS\":\"Cusco\",\"HUV\":\"Huancavelica\",\"HUC\":\"Hu\u00e1nuco\",\"ICA\":\"Ica\",\"JUN\":\"Jun\u00edn\",\"LAL\":\"La Libertad\",\"LAM\":\"Lambayeque\",\"LIM\":\"Lima\",\"LOR\":\"Loreto\",\"MDD\":\"Madre de Dios\",\"MOQ\":\"Moquegua\",\"PAS\":\"Pasco\",\"PIU\":\"Piura\",\"PUN\":\"Puno\",\"SAM\":\"San Mart\u00edn\",\"TAC\":\"Tacna\",\"TUM\":\"Tumbes\",\"UCA\":\"Ucayali\"},\"PH\":{\"ABR\":\"Abra\",\"AGN\":\"Agusan del Norte\",\"AGS\":\"Agusan del Sur\",\"AKL\":\"Aklan\",\"ALB\":\"Albay\",\"ANT\":\"Antique\",\"APA\":\"Apayao\",\"AUR\":\"Aurora\",\"BAS\":\"Basilan\",\"BAN\":\"Bataan\",\"BTN\":\"Batanes\",\"BTG\":\"Batangas\",\"BEN\":\"Benguet\",\"BIL\":\"Biliran\",\"BOH\":\"Bohol\",\"BUK\":\"Bukidnon\",\"BUL\":\"Bulacan\",\"CAG\":\"Cagayan\",\"CAN\":\"Camarines Norte\",\"CAS\":\"Camarines Sur\",\"CAM\":\"Camiguin\",\"CAP\":\"Capiz\",\"CAT\":\"Catanduanes\",\"CAV\":\"Cavite\",\"CEB\":\"Cebu\",\"COM\":\"Compostela Valley\",\"NCO\":\"Cotabato\",\"DAV\":\"Davao del Norte\",\"DAS\":\"Davao del Sur\",\"DAC\":\"Davao Occidental\",\"DAO\":\"Davao Oriental\",\"DIN\":\"Dinagat Islands\",\"EAS\":\"Eastern Samar\",\"GUI\":\"Guimaras\",\"IFU\":\"Ifugao\",\"ILN\":\"Ilocos Norte\",\"ILS\":\"Ilocos Sur\",\"ILI\":\"Iloilo\",\"ISA\":\"Isabela\",\"KAL\":\"Kalinga\",\"LUN\":\"La Union\",\"LAG\":\"Laguna\",\"LAN\":\"Lanao del Norte\",\"LAS\":\"Lanao del Sur\",\"LEY\":\"Leyte\",\"MAG\":\"Maguindanao\",\"MAD\":\"Marinduque\",\"MAS\":\"Masbate\",\"MSC\":\"Misamis Occidental\",\"MSR\":\"Misamis Oriental\",\"MOU\":\"Mountain Province\",\"NEC\":\"Negros Occidental\",\"NER\":\"Negros Oriental\",\"NSA\":\"Northern Samar\",\"NUE\":\"Nueva Ecija\",\"NUV\":\"Nueva Vizcaya\",\"MDC\":\"Occidental Mindoro\",\"MDR\":\"Oriental Mindoro\",\"PLW\":\"Palawan\",\"PAM\":\"Pampanga\",\"PAN\":\"Pangasinan\",\"QUE\":\"Quezon\",\"QUI\":\"Quirino\",\"RIZ\":\"Rizal\",\"ROM\":\"Romblon\",\"WSA\":\"Samar\",\"SAR\":\"Sarangani\",\"SIQ\":\"Siquijor\",\"SOR\":\"Sorsogon\",\"SCO\":\"South Cotabato\",\"SLE\":\"Southern Leyte\",\"SUK\":\"Sultan Kudarat\",\"SLU\":\"Sulu\",\"SUN\":\"Surigao del Norte\",\"SUR\":\"Surigao del Sur\",\"TAR\":\"Tarlac\",\"TAW\":\"Tawi-Tawi\",\"ZMB\":\"Zambales\",\"ZAN\":\"Zamboanga del Norte\",\"ZAS\":\"Zamboanga del Sur\",\"ZSI\":\"Zamboanga Sibugay\",\"00\":\"Metro Manila\"},\"PK\":{\"JK\":\"Azad Kashmir\",\"BA\":\"Balochistan\",\"TA\":\"FATA\",\"GB\":\"Gilgit Baltistan\",\"IS\":\"Islamabad Capital Territory\",\"KP\":\"Khyber Pakhtunkhwa\",\"PB\":\"Punjab\",\"SD\":\"Sindh\"},\"PL\":[],\"PT\":[],\"PY\":{\"PY-ASU\":\"Asunci\u00f3n\",\"PY-1\":\"Concepci\u00f3n\",\"PY-2\":\"San Pedro\",\"PY-3\":\"Cordillera\",\"PY-4\":\"Guair\u00e1\",\"PY-5\":\"Caaguaz\u00fa\",\"PY-6\":\"Caazap\u00e1\",\"PY-7\":\"Itap\u00faa\",\"PY-8\":\"Misiones\",\"PY-9\":\"Paraguar\u00ed\",\"PY-10\":\"Alto Paran\u00e1\",\"PY-11\":\"Central\",\"PY-12\":\"\u00d1eembuc\u00fa\",\"PY-13\":\"Amambay\",\"PY-14\":\"Canindey\u00fa\",\"PY-15\":\"Presidente Hayes\",\"PY-16\":\"Alto Paraguay\",\"PY-17\":\"Boquer\u00f3n\"},\"RE\":[],\"RO\":{\"AB\":\"Alba\",\"AR\":\"Arad\",\"AG\":\"Arge\u0219\",\"BC\":\"Bac\u0103u\",\"BH\":\"Bihor\",\"BN\":\"Bistri\u021ba-N\u0103s\u0103ud\",\"BT\":\"Boto\u0219ani\",\"BR\":\"Br\u0103ila\",\"BV\":\"Bra\u0219ov\",\"B\":\"Bucure\u0219ti\",\"BZ\":\"Buz\u0103u\",\"CL\":\"C\u0103l\u0103ra\u0219i\",\"CS\":\"Cara\u0219-Severin\",\"CJ\":\"Cluj\",\"CT\":\"Constan\u021ba\",\"CV\":\"Covasna\",\"DB\":\"D\u00e2mbovi\u021ba\",\"DJ\":\"Dolj\",\"GL\":\"Gala\u021bi\",\"GR\":\"Giurgiu\",\"GJ\":\"Gorj\",\"HR\":\"Harghita\",\"HD\":\"Hunedoara\",\"IL\":\"Ialomi\u021ba\",\"IS\":\"Ia\u0219i\",\"IF\":\"Ilfov\",\"MM\":\"Maramure\u0219\",\"MH\":\"Mehedin\u021bi\",\"MS\":\"Mure\u0219\",\"NT\":\"Neam\u021b\",\"OT\":\"Olt\",\"PH\":\"Prahova\",\"SJ\":\"S\u0103laj\",\"SM\":\"Satu Mare\",\"SB\":\"Sibiu\",\"SV\":\"Suceava\",\"TR\":\"Teleorman\",\"TM\":\"Timi\u0219\",\"TL\":\"Tulcea\",\"VL\":\"V\u00e2lcea\",\"VS\":\"Vaslui\",\"VN\":\"Vrancea\"},\"RS\":[],\"SG\":[],\"SK\":[],\"SI\":[],\"TH\":{\"TH-37\":\"Amnat Charoen\",\"TH-15\":\"Ang Thong\",\"TH-14\":\"Ayutthaya\",\"TH-10\":\"Bangkok\",\"TH-38\":\"Bueng Kan\",\"TH-31\":\"Buri Ram\",\"TH-24\":\"Chachoengsao\",\"TH-18\":\"Chai Nat\",\"TH-36\":\"Chaiyaphum\",\"TH-22\":\"Chanthaburi\",\"TH-50\":\"Chiang Mai\",\"TH-57\":\"Chiang Rai\",\"TH-20\":\"Chonburi\",\"TH-86\":\"Chumphon\",\"TH-46\":\"Kalasin\",\"TH-62\":\"Kamphaeng Phet\",\"TH-71\":\"Kanchanaburi\",\"TH-40\":\"Khon Kaen\",\"TH-81\":\"Krabi\",\"TH-52\":\"Lampang\",\"TH-51\":\"Lamphun\",\"TH-42\":\"Loei\",\"TH-16\":\"Lopburi\",\"TH-58\":\"Mae Hong Son\",\"TH-44\":\"Maha Sarakham\",\"TH-49\":\"Mukdahan\",\"TH-26\":\"Nakhon Nayok\",\"TH-73\":\"Nakhon Pathom\",\"TH-48\":\"Nakhon Phanom\",\"TH-30\":\"Nakhon Ratchasima\",\"TH-60\":\"Nakhon Sawan\",\"TH-80\":\"Nakhon Si Thammarat\",\"TH-55\":\"Nan\",\"TH-96\":\"Narathiwat\",\"TH-39\":\"Nong Bua Lam Phu\",\"TH-43\":\"Nong Khai\",\"TH-12\":\"Nonthaburi\",\"TH-13\":\"Pathum Thani\",\"TH-94\":\"Pattani\",\"TH-82\":\"Phang Nga\",\"TH-93\":\"Phatthalung\",\"TH-56\":\"Phayao\",\"TH-67\":\"Phetchabun\",\"TH-76\":\"Phetchaburi\",\"TH-66\":\"Phichit\",\"TH-65\":\"Phitsanulok\",\"TH-54\":\"Phrae\",\"TH-83\":\"Phuket\",\"TH-25\":\"Prachin Buri\",\"TH-77\":\"Prachuap Khiri Khan\",\"TH-85\":\"Ranong\",\"TH-70\":\"Ratchaburi\",\"TH-21\":\"Rayong\",\"TH-45\":\"Roi Et\",\"TH-27\":\"Sa Kaeo\",\"TH-47\":\"Sakon Nakhon\",\"TH-11\":\"Samut Prakan\",\"TH-74\":\"Samut Sakhon\",\"TH-75\":\"Samut Songkhram\",\"TH-19\":\"Saraburi\",\"TH-91\":\"Satun\",\"TH-17\":\"Sing Buri\",\"TH-33\":\"Sisaket\",\"TH-90\":\"Songkhla\",\"TH-64\":\"Sukhothai\",\"TH-72\":\"Suphan Buri\",\"TH-84\":\"Surat Thani\",\"TH-32\":\"Surin\",\"TH-63\":\"Tak\",\"TH-92\":\"Trang\",\"TH-23\":\"Trat\",\"TH-34\":\"Ubon Ratchathani\",\"TH-41\":\"Udon Thani\",\"TH-61\":\"Uthai Thani\",\"TH-53\":\"Uttaradit\",\"TH-95\":\"Yala\",\"TH-35\":\"Yasothon\"},\"TR\":{\"TR01\":\"Adana\",\"TR02\":\"Ad\u0131yaman\",\"TR03\":\"Afyon\",\"TR04\":\"A\u011fr\u0131\",\"TR05\":\"Amasya\",\"TR06\":\"Ankara\",\"TR07\":\"Antalya\",\"TR08\":\"Artvin\",\"TR09\":\"Ayd\u0131n\",\"TR10\":\"Bal\u0131kesir\",\"TR11\":\"Bilecik\",\"TR12\":\"Bing\u00f6l\",\"TR13\":\"Bitlis\",\"TR14\":\"Bolu\",\"TR15\":\"Burdur\",\"TR16\":\"Bursa\",\"TR17\":\"\u00c7anakkale\",\"TR18\":\"\u00c7ank\u0131r\u0131\",\"TR19\":\"\u00c7orum\",\"TR20\":\"Denizli\",\"TR21\":\"Diyarbak\u0131r\",\"TR22\":\"Edirne\",\"TR23\":\"Elaz\u0131\u011f\",\"TR24\":\"Erzincan\",\"TR25\":\"Erzurum\",\"TR26\":\"Eski\u015fehir\",\"TR27\":\"Gaziantep\",\"TR28\":\"Giresun\",\"TR29\":\"G\u00fcm\u00fc\u015fhane\",\"TR30\":\"Hakkari\",\"TR31\":\"Hatay\",\"TR32\":\"Isparta\",\"TR33\":\"\u0130\u00e7el\",\"TR34\":\"\u0130stanbul\",\"TR35\":\"\u0130zmir\",\"TR36\":\"Kars\",\"TR37\":\"Kastamonu\",\"TR38\":\"Kayseri\",\"TR39\":\"K\u0131rklareli\",\"TR40\":\"K\u0131r\u015fehir\",\"TR41\":\"Kocaeli\",\"TR42\":\"Konya\",\"TR43\":\"K\u00fctahya\",\"TR44\":\"Malatya\",\"TR45\":\"Manisa\",\"TR46\":\"Kahramanmara\u015f\",\"TR47\":\"Mardin\",\"TR48\":\"Mu\u011fla\",\"TR49\":\"Mu\u015f\",\"TR50\":\"Nev\u015fehir\",\"TR51\":\"Ni\u011fde\",\"TR52\":\"Ordu\",\"TR53\":\"Rize\",\"TR54\":\"Sakarya\",\"TR55\":\"Samsun\",\"TR56\":\"Siirt\",\"TR57\":\"Sinop\",\"TR58\":\"Sivas\",\"TR59\":\"Tekirda\u011f\",\"TR60\":\"Tokat\",\"TR61\":\"Trabzon\",\"TR62\":\"Tunceli\",\"TR63\":\"\u015eanl\u0131urfa\",\"TR64\":\"U\u015fak\",\"TR65\":\"Van\",\"TR66\":\"Yozgat\",\"TR67\":\"Zonguldak\",\"TR68\":\"Aksaray\",\"TR69\":\"Bayburt\",\"TR70\":\"Karaman\",\"TR71\":\"K\u0131r\u0131kkale\",\"TR72\":\"Batman\",\"TR73\":\"\u015e\u0131rnak\",\"TR74\":\"Bart\u0131n\",\"TR75\":\"Ardahan\",\"TR76\":\"I\u011fd\u0131r\",\"TR77\":\"Yalova\",\"TR78\":\"Karab\u00fck\",\"TR79\":\"Kilis\",\"TR80\":\"Osmaniye\",\"TR81\":\"D\u00fczce\"},\"TZ\":{\"TZ01\":\"Arusha\",\"TZ02\":\"Dar es Salaam\",\"TZ03\":\"Dodoma\",\"TZ04\":\"Iringa\",\"TZ05\":\"Kagera\",\"TZ06\":\"Pemba North\",\"TZ07\":\"Zanzibar North\",\"TZ08\":\"Kigoma\",\"TZ09\":\"Kilimanjaro\",\"TZ10\":\"Pemba South\",\"TZ11\":\"Zanzibar South\",\"TZ12\":\"Lindi\",\"TZ13\":\"Mara\",\"TZ14\":\"Mbeya\",\"TZ15\":\"Zanzibar West\",\"TZ16\":\"Morogoro\",\"TZ17\":\"Mtwara\",\"TZ18\":\"Mwanza\",\"TZ19\":\"Coast\",\"TZ20\":\"Rukwa\",\"TZ21\":\"Ruvuma\",\"TZ22\":\"Shinyanga\",\"TZ23\":\"Singida\",\"TZ24\":\"Tabora\",\"TZ25\":\"Tanga\",\"TZ26\":\"Manyara\",\"TZ27\":\"Geita\",\"TZ28\":\"Katavi\",\"TZ29\":\"Njombe\",\"TZ30\":\"Simiyu\"},\"LK\":[],\"SE\":[],\"US\":{\"AL\":\"Alabama\",\"AK\":\"Alaska\",\"AZ\":\"Arizona\",\"AR\":\"Arkansas\",\"CA\":\"California\",\"CO\":\"Colorado\",\"CT\":\"Connecticut\",\"DE\":\"Delaware\",\"DC\":\"District Of Columbia\",\"FL\":\"Florida\",\"GA\":\"Georgia\",\"HI\":\"Hawaii\",\"ID\":\"Idaho\",\"IL\":\"Illinois\",\"IN\":\"Indiana\",\"IA\":\"Iowa\",\"KS\":\"Kansas\",\"KY\":\"Kentucky\",\"LA\":\"Louisiana\",\"ME\":\"Maine\",\"MD\":\"Maryland\",\"MA\":\"Massachusetts\",\"MI\":\"Michigan\",\"MN\":\"Minnesota\",\"MS\":\"Mississippi\",\"MO\":\"Missouri\",\"MT\":\"Montana\",\"NE\":\"Nebraska\",\"NV\":\"Nevada\",\"NH\":\"New Hampshire\",\"NJ\":\"New Jersey\",\"NM\":\"New Mexico\",\"NY\":\"New York\",\"NC\":\"North Carolina\",\"ND\":\"North Dakota\",\"OH\":\"Ohio\",\"OK\":\"Oklahoma\",\"OR\":\"Oregon\",\"PA\":\"Pennsylvania\",\"RI\":\"Rhode Island\",\"SC\":\"South Carolina\",\"SD\":\"South Dakota\",\"TN\":\"Tennessee\",\"TX\":\"Texas\",\"UT\":\"Utah\",\"VT\":\"Vermont\",\"VA\":\"Virginia\",\"WA\":\"Washington\",\"WV\":\"West Virginia\",\"WI\":\"Wisconsin\",\"WY\":\"Wyoming\",\"AA\":\"Armed Forces (AA)\",\"AE\":\"Armed Forces (AE)\",\"AP\":\"Armed Forces (AP)\"},\"VN\":[],\"YT\":[],\"ZA\":{\"EC\":\"Eastern Cape\",\"FS\":\"Free State\",\"GP\":\"Gauteng\",\"KZN\":\"KwaZulu-Natal\",\"LP\":\"Limpopo\",\"MP\":\"Mpumalanga\",\"NC\":\"Northern Cape\",\"NW\":\"North West\",\"WC\":\"Western Cape\"}}","password_strength":{"min_password_strength":3,"i18n_password_error":"Please enter a stronger password.","i18n_password_hint":"Hint: The password should be at least eight characters long. To make it stronger, use upper and lower case letters, numbers, and symbols like ! " ? $ % ^ & )."}};
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/assets/js/xoo-aff-js.js?ver=1707727882" id="xoo-aff-js-js"></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/easy-login-woocommerce/library/smooth-scrollbar/smooth-scrollbar.js?ver=1707727882" id="smooth-scrollbar-js"></script>
<script id="xoo-el-js-js-extra">
var xoo_el_localize = {"adminurl":"https:\/\/www.cravoury.com\/wp-admin\/admin-ajax.php","redirectDelay":"300","html":{"spinner":"<i class=\"fas fa-circle-notch spinner fa-spin\" aria-hidden=\"true\"><\/i>"},"autoOpenPopup":"no","autoOpenPopupOnce":"no","aoDelay":"500"};
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/easy-login-woocommerce/assets/js/xoo-el-js.js?ver=1707727882" id="xoo-el-js-js"></script>
<script id="eael-general-js-extra">
var localize = {"ajaxurl":"https:\/\/www.cravoury.com\/wp-admin\/admin-ajax.php","nonce":"5b9f8eec48","i18n":{"added":"Added ","compare":"Compare","loading":"Loading..."},"eael_translate_text":{"required_text":"is a required field","invalid_text":"Invalid","billing_text":"Billing","shipping_text":"Shipping","fg_mfp_counter_text":"of"},"page_permalink":"https:\/\/www.cravoury.com\/theme-cakes\/","cart_redirectition":"yes","cart_page_url":"https:\/\/www.cravoury.com\/cart\/","el_breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}};
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/view/general.min.js?ver=5.9.2" id="eael-general-js"></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.cravoury.com/wp-content/cache/min/1/wp-content/uploads/essential-addons-elementor/eael-9668.js?ver=1707728228" id="eael-9668-js"></script>
<script id="happy-elementor-addons-js-extra">
var HappyLocalize = {"ajax_url":"https:\/\/www.cravoury.com\/wp-admin\/admin-ajax.php","nonce":"5b302b078c","pdf_js_lib":"https:\/\/www.cravoury.com\/wp-content\/plugins\/happy-elementor-addons\/assets\/vendor\/pdfjs\/lib"};
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-content/plugins/happy-elementor-addons/assets/js/happy-addons.min.js?ver=3.10.0" id="happy-elementor-addons-js"></script>
<script src="https://www.cravoury.com/wp-content/plugins/reviewx/resources/assets/storefront/js/jquery.magnific-popup.min.js?ver=1.6.19" id="reviewx-magnific-popup-min-js-js"></script>
<script src="https://www.cravoury.com/wp-content/plugins/reviewx/resources/assets/storefront/js/jquery.validate.min.js?ver=1.6.19" id="reviewx-jquery-validate-js-js"></script>
<script id="reviewx-js-js-extra">
var rx_ajax_data = {"ajax_url":"https:\/\/www.cravoury.com\/wp-admin\/admin-ajax.php","ajax_nonce":"cb428a9fa2","rx_review_title_error":"Review title can't be empty","rx_review_text_error":"Review can't be empty","rx_rating_satisfaction":"Please rate your satisfaction","review_success_title":"Success","review_success_msg":"Your review submitted successfully!","review_status_msg":"<svg width=\"18\" height=\"18\" viewBox=\"0 0 1792 1792\" class=\"rx-review-status-notice-i\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M1152 1376v-160q0-14-9-23t-23-9h-96v-512q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v160q0 14 9 23t23 9h96v320h-96q-14 0-23 9t-9 23v160q0 14 9 23t23 9h448q14 0 23-9t9-23zm-128-896v-160q0-14-9-23t-23-9h-192q-14 0-23 9t-9 23v160q0 14 9 23t23 9h192q14 0 23-9t9-23zm640 416q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z\"\/><\/svg> Your review is awaiting for approval","review_failed_title":"Error","review_failed_msg":"Review submission failed!","already_review_msg":"This email has already given review on this product","highlight_button_text":"<span><svg style=\"height: 15px; vertical-align: middle\" aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"adjust\" class=\"svg-inline--fa fa-adjust fa-w-16\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path fill=\"currentColor\" d=\"M8 256c0 136.966 111.033 248 248 248s248-111.034 248-248S392.966 8 256 8 8 119.033 8 256zm248 184V72c101.705 0 184 82.311 184 184 0 101.705-82.311 184-184 184z\"><\/path><\/svg> Highlight <\/span>","highlight_button_rtext":"<span><svg style=\"height: 15px; vertical-align: middle; color :#f75677 \" aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"trash\" class=\"svg-inline--fa fa-trash fa-w-14\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zM53.2 467a48 48 0 0 0 47.9 45h245.8a48 48 0 0 0 47.9-45L416 128H32z\"><\/path><\/svg> Remove<\/span>","reply_to_this_review":"Reply to this review","edit_this_reply":"Edit this reply","review_reply":"Reply Review","reply_update":"Update","review_reply_cancel":"Cancel","please_reave_message":"Please leave a message","please_enter_title":"Please enter a title","please_enter_email":"Please enter a valid email address","please_enter_name":"Please enter your name","please_accept_agreement":"Please accept the compliance","theme_name":"oceanwp","rx_max_file_size":"Max file size (5MB) exceeds"};
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/reviewx/resources/assets/storefront/js/reviewx.js?ver=1707727882" id="reviewx-js-js"></script>
<script id="sa-handle-footer-js-extra">
var sa_otp_settings = {"otp_time":"15","valid_otp":"OTP Validated Successfully.","show_countrycode":"on","site_url":"https:\/\/www.cravoury.com","ajax_url":"https:\/\/www.cravoury.com\/wp-admin\/admin-ajax.php","is_checkout":"","login_with_otp":"","buyer_login_otp":"","hide_default_login_form":"off","signup_with_mobile":"","lang":""};
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-content/plugins/sms-alert/js/otp-sms.min.js?ver=3.6.5" id="sa-handle-footer-js"></script>
<script id="sa_pv_intl-phones-lib-js-extra">
var sa_country_settings = {"sa_default_countrycode":"91"};
var sa_notices = {"enter_here":"Enter Number Here"};
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-content/plugins/sms-alert/js/intlTelInput-jquery.min.js?ver=3.6.5" id="sa_pv_intl-phones-lib-js"></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/sms-alert/js/utils.js?ver=1707727882" id="wccheckout_utils-js"></script>
<script id="wccheckout_default-js-extra">
var sa_intl_warning = {"invalid_no":"Invalid number","invalid_country":"Invalid country code","ppvn":"Please provide a valid Number","whitelist_countries":["91"]};
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/sms-alert/js/phone-number-validate.js?ver=1707727882" id="wccheckout_default-js"></script>
<script type="rocketlazyloadscript" id="rocket-browser-checker-js-after">
"use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
</script>
<script id="rocket-preload-links-js-extra">
var RocketPreloadLinksConfig = {"excludeUris":"\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/checkout\/??(.*)|\/cart\/?|\/my-account\/??(.*)|\/wc-api\/v(.*)|\/(index.php\/)?(.*)wp-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/www.cravoury.com","onHoverDelay":"100","rateThrottle":"3"};
</script>
<script type="rocketlazyloadscript" id="rocket-preload-links-js-after">
(function() {
"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());
</script>
<script id="rocket_lazyload_css-js-extra">
var rocket_lazyload_css_data = {"threshold":"300"};
</script>
<script id="rocket_lazyload_css-js-after">
!function o(n,c,a){function s(t,e){if(!c[t]){if(!n[t]){var r="function"==typeof require&&require;if(!e&&r)return r(t,!0);if(u)return u(t,!0);throw(r=new Error("Cannot find module '"+t+"'")).code="MODULE_NOT_FOUND",r}r=c[t]={exports:{}},n[t][0].call(r.exports,function(e){return s(n[t][1][e]||e)},r,r.exports,o,n,c,a)}return c[t].exports}for(var u="function"==typeof require&&require,e=0;e<a.length;e++)s(a[e]);return s}({1:[function(e,t,r){"use strict";!function(){const r="undefined"==typeof rocket_pairs?[]:rocket_pairs,e="undefined"==typeof rocket_excluded_pairs?[]:rocket_excluded_pairs;e.map(t=>{var e=t.selector;const r=document.querySelectorAll(e);r.forEach(e=>{e.setAttribute("data-rocket-lazy-bg-".concat(t.hash),"excluded")})});const o=document.querySelector("#wpr-lazyload-bg");var t=rocket_lazyload_css_data.threshold||300;const n=new IntersectionObserver(e=>{e.forEach(t=>{if(t.isIntersecting){const e=r.filter(e=>t.target.matches(e.selector));e.map(t=>{t&&(o.innerHTML+=t.style,t.elements.forEach(e=>{n.unobserve(e),e.setAttribute("data-rocket-lazy-bg-".concat(t.hash),"loaded")}))})}})},{rootMargin:t+"px"});function c(){0<(0<arguments.length&&void 0!==arguments[0]?arguments[0]:[]).length&&r.forEach(t=>{try{const e=document.querySelectorAll(t.selector);e.forEach(e=>{"loaded"!==e.getAttribute("data-rocket-lazy-bg-".concat(t.hash))&&"excluded"!==e.getAttribute("data-rocket-lazy-bg-".concat(t.hash))&&(n.observe(e),(t.elements||(t.elements=[])).push(e))})}catch(e){console.error(e)}})}c();const a=function(){const o=window.MutationObserver;return function(e,t){if(e&&1===e.nodeType){const r=new o(t);return r.observe(e,{attributes:!0,childList:!0,subtree:!0}),r}}}();t=document.querySelector("body"),a(t,c)}()},{}]},{},[1]);
</script>
<script id="oceanwp-main-js-extra">
var oceanwpLocalize = {"nonce":"51a44ef74f","isRTL":"","menuSearchStyle":"drop_down","mobileMenuSearchStyle":"disabled","sidrSource":null,"sidrDisplace":"1","sidrSide":"left","sidrDropdownTarget":"link","verticalHeaderTarget":"link","customScrollOffset":"0","customSelects":".woocommerce-ordering .orderby, #dropdown_product_cat, .widget_categories select, .widget_archive select, .single-product .variations_form .variations select","wooCartStyle":"drop_down","is_cart":"","cart_url":"https:\/\/www.cravoury.com\/cart\/","ajax_url":"https:\/\/www.cravoury.com\/wp-admin\/admin-ajax.php","cart_redirect_after_add":"yes","view_cart":"View cart","floating_bar":"off","grouped_text":"View products","multistep_checkout_error":"Some required fields are empty. Please fill the required fields to go to the next step.","oe_mc_wpnonce":"4c1d5072c1"};
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-content/themes/oceanwp/assets/js/theme.min.js?ver=3.5.8" id="oceanwp-main-js"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-content/themes/oceanwp/assets/js/drop-down-mobile-menu.min.js?ver=3.5.8" id="oceanwp-drop-down-mobile-menu-js"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-content/themes/oceanwp/assets/js/drop-down-search.min.js?ver=3.5.8" id="oceanwp-drop-down-search-js"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-content/themes/oceanwp/assets/js/vendors/magnific-popup.min.js?ver=3.5.8" id="ow-magnific-popup-js"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-content/themes/oceanwp/assets/js/ow-lightbox.min.js?ver=3.5.8" id="oceanwp-lightbox-js"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-content/themes/oceanwp/assets/js/vendors/flickity.pkgd.min.js?ver=3.5.8" id="ow-flickity-js"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-content/themes/oceanwp/assets/js/ow-slider.min.js?ver=3.5.8" id="oceanwp-slider-js"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-content/themes/oceanwp/assets/js/scroll-effect.min.js?ver=3.5.8" id="oceanwp-scroll-effect-js"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-content/themes/oceanwp/assets/js/scroll-top.min.js?ver=3.5.8" id="oceanwp-scroll-top-js"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-content/themes/oceanwp/assets/js/select.min.js?ver=3.5.8" id="oceanwp-select-js"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-content/themes/oceanwp/assets/js/ow-infinite-scroll.min.js?ver=3.5.8" id="oceanwp-infinite-scroll-js"></script>
<script id="oceanwp-woocommerce-custom-features-js-extra">
var oceanwpLocalize = {"nonce":"51a44ef74f","isRTL":"","menuSearchStyle":"drop_down","mobileMenuSearchStyle":"disabled","sidrSource":null,"sidrDisplace":"1","sidrSide":"left","sidrDropdownTarget":"link","verticalHeaderTarget":"link","customScrollOffset":"0","customSelects":".woocommerce-ordering .orderby, #dropdown_product_cat, .widget_categories select, .widget_archive select, .single-product .variations_form .variations select","wooCartStyle":"drop_down","is_cart":"","cart_url":"https:\/\/www.cravoury.com\/cart\/","ajax_url":"https:\/\/www.cravoury.com\/wp-admin\/admin-ajax.php","cart_redirect_after_add":"yes","view_cart":"View cart","floating_bar":"off","grouped_text":"View products","multistep_checkout_error":"Some required fields are empty. Please fill the required fields to go to the next step.","oe_mc_wpnonce":"4c1d5072c1"};
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-content/themes/oceanwp/assets/js/wp-plugins/woocommerce/woo-custom-features.min.js?ver=3.5.8" id="oceanwp-woocommerce-custom-features-js"></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/elementskit-lite/libs/framework/assets/js/frontend-script.js?ver=1707727882" id="elementskit-framework-js-frontend-js"></script>
<script type="rocketlazyloadscript" id="elementskit-framework-js-frontend-js-after">
var elementskit = {
resturl: 'https://www.cravoury.com/wp-json/elementskit/v1/',
}
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/elementskit-lite/widgets/init/assets/js/widget-scripts.js?ver=1707727882" id="ekit-widget-scripts-js"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-content/themes/oceanwp/assets/js/wp-plugins/woocommerce/woo-quick-view.min.js?ver=3.5.8" id="oceanwp-woo-quick-view-js"></script>
<script id="wc-add-to-cart-variation-js-extra">
var wc_add_to_cart_variation_params = {"wc_ajax_url":"\/?wc-ajax=%%endpoint%%&elementor_page_id=9668","i18n_no_matching_variations_text":"Sorry, no products matched your selection. Please choose a different combination.","i18n_make_a_selection_text":"Please select some product options before adding this product to your cart.","i18n_unavailable_text":"Sorry, this product is unavailable. Please choose a different combination."};
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.min.js?ver=8.8.3" id="wc-add-to-cart-variation-js" data-wp-strategy="defer"></script>
<script type="rocketlazyloadscript" id="wc-add-to-cart-variation-js-after">
jQuery(function ($) { $(document).on('show_variation', function (event, variation, purchasable) { if(variation.cashback_amount) { $('.on-woo-wallet-cashback').show(); $('.on-woo-wallet-cashback').html(variation.cashback_html); } else { $('.on-woo-wallet-cashback').hide(); } }) });
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-content/themes/oceanwp/assets/js/wp-plugins/woocommerce/woo-mini-cart.min.js?ver=3.5.8" id="oceanwp-woo-mini-cart-js"></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/ocean-product-sharing/assets/js/social.js?ver=1707727882" id="ops-product-share-script-js"></script>
<script id="fca_pc_client_js-js-extra">
var fcaPcEvents = [];
var fcaPcPost = {"title":"Theme Cakes","type":"page","id":"9668","categories":[]};
var fcaPcOptions = {"pixel_types":["Facebook Pixel"],"ajax_url":"https:\/\/www.cravoury.com\/wp-admin\/admin-ajax.php","debug":"","edd_currency":"USD","nonce":"a5c3daaa67","utm_support":"","user_parameters":"","edd_enabled":"","edd_delay":"0","woo_enabled":"","woo_delay":"0","video_enabled":""};
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-content/plugins/facebook-conversion-pixel/pixel-cat.min.js?ver=3.0.3" id="fca_pc_client_js-js"></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/facebook-conversion-pixel/video.js?ver=1707727882" id="fca_pc_video_js-js"></script>
<script src="https://www.cravoury.com/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.0.1" id="smartmenus-js"></script>
<script id="wcpa-front-js-extra">
var wcpa_front = {"api_nonce":null,"root":"https:\/\/www.cravoury.com\/wp-json\/wcpa\/front\/","assets_url":"https:\/\/www.cravoury.com\/wp-content\/plugins\/woo-custom-product-addons\/assets\/","date_format":"F j, Y","time_format":"g:i a","validation_messages":{"formError":"Fix the errors shown above","requiredError":"Field is required","maxlengthError":"Maximum %s characters allowed","minValueError":"Minimum value required: %s","maxValueError":"Maximum value allowed: %s","validEmailError":"Provide a valid email address","validUrlError":"Provide a valid URL"},"ajax_add_to_cart":"","i18n_view_cart":"View cart","cart_url":"https:\/\/www.cravoury.com\/cart\/","is_cart":"","init_triggers":["qv_loader_stop","quick_view_pro:load","elementor\/popup\/show","xt_wooqv-product-loaded","woodmart-quick-view-displayed","porto_init_countdown","woopack.quickview.ajaxload","quick-view-displayed","update_lazyload","riode_load","yith_infs_added_elem","jet-popup\/show-event\/after-show","etheme_quick_view_content_loaded","wc_backbone_modal_loaded"]};
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/woo-custom-product-addons/assets/js/front-end.js?ver=1707727882" id="wcpa-front-js"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.7.3" id="elementor-pro-webpack-runtime-js"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.15.2" id="elementor-webpack-runtime-js"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.15.2" id="elementor-frontend-modules-js"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script>
<script type="rocketlazyloadscript" id="wp-i18n-js-after">
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
</script>
<script type="rocketlazyloadscript" id="elementor-pro-frontend-js-before">
var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/www.cravoury.com\/wp-admin\/admin-ajax.php","nonce":"a0ae410929","urls":{"assets":"https:\/\/www.cravoury.com\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/www.cravoury.com\/wp-json\/"},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"}},"woocommerce":{"menu_cart":{"cart_page_url":"https:\/\/www.cravoury.com\/cart\/","checkout_page_url":"https:\/\/www.cravoury.com\/checkout\/","fragments_nonce":"61955182e7"}},"facebook_sdk":{"lang":"en_US","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/www.cravoury.com\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}};
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.7.3" id="elementor-pro-frontend-js"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2" id="elementor-waypoints-js"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2" id="jquery-ui-core-js"></script>
<script type="rocketlazyloadscript" id="elementor-frontend-js-before">
var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselWrapperAriaLabel":"Carousel | Horizontal scrolling: Arrow Left & Right","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}},"version":"3.15.2","is_static":false,"experimentalFeatures":{"e_dom_optimization":true,"e_optimized_assets_loading":true,"additional_custom_breakpoints":true,"theme_builder_v2":true,"landing-pages":true,"page-transitions":true,"notes":true,"form-submissions":true,"e_scroll_snap":true},"urls":{"assets":"https:\/\/www.cravoury.com\/wp-content\/plugins\/elementor\/assets\/"},"swiperClass":"swiper-container","settings":{"page":[],"editorPreferences":[]},"kit":{"body_background_background":"classic","active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description","woocommerce_notices_elements":[]},"post":{"id":9668,"title":"Order%20Theme%20Cakes%20online%20%7C%20Store%20Pickup%20is%20Available","excerpt":"","featuredImage":false}};
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.15.2" id="elementor-frontend-js"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.7.3" id="pro-elements-handlers-js"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-content/plugins/elementskit-lite/widgets/init/assets/js/animate-circle.min.js?ver=2.9.0" id="animate-circle-js"></script>
<script id="elementskit-elementor-js-extra">
var ekit_config = {"ajaxurl":"https:\/\/www.cravoury.com\/wp-admin\/admin-ajax.php","nonce":"72c1e31bbd"};
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://www.cravoury.com/wp-content/cache/min/1/wp-content/plugins/elementskit-lite/widgets/init/assets/js/elementor.js?ver=1707727882" id="elementskit-elementor-js"></script>
<script src="https://www.cravoury.com/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js?ver=3.7.3" id="e-sticky-js"></script>
<script id="wpforms-elementor-js-extra">
var wpformsElementorVars = {"captcha_provider":"recaptcha","recaptcha_type":"v2"};
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-content/plugins/wpforms-lite/assets/js/integrations/elementor/frontend.min.js?ver=1.8.3.1" id="wpforms-elementor-js"></script>
<script src="https://www.cravoury.com/wp-content/plugins/woocommerce/assets/js/zoom/jquery.zoom.min.js?ver=1.7.21-wc.8.8.3" id="zoom-js" defer="" data-wp-strategy="defer"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe.min.js?ver=4.1.1-wc.8.8.3" id="photoswipe-js" defer="" data-wp-strategy="defer"></script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe-ui-default.min.js?ver=4.1.1-wc.8.8.3" id="photoswipe-ui-default-js" defer="" data-wp-strategy="defer"></script>
<script id="wc-single-product-js-extra">
var wc_single_product_params = {"i18n_required_rating_text":"Please select a rating","review_rating_required":"yes","flexslider":{"rtl":false,"animation":"slide","smoothHeight":true,"directionNav":false,"controlNav":"thumbnails","slideshow":false,"animationSpeed":500,"animationLoop":false,"allowOneSlide":false},"zoom_enabled":"1","zoom_options":[],"photoswipe_enabled":"1","photoswipe_options":{"shareEl":false,"closeOnScroll":false,"history":false,"hideAnimationDuration":0,"showAnimationDuration":0},"flexslider_enabled":"1"};
</script>
<script type="rocketlazyloadscript" data-rocket-src="https://www.cravoury.com/wp-content/plugins/woocommerce/assets/js/frontend/single-product.min.js?ver=8.8.3" id="wc-single-product-js" defer="" data-wp-strategy="defer"></script>
<script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async="" src="https://www.cravoury.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.min.js"></script><script>function lazyLoadThumb(e,alt){var t='<img data-lazy-src="https://i.ytimg.com/vi_webp/ID/hqdefault.webp" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi_webp/ID/hqdefault.webp" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';t=t.replace('alt=""','alt="'+alt+'"');return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id,a[t].dataset.alt),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script><script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode-wpr",this.deviceMode.setAttribute("class","elementor-screen-only"),document.body.appendChild(this.deviceMode)}_detectAnimations(){let t=getComputedStyle(this.deviceMode,":after").content.replace(/"/g,"");this.animationSettingKeys=this._listAnimationSettingsKeys(t),document.querySelectorAll(".elementor-invisible[data-settings]").forEach(t=>{const e=t.getBoundingClientRect();if(e.bottom>=0&&e.top<=window.innerHeight)try{this._animateElement(t)}catch(t){}})}_animateElement(t){const e=JSON.parse(t.dataset.settings),i=e._animation_delay||e.animation_delay||0,n=e[this.animationSettingKeys.find(t=>e[t])];if("none"===n)return void t.classList.remove("elementor-invisible");t.classList.remove(n),this.currentAnimation&&t.classList.remove(this.currentAnimation),this.currentAnimation=n;let s=setTimeout(()=>{t.classList.remove("elementor-invisible"),t.classList.add("animated",n),this._removeAnimationSettings(t,e)},i);window.addEventListener("rocket-startLoading",function(){clearTimeout(s)})}_listAnimationSettingsKeys(t="mobile"){const e=[""];switch(t){case"mobile":e.unshift("_mobile");case"tablet":e.unshift("_tablet");case"desktop":e.unshift("_desktop")}const i=[];return["animation","_animation"].forEach(t=>{e.forEach(e=>{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>delete e[t]),t.dataset.settings=JSON.stringify(e)}static run(){const t=new RocketElementorAnimation;requestAnimationFrame(t._detectAnimations.bind(t))}}document.addEventListener("DOMContentLoaded",RocketElementorAnimation.run);</script>
<span id="elementor-device-mode-wpr" class="elementor-screen-only"></span></body></html><!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1731534319 -->