﻿.one-row .product-item .image img.main {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 20px;
    padding: 0;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: inset #f5f5f5 0 0 10px 0;
    transition: all 0.3s ease;
}
