/* Port 2000 product section, isolated for the 2003 combined preview. */
@media (min-width: 861px) {
    html body.page-home #section-7 > .home-panel__inner {
        width: 100% !important;
        max-width: 1920px !important;
        margin: 0 !important;
        padding: 0 10vw !important;
        align-items: center !important;
        align-content: center !important;
        justify-content: center !important;
        justify-items: center !important;
    }

    html body.page-home #section-7 .products-showcase {
        width: 100% !important;
        max-width: 1280px !important;
        margin: 0 !important;
        padding: 0 !important;
        gap: 46px !important;
        justify-self: center !important;
        transform: translateY(-18px) !important;
    }

    html body.page-home #section-7 .products-showcase__header {
        margin: 0 !important;
        gap: 16px !important;
        transform: none !important;
    }

    html body.page-home #section-7 .products-showcase__eyebrow,
    html body.page-home #section-7 .products-showcase__title,
    html body.page-home #section-7 .products-showcase__lead {
        margin: 0 !important;
        transform: none !important;
    }

    html body.page-home #section-7 .products-showcase__frame {
        width: 100% !important;
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 26px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    html body.page-home #section-7 .product-card.product-card--summary {
        width: 100% !important;
        height: auto !important;
        min-height: 430px !important;
        padding: 30px 32px 26px !important;
        border-radius: 22px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        overflow: visible !important;
    }

    html body.page-home #section-7 .product-card__icon {
        order: 0 !important;
        width: 50px !important;
        height: 50px !important;
        margin: 0 0 20px !important;
    }

    html body.page-home #section-7 .product-card__icon img {
        width: 38px !important;
        height: 38px !important;
        object-fit: contain !important;
    }

    html body.page-home #section-7 .product-card__badge {
        order: 0 !important;
        margin: 0 !important;
        padding: 5px 10px !important;
        font-size: 13px !important;
        line-height: 1.2 !important;
    }

    html body.page-home #section-7 .product-card h3 {
        margin: 14px 0 20px !important;
        font-size: 28px !important;
        line-height: 1.25 !important;
    }

    html body.page-home #section-7 .product-card--summary ul {
        gap: 10px !important;
    }

    html body.page-home #section-7 .product-card__footer {
        width: 100% !important;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        align-items: center !important;
        gap: 18px !important;
        margin-top: auto !important;
        padding: 20px 0 0 !important;
    }

    html body.page-home #section-7 .product-card__footer b {
        display: block !important;
        font-size: 14px !important;
        line-height: 1.25 !important;
        white-space: nowrap !important;
    }
}

@media (max-width: 860px) {
    html body.page-home #section-7 > .home-panel__inner {
        width: 100% !important;
        max-width: none !important;
        padding: 72px 16px !important;
    }

    html body.page-home #section-7 .products-showcase {
        width: 100% !important;
        max-width: none !important;
        gap: 38px !important;
        margin: 0 !important;
        padding: 0 !important;
        transform: none !important;
        justify-self: stretch !important;
    }

    html body.page-home #section-7 .products-showcase__header {
        width: 100% !important;
        gap: 20px !important;
        margin: 0 0 28px !important;
    }

    html body.page-home #section-7 .products-showcase__eyebrow,
    html body.page-home #section-7 .products-showcase__title,
    html body.page-home #section-7 .products-showcase__lead {
        transform: none !important;
    }

    html body.page-home #section-7 .products-showcase__frame {
        width: 100% !important;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 16px !important;
        margin: 28px 0 0 !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    html body.page-home #section-7 .product-card.product-card--summary {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        padding: 24px 20px !important;
        display: grid !important;
        overflow: visible !important;
    }

    html body.page-home #section-7 .product-card__icon {
        order: 0 !important;
        width: 56px !important;
        height: 56px !important;
        margin: 0 0 18px !important;
    }

    html body.page-home #section-7 .product-card__badge {
        order: 0 !important;
        margin: 0 !important;
        font-size: 12px !important;
    }

    html body.page-home #section-7 .product-card__footer {
        width: 100% !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 8px !important;
        margin-top: 0 !important;
        padding: 28px 0 0 !important;
    }

    html body.page-home #section-7 .product-card__footer b {
        display: block !important;
    }
}
