@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap");

:root {
  --background: #ffffff;
  --foreground: #243342;
  --card: #ffffff;
  --card-foreground: #243342;
  --popover: #ffffff;
  --popover-foreground: #243342;
  --primary: #ff4400;
  --primary-foreground: #ffffff;
  --secondary: #2e95b8;
  --secondary-foreground: #ffffff;
  --muted: #f3f5f7;
  --muted-foreground: #6c8093;
  --accent: #2e95b8;
  --accent-foreground: #ffffff;
  --destructive: #ef4343;
  --destructive-foreground: #ffffff;
  --warning: #f59f0a;
  --warning-foreground: #243342;
  --border: #e0e6eb;
  --input: #e0e6eb;
  --ring: #ff4400;
  --radius: 0.5rem;
  --navy: #243342;
  --cyan: #00b4f0;
  --orange: #ff4400;
  --teal: #2e95b8;
  --teal-light: #73cbe8;
  --warm-bg: #faf7f5;
  --surface: #f3f5f7;
  --surface-hover: #eaedf0;
  --gradient-hero: linear-gradient(135deg, #243342, #394d60);
  --huk-green: #2bab6f;
  --success: var(--huk-green);
  --success-foreground: #ffffff;
  --shadow-card: 0 1px 2px rgba(15, 23, 42, 0.04), 0 4px 12px rgba(15, 23, 42, 0.06), 0 12px 28px rgba(15, 23, 42, 0.05);
  --shadow-panel: 0 4px 20px -4px #a3b3c21a;
  --shadow-hover: 0 8px 30px -4px #8599ad4d;
  --sidebar-background: #ffffff;
  --sidebar-foreground: #243342;
  --sidebar-primary: #ff4400;
  --sidebar-primary-foreground: #ffffff;
  --sidebar-accent: #f3f5f7;
  --sidebar-accent-foreground: #243342;
  --sidebar-border: #e0e6eb;
  --sidebar-ring: #ff4400;
}

html body,
#order-standard_cart#order-standard_cart {
  font-family: "Open Sans", system-ui, sans-serif;
  color: var(--foreground);
}

#order-standard_cart#order-standard_cart h1,
#order-standard_cart#order-standard_cart h2,
#order-standard_cart#order-standard_cart h3,
#order-standard_cart#order-standard_cart h4,
#order-standard_cart#order-standard_cart h5,
#order-standard_cart#order-standard_cart h6,
#order-standard_cart#order-standard_cart .header-lined h1,
#order-standard_cart#order-standard_cart .font-size-36,
#order-standard_cart#order-standard_cart .font-size-30,
#order-standard_cart#order-standard_cart .sub-heading span,
#order-standard_cart#order-standard_cart .huk-product-title,
#order-standard_cart#order-standard_cart .view-cart-items .item-title,
#order-standard_cart#order-standard_cart .cart-sidebar h3,
#order-standard_cart#order-standard_cart .order-summary h2 {
  font-family: "Montserrat", sans-serif;
  color: var(--foreground);
}

#order-standard_cart {
  padding: 0;
}

#order-standard_cart#order-standard_cart .item-title {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

#order-standard_cart#order-standard_cart .item-title > .visible-xs-inline {
  margin-left: auto;
}

#order-standard_cart#order-standard_cart .btn-primary,
#order-standard_cart#order-standard_cart .btn-checkout,
#order-standard_cart#order-standard_cart .btn-success {
  background-color: var(--primary);
  color: var(--primary-foreground);
  border: none;
  border-radius: var(--radius);
  padding: 0.625rem 1.25rem;
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1rem;
  gap: 0.5em;
}

#order-standard_cart#order-standard_cart .btn-primary:hover,
#order-standard_cart#order-standard_cart .btn-checkout:hover,
#order-standard_cart#order-standard_cart .btn-success:hover {
  background-color: color-mix(in srgb, var(--primary) 90%, transparent);
  box-shadow: 0 4px 15px -3px color-mix(in srgb, var(--primary) 40%, transparent);
}

#order-standard_cart#order-standard_cart .btn-outline-primary {
  background-color: transparent;
  color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: var(--radius);
  padding: 0.625rem 1.25rem;
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1rem;
  gap: 0.5em;
}

#order-standard_cart#order-standard_cart .btn-outline-primary:hover {
  background-color: var(--primary);
  color: var(--primary-foreground);
}

#order-standard_cart#order-standard_cart .btn-default {
  background-color: var(--muted);
  color: var(--muted-foreground);
  border: none;
  border-radius: var(--radius);
  font-weight: 600;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 0;
}

#order-standard_cart#order-standard_cart .btn-default:hover {
  background-color: var(--primary);
  color: var(--primary-foreground);
}

#order-standard_cart#order-standard_cart .btn-continue-shopping {
  background-color: color-mix(in srgb, var(--muted) 30%, transparent);
  color: var(--foreground);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 0.625rem 1.25rem;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1rem;
  gap: 0.5em;
  text-decoration: none;
}
#order-standard_cart#order-standard_cart .btn-continue-shopping:hover {
  background-color: var(--background);
}

#order-standard_cart#order-standard_cart .card-sidebar,
#order-standard_cart#order-standard_cart .panel {
  background-color: var(--background);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-panel);
  overflow: hidden;
  margin-bottom: 20px;
}

#order-standard_cart#order-standard_cart .cart-sidebar .card-header,
#order-standard_cart#order-standard_cart .panel-heading {
  background-color: transparent;
  border-bottom: 1px solid var(--border);
  padding: 1rem 1.25rem;
}

#order-standard_cart#order-standard_cart .cart-sidebar .list-group-item {
  border: none;
  border-bottom: 1px solid var(--border);
  color: var(--foreground);
  padding: 1rem 1.25rem;
  transition: background-color 0.15s ease-in-out;
}

#order-standard_cart#order-standard_cart .cart-sidebar .list-group-item:hover,
#order-standard_cart#order-standard_cart .cart-sidebar .list-group-item.active {
  background-color: color-mix(in srgb, var(--muted) 40%, transparent);
  color: var(--primary);
}

#order-standard_cart#order-standard_cart .cart-sidebar .list-group-item:last-child {
  border-bottom: none;
}

#order-standard_cart#order-standard_cart .huk-card {
  background-color: var(--background);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
}

#order-standard_cart#order-standard_cart .huk-card--clip {
  overflow: hidden;
}

#order-standard_cart#order-standard_cart .huk-product-title {
  font-family: "Montserrat", sans-serif;
  color: var(--foreground);
  font-size: 1.125rem;
  line-height: 1.33;
}

#order-standard_cart#order-standard_cart .huk-check-icon {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  line-height: 1;
}

#order-standard_cart#order-standard_cart .huk-check-icon i {
  font-size: 1.15rem;
  line-height: 1.4;
}

#order-standard_cart#order-standard_cart .hukdc-subitem-icon {
  color: var(--muted-foreground);
  font-size: 0.7em;
  margin-right: 0.15em;
}

#order-standard_cart#order-standard_cart .huk-card__header {
  background-color: var(--muted);
  color: var(--muted-foreground);
  border: 0;
  border-bottom: 1px solid var(--border);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.65rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding: 0.75rem 1.25rem;
  margin: 0;
}

#order-standard_cart#order-standard_cart .huk-status-icon {
  display: inline-block;
  line-height: 1;
}

#order-standard_cart#order-standard_cart .huk-status-icon--success {
  color: var(--huk-green);
}

#order-standard_cart#order-standard_cart .huk-tile-stack:not(.w-hidden) {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  min-width: 0;
}

#order-standard_cart#order-standard_cart .view-cart-items,
#order-standard_cart#order-standard_cart .secondary-cart-body .tab-content {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background-color: var(--background);
  margin: 0;
}

#order-standard_cart#order-standard_cart .view-cart-items-header {
  width: 100%;
}

#order-standard_cart#order-standard_cart .view-cart-items {
  border-top: none;
  border-radius: 0 0 var(--radius) var(--radius);
}

#order-standard_cart#order-standard_cart .view-cart-items .item {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid var(--border);
  padding: 1.25rem;
  transition: background-color 0.15s ease-in-out;
}

