{"id":24635,"date":"2024-11-02T05:34:36","date_gmt":"2024-11-02T04:34:36","guid":{"rendered":"https:\/\/tshirtsandgadgets.com\/?page_id=24635"},"modified":"2024-11-04T02:54:20","modified_gmt":"2024-11-04T01:54:20","slug":"convert-shoe-size-from-us-to-european-and-uk-shoe","status":"publish","type":"page","link":"https:\/\/tshirtsandgadgets.com\/index.php\/convert-shoe-size-from-us-to-european-and-uk-shoe\/","title":{"rendered":"Instantly Convert Shoe Size from US to European and UK Online"},"content":{"rendered":"<h2 class=\"wp-block-heading\">Convert Shoe Size from US  to European or Convert UK Shoe Size  and European to US Shoe sizes Online<\/h2>  <style>\r\n    \/* Scoped CSS for the Shoe Size Converter *\/\r\n    .shoe-size-converter {\r\n      font-family: Arial, sans-serif;\r\n      display: flex;\r\n      flex-direction: column;\r\n      align-items: center;\r\n      margin-top: 20px;\r\n    }\r\n    .shoe-size-converter .container {\r\n      max-width: 600px;\r\n      padding: 20px;\r\n      border: 1px solid #ccc;\r\n      border-radius: 8px;\r\n      box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);\r\n      width: 90%;\r\n    }\r\n    .shoe-size-converter select,\r\n    .shoe-size-converter input[type=\"number\"] {\r\n      margin: 10px 0;\r\n      width: 100%;\r\n    }\r\n    .shoe-size-converter .error {\r\n      color: red;\r\n      margin-top: 10px;\r\n    }\r\n    .shoe-size-converter .result {\r\n      font-size: 1.2em;\r\n      font-weight: bold;\r\n      color: #007bff; \/* Blue color for visibility *\/\r\n      margin-top: 15px;\r\n    }\r\n    .shoe-size-converter .size-chart {\r\n      margin-top: 20px;\r\n      border-collapse: collapse;\r\n      width: 100%;\r\n    }\r\n    .shoe-size-converter .size-chart th,\r\n    .shoe-size-converter .size-chart td {\r\n      padding: 8px;\r\n      text-align: center;\r\n      border: 1px solid #ddd;\r\n    }\r\n    .shoe-size-converter .highlight {\r\n      background-color: #dff0d8;\r\n      font-weight: bold;\r\n    }\r\n\r\n    \/* Responsive styling for Shoe Size Converter *\/\r\n    @media (max-width: 768px) {\r\n      .shoe-size-converter .size-chart {\r\n        display: block;\r\n        overflow-x: auto;\r\n        width: 100%;\r\n      }\r\n      .shoe-size-converter .size-chart thead,\r\n      .shoe-size-converter .size-chart tbody {\r\n        display: block;\r\n      }\r\n      .shoe-size-converter .size-chart thead tr {\r\n        display: flex;\r\n        width: 100%;\r\n        box-sizing: border-box;\r\n      }\r\n      .shoe-size-converter .size-chart thead th {\r\n        flex: 1;\r\n        min-width: 100px;\r\n      }\r\n      .shoe-size-converter .size-chart tbody tr {\r\n        display: flex;\r\n        width: 100%;\r\n        box-sizing: border-box;\r\n      }\r\n      .shoe-size-converter .size-chart tbody td {\r\n        flex: 1;\r\n        min-width: 100px;\r\n      }\r\n    }\r\n\r\n    @media (max-width: 480px) {\r\n      .shoe-size-converter .container {\r\n        padding: 10px;\r\n      }\r\n      .shoe-size-converter h1 {\r\n        font-size: 1.5em;\r\n      }\r\n      .shoe-size-converter .size-chart th,\r\n      .shoe-size-converter .size-chart td {\r\n        font-size: 0.9em;\r\n        padding: 6px;\r\n      }\r\n    }\r\n  <\/style>\r\n\r\n\r\n<div class=\"shoe-size-converter\">\r\n  <div class=\"container\">\r\n    <h1>Shoe Size Converter<\/h1>\r\n    <p>Select the source and destination measures, then enter the size you want to convert. Select \"Adult\" or \"Kid\" sizes.<\/p>\r\n    \r\n    <label for=\"sizeCategory\">Size Category:<\/label>\r\n    <select id=\"sizeCategory\">\r\n      <option value=\"adult\">Adult<\/option>\r\n      <option value=\"kid\">Kid<\/option>\r\n    <\/select>\r\n\r\n    <label for=\"sourceMeasure\">Source Measure:<\/label>\r\n    <select id=\"sourceMeasure\">\r\n      <option value=\"EU\">European (EU)<\/option>\r\n      <option value=\"US\">American (US)<\/option>\r\n      <option value=\"UK\">British (UK)<\/option>\r\n    <\/select>\r\n\r\n    <label for=\"destMeasure\">Destination Measure:<\/label>\r\n    <select id=\"destMeasure\">\r\n      <option value=\"US\">American (US)<\/option>\r\n      <option value=\"EU\">European (EU)<\/option>\r\n      <option value=\"UK\">British (UK)<\/option>\r\n    <\/select>\r\n\r\n    <label for=\"sizeInput\">Enter Size:<\/label>\r\n    <input type=\"number\" id=\"sizeInput\" min=\"1\" placeholder=\"Enter shoe size\">\r\n    \r\n    <button onclick=\"convertSize()\">Convert Size<\/button>\r\n\r\n    <div id=\"result\" class=\"result\"><\/div>\r\n\r\n    <h2>Reference Size Chart<\/h2>\r\n    <table class=\"size-chart\">\r\n      <thead>\r\n        <tr>\r\n          <th>Category<\/th>\r\n          <th>European (EU)<\/th>\r\n          <th>American (US)<\/th>\r\n          <th>British (UK)<\/th>\r\n          <th>Foot Length (cm)<\/th>\r\n          <th>Foot Length (in)<\/th>\r\n        <\/tr>\r\n      <\/thead>\r\n      <tbody id=\"sizeChartBody\">\r\n        <!-- Dynamic content will be inserted here -->\r\n      <\/tbody>\r\n    <\/table>\r\n  <\/div>\r\n<\/div>\r\n\r\n<script>\r\n  const sizeChart = {\r\n    adult: [\r\n      { EU: 33, US: 1, UK: 0.5, cm: 20.8 },\r\n      { EU: 34, US: 2, UK: 1.5, cm: 21.6 },\r\n      { EU: 35, US: 3, UK: 2.5, cm: 22.5 },\r\n      { EU: 36, US: 4, UK: 3.5, cm: 23.5 },\r\n      { EU: 37, US: 5, UK: 4.5, cm: 24.0 },\r\n      { EU: 38, US: 6, UK: 5.5, cm: 24.5 },\r\n      { EU: 39, US: 7, UK: 6.5, cm: 25.0 },\r\n      { EU: 40, US: 8, UK: 7.5, cm: 26.0 },\r\n      { EU: 41, US: 9, UK: 8.5, cm: 26.5 },\r\n      { EU: 42, US: 10, UK: 9.5, cm: 27.5 },\r\n      { EU: 43, US: 11, UK: 10.5, cm: 28.0 },\r\n      { EU: 44, US: 12, UK: 11.5, cm: 29.0 },\r\n      { EU: 45, US: 13, UK: 12.5, cm: 29.5 },\r\n      { EU: 46, US: 14, UK: 13.5, cm: 30.5 },\r\n      { EU: 47, US: 15, UK: 14.5, cm: 31.0 },\r\n      { EU: 48, US: 16, UK: 15.5, cm: 31.8 }\r\n    ],\r\n    kid: [\r\n      { EU: 18, US: 2, UK: 1, cm: 10.5 },\r\n      { EU: 19, US: 3, UK: 2, cm: 11.4 },\r\n      { EU: 20, US: 4, UK: 3, cm: 12.2 },\r\n      { EU: 21, US: 5, UK: 4, cm: 13.0 },\r\n      { EU: 22, US: 6, UK: 5, cm: 14.0 },\r\n      { EU: 23, US: 7, UK: 6, cm: 14.6 },\r\n      { EU: 24, US: 8, UK: 7, cm: 15.2 },\r\n      { EU: 25, US: 9, UK: 8, cm: 15.9 },\r\n      { EU: 26, US: 10, UK: 9, cm: 16.5 },\r\n      { EU: 27, US: 11, UK: 10, cm: 17.1 },\r\n      { EU: 28, US: 12, UK: 11, cm: 17.8 },\r\n      { EU: 29, US: 13, UK: 12, cm: 18.4 },\r\n      { EU: 30, US: 1, UK: 13, cm: 19.1 },\r\n      { EU: 31, US: 2, UK: 1, cm: 19.7 },\r\n      { EU: 32, US: 3, UK: 2, cm: 20.4 }\r\n    ]\r\n  };\r\n\r\n  function cmToInches(cm) {\r\n    return (cm \/ 2.54).toFixed(2);\r\n  }\r\n\r\n  function populateSizeChart(category) {\r\n    const sizeChartBody = document.getElementById(\"sizeChartBody\");\r\n    sizeChartBody.innerHTML = '';\r\n\r\n    sizeChart[category].forEach(size => {\r\n      const row = document.createElement('tr');\r\n      row.innerHTML = `\r\n        <td>${category.charAt(0).toUpperCase() + category.slice(1)}<\/td>\r\n        <td>${size.EU}<\/td>\r\n        <td>${size.US}<\/td>\r\n        <td>${size.UK}<\/td>\r\n        <td>${size.cm}<\/td>\r\n        <td>${cmToInches(size.cm)}<\/td>\r\n      `;\r\n      sizeChartBody.appendChild(row);\r\n    });\r\n  }\r\n\r\n  document.getElementById(\"sizeCategory\").addEventListener(\"change\", function() {\r\n    populateSizeChart(this.value);\r\n  });\r\n\r\n  function convertSize() {\r\n    const sourceMeasure = document.getElementById(\"sourceMeasure\").value;\r\n    const destMeasure = document.getElementById(\"destMeasure\").value;\r\n    const sizeInput = parseFloat(document.getElementById(\"sizeInput\").value);\r\n    const category = document.getElementById(\"sizeCategory\").value;\r\n    const result = document.getElementById(\"result\");\r\n\r\n    clearHighlights();\r\n\r\n    if (isNaN(sizeInput) || sizeInput < 1) {\r\n      result.innerText = \"Please enter a valid shoe size.\";\r\n      return;\r\n    }\r\n\r\n    if (sourceMeasure === destMeasure) {\r\n      result.innerText = \"Source and destination measures must be different.\";\r\n      return;\r\n    }\r\n\r\n    const selectedChart = sizeChart[category];\r\n    let convertedSize;\r\n    let nonSelectedSize;\r\n\r\n    if (sourceMeasure === \"EU\") {\r\n      convertedSize = selectedChart.find((size) => size.EU === sizeInput)?.[destMeasure];\r\n      nonSelectedSize = selectedChart.find((size) => size.EU === sizeInput);\r\n    } else if (sourceMeasure === \"US\") {\r\n      convertedSize = selectedChart.find((size) => size.US === sizeInput)?.[destMeasure];\r\n      nonSelectedSize = selectedChart.find((size) => size.US === sizeInput);\r\n    } else if (sourceMeasure === \"UK\") {\r\n      convertedSize = selectedChart.find((size) => size.UK === sizeInput)?.[destMeasure];\r\n      nonSelectedSize = selectedChart.find((size) => size.UK === sizeInput);\r\n    }\r\n\r\n    if (convertedSize !== undefined) {\r\n      result.innerHTML = `Converted Size: <strong>${convertedSize}<\/strong><br>\r\n                          Non-selected Sizes: EU - <strong>${nonSelectedSize.EU}<\/strong>, \r\n                          US - <strong>${nonSelectedSize.US}<\/strong>, \r\n                          UK - <strong>${nonSelectedSize.UK}<\/strong>`;\r\n      highlightSize(sourceMeasure === \"EU\" ? sizeInput : convertedSize, category);\r\n    } else {\r\n      result.innerText = \"No equivalent size found.\";\r\n    }\r\n  }\r\n\r\n  function highlightSize(size, category) {\r\n    const selectedChart = sizeChart[category];\r\n    selectedChart.forEach((sizeObj, index) => {\r\n      if (sizeObj.EU === size || sizeObj.US === size || sizeObj.UK === size) {\r\n        sizeChartBody.rows[index].classList.add(\"highlight\");\r\n      }\r\n    });\r\n  }\r\n\r\n  function clearHighlights() {\r\n    [...sizeChartBody.rows].forEach(row => row.classList.remove(\"highlight\"));\r\n  }\r\n\r\n  \/\/ Initialize the size chart on page load\r\n  populateSizeChart('adult');\r\n<\/script>\r\n\r\n<script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-9590373762450198\"\n     crossorigin=\"anonymous\"><\/script><h1 class=\"wp-block-heading\" id=\"howtousetheshoesizeconverterausersguide\">How to Use the Shoe Size Converter: <\/h1><p>The Shoe Size Converter is an easy-to-use web tool that helps you convert shoe sizes across different measurement systems. Whether you&#8217;re shopping online or trying to find the right size for a friend, this converter makes it simple to find your perfect fit. Here\u2019s a step-by-step guide on how to use the Shoe Size Converter effectively.<\/p><h2 class=\"wp-block-heading\" id=\"gettingstarted\">Getting Started<\/h2><p>To access the Shoe Size Converter, simply open the HTML file you created with the provided code in any web browser. You will see an interface that allows you to input your details for size conversion.<\/p><h2 class=\"wp-block-heading\" id=\"stepbystepinstructions\">Step-by-Step Instructions<\/h2><h3 class=\"wp-block-heading\" id=\"1selectthesizecategory\">1. Select the Size Category<\/h3><p>At the top of the converter, you\u2019ll find a dropdown menu labeled&nbsp;<strong>Size Category<\/strong>. Click on it and select one of the following options:<\/p><ul class=\"wp-block-list\"><li><strong>Adult<\/strong>: For adult shoe sizes.<\/li>\n\n<li><strong>Kid<\/strong>: For children\u2019s shoe sizes.<\/li><\/ul><h3 class=\"wp-block-heading\" id=\"2chooseyoursourcemeasure\">2. Choose Your Source Measure<\/h3><p>Next, you need to specify the&nbsp;<strong>Source Measure<\/strong>. This is the system you are currently using for your shoe size. Click the second dropdown and choose from the following options:<\/p><ul class=\"wp-block-list\"><li><strong>European (EU)<\/strong>: Commonly used in many countries, especially in Europe.<\/li>\n\n<li><strong>American (US)<\/strong>: Standard measurement in the United States.<\/li>\n\n<li><strong>British (UK)<\/strong>: The measurement system used in the United Kingdom.<\/li><\/ul><h3 class=\"wp-block-heading\" id=\"3selectthedestinationmeasure\">3. Select the Destination Measure<\/h3><p>Now it\u2019s time to choose the&nbsp;<strong>Destination Measure<\/strong>. This is the measurement system you want to convert to. Click the third dropdown and select one of the following options, just like you did for the source measure:<\/p><ul class=\"wp-block-list\"><li><strong>American (US)<\/strong><\/li>\n\n<li><strong>European (EU)<\/strong><\/li>\n\n<li><strong>British (UK)<\/strong><\/li><\/ul><h3 class=\"wp-block-heading\" id=\"4enteryourshoesize\">4. Enter Your Shoe Size<\/h3><p>In the&nbsp;<strong>Enter Size<\/strong>&nbsp;field, input your shoe size as a number. Make sure that:<\/p><ul class=\"wp-block-list\"><li>You enter a valid numeric value (for example, 8, 42, 5).<\/li>\n\n<li>The size you enter is greater than zero (no negative sizes or zero).<\/li><\/ul><h3 class=\"wp-block-heading\" id=\"5convertthesize\">5. Convert the Size<\/h3><p>Once you have filled out all the necessary fields (size category, source measure, destination measure, and shoe size), click the&nbsp;<strong>Convert Size<\/strong>&nbsp;button.<\/p><h3 class=\"wp-block-heading\" id=\"6viewtheresult\">6. View the Result<\/h3><p>After clicking the button, the converter will display the converted shoe size in the result area below. It will show you:<\/p><ul class=\"wp-block-list\"><li>The converted size based on your selections.<\/li>\n\n<li>The non-selected sizes for the same shoe size in the original measurement system. For example, if you converted from EU to US, you would see the equivalent sizes in both EU and UK.<\/li><\/ul><h3 class=\"wp-block-heading\" id=\"7referencethesizechart\">7. Reference the Size Chart<\/h3><p>Below the result section, there is a&nbsp;<strong>Reference Size Chart<\/strong>. This chart provides a comprehensive overview of shoe sizes across EU, US, and UK measurements. The chart updates dynamically based on whether you selected Adult or Kid sizes, allowing you to easily reference sizes without leaving the page.<\/p><h2 class=\"wp-block-heading\" id=\"tipsforsuccessfulconversion\">Tips for Successful Conversion<\/h2><ul class=\"wp-block-list\"><li><strong>Double-check the Measurements<\/strong>: Before entering a shoe size, ensure that you are aware of the specific measurement system you are using.<\/li>\n\n<li><strong>Use the Right Category<\/strong>: Make sure to select the correct size category (Adult or Kid) to ensure accurate conversions.<\/li>\n\n<li><strong>Troubleshooting<\/strong>: If you receive an error message (such as \u201cPlease enter a valid shoe size\u201d), check your input for accuracy. The size must be a positive number.<\/li><\/ul><h2 class=\"wp-block-heading\" id=\"conclusion\">Conclusion<\/h2><p>The Shoe Size Converter is a straightforward tool that simplifies the process of finding the right shoe size across different measuring systems. By following these steps, you can easily convert your shoe sizes and ensure that you make informed choices when purchasing shoes. Enjoy your shopping experience, and may you always find the perfect fit!<\/p><h2 class=\"wp-block-heading\">Some of our products<\/h2><div data-block-name=\"woocommerce\/product-category\" data-categories=\"[77,71]\" data-content-visibility=\"{&quot;image&quot;:true,&quot;title&quot;:true,&quot;price&quot;:true,&quot;rating&quot;:false,&quot;button&quot;:true}\" data-rows=\"1\" class=\"wc-block-grid wp-block-product-category wc-block-product-category has-3-columns\"><ul class=\"wc-block-grid__products\"><li class=\"wc-block-grid__product\">\n\t\t\t\t<a href=\"https:\/\/tshirtsandgadgets.com\/index.php\/product\/unisex-tie-dye-sweatshirt-skeleton-skull-decorated-smiler-flashy-and-young-trendy\/\" class=\"wc-block-grid__product-link\">\n\t\t\t\t\t\n\t\t\t\t\t<div class=\"wc-block-grid__product-image\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/i0.wp.com\/tshirtsandgadgets.com\/wp-content\/uploads\/2024\/04\/95077.jpg?resize=300%2C300&amp;ssl=1\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Unisex Tie-Dye Sweatshirt, Skeleton skull decorated smiler, flashy and young trendy.\" srcset=\"https:\/\/i0.wp.com\/tshirtsandgadgets.com\/wp-content\/uploads\/2024\/04\/95077.jpg?w=1200&amp;ssl=1 1200w, https:\/\/i0.wp.com\/tshirtsandgadgets.com\/wp-content\/uploads\/2024\/04\/95077.jpg?resize=300%2C300&amp;ssl=1 300w, https:\/\/i0.wp.com\/tshirtsandgadgets.com\/wp-content\/uploads\/2024\/04\/95077.jpg?resize=1024%2C1024&amp;ssl=1 1024w, https:\/\/i0.wp.com\/tshirtsandgadgets.com\/wp-content\/uploads\/2024\/04\/95077.jpg?resize=150%2C150&amp;ssl=1 150w, https:\/\/i0.wp.com\/tshirtsandgadgets.com\/wp-content\/uploads\/2024\/04\/95077.jpg?resize=768%2C768&amp;ssl=1 768w, https:\/\/i0.wp.com\/tshirtsandgadgets.com\/wp-content\/uploads\/2024\/04\/95077.jpg?resize=600%2C600&amp;ssl=1 600w, https:\/\/i0.wp.com\/tshirtsandgadgets.com\/wp-content\/uploads\/2024\/04\/95077.jpg?resize=100%2C100&amp;ssl=1 100w, https:\/\/i0.wp.com\/tshirtsandgadgets.com\/wp-content\/uploads\/2024\/04\/95077.jpg?resize=50%2C50&amp;ssl=1 50w, https:\/\/i0.wp.com\/tshirtsandgadgets.com\/wp-content\/uploads\/2024\/04\/95077.jpg?resize=1%2C1&amp;ssl=1 1w, https:\/\/i0.wp.com\/tshirtsandgadgets.com\/wp-content\/uploads\/2024\/04\/95077.jpg?resize=10%2C10&amp;ssl=1 10w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/div>\n\t\t\t\t\t<div class=\"wc-block-grid__product-title\">Unisex Tie-Dye Sweatshirt, Skeleton skull decorated smiler, flashy and young trendy.<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<div class=\"wc-block-grid__product-price price\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#036;<\/span>81.30<\/span> &ndash; <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#036;<\/span>91.98<\/span><\/div>\n\t\t\t\t\n\t\t\t\t<div class=\"wp-block-button wc-block-grid__product-add-to-cart\"><a href=\"https:\/\/tshirtsandgadgets.com\/index.php\/product\/unisex-tie-dye-sweatshirt-skeleton-skull-decorated-smiler-flashy-and-young-trendy\/\" aria-label=\"Select options for &ldquo;Unisex Tie-Dye Sweatshirt, Skeleton skull decorated smiler, flashy and young trendy.&rdquo;\" data-quantity=\"1\" data-product_id=\"16753\" data-product_sku=\"\" data-price=\"81.3\" rel=\"nofollow\" class=\"wp-block-button__link  add_to_cart_button\">Select options<\/a><\/div>\n\t\t\t<\/li><li class=\"wc-block-grid__product\">\n\t\t\t\t<a href=\"https:\/\/tshirtsandgadgets.com\/index.php\/product\/asian-woman-with-flowers-unisex-heavy-medium-fabric-5-3-oz-yd2-tee-femme-asiatique-avec-des-fleurs-unisex-cotton-tee-tissu-medium-180-g-m2\/\" class=\"wc-block-grid__product-link\">\n\t\t\t\t\t\n\t\t\t\t\t<div class=\"wc-block-grid__product-image\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/i0.wp.com\/tshirtsandgadgets.com\/wp-content\/uploads\/2024\/04\/11980-81.jpg?resize=300%2C300&amp;ssl=1\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Asian woman with flowers Unisex Heavy Medium fabric 5.3 oz\/yd2 Tee | Femme asiatique avec des fleurs Unisex Cotton Tee Tissu Medium 180 g\/m2\" srcset=\"https:\/\/i0.wp.com\/tshirtsandgadgets.com\/wp-content\/uploads\/2024\/04\/11980-81.jpg?w=1200&amp;ssl=1 1200w, https:\/\/i0.wp.com\/tshirtsandgadgets.com\/wp-content\/uploads\/2024\/04\/11980-81.jpg?resize=300%2C300&amp;ssl=1 300w, https:\/\/i0.wp.com\/tshirtsandgadgets.com\/wp-content\/uploads\/2024\/04\/11980-81.jpg?resize=1024%2C1024&amp;ssl=1 1024w, https:\/\/i0.wp.com\/tshirtsandgadgets.com\/wp-content\/uploads\/2024\/04\/11980-81.jpg?resize=150%2C150&amp;ssl=1 150w, https:\/\/i0.wp.com\/tshirtsandgadgets.com\/wp-content\/uploads\/2024\/04\/11980-81.jpg?resize=768%2C768&amp;ssl=1 768w, https:\/\/i0.wp.com\/tshirtsandgadgets.com\/wp-content\/uploads\/2024\/04\/11980-81.jpg?resize=600%2C600&amp;ssl=1 600w, https:\/\/i0.wp.com\/tshirtsandgadgets.com\/wp-content\/uploads\/2024\/04\/11980-81.jpg?resize=100%2C100&amp;ssl=1 100w, https:\/\/i0.wp.com\/tshirtsandgadgets.com\/wp-content\/uploads\/2024\/04\/11980-81.jpg?resize=50%2C50&amp;ssl=1 50w, https:\/\/i0.wp.com\/tshirtsandgadgets.com\/wp-content\/uploads\/2024\/04\/11980-81.jpg?resize=1%2C1&amp;ssl=1 1w, https:\/\/i0.wp.com\/tshirtsandgadgets.com\/wp-content\/uploads\/2024\/04\/11980-81.jpg?resize=10%2C10&amp;ssl=1 10w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/div>\n\t\t\t\t\t<div class=\"wc-block-grid__product-title\">Asian woman with flowers Unisex Heavy Medium fabric 5.3 oz\/yd2 Tee | Femme asiatique avec des fleurs Unisex Cotton Tee Tissu Medium 180 g\/m2<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<div class=\"wc-block-grid__product-price price\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#036;<\/span>21.56<\/span> &ndash; <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#036;<\/span>29.93<\/span><\/div>\n\t\t\t\t\n\t\t\t\t<div class=\"wp-block-button wc-block-grid__product-add-to-cart\"><a href=\"https:\/\/tshirtsandgadgets.com\/index.php\/product\/asian-woman-with-flowers-unisex-heavy-medium-fabric-5-3-oz-yd2-tee-femme-asiatique-avec-des-fleurs-unisex-cotton-tee-tissu-medium-180-g-m2\/\" aria-label=\"Select options for &ldquo;Asian woman with flowers Unisex Heavy Medium fabric 5.3 oz\/yd2 Tee | Femme asiatique avec des fleurs Unisex Cotton Tee Tissu Medium 180 g\/m2&rdquo;\" data-quantity=\"1\" data-product_id=\"16303\" data-product_sku=\"\" data-price=\"21.56\" rel=\"nofollow\" class=\"wp-block-button__link  add_to_cart_button\">Select options<\/a><\/div>\n\t\t\t<\/li><li class=\"wc-block-grid__product\">\n\t\t\t\t<a href=\"https:\/\/tshirtsandgadgets.com\/index.php\/product\/the-smiling-sun-unisex-heavy-cotton-tee-medium-fabric-5-3-oz-le-soleil-souriant-tee-shirt-unisexe-en-coton-lourd-tissu-moyen-180-g-m2\/\" class=\"wc-block-grid__product-link\">\n\t\t\t\t\t\n\t\t\t\t\t<div class=\"wc-block-grid__product-image\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/i0.wp.com\/tshirtsandgadgets.com\/wp-content\/uploads\/2024\/04\/12154.jpg?resize=300%2C300&amp;ssl=1\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"The smiling sun - Unisex Heavy Cotton Tee Medium fabric 5.3 oz | Le soleil souriant - Tee-shirt unisexe en coton lourd Tissu moyen 180 g\/m2\" srcset=\"https:\/\/i0.wp.com\/tshirtsandgadgets.com\/wp-content\/uploads\/2024\/04\/12154.jpg?w=1200&amp;ssl=1 1200w, https:\/\/i0.wp.com\/tshirtsandgadgets.com\/wp-content\/uploads\/2024\/04\/12154.jpg?resize=300%2C300&amp;ssl=1 300w, https:\/\/i0.wp.com\/tshirtsandgadgets.com\/wp-content\/uploads\/2024\/04\/12154.jpg?resize=1024%2C1024&amp;ssl=1 1024w, https:\/\/i0.wp.com\/tshirtsandgadgets.com\/wp-content\/uploads\/2024\/04\/12154.jpg?resize=150%2C150&amp;ssl=1 150w, https:\/\/i0.wp.com\/tshirtsandgadgets.com\/wp-content\/uploads\/2024\/04\/12154.jpg?resize=768%2C768&amp;ssl=1 768w, https:\/\/i0.wp.com\/tshirtsandgadgets.com\/wp-content\/uploads\/2024\/04\/12154.jpg?resize=600%2C600&amp;ssl=1 600w, https:\/\/i0.wp.com\/tshirtsandgadgets.com\/wp-content\/uploads\/2024\/04\/12154.jpg?resize=100%2C100&amp;ssl=1 100w, https:\/\/i0.wp.com\/tshirtsandgadgets.com\/wp-content\/uploads\/2024\/04\/12154.jpg?resize=50%2C50&amp;ssl=1 50w, https:\/\/i0.wp.com\/tshirtsandgadgets.com\/wp-content\/uploads\/2024\/04\/12154.jpg?resize=1%2C1&amp;ssl=1 1w, https:\/\/i0.wp.com\/tshirtsandgadgets.com\/wp-content\/uploads\/2024\/04\/12154.jpg?resize=10%2C10&amp;ssl=1 10w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/div>\n\t\t\t\t\t<div class=\"wc-block-grid__product-title\">The smiling sun &#8211; Unisex Heavy Cotton Tee Medium fabric 5.3 oz | Le soleil souriant &#8211; Tee-shirt unisexe en coton lourd Tissu moyen 180 g\/m2<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<div class=\"wc-block-grid__product-price price\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#036;<\/span>21.56<\/span> &ndash; <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#036;<\/span>29.93<\/span><\/div>\n\t\t\t\t\n\t\t\t\t<div class=\"wp-block-button wc-block-grid__product-add-to-cart\"><a href=\"https:\/\/tshirtsandgadgets.com\/index.php\/product\/the-smiling-sun-unisex-heavy-cotton-tee-medium-fabric-5-3-oz-le-soleil-souriant-tee-shirt-unisexe-en-coton-lourd-tissu-moyen-180-g-m2\/\" aria-label=\"Select options for &ldquo;The smiling sun - Unisex Heavy Cotton Tee Medium fabric 5.3 oz | Le soleil souriant - Tee-shirt unisexe en coton lourd Tissu moyen 180 g\/m2&rdquo;\" data-quantity=\"1\" data-product_id=\"15851\" data-product_sku=\"\" data-price=\"21.56\" rel=\"nofollow\" class=\"wp-block-button__link  add_to_cart_button\">Select options<\/a><\/div>\n\t\t\t<\/li><\/ul><\/div>","protected":false},"excerpt":{"rendered":"<p>&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"class_list":["post-24635","page","type-page","status-publish","hentry"],"aioseo_notices":[],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/tshirtsandgadgets.com\/index.php\/wp-json\/wp\/v2\/pages\/24635","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tshirtsandgadgets.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tshirtsandgadgets.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tshirtsandgadgets.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tshirtsandgadgets.com\/index.php\/wp-json\/wp\/v2\/comments?post=24635"}],"version-history":[{"count":8,"href":"https:\/\/tshirtsandgadgets.com\/index.php\/wp-json\/wp\/v2\/pages\/24635\/revisions"}],"predecessor-version":[{"id":24651,"href":"https:\/\/tshirtsandgadgets.com\/index.php\/wp-json\/wp\/v2\/pages\/24635\/revisions\/24651"}],"wp:attachment":[{"href":"https:\/\/tshirtsandgadgets.com\/index.php\/wp-json\/wp\/v2\/media?parent=24635"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}