/*
Theme Name:     XStore Child
Theme URI:      https://xstore.8theme.com
Author:         Orij.az Team
Author URI:     https://orij.az
Description:    XStore Child Theme is a child theme for XStore, providing customizations and preserving them during theme updates.
Version:        1.0
Template:       xstore
Text Domain:    xstore-child
Tags:           e-commerce, woocommerce, shop, customization
*/

/* Smooth transitions for tabs */
.elementor-tab-content {
    display: none; /* Hide content by default */
    transition: all 0.3s ease; /* Smooth opening/closing */
}

.elementor-tab-title.elementor-active + .elementor-tab-content {
    display: block; /* Show active tab content */
}
