.badge.badge-webexclusive{
    background: rgb(0,21,16);
    background: linear-gradient(0deg, rgba(0,21,16,1) -20%, rgba(0,191,143,1) 80%);
    border-radius: 50%!important;
    padding: 0;
    outline: 1px solid #fff;
}

.badge.badge-webexclusive.badge .badge-inner{
    display: none;
}

/*
.badge.badge-webexclusive::before {
    content: 'GARMIN';
    position: absolute;
    top: 27.5%;
    color: white;
    text-transform: uppercase;
    font-size: 0.82rem;
    font-weight: bold;
    width: 100%;
    text-align: center;
    left:0%;
}

.badge.badge-webexclusive::after {
    content: 'DEAL';
    position: absolute;
    top: 51%;
    color: white;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: bold;
    width: 100%;
    text-align: center;
    left:0%;
}

#pdpMain .badge.badge-webexclusive::before {
    content: 'GARMIN';
    position: absolute;
    top: 27.5%;
    color: white;
    text-transform: uppercase;
    font-size: 0.82rem;
    font-weight: bold;
    width: 100%;
    text-align: center;
    left:0%;    
}

#pdpMain .badge.badge-webexclusive::after {
    content: 'DEAL';
    position: absolute;
    top: 51%;
    color: white;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: bold;
    width: 100%;
    text-align: center;
    left:0%;
}
*/


[data-pagetype="productlisting"] .badge.badge-webexclusive::before {  
    font-size: 0.8rem;
    top: 27%;
}
[data-pagetype="productlisting"] .badge.badge-webexclusive::after {  
    font-size: 1.2rem;
    top: 50%;
}



@media screen and (max-width: 479px) {
    [data-pagetype="productlisting"] .badge.badge-webexclusive::before {  
        font-size: 10px;
        top: 30%;
    }
    [data-pagetype="productlisting"] .badge.badge-webexclusive::after {  
        font-size: 1rem;
        top: 53%;
    }
    
    [data-pagetype="productlisting"] .badge.badge-webexclusive{
        height: 55px !important;
        width: 55px !important;
      }
}