#order-standard_cart#order-standard_cart .view-cart-items .item:hover {
  background-color: color-mix(in srgb, var(--muted) 40%, transparent);
}

#order-standard_cart#order-standard_cart .view-cart-items .item:last-child {
  border-bottom: none;
}

#order-standard_cart#order-standard_cart .secondary-cart-body > form,
#order-standard_cart#order-standard_cart .secondary-cart-body > .view-cart-tabs,
#order-standard_cart#order-standard_cart .secondary-cart-body > .cart-support-panel,
#order-standard_cart#order-standard_cart .secondary-cart-sidebar > .order-summary,
#order-standard_cart#order-standard_cart .secondary-cart-sidebar > .view-cart-items-block,
#order-standard_cart#order-standard_cart .view-cart-items-block,
#order-standard_cart#order-standard_cart .order-summary,
#order-standard_cart#order-standard_cart .view-cart-tabs,
#order-standard_cart#order-standard_cart .cart-support-panel {
  margin-top: 0;
  margin-bottom: 0;
}

#order-standard_cart#order-standard_cart {
  --huk-cart-remove-size: 3em;
  --huk-cart-remove-track: 3.25rem;
}

#order-standard_cart#order-standard_cart .huk-cart-row {
  display: grid;
  grid-template-columns:
    minmax(0, 7fr)
    minmax(8.5rem, 4fr)
    var(--huk-cart-remove-track);
  column-gap: 1rem;
  row-gap: 0.5rem;
  align-items: start;
  width: 100%;
}

#order-standard_cart#order-standard_cart .huk-cart-col {
  min-width: 0;
  max-width: none;
}

#order-standard_cart#order-standard_cart .huk-cart-row > .huk-cart-col--product {
  grid-column: 1;
}

#order-standard_cart#order-standard_cart .huk-cart-row > .huk-cart-col--price {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

#order-standard_cart#order-standard_cart .huk-cart-row > .huk-cart-col--remove {
  grid-column: 3;
}

#order-standard_cart#order-standard_cart .huk-cart-col--price {
  text-align: right;
}

#order-standard_cart#order-standard_cart .hukdc-qty-stepper {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  align-items: stretch;
  width: 2.5rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}

#order-standard_cart#order-standard_cart .hukdc-qty-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 100%;
  height: 1.3rem;
  border: none;
  background-color: color-mix(in srgb, var(--accent) 10%, transparent);
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}

#order-standard_cart#order-standard_cart .hukdc-qty-btn:hover {
  background-color: var(--accent);
  color: var(--accent-foreground);
}

#order-standard_cart#order-standard_cart .view-cart-items .hukdc-qty-stepper .hukdc-qty-input {
  width: 100%;
  flex: 0 0 auto;
  height: 1.6rem;
  padding: 0;
  margin: 0;
  font-size: 0.85rem;
  font-weight: 700;
  border: none;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  border-radius: 0;
  background-color: var(--background);
  -moz-appearance: textfield;
  appearance: textfield;
}

#order-standard_cart#order-standard_cart .view-cart-items .hukdc-qty-stepper .hukdc-qty-input:focus {
  box-shadow: none;
}

#order-standard_cart#order-standard_cart .view-cart-items .hukdc-qty-stepper .hukdc-qty-input::-webkit-outer-spin-button,
#order-standard_cart#order-standard_cart .view-cart-items .hukdc-qty-stepper .hukdc-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#order-standard_cart#order-standard_cart .hukdc-remove-col--wrap {
  flex-wrap: wrap;
  row-gap: 0.4rem;
}

#order-standard_cart#order-standard_cart .huk-cart-col--remove {
  box-sizing: border-box;
  width: var(--huk-cart-remove-track);
  min-width: var(--huk-cart-remove-track);
  max-width: var(--huk-cart-remove-track);
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  justify-self: end;
}

#order-standard_cart#order-standard_cart .item-title {
  min-width: 0;
  flex-wrap: wrap;
}

#order-standard_cart#order-standard_cart .item-domain,
#order-standard_cart#order-standard_cart .item-group {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

#order-standard_cart#order-standard_cart .huk-cart-col--product small {
  font-size: 0.86rem;
  line-height: 1.6;
  color: var(--muted-foreground);
  display: block;
}

@media (max-width: 575.98px) {
  #order-standard_cart#order-standard_cart .view-cart-items-header .huk-cart-row {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "product price";
    column-gap: 1rem;
    align-items: center;
  }

  #order-standard_cart#order-standard_cart .view-cart-items-header .huk-cart-col--product {
    grid-area: product;
  }

  #order-standard_cart#order-standard_cart .view-cart-items-header .huk-cart-col--price {
    grid-area: price;
  }

  #order-standard_cart#order-standard_cart .view-cart-items-header .huk-cart-col--remove {
    display: none;
  }

  #order-standard_cart#order-standard_cart .view-cart-items .item > .huk-cart-row {
    grid-template-columns: minmax(0, 1fr) var(--huk-cart-remove-track);
    grid-template-areas:
      "product product"
      "price remove";
    column-gap: 1rem;
    row-gap: 0.25rem;
  }

  #order-standard_cart#order-standard_cart .view-cart-items .item > .huk-cart-row > .huk-cart-col--product {
    grid-area: product;
  }

  #order-standard_cart#order-standard_cart .view-cart-items .item > .huk-cart-row > .huk-cart-col--price {
    grid-area: price;
    text-align: left;
    align-self: center;
  }

  #order-standard_cart#order-standard_cart .view-cart-items .item > .huk-cart-row > .huk-cart-col--remove {
    align-self: center;
  }
}

#order-standard_cart#order-standard_cart .item-title {
  margin-bottom: 0.25rem;
}

#order-standard_cart#order-standard_cart .cart-sidebar,
#order-standard_cart#order-standard_cart .sidebar-collapsed {
  display: none !important;
}

#order-standard_cart .cart-body {
  width: 100%;
}

#order-standard_cart#order-standard_cart .cart-body .item-domain {
  font-weight: 600;
  font-size: 1rem;
  display: inline;
  font-family: "Open Sans", system-ui, sans-serif;
}
#order-standard_cart#order-standard_cart .cart-body .item-domain span {
  color: var(--primary);
  display: inline;
}

#order-standard_cart#order-standard_cart .item-price span:not(.cycle) {
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: var(--foreground);
  font-variant-numeric: tabular-nums;
  line-height: 1.333;
}

#order-standard_cart#order-standard_cart .item-price .cycle {
  color: var(--muted-foreground);
  font-size: 0.75rem;
  font-weight: 600;
}

#order-standard_cart#order-standard_cart #subtotal {
  display: inline-flex;
  flex-direction: column;
  font-size: 1.125rem;
  text-align: right;
}

#order-standard_cart#order-standard_cart .huk-card .item-price .discount_center-base_cart_order_domain_price,
#order-standard_cart#order-standard_cart .discount_center-base_cart_order_total {
  color: var(--primary-400);
  font-size: 0.8em !important;
  font-weight: 400;
  text-decoration: line-through;
  line-height: 1.333;
}

#order-standard_cart#order-standard_cart .form-control {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background-color: color-mix(in srgb, var(--muted) 30%, transparent);
  color: var(--foreground);
  font-weight: 600;
  padding: 0.5rem 0.75rem 0.5rem 2.25rem;
  transition: all 0.15s ease-in-out;
}

#order-standard_cart#order-standard_cart .hukdc-ns-card .form-control {
  padding: 0.5rem 0.75rem;
}

#order-standard_cart#order-standard_cart .form-control:focus {
  border-color: var(--primary);
  background-color: var(--background);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--primary) 15%, transparent);
}

#order-standard_cart#order-standard_cart label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--muted-foreground);
  margin: 0;
  line-height: 2.5rem;
}

#order-standard_cart#order-standard_cart .order-summary {
  position: relative;
  padding: 0;
  margin: 0;
}

