.hh-cart-hero {
  position: relative;
  padding: 56px 0 38px;
  background:
    radial-gradient(760px 340px at 10% -20%, rgba(124, 58, 237, 0.3), transparent 65%),
    radial-gradient(620px 300px at 90% -10%, rgba(6, 182, 212, 0.12), transparent 60%),
    linear-gradient(180deg, #10142b, #121524);
  border-bottom: 1px solid rgba(124, 58, 237, 0.25);
}
.hh-cart-hero h1 {
  margin: 0;
  font-size: 2.3rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.5px;
}
.hh-cart-hero .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  background: none;
  border: none;
  padding: 0;
  margin: 10px 0 0;
  font-size: 0.85rem;
}
.hh-cart-hero .breadcrumb .breadcrumb-item,
.hh-cart-hero .breadcrumb .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.45);
}
.hh-cart-hero .breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
}
.hh-cart-hero .breadcrumb .breadcrumb-item a:hover {
  color: #d4baff;
}
.hh-cart-hero .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.3);
}
.hh-cart-hero .breadcrumb .breadcrumb-item:only-child {
  display: none;
}
@media (max-width: 640px) {
  .hh-cart-hero {
    padding: 34px 0 26px;
  }
  .hh-cart-hero h1 {
    font-size: 1.7rem;
  }
}
.hh-cartview {
  max-width: 1120px;
  margin: 0 auto;
  padding: 6px 0 40px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
}
.hh-cart-title {
  margin: 4px 0 22px;
  font-size: 1.9rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.3px;
}
.hh-cart-alert {
  margin-bottom: 18px;
  border-radius: 10px;
}
.hh-cart-alert ul {
  margin: 6px 0 0;
  padding-left: 20px;
}
.hh-cart-grid {
  display: flex;
  align-items: flex-start;
  gap: 28px;
}
.hh-cart-main {
  flex: 1 1 auto;
  min-width: 0;
}
.hh-cart-side {
  flex: 0 0 350px;
  width: 350px;
  float: none;
  position: sticky;
  top: 96px;
}
.hh-cart-panel {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(124, 58, 237, 0.28);
  border-radius: 14px;
}
.hh-cart-panel + .hh-cart-panel,
.hh-cart-main form + .hh-cart-panel,
.view-cart-gateway-checkout + .hh-cart-panel {
  margin-top: 18px;
}
.hh-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 20px;
  border-bottom: 1px solid rgba(124, 58, 237, 0.28);
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.18), rgba(147, 51, 234, 0.08));
  border-radius: 14px 14px 0 0;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.75);
}
.hh-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.hh-item:last-child {
  border-bottom: 0;
}
.hh-item-sub {
  padding-left: 34px;
  background: rgba(255, 255, 255, 0.02);
  box-shadow: inset 3px 0 0 rgba(124, 58, 237, 0.45);
}
.hh-item-info {
  flex: 1 1 auto;
  min-width: 0;
}
.hh-item-titlerow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.hh-item-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
}
.hh-item-group {
  padding: 2px 10px;
  border-radius: 999px;
  background: rgba(124, 58, 237, 0.18);
  border: 1px solid rgba(124, 58, 237, 0.35);
  color: #d4baff;
  font-size: 0.72rem;
  font-weight: 600;
  white-space: nowrap;
}
.hh-item-domain {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.86rem;
  overflow-wrap: anywhere;
}
.hh-item-opts {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.82rem;
  line-height: 1.65;
}
.hh-item-opts:empty {
  display: none;
}
.hh-item-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}
.hh-item-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 14px;
  min-height: 34px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none;
  transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}
