/*
Theme Name: Freshdrops Premium WooCommerce Theme
Theme URI: https://www.freshdrops.com/theme/
Author: Antigravity AI Web Design Group
Author URI: https://www.google.com/gemini/
Description: A modern, ultra-premium, fast-loading e-commerce theme customized for organic cold-pressed oil manufacturers and premium FMCG brands. Fully integrated with WooCommerce, Elementor, and block builders.
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: freshdrops-theme
Tags: e-commerce, custom-colors, two-columns, responsive-layout, translation-ready, block-styles, accessibility-ready, grid-layout, premium-design

This stylesheet declares theme details for WordPress, WooCommerce templates overriding, and Elementor integration.
Custom production CSS is loaded via theme-style.css in the assets/css directory.
*/

/* WordPress CSS Reset & Block Editor Core Alignments */
.alignwide {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.alignfull {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

/* Custom WooCommerce overrides */
.woocommerce span.onsale {
    background-color: #D4AF37 !important;
    color: #0B0C0A !important;
    font-weight: 700;
    font-size: 0.8rem;
    padding: 4px 12px !important;
    border-radius: 12px !important;
    text-transform: uppercase;
}

.woocommerce-price-amount {
    color: #1E3A2F !important;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
}
