/* =========================================================
   PFC SELL THIS PRODUCT TOOLKIT
   File:
   /includes/templates/responsive_classic/css/
   stylesheet_pfc_sell_this_product.css
   ========================================================= */

#pfcSellThisProduct {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 28px 20px 50px;
    box-sizing: border-box;
    color: #172033;
}


/* =========================================================
   PAGE HEADING
   ========================================================= */

#pfcSellThisProduct .pfc-toolkit-heading {
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dfe4ea;
}

#pfcSellThisProduct .pfc-toolkit-heading h1 {
    margin: 0 0 10px;
    color: #0f233a;
    font-size: 2.2rem;
    line-height: 1.2;
    font-weight: 700;
}

#pfcSellThisProduct .pfc-toolkit-heading p {
    margin: 0;
    color: #5d6877;
    font-size: 1.05rem;
    line-height: 1.6;
}


/* =========================================================
   PRODUCT SUMMARY
   ========================================================= */

#pfcSellThisProduct .pfc-toolkit-product {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
    gap: 34px;
    align-items: center;
    margin-bottom: 34px;
    padding: 26px;
    background: #ffffff;
    border: 1px solid #e1e5ea;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(15, 35, 58, 0.08);
}

#pfcSellThisProduct .pfc-toolkit-product__image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 12px;
    background: #f7f8fa;
    border-radius: 10px;
    overflow: hidden;
}

#pfcSellThisProduct .pfc-toolkit-main-image {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 520px;
    margin: 0 auto;
    object-fit: contain;
}

#pfcSellThisProduct .pfc-toolkit-product__details {
    min-width: 0;
}

#pfcSellThisProduct .pfc-toolkit-product__details h2 {
    margin: 0 0 12px;
    color: #0f233a;
    font-size: 1.8rem;
    line-height: 1.25;
    font-weight: 700;
}

#pfcSellThisProduct .pfc-toolkit-model {
    margin: 0 0 24px;
    color: #697586;
    font-size: 1rem;
}

#pfcSellThisProduct .pfc-toolkit-availability {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: -10px 0 22px;
}

#pfcSellThisProduct .pfc-toolkit-availability__label {
    padding: 5px 9px;
    border-radius: 4px;
    background: #0f233a;
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

#pfcSellThisProduct .pfc-toolkit-availability__value {
    color: #24364d;
    font-size: 0.95rem;
    font-weight: 700;
}


/* =========================================================
   BUTTONS
   ========================================================= */

#pfcSellThisProduct .pfc-toolkit-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

#pfcSellThisProduct a.button,
#pfcSellThisProduct button.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin: 0;
    padding: 11px 18px;
    border: 1px solid #0f233a;
    border-radius: 6px;
    background: #0f233a;
    color: #ffffff;
    font-family: inherit;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

#pfcSellThisProduct a.button:hover,
#pfcSellThisProduct a.button:focus,
#pfcSellThisProduct button.button:hover,
#pfcSellThisProduct button.button:focus {
    border-color: #243c5a;
    background: #243c5a;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
}


/* =========================================================
   TOOLKIT SECTIONS
   ========================================================= */

#pfcSellThisProduct .pfc-toolkit-section {
    margin-bottom: 24px;
    padding: 26px;
    background: #ffffff;
    border: 1px solid #e1e5ea;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(15, 35, 58, 0.06);
}

#pfcSellThisProduct .pfc-toolkit-section h2 {
    margin: 0 0 14px;
    color: #0f233a;
    font-size: 1.45rem;
    line-height: 1.3;
    font-weight: 700;
}


#pfcSellThisProduct .pfc-toolkit-section p {
    margin: 0 0 18px;
    color: #5d6877;
    font-size: 1rem;
    line-height: 1.6;
}


/* =========================================================
   COPY FIELDS
   ========================================================= */

#pfcSellThisProduct .pfc-toolkit-copy-field {
    display: block;
    width: 100%;
    min-height: 130px;
    margin: 0 0 14px;
    padding: 16px;
    border: 1px solid #cbd3dc;
    border-radius: 8px;
    background: #f8fafc;
    color: #172033;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.55;
    resize: vertical;
    box-sizing: border-box;
}

