/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

.cuw-form .cuw-product-image {
    width: 75%;
    padding-top: 140%; 
    position: relative;
    overflow: hidden;
}

.cuw-form .cuw-product-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; /* Lăsăm înălțimea auto pentru a menține raportul de aspect */
    object-fit: cover; /* Crop the image to fit */
}
