/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 08 2026 | 23:31:40 */
/*
═══════════════════════════════════════════════════════════════
TINSEL AND TONIC APOTHECARY - ULTRA FIXED VERSION
- AGGRESSIVE text visibility fixes for ALL burgundy blocks
- STRONGER vintage parchment textures
- All Victorian Christmas styling
═══════════════════════════════════════════════════════════════
*/

/* ========================================
   STRONGER VINTAGE PARCHMENT TEXTURE
   ======================================== */

/* Body with ENHANCED aged paper texture */
body {
    position: relative;
    background-color: #f5f1e8;
    background-image: 
        /* More visible coffee stains */
        radial-gradient(ellipse at 20% 30%, rgba(193, 154, 107, 0.15) 0%, transparent 40%),
        radial-gradient(ellipse at 80% 70%, rgba(139, 26, 26, 0.10) 0%, transparent 40%),
        radial-gradient(ellipse at 50% 90%, rgba(193, 154, 107, 0.12) 0%, transparent 35%),
        radial-gradient(ellipse at 10% 60%, rgba(193, 154, 107, 0.08) 0%, transparent 30%),
        /* Stronger paper grain */
        repeating-linear-gradient(
            0deg,
            rgba(237, 229, 216, 0.6) 0px,
            transparent 1px,
            transparent 2px,
            rgba(237, 229, 216, 0.6) 3px
        ),
        repeating-linear-gradient(
            90deg,
            rgba(237, 229, 216, 0.6) 0px,
            transparent 1px,
            transparent 2px,
            rgba(237, 229, 216, 0.6) 3px
        ),
        /* Visible fiber texture */
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 2px,
            rgba(193, 154, 107, 0.05) 2px,
            rgba(193, 154, 107, 0.05) 4px
        ),
        /* Enhanced noise */
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200"><filter id="noise"><feTurbulence type="fractalNoise" baseFrequency="0.9" numOctaves="4" stitchTiles="stitch"/><feColorMatrix type="saturate" values="0"/></filter><rect width="200" height="200" filter="url(%23noise)" opacity="0.15"/></svg>');
    background-attachment: fixed;
}

/* Main content with MORE visible aging */
main,
.site-content,
.wp-site-blocks {
    position: relative;
    background-image: 
        /* Stronger aging spots */
        radial-gradient(circle at 15% 20%, rgba(193, 154, 107, 0.18) 0%, transparent 12%),
        radial-gradient(circle at 85% 80%, rgba(193, 154, 107, 0.15) 0%, transparent 15%),
        radial-gradient(circle at 40% 50%, rgba(193, 154, 107, 0.08) 0%, transparent 20%),
        /* Visible fiber texture */
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 3px,
            rgba(193, 154, 107, 0.04) 3px,
            rgba(193, 154, 107, 0.04) 6px
        ),
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 3px,
            rgba(193, 154, 107, 0.03) 3px,
            rgba(193, 154, 107, 0.03) 6px
        );
}

/* More visible fold lines */
.wp-site-blocks::before {
    content: '';
    position: absolute;
    top: 33.33%;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(193, 154, 107, 0.15), transparent);
    pointer-events: none;
    z-index: 0;
}

.wp-site-blocks::after {
    content: '';
    position: absolute;
    top: 66.66%;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(193, 154, 107, 0.15), transparent);
    pointer-events: none;
    z-index: 0;
}

/* ========================================
   ORNATE BORDER FRAME
   ======================================== */

body::before {
    content: '';
    position: fixed;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 3px solid #c19a6b;
    border-radius: 8px;
    pointer-events: none;
    z-index: 9999;
    box-shadow: 
        inset 0 0 0 1px #8b1a1a,
        inset 0 0 0 4px #c19a6b,
        0 0 20px rgba(193, 154, 107, 0.3);
}

