
/* R10 Modern cart skin */
#order-standard_cart {
    color: #101626;
    background: transparent;
}
#order-standard_cart .corp-store-hero {
    background: #fff !important;
    border: 1px solid #e2e6e9 !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 14px rgba(16, 22, 38, 0.06) !important;
}
#order-standard_cart .corp-store-button--primary {
    background: #101626 !important;
    border-color: #101626 !important;
    box-shadow: none !important;
    border-radius: 6px !important;
    color: #fff !important;
}
#order-standard_cart .panel-heading,
#order-standard_cart .card-header {
    background: #101626 !important;
    color: #fff !important;
}
#order-standard_cart .secondary-cart-sidebar .order-summary {
    border-radius: 8px !important;
    border: 0 !important;
}
#order-standard_cart .btn-success,
#order-standard_cart .checkout-btn {
    background: #11d377 !important;
    border-color: #11d377 !important;
    border-radius: 6px !important;
}

#order-standard_cart .cart-sidebar .panel-title,
#order-standard_cart .cart-sidebar .card-header,
#order-standard_cart .secondary-cart-sidebar .panel-heading,
#order-standard_cart .secondary-cart-sidebar .card-header {
    background: #101626 !important;
    color: #fff !important;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
}

#order-standard_cart .cart-body h1,
#order-standard_cart .cart-body h2,
#order-standard_cart .view-cart-items-header,
#order-standard_cart .order-summary h2 {
    color: #101626 !important;
}

#order-standard_cart .empty-cart,
#order-standard_cart .view-cart-empty {
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
    margin: 8px 0 10px;
}

#order-standard_cart {
    padding: 8px 0 24px;
    color: #101626;
}

#order-standard_cart .row {
    margin-right: 0;
    margin-left: 0;
}

#order-standard_cart .corp-storefront {
    display: grid;
    gap: 12px;
}

#order-standard_cart .corp-store-hero {
    padding: 12px 14px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    border: 1px solid #e2e6e9;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(16, 22, 38, 0.06);
}

#order-standard_cart .corp-store-hero__eyebrow {
    min-height: 28px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    background: #101626;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

#order-standard_cart .corp-store-hero h1 {
    margin: 12px 0 8px;
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    line-height: 1.2;
    color: #101626;
}

#order-standard_cart .corp-store-hero p {
    max-width: 64ch;
    margin: 0;
    color: #979aae;
    font-size: 0.92rem;
    line-height: 1.55;
}

#order-standard_cart .corp-store-hero__actions,
#order-standard_cart .corp-store-empty__actions {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

#order-standard_cart .corp-store-button {
    min-height: 48px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 800;
}

#order-standard_cart .corp-store-button--primary {
    background: #101626;
    color: #fff;
    box-shadow: 0 16px 28px rgba(56, 169, 255, 0.22);
}

#order-standard_cart .corp-store-button--secondary {
    border: 1px solid rgba(217, 226, 236, 0.96);
    background: #fff;
    color: #101626;
}

#order-standard_cart .corp-store-hero__panel {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    align-content: center;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

#order-standard_cart .corp-store-hero__metric {
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(15, 23, 42, 0.06);
}

#order-standard_cart .corp-store-hero__metric strong {
    display: block;
    margin-bottom: 4px;
    color: #1e293b;
    font-size: 1.05rem;
    font-weight: 800;
}

#order-standard_cart .corp-store-hero__metric span {
    color: #64748b;
    font-size: 12px;
    font-weight: 600;
}

#order-standard_cart .corp-store-layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

#order-standard_cart .corp-store-sidebar,
#order-standard_cart .corp-store-body {
    float: none;
    width: auto;
    padding: 0;
}

#order-standard_cart .corp-store-sidebar__inner {
    position: sticky;
    top: 118px;
}

#order-standard_cart .cart-sidebar .card,
#order-standard_cart .sidebar-collapsed {
    border: 1px solid rgba(217, 226, 236, 0.88);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 32px rgba(16, 22, 38, 0.06);
}

#order-standard_cart .cart-sidebar .card-header,
#order-standard_cart .sidebar-collapsed .card-header {
    padding: 16px 18px;
    background: #fff;
    border-bottom: 1px solid rgba(217, 226, 236, 0.84);
}

#order-standard_cart .cart-sidebar .panel-title,
#order-standard_cart .sidebar-collapsed .panel-title {
    margin: 0;
    color: #101626;
    font-size: 1rem;
    font-weight: 800;
}

#order-standard_cart .cart-sidebar .list-group-item,
#order-standard_cart .sidebar-collapsed .list-group-item {
    padding: 14px 18px;
    border-bottom: 1px solid rgba(217, 226, 236, 0.72);
    color: #101626;
    font-weight: 600;
}

#order-standard_cart .cart-sidebar .list-group-item:last-child,
#order-standard_cart .sidebar-collapsed .list-group-item:last-child {
    border-bottom: 0;
}

#order-standard_cart .cart-sidebar .list-group-item.active,
#order-standard_cart .cart-sidebar .list-group-item:hover,
#order-standard_cart .sidebar-collapsed .list-group-item.active,
#order-standard_cart .sidebar-collapsed .list-group-item:hover {
    background: #f6f9ff;
    color: #101626;
}

#order-standard_cart .corp-store-empty {
    padding: 28px;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 18px;
    border: 1px solid rgba(217, 226, 236, 0.88);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 34px rgba(16, 22, 38, 0.06);
}

#order-standard_cart .corp-store-empty--error {
    background: linear-gradient(180deg, #fff7f7 0%, #ffffff 100%);
    border-color: rgba(220, 53, 69, 0.16);
}

#order-standard_cart .corp-store-empty__icon {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(16, 22, 38, 0.08);
    color: #101626;
    font-size: 1.4rem;
}

#order-standard_cart .corp-store-empty--error .corp-store-empty__icon {
    background: rgba(220, 53, 69, 0.1);
    color: #c03647;
}

#order-standard_cart .corp-store-empty h2 {
    margin: 0 0 8px;
    color: #101626;
    font-size: 1.8rem;
    font-weight: 800;
}

#order-standard_cart .corp-store-empty p {
    margin: 0;
    color: #979aae;
    line-height: 1.8;
}

