.product-size-label-container {
display: flex;
align-items: center;
gap: 6px;
align-self: stretch;
color: var(--Neutral-900, #111827);
text-align: center;
font-family: "SVN Omnes", Sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 130%;
letter-spacing: 0.28px;
justify-content: center;
}
.product-size-label-item {
padding: 0 6px;
line-height: 9px;
}
.product-size-label-item:not(:last-child) {
border-right: 1px solid #D1D5DB;
}
.product-size-label {
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: transparent;
line-height: 130%;
letter-spacing: 0.28px;
}
.product-size-label:hover {
color: var(--Logo-Yellow, #FCD944);
text-align: center;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: var(--Logo-Blue, #253691);
font-size: 14px;
font-style: normal;
line-height: 130%; letter-spacing: 0.28px;
}