html.cml-motion-ready .cml-motion-item {
    opacity: 0;
    transform: translate3d(0, var(--cml-distance, 16px), 0);
    transition:
        opacity var(--cml-duration, 520ms) ease,
        transform var(--cml-duration, 520ms) cubic-bezier(.2, .8, .2, 1),
        box-shadow 220ms ease,
        border-color 220ms ease,
        filter 220ms ease;
    transition-delay: var(--cml-delay, 0ms);
    will-change: opacity, transform;
}

html.cml-motion-ready .cml-motion-item.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

html.cml-motion-ready.cml-motion-soft {
    --cml-duration: 640ms;
    --cml-distance: 12px;
}

html.cml-motion-ready.cml-motion-balanced {
    --cml-duration: 520ms;
    --cml-distance: 16px;
}

html.cml-motion-ready.cml-motion-snappy {
    --cml-duration: 390ms;
    --cml-distance: 20px;
}

html.cml-motion-ready .cml-motion-card {
    backface-visibility: hidden;
}

html.cml-motion-ready .cml-motion-card:hover {
    transform: translate3d(0, -3px, 0);
    border-color: rgba(255, 199, 64, .36);
    box-shadow: 0 16px 34px rgba(0, 0, 0, .24);
}

html.cml-motion-ready .cml-motion-card img {
    transition:
        transform 260ms ease,
        filter 260ms ease;
    will-change: transform;
}

html.cml-motion-ready .cml-motion-card:hover img {
    transform: scale(1.018);
    filter: brightness(1.04);
}

html.cml-motion-ready .woocommerce a.button,
html.cml-motion-ready .woocommerce button.button,
html.cml-motion-ready .elementor-button,
html.cml-motion-ready .add_to_cart_button {
    transition:
        transform 180ms ease,
        filter 180ms ease,
        box-shadow 180ms ease,
        border-color 180ms ease;
}

html.cml-motion-ready .woocommerce a.button:hover,
html.cml-motion-ready .woocommerce button.button:hover,
html.cml-motion-ready .elementor-button:hover,
html.cml-motion-ready .add_to_cart_button:hover {
    transform: translateY(-1px);
    filter: brightness(1.06);
}

html.cml-motion-ready .cml-motion-button:active,
html.cml-motion-ready .woocommerce a.button:active,
html.cml-motion-ready .woocommerce button.button:active,
html.cml-motion-ready .elementor-button:active,
html.cml-motion-ready .add_to_cart_button:active {
    transform: translateY(0);
    filter: brightness(1);
}

html.cml-motion-ready .eca-category-accordion,
html.cml-motion-ready .wbf-brand-filter,
html.cml-motion-ready .widget_product_categories,
html.cml-motion-ready .woocommerce-widget-layered-nav,
html.cml-motion-ready .widget_price_filter,
html.cml-motion-ready .shop-sidebar,
html.cml-motion-ready .sidebar-main {
    transition:
        opacity var(--cml-duration, 520ms) ease,
        transform var(--cml-duration, 520ms) cubic-bezier(.2, .8, .2, 1),
        border-color 220ms ease,
        background-color 220ms ease;
}

html.cml-motion-ready .cml-motion-panel {
    transform-origin: top left;
}

html.cml-motion-ready .eca-category-accordion__children,
html.cml-motion-ready .wbf-brand-filter__list,
html.cml-motion-ready .wbf-brand-filter ul {
    transition:
        opacity 240ms ease,
        transform 240ms ease,
        max-height 260ms ease;
}

@media (max-width: 767px) {
    html.cml-motion-ready .cml-motion-item,
    html.cml-motion-ready .cml-motion-card,
    html.cml-motion-ready .cml-motion-card img,
    html.cml-motion-ready .woocommerce a.button,
    html.cml-motion-ready .woocommerce button.button,
    html.cml-motion-ready .elementor-button,
    html.cml-motion-ready .add_to_cart_button {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
        animation: none !important;
    }

    html.cml-motion-ready .cml-motion-item {
        --cml-distance: 10px;
        transition-delay: calc(var(--cml-delay, 0ms) * .55);
    }

    html.cml-motion-ready .cml-motion-card:hover,
    html.cml-motion-ready .cml-motion-card:hover img {
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    html.cml-motion-ready .cml-motion-item,
    html.cml-motion-ready .woocommerce a.button,
    html.cml-motion-ready .woocommerce button.button,
    html.cml-motion-ready .elementor-button,
    html.cml-motion-ready .add_to_cart_button,
    html.cml-motion-ready .cml-motion-card img {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}
