/* Free product corner ribbon */
.hpc-img-wrap,
.product-card,
.profile-file-thumb {
    position: relative;
}

.free-ribbon {
    position: absolute;
    top: 15px;
    right: -30px;
    z-index: 3;
    width: 108px;
    padding: 5px 0 6px;
    background: linear-gradient(135deg, #4ade80, #16a34a);
    border: 1px solid rgba(255,255,255,.28);
    color: #ffffff;
    font-size: .62rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(45deg);
    box-shadow: 0 5px 16px rgba(22,163,74,.32);
    pointer-events: none;
}

.free-ribbon::before,
.free-ribbon::after {
    content: '';
    position: absolute;
    bottom: -5px;
    border-top: 5px solid #0f6b35;
}

.free-ribbon::before {
    left: 0;
    border-left: 5px solid transparent;
}

.free-ribbon::after {
    right: 0;
    border-right: 5px solid transparent;
}
