/** Shopify CDN: Minification failed

Line 105:38 Unexpected "t"

**/
.rte .size-guide-table {
    text-align: center;
    border: none;
    min-width: 100%;
    margin-bottom: 20px;
}

.rte .size-guide-table tr {
    border-top: none;
}

.rte .size-guide-table tr:first-child {
    border-bottom: 1px solid rgb(var(--layout-text-color));
}

.rte .size-guide-table tr:not(:first-child) {
    border-bottom: var(--line-thickness) solid rgb(var(--lines-color));
}

.rte .size-guide-table td {
    padding: 9px 20px;
    border-right: none;
    max-width: 180px;
    font-size: 14px;
    line-height: 16.8px;
    letter-spacing: -0.03em;
}

.rte .size-guide-table tr:first-child td {
    padding: 15px 25px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14.4px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.page__content:has( .size-guide-table) .page-block--yellow {
    padding: 20px;
    background-color: rgb(var(--button-label-color));
    font-size: 12px;
    font-weight: 500;
    line-height: 14.4px;
    letter-spacing: 0.03em;
    margin-bottom: 40px;
}

.page__content:has( .size-guide-table) h5 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.03em;
    margin-bottom: 10px;
    margin-top: 0;
}

.page__content:has( .size-guide-table) .page-subheading {
    font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
    margin-bottom: 30px;
}

.page__content:has( .size-guide-table) p:has( img) {
    margin-bottom: 30px;
}

.page__content:has( .size-guide-table) h6 {
    margin-bottom: 10px;
}

.page__content:has( .size-guide-table) ul {
    padding-left: 9px;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
}

.page__content:has( .size-guide-table) .page-block--black {
    display: flex;
    align-items: center;
    background-color: rgb(var(--layout-text-color));
    color: rgb(var(--layout-bg-color));
}

.page__content:has( .size-guide-table) .page-block--black p {
    padding: 26px 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.4px;
    letter-spacing: 0.03em;
}

.page__content:has( .size-guide-table) .page-block--black .page-block__icon {
    display: flex;
    padding: 26px 40px;
    border-left: 1px solid rgba(55, 55, 55, 1);
}

.page__content:has( .size-guide-table)t .page-block--black .page-block__icon svg {
    fill: none;
}