body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 9998;
    background-image: 
        radial-gradient(ellipse at top left, rgba(193, 154, 107, 0.15) 0%, transparent 30%),
        radial-gradient(ellipse at top right, rgba(193, 154, 107, 0.15) 0%, transparent 30%),
        radial-gradient(ellipse at bottom left, rgba(193, 154, 107, 0.15) 0%, transparent 30%),
        radial-gradient(ellipse at bottom right, rgba(193, 154, 107, 0.15) 0%, transparent 30%);
}

html::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, rgba(255, 215, 0, 0.02) 0%, transparent 70%);
    pointer-events: none;
    z-index: 9997;
}

/* ========================================
   AGGRESSIVE TEXT COLOR FIXES
   ======================================== */

/* Force ALL text on burgundy backgrounds to be cream/white */
.wp-block-group[style*="background"],
.wp-block-group.has-background,
[class*="has-background"],
div[style*="background-color"],
section[style*="background-color"],
.wp-block-cover {
    color: inherit;
}

/* Specifically target burgundy/red backgrounds */
.wp-block-group[style*="#8b1a1a"],
.wp-block-group[style*="rgb(139, 26, 26)"],
.wp-block-group[style*="rgb(139,26,26)"],
div[style*="#8b1a1a"],
div[style*="rgb(139, 26, 26)"],
div[style*="rgb(139,26,26)"],
section[style*="#8b1a1a"],
[style*="background-color: #8b1a1a"],
[style*="background-color:#8b1a1a"],
[style*="background-color: rgb(139, 26, 26)"],
[style*="background-color:rgb(139,26,26)"] {
    color: #f5f1e8 !important;
}

/* Force ALL children of burgundy blocks to have cream text */
.wp-block-group[style*="#8b1a1a"] *,
.wp-block-group[style*="rgb(139, 26, 26)"] *,
.wp-block-group[style*="rgb(139,26,26)"] *,
div[style*="#8b1a1a"] *,
div[style*="rgb(139, 26, 26)"] *,
div[style*="rgb(139,26,26)"] *,
section[style*="#8b1a1a"] *,
[style*="background-color: #8b1a1a"] *,
[style*="background-color:#8b1a1a"] *,
[style*="background-color: rgb(139, 26, 26)"] *,
[style*="background-color:rgb(139,26,26)"] * {
    color: #f5f1e8 !important;
}

/* Force heading colors on burgundy backgrounds */
.wp-block-group[style*="#8b1a1a"] h1,
.wp-block-group[style*="#8b1a1a"] h2,
.wp-block-group[style*="#8b1a1a"] h3,
.wp-block-group[style*="#8b1a1a"] h4,
.wp-block-group[style*="#8b1a1a"] h5,
.wp-block-group[style*="#8b1a1a"] h6,
div[style*="#8b1a1a"] h1,
div[style*="#8b1a1a"] h2,
div[style*="#8b1a1a"] h3,
div[style*="#8b1a1a"] h4,
div[style*="#8b1a1a"] h5,
div[style*="#8b1a1a"] h6,
[style*="background-color: #8b1a1a"] h1,
[style*="background-color: #8b1a1a"] h2,
[style*="background-color: #8b1a1a"] h3,
[style*="background-color: #8b1a1a"] h4,
[style*="background-color: #8b1a1a"] h5,
[style*="background-color: #8b1a1a"] h6 {
    color: #f5f1e8 !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) !important;
}

/* Force link colors on burgundy backgrounds */
.wp-block-group[style*="#8b1a1a"] a,
div[style*="#8b1a1a"] a,
[style*="background-color: #8b1a1a"] a {
    color: #c19a6b !important;
}

.wp-block-group[style*="#8b1a1a"] a:hover,
div[style*="#8b1a1a"] a:hover,
[style*="background-color: #8b1a1a"] a:hover {
    color: #ede5d8 !important;
}

/* Force paragraph colors */
.wp-block-group[style*="#8b1a1a"] p,
div[style*="#8b1a1a"] p,
[style*="background-color: #8b1a1a"] p {
    color: #f5f1e8 !important;
}

