/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/* Extra space between content and footer on listing/archive pages (shop, category, etc.) */
body.archive .site-main,
body.archive #main-container > #main {
	padding-bottom: 4rem !important;
}

/* Same spacing on single product (description) pages – body.single catches single post/page/product */
body.single .site-main,
body.single #main-container > #main {
	padding-bottom: 4rem !important;
}