.hh-item-btn:hover,
.hh-item-btn:focus {
  border-color: #7c3aed;
  background: rgba(124, 58, 237, 0.12);
  color: #fff;
  text-decoration: none;
}
.hh-item-btn-remove {
  border-color: rgba(239, 68, 68, 0.45);
  background: rgba(239, 68, 68, 0.08);
  color: #ff9d9d;
}
.hh-item-btn-remove:hover,
.hh-item-btn-remove:focus {
  border-color: rgba(239, 68, 68, 0.85);
  background: rgba(239, 68, 68, 0.18);
  color: #ffc2c2;
}
.hh-item-btn:focus-visible {
  outline: 2px solid #a78bfa;
  outline-offset: 2px;
}
.hh-item-qty {
  flex: 0 0 86px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hh-cartview .hh-item-qty input.form-control {
  height: 38px;
  padding: 6px 10px;
  text-align: center;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: #fff;
  box-shadow: none;
}
.hh-cartview .hh-item-qty input.form-control:focus {
  border-color: #7c3aed;
}
.hh-item-price {
  flex: 0 0 auto;
  min-width: 128px;
  max-width: 190px;
  text-align: right;
  text-align: end;
}
.hh-price-amt {
  display: block;
  font-size: 1.22rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.25;
}
.hh-price-cycle {
  display: block;
  margin-top: 1px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8rem;
}
.hh-price-note {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.75rem;
}
.hh-domain-period {
  margin-top: 6px;
}
.hh-cartview .hh-domain-period .btn {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  padding: 5px 12px;
  font-size: 0.8rem;
}
.hh-cartview .dropdown-menu {
  background: #232739;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45);
  padding: 6px 0;
}
.hh-cartview .dropdown-menu .dropdown-item {
  padding: 0;
  background: none;
}
.hh-cartview .dropdown-menu .dropdown-item a {
  display: block;
  padding: 8px 16px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.85rem;
  text-decoration: none;
}
.hh-cartview .dropdown-menu .dropdown-item a:hover {
  background: rgba(124, 58, 237, 0.16);
  color: #fff;
}
.hh-cart-empty {
  padding: 52px 20px;
  text-align: center;
}
.hh-cart-empty i {
  font-size: 42px;
  color: rgba(124, 58, 237, 0.55);
}
.hh-cart-empty p {
  margin: 16px 0 24px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 1rem;
}
.hh-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 26px;
  border-radius: 10px;
  border: none;
  background: linear-gradient(135deg, #7c3aed, #9333ea);
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.hh-btn-primary:hover,
.hh-btn-primary:focus {
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(124, 58, 237, 0.4);
  color: #fff;
  text-decoration: none;
}
.hh-panel-foot {
  display: flex;
  justify-content: flex-end;
  padding: 12px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.hh-panel-title {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  color: #fff;
  font-size: 0.98rem;
  font-weight: 700;
}
.hh-panel-title i {
  color: #a78bfa;
  font-size: 0.9rem;
}
.hh-promo-panel,
.hh-tax-panel {
  padding: 18px 20px;
}
.hh-promo-form {
  display: flex;
  gap: 10px;
}
.hh-cartview .hh-promo-input.form-control {
  flex: 1 1 auto;
  height: 44px;
  padding: 10px 14px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  color: #fff;
  box-shadow: none;
  text-transform: uppercase;
}
.hh-cartview .hh-promo-input.form-control::placeholder {
  color: rgba(255, 255, 255, 0.35);
  text-transform: none;
}
.hh-cartview .hh-promo-input.form-control:focus {
  border-color: #7c3aed;
}
.hh-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  min-height: 44px;
  border-radius: 10px;
  border: 1px solid rgba(124, 58, 237, 0.6);
  background: rgba(124, 58, 237, 0.18);
  color: #d4baff;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s ease, color 0.15s ease;
}
.hh-btn-outline:hover,
.hh-btn-outline:focus {
  background: rgba(124, 58, 237, 0.32);
  color: #fff;
}
.hh-promo-applied {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.hh-promo-detail {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  min-width: 0;
}
.hh-promo-code {
  padding: 4px 12px;
  border-radius: 8px;
  background: rgba(89, 245, 140, 0.1);
  border: 1px solid rgba(89, 245, 140, 0.35);
  color: #7ed554;
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 0.85rem;
}
.hh-promo-desc {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.86rem;
}
.hh-tax-form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 12px;
}
.hh-tax-field {
  flex: 1 1 160px;
  min-width: 0;
}
.hh-tax-field label {
  display: block;
  margin: 0 0 6px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.8rem;
  font-weight: 600;
}
.hh-cartview .hh-tax-field .form-control {
  height: 44px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  color: #fff;
  box-shadow: none;
}
.hh-summary {
  position: relative;
  background: linear-gradient(165deg, rgba(124, 58, 237, 0.14), rgba(255, 255, 255, 0.02) 55%);
  border: 1px solid rgba(124, 58, 237, 0.45);
  border-radius: 16px;
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.3);
}
.hh-summary h2 {
  margin: 0;
  padding: 20px 22px 0;
  font-size: 1.2rem;
  font-weight: 800;
  color: #fff;
}
.hh-summary .loader {
  position: absolute;
  top: 20px;
  right: 20px;
  inset-inline-end: 20px;
  color: #a78bfa;
  font-size: 1rem;
}
.hh-summary .loader.w-hidden {
  display: none;
}
.hh-summary-body {
  padding: 14px 22px 22px;
}
.hh-sumrow {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.9rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.hh-sumrow > span:last-child {
  color: #fff;
  font-weight: 600;
  text-align: right;
  text-align: end;
}
.hh-sumrow-discount,
.hh-sumrow-discount > span:last-child {
  color: #7ed554;
}
.hh-sumrow-recurring {
  align-items: flex-start;
  border-bottom: 0;
}
.hh-recurring {
  line-height: 1.6;
}
.hh-recurring .cost {
  font-weight: 700;
}
.hh-total {
  margin-top: 12px;
  padding: 16px;
  border-radius: 12px;
  background: rgba(124, 58, 237, 0.14);
  border: 1px solid rgba(124, 58, 237, 0.4);
  text-align: center;
}
.hh-total-label {
  display: block;
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: rgba(255, 255, 255, 0.6);
}
.hh-total-amt {
  display: block;
  margin-top: 4px;
  font-size: 2.1rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
}
.hh-summary .express-checkout-buttons {
  margin-top: 14px;
  text-align: center;
}
.hh-summary .express-checkout-buttons:empty {
  display: none;
}
.hh-summary .express-checkout-buttons .separator {
  margin: 10px 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.78rem;
  letter-spacing: 1px;
}
.hh-btn-checkout {
  margin-top: 16px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-size: 0.98rem;
}
.hh-cartview a.hh-order-btn,
.hh-cartview a.hh-order-btn:hover,
.hh-cartview a.hh-order-btn:focus,
.hh-cartview a.hh-order-btn:active {
  color: var(--hh-ob-ink, #052e16);
  text-decoration: none;
}
.hh-btn-checkout.is-disabled,
.hh-cartview a.hh-order-btn.is-disabled {
  pointer-events: none;
}
.hh-cartview a.hh-order-btn.is-disabled,
.hh-cartview a.hh-order-btn.disabled,
.hh-cartview a.hh-order-btn.disabled:hover,
.hh-cartview a.hh-order-btn.disabled:focus,
.hh-cartview a.hh-order-btn.disabled:active {
  color: #6d7180;
}
.hh-link-continue {
  display: block;
  margin-top: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.9rem;
  text-decoration: none;
}
.hh-link-continue:hover,
.hh-link-continue:focus {
  color: #d4baff;
  text-decoration: none;
}
.hh-cartview .modal-remove-item .modal-content {
  background: #232739;
  color: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(124, 58, 237, 0.4);
  border-radius: 14px;
}
.hh-cartview .modal-remove-item .modal-title {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
}
.hh-cartview .modal-remove-item .modal-title i {
  color: #ff9d9d;
}
.hh-cartview .modal-remove-item .close {
  color: rgba(255, 255, 255, 0.7);
  text-shadow: none;
  opacity: 1;
}
.hh-cartview .modal-remove-item .modal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.hh-modal-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  min-height: 44px;
  padding: 10px 26px;
  border-radius: 10px;
  border: none;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease;
}
.hh-modal-btn:focus-visible {
  outline: 2px solid #a78bfa;
  outline-offset: 2px;
}
.hh-modal-btn-ghost {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.8);
}
.hh-modal-btn-ghost:hover,
.hh-modal-btn-ghost:focus {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.hh-modal-btn-danger {
  background: linear-gradient(135deg, #ef4444, #dc2626);
  color: #fff;
  box-shadow: 0 8px 22px rgba(239, 68, 68, 0.3);
}
.hh-modal-btn-danger:hover,
.hh-modal-btn-danger:focus {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(239, 68, 68, 0.45);
  color: #fff;
}
@media (min-width: 768px) {
  .hh-item-opts {
    columns: 2;
    column-gap: 22px;
  }
}
@media (max-width: 991px) {
  .hh-cart-grid {
    flex-direction: column;
    gap: 20px;
  }
  .hh-cart-side {
    position: static;
    flex: 1 1 auto;
    width: 100%;
  }
  .hh-cart-title {
    font-size: 1.55rem;
    margin-bottom: 16px;
  }
}
@media (max-width: 640px) {
  .hh-cartview {
    font-size: 14px;
  }
  .hh-item {
    flex-wrap: wrap;
    gap: 12px;
    padding: 16px;
  }
  .hh-item-sub {
    padding-left: 26px;
  }
  .hh-item-info {
    flex: 1 1 100%;
  }
  .hh-item-qty {
    flex: 0 0 auto;
    flex-direction: row;
    align-items: center;
  }
  .hh-item-qty input {
    width: 78px;
  }
  .hh-item-price {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    column-gap: 8px;
    text-align: left;
    text-align: start;
  }
  .hh-panel-head-price {
    display: none;
  }
  .hh-item-actions .hh-item-btn {
    min-height: 40px;
    padding: 9px 16px;
  }
  .hh-promo-form {
    flex-direction: column;
  }
  .hh-btn-outline {
    width: 100%;
  }
  .hh-promo-applied {
    align-items: stretch;
    flex-direction: column;
  }
  .hh-promo-applied .hh-item-btn {
    justify-content: center;
    min-height: 40px;
  }
  .hh-summary-body {
    padding: 12px 16px 18px;
  }
  .hh-summary h2 {
    padding: 18px 16px 0;
  }
}
.hh-co-headrow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}
.hh-co-headrow .hh-cart-title {
  margin-bottom: 6px;
}
.hh-co-sub {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.92rem;
}
.hh-co-toggle {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.hh-btn-sm {
  min-height: 38px;
  padding: 8px 16px;
  font-size: 0.82rem;
}
.hh-co-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(124, 58, 237, 0.28);
  border-radius: 14px;
  margin-bottom: 18px;
}
.hh-co-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  border-bottom: 1px solid rgba(124, 58, 237, 0.28);
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.16), rgba(147, 51, 234, 0.06));
  border-radius: 14px 14px 0 0;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
}
.hh-co-card-head i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 8px;
  background: rgba(124, 58, 237, 0.22);
  color: #c4b5fd;
  font-size: 0.82rem;
}
.hh-co-card-hint {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.75rem;
  font-weight: 400;
}
.hh-co-card-body {
  padding: 20px 20px 12px;
}
.hh-checkout .form-group {
  margin-bottom: 14px;
}
.hh-checkout .field.form-control,
.hh-checkout .form-control,
.hh-checkout select.field {
  height: 46px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  color: #fff;
  font-size: 0.92rem;
  box-shadow: none;
  width: 100%;
}
.hh-checkout .field.form-control:focus,
.hh-checkout .form-control:focus {
  border-color: #7c3aed;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  box-shadow: none;
  outline: none;
}
.hh-checkout .field.form-control::placeholder,
.hh-checkout .form-control::placeholder {
  color: rgba(255, 255, 255, 0.38);
}
.hh-checkout select.field.form-control,
.hh-checkout select.form-control {
  padding-left: 40px;
}
.hh-checkout select option {
  background: #232739;
  color: #fff;
}
.hh-checkout textarea.field.form-control {
  height: auto;
  min-height: 110px;
  padding: 12px 14px;
}
.hh-checkout .prepend-icon .field {
  padding-left: 40px;
}
.hh-checkout .prepend-icon .field-icon {
  height: 46px;
  line-height: 46px;
  width: 40px;
}
.hh-checkout .field-icon i {
  color: rgba(167, 139, 250, 0.55);
}
.hh-checkout .field-help-text {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.8rem;
}
.hh-checkout label {
  color: rgba(255, 255, 255, 0.7);
}
.hh-co-items {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}
.hh-co-item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  background: rgba(124, 58, 237, 0.1);
  border: 1px solid rgba(124, 58, 237, 0.35);
  border-radius: 12px;
  min-width: 0;
}
.hh-co-item-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 9px;
  background: rgba(124, 58, 237, 0.22);
  color: #c4b5fd;
  font-size: 0.85rem;
}
.hh-co-item-txt {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.hh-co-item-name {
  color: #fff;
  font-weight: 700;
  font-size: 0.92rem;
  line-height: 1.3;
}
.hh-co-item-group {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.76rem;
}
.hh-co-item-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  margin-left: 2px;
  border-radius: 50%;
  border: 1px solid rgba(239, 68, 68, 0.45);
  background: rgba(239, 68, 68, 0.08);
  color: #ff9d9d;
  font-size: 0.72rem;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.hh-co-item-remove:hover,
.hh-co-item-remove:focus {
  border-color: rgba(239, 68, 68, 0.85);
  background: rgba(239, 68, 68, 0.2);
  color: #ffc2c2;
}
.hh-co-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding: 16px 20px;
  margin-bottom: 16px;
  border-radius: 12px;
  background: rgba(124, 58, 237, 0.14);
  border: 1px solid rgba(124, 58, 237, 0.4);
}
.hh-co-total-label {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: rgba(255, 255, 255, 0.6);
}
.hh-co-total strong {
  font-size: 1.7rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
}
.hh-co-gateways-label {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.85rem;
}
.hh-co-gateways .radio-inline {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 4px 6px;
  padding: 11px 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.hh-co-gateways .radio-inline:hover {
  border-color: rgba(124, 58, 237, 0.6);
  background: rgba(124, 58, 237, 0.1);
}
.hh-checkout .password-strength-meter .progress {
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
  margin-bottom: 6px;
}
.hh-checkout .password-strength-meter .progress-bar {
  border-radius: 999px;
}
.hh-checkout .password-strength-meter p {
  color: rgba(255, 255, 255, 0.5);
}
.hh-checkout .account {
  padding: 12px 14px;
  margin-bottom: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
}
.hh-checkout .account.active {
  border-color: rgba(124, 58, 237, 0.6);
  background: rgba(124, 58, 237, 0.1);
}
.hh-checkout .account .small {
  color: rgba(255, 255, 255, 0.55);
}
.hh-co-optin {
  padding: 16px 20px;
  margin-bottom: 18px;
  border: 1px dashed rgba(124, 58, 237, 0.35);
  border-radius: 12px;
}
.hh-co-optin h4 {
  margin: 0 0 6px;
  color: #fff;
  font-weight: 700;
}
.hh-co-optin p {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.88rem;
}
.hh-co-footer {
  margin-top: 4px;
}
.hh-co-tos {
  margin-bottom: 16px;
}
.hh-co-tos label {
  color: rgba(255, 255, 255, 0.75);
}
.hh-co-tos a {
  color: #c4b5fd;
  text-decoration: underline;
}
.hh-co-tos a:hover {
  color: #ddd0ff;
}
.hh-co-complete {
  max-width: 460px;
  margin: 0 auto;
}
.hh-co-secure {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.82rem;
  text-align: center;
}
.hh-co-secure i {
  color: rgba(167, 139, 250, 0.7);
}
.hh-co-secure strong {
  color: rgba(255, 255, 255, 0.75);
}
.hh-checkout .checkout-error-feedback ul {
  margin: 6px 0 0;
  padding-left: 20px;
}
@media (max-width: 640px) {
  .hh-co-headrow {
    flex-direction: column;
  }
  .hh-co-toggle {
    width: 100%;
  }
  .hh-co-toggle .hh-btn-outline {
    flex: 1 1 auto;
  }
  .hh-co-card-body {
    padding: 16px 14px 8px;
  }
  .hh-co-card-head {
    padding: 12px 14px;
  }
  .hh-co-total {
    flex-direction: column;
    gap: 4px;
    text-align: center;
  }
  .hh-co-gateways .radio-inline {
    display: flex;
    width: 100%;
    margin: 0 0 8px;
  }
  .hh-co-item {
    width: 100%;
  }
  .hh-co-complete {
    max-width: none;
  }
}
.hh-co-item-txt {
  flex: 1 1 auto;
}
.hh-co-item-qty {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  margin-left: 4px;
  padding: 3px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 9px;
}
.hh-co-qty-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 7px;
  background: rgba(124, 58, 237, 0.18);
  color: #c4b5fd;
  font-size: 0.58rem;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}
