var e=`#graphql fragment Media on Media { __typename mediaContentType alt previewImage { url altText } ... on MediaImage { id image { url altText width height } } ... on Video { id sources { mimeType url } } ... on Model3d { id sources { mimeType url } } ... on ExternalVideo { id embedUrl host } } `,t=`#graphql fragment ProductCard on Product { id title tags publishedAt descriptionHtml handle description vendor availableForSale options { name values } media(first: 7) { nodes { ...Media } } priceRange { minVariantPrice { amount currencyCode } } images(first: 20){ nodes{ url id altText width height } } variants(first: 100) { nodes { id title availableForSale sku currentlyNotInStock quantityAvailable selectedOptions { name value } image { url altText width height } price { amount currencyCode } compareAtPrice { amount currencyCode } unitPrice { amount currencyCode } } } sellingPlanGroups(first: 1) { edges { node { name sellingPlans(first: 10) { edges { node { id name description recurringDeliveries priceAdjustments { orderCount adjustmentValue { __typename ... on SellingPlanPercentagePriceAdjustment { adjustmentPercentage } ... on SellingPlanFixedAmountPriceAdjustment { adjustmentAmount { amount currencyCode } } ... on SellingPlanFixedPriceAdjustment { price { amount currencyCode } } } } } } } } } } } ${e} `;export{e as a,t as b};