/*
 Theme Name:   XStore Child
 Theme URI:    http://8theme.com/
 Description:  XStore Child Theme
 Author:       8theme
 Author URI:   http://8theme.com
 Template:     xstore
 Version:      1.0
 Text Domain:  xstore-child
*/

@media (max-width: 768px) {
    .desktop-navbar { display: none !important; }
    .mobile-header-wrapper { display: block !important; }
}

.et-loader {
    animation: fadeOut 1s ease-in-out 1s forwards;
}

@keyframes fadeOut {
    from { opacity: 1; }
    to { opacity: 0; visibility: hidden; }
}

/* Hide swatches inside quick view ONLY on homepage */
.home .st-swatch-in-loop .st-swatch-preview {
    display: none !important;
}

.woocommerce-Tabs-panel:first-of-type {
    display: block !important;
}


.elementor-section {
	min-height: auto; /* Ensures faster rendering */
}
