/*
Theme Name:   adbudh
Theme URI:    https://xstore.8theme.com
Description:  XStore is a multi-purpose theme that offers the ultimate WordPress and WooCommerce synergy, providing a comprehensive, all-in-one solution.
Author:       8theme
Author URI:   https://www.8theme.com
Template:     xstore
Version:      1.0
Text Domain:  xstore-child
Tags: e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, translation-ready, ecommerce, woocommerce, shop, elementor, business, corporate, blog, news, light, dark
*/

.offers-box {
    margin: 20px 0;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 14px;
    background: #fafafa;
}

.offers-heading {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

.offer-item {
    padding: 12px 14px;
    border-radius: 12px;
    margin-bottom: 10px;
    transition: 0.3s ease;
}

.offer-item:hover {
    transform: translateY(-2px);
}

.offer-title {
    font-weight: 600;
    margin-bottom: 4px;
}

.offer-desc {
    font-size: 14px;
    opacity: 0.85;
}