.hh-co-qty-btn:hover:not(:disabled),
.hh-co-qty-btn:focus:not(:disabled) {
  background: rgba(124, 58, 237, 0.4);
  color: #fff;
}
.hh-co-qty-btn:disabled {
  opacity: 0.3;
  cursor: default;
}
.hh-co-qty-val {
  min-width: 24px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 0.88rem;
}
#modalGeneratePassword .modal-content {
  background: #232739;
  color: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(124, 58, 237, 0.4);
  border-radius: 14px;
  overflow: hidden;
}
#modalGeneratePassword .modal-header.bg-primary {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.35), rgba(147, 51, 234, 0.15)) !important;
  border-bottom: 1px solid rgba(124, 58, 237, 0.35);
}
#modalGeneratePassword .modal-title {
  color: #fff;
  font-weight: 700;
}
#modalGeneratePassword .close {
  color: rgba(255, 255, 255, 0.7);
  text-shadow: none;
  opacity: 1;
}
#modalGeneratePassword .col-form-label {
  color: rgba(255, 255, 255, 0.65);
}
#modalGeneratePassword .form-control {
  height: 44px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  color: #fff;
  box-shadow: none;
}
#modalGeneratePassword .form-control:focus {
  border-color: #7c3aed;
}
#modalGeneratePassword .btn-default {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 16px;
  border-radius: 9px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.85rem;
  font-weight: 600;
}
#modalGeneratePassword .btn-default:hover,
#modalGeneratePassword .btn-default:focus {
  background: rgba(124, 58, 237, 0.16);
  border-color: rgba(124, 58, 237, 0.6);
  color: #fff;
}
#modalGeneratePassword .btn-default img {
  filter: brightness(0) invert(1);
  opacity: 0.85;
}
#modalGeneratePassword .modal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
#modalGeneratePassword .btn-primary {
  padding: 10px 20px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(135deg, #7c3aed, #9333ea);
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
}
#modalGeneratePassword .btn-primary:hover,
#modalGeneratePassword .btn-primary:focus {
  background: linear-gradient(135deg, #8b4ff0, #a855f7);
  color: #fff;
}
#modalGeneratePassword .alert-danger {
  border-radius: 10px;
}
.hh-co-item-price {
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  white-space: nowrap;
  margin-left: 2px;
}
.hh-co-items.is-busy {
  opacity: 0.45;
  pointer-events: none;
  transition: opacity 0.15s ease;
}
.hh-co-item-txt {
  min-width: 0;
}
.hh-co-item-name {
  overflow-wrap: anywhere;
}
@media (max-width: 640px) {
  .hh-co-item {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    grid-template-areas:
      "icon txt price"
      "icon qty remove";
    gap: 10px 12px;
    align-items: center;
  }
  .hh-co-item-icon {
    grid-area: icon;
    align-self: start;
  }
  .hh-co-item-txt {
    grid-area: txt;
  }
  .hh-co-item-price {
    grid-area: price;
    justify-self: end;
    margin-left: 0;
  }
  .hh-co-item-qty {
    grid-area: qty;
    justify-self: start;
    margin-left: 0;
  }
  .hh-co-item-remove {
    grid-area: remove;
    justify-self: end;
    margin-left: 0;
  }
}
.hh-co-wait {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 460px;
  margin: 14px auto 0;
  padding: 14px 18px;
  border-radius: 12px;
  background: rgba(124, 58, 237, 0.12);
  border: 1px solid rgba(124, 58, 237, 0.45);
  text-align: left;
  text-align: start;
  animation: hh-wait-in 0.25s ease;
}
.hh-co-wait[hidden] {
  display: none;
}
.hh-co-wait > i {
  flex: 0 0 auto;
  font-size: 1.15rem;
  color: #c4b5fd;
}
.hh-co-wait-txt {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.86rem;
  line-height: 1.45;
}
.hh-co-wait-txt strong {
  display: block;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 2px;
}
@keyframes hh-wait-in {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
  .hh-co-wait { animation: none; }
}
.hh-checkout .form-group {
  position: relative;
}
.hh-req {
  position: absolute;
  top: 7px;
  right: 12px;
  z-index: 5;
  color: #ff8f8f;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}
.hh-checkout .form-group.prepend-icon .field {
  padding-right: 26px;
}
.hh-checkout .hh-field-error .field.form-control,
.hh-checkout .hh-field-error .form-control {
  border-color: rgba(239, 68, 68, 0.8);
  background: rgba(239, 68, 68, 0.06);
}
.hh-checkout .hh-field-error .field-icon i {
  color: rgba(239, 68, 68, 0.75);
}
.hh-field-msg {
  display: block;
  margin-top: 6px;
  color: #ff9d9d;
  font-size: 0.8rem;
  line-height: 1.35;
}
.hh-checkout .hh-email-taken .field.form-control,
.hh-checkout .hh-email-taken .form-control {
  border-color: rgba(239, 68, 68, 0.8);
  background: rgba(239, 68, 68, 0.06);
}
.hh-checkout .hh-email-taken .field-icon i {
  color: rgba(239, 68, 68, 0.75);
}
.hh-email-exists-msg {
  display: block;
  margin-top: 6px;
  color: #ff9d9d;
  font-size: 0.8rem;
  line-height: 1.35;
}
.hh-email-login-link {
  color: #c4b5fd;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
  white-space: nowrap;
}
.hh-email-login-link:hover,
.hh-email-login-link:focus {
  color: #ddd0ff;
}
.hh-co-forgot {
  margin-top: 12px;
  font-size: 0.85rem;
}
.hh-co-forgot a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: underline;
}
.hh-co-forgot a:hover,
.hh-co-forgot a:focus {
  color: #c4b5fd;
}
.hh-co-tos.hh-field-error label {
  color: #ff9d9d;
}
.hh-co-formerr {
  max-width: 460px;
  margin: 4px auto 14px;
  padding: 12px 16px;
  border-radius: 10px;
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.5);
  color: #ffb4b4;
  font-size: 0.88rem;
  font-weight: 600;
  text-align: center;
  animation: hh-wait-in 0.2s ease;
}
.hh-co-formerr[hidden] {
  display: none;
}