#pfcSellThisProduct .pfc-toolkit-copy-field:focus {
    border-color: #516a88;
    outline: 2px solid rgba(81, 106, 136, 0.18);
    outline-offset: 1px;
}

/* =========================================================
   DEALER INFORMATION
   ========================================================= */

#pfcSellThisProduct .pfc-dealer-information {
    margin-bottom: 20px;
    padding: 18px 22px;
    border-left: 4px solid #0f233a;
}

#pfcSellThisProduct .pfc-dealer-summary {
    display: grid;
    grid-template-columns: minmax(210px, 0.7fr) minmax(300px, 1.3fr);
    gap: 20px 34px;
    align-items: center;
}

#pfcSellThisProduct .pfc-dealer-summary__heading h2 {
    margin: 0 0 5px;
    font-size: 1.25rem;
}

#pfcSellThisProduct .pfc-dealer-summary__heading p {
    margin: 0;
    color: #647083;
    font-size: 0.9rem;
    line-height: 1.45;
}

#pfcSellThisProduct .pfc-dealer-summary__details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3px 22px;
    color: #27364a;
    font-size: 0.93rem;
    line-height: 1.4;
}

#pfcSellThisProduct .pfc-dealer-summary__business {
    grid-column: 1 / -1;
    margin-bottom: 2px;
    color: #0f233a;
    font-size: 1rem;
    font-weight: 700;
}

#pfcSellThisProduct .pfc-dealer-editor {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #e1e5ea;
}

#pfcSellThisProduct .pfc-dealer-editor > summary {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 7px 13px;
    border: 1px solid #0f233a;
    border-radius: 5px;
    background: #ffffff;
    color: #0f233a;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
    box-sizing: border-box;
}

#pfcSellThisProduct .pfc-dealer-editor > summary::-webkit-details-marker {
    display: none;
}

#pfcSellThisProduct .pfc-dealer-editor > summary::before {
    content: "+";
    margin-right: 7px;
    font-size: 1.05rem;
    line-height: 1;
}

#pfcSellThisProduct .pfc-dealer-editor[open] > summary::before {
    content: "−";
}

#pfcSellThisProduct .pfc-dealer-editor > summary:hover,
#pfcSellThisProduct .pfc-dealer-editor > summary:focus {
    background: #0f233a;
    color: #ffffff;
}

#pfcSellThisProduct .pfc-dealer-information-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 20px;
    margin-top: 20px;
}

#pfcSellThisProduct .pfc-toolkit-field {
    min-width: 0;
}

#pfcSellThisProduct .pfc-toolkit-field--wide {
    grid-column: 1 / -1;
}

#pfcSellThisProduct .pfc-toolkit-field label {
    display: block;
    margin: 0 0 6px;
    color: #0f233a;
    font-size: 0.9rem;
    font-weight: 700;
}

#pfcSellThisProduct .pfc-toolkit-field input {
    display: block;
    width: 100%;
    height: 42px;
    margin: 0;
    padding: 8px 11px;
    border: 1px solid #cbd3dc;
    border-radius: 6px;
    background: #ffffff;
    color: #172033;
    font-family: inherit;
    font-size: 0.95rem;
    line-height: 1.3;
    box-sizing: border-box;
}

#pfcSellThisProduct .pfc-toolkit-field input:focus {
    border-color: #516a88;
    outline: 2px solid rgba(81, 106, 136, 0.18);
    outline-offset: 1px;
}

#pfcSellThisProduct .pfc-toolkit-field-note {
    margin: 18px 0 0;
    padding-top: 14px;
    border-top: 1px solid #e1e5ea;
    color: #6b7583;
    font-size: 0.86rem;
}

/* =========================================================
   CONFIGURATION AND RETAIL PRICE BUILDER
   ========================================================= */

#pfcSellThisProduct .pfc-pricing-builder {
    border-left: 4px solid #0f233a;
}

