/** Shopify CDN: Minification failed

Line 57:0 Unexpected "{"
Line 57:1 Expected identifier but found "%"
Line 62:0 Unexpected "{"
Line 62:1 Expected identifier but found "%"

**/


/* CSS from section stylesheet tags */
.ring-size-chart{
  padding: 20px 0;
}

.ring-size-chart h2{
  text-align:center;
  margin-bottom: 15px;
}

.ring-size-chart p.section-description{
  text-align:center;
  margin-bottom:25px;
  max-width:850px;
  margin-left:auto;
  margin-right:auto;
}

.table-container{
  overflow-x:auto;
  width:100%;
}

.ring-size-table{
  width:max-content;
  min-width: 100%;
  border-collapse:collapse;
  white-space: nowrap;
}

.ring-size-table th,
.ring-size-table td{
  padding:10px 12px;
  text-align:center;
}

.ring-size-table th{
  font-weight:700;
  position:sticky;
  top:0;
  background:white;
}
.ring-size-table td {
	font-size: 16px;
	font-family: var(--typeHeaderPrimary),var(--typeHeaderFallback);
}
{% if section.settings.enable_borders %}
  .ring-size-table th,
  .ring-size-table td{
    border:1px solid #ddd;
  }
{% endif %}