.custom_grid_richtext_wrapper {
    column-gap: 10px;
    row-gap: 10px;
    grid-auto-flow: dense;
    display: grid;
}

.custom_grid_richtext_item {
    background: white;
    padding: 30px;
    text-align: center;
    position: relative;
}

.custom_richtext_img_wrapper img {
    width: 100%;
    height: auto;
    overflow: hidden;
    object-fit: cover;
}

.custom_grid_richtext_item_inner {
    height: 100%;
}

.custom_richtext_img_wrapper {
    height: auto;
}

.custom_grid_richtext-text {
    margin-top: 10px;
    line-height: 1.4;
}
.custom_grid_richtext-heading {
    font-size: 20px;
    text-transform: uppercase;
}
.custom_grid_richtext-price {
    margin-top: 0px;
}
.image_next_to_title .custom_grid_richtext_item_inner {
    display: flex;
    text-align: left;
}
.image_next_to_title .grid_product_content {
    width: 40%;
}
.image_next_to_title .grid_product_images {
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.custom_grid_richtext-price .price__sale .price-item--sale, .custom_grid_richtext-price .price__regular .price-item--regular {
    font-size: 26px;
}
.custom_grid_richtext-price .price__sale .price-item--regular {
    font-size: 22px;
    color: grey;
    text-decoration: line-through;
}
.custom_grid_richtext_item_inner {
    text-align: left;
}
.custom_grid_richtext-price .price__sale {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    align-items: center;
}
.custom_grid_richtext-price .price__sale span {
    line-height: 1.3;
}

.custom_grid_richtext-price .price__sale span, .custom_grid_richtext-price .price span {
    font-family: 'HarmonySans-Bold';
    letter-spacing: 0;
}
.custom_grid_richtext-price .card__bottom-actions--empty-placeholder, .custom_grid_richtext-price quick-add-modal, .custom_grid_richtext-price .custom_featured_coll_image,
.custom_grid_richtext-price .product__title,  .custom_grid_richtext-price .product_card_subtitle, .custom_grid_richtext-price .card__content>div:nth-child(1), .custom_grid_richtext-price .floating_link {
    display: none !important;
}
.custom_grid_richtext-price .card__content-bottom.card__content-bottom-left {
    display: flex;
    flex-direction: column-reverse;
}
.custom_grid_richtext-price .card__content-bottom.card__content-bottom-left .price {
    margin-top: 15px;
}
.custom_grid_richtext-price .product-plugin-comment-rate-star>div {
    align-items: center;
}
.custom_grid_richtext-price .product-plugin-comment-rate-star-half * {
    height: 16px;
}
.custom_grid_richtext-price .product-plugin-comment-rate-star-half svg {
    transform: translateY(-2px);
}
.custom_grid_richtext_item .grid_product_images {
    transition: all .3s ease;
}
.custom_grid_richtext_item:hover .grid_product_images {
    transform: scale(1.05);
}


@media(max-width: 959px) {
    .custom_grid_richtext-text {
        font-size: 16px;
    }
    .custom_grid_richtext_item {
        background: white;
        padding: 12px;
        text-align: center;
        border-radius: 0px;
    }

    .custom_grid_richtext-price .price__sale .price-item--sale,
    .custom_grid_richtext-price .price__regular .price-item--regular {
        font-size: 16px;
    }

    .custom_grid_richtext-price .price__sale .price-item--regular {
        font-size: 14px;
    }

    .custom_richtext_img_wrapper {
        height: auto;
    }

    .custom_grid_richtext-heading {
        font-size: 12px;
    }

    .image_next_to_title .grid_product_content {
        width: 70%;
    }

    .image_next_to_title .grid_product_images {
        width: 30%;
    }

    .custom_grid_richtext-price {
        margin-top: 10px;
    }
    .image_below_title .custom_grid_richtext-heading {
        font-size: 14px;
    }

}
 @media(min-width: 501px) {
    .custom_grid_desktop_hide {
        display: none !important;
    }
 }
 @media(max-width: 500px){
    .custom_grid_richtext-price.custom_grid_mobile_hide .card__content-bottom.card__content-bottom-left>div:nth-child(2),
    .custom_grid_richtext-price.custom_grid_desktop_hide .card__content-bottom.card__content-bottom-left>div:nth-child(1) {
        display: none;
    }

    .custom_grid_richtext-price.card__content-bottom.custom_grid_desktop_hide {
        position: absolute;
        bottom: 0;
        left: 10px;
    }

    .custom_grid_richtext_item_inner {
        padding-bottom: 20px;
    }
    .custom_grid_richtext_item:nth-child(1) .custom_grid_richtext_item_inner {
        padding-bottom: 0px;
    }

    .custom_grid_richtext-price .card__content-bottom.card__content-bottom-left .price {
        margin-top: 0px;
    }
    .custom_grid_richtext_item:nth-child(1) .custom_grid_desktop_hide  {
        display: none !important;
    }
    .custom_grid_richtext_item:nth-child(1) .custom_grid_richtext-price.custom_grid_mobile_hide .card__content-bottom.card__content-bottom-left>div:nth-child(2) {
        display: block;
    }
}
@media(min-width: 501px) and (max-width: 960px){
    .custom_grid_richtext-price .card__content-bottom.card__content-bottom-left > div {
        margin-top: -10px;
    }
}


@media (min-width: 1440px) {}

@media (min-width: 1240px) and (max-width: 1440px) {
    .custom_grid_richtext_item {
        padding: 20px;
    }

    .custom_grid_richtext-price .price__sale .price-item--sale,
    .custom_grid_richtext-price .price__regular .price-item--regular {
        font-size: 20px;
    }

    .custom_grid_richtext-price .price__sale .price-item--regular {
        font-size: 18px;
    }

    .custom_grid_richtext-heading {
        font-size: 18px;
    }

    .image_next_to_title .grid_product_content {
        width: 50%;
    }

    .image_next_to_title .grid_product_images {
        width: 50%;
    }
}

@media (min-width: 960px) and (max-width: 1240px) {
    .custom_grid_richtext_item {
        padding: 15px;
    }
    .custom_grid_richtext-price .price__sale .price-item--sale,
    .custom_grid_richtext-price .price__regular .price-item--regular {
        font-size: 18px;
    }
    .custom_grid_richtext-price .price__sale .price-item--regular {
        font-size: 16px;
    }
    .custom_grid_richtext-heading {
        font-size: 16px;
    }
    .image_next_to_title .grid_product_content {
        width: 55%;
    }
    .image_next_to_title .grid_product_images {
        width: 45%;
    }
}
@media (min-width: 768px) and (max-width: 960px) {
    .custom_grid_richtext-heading {
        font-size: 18px;
    }
}
@media(min-width: 961px){
    .custom_grid_richtext-price .product-plugin-comment-rate-star-half svg {
        transform: translateY(-5.6px);
    }
}