#pfcSellThisProduct .pfc-pricing-builder__heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

#pfcSellThisProduct .pfc-pricing-builder__heading h2 {
    margin: 0 0 6px;
}

#pfcSellThisProduct .pfc-pricing-builder__heading p {
    margin: 0;
}

#pfcSellThisProduct .pfc-pricing-builder__privacy {
    flex: 0 0 auto;
    padding: 6px 11px;
    border-radius: 4px;
    background: #0f233a;
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

#pfcSellThisProduct .pfc-pricing-builder__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: end;
}

#pfcSellThisProduct .pfc-pricing-builder select {
    display: block;
    width: 100%;
    height: 44px;
    margin: 0;
    padding: 8px 38px 8px 12px;
    border: 1px solid #cbd3dc;
    border-radius: 7px;
    background-color: #ffffff;
    color: #172033;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.3;
    box-sizing: border-box;
}

#pfcSellThisProduct .pfc-pricing-builder select:focus {
    border-color: #516a88;
    outline: 2px solid rgba(81, 106, 136, 0.18);
    outline-offset: 1px;
}

#pfcSellThisProduct .pfc-pricing-fact {
    min-height: 92px;
    padding: 15px 17px;
    border: 1px solid #dce2e8;
    border-radius: 9px;
    background: #f7f9fb;
    box-sizing: border-box;
}

#pfcSellThisProduct .pfc-pricing-fact__label {
    display: block;
    margin-bottom: 7px;
    color: #657184;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

#pfcSellThisProduct .pfc-pricing-fact__value {
    display: block;
    color: #0f233a;
    font-size: 1.08rem;
    line-height: 1.35;
}

#pfcSellThisProduct .pfc-percentage-entry,
#pfcSellThisProduct .pfc-dollar-entry {
    display: flex;
    align-items: center;
    height: 44px;
    border: 1px solid #cbd3dc;
    border-radius: 7px;
    background: #ffffff;
    overflow: hidden;
    box-sizing: border-box;
}

#pfcSellThisProduct .pfc-percentage-entry input,
#pfcSellThisProduct .pfc-dollar-entry input {
    flex: 1 1 auto;
    width: 100%;
    height: 42px;
    margin: 0;
    padding: 8px 12px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #172033;
    font-family: inherit;
    font-size: 1rem;
    box-sizing: border-box;
}

#pfcSellThisProduct .pfc-percentage-entry span,
#pfcSellThisProduct .pfc-dollar-entry span {
    flex: 0 0 auto;
    padding: 0 13px;
    color: #526176;
    font-size: 1rem;
    font-weight: 700;
}

#pfcSellThisProduct .pfc-percentage-entry:focus-within,
#pfcSellThisProduct .pfc-dollar-entry:focus-within {
    border-color: #516a88;
    outline: 2px solid rgba(81, 106, 136, 0.18);
    outline-offset: 1px;
}

#pfcSellThisProduct .pfc-retail-price-result {
    display: grid;
    grid-template-columns: auto auto minmax(260px, 1fr);
    gap: 18px 32px;
    align-items: center;
    margin-top: 24px;
    padding: 20px 22px;
    border-radius: 10px;
    background: #0f233a;
    color: #ffffff;
}

#pfcSellThisProduct .pfc-retail-price-result__metric {
    min-width: 0;
}

#pfcSellThisProduct .pfc-retail-price-result__label {
    display: block;
    margin-bottom: 7px;
    color: #d9e1eb;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

#pfcSellThisProduct .pfc-retail-price-result__price,
#pfcSellThisProduct .pfc-retail-price-result__difference {
    display: block;
    font-size: 1.85rem;
    line-height: 1;
    white-space: nowrap;
}

#pfcSellThisProduct .pfc-retail-price-result__price {
    color: #ffffff;
}

#pfcSellThisProduct .pfc-retail-price-result__difference {
    color: #72d98b;
}

#pfcSellThisProduct .pfc-retail-price-result__difference.is-negative {
    color: #ffb5b5;
}

