/**handles:garic-product-card,widget-google_maps**/
.product-card {
    position: relative;
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;

    .product-card__image {
        position: relative;
        aspect-ratio: 4/3;
        width: 100%;
        max-width: 100%;
        background-color: #ddd;
        cursor: pointer;
        overflow: hidden;

        img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            z-index: 1;
        }
        
    }

    .product-card__main {
        display: grid;
        row-gap: 1rem;
        padding: 0.75rem 1rem 1rem 1rem;
        background-color: white;
        border: 1px solid #E0E0E0;
    }

    .product-card__title {
        color: var( --e-global-color-primary );
        font-family: "Nexa", Sans-serif;
        font-size: 1.6rem;
        font-weight: bold;
    }
    
    .product-card__features {
        padding-left: 1rem;
        padding-right: 1rem;

        .product-feature {
            display: list-item;
            font-size: 0.9rem;

            &::marker {
                color: var(--e-global-color-secondary);
            }
        }

    }

    .product-card__buttons {
        align-self: end;

        .elementor-button {
            width: 100%;
        }

    }

}
/*! elementor - v3.29.0 - 04-06-2025 */
.elementor-widget-google_maps .elementor-widget-container,.elementor-widget-google_maps:not(:has(.elementor-widget-container)){overflow:hidden}.elementor-widget-google_maps .elementor-custom-embed{line-height:0}.elementor-widget-google_maps iframe{height:300px}