/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.single-product .first-image-wrap {
  max-width: 420px; /* adegua */
}
.single-product .first-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}
@media (max-width: 768px){
  .single-product .first-image-wrap { margin-bottom: 12px; }
}
