/* Staging product-description redesign. Scoped to product detail pages only. */
body.products_view .tsf-seo-content {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    grid-template-rows: auto auto auto auto auto;
    width: min(calc(100% - 32px), 920px);
    max-width: 920px !important;
    margin: 38px auto 24px !important;
    padding: 0 !important;
    overflow: hidden;
    color: #292538;
    text-align: left !important;
    line-height: 1.55 !important;
    background: #fff;
    border: 1px solid #dedbe7;
    border-radius: 12px;
    box-shadow: 0 14px 36px rgba(24, 18, 46, .08);
}

body.products_view .tsf-seo-content::before {
    content: "PRINT-READY ARTWORK";
    grid-column: 1;
    padding: 38px 44px 0;
    color: #ff3d63;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .13em;
}

body.products_view .tsf-seo-content::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: #ff3d63;
}

body.products_view .tsf-seo-content > h2:first-of-type {
    grid-column: 1;
    margin: 8px 0 0 !important;
    padding: 0 44px;
    color: #171326;
    font-size: clamp(26px, 3vw, 38px) !important;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.025em;
}

body.products_view .tsf-seo-content > p:first-of-type {
    grid-column: 1;
    margin: 18px 0 0 !important;
    padding: 0 44px 40px;
    color: #605b70;
    font-size: 16px;
    line-height: 1.68;
}

body.products_view .tsf-seo-content > h2:nth-of-type(2) {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px !important;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

body.products_view .tsf-seo-content > ul {
    grid-column: 2;
    grid-row: 1 / span 3;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    margin: 0 !important;
    padding: 24px 36px !important;
    list-style: none;
    background: #faf9fc;
    border-left: 1px solid #ebe8f0;
}

body.products_view .tsf-seo-content > ul > li {
    position: relative;
    margin: 0 !important;
    padding: 17px 0 17px 36px;
    color: #302b40;
    font-size: 15px;
    font-weight: 650;
    line-height: 1.45;
    border-bottom: 1px solid #e8e5ed;
}

body.products_view .tsf-seo-content > ul > li:last-child {
    border-bottom: 0;
}

body.products_view .tsf-seo-content > ul > li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 15px;
    display: grid;
    width: 23px;
    height: 23px;
    place-items: center;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    background: #6350ce;
    border-radius: 50%;
}

body.products_view .tsf-seo-content > h2:nth-of-type(3) {
    grid-column: 1 / -1;
    margin: 0 !important;
    padding: 26px 44px 0;
    color: #171326;
    font-size: 16px !important;
    font-weight: 800;
    border-top: 1px solid #ebe8f0;
}

body.products_view .tsf-seo-content > p:nth-of-type(2) {
    grid-column: 1 / -1;
    margin: 10px 44px 24px !important;
    padding: 14px 16px;
    color: #4f4960;
    font-size: 14px;
    line-height: 1.6;
    background: #f7f5fc;
    border: 1px solid #e7e2f4;
    border-radius: 8px;
}

body.products_view .tsf-seo-content > p:last-child {
    grid-column: 1 / -1;
    margin: 0 !important;
    padding: 20px 44px 24px;
    color: #656074;
    font-size: 14px;
    border-top: 1px solid #ebe8f0;
}

body.products_view .tsf-seo-content a {
    color: #5b46ca;
    font-weight: 750;
    text-decoration: none;
}

body.products_view .tsf-seo-content a:hover,
body.products_view .tsf-seo-content a:focus-visible {
    color: #ff3d63;
    text-decoration: underline;
}

@media (max-width: 720px) {
    body.products_view .tsf-seo-content {
        display: block;
        width: calc(100% - 28px);
        margin: 28px auto 18px !important;
        border-radius: 10px;
    }

    body.products_view .tsf-seo-content::before {
        display: block;
        padding: 28px 24px 0;
    }

    body.products_view .tsf-seo-content > h2:first-of-type {
        margin-top: 7px !important;
        padding: 0 24px;
        font-size: 27px !important;
    }

    body.products_view .tsf-seo-content > p:first-of-type {
        margin-top: 14px !important;
        padding: 0 24px 25px;
        font-size: 15px;
        line-height: 1.62;
    }

    body.products_view .tsf-seo-content > ul {
        display: block;
        padding: 8px 24px !important;
        border-top: 1px solid #ebe8f0;
        border-left: 0;
    }

    body.products_view .tsf-seo-content > ul > li {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 14px;
    }

    body.products_view .tsf-seo-content > ul > li::before {
        top: 13px;
    }

    body.products_view .tsf-seo-content > h2:nth-of-type(3) {
        padding: 22px 24px 0;
    }

    body.products_view .tsf-seo-content > p:nth-of-type(2) {
        margin: 10px 24px 20px !important;
    }

    body.products_view .tsf-seo-content > p:last-child {
        padding: 18px 24px 22px;
    }
}
