.collection-page-tabing-section ul.nav.nav-tabs {
    border: none;
    margin: 0;
    display: flex;
    justify-content: center;
    margin: 50px 0 0;
}
.collection-page-tabing-section ul.nav.nav-tabs li a {
    margin: 0 15px;
    text-decoration: none;
    position: relative;
    padding: 5px 30px;
    text-align: center;
}
.collection-page-tabing-section ul.nav.nav-tabs li a {
    text-align: left;
    font: normal normal normal 18px / 29px Poppins;
    letter-spacing: 0;
    color: #373737;
    opacity: 1;
    border: none;
}
/*
.collection-page-tabing-section ul.nav.nav-tabs li a:after {
    content: "";
    width: 1px;
    height: 25px;
    display: block;
    position: absolute;
    right: -38px;
    background: #d4d4d4;
    top: 50%;
    transform: translateY(-50%);
}
*/
.collection-page-tabing-section ul.nav.nav-tabs li a:hover, .collection-page-tabing-section ul.nav.nav-tabs li a.current {
    background: #51b94a;
    border-radius: 5px;
    color: #fff;
}
h1#cathead, h1#cathead {
    text-align: center;
    font: normal normal normal 36px / 60px Poppins;
    letter-spacing: -0.37px;
    color: #232c2c;
    opacity: 1;
    font-family: "Poppins";
    font-weight: 700;
    margin-bottom: 38px;
}
.collection-page-tabing-section .tab-content {
    display: block;
    padding: 0;
    overflow: visible;
    width: 100%;
    height: 100%;
}
.collection-page-tabing-section .tab-content {
    margin-top: 40px;
}
.collection-page-tabing-section .tab-content .grid-sect ul.productGrid li.product article.card {
    margin: 0;
    border: 1px solid rgba(44, 44, 44, 0.14);
    /*padding: 45px 54px;*/
    padding: 0px 15px;
}
.collection-page-tabing-section .tab-content .grid-sect ul.productGrid li.product article.card {
    /*min-height: 645px;*/
    margin-bottom: 15px;
    padding-bottom: 20px;
}
.collection-page-tabing-section .tab-content .grid-sect ul.productGrid li.product {
    width: 33%;
    padding: 0 8px;
}
.collection-page-tabing-section .tab-content .grid-sect ul.productGrid li.product article.card .card-body > a:last-child {
    display: flex;
    margin-top: 20px;
    width: 169px;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    height: 39px;
    border-radius: 10px;
    border: 1px solid #e77622;
    font: normal normal bold 15px / 20px Poppins;
    letter-spacing: 0;
    color: #e77622;
    text-transform: uppercase;
    opacity: 1;
    text-decoration: none;
}
.collection-page-tabing-section .tab-content .grid-sect ul.productGrid li.product article.card .card-body .card-text[data-test-info-type="brandName"] {
    display: none;
}
.collection-page-tabing-section .tab-content .grid-sect ul.productGrid li.product article.card .card-body h3.card-title {
    text-align: center;
    font: normal normal 600 18px / 24px Poppins;
    letter-spacing: 0;
    color: #373737;
    opacity: 1;
    margin-bottom: 15px;
}
.collection-page-tabing-section .tab-content .grid-sect ul.productGrid li.product article.card .card-body .card-text {
    text-align: center;
    font: normal normal 600 25px / 24px Poppins;
    letter-spacing: 0;
    color: #222e43;
    opacity: 1;
    margin: 0;
}
.card-title>a {
    color: #333;
    display: block;
    text-decoration: none;
}
@media only screen and (max-width: 768px) {
    .collection-page-tabing-section .tab-content .grid-sect ul.productGrid li.product {
        width: 100%;
        padding: 0;
    }
    .collection-page-tabing-section .tab-content .grid-sect ul.productGrid li.product article.card {
        padding: 15px;
        min-height: unset;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 5px;
    }
    .collection-page-tabing-section .tab-content .product.cstm-sect .card-figure{
        width: 200px;
    }
    .collection-page-tabing-section .tab-content .product.cstm-sect .card-figure .card-image{
        margin: 0px;
    }
    .collection-page-tabing-section .tab-content .product.cstm-sect .card-figure .card-img-container::after{
        padding-bottom: 100%;
    }
    .collection-page-tabing-section .tab-content .product.cstm-sect .card-body{
        flex: 1;
    }
    .collection-page-tabing-section .tab-content .grid-sect ul.productGrid li.product article.card .card-body h3.card-title {
        font-size: 14px;
        line-height: 1em;
    }
    
}
.card-figcaption-body > :first-child {
    display: none;
}