.checkout-v2-hidden {
  display: none !important;
}

.checkout-v2-button {
  width: 100%;
  height: 54px;
  margin-top: 2px;
  border: 2px solid #ff8c02;
  border-radius: 10px;
  background: rgb(255 140 2 / .08);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
  transition: background .16s ease, transform .16s ease;
}

.checkout-v2-button:hover {
  background: rgb(255 140 2 / .18);
  transform: translateY(-1px);
}

.checkout-v2-lock {
  overflow: hidden;
}

.checkout-v2-overlay[hidden] {
  display: none !important;
}

.checkout-v2-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 20px;
}

.checkout-v2-backdrop {
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / .72);
  backdrop-filter: blur(10px);
}

.checkout-v2-dialog {
  position: relative;
  width: min(460px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  padding: 26px 26px 22px;
  border: 1px solid rgb(255 255 255 / .10);
  border-radius: 14px;
  background: #1e1e1f;
  color: #fff;
  box-shadow: 0 24px 70px rgb(0 0 0 / .55);
  font-family: Rajdhani, Arial, sans-serif;
}

.checkout-v2-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 30px;
  height: 30px;
  border: 1px solid rgb(255 255 255 / .12);
  border-radius: 8px;
  background: rgb(255 255 255 / .05);
  color: rgb(255 255 255 / .72);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.checkout-v2-dialog h2 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.checkout-v2-row,
.checkout-v2-summary > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  font-size: 14px;
}

.checkout-v2-row span,
.checkout-v2-summary span,
.checkout-v2-label {
  color: #aaa;
  font-weight: 700;
}

.checkout-v2-row b {
  color: #ff8c02;
  font-weight: 900;
  text-align: right;
}

.checkout-v2-label {
  margin: 14px 0 8px;
  font-size: 14px;
}

.checkout-v2-selected-plan {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid #3a3a3a;
  border-radius: 8px;
  background: #2a2a2a;
  font-size: 14px;
  font-weight: 800;
}

.checkout-v2-selected-plan strong {
  color: #ff8c02;
  font-size: 16px;
}

.checkout-v2-method-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 16px;
}

.checkout-v2-method {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 6px 8px;
  border: 1px solid #333;
  border-radius: 8px;
  background: #252525;
  color: #ddd;
  font-size: 0;
  font-weight: 800;
  text-align: center;
  cursor: pointer;
}

.checkout-v2-method.is-selected {
  border-color: #ff8c02;
  background: #2e2e2e;
}

.checkout-v2-method:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.checkout-v2-method-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgb(255 255 255 / .92);
  overflow: hidden;
}

.checkout-v2-method-icon img {
  max-width: 31px;
  max-height: 20px;
  object-fit: contain;
}

.checkout-v2-method-logo {
  display: block;
  width: min(132px, 100%);
  max-height: 38px;
  object-fit: contain;
}

.checkout-v2-method em {
  position: absolute;
  right: 6px;
  bottom: 4px;
  color: rgb(255 255 255 / .5);
  font-size: 10px;
  font-style: normal;
}

.checkout-v2-field {
  display: block;
  margin-bottom: 14px;
}

.checkout-v2-field span {
  display: block;
  margin-bottom: 7px;
  color: #aaa;
  font-size: 13px;
  font-weight: 800;
}

.checkout-v2-field input {
  width: 100%;
  height: 42px;
  padding: 0 13px;
  border: 1px solid #333;
  border-radius: 8px;
  background: #252525;
  color: #fff;
  font-size: 14px;
  outline: none;
}

.checkout-v2-field input:focus {
  border-color: #ff8c02;
}

.checkout-v2-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 16px;
  color: #ddd;
  font-size: 13px;
  line-height: 1.25;
  cursor: pointer;
}

.checkout-v2-check input {
  margin-top: 2px;
  accent-color: #ff8c02;
}

.checkout-v2-summary {
  margin: 14px 0 16px;
  padding-top: 14px;
  border-top: 1px solid #2a2a2a;
}