#order-standard_cart .products {
    margin: 0;
}

#order-standard_cart .products .row {
    margin-right: -12px;
    margin-left: -12px;
}

#order-standard_cart .products [class*="col-"] {
    padding-right: 12px;
    padding-left: 12px;
}

#order-standard_cart .corp-store-product {
    height: auto;
    min-height: 0;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 10px;
    border: 1px solid rgba(217, 226, 236, 0.88);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 34px rgba(16, 22, 38, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

#order-standard_cart .corp-store-product::before,
#order-standard_cart .corp-store-product::after {
    content: none !important;
    display: none !important;
}

#order-standard_cart .corp-store-product:hover {
    transform: translateY(-3px);
    border-color: rgba(16, 22, 38, 0.16);
    box-shadow: 0 24px 42px rgba(16, 22, 38, 0.08);
}

#order-standard_cart .corp-store-product__header,
#order-standard_cart .corp-store-product__footer {
    margin: 0;
    padding: 0;
    background: transparent;
}

#order-standard_cart .corp-store-product__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

#order-standard_cart .corp-store-product__name {
    display: block;
    color: #101626;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.2;
}

#order-standard_cart .corp-store-product__tagline {
    margin: 10px 0 0;
    color: #979aae;
    line-height: 1.7;
}

#order-standard_cart .corp-store-product__stock {
    min-height: 34px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: rgba(23, 182, 109, 0.1);
    color: #17b66d;
    font-size: 0.8rem;
    font-weight: 800;
    white-space: nowrap;
}

#order-standard_cart .corp-store-product__body {
    width: 100%;
    padding: 0;
    margin: 0;
    float: none;
    font-size: 0.95rem;
}

#order-standard_cart .corp-store-product__body:empty,
#order-standard_cart .corp-store-product__features:empty {
    display: none;
}

#order-standard_cart .corp-store-product__features {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

#order-standard_cart .corp-store-product__features li {
    display: grid;
    grid-template-columns: auto auto 1fr;
    align-items: center;
    gap: 10px;
    color: #101626;
}

#order-standard_cart .corp-store-product__features i {
    color: #17b66d;
}

#order-standard_cart .corp-store-product__features .feature-value {
    color: #101626;
    font-weight: 800;
}

#order-standard_cart .corp-store-product__footer {
    margin-top: 0;
    padding-top: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border-top: 1px solid rgba(217, 226, 236, 0.78);
    float: none;
    width: 100%;
    text-align: left;
}

#order-standard_cart .corp-store-product__pricing {
    margin-bottom: 0;
    display: grid;
    gap: 4px;
}

#order-standard_cart .corp-store-product__pricing small,
#order-standard_cart .corp-store-product__pricing em {
    color: #979aae;
    font-size: 0.88rem;
    font-style: normal;
}

#order-standard_cart .corp-store-product__pricing .price {
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.15;
    color: #101626;
}

#order-standard_cart .corp-store-product__button {
    min-height: 48px;
    padding: 0 18px;
    border: 0;
    border-radius: 6px;
    background: #101626;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 800;
    white-space: nowrap;
}

#order-standard_cart .corp-store-product__button:hover,
#order-standard_cart .corp-store-product__button:focus {
    background: #183b67;
    color: #fff;
}

#order-standard_cart .corp-storefront--domain .header-lined,
#order-standard_cart .corp-storefront--cart .header-lined,
#order-standard_cart .corp-storefront--transfer .header-lined,
#order-standard_cart .corp-storefront--product-domain .header-lined,
#order-standard_cart .corp-storefront--config-product .header-lined,
#order-standard_cart .corp-storefront--config-domains .header-lined {
    margin: 0 0 18px;
}

#order-standard_cart .corp-storefront--domain .header-lined h1,
#order-standard_cart .corp-storefront--cart .header-lined h1,
#order-standard_cart .corp-storefront--transfer .header-lined h1,
#order-standard_cart .corp-storefront--product-domain .header-lined h1,
#order-standard_cart .corp-storefront--config-product .header-lined h1,
#order-standard_cart .corp-storefront--config-domains .header-lined h1 {
    margin: 0;
    color: #101626;
    font-size: clamp(1.9rem, 3vw, 2.6rem);
}

#order-standard_cart .corp-storefront--domain .cart-body > p:first-of-type,
#order-standard_cart .corp-storefront--cart .secondary-cart-body > .alert:first-child,
#order-standard_cart .corp-storefront--transfer .text-center:first-of-type {
    margin-top: 0;
}

#order-standard_cart .corp-storefront--domain .domain-checker-container,
#order-standard_cart .corp-storefront--domain .domain-pricing,
#order-standard_cart .corp-storefront--transfer form,
#order-standard_cart .corp-storefront--product-domain #frmProductDomain,
#order-standard_cart .corp-storefront--product-domain #frmProductDomainSelections,
#order-standard_cart .corp-storefront--config-product #frmConfigureProduct,
#order-standard_cart .corp-storefront--config-domains #frmConfigureDomains {
    padding: 20px;
    border: 1px solid rgba(217, 226, 236, 0.88);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 18px rgba(16, 22, 38, 0.05);
}
#order-standard_cart .corp-storefront--cart .secondary-cart-body,
#order-standard_cart .corp-storefront--cart .secondary-cart-sidebar {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

#order-standard_cart .corp-storefront--domain .domain-checker-container,
#order-standard_cart .corp-storefront--domain .domain-pricing,
#order-standard_cart .corp-storefront--transfer form,
#order-standard_cart .corp-storefront--product-domain #frmProductDomain,
#order-standard_cart .corp-storefront--product-domain #frmProductDomainSelections,
#order-standard_cart .corp-storefront--config-product #frmConfigureProduct,
#order-standard_cart .corp-storefront--config-domains #frmConfigureDomains,
#order-standard_cart .corp-storefront--cart .secondary-cart-body {
    margin-bottom: 12px;
}

#order-standard_cart .corp-storefront--domain .domain-checker-bg {
    padding: 34px 24px;
    border-radius: 22px;
    background: linear-gradient(180deg, #f7faff 0%, #eff5ff 100%);
}

