/*
Theme Name: Pitch Child
Theme URI: https://pitch.qodeinteractive.com/
Description: A child theme of Pitch Theme
Author: Select Themes
Author URI: https://qodeinteractive.com/
Version: 1.2.1
Text Domain: pitch
Template: pitchwp
*/

.store-single-page {
    padding: 40px 20px;
    max-width: 1330px;
    margin: 0 auto;
}

.store-header {
    text-align: center;
    margin-bottom: 40px;
}

.store-logo img {
    max-width: 200px;
    height: auto;
    display: block;
    margin: 0 auto 20px;
}

.store-name {
    font-size: 32px;
    margin: 0;
    color: #ea973f;
}

.store-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.store-column {
    flex: 1;
    min-width: 300px;
}


.store-description-column h2,
.store-info-column h3 {
    margin-top: 0;
}

.store-desc {
    margin: 5% 0 0 0;
}

.store-contact-info p {
    margin: 5px 0 30px 0;
}

.store-contact-info a {
    color: #682dfb;
    text-decoration: none;
}

.store-contact-info a:hover {
    text-decoration: underline;
}

.store-hours {
    list-style: none;
    margin: 5px 0 30px 0;
}

.store-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 40px;
}

.store-gallery-item img {
    width: 100%;
    max-width: 200px;
    height: auto;
    border-radius: 4px;
}

.page-banner {
    background: url('/wp-content/themes/pitchwp-child/images/nutgrove-banner-002.jpg') no-repeat center center;
    background-size: cover;
    padding: 80px 0;
    text-align: center;
    color: #fff;
}

