

            body.single-product .phi-custom-html {
                --phi-warranty-ink: var(--ek-ink, #161616);
                --phi-warranty-muted: var(--ek-muted, #666);
                --phi-warranty-line: var(--ek-line, #e8e2dc);
                --phi-warranty-soft: #fff;
                --phi-warranty-accent: #cfc8bf;
                clear: both;
                margin: 14px 0 18px;
                max-width: 100%;
                color: var(--phi-warranty-ink);
            }
            body.single-product .phi-warranty-card {
                display: grid;
                grid-template-columns: 38px minmax(0, 1fr);
                gap: 12px;
                align-items: start;
                padding: 12px 13px;
                background: var(--phi-warranty-soft);
                border: 1px solid var(--phi-warranty-line);
                border-left: 1px solid var(--phi-warranty-accent);
                border-radius: 0;
                box-shadow: none;
            }
            body.single-product .phi-warranty-mark {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                width: 38px;
                height: 38px;
                border: 1px solid var(--phi-warranty-line);
                background: #fafafa;
                color: #777;
                font-size: 12px;
                font-weight: 800;
                letter-spacing: 0;
                line-height: 1;
            }
            body.single-product .phi-warranty-body {
                min-width: 0;
            }
            body.single-product .phi-warranty-label {
                margin: 0 0 4px;
                color: #777;
                font-size: 10px;
                font-weight: 800;
                letter-spacing: .14em;
                line-height: 1.2;
                text-transform: uppercase;
            }
            body.single-product .phi-warranty-content {
                color: #333;
                font-size: 12.75px;
                line-height: 1.55;
            }
            body.single-product .phi-warranty-content > :first-child {
                margin-top: 0 !important;
            }
            body.single-product .phi-warranty-content > :last-child {
                margin-bottom: 0 !important;
            }
            body.single-product .phi-warranty-content p {
                margin: 0 0 6px;
                color: inherit;
                font-size: inherit;
                line-height: inherit;
            }
            body.single-product .phi-warranty-content h1,
            body.single-product .phi-warranty-content h2,
            body.single-product .phi-warranty-content h3,
            body.single-product .phi-warranty-content h4,
            body.single-product .phi-warranty-content h5,
            body.single-product .phi-warranty-content h6 {
                margin: 0 0 5px;
                color: #222;
                font-size: 13px;
                font-weight: 800;
                letter-spacing: 0;
                line-height: 1.35;
            }
            body.single-product .phi-warranty-content > [style] {
                margin: 0 !important;
                padding: 0 !important;
                background: transparent !important;
                border: 0 !important;
                border-radius: 0 !important;
                box-shadow: none !important;
                color: inherit !important;
            }
            body.single-product .phi-warranty-content [style*="color"] {
                color: inherit !important;
            }
            body.single-product .phi-warranty-content strong,
            body.single-product .phi-warranty-content b {
                color: var(--phi-warranty-ink);
                font-weight: 800;
            }
            body.single-product .phi-warranty-content a {
                color: var(--phi-warranty-ink);
                text-decoration: underline;
                text-underline-offset: 3px;
            }
            body.single-product .phi-warranty-content ul,
            body.single-product .phi-warranty-content ol {
                margin: 6px 0 0 18px;
                padding: 0;
            }
            body.single-product .phi-warranty-content li {
                margin: 2px 0;
            }
            @media (max-width: 549px) {
                body.single-product .phi-custom-html {
                    margin: 12px 0 16px;
                }
                body.single-product .phi-warranty-card {
                    grid-template-columns: 32px minmax(0, 1fr);
                    gap: 10px;
                    padding: 12px;
                }
                body.single-product .phi-warranty-mark {
                    width: 32px;
                    height: 32px;
                    font-size: 11px;
                }
                body.single-product .phi-warranty-content {
                    font-size: 12.5px;
                }
            }
        
/*# sourceURL=phi-warranty-front-inline-css */

