/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 54:0 Unexpected "<"

**/
<style>
  .size-chart-wrapper {
    margin-top: 10px;
  }

  .size-chart-title {
    margin-bottom: 4px;
  }

  .size-chart-subtitle {
    margin-bottom: 10px;
  }

  .size-chart {
    width: 100%;
    max-width: 600px;
    border-collapse: collapse;
  }

  .size-chart th,
  .size-chart td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
  }

  .size-chart th {
    background: #A47864;
  }

  .size-chart tbody tr:nth-child(even) {
    background: #F6E6D5;
  }

.size-chart-image {
  max-width: 600px;
  height: auto;
}
@media (max-width: 749px) {
  .size-chart th,
  .size-chart td {
    font-size: 11px;
    padding: 6px;
    white-space: normal;
    line-height: 1.2;
  }
}
</style>