#order-standard_cart .corp-storefront--domain .input-group-box {
    overflow: hidden;
    border: 1px solid rgba(217, 226, 236, 0.96);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(16, 22, 38, 0.06);
}

#order-standard_cart .corp-storefront--domain .input-group-box .form-control {
    min-height: 62px;
    border: 0;
    box-shadow: none;
    font-size: 1.05rem;
}

#order-standard_cart .corp-storefront--domain .input-group-box .btn {
    min-width: 170px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    font-weight: 800;
}

#order-standard_cart .corp-storefront--domain .tld-filters {
    margin: 18px 0 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#order-standard_cart .corp-storefront--domain .tld-filters .badge {
    padding: 10px 14px;
    border-radius: 999px;
    background: #eef3fb;
    color: #101626;
    font-weight: 700;
}

#order-standard_cart .corp-storefront--domain .featured-tld,
#order-standard_cart .corp-storefront--domain .domain-promo-box,
#order-standard_cart .corp-storefront--domain .suggested-domains,
#order-standard_cart .corp-storefront--domain .spotlight-tlds,
#order-standard_cart .corp-storefront--transfer .panel,
#order-standard_cart .corp-storefront--product-domain .option,
#order-standard_cart .corp-storefront--product-domain .suggested-domains,
#order-standard_cart .corp-storefront--product-domain .spotlight-tlds,
#order-standard_cart .corp-storefront--product-domain .domain-lookup-primary-results,
#order-standard_cart .corp-storefront--cart .view-cart-tabs .tab-content,
#order-standard_cart .corp-storefront--cart .order-summary .summary-container {
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 12px;
    background: #fff;
    box-shadow: none;
    min-height: 0;
    padding: 0;
}
#order-standard_cart .corp-storefront--cart .view-cart-items {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    min-height: 0;
    padding: 0;
}

#order-standard_cart .corp-storefront--cart .secondary-cart-body,
#order-standard_cart .corp-storefront--cart .secondary-cart-sidebar {
    float: none;
    width: auto;
}

#order-standard_cart .corp-storefront--cart .corp-store-layout {
    grid-template-columns: 220px minmax(0, 1fr);
}

#order-standard_cart .corp-storefront--cart .cart-body > .row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 14px;
    align-items: start;
}

#order-standard_cart .corp-storefront--cart .corp-store-sidebar {
    display: block;
}

#order-standard_cart .corp-storefront--cart .cart-sidebar .list-group-item,
#order-standard_cart .corp-storefront--cart .sidebar-collapsed .list-group-item {
    padding: 12px 14px;
    font-size: 0.95rem;
}

#order-standard_cart .corp-storefront--cart .cart-sidebar .card-header,
#order-standard_cart .corp-storefront--cart .sidebar-collapsed .card-header {
    padding: 14px 16px;
}

#order-standard_cart .corp-storefront--cart .secondary-cart-body {
    min-width: 0;
}

#order-standard_cart .corp-storefront--cart .secondary-cart-sidebar {
    align-self: start;
    position: sticky;
    top: 118px;
}

#order-standard_cart .corp-storefront--cart .view-cart-items-header {
    margin: 0;
    padding: 10px 14px;
    border-radius: 12px 12px 0 0;
    background: #f4f6fb;
    color: #2563eb;
    font-weight: 700;
    font-size: 13px;
}

#order-standard_cart .corp-storefront--cart .view-cart-items .item {
    padding: 12px 14px;
    border-bottom: 1px solid rgba(217, 226, 236, 0.78);
}

#order-standard_cart .corp-storefront--cart .view-cart-items .item:last-child {
    border-bottom: 0;
}

#order-standard_cart .corp-storefront--cart .item-title,
#order-standard_cart .corp-storefront--cart .item-price span:first-child {
    color: #101626;
    font-weight: 800;
}

#order-standard_cart .corp-storefront--cart .item-group,
#order-standard_cart .corp-storefront--cart .item-domain,
#order-standard_cart .corp-storefront--cart .item-price .cycle {
    color: #979aae;
}

#order-standard_cart .corp-storefront--cart .view-cart-empty {
    padding: 0;
    background: transparent;
}

#order-standard_cart .corp-storefront--cart .order-summary {
    border: 0;
    box-shadow: none;
}

#order-standard_cart .corp-storefront--cart .order-summary h2 {
    margin: 0 0 8px;
    color: #2563eb;
    font-size: 1.05rem;
    font-weight: 800;
}

#order-standard_cart .corp-storefront--cart .total-due-today {
    padding: 12px 14px;
    border-radius: 12px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: #fff;
}

#order-standard_cart .corp-storefront--cart .total-due-today .amt {
    color: #fff;
}

#order-standard_cart .corp-storefront--cart .btn-checkout {
    min-height: 42px;
    padding: 0 16px;
    border-radius: 12px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    border-color: transparent;
    font-weight: 700;
}

#order-standard_cart .corp-storefront--cart .btn-checkout:hover,
#order-standard_cart .corp-storefront--cart .btn-checkout:focus {
    background: #ae7122;
    border-color: #ae7122;
}

#order-standard_cart .corp-storefront--transfer .text-center h2 {
    margin-bottom: 10px;
    color: #101626;
    font-size: clamp(1.5rem, 2vw, 2rem);
    font-weight: 800;
}

#order-standard_cart .corp-storefront--transfer .text-center p {
    color: #979aae;
}

#order-standard_cart .corp-storefront--transfer .panel {
    box-shadow: none;
    overflow: hidden;
}

#order-standard_cart .corp-storefront--transfer .panel-heading,
#order-standard_cart .corp-storefront--transfer .panel-footer {
    padding: 20px 22px;
    background: #fff;
    border-color: rgba(217, 226, 236, 0.78);
}

#order-standard_cart .corp-storefront--transfer .panel-body {
    padding: 0 22px 22px;
}

#order-standard_cart .corp-storefront--transfer .form-control {
    min-height: 54px;
    border-radius: 16px;
    border-color: rgba(217, 226, 236, 0.96);
    box-shadow: none;
}

#order-standard_cart .corp-storefront--transfer .btn-transfer {
    min-height: 52px;
    padding: 0 24px;
    border-radius: 16px;
    background: #101626;
    border-color: #101626;
    font-weight: 800;
}

