.custom_featured_coll_image img {
    width: 100%;
    height: auto;
}
.custom_main_collection .grid__item {
    background-color: #D9D8D5;
    margin-top: 0;
    /* width: calc((100% - 30px) / 3); */
    padding: 15px 20px;
}
.custom_main_collection .grid__item:nth-child(1), .custom_main_collection .grid__item:nth-child(2) {
    /* width: calc((100% - 15px) / 2);   */
}
.custom_main_collection .grid.product-grid {
    gap: 15px;
}
.custom_main_collection .card__colors {
    display: none;
}
.custom_main_collection .plugin-color-board {
    display: none;
}
.custom_main_collection .product__title {
    font-size: 20px;
    font-family: 'HarmonySans-Bold';
    letter-spacing: 0;
    line-height: 1.3;
    margin-bottom: 0;
}
.product_card_subtitle {
    font-size: 16px;
    margin-top: 7px;
    margin-bottom: 5px;
}
.custom_main_collection .card__content-bottom {
    display: flex !important;
    flex-direction: column-reverse;
    justify-content: flex-start !important;
    align-items: flex-start !important;
}
.custom_main_collection .price {
    margin-top: 8px;
}
.custom_main_collection .price__sale .price-item--sale, .custom_main_collection .price__regular .price-item--regular {
    font-size: 22px;
    font-family: 'HarmonySans-Bold';
}
.custom_main_collection .price__sale .price-item--regular {
    font-size: 18px !important;
    color: #8C919E !important;
    font-family: 'HarmonySans-Regular';
    margin-left: 10px;
}
.custom_featured_coll_image {
    max-width: 430px;
    margin: auto;
}
.featured-collection__tabs {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.custom_product-card-wrapper {
    position: relative;
}
@media(min-width: 960px){
    .custom_main_collection .grid__item:nth-child(1),
    .custom_main_collection .grid__item:nth-child(2) {
        width: calc((100% - 15px) / 2);
    }
    .custom_main_collection .grid__item {
        width: calc((100% - 30px) / 3);
    }
}
@media(max-width: 960px){
    .custom_featured_coll_image {
        max-width: 200px;
    }
    .custom_main_collection .product__title {
        font-size: 14px;
    }
    .product_card_subtitle {
        font-size: 12px;
    }
    .custom_main_collection .price {
        margin-top: 4px;
    }
}