/* Number-and-age size labels keep the native radio inputs and selected styles. */
.variant-picker__group--numbered-sizes .variant-picker__more-toggle {
  display: none !important;
}

@media (max-width: 749px) {
  .product-detail-wrapper .variant-picker__group--numbered-sizes .variant-picker__options {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px !important;
    width: 100%;
  }

  .product-detail-wrapper .variant-picker__group--numbered-sizes .variant-picker__option {
    width: 100% !important;
    min-width: 0 !important;
    margin: 0;
  }

  /* Match the section scope of the existing 36px mobile button rule. */
  #shopline-section-template--product__main-product-info .product-detail-wrapper .variant-picker__group--numbered-sizes .variant-picker__button--text {
    display: flex !important;
    box-sizing: border-box;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 52px !important;
    min-height: 52px !important;
    padding: 6px 4px !important;
    font-size: 14px;
    line-height: 18px;
    text-align: center !important;
  }

  .variant-picker__group--numbered-sizes .variant-picker__numbered-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    white-space: nowrap;
  }

  .variant-picker__group--numbered-sizes .variant-picker__numbered-age {
    font-size: 12px;
  }
}
