     
             .fv-recommend-product-badge-top-left {
    position: absolute;
    left: 7px;
    top: 5px;
    z-index: 9;
}


             .fv-product-badge-top-left {
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 9;
}
             .fv-product-badge-top-right {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 9;
}
             
             .fv-product-badge-bottom-left {
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 9;
}

.fv-product-badge-bottom-right {
    position: absolute;
    right: 0;
    bottom: -1px;
    z-index: 9;
}

.fv-product-badge-below-image {
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 9;
}

.fv-product-badge-below-variant {
    position: relative;
    left: 0;
    bottom: 0px;
    z-index: 9;
}

.fv-product-badge-below-variant-full_length {
    position: relative;
    left: 0;
    bottom: 0px;
    z-index: 9;
}
             
 
@media (max-width: 768px) {
    .fv-product-recommend-shape-1-top-left {
        border-radius: 5px 5px 5px 5px;
        padding: 11px 11px 9px;
        font-size: 9px; 
    }
}

@media (min-width: 769px) {
    .fv-product-recommend-shape-1-top-left{
        border-radius: 5px 5px 5px 5px;
        padding: 9px 20px 10px 20px;
    }
}


@media (max-width: 768px) {
    .fv-product-shape-1-top-right {
        border-radius: 0px 8px 0px 10px;
        padding: 11px 11px 9px;
        font-size: 9px; 
    }
}


@media (max-width: 768px) {
    .fv-product-shape-1-top-left {
        border-radius: 0px 8px 0px 10px;
        padding: 11px 11px 9px;
        font-size: 9px; 
    }
}


@media (min-width: 769px) {
    .fv-product-shape-1-top-left{
        border-radius: 8px 0 10px 0;
        padding: 9px 20px 10px 20px;
    }
}

@media (min-width: 769px) {
    .fv-product-shape-1-top-right{
        border-radius: 0px 8px 0px 10px;
        padding: 9px 20px 10px 20px;
    }
}


          


.fv-product-shape-1-bottom-left{
    border-radius: 0px 10px 0px 0px;
        padding: 9px 20px 10px 20px;
}

.fv-product-shape-1-bottom-right{
    border-radius: 10px 0px 0px 0px;
        padding: 9px 20px 10px 20px;
}


@media screen and (max-width: 768px) {
    .fv-product-shape-2 {
        padding: 9px 8px 8px;
        margin: 0px 0px;
        font-size: 9px; 
    }
}

@media screen and (min-width: 768px) {
    .fv-product-shape-2 {
        margin: 0px;
        padding: 6px 18px;
        border-radius: 15px;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.3px;
    }
}


@media screen and (min-width: 768px) {
    .fv-product-shape-4 {
        width: 75px;
        height: 75px;
        border-radius: 50%;
        background: radial-gradient(circle at top left, #c6baff, #8fb0ff);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        text-align: center;
    }

    .fv-product-shape-4::after {
        content: "";
        position: absolute;
        inset: 4px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.5);
    }
}

@media screen and (max-width: 767px) {
    .fv-product-shape-4 {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: radial-gradient(circle at top left, #c6baff, #8fb0ff);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        text-align: center;
        font-size: 9px;
    }

    .fv-product-shape-4::after {
        content: "";
        position: absolute;
        inset: 4px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.5);
    }
}



.fv-product-shape-1-below-variant {
    display: flex !important;
    flex-wrap: wrap !important;
    min-height: 20px !important;
    max-height: 40px !important;
    /* flex-direction: column !important; */
}





/* .fv-product-shape-3 {
    padding: 4px 8px 4px 8px;
    margin: 0px;
    border-radius: 0px !important;
} */

.fv-product-shape-3 {
    padding: 5px;
    margin: 0px;
    border-radius: 0px !important;
}



.fv-product-shape-3-below-image{
    padding: 4px 8px 4px 8px;
    margin: 0px;
       border-radius: 0px !important;
}