.gk-pdp-sku {
    color: var(--gk-slate, #626964);
    font-family: var(--gk-font-ui, Arial, sans-serif);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 8px;
    overflow-wrap: anywhere;
}

.gk-pdp-sku__label {
    font-weight: 500;
}

.gk-pdp-sku__value {
    font-variant-numeric: tabular-nums;
    user-select: text;
}

.ty-product-detail .ty-product-block-title.gk-pdp-title-has-sku {
    margin-bottom: 6px;
}

.gk-pdp-sku + .gk-native-pdp-price-clarity {
    margin-top: 0;
}

@media (max-width: 767px) {
    body.gk-native-pdp-ready .ty-product-detail.gk-native-pdp .gk-pdp-sku {
        box-sizing: border-box;
        margin: 6px auto 0;
        order: 4;
        width: calc(100% - (var(--gk-gutter-mobile, 16px) * 2));
    }

    body.gk-native-pdp-ready .ty-product-detail.gk-native-pdp .gk-pdp-sku + .gk-native-pdp-price-clarity {
        margin-top: 8px;
    }
}
