/* Crunchy Vegano Sale Icon Custom Styles */
.onsale {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #6dbd45 !important; /* Broccoli green */
    color: #fff !important;
    border-radius: 50% !important;
    width: 36px !important;
    height: 36px !important;
    padding: 0 !important;
    font-weight: 600 !important;
    font-size: 0.78em !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    z-index: 2 !important;
    border: 2px solid #fff !important;
    letter-spacing: 0.03em !important;
    text-transform: uppercase !important;
    transition: background 0.2s !important;
    text-align: center !important;
    white-space: normal !important;
    line-height: 1.1 !important;
}
.onsale:hover {
    background: #4e8c32 !important;
}
