@import url("../../novahost/css/novahost-base.css");

/* Orderform shell */
#order-standard_cart.nh-order-shell,
.nh-order-shell.nh-configure-shell {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2.5rem 0 6rem;
    background: transparent;
}

#order-standard_cart,
#order-standard_cart * {
    letter-spacing: 0;
}

#order-standard_cart .alert {
    border: 0;
    border-radius: var(--r-lg);
    box-shadow: var(--shadow-sm);
}

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

#order-standard_cart .cart-sidebar {
    display: none;
}

#order-standard_cart .header-lined h1 {
    color: var(--gray-900);
    font-size: 2.4rem;
    font-weight: 900;
}

#order-standard_cart .header-lined p {
    color: var(--gray-500);
}

.nh-order-intro {
    max-width: 800px;
    margin: 0 auto var(--sp-12);
    text-align: center;
}

.nh-order-intro .section-title {
    font-size: 3rem;
    font-weight: 900;
    color: var(--gray-900);
    margin-bottom: var(--sp-4);
}

.nh-order-intro .section-desc {
    font-size: 1.15rem;
    color: var(--gray-500);
    line-height: 1.6;
}

/* Stepper */
.nh-cart-stepper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.875rem;
    width: fit-content;
    margin: 0 auto 2rem;
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid var(--gray-200);
    border-radius: var(--r-full);
    box-shadow: var(--shadow-sm);
}

.nh-step {
    display: flex;
    align-items: center;
    gap: var(--sp-2);
    color: var(--gray-400);
    font-weight: 700;
    font-size: 0.875rem;
    white-space: nowrap;
}

.nh-step.active {
    color: var(--blue-600);
}

.nh-step.complete {
    color: var(--green);
}

.nh-step-num {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--gray-200);
    color: var(--gray-500);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
}

.nh-step.active .nh-step-num {
    background: var(--blue-600);
    color: var(--white);
    box-shadow: 0 0 0 4px rgba(0, 102, 255, 0.15);
}

.nh-step.complete .nh-step-num {
    background: rgba(16, 185, 129, 0.12);
    color: var(--green);
}

.nh-step-line {
    width: 48px;
    height: 2px;
    background: var(--gray-200);
}

/* Hero */
.nh-order-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 2rem;
    align-items: stretch;
    margin-bottom: 2.25rem;
    padding: 2rem;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(249, 250, 251, 0.94)),
        linear-gradient(135deg, rgba(0, 102, 255, 0.08), rgba(16, 185, 129, 0.07));
    border: 1px solid var(--gray-200);
    border-radius: var(--r-2xl);
    box-shadow: var(--shadow-lg);
}

.nh-order-hero--compact {
    grid-template-columns: minmax(0, 1fr) 300px;
}

.nh-order-hero-copy .label-text {
    margin-bottom: 1rem;
}

.nh-order-hero-copy .section-title {
    max-width: 760px;
    margin: 0 0 1rem;
    color: var(--gray-900);
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.05;
}

.nh-order-hero-copy .section-desc {
    max-width: 680px;
    margin: 0;
    color: var(--gray-500);
    font-size: 1.05rem;
    line-height: 1.7;
}

.nh-order-hero-aside {
    display: grid;
    gap: 0.875rem;
}

.nh-hero-metric {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 76px;
    padding: 1rem 1.125rem;
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: var(--r-xl);
    box-shadow: var(--shadow-xs);
}

.nh-hero-metric strong {
    color: var(--gray-900);
    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1;
}

.nh-hero-metric strong i {
    color: var(--blue-500);
}

.nh-hero-metric span {
    color: var(--gray-500);
    font-size: 0.85rem;
    font-weight: 700;
    text-align: right;
}

.nh-order-toolbar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.25rem;
}

.nh-category-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(280px, 1fr);
    gap: 1.25rem;
    align-items: center;
    margin-bottom: 1.5rem;
    padding: 1.25rem;
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: var(--r-xl);
    box-shadow: var(--shadow-sm);
}

.nh-order-toolbar h2,
.nh-category-panel h2,
.nh-promo-card h6 {
    margin: 0;
    color: var(--gray-900);
    font-size: 1.35rem;
    font-weight: 900;
}

.nh-kicker {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--blue-600);
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
}

.nh-order-trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.625rem;
}

.nh-order-trust span {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.5rem 0.75rem;
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: var(--r-full);
    color: var(--gray-600);
    font-size: 0.8rem;
    font-weight: 700;
}

.nh-order-trust i {
    color: var(--green);
}

