body.qqpw-next #order-standard_cart {
    color: #17181c;
}

#order-standard_cart {
    --cart-ocean: #075a99;
    --cart-ocean-dark: #06385f;
    --cart-teal: #0f8f84;
    --cart-gold: #c9822b;
    --cart-border: #d9e0e7;
    --cart-ink: #111827;
    --cart-muted: #667085;
    --cart-shadow: 0 18px 42px rgba(17, 24, 39, 0.10);
}

#order-standard_cart .main-content,
#order-standard_cart .cart-body {
    background: transparent;
}

#order-standard_cart h1,
#order-standard_cart .main-content > h1 {
    color: var(--cart-ink);
    font-weight: 800;
    letter-spacing: 0;
}

#order-standard_cart .main-content > p {
    color: var(--cart-muted);
    font-size: 16px;
}

body.is-shopping-cart #order-standard_cart .main-content > h1:first-child {
    display: none;
}

#order-standard_cart .cart-sidebar {
    color: #d7e3ea;
    background:
        linear-gradient(180deg, #061725 0%, #071927 100%);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(4, 17, 28, 0.18);
    padding: 10px;
}

#order-standard_cart .sidebar-collapsed,
#order-standard_cart .sidebar .panel {
    overflow: hidden;
}

#order-standard_cart .sidebar .panel {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 8px;
}

#order-standard_cart .sidebar .panel-heading,
#order-standard_cart .sidebar .list-group-item.active {
    color: #ffffff;
    background: rgba(15, 143, 132, 0.32);
    border-color: rgba(134, 215, 207, 0.34);
}

#order-standard_cart .sidebar .panel-heading {
    color: #d7e3ea;
    background: transparent;
    border: 0;
    padding: 10px 10px 8px;
}

#order-standard_cart .sidebar .panel-title {
    color: #d7e3ea;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

#order-standard_cart .sidebar .list-group-item {
    color: #d7e3ea;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 7px;
    margin: 0 0 3px;
    padding: 10px 11px;
}

#order-standard_cart .sidebar .list-group-item a {
    color: inherit;
    font-weight: 700;
}

#order-standard_cart .sidebar .list-group-item:hover,
#order-standard_cart .sidebar .list-group-item:focus {
    color: #ffffff;
    background: rgba(15, 143, 132, 0.20);
    border-color: rgba(134, 215, 207, 0.22);
}

#order-standard_cart .products .product,
#order-standard_cart .panel,
#order-standard_cart .summary-container,
#order-standard_cart .view-cart-items,
#order-standard_cart .sub-heading,
#order-standard_cart .field-container,
#order-standard_cart .product-info,
#order-standard_cart .order-summary {
    border: 1px solid var(--cart-border);
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(23, 24, 28, 0.06);
}

#order-standard_cart .products .product {
    background: #ffffff;
    overflow: hidden;
    transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

#order-standard_cart .products .product:hover {
    border-color: #9ec9e3;
    box-shadow: var(--cart-shadow);
    transform: translateY(-2px);
}

#order-standard_cart .products .product header {
    color: #ffffff;
    background:
        linear-gradient(118deg, #061725 0%, #07314f 60%, #0b6f8e 100%);
    border-bottom: 0;
    padding: 18px 20px;
}

#order-standard_cart .products .product header span {
    color: #ffffff;
    font-weight: 800;
}

#order-standard_cart .products .product .product-desc {
    line-height: 1.55;
    padding-top: 18px;
}

#order-standard_cart .products .product div.product-pricing {
    color: var(--cart-ink);
    font-size: 17px;
    letter-spacing: 0;
}

#order-standard_cart .products .product div.product-pricing .price {
    color: var(--cart-ink);
    font-weight: 800;
}

#order-standard_cart .products .product header * {
    color: #ffffff !important;
}

#order-standard_cart .products .product .product-desc,
#order-standard_cart .products .product div.product-pricing {
    color: #2a2e35;
}

#order-standard_cart .products .product div.product-pricing {
    font-weight: 800;
}

#order-standard_cart .products .product .btn {
    border-radius: 6px;
    font-weight: 800;
}

#order-standard_cart .btn-primary,
#order-standard_cart .btn-success,
#order-standard_cart .btn-checkout {
    color: #ffffff;
    background: var(--cart-teal);
    border-color: var(--cart-teal);
    border-radius: 6px;
    font-weight: 800;
}

#order-standard_cart .btn-primary:hover,
#order-standard_cart .btn-success:hover,
#order-standard_cart .btn-checkout:hover {
    background: #0a615b;
    border-color: #0a615b;
}

#order-standard_cart .btn-default,
#order-standard_cart .btn-secondary {
    color: #17181c;
    background: #ffffff;
    border-color: #c5ced8;
    border-radius: 6px;
    font-weight: 800;
}