/* #orderSummaryLoader itself is now purely a signal element - jQuery's
 * fadeIn()/fadeOut() (base.js's recalctotals()/selectDomainPeriodInCart(),
 * and this page's own qty stepper) still show/hide it exactly as before,
 * but nothing about it is visible. A MutationObserver watching it (see the
 * <script> further down) mirrors its visibility onto .order-summary as
 * .is-loading, which is what actually drives the skeleton effect below -
 * applied directly to the real price elements themselves (not a separate
 * overlay with guessed positions/widths), so each skeleton block is
 * exactly the size and position of the text it's standing in for. */
#order-standard_cart#order-standard_cart .order-summary .loader#orderSummaryLoader {
  display: none;
}

/* The shimmer itself lives in an ::after that's always present (so its
 * sweep animation never restarts/jumps) - only its opacity is toggled by
 * .is-loading, which transitions smoothly instead of the background
 * snapping in/out. The real text crossfades against it via its own color
 * transition, rather than disappearing abruptly. */
#order-standard_cart#order-standard_cart .order-summary .pull-right.float-right,
#order-standard_cart#order-standard_cart .order-summary .amt,
#order-standard_cart#order-standard_cart .order-summary .cost {
  position: relative;
  transition: color 0.3s ease;
}

#order-standard_cart#order-standard_cart .order-summary .pull-right.float-right::after,
#order-standard_cart#order-standard_cart .order-summary .amt::after,
#order-standard_cart#order-standard_cart .order-summary .cost::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--radius);
  background-color: var(--muted);
  background-image: linear-gradient(
    90deg,
    transparent 0%,
    color-mix(in srgb, var(--background) 80%, transparent) 50%,
    transparent 100%
  );
  background-size: 200% 100%;
  background-repeat: no-repeat;
  animation: hukdc-skeleton-shimmer 1.4s ease-in-out infinite;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

#order-standard_cart#order-standard_cart .order-summary.is-loading .pull-right.float-right,
#order-standard_cart#order-standard_cart .order-summary.is-loading .amt,
#order-standard_cart#order-standard_cart .order-summary.is-loading .cost {
  color: transparent;
}

#order-standard_cart#order-standard_cart .order-summary.is-loading .pull-right.float-right::after,
#order-standard_cart#order-standard_cart .order-summary.is-loading .amt::after,
#order-standard_cart#order-standard_cart .order-summary.is-loading .cost::after {
  opacity: 1;
}

@keyframes hukdc-skeleton-shimmer {
  0% {
    background-position: -150% 0;
  }
  100% {
    background-position: 150% 0;
  }
}

#order-standard_cart#order-standard_cart .view-cart-items-block {
  border-radius: var(--radius);
}

#order-standard_cart#order-standard_cart .tab-content {
  box-shadow: var(--shadow-card);
}

#order-standard_cart#order-standard_cart .commitment {
  padding: 1rem 1.25rem;
  border-radius: 0;
  border-bottom: none;
  margin: 0;
  position: relative;
}

#order-standard_cart#order-standard_cart .commitment::after {
  content: "";
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 0;
  border-bottom: 1px solid var(--border);
}

#order-standard_cart#order-standard_cart .commitment i {
  color: var(--huk-green);
  font-size: 1.15rem;
  line-height: 1.4;
}
#order-standard_cart#order-standard_cart .view-cart-items-footer .gap-1 {
  gap: 0.5em;
}
#order-standard_cart#order-standard_cart .commitment .gap-3 {
  gap: 1rem;
}
#order-standard_cart#order-standard_cart .commitment .d-flex strong {
  font-size: 1.15em;
  font-weight: 700;
  color: var(--foreground);
}
#order-standard_cart#order-standard_cart .commitment .d-flex span {
  font-size: 0.85em;
  color: var(--muted-foreground);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.333;
}

#order-standard_cart#order-standard_cart .view-cart-items-block.huk-card > .view-cart-items {
  border: 0;
  border-radius: var(--radius);
  margin-bottom: 0;
}

#order-standard_cart#order-standard_cart .view-cart-items-block.huk-card > .view-cart-items-footer {
  border: 0;
  border-radius: 0;
}

#order-standard_cart#order-standard_cart .view-cart-items-footer {
  background-color: var(--background);
  color: var(--muted-foreground);
  border: 1px solid var(--border);
  border-top: none;
  font-weight: 600;
  text-transform: none;
  font-size: 0.75rem;
  letter-spacing: 0;
  padding: 1rem 1.25rem;
  border-radius: 0 0 var(--radius) var(--radius);
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.5rem;
}

#order-standard_cart#order-standard_cart .view-cart-items-footer.gap-3 {
  gap: 0.625rem;
}

#order-standard_cart#order-standard_cart .view-cart-items-footer > div {
  background-color: var(--muted);
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  flex-shrink: 0;
  white-space: nowrap;
}

#order-standard_cart#order-standard_cart .view-cart-items-footer i {
  color: var(--huk-green);
  font-size: 0.85em;
}

#order-standard_cart#order-standard_cart .pci {
  height: 1.5em;
  display: block;
}

#order-standard_cart#order-standard_cart .order-summary h2 {
  border-radius: 0;
}
#order-standard_cart .order-summary .total-due-today-padded {
  margin: 0 0 1.5em;
}

#order-standard_cart#order-standard_cart .summary-container {
  background-color: transparent;
  padding: 1.25rem;
  border: none;
  font-size: 0.78rem;
}

#order-standard_cart#order-standard_cart .summary-container .product-name {
  display: block;
  color: var(--foreground);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.92rem;
}

#order-standard_cart#order-standard_cart .summary-container .product-group {
  display: block;
  color: var(--muted-foreground);
  font-size: 0.74rem;
  padding-bottom: 8px;
  margin-bottom: 4px;
  border-bottom: 1px solid var(--border);
}

#order-standard_cart#order-standard_cart .summary-container .clearfix {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  padding: 2px 0;
  line-height: 1.35;
}

#order-standard_cart#order-standard_cart .summary-container .clearfix .pull-left {
  float: none;
  min-width: 0;
  color: var(--foreground);
}

#order-standard_cart#order-standard_cart .summary-container .clearfix .pull-right {
  float: none;
  flex: 0 0 auto;
  margin-left: auto;
  text-align: right;
  color: var(--muted-foreground);
  font-size: 0.94em;
  white-space: nowrap;
}

#order-standard_cart#order-standard_cart .summary-container .summary-totals {
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid var(--border);
}

#order-standard_cart#order-standard_cart .summary-container .summary-totals .clearfix {
  padding: 3px 0;
}

#order-standard_cart#order-standard_cart .summary-container .summary-totals .pull-left {
  font-weight: 600;
}

#order-standard_cart#order-standard_cart .summary-container .summary-totals .pull-right {
  color: var(--foreground);
  font-size: 1em;
  font-weight: 600;
}

#order-standard_cart#order-standard_cart .total-due-today .amt {
  color: var(--foreground);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  margin-bottom: 0.25rem;
}

#order-standard_cart#order-standard_cart .subtotal,
#order-standard_cart#order-standard_cart .recurring-totals {
  color: var(--muted-foreground);
  border-color: var(--border);
  font-size: 0.875rem;
}

#order-standard_cart#order-standard_cart .recurring-charges {
  color: var(--foreground);
  font-weight: 600;
  font-style: normal;
}

#order-standard_cart#order-standard_cart .item-title .btn.btn-link.btn-xs {
  color: var(--accent);
  display: inline-flex;
  gap: 0.5em;
  align-items: center;
  text-decoration: none;
}
#order-standard_cart#order-standard_cart .item-title .btn.btn-link.btn-xs:hover {
  color: color-mix(in srgb, var(--accent) 75%, transparent);
}

#order-standard_cart#order-standard_cart .btn-remove-from-cart {
  color: color-mix(in srgb, var(--muted-foreground) 60%, transparent);
  background: transparent;
  transition: all 0.15s ease-in-out;
  font-weight: 600;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  width: var(--huk-cart-remove-size);
  min-width: var(--huk-cart-remove-size);
  max-width: var(--huk-cart-remove-size);
  height: var(--huk-cart-remove-size);
  min-height: var(--huk-cart-remove-size);
  max-height: var(--huk-cart-remove-size);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 var(--huk-cart-remove-size);
  line-height: 1;
}