.nh-category-select {
    min-width: 0;
}

.nh-category-select .dropdown,
.nh-category-select .btn,
.nh-category-select select,
.nh-category-select .form-control {
    width: 100%;
}

.nh-category-select .btn,
.nh-category-select select,
.nh-category-select .form-control {
    min-height: 48px;
    border: 1px solid var(--gray-200);
    border-radius: var(--r-lg);
    background: var(--gray-50);
    color: var(--gray-900);
    font-weight: 800;
    box-shadow: none;
}

.nh-category-select .dropdown-menu {
    width: 100%;
    border: 1px solid var(--gray-200);
    border-radius: var(--r-lg);
    box-shadow: var(--shadow-xl);
}

.nh-category-select .dropdown-item {
    color: var(--gray-700);
    font-weight: 700;
}

.nh-category-select .dropdown-item:hover,
.nh-category-select .dropdown-item.active {
    background: rgba(0, 102, 255, 0.08);
    color: var(--blue-600);
}

/* Product cards */
.nh-order-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.nh-product-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: var(--r-xl);
    padding: 1.5rem;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: transform var(--t-base) var(--ease), border-color var(--t-base) var(--ease), box-shadow var(--t-base) var(--ease);
}

.nh-product-card:hover {
    transform: translateY(-5px);
    border-color: var(--blue-500);
    box-shadow: var(--shadow-xl);
}

.nh-product-card.featured {
    border-color: var(--blue-600);
    box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.08), var(--shadow-xl);
}

.nh-product-card.featured::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--blue-600);
}

.nh-product-card-head {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1.25rem;
    padding-right: 4.25rem;
}

.nh-product-icon,
.nh-cart-item-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    background: rgba(0, 102, 255, 0.08);
    border: 1px solid rgba(0, 102, 255, 0.16);
    border-radius: var(--r-lg);
    color: var(--blue-600);
}

.nh-cart-item-icon--domain {
    background: rgba(6, 182, 212, 0.08);
    border-color: rgba(6, 182, 212, 0.16);
    color: var(--cyan);
}

.nh-product-card h3 {
    margin: 0.25rem 0 0;
    color: var(--gray-900);
    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.item-group {
    color: var(--blue-600);
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
}

.nh-product-price-row {
    padding: 1.125rem 0;
    border-top: 1px solid var(--gray-100);
    border-bottom: 1px solid var(--gray-100);
}

.nh-product-price {
    color: var(--gray-900);
    font-size: 2.1rem;
    font-weight: 900;
    line-height: 1.05;
    overflow-wrap: anywhere;
}

.nh-product-period {
    margin-top: 0.35rem;
    color: var(--gray-500);
    font-size: 0.83rem;
    font-weight: 800;
    text-transform: uppercase;
}

.nh-product-features {
    display: grid;
    gap: 0.75rem;
    margin: 1.25rem 0 1.5rem;
    color: var(--gray-600);
    font-size: 0.92rem;
    line-height: 1.55;
}

.nh-feature-desc :where(ul, ol) {
    display: grid;
    gap: 0.625rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nh-feature-desc :where(li, p) {
    margin: 0;
}

.nh-product-feature {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
}

.nh-product-feature i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-top: 0.1rem;
    background: rgba(16, 185, 129, 0.1);
    border-radius: 50%;
    color: var(--green);
    font-size: 0.7rem;
}

.nh-product-feature strong {
    color: var(--gray-900);
}

.btn-order {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    margin-top: auto;
    border-radius: var(--r-full);
    font-weight: 800;
    text-transform: none;
    padding: 0.9rem 1.25rem;
}

.nh-badge-featured {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 1;
    background: var(--blue-600);
    color: var(--white);
    font-size: 0.7rem;
    font-weight: 800;
    padding: 0.35rem 0.65rem;
    border-radius: var(--r-full);
    text-transform: uppercase;
    box-shadow: var(--shadow-blue);
}

/* Cart and checkout surfaces */
.view-cart-items,
.order-summary,
.sub-heading,
.nh-checkout-standard .view-cart-tabs,
.nh-checkout-standard .already-registered,
.nh-checkout-standard .checkout-security-msg {
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: var(--r-xl);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
}

.view-cart-items-header {
    background: linear-gradient(180deg, var(--white), var(--gray-50));
    padding: 1rem 1.25rem;
    font-weight: 800;
    color: var(--gray-900);
    border-bottom: 1px solid var(--gray-200);
}

.view-cart-items .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 1.25rem;
    border-bottom: 1px solid var(--gray-100);
    transition: background var(--t-fast) var(--ease);
}