#order-standard_cart .summary-container {
    background: #ffffff;
    overflow: hidden;
    box-shadow: var(--cart-shadow);
}

#order-standard_cart .summary-container .subtotal,
#order-standard_cart .summary-container .total-due-today {
    border-color: #d9e0e7;
}

#order-standard_cart .summary-container .total-due-today span {
    color: #0a615b;
    font-weight: 800;
}

#order-standard_cart .summary-container .total-due-today {
    background: #f7fbfd;
}

#order-standard_cart .form-control,
#order-standard_cart select,
#order-standard_cart textarea {
    min-height: 42px;
    color: #17181c;
    border-color: #c5ced8;
    border-radius: 6px;
    box-shadow: none;
}

#order-standard_cart .field-container,
#order-standard_cart .product-info {
    background: #ffffff;
}

#order-standard_cart .form-control:focus,
#order-standard_cart select:focus,
#order-standard_cart textarea:focus {
    border-color: #0f8f84;
    box-shadow: 0 0 0 3px rgba(15, 143, 132, 0.14);
}

#order-standard_cart label {
    color: #2a2e35;
    font-weight: 800;
}

#order-standard_cart .domain-selection-options .option,
#order-standard_cart .account-select-container,
#order-standard_cart .cc-input-container {
    border-radius: 8px;
    border-color: #d9e0e7;
}

#order-standard_cart .order-summary {
    background: #ffffff;
}

#order-standard_cart .order-summary h2,
#order-standard_cart .sub-heading span,
#order-standard_cart .sub-heading-borderless span {
    color: #17181c;
    font-weight: 800;
}

#order-standard_cart .prepend-icon .field {
    border-radius: 6px;
}

#order-standard_cart .alert {
    border-radius: 6px;
}

#order-standard_cart .sub-heading {
    background: #ffffff;
    padding: 14px 18px;
}

#order-standard_cart .sub-heading span,
#order-standard_cart .sub-heading-borderless span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

#order-standard_cart .sub-heading span::before,
#order-standard_cart .sub-heading-borderless span::before {
    content: "";
    width: 9px;
    height: 9px;
    background: var(--cart-teal);
    border-radius: 2px;
}

#order-standard_cart .view-cart-items-header {
    color: #d7e3ea;
    background:
        linear-gradient(118deg, #061725 0%, #07314f 62%, #0a5f86 100%);
    border-radius: 8px 8px 0 0;
}

#order-standard_cart .view-cart-items-header * {
    color: #ffffff;
}

#order-standard_cart .view-cart-items {
    overflow: hidden;
    background: #ffffff;
}

#order-standard_cart .item,
#order-standard_cart .item-domain,
#order-standard_cart .item-service {
    border-color: #d9e0e7;
}

#order-standard_cart .order-summary .summary-totals {
    background: #f7fbfd;
    border-radius: 8px;
    padding: 12px;
}

#order-standard_cart .order-summary .total-due-today,
#order-standard_cart .summary-container .total-due-today {
    border-radius: 0 0 8px 8px;
}

#order-standard_cart .domain-selection-options .option {
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(23, 24, 28, 0.05);
}

#order-standard_cart .domain-selection-options .option-selected {
    border-color: var(--cart-teal);
    box-shadow: 0 0 0 3px rgba(15, 143, 132, 0.14);
}

#order-standard_cart {
    --cart-surface: #ffffff;
    --cart-soft: #f5f9fb;
    --cart-line: rgba(7, 49, 79, 0.10);
    --cart-line-dark: rgba(255, 255, 255, 0.10);
    --cart-lift: 0 18px 46px rgba(17, 24, 39, 0.09);
    --cart-lift-sm: 0 10px 28px rgba(17, 24, 39, 0.06);
}

#order-standard_cart .cart-sidebar {
    border: 0;
    border-radius: 10px;
    box-shadow: 0 24px 60px rgba(4, 17, 28, 0.22);
    padding: 12px;
}

#order-standard_cart .cart-sidebar .panel,
#order-standard_cart .cart-sidebar .list-group,
#order-standard_cart .cart-sidebar .panel-body {
    background: transparent;
    border: 0;
    box-shadow: none;
}

#order-standard_cart .cart-sidebar .panel {
    overflow: visible;
    margin-bottom: 12px;
}

#order-standard_cart .cart-sidebar .panel-heading {
    min-height: 42px;
    display: flex;
    align-items: center;
    color: #eaf6f6;
    background: rgba(255, 255, 255, 0.06);
    border: 0;
    border-radius: 8px;
    padding: 10px 12px;
}

#order-standard_cart .cart-sidebar .panel-heading,
#order-standard_cart .cart-sidebar .panel-heading *,
#order-standard_cart .cart-sidebar .panel-title,
#order-standard_cart .cart-sidebar .panel-title * {
    color: #eaf6f6 !important;
}

