/* /push-content/css/commerce.css */
body {
    background: #f5f5f5;
}
.blog-widget {display: none;}
.commerce_shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 400px;
    gap: 32px;
    align-items: start;
}
.header_right, .top_header, .state_locations, footer {display: none!important;}
.custom_header{position: relative;}
.custom_header.background_fff {background: transparent;}

.commerce_main {
    min-width: 0;
}

.commerce_sidebar {
    position: sticky;
    top: 24px;
}

.commerce_intro {
    margin-bottom: 28px;
}

.commerce_kicker {
    display: flex;
    width: max-content;
    align-items: center;
    gap: 7px;
    margin: 0 0 12px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #0f766e;
    background: #ccfbf1;
    padding: 6px 10px;
    border-radius: 999px;
}
.commerce_kicker svg {
    width: 22px;
    height: 22px;
}
.commerce_kicker svg path {
    fill: #0f766e;
}
.commerce_intro h1 {
    font-size: 43px;
    line-height: 1.02;
    letter-spacing: -0.03em;
    color: #111827;
    margin-bottom: 14px;
}

.commerce_intro_text {
    font-size: 18px;
    line-height: 1.6;
    color: #6b7280;
    max-width: 720px;
}

.commerce_section,
.commerce_summary_card,
.commerce_cart_card,
.commerce_totals_card,
.commerce_order_summary,
.commerce_addon_card,
.commerce_addon_group_card {
    background: #fff;
    border: 1px solid #d9dde4;
    border-radius: 18px;
    box-shadow: none;
}

.commerce_summary_card {
    padding: 22px 24px;
    margin-bottom: 24px;
}

.commerce_addon_card,
.commerce_addon_group_card {
    padding: 20px 22px;
    margin-bottom: 18px;
}

.commerce_addon_title_row {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
}

.commerce_toggle_label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 28px;
    font-weight: 700;
    color: #111827;
    margin: 0;
}

.commerce_toggle_label input {
    transform: scale(1.2);
}

.commerce_addon_price {
    font-size: 28px;
    font-weight: 700;
    color: #111827;
    white-space: nowrap;
}

.commerce_addon_description {
    margin: 12px 0 0;
    font-size: 16px;
    line-height: 1.7;
    color: #4b5563;
    max-width: 760px;
}

.commerce_addon_group_header h3 {
    margin: 0 0 8px;
    font-size: 28px;
}

.commerce_addon_group_header p {
    margin: 0 0 18px;
    color: #6b7280;
    font-size: 16px;
}

.commerce_option_card {
    display: block;
    border: 1px solid #d9dde4;
    border-radius: 14px;
    padding: 16px 18px;
    margin-bottom: 12px;
    cursor: pointer;
    background: #fff;
}

.commerce_option_card input {
    margin-right: 10px;
}

.commerce_option_card_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
}

.commerce_option_card_title {
    font-size: 20px;
    font-weight: 600;
    color: #111827;
}

.commerce_option_card_price {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    white-space: nowrap;
}

.commerce_order_summary,
.commerce_totals_card {
    padding: 24px;
}

.commerce_order_summary h3,
.commerce_totals_card h3 {
    font-size: 20px;
    margin-bottom: 16px;
}

.commerce_order_count {
    font-size: 15px;
    color: #6b7280;
    margin-bottom: 18px;
}

.commerce_summary_line,
.commerce_cart_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid #e5e7eb;
}

.commerce_summary_total {
    font-size: 26px;
    font-weight: 700;
    color: #111827;
}

.commerce_summary_cta,
#commerce_continue_to_cart,
#commerce_continue_to_checkout,
#commerce_pay_now {
    width: 100%;
    min-height: 52px;
    border-radius: 12px;
    font-size: 17px;
    font-weight: 700;
}
.commerce_page {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 20px 60px;
}

.commerce_page h1,
.commerce_page h2,
.commerce_page h3,
.commerce_page h4,
.commerce_page h5,
.commerce_page h6 {
    margin: 0 0 12px;
    color: #111827;
}
.commerce_page h2 {
    font-size: 29px
}
.commerce_page h3 {
    font-size: 26px;
}
.commerce_section,
.commerce_summary_card,
.commerce_cart_card,
.commerce_totals_card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.commerce_summary_card {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 20px;
    font-size: 15px;
    line-height: 1.5;
}

.commerce_summary_card strong {
    color: #111827;
}

.commerce_section h3 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 16px;
    color: #111827;
}

.commerce_section input[type="text"],
.commerce_section input[type="email"],
.commerce_section input[type="tel"],
.commerce_section textarea,
.commerce_section select {
    width: 100%;
    min-height: 46px;
    padding: 12px 14px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    background: #fff;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 14px;
    box-sizing: border-box;
}