#order-standard_cart#order-standard_cart .btn-remove-from-cart .fa-trash-can {
  font-size: 1rem;
  line-height: 1;
}

#order-standard_cart#order-standard_cart .btn-remove-from-cart:hover {
  color: var(--destructive);
  border: 1px solid var(--destructive);
  background: var(--background);
}

#order-standard_cart#order-standard_cart .empty-cart {
  margin: 0.5em 0;
}

#order-standard_cart#order-standard_cart .cart-body .empty-cart .btn {
  background: 0;
  border-radius: var(--radius);
  margin: 0;
  color: var(--foreground);
  display: inline-flex;
  gap: 0.5em;
  align-items: center;
  text-decoration: none;
  font-size: 0.9em;
}
#order-standard_cart#order-standard_cart .cart-body .empty-cart .btn:hover {
  color: var(--destructive);
}

#order-standard_cart#order-standard_cart .sub-heading {
  border-top: 1px solid var(--border);
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  position: relative;
  text-align: left;
}

#order-standard_cart#order-standard_cart .sub-heading span {
  background-color: var(--background);
  color: var(--foreground);
  font-size: 1.125rem;
  padding: 0 1rem 0 0;
  position: relative;
  top: -15px;
}

.primary-content > p {
  display: none;
}

@media only screen and (max-width: 991px) {
  #order-standard_cart#order-standard_cart .secondary-cart-sidebar {
    width: 100%;
  }
}

#order-standard_cart#order-standard_cart .promo-code-form.gap-2 {
  gap: 0.5rem;
}
#order-standard_cart#order-standard_cart .promo-code-form .form-group {
  margin-bottom: 0;
}
#order-standard_cart#order-standard_cart .promo-code-submit {
  white-space: nowrap;
  flex-shrink: 0;
  border: 1px solid transparent;
}

#order-standard_cart#order-standard_cart .item-price .dropdown-toggle {
  background-color: var(--muted);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 0.1rem 0.75rem;
  font-size: 0.75rem;
}
#order-standard_cart#order-standard_cart .item-price .dropdown-toggle:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--primary-foreground);
}

#order-standard_cart#order-standard_cart .cart-support-panel {
  background-color: color-mix(in srgb, var(--accent) 5%, transparent);
  border: 1px solid color-mix(in srgb, var(--accent) 15%, transparent);
  border-left: 3px solid var(--accent);
  border-radius: var(--radius);
  padding: 1.25rem;
  margin: 0;
  gap: 1rem;
  box-shadow: none;
}
#order-standard_cart#order-standard_cart .cart-support-panel .gap-1 {
  gap: 0.35rem;
}
#order-standard_cart#order-standard_cart .cart-support-icon {
  width: 2.75rem;
  height: 2.75rem;
  min-width: 2.75rem;
  border-radius: 999px;
  background-color: color-mix(in srgb, var(--accent) 12%, transparent);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
}
#order-standard_cart#order-standard_cart .cart-support-panel strong {
  font-size: 1rem;
  color: var(--foreground);
}
#order-standard_cart#order-standard_cart .cart-support-panel span {
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--muted-foreground);
}
#order-standard_cart#order-standard_cart .cart-support-link {
  color: var(--accent);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  margin-top: 0.25rem;
}
#order-standard_cart#order-standard_cart .cart-support-link:hover {
  color: color-mix(in srgb, var(--accent) 75%, transparent);
}

#order-standard_cart#order-standard_cart.hukdc-page {
  padding: 0;
  color: var(--foreground);
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-layout {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 32px;
  margin: 0;
}

#order-standard_cart#order-standard_cart.hukdc-page .cart-sidebar {
  display: block;
  flex: 0 0 230px;
  width: 230px;
  max-width: 230px;
  padding: 0;
}

#order-standard_cart#order-standard_cart.hukdc-page .cart-body {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  padding: 0;
}

#order-standard_cart#order-standard_cart.hukdc-page .header-lined {
  border: 0;
  padding: 0;
  margin: 0 0 14px;
}