.view-cart-items .item:hover {
    background: var(--gray-50);
}

.view-cart-items .item:last-child {
    border-bottom: 0;
}

.item-title {
    font-size: 1.1rem;
    font-weight: 900;
    color: var(--gray-900);
    display: block;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.nh-cart-item-main {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    min-width: 0;
}

.nh-cart-item-content {
    min-width: 0;
}

.nh-domain-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: 0.55rem;
    padding: 0.35rem 0.6rem;
    background: rgba(6, 182, 212, 0.08);
    border: 1px solid rgba(6, 182, 212, 0.16);
    border-radius: var(--r-full);
    color: var(--gray-700);
    font-size: 0.82rem;
    font-weight: 700;
}

.nh-config-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 0.75rem;
}

.nh-config-list span {
    display: inline-flex;
    padding: 0.35rem 0.55rem;
    background: var(--gray-50);
    border: 1px solid var(--gray-200);
    border-radius: var(--r-full);
    color: var(--gray-500);
    font-size: 0.75rem;
    font-weight: 700;
}

.nh-config-list strong {
    color: var(--gray-900);
}

.nh-cart-item-side {
    display: grid;
    justify-items: end;
    gap: 0.85rem;
    flex: 0 0 auto;
}

.item-price {
    text-align: right;
}

.item-price span {
    display: block;
    color: var(--gray-900);
    font-size: 1.15rem;
    font-weight: 900;
}

.item-price small {
    display: block;
    margin-top: 0.2rem;
    color: var(--gray-400);
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.nh-cart-actions {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
}

.nh-cart-actions .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border-radius: var(--r-full);
    padding: 0.45rem 0.75rem;
    font-weight: 800;
}

.order-summary {
    position: sticky;
    top: calc(var(--header-h) + 1.5rem);
}

#order-standard_cart .nh-summary-card,
.nh-checkout-standard .order-summary,
#order-standard_cart .order-summary {
    background: var(--white) !important;
    color: var(--gray-900);
}

#order-standard_cart .nh-summary-card {
    padding: 1.25rem !important;
    border: 1px solid var(--gray-200) !important;
    border-radius: var(--r-xl) !important;
    box-shadow: var(--shadow-sm) !important;
    overflow: hidden;
}

.nh-summary-card-head {
    margin-bottom: 1.25rem;
}

.summary-title {
    font-size: 1.12rem;
    font-weight: 900;
    color: var(--gray-900);
    margin: 0;
}

#order-standard_cart .nh-summary-card .summary-title {
    color: var(--gray-900) !important;
    font-size: 1.12rem !important;
    line-height: 1.25;
}

.nh-summary-line {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.75rem;
    color: var(--gray-500);
    font-size: 0.9rem;
}

.nh-summary-line strong {
    color: var(--gray-900);
    text-align: right;
}

#order-standard_cart .nh-summary-card .nh-summary-line span {
    color: var(--gray-500) !important;
}

#order-standard_cart .nh-summary-card .nh-summary-line strong {
    color: var(--gray-900) !important;
}

.nh-summary-total {
    margin: 1.35rem 0;
    padding-top: 1.35rem;
    border-top: 1px solid var(--gray-100);
}

.nh-summary-total span {
    display: block;
    margin-bottom: 0.25rem;
    color: var(--gray-500);
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
}

.summary-total {
    color: var(--blue-600);
    font-size: 1.9rem;
    font-weight: 900;
    line-height: 1.1;
    overflow-wrap: anywhere;
}

#order-standard_cart .nh-summary-card .summary-total {
    color: var(--blue-600) !important;
    font-size: 1.9rem !important;
}

.nh-summary-note {
    display: flex;
    gap: 0.7rem;
    margin-top: 1rem;
    padding: 0.85rem;
    background: rgba(16, 185, 129, 0.08);
    border: 1px solid rgba(16, 185, 129, 0.16);
    border-radius: var(--r-lg);
    color: var(--gray-600);
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.45;
}

.nh-summary-note i {
    color: var(--green);
    margin-top: 0.15rem;
}

.nh-promo-card {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(280px, 1fr);
    gap: 1.25rem;
    align-items: center;
    padding: 1.25rem;
}

.nh-promo-card p {
    margin: 0.35rem 0 0;
    color: var(--gray-500);
    font-size: 0.9rem;
}

.nh-promo-input .form-control {
    min-height: 48px;
    border-radius: var(--r-lg) 0 0 var(--r-lg);
    border-right: 0;
}

