/*
Theme Name:   Kadence Child Theme - Creative Makery
Theme URI:    https://creativemakery.com
Description:  Custom child theme for Creative Makery with WooCommerce category exclusions
Author:       Creative Makery
Author URI:   https://creativemakery.com
Template:     kadence
Version:      1.0.2
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  kadence-child
*/
/* Import parent theme styles */
@import url("../kadence/style.css");
/* 
===============================================
CREATIVE MAKERY CUSTOM STYLES
SAFE VERSION - PRODUCTS ONLY
=============================================== */


/* ===============================================
   PRODUCT DESCRIPTION STYLING (Option C: Light & Clean)
   =============================================== */

/* Base styling for description areas */
.woocommerce-product-details__short-description,
.woocommerce-Tabs-panel--description {
    line-height: 1.7;
    color: #333;
}

/* H3 headings - lighter with subtle border */
.woocommerce-Tabs-panel--description h3 {
    font-size: 18px !important;
    font-weight: 500 !important;
    margin: 25px 0 12px 0 !important;
    color: #171717 !important;
    border-bottom: 2px solid #f0f0f0 !important;
    padding-bottom: 8px !important;
}

/* Bold text - lighter weight with olive brand color */
.woocommerce-Tabs-panel--description strong {
    font-weight: 500 !important;
    color: #868364 !important;
}

/* Paragraph spacing */
.woocommerce-Tabs-panel--description p {
    margin: 12px 0 !important;
    line-height: 1.7 !important;
}

/* List styling */
.woocommerce-Tabs-panel--description ul {
    margin: 12px 0 !important;
    padding-left: 20px !important;
}

.woocommerce-Tabs-panel--description li {
    margin: 8px 0 !important;
    line-height: 1.6 !important;
}

/* Links - olive with coral hover */
.woocommerce-Tabs-panel--description a {
    color: #868364 !important;
    text-decoration: underline !important;
}

.woocommerce-Tabs-panel--description a:hover {
    color: #FE7252 !important;
}

/* Main Description tab heading */
.woocommerce-tabs h2 {
    font-weight: 500 !important;
}


/* ===============================================
   WHITE BACKGROUNDS (SAFE)
   =============================================== */

body,
.site,
#primary,
.content-area,
main,
.woocommerce,
.woocommerce-page {
    background-color: #FFFFFF !important;
}


/* ===============================================
   YOUR ADDITIONAL CUSTOM CSS
   =============================================== */
/* Hide product gallery thumbnails */
.woocommerce-product-gallery__wrapper .flex-control-thumbs,
.woocommerce-product-gallery ol.flex-control-thumbs {
    display: none !important;
}