.checkout-v2-summary b {
  color: #fff;
  font-weight: 900;
  text-align: right;
}

.checkout-v2-payable {
  margin-top: 12px !important;
  margin-bottom: 0 !important;
}

.checkout-v2-payable span {
  color: #fff !important;
  font-size: 16px;
  font-weight: 900;
}

.checkout-v2-payable strong {
  color: #ff8c02;
  font-size: 20px;
  font-weight: 900;
}

.checkout-v2-continue {
  width: 100%;
  height: 48px;
  border: 2px solid #ff8c02;
  border-radius: 8px;
  background: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
}

.checkout-v2-continue:hover:not(:disabled) {
  background: rgb(255 140 2 / .15);
}

.checkout-v2-continue:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.checkout-v2-return {
  display: block;
  width: 100%;
  margin-top: 13px;
  border: 0;
  background: transparent;
  color: #777;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.checkout-v2-return:hover {
  color: #aaa;
}

@media (max-width: 520px) {
  .checkout-v2-dialog {
    padding: 22px 16px 18px;
  }

  .checkout-v2-method-grid {
    grid-template-columns: 1fr;
  }
}

/* The product page should not show an order/cart card before checkout. */
.shopping-cart-summary {
  display: none !important;
}

/* Wide category checkout modal, local preview 2026-05-25. */
.checkout-v2-dialog {
  width: min(860px, 100%) !important;
  padding: 0 !important;
  border-color: rgb(77 154 255 / .22) !important;
  border-radius: 16px !important;
  background: linear-gradient(180deg, #191b21 0%, #101116 100%) !important;
  overflow: hidden !important;
}

.checkout-v2-close {
  top: 18px !important;
  right: 18px !important;
  z-index: 2 !important;
}

.checkout-v2-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 28px 18px;
  border-bottom: 1px solid rgb(255 255 255 / .08);
  background:
    radial-gradient(circle at 16% 0%, rgb(77 154 255 / .18), transparent 34%),
    linear-gradient(180deg, rgb(255 255 255 / .04), transparent);
}

.checkout-v2-head span {
  display: block;
  color: #4D9AFF;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.checkout-v2-head h2 {
  margin: 6px 0 0 !important;
  text-align: left !important;
  font-size: 34px !important;
  line-height: 1 !important;
}

.checkout-v2-head b {
  margin-right: 44px;
  color: #4D9AFF;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.checkout-v2-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .85fr);
  gap: 0;
}

.checkout-v2-main {
  padding: 22px 24px 24px;
  border-right: 1px solid rgb(255 255 255 / .08);
}

.checkout-v2-side {
  padding: 22px 24px 24px;
  background: rgb(0 0 0 / .16);
}

.checkout-v2-row {
  margin-bottom: 9px !important;
}

.checkout-v2-row span,
.checkout-v2-label,
.checkout-v2-summary-row span {
  color: rgb(255 255 255 / .56) !important;
}

.checkout-v2-row b,
.checkout-v2-summary-row b {
  color: #fff !important;
}

.checkout-v2-label {
  margin: 18px 0 10px !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.checkout-v2-category-list {
  display: grid;
  gap: 10px;
}

.checkout-v2-category-wrap {
  border: 0;
  border-radius: 12px;
  background: rgb(255 255 255 / .045);
  overflow: hidden;
}

.checkout-v2-category-wrap.is-open {
  background: rgb(77 154 255 / .07);
}

.checkout-v2-category {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 66px;
  padding: 0 16px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  text-align: left;
}

.checkout-v2-radio {
  position: relative;
  width: 18px;
  height: 18px;
  border: 2px solid rgb(255 255 255 / .32);
  border-radius: 50%;
}

.checkout-v2-category-wrap.is-open .checkout-v2-radio,
.checkout-v2-category.is-selected .checkout-v2-radio {
  border-color: #4D9AFF;
}

.checkout-v2-category-wrap.is-open .checkout-v2-radio::after,
.checkout-v2-category.is-selected .checkout-v2-radio::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: #4D9AFF;
}

