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


@font-face {
    font-family: 'AlbertSans';
    src: url('/wp-content/uploads/2026/03/AlbertSans-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'AlbertSans';
    src: url('/wp-content/uploads/2026/03/AlbertSans-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

/* Force composited animations where possible */
.et_cart-on,
.swiper-slide,
.product-content-image,
.woobt-img {
    will-change: opacity;
    transform: translateZ(0);
}

/* Replace visibility animations with opacity */
[data-animation] {
    opacity: 0;
    transition: opacity 0.3s ease;
}
[data-animation].animated {
    opacity: 1;
}