#order-standard_cart .cart-sidebar .list-group {
    display: grid;
    gap: 4px;
    padding-top: 6px;
}

#order-standard_cart .cart-sidebar .list-group-item {
    color: #d7e3ea;
    background: transparent;
    border: 0;
    border-radius: 8px;
    padding: 11px 12px;
}

#order-standard_cart .cart-sidebar .list-group-item.active,
#order-standard_cart .cart-sidebar .list-group-item:hover,
#order-standard_cart .cart-sidebar .list-group-item:focus {
    color: #ffffff;
    background: rgba(15, 143, 132, 0.24);
    box-shadow: inset 3px 0 0 #86d7cf;
}

#order-standard_cart .products .product,
#order-standard_cart .panel,
#order-standard_cart .summary-container,
#order-standard_cart .view-cart-items,
#order-standard_cart .field-container,
#order-standard_cart .product-info,
#order-standard_cart .order-summary,
#order-standard_cart .domain-selection-options .option,
#order-standard_cart .account-select-container,
#order-standard_cart .cc-input-container {
    border: 0;
    border-radius: 10px;
    box-shadow: var(--cart-lift-sm);
}

#order-standard_cart .product-info,
#order-standard_cart .field-container,
#order-standard_cart .account-select-container,
#order-standard_cart .cc-input-container {
    background:
        linear-gradient(180deg, #ffffff 0%, #f9fcfd 100%);
}

#order-standard_cart .product-info {
    position: relative;
    overflow: hidden;
    padding: 20px 22px;
}

#order-standard_cart .product-info::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: linear-gradient(180deg, var(--cart-ocean), var(--cart-teal));
}

#order-standard_cart .field-container {
    padding: 20px;
}

#order-standard_cart .sub-heading,
#order-standard_cart .sub-heading-borderless {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    padding: 18px 0 12px;
}

#order-standard_cart .sub-heading span,
#order-standard_cart .sub-heading-borderless span {
    color: var(--cart-ink);
    background: rgba(15, 143, 132, 0.10);
    border-radius: 999px;
    padding: 8px 13px;
}

#order-standard_cart .sub-heading span::before,
#order-standard_cart .sub-heading-borderless span::before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

#order-standard_cart .form-control,
#order-standard_cart select,
#order-standard_cart textarea,
#order-standard_cart .prepend-icon .field {
    border: 0;
    border-radius: 8px;
    background: #f3f7f9;
    box-shadow: inset 0 0 0 1px rgba(7, 49, 79, 0.10);
}

#order-standard_cart .form-control:focus,
#order-standard_cart select:focus,
#order-standard_cart textarea:focus,
#order-standard_cart .prepend-icon .field:focus {
    background: #ffffff;
    box-shadow:
        inset 0 0 0 1px var(--cart-teal),
        0 0 0 4px rgba(15, 143, 132, 0.12);
}

#order-standard_cart .input-group-text,
#order-standard_cart .input-group-addon,
#order-standard_cart .prepend-icon .field-icon {
    border: 0;
    background: #e8eef2;
    color: #536273;
}

#order-standard_cart .btn-default,
#order-standard_cart .btn-secondary {
    border: 0;
    box-shadow: inset 0 0 0 1px rgba(7, 49, 79, 0.16);
}

#order-standard_cart .summary-container,
#order-standard_cart .order-summary {
    background: #ffffff;
    box-shadow: var(--cart-lift);
}

#order-standard_cart .summary-container .subtotal,
#order-standard_cart .summary-container .total-due-today,
#order-standard_cart .order-summary .summary-totals {
    border: 0;
}

#order-standard_cart .summary-container .total-due-today,
#order-standard_cart .order-summary .total-due-today {
    background:
        linear-gradient(135deg, #eefbf9 0%, #f7fbfd 100%);
}

#order-standard_cart .alert {
    border: 0;
    border-radius: 8px;
    box-shadow: none;
}

#order-standard_cart .alert-warning {
    color: #75520a;
    background: #fff4d4;
    box-shadow: inset 4px 0 0 #f4c15d;
}

#order-standard_cart .alert-info {
    color: #0b4d68;
    background: #e8f5f8;
    box-shadow: inset 4px 0 0 #0b6f8e;
}

#order-standard_cart .view-cart-items {
    border: 0;
}

#order-standard_cart .view-cart-items-header {
    border-radius: 10px 10px 0 0;
}

#order-standard_cart .item,
#order-standard_cart .item-domain,
#order-standard_cart .item-service {
    border-color: rgba(7, 49, 79, 0.08);
}