/* ========================================
   HEADER STYLING
   ======================================== */

header,
.wp-block-template-part {
    border-bottom: 2px solid #c19a6b;
    box-shadow: 0 2px 8px rgba(139, 26, 26, 0.1);
    position: relative;
    padding: 20px 0 !important;
    background: rgba(245, 241, 232, 0.8);
    backdrop-filter: blur(10px);
}

header::after,
.wp-block-template-part::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 4px;
    background: 
        repeating-linear-gradient(
            90deg,
            transparent 0px,
            rgba(45, 80, 22, 0.1) 20px,
            transparent 40px
        );
}

.wp-block-site-logo img,
.custom-logo {
    filter: drop-shadow(0 2px 4px rgba(139, 26, 26, 0.2));
    transition: transform 0.3s ease;
}

.wp-block-site-logo:hover img,
.custom-logo:hover {
    transform: scale(1.02);
}

/* ========================================
   NAVIGATION
   ======================================== */

.wp-block-navigation-item a,
nav a {
    position: relative;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    color: #2d1810 !important;
}

.wp-block-navigation-item a::after,
nav a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 80%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #c19a6b, transparent);
    transition: transform 0.3s ease;
}

.wp-block-navigation-item a:hover::after,
nav a:hover::after {
    transform: translateX(-50%) scaleX(1);
}

/* ========================================
   BUTTONS
   ======================================== */

