/* styles.css */

.product-tags {
    color: #f9f9f9;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
    align-items: center;
    position: absolute;
    top: -19px;
    right: 40%;;
    background-image: linear-gradient(to right, #68c0af,#584c9f,#9d3a7f );
    padding: 5px;
    border-radius: 15px;
    z-index: 5;
    
    
}

.product-tags span {
    font-weight: bold;
}

.product-tags a {
    text-decoration: none;
    color: #f9f9f9;
}

.product-tags a:hover {
    text-decoration: underline;
}
