.single-product .wcpa_form_outer.stockx-ready {
  border: 1px solid #d6d6d6;
  border-radius: 14px;
  padding: 18px;
  background: #fff;
  margin-bottom: 28px;
}

.single-product .wcpa_form_outer.stockx-ready .wcpa_check {
  display: none !important;
}

.single-product .wcpa_form_outer.stockx-ready .stockx-size-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
}

.single-product .wcpa_form_outer.stockx-ready .stockx-size-title {
  font-size: 16px;
  font-weight: 500;
  color: #222;
}

.single-product .wcpa_form_outer.stockx-ready .stockx-size-current {
  font-size: 20px;
  font-weight: 700;
  color: #222;
}

.single-product .wcpa_form_outer.stockx-ready .stockx-size-subtitle {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  color: #222;
  margin: 0 0 24px;
}

.single-product .wcpa_form_outer.stockx-ready .wcpa_type_radio-group.stockx-style > label,
.single-product .wcpa_form_outer.stockx-ready .wcpa_type_radio-group.stockx-size > label {
  display: none !important;
}

.single-product .wcpa_form_outer.stockx-ready .wcpa_type_radio-group.stockx-style .radio-inline,
.single-product .wcpa_form_outer.stockx-ready .wcpa_type_radio-group.stockx-size .radio-inline {
  margin-left: 0 !important;
}

.single-product .wcpa_form_outer.stockx-ready .wcpa_type_radio-group.stockx-style .radio-inline {
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}

.single-product .wcpa_form_outer.stockx-ready .wcpa_type_radio-group.stockx-style .wcpa_radio {
  margin: 0 !important;
}

.single-product .wcpa_form_outer.stockx-ready .wcpa_type_radio-group.stockx-style input[type="radio"] {
  position: absolute;
  left: -9999px;
}

.single-product .wcpa_form_outer.stockx-ready .wcpa_type_radio-group.stockx-style .wcpa_radio label {
  min-width: 70px;
  min-height: 34px;
  border-radius: 999px;
  border: 1px solid transparent !important;
  background: #ececec !important;
  color: #2a2a2a !important;
  font-size: 17px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 6px 10px;
  margin: 0;
  cursor: pointer;
  user-select: none;
}

.single-product .wcpa_form_outer.stockx-ready .wcpa_type_radio-group.stockx-style input[type="radio"]:checked + label {
  background: #090909 !important;
  color: #fff !important;
}

.single-product .wcpa_form_outer.stockx-ready .wcpa_type_radio-group.stockx-size .stockx-all-card {
  display: none !important;
}

.single-product .wcpa_form_outer.stockx-ready .wcpa_type_radio-group.stockx-size .stockx-all-card .stockx-all-title {
  display: block;
  color: #1f1f1f;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
}

.single-product .wcpa_form_outer.stockx-ready .wcpa_type_radio-group.stockx-size .stockx-all-card .stockx-all-price {
  display: block;
  color: #0f6a43;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 2px;
}

.single-product .wcpa_form_outer.stockx-ready .wcpa_type_radio-group.stockx-size .radio-inline {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.single-product .wcpa_form_outer.stockx-ready .wcpa_type_radio-group.stockx-size .wcpa_radio {
  margin: 0 !important;
}

.single-product .wcpa_form_outer.stockx-ready .wcpa_type_radio-group.stockx-size input[type="radio"] {
  position: absolute;
  left: -9999px;
}

.single-product .wcpa_form_outer.stockx-ready .wcpa_type_radio-group.stockx-size .wcpa_radio label {
  min-height: 34px;
  border: 1px solid #c8c8c8;
  border-radius: 8px;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  cursor: pointer;
  user-select: none;
  padding: 6px 10px;
}

.single-product .wcpa_form_outer.stockx-ready .stockx-main {
  display: block;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  color: #222;
}

.single-product .wcpa_form_outer.stockx-ready .stockx-price {
  display: block;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.08;
  color: #0f6a43;
  margin-top: 3px;
}

.single-product .wcpa_form_outer.stockx-ready .wcpa_type_radio-group.stockx-size input[type="radio"]:checked + label {
  border-color: #0f6a43;
  box-shadow: 0 0 0 2px #0f6a43 inset;
  background: #f7fffa;
}

.single-product .wcpa_form_outer.stockx-ready .wcpa_type_radio-group.stockx-size input[type="radio"]:checked + label::after {
  content: "✓";
  position: absolute;
  top: 8px;
  right: 10px;
  color: #0f6a43;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 850px) {
  .single-product .wcpa_form_outer.stockx-ready {
    padding: 14px;
  }

  .single-product .wcpa_form_outer.stockx-ready .stockx-size-current {
    font-size: 16px;
  }

  .single-product .wcpa_form_outer.stockx-ready .stockx-size-subtitle {
    font-size: 15px;
  }

  .single-product .wcpa_form_outer.stockx-ready .wcpa_type_radio-group.stockx-style .wcpa_radio label {
    min-width: 66px;
    min-height: 32px;
    font-size: 12px;
    padding: 6px 8px;
  }

  .single-product .wcpa_form_outer.stockx-ready .wcpa_type_radio-group.stockx-size .radio-inline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .single-product .wcpa_form_outer.stockx-ready .stockx-main {
    font-size: 14px;
  }

  .single-product .wcpa_form_outer.stockx-ready .stockx-price {
    font-size: 18px;
  }
}