.wp-block-button__link,
.wp-element-button,
button:not(.components-button),
input[type="submit"],
.woocommerce-button,
.button,
.btn,
.woocommerce a.button {
    background: linear-gradient(135deg, #2d5016 0%, #4a7c2c 100%) !important;
    color: #f5f1e8 !important;
    border: 2px solid #c19a6b !important;
    border-radius: 6px !important;
    padding: 12px 32px !important;
    font-family: 'Playfair Display', serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase;
    box-shadow: 
        0 2px 8px rgba(45, 80, 22, 0.2),
        0 4px 16px rgba(45, 80, 22, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        inset 0 -1px 0 rgba(0, 0, 0, 0.1) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative;
    overflow: hidden;
}

.wp-block-button__link::before,
.wp-element-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.wp-block-button__link:hover,
.wp-element-button:hover,
button:not(.components-button):hover,
input[type="submit"]:hover,
.woocommerce a.button:hover {
    background: linear-gradient(135deg, #4a7c2c 0%, #2d5016 100%) !important;
    color: #f5f1e8 !important;
    transform: translateY(-2px);
    box-shadow: 
        0 4px 12px rgba(45, 80, 22, 0.3),
        0 8px 24px rgba(45, 80, 22, 0.15),
        0 0 30px rgba(255, 215, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.4) !important;
}

.wp-block-button__link:hover::before,
.wp-element-button:hover::before {
    left: 100%;
}

input[type="submit"][value*="Subscribe"],
input[type="submit"][value*="SUBSCRIBE"] {
    background: linear-gradient(135deg, #8b1a1a 0%, #a63939 100%) !important;
    color: #f5f1e8 !important;
}

/* ========================================
   HEADINGS
   ======================================== */

h1, h2, h3, h4, h5, h6,
.wp-block-heading,
.entry-title {
    font-family: 'Playfair Display', serif !important;
    color: #8b1a1a !important;
    font-weight: 700 !important;
    position: relative;
    text-shadow: 2px 2px 4px rgba(139, 26, 26, 0.1);
}

h1,
.wp-block-heading h1 {
    font-size: clamp(2.5rem, 5vw, 4rem) !important;
    letter-spacing: 2px;
    padding: 20px 40px;
    background: linear-gradient(135deg, #8b1a1a 0%, #a63939 100%);
    color: #f5f1e8 !important;
    text-align: center;
    border: 3px solid #c19a6b;
    border-radius: 8px;
    box-shadow: 
        0 4px 16px rgba(139, 26, 26, 0.25),
        inset 0 2px 0 rgba(255, 255, 255, 0.15),
        inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    margin: 40px auto !important;
    max-width: 800px;
    text-shadow: none !important;
}

h2 {
    font-size: clamp(2rem, 4vw, 3rem) !important;
    text-align: center;
    margin: 60px 0 30px 0 !important;
}

h2::before {
    content: '✤';
    display: block;
    font-size: 1.5rem;
    color: #c19a6b;
    margin-bottom: 10px;
}

h2::after {
    content: '';
    display: block;
    width: 200px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #c19a6b, transparent);
    margin: 15px auto 0;
}

h3 {
    font-size: clamp(1.5rem, 3vw, 2rem) !important;
    margin: 40px 0 20px 0 !important;
}

/* ========================================
   CONTENT BLOCKS
   ======================================== */

.wp-block-group,
.wp-block-columns,
article {
    padding: 20px;
    position: relative;
}

.wp-block-cover,
.wp-block-media-text,
.featured-content {
    border: 2px solid #c19a6b;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 
        0 2px 16px rgba(139, 26, 26, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
    background: linear-gradient(135deg, #f5f1e8 0%, #ede5d8 100%);
    position: relative;
    margin: 30px 0;
}

.wp-block-cover::before {
    content: '❋';
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 28px;
    color: #2d5016;
    opacity: 0.4;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.wp-block-cover::after {
    content: '❋';
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 28px;
    color: #2d5016;
    opacity: 0.4;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transform: rotate(180deg);
}

/* ========================================
   IMAGES
   ======================================== */

img:not(.custom-logo):not([class*="icon"]) {
    border: 4px solid #c19a6b;
    border-radius: 8px;
    box-shadow: 
        0 4px 16px rgba(139, 26, 26, 0.15),
        inset 0 0 40px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    padding: 8px;
    background: #f5f1e8;
    transition: transform 0.3s ease;
}

img:not(.custom-logo):hover {
    transform: scale(1.02);
}

/* ========================================
   WOOCOMMERCE
   ======================================== */

.woocommerce ul.products li.product,
.wc-block-grid__product {
    border: 2px solid #c19a6b !important;
    border-radius: 12px !important;
    padding: 20px !important;
    background: linear-gradient(135deg, #f5f1e8 0%, #ede5d8 100%) !important;
    box-shadow: 
        0 2px 12px rgba(139, 26, 26, 0.12),
        0 8px 24px rgba(139, 26, 26, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.5) !important;
    transition: all 0.3s ease !important;
    position: relative;
    animation: fadeInUp 0.6s ease-out;
}

.woocommerce ul.products li.product:hover,
.wc-block-grid__product:hover {
    transform: translateY(-4px);
    box-shadow: 
        0 4px 20px rgba(139, 26, 26, 0.18),
        0 12px 32px rgba(139, 26, 26, 0.12),
        0 0 40px rgba(255, 215, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.6) !important;
}

.woocommerce ul.products li.product::before,
.wc-block-grid__product::before {
    content: '✤';
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 18px;
    color: #c19a6b;
    opacity: 0.4;
    z-index: 1;
}

.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product h3,
.wc-block-grid__product-title {
    font-family: 'Playfair Display', serif !important;
    color: #8b1a1a !important;
    font-size: 1.3rem !important;
}

.woocommerce ul.products li.product .price,
.wc-block-grid__product-price {
    color: #2d5016 !important;
    font-weight: 700 !important;
    font-size: 1.2rem !important;
}

.woocommerce a.button.add_to_cart_button,
.wc-block-components-product-button__button {
    background: linear-gradient(135deg, #2d5016 0%, #4a7c2c 100%) !important;
    border: 2px solid #c19a6b !important;
    color: #f5f1e8 !important;
}

.woocommerce ul.products li.product img,
.wc-block-grid__product-image img {
    border: 3px solid #c19a6b !important;
    padding: 5px !important;
    background: #fff !important;
}

.woocommerce div.product {
    border: 2px solid #c19a6b;
    border-radius: 12px;
    padding: 30px;
    background: linear-gradient(135deg, #f5f1e8 0%, #ede5d8 100%);
}

/* ========================================
   FORMS
   ======================================== */

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
textarea,
select {
    border: 2px solid #c19a6b !important;
    border-radius: 4px !important;
    padding: 12px 16px !important;
    background: #fff !important;
    color: #2d1810 !important;
    font-family: 'Crimson Text', serif !important;
    transition: all 0.3s ease !important;
}

input:focus,
textarea:focus,
select:focus {
    outline: none !important;
    border-color: #8b1a1a !important;
    box-shadow: 0 0 0 3px rgba(139, 26, 26, 0.1) !important;
}

/* ========================================
   FOOTER
   ======================================== */

footer,
.wp-block-template-part[class*="footer"] {
    border-top: 3px solid #c19a6b;
    background: linear-gradient(180deg, #f5f1e8 0%, #ede5d8 100%);
    padding: 40px 20px !important;
    margin-top: 60px;
    box-shadow: 0 -4px 12px rgba(139, 26, 26, 0.1);
}

footer::before {
    content: '✤ • ✤';
    display: block;
    text-align: center;
    font-size: 1.2rem;
    color: #c19a6b;
    margin-bottom: 20px;
    opacity: 0.6;
}

footer a {
    color: #8b1a1a !important;
    font-weight: 500;
    transition: all 0.3s ease;
}

footer a:hover {
    color: #a63939 !important;
    text-decoration: none;
}

/* ========================================
   DECORATIVE ELEMENTS
   ======================================== */

hr,
.wp-block-separator {
    border: none !important;
    height: 20px !important;
    margin: 50px auto !important;
    position: relative;
}

hr::before,
.wp-block-separator::before {
    content: '✤ • ✤';
    display: block;
    text-align: center;
    color: #c19a6b;
    font-size: 1.2rem;
}

.wp-block-group:has(input[type="email"]),
.newsletter-section,
[class*="newsletter"] {
    background: linear-gradient(135deg, #f5f1e8 0%, #ede5d8 100%);
    border: 2px solid #c19a6b;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 
        0 4px 16px rgba(139, 26, 26, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
    position: relative;
}

.wp-block-group:has(input[type="email"])::before {
    content: '✤ • ✤';
    display: block;
    text-align: center;
    color: #c19a6b;
    font-size: 1.2rem;
    margin-bottom: 15px;
    opacity: 0.6;
}

/* ========================================
   ANIMATIONS
   ======================================== */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ========================================
   ACCESSIBILITY
   ======================================== */

a:focus,
button:focus,
input:focus {
    outline: 3px solid #8b1a1a !important;
    outline-offset: 2px !important;
}

.skip-link {
    position: absolute;
    top: -100px;
    left: 0;
    background: #8b1a1a;
    color: #f5f1e8;
    padding: 10px 20px;
    z-index: 10000;
}

.skip-link:focus {
    top: 0;
}

/* ========================================
   RESPONSIVE
   ======================================== */

@media (max-width: 768px) {
    body::before {
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-width: 2px;
    }
    
    h1 {
        font-size: 2rem !important;
        padding: 15px 20px !important;
    }
    
    .wp-block-button__link,
    .wp-element-button {
        padding: 10px 20px !important;
        font-size: 14px !important;
    }
    
    .wp-block-button__link,
    .woocommerce ul.products li.product {
        border-radius: 8px !important;
    }
    
    h2::after {
        width: 150px;
    }
}

/*
═══════════════════════════════════════════════════════════════
END - Tinsel and Tonic Apothecary Complete Styling
═══════════════════════════════════════════════════════════════
*/