#order-standard_cart#order-standard_cart.hukdc-page .header-lined h1,
#order-standard_cart#order-standard_cart.hukdc-page .header-lined .font-size-36 {
  color: var(--foreground);
  line-height: 1.2;
  letter-spacing: -0.035em;
  margin: 0;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-intro {
  color: var(--foreground);
  font-size: 0.94rem;
  line-height: 1.6;
  margin: 0 0 24px;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-intro p {
  margin: 0;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-domain-grid,
#order-standard_cart#order-standard_cart.hukdc-page .hukdc-details-grid,
#order-standard_cart#order-standard_cart.hukdc-page .hukdc-addon-grid,
#order-standard_cart#order-standard_cart.hukdc-page .hukdc-ns-row {
  display: grid;
  grid-template-columns: minmax(180px, 1.2fr) minmax(155px, 0.9fr) minmax(205px, 1.15fr) 28px;
  column-gap: 22px;
  align-items: center;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-domain-card {
  margin: 0 0 12px;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-domain-header,
#order-standard_cart#order-standard_cart.hukdc-page .hukdc-ns-header,
#order-standard_cart#order-standard_cart.hukdc-page .hukdc-panel-header {
  width: 100%;
  background: var(--background);
  padding: 0.5rem 1rem;
  text-align: left;
  transition: background-color 0.15s ease;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-domain-header {
  cursor: pointer;
  color: inherit;
  outline: 0;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-domain-header:hover,
#order-standard_cart#order-standard_cart.hukdc-page .hukdc-domain-header:focus-visible,
#order-standard_cart#order-standard_cart.hukdc-page .hukdc-ns-header:hover,
#order-standard_cart#order-standard_cart.hukdc-page .hukdc-panel-header:hover {
  background: color-mix(in srgb, var(--muted) 40%, transparent);
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-domain-header:focus-visible {
  box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--primary) 15%, transparent);
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-domain-name {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-domain-check {
  align-self: center;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-domain-name-text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-meta-label {
  color: var(--muted-foreground);
  font-size: 0.66rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 5px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-meta-value {
  color: var(--foreground);
  font-size: 0.9rem;
  line-height: 1.33;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-hosting-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 10px 3px 8px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  white-space: nowrap;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-hosting-badge i {
  font-size: 0.68rem;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-hosting-badge--active {
  background: color-mix(in srgb, var(--huk-green) 10%, transparent);
  color: var(--huk-green);
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-hosting-badge--missing {
  background: color-mix(in srgb, var(--primary) 10%, transparent);
  border-color: color-mix(in srgb, var(--primary) 20%, transparent);
  color: var(--primary);
  transition:
    background-color 0.15s ease-in-out,
    color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-hosting-badge--missing:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--primary-foreground);
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-domain-grid,
#order-standard_cart#order-standard_cart.hukdc-page .hukdc-details-grid,
#order-standard_cart#order-standard_cart.hukdc-page .hukdc-addon-grid,
#order-standard_cart#order-standard_cart.hukdc-page .hukdc-ns-row {
  grid-template-columns: minmax(180px, 1.2fr) minmax(155px, 0.9fr) minmax(205px, 1.15fr) var(--huk-cart-remove-size) 28px;
  align-items: center;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-domain-grid .btn-remove-from-cart {
  justify-self: end;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-fold-icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  justify-self: end;
  color: var(--foreground);
  font-size: 1rem;
  line-height: 1;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-fold-icon i {
  display: block;
  line-height: 1;
  transform-origin: 50% 50%;
  transition: transform 0.2s ease;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-domain-card.is-open .hukdc-fold-icon i {
  transform: rotate(180deg);
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-domain-collapse {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  pointer-events: none;
  transition:
    grid-template-rows 0.32s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.22s ease;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-domain-collapse-inner {
  min-height: 0;
  background: color-mix(in srgb, var(--muted) 40%, transparent);
  box-shadow: inset 3px 0 0 0 var(--primary);
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-domain-card.is-open .hukdc-domain-collapse {
  grid-template-rows: 1fr;
  opacity: 1;
  pointer-events: auto;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-domain-body,
#order-standard_cart#order-standard_cart.hukdc-page .hukdc-ns-body,
#order-standard_cart#order-standard_cart.hukdc-page .hukdc-panel-body {
  border-top: 1px solid var(--border);
  padding: 1.5rem 2.5rem;
  display: flex;
  flex-direction: column;
  text-wrap-style: pretty;
  gap: 1rem;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-details-grid {
  row-gap: 11px;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-applyalluk {
  grid-column: 2 / -1;
  text-align: left;
  margin-top: 10px;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-field-label {
  grid-column: 1;
  justify-self: end;
  align-self: center;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--muted-foreground);
  font-size: 0.84rem;
  line-height: 1.33;
  text-align: right;
  text-transform: none;
  letter-spacing: 0;
  margin: 0;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-field-label i {
  color: var(--muted-foreground);
  font-size: 0.95em;
  flex: 0 0 auto;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-field-control {
  grid-column: 2 / 5;
  width: 100%;
  min-width: 0;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-field-control input:not([type="checkbox"]):not([type="radio"]),
#order-standard_cart#order-standard_cart.hukdc-page .hukdc-field-control select,
#order-standard_cart#order-standard_cart.hukdc-page .hukdc-field-control textarea {
  width: 100%;
  min-height: 38px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background-color: color-mix(in srgb, var(--muted) 30%, transparent);
  color: var(--foreground);
  font-weight: 600;
  padding: 0.5rem 0.75rem;
  transition: all 0.15s ease-in-out;
  font-size: 1em;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-field-control input[type="tel"] {
  border-radius: 0 var(--radius) var(--radius) 0!important;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-field-control .intl-tel-input.separate-dial-code {
  display: flex;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-field-control .intl-tel-input.separate-dial-code .flag-container {
  position: unset;
  padding: 0;
}

#order-standard_cart#order-standard_cart.hukdc-page .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 78px;
    border: 1px solid var(--border);
    border-right: 0;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-field-control select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2.25rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%236C8093' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M2.5 4.5L6 8l3.5-3.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.85rem center;
  background-size: 11px;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-field-control input:not([type="checkbox"]):not([type="radio"]):focus,
#order-standard_cart#order-standard_cart.hukdc-page .hukdc-field-control select:focus,
#order-standard_cart#order-standard_cart.hukdc-page .hukdc-field-control textarea:focus {
  border-color: var(--primary);
  background-color: var(--background);
  outline: 0;
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--primary) 15%, transparent);
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-field-control input[type="checkbox"],
#order-standard_cart#order-standard_cart.hukdc-page .hukdc-field-control input[type="radio"] {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

/*
 * Every checkbox on the page renders as a horizontal toggle switch - shared
 * by every order-form and client-area page that loads this stylesheet
 * (checkout, the basket, login, client registration). Applied via a
 * universal `input[type="checkbox"]` selector rather than a class:
 * admin-configured custom client fields (e.g. registration's "Marketing
 * SMS" / "Accept SMS" fields) are rendered by WHMCS core as raw <input>
 * HTML with no class attribute at all, so a class-based hook could never
 * reach them - a universal selector is the only way to cover fields that
 * live in the database, not a template file. This also covers fields that
 * previously relied on the bootstrap-switch plugin (class="toggle-switch-
 * success") to render as a slider; that library isn't part of this
 * install, so it was silently falling back to a bare native checkbox.
 * (The .huk-toggle-switch class some markup carries from that era still
 * matches this selector fine - it's just redundant now, not required.)
 */
#order-standard_cart#order-standard_cart.hukdc-page input[type="checkbox"] {
  /* !important is required: the .hukdc-field-control input[type=checkbox]
     rule above carries two id selectors plus two extra classes, which is
     higher specificity than a plain type-selector and was forcing switches
     back down to 16x16. */
  -webkit-appearance: none !important;
  appearance: none !important;
  flex: 0 0 auto;
  width: 44px !important;
  height: 24px !important;
  margin: 0;
  border: 1px solid var(--border);
  border-radius: 999px;
  background-color: var(--bg-accented);
  /* The thumb is painted as a background image rather than a ::after
     pseudo-element: ::after on <input> has unreliable/no rendering in
     several browsers. A gradient's default background-size is 100% of the
     box, which leaves no room for background-position to move it, so an
     explicit size smaller than the track is required for the thumb to
     visibly slide. */
  background-image: radial-gradient(circle 9px, var(--background) 99%, transparent 100%);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: 3px center;
  box-shadow: 0 1px 2px -1px rgba(15, 23, 42, 0.25) inset;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, background-position 0.15s ease-in-out;
  transform: none !important;
}
#order-standard_cart#order-standard_cart.hukdc-page input[type="checkbox"]:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--huk-green) 20%, transparent);
}
#order-standard_cart#order-standard_cart.hukdc-page input[type="checkbox"]:checked {
  background-color: var(--huk-green);
  border-color: var(--huk-green);
  background-position: calc(100% - 3px) center;
}

/*
 * Radio buttons get the matching circular treatment - same border/accent
 * language as the checkbox above, a filled dot instead of a checkmark.
 * Same !important requirement as the checkbox rule: the
 * .hukdc-field-control input[type=radio] rule above (16x16, two ids plus
 * two extra classes) and the .hukdc-option-row scale(0.75) rule further
 * down both outrank a plain type-selector.
 */
#order-standard_cart#order-standard_cart.hukdc-page input[type="radio"] {
  -webkit-appearance: none !important;
  appearance: none !important;
  flex: 0 0 auto;
  width: 20px !important;
  height: 20px !important;
  margin: 0;
  border: 1px solid var(--border);
  border-radius: 50%;
  background-color: var(--background);
  cursor: pointer;
  position: relative;
  transition: all 0.15s ease-in-out;
  vertical-align: middle;
  transform: none !important;
}
#order-standard_cart#order-standard_cart.hukdc-page input[type="radio"]:hover {
  border-color: var(--huk-green);
}
#order-standard_cart#order-standard_cart.hukdc-page input[type="radio"]:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--huk-green) 20%, transparent);
}
#order-standard_cart#order-standard_cart.hukdc-page input[type="radio"]:checked {
  border-color: var(--huk-green);
}
#order-standard_cart#order-standard_cart.hukdc-page input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--huk-green);
  transform: translate(-50%, -50%);
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-epp-wrap {
  position: relative;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-epp-wrap > i {
  position: absolute;
  left: 12px;
  top: 50%;
  z-index: 2;
  color: var(--muted-foreground);
  transform: translateY(-50%);
  pointer-events: none;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-epp-wrap .form-control {
  padding-left: 2.25rem;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-field-help {
  display: block;
  color: var(--muted-foreground);
  font-size: 0.76rem;
  line-height: 1.45;
  margin-top: 6px;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-empty-details {
  grid-column: 2 / 4;
  color: var(--muted-foreground);
  font-size: 0.84rem;
  line-height: 1.5;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-addon-items {
  grid-column: 2 / 5;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 14px;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-details-grid + .hukdc-addon-grid .hukdc-addon-items {
  padding-top: 18px;
  border-top: 1px solid var(--border);
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-addon-grid .panel-addon,
#order-standard_cart#order-standard_cart.hukdc-page .hukdc-product-addon-grid .panel-addon {
  height: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--background);
  box-shadow: none;
  cursor: pointer;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-addon-grid .panel-addon-selected,
#order-standard_cart#order-standard_cart.hukdc-page .hukdc-product-addon-grid .panel-addon-selected {
  border-color: color-mix(in srgb, var(--huk-green) 55%, transparent);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--huk-green) 18%, transparent);
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-addon-grid .panel-body,
#order-standard_cart#order-standard_cart.hukdc-page .hukdc-product-addon-grid .panel-body {
  padding: 14px;
  color: var(--foreground);
  font-size: 0.82rem;
  line-height: 1.45;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-addon-grid .panel-body label,
#order-standard_cart#order-standard_cart.hukdc-page .hukdc-product-addon-grid .panel-body label {
  display: block;
  font-family: "Montserrat", sans-serif;
  color: var(--foreground);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 5px;
  text-transform: none;
  letter-spacing: 0;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-addon-grid .panel-price,
#order-standard_cart#order-standard_cart.hukdc-page .hukdc-product-addon-grid .panel-price {
  padding: 9px 14px;
  border-top: 1px solid var(--border);
  color: var(--muted-foreground);
  font-size: 0.76rem;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-addon-grid .panel-add,
#order-standard_cart#order-standard_cart.hukdc-page .hukdc-product-addon-grid .panel-add {
  padding: 9px 14px;
  background: var(--muted);
  border-top: 1px solid var(--border);
  color: var(--foreground);
  font-size: 0.78rem;
  font-weight: 600;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-product-addon-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-ns-card {
  margin: 14px 0 0;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-ns-row {
  padding: 0.33em 0;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-ns-row h2 {
  grid-column: 1;
  font-family: "Montserrat", sans-serif;
  color: var(--foreground);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.33;
  margin: 0;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-ns-copy {
  grid-column: 2 / 5;
  color: var(--muted-foreground);
  font-size: 0.84rem;
  line-height: 1.33;
  margin: 0;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-ns-grid {
  grid-column: 2 / 5;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 18px;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-ns-label,
#order-standard_cart#order-standard_cart.hukdc-page .hukdc-stacked-label {
  display: block;
  color: var(--muted-foreground);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.33;
  margin: 0 0 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-actions {
  text-align: center;
}

#order-standard_cart#order-standard_cart.hukdc-page .alert {
  border-radius: var(--radius);
}

@media (max-width: 991.98px) {
  #order-standard_cart#order-standard_cart.hukdc-page .hukdc-layout {
    display: block;
  }

  #order-standard_cart#order-standard_cart.hukdc-page .cart-body {
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 767px) {
  #order-standard_cart#order-standard_cart.hukdc-page .hukdc-domain-grid {
    grid-template-columns: 1fr 1fr var(--huk-cart-remove-size) 28px;
    gap: 10px 12px;
  }

  #order-standard_cart#order-standard_cart.hukdc-page .hukdc-details-grid {
    grid-template-columns: minmax(0, 1fr) var(--huk-cart-remove-size) 28px;
    gap: 10px 12px;
  }

  #order-standard_cart#order-standard_cart.hukdc-page .hukdc-domain-name {
    grid-column: 1 / 3;
  }

  #order-standard_cart#order-standard_cart.hukdc-page .hukdc-domain-grid .btn-remove-from-cart {
    grid-column: 3;
    grid-row: 1;
  }

  #order-standard_cart#order-standard_cart.hukdc-page .hukdc-fold-icon {
    grid-column: 4;
    grid-row: 1;
  }

  #order-standard_cart#order-standard_cart.hukdc-page .hukdc-period-col {
    grid-column: 1;
    padding-left: 30px;
  }

  #order-standard_cart#order-standard_cart.hukdc-page .hukdc-hosting-col {
    grid-column: 2;
  }

  #order-standard_cart#order-standard_cart.hukdc-page .hukdc-details-grid {
    grid-template-columns: 1fr;
    row-gap: 5px;
  }

  #order-standard_cart#order-standard_cart.hukdc-page .hukdc-field-label,
  #order-standard_cart#order-standard_cart.hukdc-page .hukdc-applyalluk {
    grid-column: 1;
    justify-self: start;
    text-align: left;
    margin-top: 6px;
  }

  #order-standard_cart#order-standard_cart.hukdc-page .hukdc-field-control,
  #order-standard_cart#order-standard_cart.hukdc-page .hukdc-empty-details {
    grid-column: 1;
    max-width: none;
  }

  #order-standard_cart#order-standard_cart.hukdc-page .hukdc-addon-grid,
  #order-standard_cart#order-standard_cart.hukdc-page .hukdc-addon-items,
  #order-standard_cart#order-standard_cart.hukdc-page .hukdc-ns-row,
  #order-standard_cart#order-standard_cart.hukdc-page .hukdc-ns-grid {
    grid-template-columns: 1fr;
  }

  #order-standard_cart#order-standard_cart.hukdc-page .hukdc-ns-row {
    row-gap: 10px;
  }

  #order-standard_cart#order-standard_cart.hukdc-page .hukdc-addon-items,
  #order-standard_cart#order-standard_cart.hukdc-page .hukdc-ns-copy,
  #order-standard_cart#order-standard_cart.hukdc-page .hukdc-ns-grid {
    grid-column: 1;
  }

  #order-standard_cart#order-standard_cart.hukdc-page .header-lined h1,
  #order-standard_cart#order-standard_cart.hukdc-page .header-lined .font-size-36 {
    font-size: 1.7rem;
  }

  #order-standard_cart#order-standard_cart.hukdc-page .hukdc-form-grid {
    grid-template-columns: 1fr;
    row-gap: 6px;
  }

  #order-standard_cart#order-standard_cart.hukdc-page .hukdc-form-grid .hukdc-field-control {
    grid-column: 1;
    margin-bottom: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #order-standard_cart#order-standard_cart.hukdc-page .hukdc-domain-collapse,
  #order-standard_cart#order-standard_cart.hukdc-page .hukdc-fold-icon i {
    transition: none;
  }
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4px 14px;
  border-radius: var(--radius) var(--radius) 0 0;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-panel-header-title {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-panel-header-title .huk-check-icon {
  width: 20px;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-panel-header-title h2 {
  font: inherit;
  margin: 0;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-panel-header-note {
  color: var(--muted-foreground);
  font-size: 0.78rem;
  font-weight: 600;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-panel-copy {
  color: var(--muted-foreground);
  font-size: 0.84rem;
  line-height: 1.55;
  margin: 0;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-product-desc {
  margin: 0;
  padding-left: 5px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-product-desc-item {
  color: var(--muted-foreground);
  font-size: 0.9rem;
  line-height: 1.6;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-form-grid {
  display: grid;
  grid-template-columns: minmax(150px, 210px) minmax(0, 1fr);
  column-gap: 16px;
  row-gap: 0.5rem;
  align-items: center;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-form-grid .hukdc-field-label {
  grid-column: 1;
  justify-self: stretch;
  text-align: left;
  gap: 10px;
  color: var(--foreground);
  font-size: 0.86rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-form-grid .hukdc-field-label i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  flex: 0 0 auto;
  color: var(--muted-foreground);
  font-size: 0.78rem;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-form-grid .hukdc-field-control {
  grid-column: 2;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-product-intro-cycle {
  border-top: 1px solid var(--border);
  padding-top: 1rem;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-cycle-select {
  display: none;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-cycle-toggle {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 4px;
  background: var(--muted);
  border-radius: var(--radius);
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-cycle-option {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0.5rem 1rem;
  border: 1px solid transparent;
  border-radius: calc(var(--radius) - 2px);
  background: transparent;
  color: var(--muted-foreground);
  font-size: 0.86rem;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  transition:
    background-color 0.15s ease-in-out,
    color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-cycle-option:hover {
  color: var(--foreground);
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-cycle-option.is-active {
  background: var(--background);
  color: var(--primary);
  box-shadow: var(--shadow-card);
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-cycle-badge {
  padding: 0.1rem 0.45rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--huk-green) 10%, transparent);
  color: var(--huk-green);
  font-size: 0.68rem;
  font-weight: 700;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-option-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-option-row {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--foreground);
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: 0;
  cursor: pointer;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-option-row input[type="radio"],
#order-standard_cart#order-standard_cart.hukdc-page .hukdc-option-row input[type="checkbox"],
#order-standard_cart#order-standard_cart.hukdc-page .hukdc-option-row .iradio_square-blue,
#order-standard_cart#order-standard_cart.hukdc-page .hukdc-option-row .icheckbox_square-blue {
  flex-shrink: 0;
  transform: scale(0.75);
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-config-slider {
  padding: 0.5rem 0.25rem 0;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-config-qty {
  display: flex;
  align-items: center;
  gap: 10px;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-config-qty-input {
  width: auto;
  flex: 0 0 100px;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-config-qty-suffix {
  color: var(--muted-foreground);
  font-size: 0.88rem;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-metrics-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-metrics-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6px 14px;
  padding: 10px 14px;
  background: var(--muted);
  border-radius: var(--radius);
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-metrics-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-metrics-name {
  font-weight: 700;
  color: var(--foreground);
  font-size: 0.92rem;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-metrics-price {
  color: var(--muted-foreground);
  font-size: 0.8rem;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-config-cta {
  padding: 0 1.25rem 1.25rem;
  text-align: center;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-config-cta .btn {
  width: 100%;
}

#order-standard_cart#order-standard_cart.hukdc-page #frmProductDomain {
  margin: 0 0 1.5rem;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-domain-options {
  margin: 0;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-domain-options .option {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid var(--border);
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-domain-options .option:last-child {
  border-bottom: none;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-domain-options .option .iradio_square-blue {
  display: none;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-domain-option-label {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 1rem;
  margin: 0;
  cursor: pointer;
  color: var(--foreground);
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.4;
  box-shadow: inset 3px 0 0 0 transparent;
  transition:
    background-color 0.15s ease,
    box-shadow 0.15s ease;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-domain-options .option:not(.option-selected) .hukdc-domain-option-label:hover {
  background: color-mix(in srgb, var(--muted) 40%, transparent);
}

#order-standard_cart#order-standard_cart.hukdc-page .option.option-selected .hukdc-domain-option-label {
  background: color-mix(in srgb, var(--muted) 40%, transparent);
  box-shadow: inset 3px 0 0 0 var(--primary);
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-domain-option-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 22px;
  color: var(--muted-foreground);
  font-size: 1.05rem;
}

#order-standard_cart#order-standard_cart.hukdc-page .option.option-selected .hukdc-domain-option-icon {
  color: var(--primary);
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-domain-option-text {
  flex: 1 1 auto;
  min-width: 0;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: var(--foreground);
  font-size: 1rem;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-domain-option-label .hukdc-fold-icon {
  margin-left: auto;
}

#order-standard_cart#order-standard_cart.hukdc-page .option.option-selected .hukdc-fold-icon i {
  transform: rotate(180deg);
}

#order-standard_cart#order-standard_cart.hukdc-page .domain-input-group {
  margin: 0;
  padding: 0;
}

#order-standard_cart#order-standard_cart.hukdc-page .domain-input-group.hukdc-domain-collapse {
  display: grid !important;
}

#order-standard_cart#order-standard_cart.hukdc-page .domain-input-group.hukdc-domain-collapse .hukdc-domain-collapse-inner > * {
  padding-left: 1rem;
  padding-right: 1rem;
}

#order-standard_cart#order-standard_cart.hukdc-page .domain-input-group.hukdc-domain-collapse .hukdc-domain-collapse-inner > *:last-child {
  padding-bottom: 1.25rem;
}

#order-standard_cart#order-standard_cart.hukdc-page .option.option-selected .domain-input-group.hukdc-domain-collapse {
  grid-template-rows: 1fr;
  opacity: 1;
  pointer-events: auto;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-domain-input-row {
  display: flex;
  align-items: stretch;
  gap: 14px;
  flex-wrap: wrap;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-domain-input-main {
  flex: 1 1 260px;
  min-width: 0;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-domain-input-main select,
#order-standard_cart#order-standard_cart.hukdc-page .hukdc-domain-input-main input:not(.hukdc-domain-search-sld):not(.hukdc-domain-search-tld) {
  min-height: 2.75rem;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-domain-input-row .btn {
  flex: 0 0 auto;
  margin: 0;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-domain-input-row--textarea {
  align-items: flex-start;
}

#order-standard_cart#order-standard_cart.hukdc-page .domain-input-group textarea.form-control {
  height: 90px;
  resize: vertical;
  background: var(--background);
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-domain-search-group {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: stretch;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all 0.15s ease-in-out;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-domain-search-group:focus-within {
  border-color: var(--primary);
  background-color: var(--background);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--primary) 15%, transparent);
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-domain-search-prefix {
  display: flex;
  align-items: center;
  padding: 0 0.75rem;
  border-right: 1px solid var(--border);
  color: var(--muted-foreground);
  font-size: 0.86rem;
  font-weight: 600;
  white-space: nowrap;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-domain-search-sld,
#order-standard_cart#order-standard_cart.hukdc-page .hukdc-domain-search-tld {
  border: 0;
  border-radius: 0;
  background: var(--background);
  min-height: 2.75rem;
  padding: 0.5rem 0.75rem;
  color: var(--foreground);
  font-weight: 600;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-domain-search-sld {
  width: 100%;
  min-width: 0;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-domain-search-sld:focus,
#order-standard_cart#order-standard_cart.hukdc-page .hukdc-domain-search-tld:focus {
  outline: 0;
  box-shadow: none;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-domain-search-tld {
  border-left: 1px solid var(--border);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2.25rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%236C8093' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M2.5 4.5L6 8l3.5-3.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.85rem center;
  background-size: 11px;
}

#order-standard_cart#order-standard_cart.hukdc-page input.hukdc-domain-search-tld {
  padding-right: 0.75rem;
  background-image: none;
  max-width: 140px;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-domain-advanced-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-domain-advanced-row .multiselect.form-control {
  min-height: 38px;
}

#order-standard_cart#order-standard_cart.hukdc-page .multiselect-container.dropdown-menu {
  padding: 5px 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-color: #fff;
  min-width: 160px;
  max-height: 280px;
  overflow-y: auto;
}

#order-standard_cart#order-standard_cart.hukdc-page .multiselect-container li {
  list-style: none;
}

#order-standard_cart#order-standard_cart.hukdc-page .multiselect-container a {
  display: block;
  padding: 0;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

#order-standard_cart#order-standard_cart.hukdc-page .multiselect-container label {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 3px 20px;
  margin: 0;
  border-radius: 0;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.42857143;
  cursor: pointer;
}

#order-standard_cart#order-standard_cart.hukdc-page .multiselect-container li:hover label,
#order-standard_cart#order-standard_cart.hukdc-page .multiselect-container li.active label {
  color: #262626;
  background: #f5f5f5;
}

#order-standard_cart#order-standard_cart.hukdc-page .multiselect-container input[type="checkbox"],
#order-standard_cart#order-standard_cart.hukdc-page .multiselect-container input[type="radio"] {
  accent-color: var(--primary);
  width: 15px;
  height: 15px;
  margin: 0;
  flex: 0 0 auto;
}

#order-standard_cart#order-standard_cart.hukdc-page .multiselect-container .multiselect-all label {
  font-weight: 700;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 8px;
  margin-bottom: 4px;
}

#order-standard_cart#order-standard_cart.hukdc-page .multiselect-container .multiselect-group label {
  color: #777;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: default;
}

#order-standard_cart#order-standard_cart.hukdc-page .multiselect-container .multiselect-group:hover label {
  background: transparent;
}

#order-standard_cart#order-standard_cart.hukdc-page .multiselect-container .multiselect-item.filter {
  width: 100%;
  padding: 2px 4px 8px;
  margin-bottom: 4px;
  border-bottom: 1px solid #e5e5e5;
}

#order-standard_cart#order-standard_cart.hukdc-page .multiselect-container .multiselect-search {
  width: 100%;
  min-height: 34px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background-color: color-mix(in srgb, var(--muted) 30%, transparent);
  padding: 0.4rem 0.6rem;
  font-size: 0.86rem;
  color: var(--foreground);
  transition: all 0.15s ease-in-out;
}

#order-standard_cart#order-standard_cart.hukdc-page .multiselect-container .multiselect-search:focus {
  outline: 0;
  border-color: var(--primary);
  background-color: var(--background);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--primary) 15%, transparent);
}

#order-standard_cart#order-standard_cart.hukdc-page .multiselect-container li.disabled label {
  opacity: 0.5;
  cursor: not-allowed;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-free-domain-note {
  padding: 0 0.25rem;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-domain-result-card {
  text-align: center;
}

#order-standard_cart#order-standard_cart.hukdc-page .domain-checker-result-headline {
  color: var(--muted-foreground);
  font-size: 0.95rem;
  margin: 0;
}

#order-standard_cart#order-standard_cart.hukdc-page .headline {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0;
}

#order-standard_cart#order-standard_cart.hukdc-page .domain-available.headline,
#order-standard_cart#order-standard_cart.hukdc-page .transfer-eligible .headline {
  color: var(--huk-green);
}

#order-standard_cart#order-standard_cart.hukdc-page .domain-unavailable.headline,
#order-standard_cart#order-standard_cart.hukdc-page .domain-invalid .headline,
#order-standard_cart#order-standard_cart.hukdc-page .domain-invalid.headline,
#order-standard_cart#order-standard_cart.hukdc-page .domain-tld-unavailable.headline,
#order-standard_cart#order-standard_cart.hukdc-page .transfer-not-eligible .headline,
#order-standard_cart#order-standard_cart.hukdc-page .domain-error.headline {
  color: var(--destructive);
}

#order-standard_cart#order-standard_cart.hukdc-page .transfer-eligible,
#order-standard_cart#order-standard_cart.hukdc-page .transfer-not-eligible {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
}

#order-standard_cart#order-standard_cart .domain-lookup-primary-loader, #order-standard_cart .domain-lookup-primary-results {
  margin: 0;
}

#order-standard_cart#order-standard_cart.hukdc-page .domain-contact-support {
  width: auto;
  min-width: 0;
}

#order-standard_cart#order-standard_cart.hukdc-page .domain-price {
  margin-top: 12px;
  color: var(--muted-foreground);
  font-size: 0.86rem;
}

#order-standard_cart#order-standard_cart.hukdc-page .domain-price .price {
  display: block;
  color: var(--foreground);
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 2px;
}

#order-standard_cart#order-standard_cart.hukdc-page .spotlight-tlds-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 14px;
  margin: 0;
}

#order-standard_cart#order-standard_cart.hukdc-page .spotlight-tlds-container .spotlight-tld-container {
  float: none;
  width: auto;
  padding: 0;
}

#order-standard_cart#order-standard_cart.hukdc-page .spotlight-tld {
  position: relative;
  height: 100%;
  padding: 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--background);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--foreground);
}

#order-standard_cart#order-standard_cart.hukdc-page .spotlight-tld .domain-lookup-loader {
  margin-top: 8px;
  color: var(--muted-foreground);
}

#order-standard_cart#order-standard_cart.hukdc-page .spotlight-tld .domain-lookup-result {
  margin-top: 8px;
}

#order-standard_cart#order-standard_cart.hukdc-page .spotlight-tld .price {
  display: block;
  color: var(--huk-green);
  font-size: 0.82rem;
  font-weight: 700;
}

#order-standard_cart#order-standard_cart.hukdc-page .spotlight-tld .btn {
  margin-top: 8px;
  width: 100%;
  font-size: 0.78rem;
  padding: 0.4rem 0.5rem;
}

#order-standard_cart#order-standard_cart.hukdc-page #domainSuggestions.list-group {
  border-top: 1px solid var(--border);
}