#order-standard_cart .corp-storefront--product-domain .domain-selection-options {
    display: grid;
    gap: 18px;
}

#order-standard_cart .corp-storefront--product-domain .option {
    padding: 20px 22px;
    border-radius: 22px;
    background: #fff;
}

#order-standard_cart .corp-storefront--product-domain .option > label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: #101626;
    font-weight: 800;
}

#order-standard_cart .corp-storefront--product-domain .domain-input-group {
    margin: 0;
}

#order-standard_cart .corp-storefront--product-domain .form-control,
#order-standard_cart .corp-storefront--product-domain .input-group-text {
    min-height: 52px;
    border-color: rgba(217, 226, 236, 0.96);
    box-shadow: none;
}

#order-standard_cart .corp-storefront--product-domain .input-group {
    overflow: hidden;
    border-radius: 16px;
}

#order-standard_cart .corp-storefront--product-domain .btn-block,
#order-standard_cart .corp-storefront--product-domain .product-domain,
#order-standard_cart .corp-storefront--product-domain #btnDomainContinue {
    min-height: 52px;
    border-radius: 16px;
    font-weight: 800;
}

#order-standard_cart .corp-storefront--product-domain .btn-primary {
    background: #101626;
    border-color: #101626;
}

#order-standard_cart .corp-storefront--product-domain .btn-primary:hover,
#order-standard_cart .corp-storefront--product-domain .btn-primary:focus {
    background: #183b67;
    border-color: #183b67;
}

#order-standard_cart .corp-storefront--config-product .secondary-cart-body,
#order-standard_cart .corp-storefront--config-product .secondary-cart-sidebar,
#order-standard_cart .corp-storefront--config-domains .cart-body > form,
#order-standard_cart .corp-storefront--config-domains .sub-heading {
    float: none;
    width: auto;
}

#order-standard_cart .corp-storefront--config-product .cart-body > form > .row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 24px;
    align-items: start;
}

#order-standard_cart .corp-storefront--config-product .secondary-cart-body,
#order-standard_cart .corp-storefront--config-product .secondary-cart-sidebar,
#order-standard_cart .corp-storefront--config-domains #frmConfigureDomains {
    padding: 24px;
    border: 1px solid rgba(217, 226, 236, 0.88);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 34px rgba(16, 22, 38, 0.05);
}

#order-standard_cart .corp-storefront--config-product .secondary-cart-sidebar {
    position: sticky;
    top: 118px;
}

#order-standard_cart .corp-storefront--config-product .product-info,
#order-standard_cart .corp-storefront--config-domains .panel-addon {
    border: 1px solid rgba(217, 226, 236, 0.82);
    border-radius: 8px;
    background: #fff;
}

#order-standard_cart .corp-storefront--config-product .product-title {
    color: #101626;
    font-size: 1.5rem;
    font-weight: 800;
}

#order-standard_cart .corp-storefront--config-product .form-control,
#order-standard_cart .corp-storefront--config-domains .form-control {
    min-height: 52px;
    border-radius: 16px;
    border-color: rgba(217, 226, 236, 0.96);
    box-shadow: none;
}

@media (max-width: 1199px) {
    #order-standard_cart .corp-store-hero,
    #order-standard_cart .corp-store-layout {
        grid-template-columns: 1fr;
    }

    #order-standard_cart .corp-store-sidebar {
        display: none;
    }

    #order-standard_cart .corp-storefront--cart .cart-body > .row {
        grid-template-columns: 1fr;
    }

    #order-standard_cart .corp-storefront--cart .secondary-cart-sidebar {
        position: static;
    }
}

@media (max-width: 767px) {
    #order-standard_cart {
        padding-top: 18px;
    }

    #order-standard_cart .corp-store-hero,
    #order-standard_cart .corp-store-empty,
    #order-standard_cart .corp-store-product {
        padding: 20px;
    }

    #order-standard_cart .corp-storefront--domain .domain-checker-container,
    #order-standard_cart .corp-storefront--domain .domain-pricing,
    #order-standard_cart .corp-storefront--transfer form,
    #order-standard_cart .corp-storefront--product-domain #frmProductDomain,
    #order-standard_cart .corp-storefront--product-domain #frmProductDomainSelections,
    #order-standard_cart .corp-storefront--config-product #frmConfigureProduct,
    #order-standard_cart .corp-storefront--config-domains #frmConfigureDomains {
        padding: 20px;
    }
    #order-standard_cart .corp-storefront--cart .secondary-cart-body,
    #order-standard_cart .corp-storefront--cart .secondary-cart-sidebar {
        padding: 0;
    }

    #order-standard_cart .corp-storefront--config-product .cart-body > form > .row {
        grid-template-columns: 1fr;
    }

    #order-standard_cart .corp-storefront--config-product .secondary-cart-sidebar {
        position: static;
    }

    #order-standard_cart .corp-store-empty {
        grid-template-columns: 1fr;
    }

    #order-standard_cart .corp-store-product__footer {
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
    }

    #order-standard_cart .corp-store-product__button {
        width: auto;
        min-width: 132px;
        flex: 0 0 auto;
    }

    #order-standard_cart .sidebar-collapsed {
        display: none !important;
    }

    #order-standard_cart .corp-store-hero__panel {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    #order-standard_cart .corp-store-hero__metric {
        padding: 12px 14px;
    }

    #order-standard_cart .corp-store-hero__metric strong {
        font-size: 1rem;
    }

    #order-standard_cart .corp-store-hero__metric span {
        font-size: 0.82rem;
        line-height: 1.35;
    }

    #order-standard_cart .corp-storefront--domain .input-group-box {
        display: block;
    }

    #order-standard_cart .corp-storefront--domain .input-group-box .btn {
        width: 100%;
        min-width: 0;
        min-height: 56px;
    }
}