.hh-store-layout {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.hh-store-sidebar {
  flex: 0 0 250px;
  max-width: 250px;
}
.hh-store-main {
  flex: 1 1 auto;
  min-width: 0;
}
.hh-store-head {
  margin-bottom: 20px;
}
.hh-store-head h1 {
  color: #fff;
  font-weight: 800;
  font-size: 1.9rem;
  margin: 0 0 6px;
}
.hh-store-head p {
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}
.hh-store-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 18px;
}
.hh-store .hh-prod-card {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(124, 58, 237, 0.28);
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}
.hh-store .hh-prod-card:hover,
.hh-store .hh-prod-card:focus {
  transform: translateY(-4px);
  border-color: rgba(124, 58, 237, 0.6);
  background: rgba(124, 58, 237, 0.05);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.34);
  text-decoration: none;
}
.hh-prod-head {
  padding: 16px 20px;
  border-bottom: 1px solid rgba(124, 58, 237, 0.2);
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.16), rgba(147, 51, 234, 0.05));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.hh-prod-head span:first-child {
  color: #fff;
  font-weight: 700;
  font-size: 1.12rem;
}
.hh-prod-qty {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.78rem;
  white-space: nowrap;
}
.hh-prod-body {
  flex: 1 1 auto;
  padding: 18px 20px;
}
.hh-prod-desc {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.88rem;
  margin: 0 0 12px;
}
.hh-prod-features {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hh-prod-features li {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  padding: 5px 0;
  line-height: 1.4;
}
.hh-prod-features .feature-value {
  color: #fff;
  font-weight: 600;
}
.hh-prod-foot {
  padding: 16px 20px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  text-align: center;
}
.hh-prod-price {
  margin-bottom: 14px;
  line-height: 1.3;
}
.hh-prod-label {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.78rem;
}
.hh-prod-price .price {
  color: #fff;
  font-weight: 800;
  font-size: 1.5rem;
}
.hh-prod-price .cycle {
  display: block;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.82rem;
}
.hh-prod-setup {
  display: block;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.72rem;
  margin-top: 2px;
}
.hh-prod-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 12px;
  background: linear-gradient(135deg, #14b877, #38e08a);
  color: #052e16;
  font-weight: 800;
  font-size: 0.98rem;
  box-shadow: 0 8px 22px rgba(56, 224, 138, 0.28);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.hh-store .hh-prod-card:hover .hh-prod-btn {
  background: linear-gradient(135deg, #18cb83, #4ff39c);
  box-shadow: 0 12px 28px rgba(56, 224, 138, 0.42);
  transform: translateY(-1px);
}
.hh-store-sidebar .card-sidebar {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(124, 58, 237, 0.24);
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 16px;
}
.hh-store-sidebar .card-header,
.hh-store-sidebar .panel-heading {
  padding: 13px 18px;
  background: transparent;
  border-bottom: 1px solid rgba(124, 58, 237, 0.2);
}
.hh-store-sidebar .panel-title {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-weight: 700;
  margin: 0;
  display: flex;
  align-items: center;
}
.hh-store-sidebar .panel-title > i:first-child { color: #a78bfa; }
.hh-store-sidebar .card-minimise { margin-left: auto; }
.hh-store-sidebar .list-group { background: transparent; }
.hh-store-sidebar .list-group-item {
  background: transparent;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.82);
  padding: 11px 18px;
}
.hh-store-sidebar .list-group-item:first-child { border-top: none; }
.hh-store-sidebar .list-group-item-action:hover,
.hh-store-sidebar .list-group-item-action:focus {
  background: rgba(124, 58, 237, 0.12);
  color: #fff;
}
.hh-store-sidebar .list-group-item.active {
  background: rgba(124, 58, 237, 0.2);
  color: #fff;
}
.hh-store-sidebar .list-group-item i { color: #a78bfa; }
.hh-store-sidebar .list-group-item.active i { color: #fff; }
@media (max-width: 900px) {
  .hh-store-layout { flex-direction: column; }
  .hh-store-sidebar { flex: none; max-width: none; width: 100%; }
  .hh-store-sidebar .collapsable-card-body { display: block !important; height: auto !important; }
}

/* =====================================================================
   DOMAIN FLOW — register / renew / transfer / configure (dark premium)
   Scoped #order-standard_cart.hh-dom so it overrides the light all.min.css
   which loads AFTER this file (body, via common.tpl). The ID+class scope
   outranks all.css's "#order-standard_cart .x" rules.
   ===================================================================== */
#order-standard_cart.hh-dom .cart-body {
  width: 100%;
  float: none;
  padding-left: 0;
  padding-right: 0;
}
#order-standard_cart.hh-dom .cart-body::after { content: ""; display: table; clear: both; }
#order-standard_cart.hh-dom p,
#order-standard_cart.hh-dom .hh-dom-lead { color: rgba(255, 255, 255, 0.68); }
#order-standard_cart.hh-dom .hh-dom-lead { font-size: 1rem; margin-bottom: 18px; }
#order-standard_cart.hh-dom label { color: rgba(255, 255, 255, 0.85); font-weight: 600; font-size: 0.9rem; }
#order-standard_cart.hh-dom a { color: #c4b5fd; }
#order-standard_cart.hh-dom a:hover { color: #ddd0ff; }
#order-standard_cart.hh-dom h2,
#order-standard_cart.hh-dom h3,
#order-standard_cart.hh-dom h4 { color: #fff; }

/* Section dividers -> clean underlined headings */
#order-standard_cart.hh-dom .sub-heading {
  height: auto;
  border-top: none;
  border-bottom: 1px solid rgba(124, 58, 237, 0.24);
  text-align: left;
  margin: 30px 0 20px;
  padding-bottom: 10px;
}
#order-standard_cart.hh-dom .sub-heading span {
  position: static;
  top: 0;
  padding: 0;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
}
#order-standard_cart.hh-dom .sub-heading.hh-dom-domhead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
#order-standard_cart.hh-dom .hh-dom-remove {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 8px;
  border: 1px solid rgba(239, 68, 68, 0.35);
  background: rgba(239, 68, 68, 0.1);
  color: #ff9d9d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
#order-standard_cart.hh-dom .hh-dom-remove:hover,
#order-standard_cart.hh-dom .hh-dom-remove:focus {
  background: rgba(239, 68, 68, 0.22);
  border-color: rgba(239, 68, 68, 0.6);
  color: #fff;
}

/* Renewals filter toolbar */
#order-standard_cart.hh-dom .hh-dom-toolbar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 18px;
}
#order-standard_cart.hh-dom .hh-dom-toolbar .form-control { max-width: 280px; }

