/*
Theme Name: Photochromic Glasses Blocksy Child
Theme URI: https://photochromicglasses.co.uk
Description: Custom child theme for Photochromic Glasses UK store.
Author: Antigravity
Author URI: https://photochromicglasses.co.uk
Template: blocksy
Version: 1.0.0
Text Domain: photochromic-glasses-blocksy-child
*/

:root {
    --theme-palette-color-1: #111827;
    --theme-palette-color-2: #1f2937;
    --theme-palette-color-3: #2563eb;
    --theme-palette-color-4: #3b82f6;
    --theme-palette-color-5: #f8fafc;
    --theme-palette-color-6: #f1f5f9;
    --theme-palette-color-7: #ffffff;
    --theme-palette-color-8: #64748b;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #111827;
    background-color: #ffffff;
}

.ndguk-contact-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 16px 20px;
    margin-bottom: 24px;
}
.ndguk-contact-box strong {
    display: block;
    margin-bottom: 4px;
    color: #111827;
}
.ndguk-note {
    background: #f8fafc;
    border-left: 4px solid #3b82f6;
    padding: 12px 16px;
    margin-top: 24px;
    font-size: 0.9em;
    color: #475569;
}
