.section-cat {
    padding: 50px 10px;
    display: inline-block;
    width: 100%;
}
/*.section-cat:nth-child(1n) {
    background-color: #f4f4f4;
}

.section-cat:nth-child(2n) {
    background-color: #E9E9E9;
}*/

.section-cat .title-cat {
    color: #a29061;
    font-family: "Jost", Sans-serif;
    font-size: 2.5em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-align: center;
}

@media (max-width: 767px) {
    .section-cat .title-cat {
        font-size: 1.5em;
    }
}
.section-cat .title-cat .hr {
    border: 1px solid #BBBBBB;
    width: 100px;
    margin: 10px auto;
}

.section-cat .cats {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    column-gap: 3%;
    justify-content: center;
}
.section-cat .cats .cat {
    color: #333333;
    background-color: #A2906100;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #AAAAAA;
    padding: 10px 15px 10px 15px;
    border-radius: 3px;
    font-family: "Heebo", Sans-serif;
    font-weight: 500;
    cursor: pointer;
    margin: 5px;
}
.section-cat .cats .cat.selected {
    color: #FFFFFF;
    background-color: #A29061;
    border-color: #A29061;
}

.section-cat .cats .sub-cats {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    column-gap: 2%;
    width: 100%;
    justify-content: center;
}
.section-cat .cats .sub-cats .cat.sub-cat {
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 400;
}

/* loop product */
.section-cat .products-cat {
    display: flex;
    flex-wrap: wrap;
    margin: 50px auto;
    column-gap: 3%;
    justify-content: center;
}
.section-cat .products-cat a {
    display: block;
    margin-bottom: 3%;
    background-color: white;
    box-shadow: 0px 3px 5px 1px rgb(0 0 0 / 7%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    min-width: 330px;
}
.section-cat .products-cat a:hover {
    box-shadow: 0px 3px 8px 2px rgb(0 0 0 / 15%);
}
.section-cat .products-cat.col2 a {
    width: 48.5%;
}
.section-cat .products-cat.col3 a {
    width: 31.333%;
}

.section-cat .products-cat a > a {
    display: inline-block;
    height: 100%;
    width: 100%;
}
.section-cat .products-cat a .image {
    height: 240px;
    background-position: center;
    background-size: cover;
    position: relative;
}
.section-cat .products-cat.col2 a .image {
    height: 340px;
}
.section-cat .products-cat a .extra {
    padding: 20px 15px;
    display: flex;
    flex-wrap: wrap;
}
.section-cat .products-cat a .extra .title {
    color: #A29061;
    font-family: "Heebo", Sans-serif;
    font-weight: 500;
    font-size: 1.125em;
    /*min-height: 75px;*/
    width: 60%;
}
.section-cat .products-cat a .extra .price {
    color: #A29061;
    font-family: "Heebo", Sans-serif;
    font-weight: 500;
    font-size: 1.125em;
    width: 40%;
    text-align: right;
}
.section-cat .products-cat a .extra .price-text {
    color: #A29061;
    font-family: "Heebo", Sans-serif;
    font-weight: 500;
    font-size: 1em;
    width: 40%;
    text-align: right;
}
.section-cat .products-cat a .extra .desc {
    font-family: "Heebo", Sans-serif;
    font-weight: 400;
    margin-top: 10px;
    font-size: 15px;
    color: black;
    width: 100%;
}
.section-cat .products-cat a .extra .desc p {
    margin: auto;
}

.section-cat .products-cat a .extra .link {
    margin-top: 15px;
}
.section-cat .products-cat a .extra .link a,
.section-cat .products-cat a .extra .link.link-a {
    font-family: "Heebo", Sans-serif;
    font-weight: 400;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #A29061;
    width: auto;
    color: black;
    font-size: 15px;
    margin: auto;
    cursor: pointer;
    margin-right: 15px;
}
.section-cat .products-cat a .extra .link.link-a {
    margin-top: 15px;
    margin-left: 0;
}

.section-cat .products-cat a .extra .link a.added_to_cart.wc-forward {
    padding: 0;
    display: inline-block;
    background-color: transparent;
}






/*.products {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}
.products .product {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: black;
    width: calc(50% - 20px);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: white;
}
.products .product .image {
    height: 400px;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.products .product .wrapper {
    padding: 0 15px 15px 15px;
}
.products .product .infos {
    display: flex;
    justify-content: space-between;
    font-size: 1.5rem;
    color: black;
    align-items: center;
}
@media (max-width: 767px) {
    .products .product {
        width: 100%;
    }
}*/
