/*
Theme Name: PORA
Theme URI: https://porastore.ru
Description: Official PORA e-commerce theme
Author: PORA
Version: 1.0.0
Template: twentytwentythree
Text Domain: pora
*/

/* PORA: remove Twenty Twenty-Three gap above homepage content */
.home main > .wp-block-group:first-child,
.home .wp-site-blocks > main {
    margin-top: 0 !important;
}

/* PORA: remove gap between header and main */
.home #wp--skip-link--target {
    margin-top: 0 !important;
}

/* PORA: compact header */
header.wp-block-template-part > .wp-block-group {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* PORA: remove gap before homepage hero */
body.home main.wp-block-group {
    margin-top: 0 !important;
}
