<style>
    /* This ensures our styles take priority over theme styles */
    .elementor-widget-auto_buy_now_button .elementor-buy-now-button {
        display: inline-block;
         text-decoration: none !important;
        transition: all 0.3s ease;
    }
    
    /* 3D Button Preset */
    .abn-preset-3d {
        position: relative;
        background: #4a6cf7;
        color: white !important;
        border: none !important;
        border-radius: 12px;
        padding: 15px 30px !important;
        font-weight: 600;
        cursor: pointer;
        transform-style: preserve-3d;
        transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        box-shadow: 
            0 -6px 0 0 rgba(0,0,0,0.2) inset,
            0 0 0 0 rgba(0,0,0,0.2),
            0 4px 10px rgba(0,0,0,0.1);
    }

    .abn-preset-3d::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #3a5bd9;
        border-radius: inherit;
        transform: translate3d(0, 6px, -1em);
        transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        z-index: -1;
    }

    .abn-preset-3d:hover {
        transform: translateY(2px);
        box-shadow: 
            0 -4px 0 0 rgba(0,0,0,0.2) inset,
            0 2px 5px rgba(0,0,0,0.1);
    }

    .abn-preset-3d:hover::before {
        transform: translate3d(0, 4px, -1em);
    }

    .abn-preset-3d:active {
        transform: translateY(6px);
        box-shadow: 
            0 -1px 0 0 rgba(0,0,0,0.2) inset,
            0 1px 2px rgba(0,0,0,0.1);
        transition: all 0.1s ease-out;
    }

    .abn-preset-3d:active::before {
        transform: translate3d(0, 1px, -1em);
        transition: all 0.1s ease-out;
    }
    /* Preset Styles */
    .abn-preset-gradient {
        background: linear-gradient(135deg, #6e8efb 0%, #a777e3 100%);
        border: none !important;
        color: #fff;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }
    .abn-preset-solid {
        background: #4a6cf7;
        border: none !important;
        color: #fff;
        border-radius: 8px;
    }
   .abn-preset-outline {
    display: inline-block; /* Allows width control */
    width: 90%; 
    padding: 14px 40px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: linear-gradient(to bottom, #FF0000, #FFCD0B); /* Blue to Cyan */
    border: none;
    border-radius: 50px; /* Increased from 25px to 50px for more rounding */
    box-shadow:
        0 0 8px rgba(255, 0, 255, 0.6),
        0 0 15px rgba(255, 0, 255, 0.3),
        0 0 20px rgba(255, 0, 255, 0.2); /* Pink glow */
    text-decoration: none;
    transition: all 0.3s ease;
}
   .abn-preset-outline :hover {
    transform: scale(1.02);
    box-shadow:
        0 0 12px rgba(255, 0, 255, 0.8),
        0 0 24px rgba(255, 0, 255, 0.4),
        0 0 32px rgba(255, 0, 255, 0.3);
}
/* More specific selector */
button.abn-preset-outline, 
a.abn-preset-outline {
    font-size: 24px !important; /* Force override */
    font-weight: 700 !important;
}

    .abn-preset-hover {
        background: #222;
        color: #fff;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }
    .abn-preset-hover:before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: #4a6cf7;
        transition: all 0.4s;
        z-index: -1;
    }
    .abn-preset-hover:hover:before {
        left: 0;
    }
</style>

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://gpthememart.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://gpthememart.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://gpthememart.com/wp-sitemap-posts-product-1.xml</loc></sitemap><sitemap><loc>https://gpthememart.com/wp-sitemap-taxonomies-product_cat-1.xml</loc></sitemap><sitemap><loc>https://gpthememart.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
