/**
 * Theme Name:     Go Sustainable
 * Author:         Go Sustainable
 * Template:       envo-ecommerce
 * Text Domain:	   go-sustainable
 * Description:    GoSustainable custom child theme
 * Version:        1.1
 */
.site-header {
    background-image:url('/wp-content/uploads/2025/09/sustainability-header-background-1440x400w.jpg');
    background-size: cover;
    background-position: 50% 60%;
    background-repeat: no-repeat;  
}
.site-header::before {
  content: "";
  position: absolute;
  inset: 0; 
  background: inherit;
  opacity: 0.2;
  z-index: 0;
}
.site-header > * {
  position: relative;
  z-index: 1;
}
*/
.site-header {
    padding: 0 0;
}
#site-navigation {
    min-height:0;
}
footer .container {
    display:flex;
}
footer .container .footer-credits-text {
    flex: 1;
}
footer .container .footer-credits-text a {
    color:#fff;
}
.author-meta, .comments-meta {
    display:none;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    line-height:2rem;
    color:#97AF3A;
}
a, .woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    color:#97AF3A;
}
article {
    margin-bottom:50px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color:#222;
}
.navbar-default .navbar-nav>li>a {
    color:#444;
}
.top-bar-section {
    display:none;
}
/* Reorder shop page elements - Products FIRST, then description */
.page-area article {
    display: flex;
    flex-direction: column;
}

/* Page title stays at top */
.page-title {
    order: 1;
}

/* WooCommerce controls come next */
.woocommerce-notices-wrapper {
    order: 2;
}

.woocommerce-result-count,
.woocommerce-ordering {
    order: 3;
}

/* Products display BEFORE description */
ul.products {
    order: 4;
}

/* Pagination after products */
.woocommerce-pagination {
    order: 5;
}

/* Page description (content) moves to BOTTOM */
.page-description {
    order: 6;
}

.shop-accordian {
    background-color:#ffffff;
    padding:60px 40px 60px 40px;
    border-style:solid;
    border-width:1px 1px 1px 1px;
    border-color:#d8d8d8;
    border-radius:5px 5px 5px 5px;
    box-shadow:0px 0px 30px 0px rgba(0,0,0,0.1);
}

.shop-accordian .wp-block-woocommerce-accordion-item {
    padding:10px;
}
.shop-accordian .wp-block-woocommerce-accordion-item h3 {
    color:#97AF3A;
    font-weight:500;
    margin-bottom:10px;
}

@media (min-width: 992px) {
    #sidebar {
        padding-left:100px;
    }
}

@media (max-width: 767px) {
    .open-panel {
        right:auto;
        left:20px;
        top:20px;
    }
    .navbar-default .navbar-brand {
        display:none !important;
    }
    #menu-main-menu {
        display:none;
    }
}