/*
Theme Name: Crudo
Theme URI: https://crudo.wpbingosite.com/
Author: Wpbingo
Author URI: http://wpbingosite.com/
Description: Crudo is a modern, clean and professional WooCommerce WordPress theme. It is built to well suit for any online stores: electronics store, fashion store, jewelry store...
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: crudo
Tested up to: 5.8 
Requires PHP: 7.4
Domain Path: /languages
Copyright: © 2025 Wpbingo. All rights reserved.*/


.fg-image-wrap{
    position: relative;
}

.fg-image-wrap::after {
    content: "";
    position: absolute;
    bottom: 3px;
    right: 3px;
    width: 36px;
    height: 36px;
    background-image: url("/wp-content/uploads/2026/07/graze-craze-sticker-logo-for-website-1.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
}