/*
Theme Name: Chronicle
Theme URI: https://fragrance-nevaeh.com
Author: Fragrance Nevaeh
Author URI: https://fragrance-nevaeh.com
Description: Chronicle is a premium editorial WooCommerce theme designed for high-volume stores, converted from the premium Shopify Capital theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: chronicle
Tags: e-commerce, two-columns, responsive-layout, custom-menu, featured-images, translation-ready

This theme, like WordPress, is licensed under the GPL.
*/

/* Reset some default WordPress styles to avoid conflict with Shopify theme assets */
.aligncenter {
    display: block;
    margin: 1.5em auto;
}
.alignleft {
    float: left;
    margin: 0 1.5em 1.5em 0;
}
.alignright {
    float: right;
    margin: 0 0 1.5em 1.5em;
}
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption-text {
    text-align: center;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Ensure WooCommerce forms and notifications fit standard typography */
.woocommerce-message, .woocommerce-info, .woocommerce-error {
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-family: var(--body-font-stack) !important;
}

/* Screen reader and hidden element styles to prevent CSS Grid and layout shifts */
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
}
safe-load-scripts,
.hidden {
    display: none !important;
}

