/*
Theme Name: Blocksy Child
Theme URI: https://www.blocksy.in/
Description: Custom child theme for Plantae based on Blocksy.
Author: Blocksy
Author URI: https://www.plantae.in/
Template: blocksy
Version: 1.0.0
Text Domain: blocksy-child
*/

/* =========================================
   Blocksy Child Theme
========================================= */


/* =========================================
   Global
========================================= */

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
}


/* =========================================
   Utility
========================================= */

img {
    max-width: 100%;
    height: auto;
}


/* =========================================
   Header - Initial Styles
   We will expand this while creating
   the ASAVI-inspired header.
========================================= */

.plantae-announcement {
    width: 100%;
    text-align: center;
    padding: 8px 15px;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 500;
}


/* =========================================
   WooCommerce
========================================= */

.woocommerce img {
    max-width: 100%;
    height: auto;
}


/* =========================================
   Responsive
========================================= */

@media (max-width: 768px) {

    .plantae-announcement {
        font-size: 12px;
        padding: 7px 10px;
    }

}