#pfcSellThisProduct .pfc-retail-price-result__note {
    color: #d9e1eb;
    font-size: 0.84rem;
    line-height: 1.45;
}


/* =========================================================
   PRICING BUILDER - TABLET
   ========================================================= */

@media only screen and (max-width: 900px) {

    #pfcSellThisProduct .pfc-pricing-builder__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #pfcSellThisProduct .pfc-retail-price-result {
        grid-template-columns: auto 1fr;
    }

    #pfcSellThisProduct .pfc-retail-price-result__note {
        grid-column: 1 / -1;
    }
}


/* =========================================================
   PRICING BUILDER - MOBILE
   ========================================================= */

@media only screen and (max-width: 600px) {

    #pfcSellThisProduct .pfc-pricing-builder__heading {
        display: block;
    }

    #pfcSellThisProduct .pfc-pricing-builder__privacy {
        display: inline-block;
        margin-top: 12px;
    }

    #pfcSellThisProduct .pfc-pricing-builder__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    #pfcSellThisProduct .pfc-pricing-builder select,
    #pfcSellThisProduct .pfc-percentage-entry input,
    #pfcSellThisProduct .pfc-dollar-entry input {
        font-size: 16px;
    }

    #pfcSellThisProduct .pfc-pricing-fact {
        min-height: 0;
    }

    #pfcSellThisProduct .pfc-retail-price-result {
        display: block;
        padding: 18px;
        text-align: center;
    }

    #pfcSellThisProduct .pfc-retail-price-result__label,
    #pfcSellThisProduct .pfc-retail-price-result__price,
    #pfcSellThisProduct .pfc-retail-price-result__note {
        display: block;
    }

    #pfcSellThisProduct .pfc-retail-price-result__price {
        margin: 10px 0 13px;
        font-size: 1.85rem;
    }
	
	    #pfcSellThisProduct .pfc-customer-offer-inputs {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    #pfcSellThisProduct .pfc-customer-offer-preview {
        padding: 21px 18px;
    }

    #pfcSellThisProduct
    .pfc-customer-offer-preview__special-price {
        font-size: 2.25rem;
    }

    #pfcSellThisProduct
    .pfc-customer-offer-preview__footer {
        display: block;
    }

    #pfcSellThisProduct
    .pfc-customer-offer-preview__footer span {
        display: block;
        margin-top: 8px;
    }
}

/* =========================================================
   OPTIONAL CUSTOMER OFFER
   ========================================================= */

#pfcSellThisProduct .pfc-customer-offer-builder {
    margin-top: 22px;
    padding: 18px 20px;
    border: 1px solid #dce2e8;
    border-radius: 10px;
    background: #f7f9fb;
}

#pfcSellThisProduct .pfc-customer-offer-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #0f233a;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
}

#pfcSellThisProduct .pfc-customer-offer-toggle input {
    width: 18px;
    height: 18px;
    margin: 0;
}

#pfcSellThisProduct .pfc-customer-offer-fields {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #dce2e8;
}

#pfcSellThisProduct .pfc-customer-offer-inputs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    max-width: 680px;
    margin-bottom: 22px;
}

#pfcSellThisProduct
.pfc-customer-offer-inputs
input[type="date"] {
    display: block;
    width: 100%;
    height: 44px;
    margin: 0;
    padding: 8px 12px;
    border: 1px solid #cbd3dc;
    border-radius: 7px;
    background: #ffffff;
    color: #172033;
    font-family: inherit;
    font-size: 1rem;
    box-sizing: border-box;
}

#pfcSellThisProduct .pfc-customer-offer-preview {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    padding: 25px 28px;
    border: 2px solid #0f233a;
    border-radius: 12px;
    background: #ffffff;
    color: #0f233a;
    text-align: center;
    box-sizing: border-box;
}