/* R10 dense cart panels */
#order-standard_cart .view-cart-items-header,
#order-standard_cart .order-summary .panel-heading,
#order-standard_cart .panel-sidebar .panel-heading,
#order-standard_cart .card-sidebar .card-header {
    background: #101626 !important;
    color: #fff !important;
    border: 0 !important;
    font-weight: 700 !important;
    font-size: 0.88rem !important;
    padding: 10px 14px !important;
}
#order-standard_cart .header-lined h1 {
    font-size: 1.35rem !important;
    color: #101626 !important;
}
#order-standard_cart .panel,
#order-standard_cart .card,
#order-standard_cart .order-summary {
    border: 1px solid #e2e6e9 !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    overflow: hidden;
}
#order-standard_cart .btn-success,
#order-standard_cart .checkout-btn,
#order-standard_cart .btn-checkout {
    background: #101626 !important;
    border-color: #101626 !important;
    border-radius: 6px !important;
}

/* v4.3.3 densify store product cards - kill WHMCS float layout */
#order-standard_cart .products .product.corp-store-product,
#order-standard_cart .corp-store-product {
    height: auto !important;
    min-height: 0 !important;
    float: none !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
    gap: 10px !important;
    padding: 16px !important;
    margin-bottom: 14px !important;
}

#order-standard_cart .corp-store-product::before,
#order-standard_cart .corp-store-product::after {
    content: none !important;
    display: none !important;
}

#order-standard_cart .products .product.corp-store-product header,
#order-standard_cart .corp-store-product__header {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
}

#order-standard_cart .products .product.corp-store-product div.product-desc,
#order-standard_cart .corp-store-product__body {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

#order-standard_cart .products .product.corp-store-product footer,
#order-standard_cart .corp-store-product__footer {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding-top: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    text-align: left !important;
}

#order-standard_cart .corp-store-product__pricing,
#order-standard_cart .products .product div.product-pricing {
    margin: 0 !important;
    text-align: left !important;
}

#order-standard_cart .corp-store-product__button,
#order-standard_cart .btn-order-now {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 140px !important;
    white-space: nowrap !important;
}

#order-standard_cart .products .row-eq-height {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
}

#order-standard_cart .products .row-eq-height > [class*='col-'] {
    display: flex !important;
    flex-direction: column !important;
}

#order-standard_cart .products .row-eq-height > [class*='col-'] > .corp-store-product {
    flex: 0 0 auto !important;
    height: auto !important;
}

@media (max-width: 1199.98px) {
    #order-standard_cart .corp-store-hero__panel {
        grid-template-columns: 1fr !important;
    }
}

/* Order complete */
#order-standard_cart .corp-storefront--complete .header-lined {
    display: none;
}

#order-standard_cart .vh-order-complete {
    max-width: 640px;
    margin: 8px auto 28px;
    padding: 36px 32px 30px;
    text-align: center;
    background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 55%);
    border: 1px solid #e1e3e8;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(16, 22, 38, 0.08);
}

#order-standard_cart .vh-order-complete__badge {
    width: 64px;
    height: 64px;
    margin: 0 auto 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #11d377;
    color: #fff;
    font-size: 26px;
    box-shadow: 0 10px 22px rgba(17, 211, 119, 0.28);
}

#order-standard_cart .vh-order-complete__eyebrow {
    margin: 0 0 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #8b8fa3;
}

#order-standard_cart .vh-order-complete__title {
    margin: 0 0 10px;
    font-size: 30px;
    font-weight: 700;
    color: #101626;
    line-height: 1.25;
}

#order-standard_cart .vh-order-complete__lead {
    margin: 0 auto 22px;
    max-width: 460px;
    color: #6b7085;
    font-size: 15px;
    line-height: 1.55;
}

#order-standard_cart .vh-order-complete__order {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    min-width: 240px;
    margin: 0 auto 18px;
    padding: 14px 22px;
    border-radius: 10px;
    background: #fff;
    border: 1px dashed #d5d8e0;
}

#order-standard_cart .vh-order-complete__order span {
    font-size: 12px;
    color: #8b8fa3;
}

#order-standard_cart .vh-order-complete__order strong {
    font-size: 22px;
    letter-spacing: 0.04em;
    color: #101626;
}

#order-standard_cart .vh-order-complete__note {
    margin: 0 auto 22px;
    max-width: 480px;
    font-size: 13px;
    line-height: 1.55;
    color: #8b8fa3;
}

#order-standard_cart .vh-order-complete__pay-warn {
    display: flex;
    gap: 14px;
    text-align: left;
    margin: 0 auto 22px;
    max-width: 520px;
    padding: 16px;
    border-radius: 10px;
    background: #fff8f0;
    border: 1px solid #f0d7b8;
}

#order-standard_cart .vh-order-complete__pay-warn-icon {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f97316;
    color: #fff;
}

#order-standard_cart .vh-order-complete__pay-warn strong {
    display: block;
    margin-bottom: 4px;
    color: #101626;
}

#order-standard_cart .vh-order-complete__pay-warn p {
    margin: 0 0 8px;
    font-size: 13px;
    color: #6b7085;
}

#order-standard_cart .vh-order-complete__pay-link {
    font-weight: 700;
    color: #3d5afe;
    text-decoration: none;
}

#order-standard_cart .vh-order-complete__pay-link:hover {
    color: #1d4ed8;
}

#order-standard_cart .vh-order-complete__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

#order-standard_cart .vh-order-complete a.vh-order-complete__btn,
#order-standard_cart .vh-order-complete .vh-order-complete__btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 10px 18px !important;
    border-radius: 8px !important;
    border: 1px solid #d5d8e0 !important;
    background: #fff !important;
    color: #101626 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    box-shadow: none;
    transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

#order-standard_cart .vh-order-complete a.vh-order-complete__btn span,
#order-standard_cart .vh-order-complete a.vh-order-complete__btn i,
#order-standard_cart .vh-order-complete .vh-order-complete__btn span,
#order-standard_cart .vh-order-complete .vh-order-complete__btn i {
    color: inherit !important;
    opacity: 1 !important;
    visibility: visible !important;
    font-size: inherit !important;
}

#order-standard_cart .vh-order-complete a.vh-order-complete__btn:hover,
#order-standard_cart .vh-order-complete .vh-order-complete__btn:hover {
    background: #f4f5f7 !important;
    color: #101626 !important;
    transform: translateY(-1px);
}

