    #ast-sticky-row-summary {
        animation: reveal 0s 0.5s both;
    }
    @keyframes reveal {
        from { opacity: 0; }
        to   { opacity: 1; }
    }
	
	@media (min-width: 922px) {

    .ast-product-img-summary-wrapper {
        display: flex !important;
        flex-direction: row-reverse !important;
    }
    .summary.entry-summary {
        width: 50% !important;
        margin-left: 0 !important;
        margin-right: 4% !important;
    }
}
