/* ======================================================================================================
HERO
======================================================================================================*/
#hero{
    background: #F2EBE3;
    padding: 24px 0;
}
#hero .text{
    padding-bottom: 40px;
}
#hero .text p{
    font-weight: 300;
    color: #473026;
    line-height: 29px;
}
#hero .subheading{
    margin-bottom: 0;
    color: #B56D33;
    font-weight: 300;
    font-size: 16px;
}
#hero h1{
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 33px;
    color: #000000;
}

#breadcrumbs a{
    color: #473026;
    text-decoration: none;
}
#breadcrumbs{
    font-size: 15px;
    color: #473026;
    font-weight: 300;
}
.woocommerce-breadcrumb{
    display: none;
}
.woocommerce-notices-wrapper{
    margin: 50px 40px 0 0;
}
/* ======================================================================================================
FILTERS
======================================================================================================*/
#product-wrap {
    padding: 30px 0;
}
#sidebar {
    padding-right: 80px;
}
#sidebar .top h5 {
    color: #000000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}
#sidebar .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: #8DA386 solid 1px;
    padding-bottom: 5px;
}
#sidebar .woocommerce-result-count {
    float: none;
    margin: 0;
    color: #473026;
    font-size: 15px;
    font-weight: 300;
}
#sidebar .wpc-edit-filter-set {
    display: none;
}
#sidebar .widget {
    margin: 0 !important;
}
#sidebar .wpc-filters-section {
    margin-bottom: 0;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    float: none;
}
.wpc-filter-title {
    margin-bottom: 0;
}
#sidebar select {
    width: 100%;
    border: none;
    cursor: pointer;
    color: #473026;
    font-weight: 300;
    width: 100%;
    margin: 0;
}
#sidebar button{
    color: #473026;
    font-weight: 300;
        border-bottom: #8DA386 solid 1px;
    padding: 15px 5px 15px;
    border-radius: 0;
}
#sidebar select:focus {
    outline: none;
}

#sidebar .select-wrap {
    position: relative;
    overflow: visible;
    /* Ensures dropdown visibility */
    border-bottom: #8DA386 solid 1px;
    padding: 15px 0 5px;
}

#sidebar .wpc-filter-collapsible .wpc-filter-title .wpc-open-icon, .wpc-filter-collapsible-reverse.wpc-filter-collapsible.wpc-closed .wpc-filter-title .wpc-open-icon, .wpc-filter-collapsible.wpc-closed .wpc-filter-title .wpc-open-icon, .wpc-filter-has-selected.wpc-closed .wpc-filter-title .wpc-open-icon {
    content: "";
    width: .43em;
    min-width: .43em;
    height: .43em;
    display: block;
    border-left: 2px solid #294F2B;
    border-top: 2px solid #294F2B;
    position: relative;
    transform: rotate(-135deg);
}
/* ======================================================================================================
PRODUCTS
======================================================================================================*/
.products{
    display: flex;
    flex-wrap: wrap;
}
.product{
    cursor: pointer;
}
.product .inner{
    margin: 0 40px 0 0;
}
.product h3 {
    color: #000000;
    font-size: 19px;
    line-height: 28px;
}
.product .price {
    color: #294F2B !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}
.product .image-wrap{
    border: 1px solid #F2EBE3;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 0;
    position: relative;
}
.product .content{
    padding: 0 10px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 33%;
    margin: 20px 0;
}

.btn-hidden{
    width: 80%;
    height: auto;
    background: #284F2B;
    border-radius: 2px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 300;
    position: absolute;
    z-index: 99;
    bottom: 10px;
    left: 50%;
    transform: translatex(-50%);
    border: 1px solid #284F2B;
    opacity: 1;
    display: none;
}
.show .btn-hidden{
    display: block !important;
}
.btn-hidden:hover{
    color: #284F2B !important;
    background: #fff;
}
#product-wrap .woocommerce-pagination li{
    margin: 0 5px;
    display: block;
    border: 1px solid #284F2B;
    font-weight: 300;
}
#product-wrap .woocommerce-pagination ul{
    display: flex;
    border: none;
    justify-content: center;
}
#product-wrap .woocommerce-pagination li span{
    padding: 0;
    color: #fff;
    background: #284F2B;
    font-weight: 300;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#product-wrap .woocommerce-pagination li a{
    padding: 0;
    font-weight: 300;
    color: #473026;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-image{
    position: absolute;
    top:0;
    z-index: 1;
    opacity: 0;
    transition: opacity ease 1s;
}

.product:hover .gallery-image{
    opacity: 1;
    transition: opacity ease 1s;
}
.woocommerce ul.products li.product a img {
    margin: 0 !important;
    height: 277px !important;
    width: 277px !important;
    object-fit: cover;
}

.wpc-filters-main-wrap li.wpc-term-item a {
    font-weight: 300 !important;
    color: #000;
}



@media(max-width: 1400px){
    #sidebar {
        padding-right: 20px;
    }
}
@media(max-width: 1200px){
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 48%;
    }
}
@media(max-width: 767px){
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 100% !important;
    }
    .product .inner {
        margin: 0;
    }
    #sidebar{
        margin-bottom: 50px;
    }
    .products {
        justify-content: space-between;
    }
    .woocommerce ul.products li.product a img {
        margin: 0 !important;
        height: auto !important;
        width: 100% !important;
        object-fit: cover;
    }
}

/* =======================================================
Search
=======================================================*/
#product-wrap .search{
    display: flex;
    justify-content: flex-end;
    padding: 0 55px;
}

#product-wrap .search form{
    display: flex;
    margin-bottom: 0;
}
#product-wrap .search input{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
#product-wrap .search button{
    height: 58px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
    background: #B56D33;
    color: #fff;
}
#product-wrap .search .btn{
    display: flex;
    align-items: center;
    margin-left: 10px;
}
@media(max-width: 767px){
    #product-wrap .search form{
        margin-bottom: 20px;
    }
    #product-wrap .search{
        display: flex;
        justify-content: flex-end;
        padding: 0 15px;
    }
}