#order-standard_cart .vh-order-complete a.vh-order-complete__btn--primary,
#order-standard_cart .vh-order-complete .vh-order-complete__btn--primary {
    border-color: #3d5afe !important;
    background: #3d5afe !important;
    color: #ffffff !important;
    box-shadow: 0 8px 18px rgba(61, 90, 254, 0.28);
}

#order-standard_cart .vh-order-complete a.vh-order-complete__btn--primary span,
#order-standard_cart .vh-order-complete a.vh-order-complete__btn--primary i,
#order-standard_cart .vh-order-complete .vh-order-complete__btn--primary span,
#order-standard_cart .vh-order-complete .vh-order-complete__btn--primary i {
    color: #ffffff !important;
}

#order-standard_cart .vh-order-complete a.vh-order-complete__btn--primary:hover,
#order-standard_cart .vh-order-complete .vh-order-complete__btn--primary:hover {
    background: #1d4ed8 !important;
    border-color: #1d4ed8 !important;
    color: #ffffff !important;
}

/* Sidebar redesign */
#order-standard_cart .cart-sidebar .card,
#order-standard_cart .cart-sidebar .panel {
    border: 1px solid #e1e3e8 !important;
    border-radius: 14px !important;
    overflow: hidden;
    background: #fff !important;
    box-shadow: 0 10px 28px rgba(16, 22, 38, 0.07) !important;
}

#order-standard_cart .cart-sidebar .card-header,
#order-standard_cart .cart-sidebar .panel-heading {
    background: linear-gradient(180deg, #f7f9fc 0%, #f1f4f9 100%) !important;
    border-bottom: 1px solid #e1e3e8 !important;
    padding: 14px 18px !important;
}

#order-standard_cart .cart-sidebar .panel-title {
    background: transparent !important;
    color: #101626 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

#order-standard_cart .cart-sidebar .panel-title > i:first-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    margin-right: 6px;
    border-radius: 8px;
    background: #3d5afe;
    color: #fff;
    font-size: 12px;
    vertical-align: middle;
}

#order-standard_cart .cart-sidebar .card-minimise {
    color: #8b8fa3 !important;
    font-size: 12px;
    margin-top: 6px;
}

#order-standard_cart .cart-sidebar .list-group-item {
    position: relative;
    padding: 12px 18px 12px 22px !important;
    border: 0 !important;
    border-bottom: 1px solid #eef0f4 !important;
    color: #4a4e63 !important;
    font-size: 14px;
    font-weight: 600 !important;
    background: #fff !important;
    transition: background 0.15s ease, color 0.15s ease, padding-left 0.15s ease;
}

#order-standard_cart .cart-sidebar .list-group-item:last-child {
    border-bottom: 0 !important;
}

#order-standard_cart .cart-sidebar .list-group-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 0;
    border-radius: 0 3px 3px 0;
    background: #3d5afe;
    transition: height 0.18s ease;
}

#order-standard_cart .cart-sidebar .list-group-item:hover,
#order-standard_cart .cart-sidebar .list-group-item.active {
    background: #f6f9ff !important;
    color: #1d4ed8 !important;
    padding-left: 26px !important;
}

#order-standard_cart .cart-sidebar .list-group-item:hover::before,
#order-standard_cart .cart-sidebar .list-group-item.active::before {
    height: 60%;
}

#order-standard_cart .cart-sidebar .list-group-item i {
    width: 18px;
    margin-right: 8px;
    text-align: center;
    color: #8b8fa3;
    transition: color 0.15s ease;
}

#order-standard_cart .cart-sidebar .list-group-item:hover i,
#order-standard_cart .cart-sidebar .list-group-item.active i {
    color: #3d5afe;
}

#order-standard_cart .cart-sidebar .card + .card,
#order-standard_cart .cart-sidebar .panel + .panel {
    margin-top: 18px;
}

@media (max-width: 575.98px) {
    #order-standard_cart .vh-order-complete {
        padding: 28px 18px 22px;
    }

    #order-standard_cart .vh-order-complete__title {
        font-size: 24px;
    }

    #order-standard_cart .vh-order-complete__actions {
        flex-direction: column;
    }

    #order-standard_cart .vh-order-complete__btn {
        width: 100%;
    }
}

/* ===== Mertpin account skin remap (v6.0.3) ? kill leftover R10 navy ===== */
#order-standard_cart {
    --store-blue: #2563eb;
    --store-blue-soft: rgba(37, 99, 235, 0.10);
    --store-surface: #ffffff;
    --store-bg: #f4f6fb;
    --store-text: #1e293b;
    --store-muted: #64748b;
    --store-border: rgba(15, 23, 42, 0.06);
    --store-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
    --store-radius: 16px;
    --store-radius-lg: 20px;
    color: var(--store-text) !important;
}

#order-standard_cart .corp-store-hero {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    padding: 12px 14px !important;
    border-radius: 12px !important;
    border: 1px solid var(--store-border) !important;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.14), rgba(14, 165, 233, 0.08)) !important;
    box-shadow: none !important;
}

#order-standard_cart .corp-store-hero__eyebrow {
    display: none !important;
}

#order-standard_cart .corp-store-hero h1 {
    margin: 0 !important;
    font-size: 1.15rem !important;
    font-weight: 800 !important;
    color: var(--store-text) !important;
}

#order-standard_cart .corp-store-hero p {
    color: var(--store-muted) !important;
    font-size: 14px !important;
}

#order-standard_cart .corp-store-hero__actions {
    margin-top: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
}

#order-standard_cart .corp-store-button {
    min-height: 38px !important;
    padding: 0 14px !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
    font-size: 13px !important;
}

#order-standard_cart .corp-store-button--primary,
#order-standard_cart .corp-store-product__button,
#order-standard_cart .btn-order-now,
#order-standard_cart .btn-success,
#order-standard_cart .checkout-btn,
#order-standard_cart .btn-checkout {
    background: linear-gradient(135deg, #3b82f6, #2563eb) !important;
    border-color: transparent !important;
    color: #fff !important;
    box-shadow: 0 6px 18px rgba(37, 99, 235, 0.25) !important;
    border-radius: 12px !important;
}

#order-standard_cart .corp-store-button--primary:hover,
#order-standard_cart .corp-store-product__button:hover,
#order-standard_cart .btn-order-now:hover {
    background: linear-gradient(135deg, #2563eb, #1d4ed8) !important;
    color: #fff !important;
}

