/*
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
*/

@media (max-width: 768px) {
    section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses .woocommerce-column {
        width: 100% !important;
        margin: 0;
    }
}

/* Out-of-stock badge for Elementor archive product grid — matches .onsale badge style */
.onsale.et-oos-badge {
    background: var(--et_red-color, #333);
    color: #fff;
}
/* Stack below any sale/new/hot badge if multiple labels are present */
.onsale + .onsale.et-oos-badge,
.sale-wrapper + .onsale.et-oos-badge {
    -webkit-transform: translateY(calc(100% + 5px));
            transform: translateY(calc(100% + 5px));
}

@media (max-width: 768px) {
    section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses .woocommerce-column {
        width: 100%;
        margin: 0;
    }
}
