.abt-goldtest-wizard-shell {
  padding: 120px 20px 48px;
}

.abt-goldtest-wizard {
  max-width: 1040px;
  margin: 0 auto;
  padding: 24px;
}

.abt-goldtest-wizard__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(160px, 1fr));
  gap: 12px;
  margin-bottom: 28px;
}

.abt-goldtest-wizard__step {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border-radius: 10px;
  background: rgba(245, 245, 245, 0.9);
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  text-decoration: none;
}

.abt-goldtest-wizard__step:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.9);
}

.abt-goldtest-wizard__step.is-active {
  background: linear-gradient(135deg, #ff4d4d 0%, #ff2a2a 45%, #d60000 100%);
  color: #fff;
  box-shadow: 0 16px 36px rgba(214, 0, 0, 0.25);
}

.abt-goldtest-wizard__card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
  padding: 36px;
  margin-bottom: 40px;
}

.abt-wizard-start-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.85fr);
  gap: 32px;
  align-items: start;
}

.abt-wizard-start-content {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.abt-wizard-description {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.abt-wizard-start-content .product_title {
  margin-bottom: 4px;
}

.abt-wizard-product-media {
  align-self: center;
  max-width: 520px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.abt-wizard-product-media img {
  display: block;
  width: 100%;
  height: auto;
}

.abt-wizard-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
  align-self: start;
}

.abt-wizard-sidebar__card {
  background: linear-gradient(135deg, rgba(255, 77, 77, 0.08), rgba(255, 42, 42, 0.12));
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 20px 40px rgba(214, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.abt-wizard-price-block {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-weight: 700;
  font-size: 1.2rem;
}

.abt-wizard-price-block .label {
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
}

.abt-wizard-price-block .price {
  color: #b80000;
  font-size: 1.3rem;
}

.abt-wizard-price-details {
  margin: 6px 0 0;
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.6);
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.abt-wizard-cta__btn {
  width: 100%;
  text-align: center;
  padding: 1em 2.6em;
  border-radius: 14px;
  font-size: 1rem;
  font-weight: 700;
  background: linear-gradient(135deg, #ff4d4d 0%, #ff2a2a 45%, #d60000 100%) !important;
  border: none !important;
  box-shadow: 0 18px 36px rgba(214, 0, 0, 0.3);
}

.abt-goldtest-wizard .abt-wizard-next-step-note {
  margin-top: 16px;
  padding-bottom: 8px;
  font-size: 1.05rem;
  color: #b80000 !important;
  text-align: center !important;
  font-style: italic;
  display: block;
}

.abt-wizard-lab-links h3 {
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 10px;
}

.abt-wizard-lab-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.abt-wizard-lab-option {
  list-style: none;
}

.abt-wizard-lab-option label {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.abt-wizard-lab-option label:hover {
  border-color: rgba(214, 0, 0, 0.4);
  box-shadow: 0 10px 24px rgba(214, 0, 0, 0.1);
}

.abt-wizard-lab-option input[type="radio"] {
  accent-color: #ff2a2a;
  transform: scale(1.15);
}

.abt-wizard-lab-option__label {
  flex: 1;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}

.abt-wizard-lab-option__fee {
  font-size: 0.9rem;
  font-weight: 600;
  color: #b80000;
}

.abt-wizard-lab-option__price-preview {
  display: none;
}

.abt-wizard-lab-note {
  margin-top: 12px;
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.6);
}

.abt-wizard-lab-finder {
  padding: 12px 0 6px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.abt-wizard-lab-finder h3 {
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 8px;
}

.abt-wizard-lab-finder ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 0.9rem;
}

.abt-wizard-lab-finder a {
  color: #b80000;
  text-decoration: none;
  font-weight: 600;
}

.abt-wizard-lab-finder a:hover {
  text-decoration: underline;
}

.abt-wizard-banner {
  margin: 20px auto 0;
  max-width: 1040px;
  padding: 0 24px 48px;
}

.abt-wizard-banner__inner {
  border-radius: 28px;
  padding: 24px 32px;
  background: linear-gradient(120deg, #0c1d2f, #0f3b57 55%, #1f6a7a);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 60px rgba(4, 25, 42, 0.5);
  color: #fff;
  text-align: center;
}

.abt-wizard-banner__eyebrow {
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0.95;
  margin-bottom: 12px;
  color: #ffb347;
}

.abt-wizard-banner__inner p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 600;
}

.abt-wizard-cart-meta {
  margin-top: 6px;
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.7);
}

.abt-wizard-cart-meta strong {
  font-weight: 600;
  margin-right: 6px;
  color: rgba(0, 0, 0, 0.75);
}

.abt-wizard-remove-form {
  margin-top: 6px;
  display: inline-block;
}

.abt-wizard-remove-btn {
  background: transparent !important;
  border: none !important;
  color: #d60000 !important;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0 !important;
  margin: 4px 0 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1.2;
  box-shadow: none !important;
  background-image: none !important;
  text-decoration: none !important;
  appearance: none;
  transition: color 0.2s ease;
}

.abt-wizard-cart-item-cell {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.abt-wizard-cart-qty-cell {
  vertical-align: top;
}

.abt-wizard-qty-form {
  display: flex;
  align-items: center;
  gap: 6px;
}

.abt-wizard-qty-input {
  width: 60px;
  padding: 4px 6px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.abt-wizard-qty-btn {
  background: transparent !important;
  border: none !important;
  color: #d60000 !important;
  font-size: 0.7rem !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0 !important;
  cursor: pointer;
  transition: color 0.2s ease;
  min-width: auto !important;
  min-height: auto !important;
  box-shadow: none !important;
}

.abt-wizard-qty-btn:hover,
.abt-wizard-qty-btn:focus {
  color: #ff2a2a !important;
}

.shop_table button.abt-wizard-remove-btn,
.shop_table .abt-wizard-remove-form .abt-wizard-remove-btn {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 4px 0 0 !important;
  color: #d60000 !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  min-width: auto !important;
  min-height: auto !important;
}

.shop_table .abt-wizard-qty-btn {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  min-width: auto !important;
  min-height: auto !important;
}

.shop_table button.abt-wizard-remove-btn:hover,
.shop_table .abt-wizard-remove-btn.button:hover,
.abt-wizard-remove-btn:hover,
.abt-wizard-remove-btn:focus {
  color: #ff2a2a !important;
  outline: none;
}

.abt-wizard-back-link {
  display: inline-block;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(0, 0, 0, 0.55);
  text-decoration: none;
}

.abt-wizard-back-link:hover {
  color: #b80000;
}

.abt-goldtest-wizard__actions {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.abt-goldtest-wizard__actions .button {
  padding: 0.85em 2.4em;
  border-radius: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

.abt-goldtest-wizard .product_title {
  margin-bottom: 18px;
}

.abt-goldtest-wizard__toolbar {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-end;
  flex-wrap: wrap;
}

.abt-goldtest-wizard__toolbar-right {
  display: flex;
  align-items: flex-end;
  gap: 18px;
  flex-wrap: nowrap;
}

@media (max-width: 720px) {
  .abt-goldtest-wizard__toolbar-right {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}

.abt-wizard-addon-expand-controls {
  display: flex;
  gap: 10px;
}

.abt-goldtest-wizard .abt-wizard-addon-expand-controls .abt-addon-expand-link {
  appearance: none !important;
  border: none !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: rgba(0, 0, 0, 0.65) !important;
  font-size: 0.72rem !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  padding: 0.35em 1.1em !important;
  font-weight: 600 !important;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12), 0 6px 16px rgba(0, 0, 0, 0.08) !important;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.abt-goldtest-wizard .abt-wizard-addon-expand-controls .abt-addon-expand-link:hover,
.abt-goldtest-wizard .abt-wizard-addon-expand-controls .abt-addon-expand-link:focus {
  color: rgba(0, 0, 0, 0.95) !important;
  outline: none !important;
  background: rgba(255, 255, 255, 0.15) !important;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.12) !important;
}

.abt-goldtest-wizard__group-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 18px;
  margin: 24px 0;
  list-style: none;
  padding: 0;
}

.abt-goldtest-wizard__group-list.is-condensed {
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 14px;
}

.abt-goldtest-wizard__group-item {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 14px;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.09);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.abt-goldtest-wizard__group-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12);
  border-color: rgba(255, 77, 77, 0.25);
}

.abt-goldtest-wizard__group-item-main {
  display: flex;
  align-items: center;
  gap: 10px;
}

.abt-goldtest-wizard__group-item .price {
  font-weight: 700;
  color: #d60000;
  margin-left: auto;
}

.abt-wizard-addon-toggle {
  align-self: flex-start;
  border: none;
  background: none;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #b80000;
  cursor: pointer;
  padding: 0.25em 0;
}

.abt-wizard-addon-toggle[aria-expanded="true"] {
  color: #111;
}

.abt-wizard-addon-details {
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.75);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 8px;
  margin-top: 4px;
}

.abt-goldtest-wizard__group-item input[type="checkbox"] {
  transform: scale(1.1);
  accent-color: #ff2a2a;
}

.abt-goldtest-wizard__group-item .label {
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a1a;
}

.abt-goldtest-wizard__group-item.is-selected {
  border-color: rgba(214, 0, 0, 0.4);
  box-shadow: 0 18px 40px rgba(214, 0, 0, 0.2);
}

@media (max-width: 960px) {
  .abt-goldtest-wizard__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .abt-goldtest-wizard-shell {
    padding: 72px 24px 36px !important;
  }

  .abt-goldtest-wizard__steps {
    grid-template-columns: 1fr;
  }

  .abt-goldtest-wizard__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .abt-goldtest-wizard__actions .button {
    width: 100%;
    text-align: center;
  }

  .abt-wizard-start-grid {
    grid-template-columns: 1fr;
  }

  .abt-wizard-sidebar {
    position: static;
  }
}
.abt-goldtest-wizard-shell {
  padding: 120px 20px 48px;
}

.abt-goldtest-wizard {
  max-width: 1040px;
  margin: 0 auto;
  padding: 24px;
}

.abt-goldtest-wizard__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(160px, 1fr));
  gap: 12px;
  margin-bottom: 28px;
}

.abt-goldtest-wizard__step {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border-radius: 10px;
  background: rgba(245, 245, 245, 0.9);
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  text-decoration: none;
}

.abt-goldtest-wizard__step:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.9);
}

