{"product_id":"ank-lifecare-surgeon-cap","title":"ANK Lifecare Surgeon Cap (Pack of 100)","description":"\u003cstyle\u003e\n  \/* Root Container - Prevents page-level stretching \u0026 horizontal overflow *\/\n  .product-description {\n    --primary: #0e8f86;\n    --primary-dark: #0a6e67;\n    --secondary: #1b3b5b;\n    --accent: #6cbf4b;\n    --accent-soft: #e6f4e2;\n    --background: #f6faf9;\n    --surface: #ffffff;\n    --surface-alt: #eef7f5;\n    --text: #16262c;\n    --muted: #5c6e72;\n    --border: #dfece9;\n    --shadow: rgba(13, 46, 48, 0.08);\n\n    font-family: Inter, \"SF Pro Display\", \"Segoe UI\", Helvetica, Arial, sans-serif;\n    color: var(--text);\n    background: var(--background);\n    line-height: 1.6;\n    -webkit-font-smoothing: antialiased;\n    width: 100% !important;\n    max-width: 100% !important;\n    min-width: 0 !important;\n    overflow: hidden !important;\n    box-sizing: border-box !important;\n    position: relative;\n    margin: 0 auto;\n    contain: inline-size;\n  }\n\n  .product-description,\n  .product-description * { \n    box-sizing: border-box !important; \n    max-width: 100% !important;\n    overflow-wrap: break-word;\n    word-wrap: break-word;\n  }\n\n  .product-description img,\n  .product-description svg { \n    max-width: 100% !important; \n    height: auto; \n  }\n\n  .product-description section {\n    padding: 36px 16px;\n    max-width: 1180px;\n    margin: 0 auto;\n    width: 100% !important;\n    box-sizing: border-box !important;\n  }\n\n  .product-description .eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: var(--primary-dark);\n    margin-bottom: 14px;\n    background: var(--surface-alt);\n    padding: 6px 14px;\n    border-radius: 999px;\n    max-width: 100%;\n  }\n\n  .product-description .eyebrow::before {\n    content: \"\";\n    width: 14px;\n    height: 2px;\n    background: var(--accent);\n    display: inline-block;\n    border-radius: 2px;\n  }\n\n  .product-description h2 {\n    font-size: clamp(20px, 4vw, 32px);\n    font-weight: 800;\n    letter-spacing: -0.01em;\n    color: var(--secondary);\n    margin: 0 0 12px;\n    word-break: break-word;\n  }\n\n  .product-description .section-intro {\n    max-width: 640px;\n    color: var(--muted);\n    font-size: 15px;\n    margin: 0 0 32px;\n  }\n\n  .product-description .icon {\n    width: 24px;\n    height: 24px;\n    stroke: var(--primary);\n    fill: none;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n    flex-shrink: 0;\n  }\n\n  \/* Wave Divider *\/\n  .product-description .wave-divider {\n    display: block;\n    width: 100% !important;\n    max-width: 100% !important;\n    height: 36px;\n    margin: 0;\n    flex-shrink: 0;\n  }\n  .product-description .wave-divider path.wave-back { fill: var(--accent-soft); }\n  .product-description .wave-divider path.wave-front { fill: var(--surface); }\n\n  \/* Hero Section *\/\n  .product-description .pd-hero {\n    position: relative;\n    padding-top: 32px;\n    padding-bottom: 32px;\n    background: linear-gradient(180deg, #eef8f6 0%, var(--background) 100%);\n    width: 100% !important;\n  }\n\n  .product-description .pd-hero-inner {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 0 12px;\n    text-align: center;\n    width: 100% !important;\n  }\n\n  .product-description .pd-brandline {\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.08em;\n    color: var(--primary-dark);\n    text-transform: uppercase;\n    margin-bottom: 14px;\n  }\n\n  .product-description .pd-hero h1 {\n    font-size: clamp(22px, 5vw, 44px);\n    line-height: 1.25;\n    font-weight: 800;\n    letter-spacing: -0.02em;\n    color: var(--secondary);\n    margin: 0 0 16px;\n    word-wrap: break-word;\n    word-break: break-word;\n  }\n\n  .product-description .pd-hero h1 em {\n    font-style: normal;\n    color: var(--primary);\n    background: var(--accent-soft);\n    padding: 2px 8px;\n    border-radius: 8px;\n    display: inline-block;\n    max-width: 100%;\n  }\n\n  .product-description .pd-hero p.pd-sub {\n    font-size: 15px;\n    color: var(--muted);\n    max-width: 680px;\n    margin: 0 auto 28px;\n  }\n\n  .product-description .pd-stat-row {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 10px;\n    width: 100% !important;\n  }\n\n  .product-description .pd-stat {\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: 999px;\n    padding: 8px 16px;\n    font-size: 13px;\n    font-weight: 700;\n    color: var(--secondary);\n    box-shadow: 0 4px 12px var(--shadow);\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    max-width: 100%;\n  }\n\n  .product-description .pd-stat .icon { width: 18px; height: 18px; stroke: var(--primary); }\n\n  \/* Why You'll Love It *\/\n  .product-description .pd-love-list {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 24px 32px;\n    width: 100% !important;\n  }\n\n  .product-description .pd-love-item {\n    display: flex;\n    gap: 14px;\n    align-items: flex-start;\n    min-width: 0;\n  }\n\n  .product-description .pd-love-icon-wrap {\n    width: 46px;\n    height: 46px;\n    border-radius: 14px;\n    background: var(--accent-soft);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n  }\n\n  .product-description .pd-love-item h3 {\n    font-size: 16px;\n    font-weight: 800;\n    color: var(--secondary);\n    margin: 0 0 4px;\n  }\n\n  .product-description .pd-love-item p {\n    font-size: 14px;\n    color: var(--muted);\n    margin: 0;\n  }\n\n  \/* Features Section *\/\n  .product-description .pd-features { \n    background: var(--surface-alt); \n    width: 100% !important;\n  }\n\n  .product-description .pd-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n    width: 100% !important;\n  }\n\n  .product-description .pd-feature-card {\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: 20px;\n    padding: 22px 18px;\n    box-shadow: 0 4px 16px var(--shadow);\n    width: 100% !important;\n    min-width: 0;\n  }\n\n  .product-description .pd-feature-card .icon-circle {\n    width: 46px;\n    height: 46px;\n    border-radius: 14px;\n    background: var(--primary);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 14px;\n  }\n\n  .product-description .pd-feature-card .icon-circle .icon {\n    stroke: #ffffff;\n  }\n\n  .product-description .pd-feature-card h3 {\n    font-size: 15px;\n    font-weight: 800;\n    color: var(--secondary);\n    margin: 0 0 6px;\n  }\n\n  .product-description .pd-feature-card p {\n    font-size: 13.5px;\n    color: var(--muted);\n    margin: 0;\n  }\n\n  \/* Specifications Table - Fixed for Mobile *\/\n  .product-description .pd-specs-table-wrap {\n    width: 100% !important;\n    max-width: 100% !important;\n    display: block !important;\n    overflow-x: auto !important;\n    border-radius: 16px;\n    border: 1px solid var(--border);\n    box-shadow: 0 4px 16px var(--shadow);\n    background: var(--surface);\n  }\n\n  .product-description .pd-specs-table {\n    width: 100% !important;\n    border-collapse: collapse;\n    background: var(--surface);\n    table-layout: fixed !important;\n  }\n\n  .product-description .pd-specs-table tr:not(:last-child) td { border-bottom: 1px solid var(--border); }\n\n  .product-description .pd-specs-table td {\n    padding: 12px 16px;\n    font-size: 13.5px;\n    word-break: break-word !important;\n    overflow-wrap: break-word !important;\n  }\n\n  .product-description .pd-specs-table td:first-child {\n    width: 40%;\n    color: var(--muted);\n    font-weight: 700;\n  }\n\n  .product-description .pd-specs-table td:last-child {\n    width: 60%;\n  }\n\n  .product-description .pd-specs-table tr:nth-child(even) { background: var(--surface-alt); }\n\n  \/* Usage \/ Caution Box *\/\n  .product-description .pd-caution-box {\n    background: #fff9eb;\n    border: 1px solid #fceabb;\n    border-radius: 16px;\n    padding: 20px;\n    margin-top: 20px;\n  }\n\n  .product-description .pd-caution-box h3 {\n    font-size: 15px;\n    font-weight: 800;\n    color: #d97706;\n    margin: 0 0 8px;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n\n  .product-description .pd-caution-box p {\n    margin: 0;\n    color: var(--muted);\n    font-size: 13.5px;\n  }\n\n  \/* Included Card *\/\n  .product-description .pd-included-card {\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: 20px;\n    padding: 24px;\n    display: flex;\n    gap: 20px;\n    align-items: center;\n    box-shadow: 0 4px 16px var(--shadow);\n    width: 100% !important;\n  }\n\n  .product-description .pd-included-card .icon-circle {\n    width: 52px;\n    height: 52px;\n    border-radius: 16px;\n    background: var(--accent-soft);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n  }\n\n  .product-description .pd-included-card ul {\n    margin: 6px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .product-description .pd-included-card li {\n    font-size: 14px;\n    color: var(--muted);\n    padding-left: 18px;\n    position: relative;\n    margin-bottom: 6px;\n  }\n\n  .product-description .pd-included-card li::before {\n    content: \"\";\n    position: absolute;\n    left: 0;\n    top: 7px;\n    width: 6px;\n    height: 6px;\n    border-radius: 50%;\n    background: var(--accent);\n  }\n\n  \/* Trust Section *\/\n  .product-description .pd-trust {\n    width: 100% !important;\n    background: var(--secondary);\n    color: #fff;\n    text-align: center;\n    padding: 36px 16px;\n    border-radius: 24px 24px 0 0;\n  }\n\n  .product-description .pd-trust h2 { color: #fff; }\n\n  .product-description .pd-trust p {\n    color: rgba(255, 255, 255, 0.82);\n    font-size: 14.5px;\n    margin: 0 0 20px;\n  }\n\n  .product-description .pd-trust-badges {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 10px;\n    width: 100% !important;\n  }\n\n  .product-description .pd-trust-badge {\n    background: rgba(255, 255, 255, 0.12);\n    border: 1px solid rgba(255, 255, 255, 0.22);\n    border-radius: 999px;\n    padding: 8px 16px;\n    font-size: 12.5px;\n    font-weight: 700;\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    max-width: 100%;\n  }\n\n  .product-description .pd-trust-badge .icon { width: 14px; height: 14px; stroke: var(--accent); }\n\n  \/* Responsive Media Queries *\/\n  @media (max-width: 768px) {\n    .product-description section { padding: 28px 12px; }\n    .product-description .pd-love-list { grid-template-columns: 1fr; gap: 18px; }\n    .product-description .pd-feature-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }\n    .product-description .pd-included-card { flex-direction: column; text-align: center; }\n    .product-description .pd-included-card li { text-align: left; }\n  }\n\n  @media (max-width: 480px) {\n    .product-description section { padding: 24px 10px; }\n    .product-description .pd-stat-row { flex-direction: column; width: 100%; }\n    .product-description .pd-stat { width: 100%; justify-content: center; }\n    .product-description .pd-feature-grid { grid-template-columns: 1fr; }\n    .product-description .pd-specs-table td:first-child { width: 40%; }\n    .product-description .pd-specs-table td:last-child { width: 60%; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003c!-- Hero --\u003e\n\u003csection class=\"pd-hero\"\u003e\n\u003cdiv class=\"pd-hero-inner\"\u003e\n\u003cdiv class=\"pd-brandline\"\u003eLifecare™\u003c\/div\u003e\n\u003ch1\u003eDISPOSABLE SURGEONS CAP\u003c\/h1\u003e\n\u003cp class=\"pd-sub\"\u003eLightweight and strong disposable surgeon caps featuring water repellent material and ultrasonic sealing.\u003c\/p\u003e\n\u003cdiv class=\"pd-stat-row\"\u003e\n\u003cspan class=\"pd-stat\"\u003e \u003csvg viewbox=\"0 0 24 24\" class=\"icon\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Light Weight \u0026amp; Strong \u003c\/span\u003e \u003cspan class=\"pd-stat\"\u003e \u003csvg viewbox=\"0 0 24 24\" class=\"icon\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Water Repellent Strong \u003c\/span\u003e \u003cspan class=\"pd-stat\"\u003e \u003csvg viewbox=\"0 0 24 24\" class=\"icon\"\u003e\u003crect rx=\"4\" height=\"16\" width=\"16\" y=\"4\" x=\"4\"\u003e\u003c\/rect\u003e\u003cpath d=\"M9 12h6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 100 Nos Pack \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" preserveaspectratio=\"none\" viewbox=\"0 0 1440 60\" class=\"wave-divider\"\u003e\n    \u003cpath d=\"M0,20 C240,60 480,0 720,20 C960,40 1200,0 1440,20 L1440,60 L0,60 Z\" class=\"wave-back\"\u003e\u003c\/path\u003e\n    \u003cpath d=\"M0,35 C240,10 480,50 720,32 C960,14 1200,50 1440,30 L1440,60 L0,60 Z\" class=\"wave-front\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e \u003c!-- Why You'll Love It --\u003e\n\u003csection class=\"pd-love\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eWhy You'll Love It\u003c\/div\u003e\n\u003ch2\u003eProtective \u0026amp; lightweight medical headwear.\u003c\/h2\u003e\n\u003cp class=\"section-intro\"\u003eKey product features printed on the packaging.\u003c\/p\u003e\n\u003cdiv class=\"pd-love-list\"\u003e\n\u003cdiv class=\"pd-love-item\"\u003e\n\u003cdiv class=\"pd-love-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 24 24\" class=\"icon\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eLight Weight \u0026amp; Strong\u003c\/h3\u003e\n\u003cp\u003eEngineered to be comfortable during long procedures while remaining durable.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-love-item\"\u003e\n\u003cdiv class=\"pd-love-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 24 24\" class=\"icon\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eWater Repellent Strong\u003c\/h3\u003e\n\u003cp\u003eDesigned to repel fluid splashes and prevent contamination via dry or wet contact.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-love-item\"\u003e\n\u003cdiv class=\"pd-love-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 24 24\" class=\"icon\"\u003e\u003crect rx=\"2\" height=\"18\" width=\"18\" y=\"3\" x=\"3\"\u003e\u003c\/rect\u003e\u003cpath d=\"M7 8h10M7 12h10M7 16h6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eUltrasonic Sealing\u003c\/h3\u003e\n\u003cp\u003eBuilt using precision ultrasonic sealed seams for increased strength.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-love-item\"\u003e\n\u003cdiv class=\"pd-love-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 24 24\" class=\"icon\"\u003e\u003cpath d=\"M12 3v18M4 8c2 2 4 2 8 0s6-2 8 0M4 16c2 2 4 2 8 0s6-2 8 0\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eLint-Free Material\u003c\/h3\u003e\n\u003cp\u003eConstructed from lint-free material with fiberglass free filter medium.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature Cards --\u003e\n\u003csection class=\"pd-features\"\u003e\n\u003cdiv class=\"pd-features-inner\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eKey Features\u003c\/div\u003e\n\u003ch2\u003ePackage Features \u0026amp; Specifications\u003c\/h2\u003e\n\u003cp class=\"section-intro\"\u003eFeatures listed directly on the box.\u003c\/p\u003e\n\u003cdiv class=\"pd-feature-grid\"\u003e\n\u003cdiv class=\"pd-feature-card\"\u003e\n\u003cdiv class=\"icon-circle\"\u003e\u003csvg viewbox=\"0 0 24 24\" class=\"icon\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eLight Weight \u0026amp; Strong\u003c\/h3\u003e\n\u003cp\u003eLightweight feel with robust tear resistance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-card\"\u003e\n\u003cdiv class=\"icon-circle\"\u003e\u003csvg viewbox=\"0 0 24 24\" class=\"icon\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eWater Repellent Strong\u003c\/h3\u003e\n\u003cp\u003eEffective barrier against fluid transfer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-card\"\u003e\n\u003cdiv class=\"icon-circle\"\u003e\u003csvg viewbox=\"0 0 24 24\" class=\"icon\"\u003e\u003crect rx=\"2\" height=\"18\" width=\"18\" y=\"3\" x=\"3\"\u003e\u003c\/rect\u003e\u003cpath d=\"M7 8h10M7 12h10M7 16h6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eUltrasonic Sealing\u003c\/h3\u003e\n\u003cp\u003eUltrasonic sealed edge bonding.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-card\"\u003e\n\u003cdiv class=\"icon-circle\"\u003e\u003csvg viewbox=\"0 0 24 24\" class=\"icon\"\u003e\u003cpath d=\"M12 3v18M4 8c2 2 4 2 8 0s6-2 8 0M4 16c2 2 4 2 8 0s6-2 8 0\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eLint-Free Material\u003c\/h3\u003e\n\u003cp\u003eLint-free material to prevent particulate shedding.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-card\"\u003e\n\u003cdiv class=\"icon-circle\"\u003e\u003csvg viewbox=\"0 0 24 24\" class=\"icon\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M9 12l2 2 4-4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eHigh BFE\u003c\/h3\u003e\n\u003cp\u003eHigh Bacterial Filtration Efficiency material.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-card\"\u003e\n\u003cdiv class=\"icon-circle\"\u003e\u003csvg viewbox=\"0 0 24 24\" class=\"icon\"\u003e\u003crect rx=\"4\" height=\"16\" width=\"16\" y=\"4\" x=\"4\"\u003e\u003c\/rect\u003e\u003cpath d=\"M9 12h6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eFiberglass Free\u003c\/h3\u003e\n\u003cp\u003eFiberglass free filter medium.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Technical Specifications --\u003e\n\u003csection class=\"pd-specs\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eTechnical Specifications\u003c\/div\u003e\n\u003ch2\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"pd-specs-table-wrap\"\u003e\n\u003ctable class=\"pd-specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eLifecare™\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Name\u003c\/td\u003e\n\u003ctd\u003eSurgeons Cap\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial Type\u003c\/td\u003e\n\u003ctd\u003eLint-free material\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFilter Medium\u003c\/td\u003e\n\u003ctd\u003eFiberglass free filter medium\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFiltration Efficiency\u003c\/td\u003e\n\u003ctd\u003eHigh BFE (Bacterial Filtration Efficiency)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFluid Resistance\u003c\/td\u003e\n\u003ctd\u003eWater repellent strong\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSealing Method\u003c\/td\u003e\n\u003ctd\u003eUltrasonic sealing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePack Quantity\u003c\/td\u003e\n\u003ctd\u003e100 Nos \/ 100 Pieces\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUsage\u003c\/td\u003e\n\u003ctd\u003eSingle-Use \/ Disposable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Usage Caution from Packaging --\u003e\n\u003cdiv class=\"pd-caution-box\"\u003e\n\u003ch3\u003e\n\u003csvg style=\"stroke: #d97706; width: 20px; height: 20px;\" viewbox=\"0 0 24 24\" class=\"icon\"\u003e\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 8v5M12 16h.01\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Usage Notice\u003c\/h3\u003e\n\u003cp\u003eDo not use if damaged or soiled with blood or body fluids. Designed to prevent contamination via dry\/wet contact.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- What's Included --\u003e\n\u003csection class=\"pd-included\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eWhat's Included\u003c\/div\u003e\n\u003ch2\u003eIn this box\u003c\/h2\u003e\n\u003cdiv class=\"pd-included-card\"\u003e\n\u003cdiv class=\"icon-circle\"\u003e\u003csvg viewbox=\"0 0 24 24\" class=\"icon\"\u003e\u003crect rx=\"4\" height=\"16\" width=\"16\" y=\"4\" x=\"4\"\u003e\u003c\/rect\u003e\u003cpath d=\"M9 12h6M12 9v6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cul\u003e\n\u003cli\u003e1 Box containing 100 Nos of Lifecare™ Disposable Surgeons Caps\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Trust Section --\u003e\n\u003csection class=\"pd-trust\"\u003e\n\u003cdiv class=\"pd-trust-inner\"\u003e\n\u003ch2\u003eLifecare™\u003c\/h2\u003e\n\u003cp\u003eSurgeons Cap\u003c\/p\u003e\n\u003cdiv class=\"pd-trust-badges\"\u003e\n\u003cspan class=\"pd-trust-badge\"\u003e\u003csvg viewbox=\"0 0 24 24\" class=\"icon\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003eLight Weight\u003c\/span\u003e \u003cspan class=\"pd-trust-badge\"\u003e\u003csvg viewbox=\"0 0 24 24\" class=\"icon\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003eWater Repellent\u003c\/span\u003e \u003cspan class=\"pd-trust-badge\"\u003e\u003csvg viewbox=\"0 0 24 24\" class=\"icon\"\u003e\u003crect rx=\"4\" height=\"16\" width=\"16\" y=\"4\" x=\"4\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e100 Nos\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"ANK Lifecare","offers":[{"title":"Default Title","offer_id":46783131091143,"sku":"LCSC100","price":699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0705\/6297\/1847\/files\/LFCW788_LifeCareLifecareProductseditforwebsite_DisposableCaps.jpg?v=1784027168","url":"https:\/\/anklifecare.com\/products\/ank-lifecare-surgeon-cap","provider":"ANK Lifecare","version":"1.0","type":"link"}