.nh-promo-input .btn {
    min-height: 48px;
    border-radius: 0 var(--r-lg) var(--r-lg) 0;
    padding: 0 1.2rem;
    font-weight: 800;
}

.nh-empty-state {
    grid-column: 1 / -1;
    padding: 2.5rem;
    background: var(--white);
    border: 1px dashed var(--gray-300);
    border-radius: var(--r-xl);
    color: var(--gray-500);
    text-align: center;
}

.nh-empty-state i {
    color: var(--blue-600);
    font-size: 2rem;
    margin-bottom: 0.75rem;
}

.nh-empty-state h3 {
    margin: 0 0 0.35rem;
    color: var(--gray-900);
    font-size: 1.2rem;
    font-weight: 900;
}

.nh-empty-state p {
    margin: 0 auto 1rem;
    max-width: 420px;
}

/* Parent checkout styling */
.nh-checkout-standard {
    padding: 0;
}

.nh-config-standard {
    position: relative;
}

.nh-config-standard > #order-standard_cart {
    max-width: none;
    padding: 0;
    background: transparent;
}

.nh-checkout-standard .row {
    row-gap: 1.5rem;
}

.nh-config-standard #order-standard_cart .header-lined {
    display: none;
}

.nh-config-standard #order-standard_cart .cart-body {
    width: 100%;
    max-width: 100%;
}

.nh-config-standard #order-standard_cart .products,
.nh-config-standard #order-standard_cart .product-info,
.nh-config-standard #order-standard_cart .product-configurable-options,
.nh-config-standard #order-standard_cart .addon-products,
.nh-config-standard #order-standard_cart .domain-selection-options,
.nh-config-standard #order-standard_cart .section,
.nh-config-standard #order-standard_cart .sub-heading,
.nh-checkout-standard #order-standard_cart .sub-heading,
#order-standard_cart .view-cart-tabs,
#order-standard_cart .already-registered,
#order-standard_cart .checkout-security-msg {
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: var(--r-xl);
    box-shadow: var(--shadow-sm);
}

.nh-config-standard #order-standard_cart .product-info {
    padding: 1.25rem;
}

.nh-config-standard #order-standard_cart .product-info h2,
.nh-config-standard #order-standard_cart .product-info h3,
.nh-config-standard #order-standard_cart .sub-heading span,
.nh-config-standard #order-standard_cart .sub-heading h3,
.nh-config-standard #order-standard_cart .sub-heading h4 {
    color: var(--gray-900);
    font-weight: 900;
}

.nh-config-standard #order-standard_cart .product-info p,
.nh-config-standard #order-standard_cart .field-help-text,
.nh-config-standard #order-standard_cart .help-block {
    color: var(--gray-500);
}

.nh-config-standard #order-standard_cart .product-configurable-options,
.nh-config-standard #order-standard_cart .addon-products,
.nh-config-standard #order-standard_cart .domain-selection-options {
    margin-bottom: 1.25rem;
    padding: 1.25rem;
}

.nh-config-standard #order-standard_cart .field,
.nh-config-standard #order-standard_cart .form-group,
.nh-checkout-standard .form-group {
    margin-bottom: 1rem;
}

.nh-config-standard #order-standard_cart .panel,
.nh-checkout-standard .panel {
    border: 1px solid var(--gray-200);
    border-radius: var(--r-xl);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
}

.nh-config-standard #order-standard_cart .panel-heading,
.nh-checkout-standard .panel-heading {
    background: linear-gradient(180deg, var(--white), var(--gray-50));
    border-bottom: 1px solid var(--gray-200);
    color: var(--gray-900);
    font-weight: 900;
}

#order-standard_cart .btn-checkout,
#order-standard_cart .btn-primary,
.nh-config-standard #order-standard_cart .btn-primary {
    border-radius: var(--r-full);
    font-weight: 900;
}

#order-standard_cart .btn-order,
#order-standard_cart .nh-summary-card .btn-order {
    min-height: 50px;
    font-size: 0.98rem;
}

#order-standard_cart .nh-summary-card .btn-link {
    color: var(--gray-500) !important;
    font-weight: 800;
    opacity: 1;
}

#order-standard_cart .view-cart-tabs {
    margin-bottom: 1.25rem;
    padding: 0.5rem;
}

#order-standard_cart .view-cart-tabs .nav-link {
    border-radius: var(--r-full);
    color: var(--gray-500);
    font-weight: 800;
}

#order-standard_cart .view-cart-tabs .nav-link.active {
    background: rgba(0, 102, 255, 0.08);
    color: var(--blue-600);
}