.abt-goldtest-wizard__step.is-active {
  background: linear-gradient(135deg, #ff4d4d 0%, #ff2a2a 45%, #d60000 100%);
  color: #fff;
  box-shadow: 0 16px 36px rgba(214, 0, 0, 0.25);
}

.abt-goldtest-wizard__card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
  padding: 36px;
  margin-bottom: 40px;
}

.abt-wizard-start-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.85fr);
  gap: 32px;
  align-items: start;
}

.abt-wizard-start-content {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.abt-wizard-description {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.abt-wizard-start-content .product_title {
  margin-bottom: 4px;
}

.abt-wizard-product-media {
  align-self: center;
  max-width: 520px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.abt-wizard-product-media img {
  display: block;
  width: 100%;
  height: auto;
}

.abt-wizard-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
  align-self: start;
}

.abt-wizard-sidebar__card {
  background: linear-gradient(135deg, rgba(255, 77, 77, 0.08), rgba(255, 42, 42, 0.12));
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 20px 40px rgba(214, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.abt-wizard-price-block {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-weight: 700;
  font-size: 1.2rem;
}

.abt-wizard-price-block .label {
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
}

.abt-wizard-price-block .price {
  color: #b80000;
  font-size: 1.3rem;
}

.abt-wizard-price-details {
  margin: 6px 0 0;
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.6);
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.abt-wizard-cta__btn {
  width: 100%;
  text-align: center;
  padding: 1em 2.6em;
  border-radius: 14px;
  font-size: 1rem;
  font-weight: 700;
  background: linear-gradient(135deg, #ff4d4d 0%, #ff2a2a 45%, #d60000 100%) !important;
  border: none !important;
  box-shadow: 0 18px 36px rgba(214, 0, 0, 0.3);
}

.abt-goldtest-wizard .abt-wizard-next-step-note {
  margin-top: 16px;
  padding-bottom: 8px;
  font-size: 1.05rem;
  color: #b80000 !important;
  text-align: center !important;
  font-style: italic;
  display: block;
}

.abt-wizard-lab-links h3 {
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 10px;
}

.abt-wizard-lab-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.abt-wizard-lab-option {
  list-style: none;
}

.abt-wizard-lab-option label {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.abt-wizard-lab-option label:hover {
  border-color: rgba(214, 0, 0, 0.4);
  box-shadow: 0 10px 24px rgba(214, 0, 0, 0.1);
}

.abt-wizard-lab-option input[type="radio"] {
  accent-color: #ff2a2a;
  transform: scale(1.15);
}

.abt-wizard-lab-option__label {
  flex: 1;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}

.abt-wizard-lab-option__fee {
  font-size: 0.9rem;
  font-weight: 600;
  color: #b80000;
}

.abt-wizard-lab-option__price-preview {
  display: none;
}

.abt-wizard-lab-note {
  margin-top: 12px;
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.6);
}

.abt-wizard-lab-finder {
  padding: 12px 0 6px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.abt-wizard-lab-finder h3 {
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 8px;
}

.abt-wizard-lab-finder ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 0.9rem;
}

.abt-wizard-lab-finder a {
  color: #b80000;
  text-decoration: none;
  font-weight: 600;
}

.abt-wizard-lab-finder a:hover {
  text-decoration: underline;
}

.abt-wizard-banner {
  margin: 20px auto 0;
  max-width: 1040px;
  padding: 0 24px 48px;
}

.abt-wizard-banner__inner {
  border-radius: 28px;
  padding: 24px 32px;
  background: linear-gradient(120deg, #0c1d2f, #0f3b57 55%, #1f6a7a);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 60px rgba(4, 25, 42, 0.5);
  color: #fff;
  text-align: center;
}

.abt-wizard-banner__eyebrow {
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0.95;
  margin-bottom: 12px;
  color: #ffb347;
}

.abt-wizard-banner__inner p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 600;
}

.abt-wizard-cart-meta {
  margin-top: 6px;
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.7);
}

.abt-wizard-cart-meta strong {
  font-weight: 600;
  margin-right: 6px;
  color: rgba(0, 0, 0, 0.75);
}

.abt-wizard-remove-form {
  margin-top: 6px;
  display: inline-block;
}

.abt-wizard-remove-btn {
  background: transparent !important;
  border: none !important;
  color: #d60000 !important;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0 !important;
  margin: 4px 0 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1.2;
  box-shadow: none !important;
  background-image: none !important;
  text-decoration: none !important;
  appearance: none;
  transition: color 0.2s ease;
}

.abt-wizard-cart-item-cell {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.abt-wizard-cart-qty-cell {
  vertical-align: top;
}

.abt-wizard-qty-form {
  display: flex;
  align-items: center;
  gap: 6px;
}

.abt-wizard-qty-input {
  width: 60px;
  padding: 4px 6px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.abt-wizard-qty-btn {
  background: transparent !important;
  border: none !important;
  color: #d60000 !important;
  font-size: 0.7rem !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0 !important;
  cursor: pointer;
  transition: color 0.2s ease;
  min-width: auto !important;
  min-height: auto !important;
  box-shadow: none !important;
}

.abt-wizard-qty-btn:hover,
.abt-wizard-qty-btn:focus {
  color: #ff2a2a !important;
}

.shop_table button.abt-wizard-remove-btn,
.shop_table .abt-wizard-remove-form .abt-wizard-remove-btn {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 4px 0 0 !important;
  color: #d60000 !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  min-width: auto !important;
  min-height: auto !important;
}

.shop_table .abt-wizard-qty-btn {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  min-width: auto !important;
  min-height: auto !important;
}

.shop_table button.abt-wizard-remove-btn:hover,
.shop_table .abt-wizard-remove-btn.button:hover,
.abt-wizard-remove-btn:hover,
.abt-wizard-remove-btn:focus {
  color: #ff2a2a !important;
  outline: none;
}

.abt-wizard-back-link {
  display: inline-block;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(0, 0, 0, 0.55);
  text-decoration: none;
}

.abt-wizard-back-link:hover {
  color: #b80000;
}

.abt-goldtest-wizard__actions {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.abt-goldtest-wizard__actions .button {
  padding: 0.85em 2.4em;
  border-radius: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

.abt-goldtest-wizard .product_title {
  margin-bottom: 18px;
}

.abt-goldtest-wizard__toolbar {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-end;
  flex-wrap: wrap;
}

.abt-goldtest-wizard__toolbar-right {
  display: flex;
  align-items: flex-end;
  gap: 18px;
  flex-wrap: nowrap;
}

@media (max-width: 720px) {
  .abt-goldtest-wizard__toolbar-right {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}

.abt-wizard-addon-expand-controls {
  display: flex;
  gap: 10px;
}

.abt-goldtest-wizard .abt-wizard-addon-expand-controls .abt-addon-expand-link {
  appearance: none !important;
  border: none !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: rgba(0, 0, 0, 0.65) !important;
  font-size: 0.72rem !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  padding: 0.35em 1.1em !important;
  font-weight: 600 !important;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12), 0 6px 16px rgba(0, 0, 0, 0.08) !important;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.abt-goldtest-wizard .abt-wizard-addon-expand-controls .abt-addon-expand-link:hover,
.abt-goldtest-wizard .abt-wizard-addon-expand-controls .abt-addon-expand-link:focus {
  color: rgba(0, 0, 0, 0.95) !important;
  outline: none !important;
  background: rgba(255, 255, 255, 0.15) !important;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 10px 20px rgba(0, 0, 0, 0.12) !important;
}

.abt-goldtest-wizard__group-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 18px;
  margin: 24px 0;
  list-style: none;
  padding: 0;
}

.abt-goldtest-wizard__group-list.is-condensed {
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 14px;
}

.abt-goldtest-wizard__group-item {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 14px;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.09);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.abt-goldtest-wizard__group-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12);
  border-color: rgba(255, 77, 77, 0.25);
}

.abt-goldtest-wizard__group-item-main {
  display: flex;
  align-items: center;
  gap: 10px;
}

.abt-goldtest-wizard__group-item .price {
  font-weight: 700;
  color: #d60000;
  margin-left: auto;
}

.abt-wizard-addon-toggle {
  align-self: flex-start;
  border: none;
  background: none;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #b80000;
  cursor: pointer;
  padding: 0.25em 0;
}

.abt-wizard-addon-toggle[aria-expanded="true"] {
  color: #111;
}

.abt-wizard-addon-details {
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.75);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 8px;
  margin-top: 4px;
}

.abt-goldtest-wizard__group-item input[type="checkbox"] {
  transform: scale(1.1);
  accent-color: #ff2a2a;
}

.abt-goldtest-wizard__group-item .label {
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a1a;
}

.abt-goldtest-wizard__group-item.is-selected {
  border-color: rgba(214, 0, 0, 0.4);
  box-shadow: 0 18px 40px rgba(214, 0, 0, 0.2);
}

@media (max-width: 960px) {
  .abt-goldtest-wizard__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .abt-goldtest-wizard-shell {
    padding: 72px 24px 36px !important;
  }

  .abt-goldtest-wizard__steps {
    grid-template-columns: 1fr;
  }

  .abt-goldtest-wizard__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .abt-goldtest-wizard__actions .button {
    width: 100%;
    text-align: center;
  }

  .abt-wizard-start-grid {
    grid-template-columns: 1fr;
  }

  .abt-wizard-sidebar {
    position: static;
  }
}