@media (max-width: 767px) {
    #order-standard_cart .cart-sidebar {
        margin-bottom: 18px;
    }

    #order-standard_cart .products .product header,
    #order-standard_cart .products .product .product-desc,
    #order-standard_cart .products .product div.product-pricing {
        padding-left: 16px;
        padding-right: 16px;
    }
}

/* Pacific order iteration: faster buying flow with a less native WHMCS visual system. */
body.qqpw-next.is-shopping-cart .qq-main-body {
    background:
        radial-gradient(circle at 82% 4%, rgba(242, 109, 85, 0.10), transparent 22rem),
        linear-gradient(180deg, #f8fbfc 0%, #edf4f6 100%);
}

#order-standard_cart {
    --cart-reef: #13b9aa;
    --cart-reef-dark: #08766f;
    --cart-coral: #f26d55;
    --cart-sun: #ffbf57;
    --cart-deep: #04111c;
}

#order-standard_cart .cart-sidebar {
    background:
        linear-gradient(180deg, rgba(4, 17, 28, 0.97), rgba(5, 35, 52, 0.96)),
        url("/templates/qqpw_next/img/pacific-field.png") left top / 620px auto no-repeat;
    border-radius: 8px;
    box-shadow: 0 24px 64px rgba(4, 17, 28, 0.22);
}

#order-standard_cart .cart-sidebar .panel-heading {
    background: rgba(255, 255, 255, 0.075);
    border-radius: 8px;
}

#order-standard_cart .cart-sidebar .panel-title {
    letter-spacing: 0;
}

#order-standard_cart .cart-sidebar .list-group-item.active,
#order-standard_cart .cart-sidebar .list-group-item:hover,
#order-standard_cart .cart-sidebar .list-group-item:focus {
    background: rgba(19, 185, 170, 0.20);
    box-shadow: inset 3px 0 0 #9be8df;
}

#order-standard_cart .header-lined h1,
#order-standard_cart .main-content > h1 {
    font-size: 40px;
    line-height: 1.1;
    text-wrap: balance;
}

#order-standard_cart .products {
    display: block;
}

#order-standard_cart .products > .row,
#order-standard_cart .products > .row-eq-height {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-left: 0;
    margin-right: 0;
}

#order-standard_cart .products > .row > [class*="col-"],
#order-standard_cart .products > .row-eq-height > [class*="col-"] {
    width: auto;
    max-width: none;
    flex: none;
    padding-left: 0;
    padding-right: 0;
}

#order-standard_cart .products .product {
    position: relative;
    width: 100% !important;
    max-width: none !important;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0 18px;
    background:
        linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%);
    border: 0;
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(7, 49, 79, 0.09);
    padding: 0;
}

#order-standard_cart .products .product::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--cart-ocean), var(--cart-reef), var(--cart-sun));
    border-radius: 8px 8px 0 0;
}

#order-standard_cart .products .product:hover {
    box-shadow: 0 24px 58px rgba(7, 49, 79, 0.14);
}

#order-standard_cart .products .product header {
    grid-column: 1 / -1;
    color: var(--cart-ink);
    background: transparent;
    padding: 22px 22px 8px;
}

#order-standard_cart .products .product header span,
#order-standard_cart .products .product header * {
    color: var(--cart-ink) !important;
}

#order-standard_cart .products .product .product-desc {
    grid-column: 1;
    width: auto !important;
    max-width: none !important;
    color: #2a3440;
    padding: 0 0 22px 22px;
}

#order-standard_cart .products .product footer {
    grid-column: 2;
    grid-row: 2;
    float: none !important;
    width: auto !important;
    margin: 0 22px 22px 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    text-align: center;
}

#order-standard_cart .products .product div.product-pricing {
    align-self: end;
    width: auto !important;
    min-width: 150px;
    color: var(--cart-ink);
    background: rgba(237, 247, 246, 0.88);
    border-radius: 8px;
    margin: 0;
    padding: 18px;
    text-align: center;
}

#order-standard_cart .products .product div.product-pricing .price {
    color: var(--cart-deep);
    font-size: 26px;
}

#order-standard_cart .products .product .btn {
    min-height: 38px;
    border-radius: 8px;
}

#order-standard_cart .products .product .btn-order-now {
    width: 100%;
    min-width: 130px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    white-space: nowrap;
}

#order-standard_cart .btn-primary,
#order-standard_cart .btn-success,
#order-standard_cart .btn-checkout {
    background: linear-gradient(135deg, var(--cart-reef), var(--cart-reef-dark));
    border-color: transparent;
    box-shadow: 0 10px 22px rgba(8, 118, 111, 0.20);
}

#order-standard_cart .btn-primary:hover,
#order-standard_cart .btn-success:hover,
#order-standard_cart .btn-checkout:hover {
    background: linear-gradient(135deg, #25cdbd, var(--cart-reef-dark));
}