#order-standard_cart .corp-store-button--secondary {
    background: #fff !important;
    border: 1px solid var(--store-border) !important;
    color: var(--store-text) !important;
    box-shadow: none !important;
}

#order-standard_cart .corp-store-hero__panel {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 10px !important;
}

#order-standard_cart .corp-store-hero__metric {
    padding: 8px 10px !important;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.86) !important;
    border: 1px solid var(--store-border) !important;
    box-shadow: none !important;
}

#order-standard_cart .corp-store-hero__metric strong {
    color: var(--store-text) !important;
    font-size: 1.05rem !important;
}

#order-standard_cart .corp-store-hero__metric span {
    color: var(--store-muted) !important;
}

#order-standard_cart .corp-store-product,
#order-standard_cart .products .product.corp-store-product {
    border: 1px solid var(--store-border) !important;
    border-radius: var(--store-radius) !important;
    background: var(--store-surface) !important;
    box-shadow: var(--store-shadow) !important;
    padding: 20px !important;
}

#order-standard_cart .corp-store-product__name {
    color: var(--store-text) !important;
    font-weight: 800 !important;
    font-size: 1.05rem !important;
}

#order-standard_cart .corp-store-product__desc {
    color: var(--store-muted) !important;
    font-size: 13px !important;
}

#order-standard_cart .corp-store-product__features li,
#order-standard_cart .corp-store-product__features .feature-value {
    color: var(--store-text) !important;
}

#order-standard_cart .corp-store-product__features i {
    color: #16a34a !important;
}

#order-standard_cart .corp-store-product__pricing .price {
    color: var(--store-blue) !important;
    font-size: 1.45rem !important;
}

#order-standard_cart .corp-store-product__pricing small,
#order-standard_cart .corp-store-product__pricing em {
    color: var(--store-muted) !important;
}

#order-standard_cart .panel-heading,
#order-standard_cart .card-header,
#order-standard_cart .cart-sidebar .panel-title,
#order-standard_cart .cart-sidebar .card-header,
#order-standard_cart .secondary-cart-sidebar .panel-heading,
#order-standard_cart .secondary-cart-sidebar .card-header,
#order-standard_cart .order-summary .panel-heading {
    background: linear-gradient(135deg, #3b82f6, #2563eb) !important;
    color: #fff !important;
    border: 0 !important;
}

#order-standard_cart .panel,
#order-standard_cart .card,
#order-standard_cart .order-summary,
#order-standard_cart .cart-sidebar .card,
#order-standard_cart .cart-sidebar .panel {
    border: 1px solid var(--store-border) !important;
    border-radius: var(--store-radius) !important;
    box-shadow: var(--store-shadow) !important;
    overflow: hidden !important;
}

/* Sepet page: no card borders ? shadow only (Mertpin) */
#order-standard_cart.vh-sepet-page .panel,
#order-standard_cart.vh-sepet-page .card,
#order-standard_cart.vh-sepet-page .order-summary,
#order-standard_cart.vh-sepet-page #orderSummary,
#order-standard_cart.vh-sepet-page .vh-sepet-box,
#order-standard_cart.vh-sepet-page .summary-container,
#order-standard_cart.vh-sepet-page .view-cart-items,
#order-standard_cart.vh-sepet-page .secondary-cart-body,
#order-standard_cart.vh-sepet-page .secondary-cart-sidebar {
    border: 0 !important;
    border-width: 0 !important;
    border-color: transparent !important;
    outline: 0 !important;
}

#order-standard_cart .header-lined h1,
#order-standard_cart .cart-body h1,
#order-standard_cart .cart-body h2 {
    color: var(--store-text) !important;
}

/* ===== CART COMPACT (final, wins load order) ===== */
#order-standard_cart.corp-storefront--cart,
#order-standard_cart .corp-storefront--cart {
    gap: 10px !important;
}
body.corp-shell:has(#order-standard_cart.vh-sepet-page) #main-body {
    padding-top: 4px !important;
    padding-bottom: 12px !important;
    margin-top: 0 !important;
}
body.corp-shell:has(#order-standard_cart.vh-sepet-page) .primary-content,
body.corp-shell:has(#order-standard_cart.vh-sepet-page) .container {
    padding-top: 0 !important;
}
body.corp-shell.vh-store-page #main-body {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
}
body.corp-shell.vh-store-page #main-body > .container,
body.corp-shell.vh-store-page #main-body .primary-content {
    padding-top: 0 !important;
}
#order-standard_cart {
    padding: 0 0 16px !important;
    margin: 0 !important;
}
#order-standard_cart .corp-store-hero--cart {
    padding: 10px 12px !important;
    gap: 8px !important;
    margin: 0 0 10px !important;
}
#order-standard_cart .corp-store-hero--cart .corp-store-hero__top {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    margin: 0 !important;
}
#order-standard_cart .corp-store-hero--cart .corp-store-hero__copy {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
#order-standard_cart .corp-store-hero--cart h1 {
    margin: 0 !important;
    font-size: 1.1rem !important;
    line-height: 1.2 !important;
}
#order-standard_cart .corp-store-hero--cart .corp-store-hero__actions {
    margin: 0 !important;
    display: inline-flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    width: auto !important;
}
#order-standard_cart .corp-store-hero--cart .corp-store-button {
    width: auto !important;
    min-width: 0 !important;
    min-height: 34px !important;
    padding: 0 12px !important;
    font-size: 12px !important;
    flex: 0 0 auto !important;
}
#order-standard_cart .corp-store-hero--cart .corp-store-hero__panel {
    margin: 0 !important;
    gap: 8px !important;
}
#order-standard_cart .corp-store-hero--cart .corp-store-hero__metric {
    padding: 8px 10px !important;
}
#order-standard_cart .corp-store-hero--cart .corp-store-hero__metric strong {
    font-size: 0.9rem !important;
    margin: 0 !important;
    line-height: 1.2 !important;
}
#order-standard_cart .corp-store-hero--cart .corp-store-hero__metric span {
    font-size: 11px !important;
    line-height: 1.2 !important;
}
#order-standard_cart .corp-storefront--cart .secondary-cart-body,
#order-standard_cart .corp-storefront--cart .secondary-cart-sidebar {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    min-height: 0 !important;
}
#order-standard_cart .corp-storefront--cart .cart-body > .row {
    gap: 12px !important;
    margin: 0 !important;
}
#order-standard_cart .corp-storefront--cart .view-cart-items-header {
    margin: 0 !important;
    padding: 8px 12px !important;
    border-radius: 10px 10px 0 0 !important;
    background: #f4f6fb !important;
    color: #2563eb !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}
