/*
 Theme Name:   Astra pro child
 Theme URI:    https://woocommerce.com/my-account/my-subscriptions
 Description:  Astra pro child theme
 Author:       Brainstorm Force US LLC
 Author URI:   https://woocommerce.com/my-account/my-subscriptions
 Template:     astra
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  astra-pro-child

 START YOUR CHILD THEME CSS HERE
*/


/* Make part of a card content appear on hover */
@media (hover: hover) and (pointer: fine) {
	.hover-reveal {
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		transform: translateY(20px);
		transition: all .3s ease;
	}

	.hover-parent:hover .hover-reveal {
		max-height: 200px;
		opacity: 1;
		transform: translateY(0);
	}
}




.mobile-swiper {
    overflow: hidden;
}

@media (max-width: 768px) {

    .mobile-swiper > .uagb-container-inner-blocks-wrap {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto;
		scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
    }

    .mobile-swiper > .uagb-container-inner-blocks-wrap > * {
		scroll-snap-align: start;
        flex: 0 0 80%;
    }
	.mobile-swiper > .uagb-container-inner-blocks-wrap::-webkit-scrollbar {
        display: none;
    }

}