#order-standard_cart .product-info,
#order-standard_cart .field-container,
#order-standard_cart .account-select-container,
#order-standard_cart .cc-input-container,
#order-standard_cart .summary-container,
#order-standard_cart .order-summary,
#order-standard_cart .view-cart-items {
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(7, 49, 79, 0.08);
}

#order-standard_cart .product-info::before {
    width: 5px;
    background: linear-gradient(180deg, var(--cart-ocean), var(--cart-reef), var(--cart-sun));
}

#order-standard_cart .field-container {
    background:
        linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%);
}

#order-standard_cart .sub-heading span,
#order-standard_cart .sub-heading-borderless span {
    color: var(--cart-deep);
    background: rgba(19, 185, 170, 0.12);
}

#order-standard_cart .summary-container,
#order-standard_cart .order-summary {
    overflow: hidden;
}

#order-standard_cart .summary-container::before,
#order-standard_cart .order-summary::before {
    content: "";
    display: block;
    height: 4px;
    background: linear-gradient(90deg, var(--cart-ocean), var(--cart-reef), var(--cart-sun), var(--cart-coral));
}

#order-standard_cart .summary-container .total-due-today span,
#order-standard_cart .order-summary .total-due-today span {
    color: var(--cart-reef-dark);
}

#order-standard_cart .form-control,
#order-standard_cart select,
#order-standard_cart textarea,
#order-standard_cart .prepend-icon .field {
    border-radius: 8px;
    background: #f5f9fa;
}

@media (max-width: 991px) {
    #order-standard_cart .products > .row,
    #order-standard_cart .products > .row-eq-height {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    #order-standard_cart .header-lined h1,
    #order-standard_cart .main-content > h1 {
        font-size: 31px;
    }

    #order-standard_cart .products .product {
        grid-template-columns: 1fr;
    }

    #order-standard_cart .products .product .product-desc,
    #order-standard_cart .products .product footer,
    #order-standard_cart .products .product div.product-pricing {
        grid-column: 1;
    }

    #order-standard_cart .products .product footer {
        margin-left: 16px;
        text-align: left;
    }
}

/* Hawaii refinement v3: smoother sidebar motion and equal product card rhythm. */
#order-standard_cart .cart-sidebar {
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(3, 17, 28, 0.97), rgba(5, 34, 48, 0.96)),
        url("/templates/qqpw_next/img/hawaii-premium-hero.png") 22% 72% / 860px auto no-repeat;
}

#order-standard_cart .cart-sidebar .list-group-item {
    position: relative;
    overflow: hidden;
    border: 1px solid transparent !important;
    box-shadow: none !important;
    transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

#order-standard_cart .cart-sidebar .list-group-item::before {
    content: "";
    position: absolute;
    top: 9px;
    bottom: 9px;
    left: 0;
    width: 3px;
    border-radius: 0 999px 999px 0;
    background: linear-gradient(180deg, #13b9aa, #ffbf57);
    opacity: 0;
    transition: opacity 0.18s ease;
}

#order-standard_cart .cart-sidebar .list-group-item.active,
#order-standard_cart .cart-sidebar .list-group-item:hover,
#order-standard_cart .cart-sidebar .list-group-item:focus {
    color: #ffffff;
    background: rgba(19, 185, 170, 0.15);
    border-color: rgba(155, 232, 223, 0.20) !important;
    box-shadow: none !important;
    transform: translateX(2px);
}

#order-standard_cart .cart-sidebar .list-group-item.active::before,
#order-standard_cart .cart-sidebar .list-group-item:hover::before,
#order-standard_cart .cart-sidebar .list-group-item:focus::before {
    opacity: 1;
}

#order-standard_cart .products > .row > [class*="col-"],
#order-standard_cart .products > .row-eq-height > [class*="col-"] {
    display: flex;
}

#order-standard_cart .products .product {
    min-height: 282px;
    height: 100%;
    align-items: start;
}

#order-standard_cart .products .product footer {
    align-self: stretch;
}

#order-standard_cart .products .product div.product-pricing {
    min-height: 104px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Hawaii refinement v4: smoother cart sidebar and consistent product rhythm. */
body.qqpw-next.is-shopping-cart .qq-main-body {
    background:
        radial-gradient(circle at 82% -6%, rgba(242, 109, 85, 0.12), transparent 24rem),
        linear-gradient(180deg, #f8fcfc 0%, #edf6f7 100%);
}

#order-standard_cart {
    --cart-reef: #13b9aa;
    --cart-reef-dark: #08766f;
    --cart-coral: #f26d55;
    --cart-sun: #ffbf57;
    --cart-deep: #04111c;
}

#order-standard_cart .cart-sidebar {
    overflow: hidden;
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(3, 17, 28, 0.97), rgba(5, 34, 48, 0.96)),
        url("/templates/qqpw_next/img/hawaii-premium-hero.png") 22% 72% / 860px auto no-repeat;
    box-shadow: 0 24px 62px rgba(4, 17, 28, 0.20);
}