#order-standard_cart .corp-storefront--cart .view-cart-items {
    margin: 0 0 8px !important;
    padding: 0 !important;
    min-height: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}
#order-standard_cart .corp-storefront--cart .view-cart-items .item {
    padding: 10px 12px !important;
    margin: 0 !important;
    min-height: 0 !important;
}
#order-standard_cart .corp-storefront--cart .view-cart-items .item-title,
#order-standard_cart .corp-storefront--cart .view-cart-items .item-price span {
    font-size: 1rem !important;
    line-height: 1.25 !important;
}
#order-standard_cart .corp-storefront--cart .view-cart-items .item-group {
    font-size: 0.85rem !important;
}
#order-standard_cart .corp-storefront--cart .empty-cart,
#order-standard_cart .corp-storefront--cart .view-cart-empty {
    margin: 0 0 8px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    min-height: 0 !important;
    text-align: left !important;
}
#order-standard_cart .corp-storefront--cart .empty-cart .btn {
    min-height: 34px !important;
    padding: 6px 12px !important;
    font-size: 12px !important;
}
#order-standard_cart .corp-storefront--cart .view-cart-tabs {
    margin: 0 !important;
}
#order-standard_cart .corp-storefront--cart .view-cart-tabs .nav-tabs {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}
#order-standard_cart .corp-storefront--cart .view-cart-tabs .nav-tabs > li > a,
#order-standard_cart .corp-storefront--cart .view-cart-tabs .nav-tabs .nav-link {
    padding: 8px 12px !important;
    font-size: 12px !important;
    margin: 0 !important;
}
#order-standard_cart .corp-storefront--cart .view-cart-tabs .tab-content {
    margin: 0 !important;
    padding: 10px 12px !important;
    min-height: 0 !important;
    height: auto !important;
    border: 1px solid rgba(15, 23, 42, 0.06) !important;
    border-radius: 0 10px 10px 10px !important;
    background: #fff !important;
    box-shadow: none !important;
}
#order-standard_cart .corp-storefront--cart .view-cart-tabs .tab-content .form-group,
#order-standard_cart .corp-storefront--cart .view-cart-tabs .promo .form-group {
    margin: 0 0 8px !important;
}
#order-standard_cart .corp-storefront--cart .view-cart-tabs .tab-content .form-control,
#order-standard_cart .corp-storefront--cart .view-cart-tabs .tab-content .field {
    min-height: 38px !important;
    height: 38px !important;
    padding: 6px 10px !important;
    margin: 0 !important;
}
#order-standard_cart .corp-storefront--cart .view-cart-tabs .tab-content .btn {
    min-height: 36px !important;
    padding: 6px 12px !important;
}
#order-standard_cart .corp-storefront--cart .view-cart-tabs .tab-content .promo,
#order-standard_cart .corp-storefront--cart .view-cart-tabs .tab-content form,
#order-standard_cart .corp-storefront--cart .view-cart-tabs .tab-content .input-group {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    align-items: stretch !important;
    margin: 0 !important;
}
#order-standard_cart .corp-storefront--cart .view-cart-tabs .tab-content .form-group {
    flex: 1 1 180px !important;
    margin: 0 !important;
}
#order-standard_cart .corp-storefront--cart .view-cart-tabs .tab-content .form-control,
#order-standard_cart .corp-storefront--cart .view-cart-tabs .tab-content .field {
    width: 100% !important;
}
#order-standard_cart .corp-storefront--cart .view-cart-tabs .tab-content .btn {
    flex: 0 0 auto !important;
    width: auto !important;
    align-self: stretch !important;
}
#order-standard_cart .corp-storefront--cart .order-summary {
    margin: 0 !important;
    padding: 12px !important;
    border: 1px solid rgba(15, 23, 42, 0.06) !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: none !important;
    min-height: 0 !important;
}
#order-standard_cart .corp-storefront--cart .order-summary h2 {
    margin: 0 0 8px !important;
    padding: 0 !important;
    font-size: 1rem !important;
    background: transparent !important;
    color: #2563eb !important;
}
#order-standard_cart .corp-storefront--cart .order-summary .summary-container {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
}
#order-standard_cart .corp-storefront--cart .order-summary .summary-totals {
    margin: 0 0 8px !important;
    padding: 8px 0 !important;
}
#order-standard_cart .corp-storefront--cart .total-due-today {
    margin: 8px 0 !important;
    padding: 10px 12px !important;
}
#order-standard_cart .corp-storefront--cart .total-due-today .amt {
    font-size: 1.45rem !important;
    line-height: 1.2 !important;
}
#order-standard_cart .corp-storefront--cart .btn-checkout {
    min-height: 40px !important;
    margin: 0 !important;
}
#order-standard_cart .corp-storefront--cart #scrollingPanelContainer,
#order-standard_cart .corp-storefront--cart #orderSummary {
    height: auto !important;
    min-height: 0 !important;
    margin-top: 0 !important;
    top: auto !important;
}
#order-standard_cart .corp-storefront--cart .order-summary .continue-shopping {
    margin-top: 8px !important;
    display: block !important;
}

@media (max-width: 991.98px) {
    #order-standard_cart .corp-store-hero__panel {
        grid-template-columns: 1fr !important;
    }

    #order-standard_cart .corp-store-layout {
        grid-template-columns: 1fr !important;
    }

    #order-standard_cart .corp-store-sidebar {
        display: none !important;
    }

    #order-standard_cart .corp-store-product__footer {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    #order-standard_cart .corp-store-product__button,
    #order-standard_cart .btn-order-now {
        width: 100% !important;
        min-width: 0 !important;
    }
}