/* Form fields */
#order-standard_cart.hh-dom .form-control {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  border-radius: 10px;
  height: auto;
  padding: 10px 14px;
}
#order-standard_cart.hh-dom .form-control::placeholder { color: rgba(255, 255, 255, 0.4); }
#order-standard_cart.hh-dom .form-control:focus {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(124, 58, 237, 0.6);
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.18);
  color: #fff;
}
#order-standard_cart.hh-dom select.form-control option { background: #1a1f36; color: #fff; }
#order-standard_cart.hh-dom .field-help-text { color: rgba(255, 255, 255, 0.45); font-size: 0.8rem; }
#order-standard_cart.hh-dom .field-icon { color: #a78bfa; }
#order-standard_cart.hh-dom .input-group-text,
#order-standard_cart.hh-dom .input-group-addon {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.7);
}

/* Buttons */
#order-standard_cart.hh-dom .btn-primary {
  background: linear-gradient(135deg, #14b877, #38e08a);
  border: none;
  color: #052e16;
  font-weight: 700;
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(56, 224, 138, 0.26);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
#order-standard_cart.hh-dom .btn-primary:hover,
#order-standard_cart.hh-dom .btn-primary:focus {
  background: linear-gradient(135deg, #18cb83, #4ff39c);
  color: #052e16;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(56, 224, 138, 0.38);
}
#order-standard_cart.hh-dom .btn-default {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.82);
  border-radius: 10px;
}
#order-standard_cart.hh-dom .btn-default:hover,
#order-standard_cart.hh-dom .btn-default:focus {
  background: rgba(124, 58, 237, 0.16);
  border-color: rgba(124, 58, 237, 0.6);
  color: #fff;
}
#order-standard_cart.hh-dom .btn-warning {
  background: linear-gradient(135deg, #f5b544, #f59e0b);
  border: none;
  color: #3a2606;
  font-weight: 700;
  border-radius: 10px;
}
#order-standard_cart.hh-dom .btn-warning:hover { filter: brightness(1.05); transform: translateY(-1px); }