#pfcSellThisProduct
.pfc-customer-offer-preview__heading {
    margin-bottom: 20px;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

#pfcSellThisProduct
.pfc-customer-offer-preview__regular {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #dce2e8;
    color: #647083;
    font-size: 0.95rem;
}

#pfcSellThisProduct
.pfc-customer-offer-preview__regular strong {
    color: #647083;
    font-size: 1.15rem;
    text-decoration: line-through;
}

#pfcSellThisProduct
.pfc-customer-offer-preview__badge {
    display: inline-block;
    margin: 18px 0;
    padding: 7px 12px;
    border-radius: 999px;
    background: #e8f5ec;
    color: #24683a;
    font-size: 0.88rem;
    font-weight: 800;
    text-transform: uppercase;
}

#pfcSellThisProduct
.pfc-customer-offer-preview__special-label {
    margin-bottom: 7px;
    color: #647083;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

#pfcSellThisProduct
.pfc-customer-offer-preview__special-price {
    color: #0f233a;
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1;
}

#pfcSellThisProduct
.pfc-customer-offer-preview__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 22px;
    padding-top: 16px;
    border-top: 1px solid #dce2e8;
    color: #3f4e61;
    font-size: 0.9rem;
}

#pfcSellThisProduct
.pfc-customer-offer-preview__footer strong {
    color: #24683a;
}

#pfcSellThisProduct .pfc-customer-offer-disclaimer {
    max-width: 680px;
    margin: 18px auto 0;
    color: #697586;
    font-size: 0.84rem;
    line-height: 1.5;
    text-align: center;
}

/* =========================================================
   TABLET
   ========================================================= */

@media only screen and (max-width: 900px) {

    #pfcSellThisProduct {
        padding: 24px 16px 42px;
    }

    #pfcSellThisProduct .pfc-toolkit-product {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    #pfcSellThisProduct .pfc-toolkit-main-image {
        max-height: 460px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media only screen and (max-width: 600px) {

    #pfcSellThisProduct {
        padding: 20px 12px 36px;
    }

    #pfcSellThisProduct .pfc-toolkit-heading h1 {
        font-size: 1.8rem;
    }

    #pfcSellThisProduct .pfc-toolkit-product,
    #pfcSellThisProduct .pfc-toolkit-section {
        padding: 18px;
        border-radius: 10px;
    }

    #pfcSellThisProduct .pfc-toolkit-product__details h2 {
        font-size: 1.45rem;
    }

    #pfcSellThisProduct .pfc-toolkit-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    #pfcSellThisProduct a.button,
    #pfcSellThisProduct button.button {
        width: 100%;
    }

    #pfcSellThisProduct .pfc-toolkit-copy-field {
        min-height: 160px;
        font-size: 16px;
    }


    /* =====================================================
       DEALER INFORMATION - MOBILE
       ===================================================== */

    #pfcSellThisProduct .pfc-dealer-information {
        padding: 16px;
    }

    #pfcSellThisProduct .pfc-dealer-summary {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    #pfcSellThisProduct .pfc-dealer-summary__details {
        grid-template-columns: 1fr;
        gap: 3px;
    }

    #pfcSellThisProduct .pfc-dealer-summary__business {
        grid-column: auto;
    }

    #pfcSellThisProduct .pfc-dealer-editor > summary {
        width: 100%;
        justify-content: center;
    }

    #pfcSellThisProduct .pfc-dealer-information-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    #pfcSellThisProduct .pfc-toolkit-field--wide {
        grid-column: auto;
    }

    #pfcSellThisProduct .pfc-toolkit-field input {
        height: 44px;
        font-size: 16px;
    }
}


/* =========================================================
   PRINT VIEW
   ========================================================= */

@media print {

    #pfcSellThisProduct {
        max-width: none;
        padding: 0;
    }

    #pfcSellThisProduct .pfc-toolkit-heading,
    #pfcSellThisProduct .pfc-toolkit-actions,
    #pfcSellThisProduct .pfc-copy-button {
        display: none !important;
    }

    #pfcSellThisProduct .pfc-toolkit-product,
    #pfcSellThisProduct .pfc-toolkit-section {
        box-shadow: none;
        break-inside: avoid;
    }

    #pfcSellThisProduct .pfc-toolkit-main-image {
        max-height: 420px;
    }
}