/*
Theme Name:   xstore-child
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
*/

.dynamic-sidebar-categories {
    list-style: none;
    padding: 0;
}

.dynamic-sidebar-categories li.current-category {
    color: #your-signature-color; /* Replace with your color */
    font-weight: bold;
}

.dynamic-sidebar {
    position: sticky;
    top: 0;
}

@media (max-width: 768px) {
    .dynamic-sidebar {
        position: relative; /* Adjust for mobile */
    }
}
#horeka-coin-redemption-section {
    background: #f8f8f8;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #eee;
    margin: 20px 0;
}

#horeka-coin-redemption-section h3 {
    margin: 0 0 15px 0;
    font-size: 1.2em;
    display: flex;
    align-items: center;
    gap: 8px;
}

.horeka-coin-icon {
    font-size: 1.3em;
}

.coin-summary p {
    margin: 0 0 8px 0;
}

.coin-actions {
    margin-top: 15px;
}

.coin-requirements {
    color: #666;
    font-size: 0.9em;
    padding: 10px;
    background: #fff;
    border-radius: 4px;
}

/* Loading state */
.horeka-loading .coin-summary,
.horeka-loading .coin-actions {
    opacity: 0.5;
    position: relative;
}

.horeka-loading .coin-summary:after,
.horeka-loading .coin-actions:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}