#order-standard_cart .cart-sidebar .panel {
    margin-bottom: 12px;
}

#order-standard_cart .cart-sidebar .panel-heading {
    min-height: 44px;
    background: rgba(255, 255, 255, 0.075);
    border-radius: 8px;
}

#order-standard_cart .cart-sidebar .list-group {
    gap: 5px;
}

#order-standard_cart .cart-sidebar .list-group-item {
    position: relative;
    overflow: hidden;
    min-height: 43px;
    border: 1px solid transparent !important;
    border-radius: 8px;
    box-shadow: none !important;
    transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

#order-standard_cart .cart-sidebar .list-group-item::before {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 8px;
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--cart-reef), var(--cart-sun));
    opacity: 0;
    transform: scaleY(0.55);
    transform-origin: center;
    transition: opacity 0.18s ease, transform 0.18s ease;
}

#order-standard_cart .cart-sidebar .list-group-item.active,
#order-standard_cart .cart-sidebar .list-group-item:hover,
#order-standard_cart .cart-sidebar .list-group-item:focus {
    color: #ffffff;
    background:
        linear-gradient(90deg, rgba(19, 185, 170, 0.20), rgba(255, 255, 255, 0.055)) !important;
    border-color: rgba(155, 232, 223, 0.24) !important;
    box-shadow: inset 0 0 0 1px rgba(155, 232, 223, 0.06) !important;
    transform: none;
}

#order-standard_cart .cart-sidebar .list-group-item.active::before,
#order-standard_cart .cart-sidebar .list-group-item:hover::before,
#order-standard_cart .cart-sidebar .list-group-item:focus::before {
    opacity: 1;
    transform: scaleY(1);
}

#order-standard_cart .header-lined h1,
#order-standard_cart .main-content > h1 {
    font-size: 38px;
    line-height: 1.1;
    margin-bottom: 10px;
}

#order-standard_cart .products > .row,
#order-standard_cart .products > .row-eq-height {
    align-items: stretch;
}

#order-standard_cart .products > .row > [class*="col-"],
#order-standard_cart .products > .row-eq-height > [class*="col-"] {
    display: flex;
}

#order-standard_cart .products .product {
    min-height: 268px;
    height: 100%;
    grid-template-columns: minmax(0, 1fr) minmax(164px, auto);
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(7, 49, 79, 0.09);
}

#order-standard_cart .products .product::before {
    height: 4px;
    background: linear-gradient(90deg, var(--cart-ocean), var(--cart-reef), var(--cart-sun), var(--cart-coral));
}

#order-standard_cart .products .product header {
    min-height: 74px;
}

#order-standard_cart .products .product .product-desc {
    min-width: 0;
    line-height: 1.52;
}

#order-standard_cart .products .product footer {
    align-self: stretch;
    justify-content: center;
}

#order-standard_cart .products .product div.product-pricing {
    min-width: 164px;
    min-height: 102px;
    background: linear-gradient(180deg, #effaf8 0%, #f8fbfc 100%);
}

#order-standard_cart .products .product .btn-order-now {
    border-radius: 8px;
}

#order-standard_cart .product-info,
#order-standard_cart .field-container,
#order-standard_cart .summary-container,
#order-standard_cart .order-summary,
#order-standard_cart .view-cart-items {
    border-radius: 8px;
}

#order-standard_cart .password-container {
    border: 0 !important;
    border-radius: 8px !important;
    background: #f5f9fa !important;
    box-shadow: inset 0 0 0 1px rgba(7, 49, 79, 0.10);
}

#order-standard_cart .alert-warning {
    border-radius: 8px;
}

@media (max-width: 767px) {
    #order-standard_cart .header-lined h1,
    #order-standard_cart .main-content > h1 {
        font-size: 30px;
    }

    #order-standard_cart .cart-sidebar {
        margin-bottom: 18px;
    }

    #order-standard_cart .products .product {
        min-height: 0;
        grid-template-columns: 1fr;
    }

    #order-standard_cart .products .product header {
        min-height: 0;
        padding: 20px 18px 8px;
    }

    #order-standard_cart .products .product .product-desc {
        padding: 0 18px 12px;
    }

    #order-standard_cart .products .product footer {
        grid-column: 1;
        margin: 0 18px 20px;
        text-align: left;
    }

    #order-standard_cart .products .product div.product-pricing {
        width: 100% !important;
        min-width: 0;
    }

    #order-standard_cart .secondary-cart-sidebar {
        margin-top: 18px;
    }
}

