export const SUMMARY_IMAGE = { width: 274, height: 274, widthStr: '200px', heightStr: '200px', } export const DETAILS_IMAGE = [ { width: 360, height: 360, widthStr: '360px', heightStr: '360px', media: '(max-width: 40em) 30vw', }, { width: 720, height: 720, widthStr: '540px', heightStr: '540px', media: '50vw', }, ] export const IMAGE_DEFAULT = 'https://storecomponents.vtexassets.com/assets/faststore/images/product-not-found___896e5a25304827218d2e6b1c18e1f3ed.jpeg'