/* Domain search box (was yellow gradient + globe png) */
#order-standard_cart.hh-dom .domain-checker-container {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.18), rgba(147, 51, 234, 0.06)), #161a30;
  border: 1px solid rgba(124, 58, 237, 0.32);
  border-radius: 16px;
}
#order-standard_cart.hh-dom .domain-checker-bg {
  background-image: none;
  padding: 44px 26px;
}
#order-standard_cart.hh-dom .domain-checker-container .input-group-box {
  background: rgba(9, 11, 22, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
}
#order-standard_cart.hh-dom .domain-checker-container .input-group-box .form-control {
  background: transparent;
  border: none;
}
#order-standard_cart.hh-dom .domain-check-availability {
  width: auto;
  min-width: 118px;
  height: 46px;
  padding-left: 22px;
  padding-right: 22px;
  white-space: nowrap;
  border-radius: 10px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  #order-standard_cart.hh-dom .domain-check-availability { width: 100%; }
}
#order-standard_cart.hh-dom .domain-checker-result-headline { color: #fff; }
#order-standard_cart.hh-dom .domain-checker-available { color: #7ed554; }
#order-standard_cart.hh-dom .domain-checker-unavailable,
#order-standard_cart.hh-dom .domain-checker-invalid { color: #ff9d9d; }
#order-standard_cart.hh-dom .domain-searching { color: rgba(255, 255, 255, 0.5); }
#order-standard_cart.hh-dom .domain-price .price { color: #fff; font-weight: 700; }

/* Spotlight TLDs */
#order-standard_cart.hh-dom .spotlight-tlds {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
}
#order-standard_cart.hh-dom .spotlight-tld {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(124, 58, 237, 0.24);
  border-radius: 12px;
  color: #fff;
}
#order-standard_cart.hh-dom .spotlight-tld span { color: rgba(255, 255, 255, 0.6); }
#order-standard_cart.hh-dom .spotlight-tld .btn:not(.domain-contact-support) {
  background: rgba(124, 58, 237, 0.2);
  border: 1px solid rgba(124, 58, 237, 0.5);
  color: #fff;
}
#order-standard_cart.hh-dom .spotlight-tld .available.price { color: #7ed554; }