/* Hawaii sunlight refinement v5 for order forms. */
body.qqpw-next.is-shopping-cart .qq-main-body {
    background:
        radial-gradient(circle at 86% 0%, rgba(255, 215, 140, 0.24), transparent 26rem),
        linear-gradient(180deg, #f7ffff 0%, #edfafa 50%, #fffaf0 100%);
}

#order-standard_cart {
    --cart-ocean: #087fb0;
    --cart-reef: #0aa79a;
    --cart-reef-dark: #08766f;
    --cart-coral: #df5b46;
    --cart-sun: #ffd78c;
    --cart-deep: #07314f;
}

#order-standard_cart .cart-sidebar {
    color: #07314f;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(238, 250, 248, 0.92)),
        url("/templates/qqpw_next/img/hawaii-sunrise-hero.png") 42% 82% / 900px auto no-repeat;
    border: 1px solid rgba(8, 127, 176, 0.14);
    box-shadow: 0 20px 48px rgba(7, 96, 115, 0.12);
}

#order-standard_cart .cart-sidebar .panel-heading {
    color: #07314f;
    background: rgba(255, 255, 255, 0.70);
    border-color: rgba(8, 127, 176, 0.12);
}

#order-standard_cart .cart-sidebar .list-group-item {
    color: #07314f;
    background: rgba(255, 255, 255, 0.52);
}

#order-standard_cart .cart-sidebar .list-group-item.active,
#order-standard_cart .cart-sidebar .list-group-item:hover,
#order-standard_cart .cart-sidebar .list-group-item:focus {
    color: #07314f !important;
    background: rgba(255, 255, 255, 0.92) !important;
    border-color: rgba(10, 167, 154, 0.34) !important;
    box-shadow: inset 0 0 0 1px rgba(10, 167, 154, 0.08) !important;
}

#order-standard_cart .products .product {
    background: rgba(255, 255, 255, 0.94);
    border-color: rgba(8, 127, 176, 0.12);
    box-shadow: 0 16px 38px rgba(7, 96, 115, 0.08);
}

#order-standard_cart .products .product::before {
    background: linear-gradient(90deg, var(--cart-ocean), var(--cart-reef), var(--cart-sun), var(--cart-coral));
}

#order-standard_cart .products .product div.product-pricing,
#order-standard_cart .summary-container,
#order-standard_cart .order-summary {
    background: linear-gradient(180deg, #f2fbfa 0%, #fffaf0 100%);
}

#order-standard_cart .products .product .btn-order-now,
#order-standard_cart .btn-primary,
#order-standard_cart .btn-success {
    color: #ffffff;
    background: linear-gradient(135deg, #0bb8a8, #087fb0);
    border-color: transparent;
}

#order-standard_cart .product-info,
#order-standard_cart .field-container,
#order-standard_cart .view-cart-items,
#order-standard_cart .password-container {
    border-color: rgba(8, 127, 176, 0.13) !important;
    box-shadow: 0 14px 34px rgba(7, 96, 115, 0.07);
}

/* v5.1 contrast pass for light order sidebars. */
body.qqpw-next #order-standard_cart .cart-sidebar .panel,
body.qqpw-next #order-standard_cart .cart-sidebar .card {
    background: rgba(255, 255, 255, 0.52) !important;
    border-color: rgba(8, 127, 176, 0.14) !important;
}

body.qqpw-next #order-standard_cart .cart-sidebar .panel-heading,
body.qqpw-next #order-standard_cart .cart-sidebar .card-header,
body.qqpw-next #order-standard_cart .cart-sidebar .panel-title,
body.qqpw-next #order-standard_cart .cart-sidebar .card-title,
body.qqpw-next #order-standard_cart .cart-sidebar .panel-heading h3,
body.qqpw-next #order-standard_cart .cart-sidebar .card-header h3 {
    color: #07314f !important;
    text-shadow: none !important;
}

body.qqpw-next #order-standard_cart .cart-sidebar .panel-heading i,
body.qqpw-next #order-standard_cart .cart-sidebar .card-header i,
body.qqpw-next #order-standard_cart .cart-sidebar .panel-title i,
body.qqpw-next #order-standard_cart .cart-sidebar .card-title i,
body.qqpw-next #order-standard_cart .cart-sidebar .list-group-item i,
body.qqpw-next #order-standard_cart .cart-sidebar a.list-group-item i {
    color: #0a938c !important;
}

body.qqpw-next #order-standard_cart .cart-sidebar .panel-heading .pull-right,
body.qqpw-next #order-standard_cart .cart-sidebar .card-header .pull-right,
body.qqpw-next #order-standard_cart .cart-sidebar .panel-heading .fa-chevron-up,
body.qqpw-next #order-standard_cart .cart-sidebar .panel-heading .fa-chevron-down,
body.qqpw-next #order-standard_cart .cart-sidebar .card-header .fa-chevron-up,
body.qqpw-next #order-standard_cart .cart-sidebar .card-header .fa-chevron-down {
    color: #0b5875 !important;
    opacity: 1 !important;
}