#order-standard_cart#order-standard_cart.hukdc-page .domain-suggestion.list-group-item {
  /* Grid, not flex+space-between: with space-between, the whole
     name+extension group and the whole actions group are each sized to
     their own content, so the gap between them (and therefore where the
     actions column starts) shifts row to row with domain name length.
     Fixed grid columns keep the extension/actions/price columns aligned
     regardless of how long any individual domain name is. */
  display: grid;
  grid-template-columns: minmax(0, 1fr) 64px auto;
  align-items: center;
  gap: 12px;
  padding: 12px 1rem;
  border: 0;
  border-bottom: 1px solid var(--border);
  border-radius: 0;
}

#order-standard_cart#order-standard_cart.hukdc-page .domain-suggestion .domain {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: var(--foreground);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#order-standard_cart#order-standard_cart.hukdc-page .domain-suggestion .extension {
  color: var(--primary);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#order-standard_cart#order-standard_cart.hukdc-page .domain-suggestion .actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

#order-standard_cart#order-standard_cart.hukdc-page .domain-suggestion .price {
  color: var(--muted-foreground);
  font-size: 0.86rem;
  font-weight: 600;
  white-space: nowrap;
  min-width: 90px;
  text-align: right;
}

#order-standard_cart#order-standard_cart.hukdc-page .domain-suggestion .btn-add-to-cart {
  white-space: nowrap;
}

