/*
Theme Name: An Dan
Theme URI: https://example.com
Description: Child theme for Astra
Author: Duy
Template: astra
Version: 1.0.0
*/

.home .site-content .ast-container { flex-direction: column;}
.site-content .ast-container { padding-bottom: 30px !important }

/*========== Search page ==========*/
.ast-blog-layout-5-grid .ast-article-post { padding: 0 40px; }

/*========== Product slider ==========*/
@media (min-width: 1024px) {
    .product-slider .discount-percent {
        height: 1.45vw;
        width: 90%;
    }

    .product-slider .discount-percent span {
        font-size: 0.62vw;
        letter-spacing: 0.02vw;
    }

    .product-slider .astra-shop-summary-wrap { padding-bottom: 2.6vw !important; }
}