body.qqpw-next #order-standard_cart .cart-sidebar .list-group-item,
body.qqpw-next #order-standard_cart .cart-sidebar a.list-group-item {
    color: #07314f !important;
}

body.qqpw-next #order-standard_cart .cart-sidebar .list-group-item.active,
body.qqpw-next #order-standard_cart .cart-sidebar a.list-group-item:hover,
body.qqpw-next #order-standard_cart .cart-sidebar a.list-group-item:focus {
    color: #07314f !important;
}

/* v5.3 replace stock yellow warnings with branded service notes. */
body.qqpw-next #order-standard_cart .alert-warning,
body.qqpw-next #order-standard_cart .alert-warning[style],
body.qqpw-next #order-standard_cart .border-left-warning {
    color: #07314f !important;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(239, 252, 249, 0.94)) !important;
    border: 1px solid rgba(8, 127, 176, 0.16) !important;
    border-left: 4px solid #0aa79a !important;
    box-shadow: 0 14px 30px rgba(7, 96, 115, 0.08) !important;
}

body.qqpw-next #order-standard_cart .alert-warning strong,
body.qqpw-next #order-standard_cart .alert-warning .text-dark,
body.qqpw-next #order-standard_cart .alert-warning .alert-link {
    color: #075f68 !important;
}

body.qqpw-next #order-standard_cart .alert-warning i,
body.qqpw-next #order-standard_cart .alert-warning .text-warning {
    color: #0a938c !important;
}

body.qqpw-next #order-standard_cart .alert-warning small,
body.qqpw-next #order-standard_cart .alert-warning .text-muted {
    color: #48636d !important;
}

/* v5.7 cart promo clarity pass. */
body.qqpw-next #order-standard_cart .view-cart-tabs {
    margin-top: 20px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(8, 127, 176, 0.16);
    border-radius: 10px;
    box-shadow: 0 16px 34px rgba(7, 96, 115, 0.08);
}

body.qqpw-next #order-standard_cart .view-cart-tabs .nav-tabs {
    padding: 10px 10px 0;
    background: linear-gradient(135deg, rgba(239, 252, 249, 0.96), rgba(255, 250, 240, 0.96));
    border-bottom: 1px solid rgba(8, 127, 176, 0.14);
}

body.qqpw-next #order-standard_cart .view-cart-tabs .nav-link,
body.qqpw-next #order-standard_cart .view-cart-tabs .nav-link.active {
    color: #07314f !important;
    background: #ffffff !important;
    border: 1px solid rgba(8, 127, 176, 0.18) !important;
    border-bottom-color: #ffffff !important;
    border-radius: 8px 8px 0 0;
    font-weight: 800;
    opacity: 1 !important;
    text-shadow: none !important;
}

body.qqpw-next #order-standard_cart .view-cart-tabs .tab-content {
    padding: 16px;
    background: rgba(255, 255, 255, 0.97) !important;
}

body.qqpw-next #order-standard_cart #applyPromo .form-group {
    position: relative;
    margin-bottom: 10px;
}

body.qqpw-next #order-standard_cart #applyPromo .field-icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    width: 54px;
    height: 42px;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: #0a938c !important;
    background: rgba(239, 252, 249, 0.96);
    border-right: 1px solid rgba(8, 127, 176, 0.14);
    border-radius: 8px 0 0 8px;
}

body.qqpw-next #order-standard_cart #applyPromo .field-icon i {
    color: #0a938c !important;
}

body.qqpw-next #order-standard_cart #inputPromotionCode {
    min-height: 42px;
    padding-left: 68px !important;
    color: #07314f !important;
    background: #f8fdfc !important;
    border: 1px solid rgba(8, 127, 176, 0.22) !important;
    border-radius: 8px !important;
}

body.qqpw-next #order-standard_cart #inputPromotionCode::placeholder {
    color: #607884 !important;
    opacity: 1;
}

body.qqpw-next #order-standard_cart #applyPromo button[name="validatepromo"] {
    color: #ffffff !important;
    background: linear-gradient(135deg, #0bb8a8, #087fb0) !important;
    border: 0 !important;
    border-radius: 8px !important;
    font-weight: 800;
    box-shadow: 0 12px 24px rgba(8, 127, 176, 0.18);
}

@media (max-width: 575px) {
    body.qqpw-next #order-standard_cart .view-cart-tabs {
        margin-top: 16px;
        border-radius: 9px;
    }

    body.qqpw-next #order-standard_cart .view-cart-tabs .tab-content {
        padding: 14px;
    }

    body.qqpw-next #order-standard_cart #inputPromotionCode {
        padding-left: 62px !important;
        font-size: 16px !important;
    }
}