#order-standard_cart .summary-container {
    background: var(--white);
    border-radius: var(--r-xl);
}

#order-standard_cart .sub-heading {
    margin-bottom: 1.25rem;
    padding: 1.25rem;
}

#order-standard_cart .sub-heading span,
#order-standard_cart .sub-heading h3,
#order-standard_cart .sub-heading h4 {
    color: var(--gray-900);
    font-weight: 900;
}

#order-standard_cart label {
    color: var(--gray-700);
    font-weight: 700;
}

#order-standard_cart .form-control,
#order-standard_cart select.form-control,
#order-standard_cart textarea.form-control {
    min-height: 46px;
    border: 1px solid var(--gray-200);
    border-radius: var(--r-lg);
    box-shadow: none;
    color: var(--gray-900);
    font-weight: 600;
}

#order-standard_cart textarea.form-control {
    min-height: 110px;
}

#order-standard_cart .form-control:focus {
    border-color: var(--blue-500);
    box-shadow: 0 0 0 4px rgba(0, 102, 255, 0.12);
}

#order-standard_cart .prepend-icon .field-icon {
    color: var(--gray-400);
}

#order-standard_cart .radio-inline,
#order-standard_cart .checkbox-inline,
#order-standard_cart .gateway-input {
    border-radius: var(--r-lg);
}

#order-standard_cart .gateway-input {
    padding: 1rem;
    border: 1px solid var(--gray-200);
    background: var(--white);
    box-shadow: var(--shadow-xs);
}

#order-standard_cart .gateway-input:hover,
#order-standard_cart .gateway-input.active {
    border-color: var(--blue-500);
    box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.08);
}

#order-standard_cart .checkout-security-msg {
    margin-bottom: 1.25rem;
    padding: 1rem 1.25rem;
    color: var(--gray-600);
}

#order-standard_cart #btnCompleteOrder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    border-radius: var(--r-full);
    font-weight: 900;
}

#order-standard_cart .order-summary .btn,
#order-standard_cart .checkout-security-msg .btn {
    border-radius: var(--r-full);
    font-weight: 800;
}

@media (max-width: 1100px) {
    #order-standard_cart.nh-order-shell {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .nh-order-shell.nh-configure-shell {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .nh-order-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nh-order-hero,
    .nh-order-hero--compact {
        grid-template-columns: 1fr;
    }

    .nh-order-hero-aside {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .nh-order-hero--compact .nh-order-hero-aside {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    #order-standard_cart.nh-order-shell {
        padding-top: 1.5rem;
        padding-bottom: 4rem;
    }

    .nh-cart-stepper {
        display: none;
    }

    .nh-order-hero {
        padding: 1.25rem;
        border-radius: var(--r-xl);
    }

    .nh-order-hero-copy .section-title,
    .nh-order-intro .section-title {
        font-size: 2.15rem;
    }

    .nh-order-hero-copy .section-desc {
        font-size: 0.98rem;
    }

    .nh-order-hero-aside,
    .nh-order-hero--compact .nh-order-hero-aside {
        grid-template-columns: 1fr;
    }

    .nh-order-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .nh-category-panel {
        grid-template-columns: 1fr;
    }

    .nh-order-trust {
        justify-content: flex-start;
    }

    .nh-order-grid {
        grid-template-columns: 1fr;
    }

    .view-cart-items .item {
        align-items: stretch;
        flex-direction: column;
    }

    .nh-cart-item-side {
        justify-items: start;
        width: 100%;
    }

    .item-price {
        text-align: left;
    }

    .nh-cart-actions {
        justify-content: flex-start;
        width: 100%;
    }

    .nh-cart-actions .btn:first-child {
        flex: 1;
        justify-content: center;
    }

    .nh-promo-card {
        grid-template-columns: 1fr;
    }

    .order-summary {
        position: static;
    }
}

@media (max-width: 480px) {
    .nh-order-hero-copy .section-title,
    .nh-order-intro .section-title {
        font-size: 1.85rem;
    }

    .nh-product-card,
    #order-standard_cart .nh-summary-card,
    .view-cart-items .item,
    #order-standard_cart .sub-heading {
        padding: 1rem;
    }

    .nh-product-card-head {
        padding-right: 0;
    }

    .nh-badge-featured {
        position: static;
        width: fit-content;
        margin-bottom: 0.85rem;
    }

    .nh-product-price {
        font-size: 1.75rem;
    }

    .summary-total {
        font-size: 1.75rem;
    }
}