#order-standard_cart#order-standard_cart.hukdc-page .more-suggestions {
  padding: 1rem;
}

#order-standard_cart#order-standard_cart.hukdc-page .more-suggestions a {
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
}

#order-standard_cart#order-standard_cart.hukdc-page .more-suggestions a:hover {
  text-decoration: underline;
}

#order-standard_cart#order-standard_cart.hukdc-page .no-more {
  color: var(--muted-foreground);
}

#order-standard_cart#order-standard_cart.hukdc-page .domain-suggestions-warning {
  padding: 0 1rem 1rem;
  color: var(--muted-foreground);
  font-size: 0.78rem;
}

@media (max-width: 575.98px) {
  #order-standard_cart#order-standard_cart.hukdc-page .hukdc-domain-input-row .btn {
    width: 100%;
  }

  #order-standard_cart#order-standard_cart.hukdc-page .domain-suggestion.list-group-item {
    grid-template-columns: 1fr auto;
    row-gap: 6px;
  }

  #order-standard_cart#order-standard_cart.hukdc-page .domain-suggestion .actions {
    grid-column: 1 / -1;
    flex-wrap: wrap;
  }
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-panel-header-action {
  flex: 0 0 auto;
  border: none;
  background: none;
  padding: 0;
  color: var(--primary);
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.15s ease-in-out;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-panel-header-action:hover {
  color: color-mix(in srgb, var(--primary) 80%, black);
  text-decoration: underline;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-account-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 12px;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-account-option {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 1rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  cursor: pointer;
  box-shadow: inset 3px 0 0 0 transparent;
  transition: background-color 0.15s ease, box-shadow 0.15s ease;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-account-option:not(.option-selected):hover {
  background: color-mix(in srgb, var(--muted) 40%, transparent);
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-account-option.option-selected {
  background: color-mix(in srgb, var(--muted) 40%, transparent);
  box-shadow: inset 3px 0 0 0 var(--primary);
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-account-option .iradio_square-blue {
  display: none;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-account-option-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 22px;
  margin-top: 2px;
  color: var(--muted-foreground);
  font-size: 1.05rem;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-account-option.option-selected .hukdc-account-option-icon {
  color: var(--primary);
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-account-option-body {
  min-width: 0;
  color: var(--foreground);
  font-size: 0.86rem;
  line-height: 1.5;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-account-option-badge {
  display: inline-block;
  margin-left: 6px;
  padding: 0.1rem 0.5rem;
  border-radius: 999px;
  background: var(--muted);
  color: var(--muted-foreground);
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  vertical-align: middle;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-account-option-badge--currency {
  background: color-mix(in srgb, var(--accent) 12%, transparent);
  color: var(--accent);
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-account-option-address {
  display: block;
  margin-top: 2px;
  color: var(--muted-foreground);
  font-size: 0.8rem;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-password-tools {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-password-tools .password-strength-meter {
  flex: 1 1 240px;
  min-width: 0;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-total-due-today {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: var(--radius);
  background: color-mix(in srgb, var(--huk-green) 10%, transparent);
  color: var(--huk-green);
  text-align: center;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-total-due-today-label {
  font-size: 0.86rem;
  font-weight: 600;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-total-due-today strong {
  font-size: 1.3rem;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-marketing-optin-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-tos-row {
  justify-content: center;
  margin-bottom: 1rem;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-tos-row a {
  color: var(--primary);
  font-weight: 600;
}

#order-standard_cart#order-standard_cart .order-summary #btnCompleteOrder {
  width: 100%;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-fields-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.25rem;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-field-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-width: 0;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-field-group--full {
  grid-column: 1 / -1;
}

#order-standard_cart#order-standard_cart.hukdc-page .hukdc-field-label-top {
  color: var(--foreground);
  font-size: 0.8rem;
  font-weight: 700;
}

@media (max-width: 575.98px) {
  #order-standard_cart#order-standard_cart.hukdc-page .hukdc-fields-grid {
    grid-template-columns: 1fr;
  }

  #order-standard_cart#order-standard_cart.hukdc-page .hukdc-field-group {
    grid-column: 1 / -1;
  }
}
