/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .product-custom-tag {
    font-weight: 600;
    font-size: 11px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: unset;
    background-color: #e8f8f0;
    color: #2c6e49;
    padding: 4px 10px;
    letter-spacing: 0.3px;    
}

.product-custom-tag.product-content {
    border-radius: 20px;
    margin-bottom: 10px;
    font-size: 13px;
    padding: 6px 10px;
    letter-spacing: 0.5px;    
}

.product-custom-tag.shop-item {
    width: fit-content;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.product-custom-tag.home-page-highlight {
    position: absolute;
    top: 5px;
    right: 20px;
    z-index: 10;    
    background-color: #000000;
    color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}