/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.products .fusion-product-wrapper {
    border-width: 2px !important;
}
/*
.fusion-product-wrapper .featured-image {
    aspect-ratio: 1/1 !important;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
*/
.featured-image-logo-overlay {
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin-bottom: 15px;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    border: 1px solid;
    border-color: var(--awb-color6);
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    box-shadow: #00000020 5px 5px 10px;
}

.featured-image-logo-overlay img {
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    z-index: 999 !important;
    opacity: 1 !important;
}