.checkout-v2-category-copy strong {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.checkout-v2-category-copy small {
  display: block;
  margin-top: 5px;
  color: rgb(255 255 255 / .52);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.checkout-v2-category-preview {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
}

.checkout-v2-category-preview img {
  width: 48px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  object-fit: contain;
}

.checkout-v2-submethods {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 0 16px 16px 50px;
}

.checkout-v2-submethod {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 72px;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
}

.checkout-v2-submethod.is-selected {
  background: transparent;
  box-shadow: none;
  filter: brightness(1.08) saturate(1.04);
}

.checkout-v2-submethod:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.checkout-v2-submethod img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  border-radius: 12px;
}

.checkout-v2-submethod em {
  display: none;
}

.checkout-v2-field {
  margin-top: 16px !important;
}

.checkout-v2-field span {
  color: rgb(255 255 255 / .58) !important;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.checkout-v2-field input {
  height: 46px !important;
  border-color: rgb(255 255 255 / .12) !important;
  background: rgb(0 0 0 / .24) !important;
}

.checkout-v2-check {
  color: rgb(255 255 255 / .62) !important;
}

.checkout-v2-side-title {
  margin-bottom: 18px;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.checkout-v2-summary-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 13px;
  font-size: 14px;
}

.checkout-v2-summary-row b {
  max-width: 150px;
  text-align: right;
  line-height: 1.15;
}

.checkout-v2-divider {
  margin: 18px 0;
  border-top: 1px dashed rgb(255 255 255 / .16);
}

.checkout-v2-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.checkout-v2-total span {
  color: #fff;
  font-size: 17px;
  font-weight: 900;
}

.checkout-v2-total strong {
  color: #4D9AFF;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.checkout-v2-continue {
  height: 48px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: linear-gradient(90deg, #00CCFF, #017ED3) !important;
}

.checkout-v2-continue:disabled {
  background: rgb(255 255 255 / .12) !important;
  color: rgb(255 255 255 / .48) !important;
}

@media (max-width: 820px) {
  .checkout-v2-shell {
    grid-template-columns: 1fr;
  }

  .checkout-v2-main {
    border-right: 0;
    border-bottom: 1px solid rgb(255 255 255 / .08);
  }
}

@media (max-width: 560px) {
  .checkout-v2-head {
    padding: 20px 18px 16px;
  }

  .checkout-v2-head h2 {
    font-size: 28px !important;
  }

  .checkout-v2-main,
  .checkout-v2-side {
    padding: 18px;
  }

  .checkout-v2-category {
    grid-template-columns: 22px minmax(0, 1fr);
  }

  .checkout-v2-category-preview {
    grid-column: 2 / -1;
    justify-content: flex-start;
    padding-bottom: 13px;
  }

  .checkout-v2-submethods {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0 14px 14px;
  }
}

/* Payment modal refresh: use the new 1200x640 button art at native ratio. */
.checkout-v2-dialog * {
  letter-spacing: 0 !important;
}

.checkout-v2-dialog {
  width: min(1040px, calc(100vw - 32px)) !important;
}

.checkout-v2-shell {
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .75fr) !important;
}

.checkout-v2-submethods {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  padding: 0 16px 16px 50px !important;
}

.checkout-v2-submethod {
  aspect-ratio: 1200 / 640 !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.checkout-v2-submethod:hover:not(:disabled),
.checkout-v2-submethod.is-selected {
  transform: translateY(-1px);
  filter: brightness(1.06) saturate(1.06);
}

.checkout-v2-submethod img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  image-rendering: auto;
}

.checkout-v2-tick {
  position: absolute;
  top: -5px;
  right: -5px;
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  border-radius: 999px;
  background: #4D9AFF;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 5px 14px rgb(77 154 255 / .35);
}

.checkout-v2-paused {
  position: absolute;
  right: 8px;
  bottom: 8px;
  padding: 3px 6px;
  border-radius: 999px;
  background: rgb(0 0 0 / .54);
  color: rgb(255 255 255 / .72);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}

.checkout-v2-category-preview img {
  width: 58px !important;
  height: 31px !important;
  object-fit: contain !important;
  border-radius: 0 !important;
}

.checkout-v2-paybox,
.checkout-v2-binance {
  margin-bottom: 18px;
  padding: 14px;
  border: 1px solid rgb(255 255 255 / .08);
  border-radius: 12px;
  background: rgb(255 255 255 / .045);
}

.checkout-v2-paybox > strong,
.checkout-v2-binance > strong {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
}

.checkout-v2-payline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-top: 9px;
  color: rgb(255 255 255 / .64);
  font-size: 13px;
  font-weight: 800;
}

.checkout-v2-payline b {
  color: #fff;
  text-align: right;
}

.checkout-v2-address {
  margin-top: 10px;
  padding: 10px;
  border-radius: 9px;
  background: rgb(0 0 0 / .32);
  color: #d8e8ff;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 11px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.checkout-v2-paybox small {
  display: block;
  margin-top: 8px;
  color: #8ebdff;
  font-size: 12px;
  font-weight: 800;
}

.checkout-v2-paybox p,
.checkout-v2-binance p,
.checkout-v2-muted {
  margin: 12px 0 0;
  color: rgb(255 255 255 / .56);
  font-size: 12px;
  line-height: 1.35;
}

.checkout-v2-binance img {
  display: block;
  width: min(190px, 100%);
  aspect-ratio: 1;
  margin: 12px auto;
  border-radius: 12px;
  object-fit: cover;
}

.checkout-v2-coin-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}