/* Suggested domains */
#order-standard_cart.hh-dom .suggested-domains .card-header,
#order-standard_cart.hh-dom .suggested-domains .panel-heading {
  background: rgba(255, 255, 255, 0.03);
  border-bottom: 2px solid #38e08a;
  color: #fff;
  border-radius: 12px 12px 0 0;
}
#order-standard_cart.hh-dom .suggested-domains .list-group,
#order-standard_cart.hh-dom .domain-suggestion {
  background: rgba(255, 255, 255, 0.02);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.08);
}
#order-standard_cart.hh-dom .domain-suggestion .price { color: #7ed554; font-weight: 700; }
#order-standard_cart.hh-dom .suggested-domains .card-footer,
#order-standard_cart.hh-dom .suggested-domains .panel-footer {
  background: rgba(255, 255, 255, 0.02);
  border-color: rgba(255, 255, 255, 0.06);
}
#order-standard_cart.hh-dom .domain-suggestions-warning p { color: rgba(255, 255, 255, 0.4); }

/* Featured TLDs */
#order-standard_cart.hh-dom .featured-tld {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(124, 58, 237, 0.22);
  border-radius: 12px;
  padding: 16px;
  text-align: center;
}
#order-standard_cart.hh-dom .featured-tld .img-container {
  background: #f4f6fb;
  border-radius: 10px;
  padding: 20px 16px;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
}
#order-standard_cart.hh-dom .featured-tld .img-container img {
  max-width: 100%;
  max-height: 56px;
  width: auto;
  height: auto;
}
#order-standard_cart.hh-dom .featured-tld .price {
  display: block;
  margin-top: 12px;
  padding: 9px 12px;
  border-radius: 8px;
  background: rgba(124, 58, 237, 0.18) !important;
  border: 1px solid rgba(124, 58, 237, 0.34);
  color: #fff !important;
  font-weight: 700;
}

/* TLD filter pills */
#order-standard_cart.hh-dom .tld-filters .badge {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(124, 58, 237, 0.3);
  color: rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  padding: 6px 14px;
  font-weight: 600;
  font-size: 0.8rem;
  margin: 0 6px 8px 0;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
#order-standard_cart.hh-dom .tld-filters .badge:hover,
#order-standard_cart.hh-dom .tld-filters .badge.active {
  background: rgba(124, 58, 237, 0.28);
  border-color: rgba(124, 58, 237, 0.7);
  color: #fff;
}

/* TLD pricing table */
#order-standard_cart.hh-dom .domain-pricing h4 { color: #fff; }
#order-standard_cart.hh-dom .tld-pricing-header .tld-column,
#order-standard_cart.hh-dom .tld-pricing-header .col-xs-4,
#order-standard_cart.hh-dom .tld-pricing-header .col-4 {
  background: rgba(124, 58, 237, 0.16);
  border-bottom: 2px solid rgba(124, 58, 237, 0.5);
  color: #c4b5fd;
  font-weight: 700;
}
#order-standard_cart.hh-dom .domain-pricing .tld-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.85);
}
#order-standard_cart.hh-dom .domain-pricing .tld-row.highlighted,
#order-standard_cart.hh-dom .domain-pricing .tld-row:hover { background: rgba(124, 58, 237, 0.1); }
#order-standard_cart.hh-dom .domain-pricing .tld-row strong { color: #fff; }
#order-standard_cart.hh-dom .domain-pricing .tld-row small { color: rgba(255, 255, 255, 0.5); }
#order-standard_cart.hh-dom .domain-pricing .two-row-center { border-right-color: rgba(255, 255, 255, 0.08); }

/* Promo boxes (Add Hosting / Transfer) */
#order-standard_cart.hh-dom .domain-promo-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(124, 58, 237, 0.24);
  border-radius: 16px;
  padding: 26px;
  text-align: center;
  height: 100%;
}
#order-standard_cart.hh-dom .domain-promo-box i { color: #a78bfa; }
#order-standard_cart.hh-dom .domain-promo-box h3 { color: #fff; }
#order-standard_cart.hh-dom .domain-promo-box .text-warning { color: #f5b544 !important; }
#order-standard_cart.hh-dom .domain-promo-box .text-primary { color: #a78bfa !important; }

/* confdomains: addon panels */
#order-standard_cart.hh-dom .panel-addon {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(124, 58, 237, 0.24);
  border-radius: 12px;
  overflow: hidden;
}
#order-standard_cart.hh-dom .panel-addon .panel-body { background: transparent; }
#order-standard_cart.hh-dom .panel-addon .panel-body label { color: #fff; }
#order-standard_cart.hh-dom .panel-addon .panel-price {
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.7);
}
#order-standard_cart.hh-dom .panel-addon .panel-add {
  background: linear-gradient(135deg, #14b877, #38e08a);
  color: #052e16;
  font-weight: 700;
}
#order-standard_cart.hh-dom .panel-addon-selected { border-color: #38e08a; }

/* Hosting status chips */
#order-standard_cart.hh-dom .hh-dom-host-yes,
#order-standard_cart.hh-dom .hh-dom-host-no {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  text-decoration: none;
}
#order-standard_cart.hh-dom .hh-dom-host-yes { color: #7ed554; }
#order-standard_cart.hh-dom .hh-dom-host-no { color: #f5b544; }
#order-standard_cart.hh-dom .hh-dom-host-no:hover { color: #ffd27d; }

/* Inline web-hosting picker */
#order-standard_cart.hh-dom .hh-hosting-picker {
  margin: 26px 0 8px;
  padding: 24px;
  background:
    radial-gradient(600px 200px at 0% 0%, rgba(124, 58, 237, 0.12), transparent 70%),
    rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(124, 58, 237, 0.28);
  border-radius: 16px;
}
#order-standard_cart.hh-dom .hh-hosting-picker-head h2 { color: #fff; font-weight: 800; font-size: 1.35rem; margin: 0 0 4px; }
#order-standard_cart.hh-dom .hh-hosting-picker-head p { color: rgba(255, 255, 255, 0.6); margin: 0 0 18px; }
#order-standard_cart.hh-dom .hh-hosting-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
#order-standard_cart.hh-dom .hh-hosting-card {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 18px;
  transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
