/*
 Theme Name:   Pantry Child Theme
 Theme URI:    https://pantry.axiomthemes.com/
 Description:  Pantry Child Theme
 Author:       AxiomThemes
 Author URI:   https://axiomthemes.com/
 Template:     pantry
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  pantry
*/


/* =Theme customization starts here
------------------------------------------------------------ */

.Product_category_heading_section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40vh; /* Full viewport height */
    background-color: #F4F0ED; /* Light background color */
}

.Product_category_heading {

    font-weight: bold;
    color: #1a1a1a; /* Dark text color */

    margin: 20px 0px;
}


.product-categories-detail-section{
    background-color: #fff; /* Background color for the section */
}

.product-categories-subtitle {
    font-size: 0.85rem;
    letter-spacing: 0.15em;
    font-weight: bold;
}



.product-categories-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
}
.product-categories-description-col{
    padding-top:50px;
}

.category-feature-sidebar {
    height: auto;
    padding: 20px;
    background-color: #fff !important;
}

.category-feature img {
    max-width: 100px;
    max-height: 100px;
}

.category-feature p {
    font-size: 18px;
    color: #6c757d;
}

.product-category-product-sku{
    font-family: Syne, sans-serif;
    font-size: 21px;
    color: #8E8A89;
    font-weight: 700;
}



 
