
<style>

#dd-popup-overlay{

position:fixed;
left:0;
top:0;
width:100%;
height:100%;
background:rgba(0,0,0,.55);
backdrop-filter:blur(6px);

display:none;

z-index:999998;

}

#dd-popup{

position:fixed;

left:50%;
top:50%;

transform:translate(-50%,-50%) scale(.8);

width:92%;
max-width:430px;

background:white;

border-radius:26px;

padding:28px;

box-shadow:0 30px 80px rgba(0,0,0,.35);

display:none;

z-index:999999;

overflow:hidden;

}

#dd-popup.show{

display:block;

animation:popupShow .45s cubic-bezier(.17,.89,.32,1.28);

}

#dd-popup-overlay.show{

display:block;

animation:fadeIn .35s;

}

@keyframes popupShow{

0%{

opacity:0;

transform:translate(-50%,-45%) scale(.7);

}

100%{

opacity:1;

transform:translate(-50%,-50%) scale(1);

}

}

@keyframes fadeIn{

from{

opacity:0;

}

to{

opacity:1;

}

}

.dd-popup-top{

text-align:center;

}

.dd-popup-badge{

display:inline-block;

padding:8px 16px;

border-radius:100px;

background:#7c1323;

color:white;

font-size:12px;

font-weight:700;

margin-bottom:18px;

letter-spacing:.5px;

}

.dd-popup-top h2{

margin:0;

font-size:28px;

color:#651322;

}

.dd-popup-top p{

margin-top:12px;

line-height:1.7;

color:#666;

font-size:15px;

}

.dd-popup-card{

display:flex;

align-items:center;

gap:18px;

margin-top:16px;

padding:16px;

background:#fff7f5;

border-radius:16px;

transition:.25s;

}

.dd-popup-card:hover{

transform:translateY(-2px);

background:#fff0ec;

}

.dd-popup-card{

font-size:30px;

}

.dd-popup-card strong{

display:block;

font-size:17px;

color:#222;

}

.dd-popup-card span{

display:block;

margin-top:5px;

color:#777;

font-size:14px;

}

.dd-popup-note{

margin-top:24px;

text-align:center;

line-height:1.8;

font-size:14px;

color:#555;

}

#dd-popup-button{

margin-top:22px;

width:100%;

padding:16px;

background:#7c1323;

color:white;

border:none;

border-radius:14px;

font-size:17px;

font-weight:700;

cursor:pointer;

transition:.25s;

}

#dd-popup-button:hover{

transform:translateY(-2px);

background:#8d182c;

}

#dd-popup-close{

position:absolute;

right:14px;

top:12px;

width:36px;

height:36px;

border:none;

border-radius:50%;

background:#f5f5f5;

cursor:pointer;

font-size:18px;

}

@media(max-width:480px){

#dd-popup{

padding:22px;

}

.dd-popup-top h2{

font-size:23px;

}

}

</style>
<script>

document.addEventListener("DOMContentLoaded",function(){

    // Already shown in this browser session?
    if(sessionStorage.getItem("ddWelcomePopupShown")){
        return;
    }

    const popup=document.getElementById("dd-popup");
    const overlay=document.getElementById("dd-popup-overlay");

    if(!popup || !overlay){
        return;
    }

    setTimeout(function(){

        overlay.classList.add("show");
        popup.classList.add("show");

        sessionStorage.setItem("ddWelcomePopupShown","1");

    },700);

    function closePopup(){

        popup.classList.remove("show");
        overlay.classList.remove("show");

    }

    document.getElementById("dd-popup-close").onclick=closePopup;

    document.getElementById("dd-popup-button").onclick=closePopup;

    overlay.onclick=closePopup;

});

</script><?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://dipndessert.in/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://dipndessert.in/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://dipndessert.in/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://dipndessert.in/wp-sitemap-posts-product-1.xml</loc></sitemap><sitemap><loc>https://dipndessert.in/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://dipndessert.in/wp-sitemap-taxonomies-product_cat-1.xml</loc></sitemap><sitemap><loc>https://dipndessert.in/wp-sitemap-taxonomies-ddp_category-1.xml</loc></sitemap><sitemap><loc>https://dipndessert.in/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