#order-standard_cart.hh-dom .hh-hosting-card:hover {
  transform: translateY(-3px);
  border-color: rgba(124, 58, 237, 0.55);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.35);
}
#order-standard_cart.hh-dom .hh-hosting-name { color: #fff; font-weight: 700; font-size: 1rem; margin-bottom: 12px; line-height: 1.3; }
#order-standard_cart.hh-dom .hh-hosting-specs { list-style: none; padding: 0; margin: 0 0 14px; }
#order-standard_cart.hh-dom .hh-hosting-specs li {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.85rem;
  padding: 3px 0;
  display: flex;
  align-items: baseline;
  gap: 8px;
}
#order-standard_cart.hh-dom .hh-hosting-specs li i { color: #7ed554; font-size: 0.75rem; }
#order-standard_cart.hh-dom .hh-hosting-foot { margin-top: auto; }
#order-standard_cart.hh-dom .hh-hosting-price { margin-bottom: 12px; }
#order-standard_cart.hh-dom .hh-hosting-price .from { display: block; color: rgba(255, 255, 255, 0.45); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.04em; }
#order-standard_cart.hh-dom .hh-hosting-price .amt { color: #fff; font-weight: 800; font-size: 1.5rem; }
#order-standard_cart.hh-dom .hh-hosting-price .cyc { color: rgba(255, 255, 255, 0.5); font-size: 0.8rem; }
#order-standard_cart.hh-dom .hh-hosting-add {
  display: block;
  text-align: center;
  background: linear-gradient(135deg, #14b877, #38e08a);
  color: #052e16;
  font-weight: 700;
  padding: 9px 14px;
  border-radius: 10px;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
#order-standard_cart.hh-dom .hh-hosting-add:hover {
  color: #052e16;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(56, 224, 138, 0.34);
}

/* Product-domain step: domain option radios */
#order-standard_cart.hh-dom .domain-selection-options .option {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 14px 20px;
  margin-bottom: 10px;
}
#order-standard_cart.hh-dom .domain-selection-options .option:hover { border-color: rgba(124, 58, 237, 0.45); }
#order-standard_cart.hh-dom .domain-selection-options .option-selected {
  background: rgba(124, 58, 237, 0.12);
  border-color: rgba(124, 58, 237, 0.5);
}
#order-standard_cart.hh-dom .domain-selection-options .option label { color: #fff; }

/* domain-renewals */
#order-standard_cart.hh-dom .domain-renewal {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(124, 58, 237, 0.2);
  border-radius: 14px;
  padding: 18px 20px;
  margin-bottom: 14px;
}
#order-standard_cart.hh-dom .domain-renewal h3 { color: #fff; }
#order-standard_cart.hh-dom .domain-renewal p { color: rgba(255, 255, 255, 0.6); }
#order-standard_cart.hh-dom .domain-renewal .control-label { color: rgba(255, 255, 255, 0.85); }

/* Status labels (BS3 .label) -> chips */
#order-standard_cart.hh-dom .label {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.72rem;
}
#order-standard_cart.hh-dom .label-success { background: rgba(126, 213, 84, 0.16); color: #7ed554; }
#order-standard_cart.hh-dom .label-warning { background: rgba(245, 181, 68, 0.16); color: #f5b544; }
#order-standard_cart.hh-dom .label-danger { background: rgba(239, 68, 68, 0.16); color: #ff9d9d; }
#order-standard_cart.hh-dom .label-info { background: rgba(124, 58, 237, 0.18); color: #c4b5fd; }
#order-standard_cart.hh-dom .label-grey { background: rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.7); }

/* Order summary sidebar (renewals) */
#order-standard_cart.hh-dom .order-summary,
#order-standard_cart.hh-dom #orderSummary {
  background: linear-gradient(165deg, rgba(124, 58, 237, 0.14), rgba(255, 255, 255, 0.02) 55%);
  border: 1px solid rgba(124, 58, 237, 0.28);
  border-radius: 16px;
  padding: 22px;
}
#order-standard_cart.hh-dom .order-summary h2 { color: #fff; }
#order-standard_cart.hh-dom .summary-container,
#order-standard_cart.hh-dom .summary-container * { color: rgba(255, 255, 255, 0.85); }

/* Remove-item modal */
#order-standard_cart.hh-dom .modal-content {
  background: #161a30;
  border: 1px solid rgba(124, 58, 237, 0.3);
  border-radius: 16px;
  color: #fff;
}
#order-standard_cart.hh-dom .modal-header,
#order-standard_cart.hh-dom .modal-footer { border-color: rgba(255, 255, 255, 0.08); }
#order-standard_cart.hh-dom .modal-header i { color: #ff9d9d; }

/* Generic card panels (transfer + suggested) */
#order-standard_cart.hh-dom .panel.card,
#order-standard_cart.hh-dom .card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(124, 58, 237, 0.24);
  border-radius: 16px;
}
#order-standard_cart.hh-dom .panel-heading.card-header,
#order-standard_cart.hh-dom .card-header {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
}
#order-standard_cart.hh-dom .card-title,
#order-standard_cart.hh-dom .panel-title { color: #fff; }
#order-standard_cart.hh-dom .panel-body.card-body,
#order-standard_cart.hh-dom .card-body { color: rgba(255, 255, 255, 0.85); }
#order-standard_cart.hh-dom .panel-footer.card-footer,
#order-standard_cart.hh-dom .card-footer {
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* Alerts */
#order-standard_cart.hh-dom .alert-danger {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
  color: #ffb4b4;
  border-radius: 12px;
}
#order-standard_cart.hh-dom .alert-warning {
  background: rgba(245, 181, 68, 0.1);
  border: 1px solid rgba(245, 181, 68, 0.3);
  color: #ffd98a;
  border-radius: 12px;
}
#order-standard_cart.hh-dom .alert-info {
  background: rgba(124, 58, 237, 0.12);
  border: 1px solid rgba(124, 58, 237, 0.3);
  color: #c4b5fd;
  border-radius: 12px;
}

@media (max-width: 900px) {
  #order-standard_cart.hh-dom .hh-hosting-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  #order-standard_cart.hh-dom .hh-dom-toolbar .form-control { max-width: none; }
}
@media (max-width: 560px) {
  #order-standard_cart.hh-dom .hh-hosting-grid { grid-template-columns: 1fr; }
}