.checkout-v2-coin-grid button {
  min-height: 32px;
  border: 1px solid rgb(255 255 255 / .12);
  border-radius: 8px;
  background: rgb(0 0 0 / .2);
  color: rgb(255 255 255 / .72);
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.checkout-v2-coin-grid button.is-selected {
  border-color: #f6c547;
  background: rgb(246 197 71 / .16);
  color: #fff;
}

.checkout-v2-error {
  margin-bottom: 14px;
  padding: 10px 12px;
  border: 1px solid rgb(239 68 68 / .32);
  border-radius: 10px;
  background: rgb(239 68 68 / .12);
  color: #fecaca;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

@media (max-width: 820px) {
  .checkout-v2-shell {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 560px) {
  .checkout-v2-submethods {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    padding: 0 14px 14px !important;
  }
}

/* Cleaner checkout pass: reduce visual noise and make payment logos feel like compact choices. */
.checkout-v2-dialog {
  width: min(920px, calc(100vw - 32px)) !important;
  border-color: rgb(77 154 255 / .18) !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, #121821 0%, #080b11 100%) !important;
}

.checkout-v2-head {
  padding: 20px 24px 15px !important;
  background:
    radial-gradient(circle at 18% 0%, rgb(77 154 255 / .16), transparent 32%),
    #0d121a !important;
}

.checkout-v2-head h2 {
  font-size: 28px !important;
}

.checkout-v2-head b {
  font-size: 25px !important;
}

.checkout-v2-shell {
  grid-template-columns: minmax(0, 1fr) 276px !important;
}

.checkout-v2-main {
  padding: 16px 18px 18px !important;
}

.checkout-v2-side {
  padding: 16px 18px 18px !important;
  background: rgb(0 0 0 / .18) !important;
}

.checkout-v2-category-list {
  gap: 8px !important;
}

.checkout-v2-category-wrap {
  border: 1px solid rgb(255 255 255 / .075) !important;
  border-radius: 11px !important;
  background: rgb(255 255 255 / .032) !important;
}

.checkout-v2-category-wrap.is-open {
  border-color: rgb(77 154 255 / .32) !important;
  background: rgb(77 154 255 / .055) !important;
}

.checkout-v2-category {
  min-height: 52px !important;
  padding: 0 14px !important;
}

.checkout-v2-category-copy strong {
  font-size: 16px !important;
}

.checkout-v2-category-copy small {
  margin-top: 4px !important;
  font-size: 11px !important;
}

.checkout-v2-category-preview {
  gap: 5px !important;
}

.checkout-v2-category-preview img {
  width: 42px !important;
  height: 22px !important;
}

.checkout-v2-submethods {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 8px !important;
  padding: 2px 14px 14px 46px !important;
}

.checkout-v2-submethod {
  width: 100% !important;
  max-width: 132px !important;
  aspect-ratio: 15 / 8 !important;
  min-height: 0 !important;
  height: auto !important;
  justify-self: center !important;
  border-radius: 10px !important;
  background: #0d121a !important;
  overflow: hidden !important;
  isolation: isolate !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.checkout-v2-submethod img {
  position: relative !important;
  z-index: 1 !important;
  border-radius: 10px !important;
  pointer-events: none !important;
}

.checkout-v2-submethod:hover:not(:disabled),
.checkout-v2-submethod.is-selected {
  transform: translateY(-1px) !important;
  filter: brightness(1.05) saturate(1.04) !important;
}

.checkout-v2-tick {
  top: 4px !important;
  right: 4px !important;
  width: 18px !important;
  height: 18px !important;
  color: #fff !important;
  font-size: 12px !important;
  line-height: 1 !important;
  z-index: 3 !important;
}

.checkout-v2-paused {
  right: 7px !important;
  bottom: 7px !important;
  color: rgb(255 255 255 / .72) !important;
  font-size: 9px !important;
  line-height: 1 !important;
  z-index: 3 !important;
}

.checkout-v2-side-title {
  margin-bottom: 14px !important;
  font-size: 21px !important;
}

.checkout-v2-main > .checkout-v2-row {
  display: none !important;
}

.checkout-v2-summary-row {
  margin-bottom: 10px !important;
  font-size: 13px !important;
}

.checkout-v2-divider {
  margin: 14px 0 !important;
}

.checkout-v2-paybox,
.checkout-v2-binance {
  margin-bottom: 14px !important;
  padding: 12px !important;
  border-radius: 11px !important;
  background: rgb(255 255 255 / .035) !important;
}

.checkout-v2-paybox > strong,
.checkout-v2-binance > strong {
  margin-bottom: 10px !important;
  font-size: 15px !important;
}

.checkout-v2-binance img {
  width: min(152px, 100%) !important;
  margin: 10px auto !important;
}

.checkout-v2-coin-grid {
  gap: 6px !important;
}

.checkout-v2-coin-grid button {
  min-height: 29px !important;
  font-size: 11px !important;
}

.checkout-v2-total {
  margin-bottom: 14px !important;
}

.checkout-v2-total span {
  font-size: 15px !important;
}

.checkout-v2-total strong {
  font-size: 26px !important;
}

@media (max-width: 820px) {
  .checkout-v2-shell {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 620px) {
  .checkout-v2-submethods {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    padding: 0 12px 12px !important;
  }

  .checkout-v2-submethod {
    max-width: 150px !important;
  }
}

/* Purchase panel density and cleaner logo tiles, 2026-05-25. */
.checkout-v2-button {
  height: 56px !important;
  margin-top: 10px !important;
  border: 1px solid rgb(77 154 255 / .72) !important;
  border-radius: 11px !important;
  background: linear-gradient(90deg, #1d6dce 0%, #3f95ff 100%) !important;
  box-shadow: 0 14px 34px rgb(29 109 206 / .22) !important;
  color: #fff !important;
}

.checkout-v2-button:hover {
  background: linear-gradient(90deg, #2b7ae0 0%, #58a5ff 100%) !important;
  box-shadow: 0 18px 42px rgb(29 109 206 / .28) !important;
}

.checkout-v2-panel-info {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 12px 0 22px;
}

.checkout-v2-panel-info > div {
  min-height: 58px;
  padding: 10px 8px;
  border: 1px solid rgb(255 255 255 / .08);
  border-radius: 10px;
  background:
    radial-gradient(circle at 50% -30%, rgb(77 154 255 / .22), transparent 54%),
    rgb(255 255 255 / .035);
  text-align: center;
}

.checkout-v2-panel-info strong,
.checkout-v2-panel-info span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.checkout-v2-panel-info strong {
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.05;
}

.checkout-v2-panel-info span {
  margin-top: 6px;
  color: rgb(255 255 255 / .48);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.checkout-v2-submethod {
  background: transparent !important;
  overflow: hidden !important;
}

.checkout-v2-submethod img {
  width: calc(100% + 2px) !important;
  height: calc(100% + 2px) !important;
  margin: -1px !important;
  object-fit: cover !important;
  border-radius: inherit !important;
}

@media (max-width: 560px) {
  .checkout-v2-panel-info {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Final checkout polish, 2026-05-25. */
.checkout-v2-panel-info {
  display: none !important;
}

.checkout-v2-panel-note {
  display: none !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 8px 14px !important;
  margin: 12px 0 24px !important;
  padding: 12px 14px !important;
  border: 1px solid rgb(77 154 255 / .20) !important;
  border-radius: 12px !important;
  background:
    linear-gradient(135deg, rgb(77 154 255 / .10), rgb(255 255 255 / .025) 48%, rgb(0 0 0 / .10)),
    rgb(255 255 255 / .025) !important;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / .06), 0 14px 36px rgb(0 0 0 / .18) !important;
}

.checkout-v2-panel-note span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  color: rgb(255 255 255 / .66) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.checkout-v2-panel-note span::before {
  content: "" !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 999px !important;
  background: #4d9aff !important;
  box-shadow: 0 0 14px rgb(77 154 255 / .72) !important;
}

.checkout-v2-panel-note span:first-child {
  color: rgb(255 255 255 / .90) !important;
}

.checkout-v2-submethod {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.checkout-v2-submethod img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: contain !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

/* Firmware product page polish, 2026-05-25. */


/* codex global black image background */
html,
body,
#root {
  min-height: 100%;
  background: #000 !important;
}

body {
  margin: 0;
  background-color: #000 !important;
}

#root {
  position: relative;
  isolation: isolate;
}

#root::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background: #000 url('/jobs-bg.png') center center / cover no-repeat;
}

#root::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.42);
}

#root main.min-h-screen,
#root > .min-h-screen,
#root [class~="min-h-screen"][class*="bg-"],
#root [class~="min-h-screen"][class*="from-"],
#root [class~="min-h-screen"][class*="to-"] {
  background-color: transparent !important;
  background-image: none !important;
}

#root{background:transparent!important}#root:before{z-index:0!important}#root:after{z-index:0!important}#root>*{position:relative;z-index:1}

html,body,#root{background:#000!important}body:before{content:"";position:fixed;inset:0;background:#000 url(/jobs-bg.png) center/cover no-repeat!important;z-index:0;pointer-events:none}body:after{content:"";position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:0;pointer-events:none}#root{position:relative!important;z-index:1!important}main,main>*,#root>.min-h-screen,#root main.min-h-screen{background:transparent!important;background-image:none!important}

/* restored product media: removed broad image hiding rule */

/* restored product media: removed broad image hiding rule */main [style*=url]:not(body):not(#root){background-image:none!important}

/* restored product media: removed broad image hiding rule */section [style*=url],header [style*=url],[class*=Hero] [style*=url],[class*=hero] [style*=url],[class*=cover] [style*=url]{background-image:none!important}

/* restore product cards media */
html body #root main a[href^="/store/"] img, html body main a[href^="/store/"] img { display:block!important; visibility:visible!important; width:100%!important; height:100%!important; object-fit:cover!important; opacity:1!important; }
html body #root main a[href^="/store/"] picture, html body main a[href^="/store/"] picture { display:block!important; visibility:visible!important; }