.commerce_section textarea {
    min-height: 120px;
    resize: vertical;
    padding-top: 14px;
}

.commerce_section input:focus,
.commerce_section textarea:focus,
.commerce_section select:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.commerce_section label {
    display: block;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.5;
    color: #1f2937;
}

.commerce_section label input[type="checkbox"],
.commerce_section label input[type="radio"] {
    margin-right: 8px;
    vertical-align: middle;
}

.commerce_design_group {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 14px 14px 2px;
    margin: 12px 0 14px;
    background: #f9fafb;
}

.commerce_design_group label {
    margin-bottom: 10px;
}

#commerce_addons_section {
    transition: opacity 0.2s ease;
}

.commerce_page_actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 8px;
}

.commerce_page_actions .btn,
#commerce_pay_now.btn,
#commerce_back_to_customize.btn,
#commerce_continue_to_checkout.btn,
#commerce_continue_to_cart.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 20px;
    border-radius: 10px;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
}

.commerce_page_actions .btn:not(.secondary),
#commerce_pay_now.btn,
#commerce_continue_to_checkout.btn,
#commerce_continue_to_cart.btn {
    background: #111827;
    color: #fff;
}

.commerce_page_actions .btn:not(.secondary):hover,
#commerce_pay_now.btn:hover,
#commerce_continue_to_checkout.btn:hover,
#commerce_continue_to_cart.btn:hover {
    background: #000;
}

#commerce_back_to_customize.btn,
.commerce_page_actions .btn.secondary {
    background: #f3f4f6;
    color: #111827;
    border: 1px solid #d1d5db;
}

#commerce_back_to_customize.btn:hover,
.commerce_page_actions .btn.secondary:hover {
    background: #e5e7eb;
}

.commerce_cart_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px solid #eef2f7;
    font-size: 15px;
    line-height: 1.5;
}

.commerce_cart_row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.commerce_cart_item_name {
    color: #111827;
    flex: 1 1 auto;
}

.commerce_cart_item_amount {
    color: #111827;
    font-weight: 600;
    white-space: nowrap;
}

.commerce_total_row {
    font-size: 17px;
}

#commerce_cart_items,
#commerce_cart_totals,
#commerce_payment_summary {
    margin-top: 20px;
}

#commerce_payment_summary .commerce_totals_card {
    margin-bottom: 16px;
}

#commerce_stripe_card_element {
    min-height: 52px;
    padding: 14px 16px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 16px;
    box-sizing: border-box;
}

#commerce_payment_error {
    min-height: 22px;
    margin: 0 0 14px;
    color: #b91c1c;
    font-size: 14px;
    line-height: 1.4;
}

.commerce_checkout_page .commerce_section {
    margin-top: 20px;
}

.commerce_checkout_page #commerce_pay_now {
    width: 100%;
}

.commerce_mode_notice {
    padding: 14px 16px;
    border-radius: 10px;
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.5;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
    color: #374151;
}

.commerce_mode_notice.success {
    background: #ecfdf5;
    border-color: #a7f3d0;
    color: #065f46;
}

.commerce_mode_notice.warning {
    background: #fff7ed;
    border-color: #fdba74;
    color: #9a3412;
}

.commerce_mode_notice.error {
    background: #fef2f2;
    border-color: #fca5a5;
    color: #991b1b;
}

.commerce_field_grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.commerce_field_grid .full {
    grid-column: 1 / -1;
}

.commerce_helper_text {
    font-size: 13px;
    line-height: 1.5;
    color: #6b7280;
    margin-top: -6px;
    margin-bottom: 12px;
}

.commerce_checkout_loading {
    opacity: 0.7;
    pointer-events: none;
}

@media (max-width: 767px) {
    .commerce_page {
        padding: 24px 14px 40px;
    }

    .commerce_summary_card {
        grid-template-columns: 1fr;
    }

    .commerce_field_grid {
        grid-template-columns: 1fr;
    }

    .commerce_cart_row {
        gap: 10px;
    }

    .commerce_page_actions {
        flex-direction: column;
    }

    .commerce_page_actions .btn,
    #commerce_pay_now.btn,
    #commerce_back_to_customize.btn,
    #commerce_continue_to_checkout.btn,
    #commerce_continue_to_cart.btn {
        width: 100%;
    }
    .commerce_shell {
        grid-template-columns: 1fr;
    }

    .commerce_sidebar {
        position: static;
    }

    .commerce_intro h1 {
        font-size: 38px;
    }
}
