{"product_id":"💳-rfid-blocking-leather-metal-card-case-slim-business-credit-card-holder","title":"💳 RFID Blocking Leather \u0026 Metal Card Case - Slim Business \u0026 Credit Card Holder","description":"\u003cstyle\u003e\n\/* =========================================================\n   METAL CARD HOLDER PDP\n   SHOPIFY RICH TEXT HTML\n   PURE HTML + CSS\n   NO JAVASCRIPT\n   ========================================================= *\/\n\n.metal-card-pdp {\n    --dark-1: #222934;\n    --dark-2: #11151c;\n    --dark-3: #252d37;\n\n    --white: #ffffff;\n    --text: #c8d0db;\n    --muted: #8995a4;\n\n    --blue: #79a8ff;\n    --blue-strong: #4e88ed;\n    --blue-deep: #2f6fd5;\n\n    width: 100%;\n    max-width: 800px;\n\n    margin: 0 auto;\n    padding: 0;\n\n    background: transparent;\n\n    color: #ffffff;\n\n    font-family:\n        -apple-system,\n        BlinkMacSystemFont,\n        \"Segoe UI\",\n        Roboto,\n        Helvetica,\n        Arial,\n        sans-serif;\n\n    line-height: 1.6;\n\n    box-sizing: border-box;\n}\n\n.metal-card-pdp *,\n.metal-card-pdp *::before,\n.metal-card-pdp *::after {\n    box-sizing: border-box;\n}\n\n\n\/* =========================================================\n   RETURN ANCHOR\n\n   Button jumps here first.\n   scroll-margin-top intentionally places viewport\n   ABOVE description, close to product variants.\n   ========================================================= *\/\n\n.metal-card-pdp .pdp-return-anchor {\n    display: block;\n\n    width: 1px;\n    height: 1px;\n\n    margin: 0;\n    padding: 0;\n\n    overflow: hidden;\n\n    opacity: 0;\n\n    pointer-events: none;\n\n    scroll-margin-top: 620px;\n    scroll-margin-block-start: 620px;\n}\n\n\n\/* =========================================================\n   MAIN CARDS\n   ========================================================= *\/\n\n.metal-card-pdp .pdp-card {\n    position: relative;\n    z-index: 1;\n\n    overflow: hidden;\n\n    margin: 0 0 24px;\n\n    padding: 34px 26px;\n\n    border-radius: 20px;\n\n    border:\n        1px solid rgba(255,255,255,0.09);\n\n    background:\n        radial-gradient(\n            circle at 80% 10%,\n            rgba(71,109,166,0.26),\n            transparent 34%\n        ),\n        linear-gradient(\n            145deg,\n            #222934 0%,\n            #11151c 60%,\n            #252d37 100%\n        );\n\n    color: #ffffff;\n\n    box-shadow:\n        0 14px 38px rgba(12,18,27,0.18),\n        inset 0 1px 0 rgba(255,255,255,0.04);\n}\n\n\n.metal-card-pdp .pdp-card::before {\n    content: \"\";\n\n    position: absolute;\n\n    top: -150px;\n    right: -120px;\n\n    width: 300px;\n    height: 300px;\n\n    border-radius: 50%;\n\n    background:\n        radial-gradient(\n            circle,\n            rgba(68,125,228,0.09),\n            transparent 68%\n        );\n\n    pointer-events: none;\n\n    z-index: 0;\n}\n\n\n\/* =========================================================\n   TYPOGRAPHY\n   ========================================================= *\/\n\n.metal-card-pdp .section-eyebrow {\n    position: relative;\n    z-index: 2;\n\n    margin: 0 0 8px;\n\n    text-align: center;\n\n    color: var(--blue);\n\n    font-size: 11px;\n    line-height: 1.4;\n\n    font-weight: 800;\n\n    letter-spacing: 1.6px;\n\n    text-transform: uppercase;\n}\n\n\n.metal-card-pdp .block-title {\n    position: relative;\n    z-index: 2;\n\n    margin: 0 0 14px;\n\n    color: #ffffff;\n\n    text-align: center;\n\n    font-size: 28px;\n    line-height: 1.18;\n\n    font-weight: 800;\n\n    letter-spacing: -0.5px;\n}\n\n\n.metal-card-pdp .block-desc {\n    position: relative;\n    z-index: 2;\n\n    width: 100%;\n    max-width: 650px;\n\n    margin: 0 auto 22px;\n\n    color: #c8d0db;\n\n    text-align: left;\n\n    font-size: 15px;\n    line-height: 1.75;\n}\n\n\n.metal-card-pdp strong {\n    color: #ffffff;\n}\n\n\n.metal-card-pdp .text-blue,\n.metal-card-pdp .text-steel,\n.metal-card-pdp .text-gold {\n    color: var(--blue);\n\n    font-weight: 800;\n}\n\n\n\/* =========================================================\n   HERO BADGES\n   ========================================================= *\/\n\n.metal-card-pdp .hero-badges {\n    position: relative;\n    z-index: 2;\n\n    display: flex;\n\n    justify-content: center;\n\n    flex-wrap: wrap;\n\n    gap: 8px;\n\n    margin-bottom: 18px;\n}\n\n\n.metal-card-pdp .hero-badge {\n    padding: 7px 11px;\n\n    border:\n        1px solid rgba(255,255,255,0.13);\n\n    border-radius: 999px;\n\n    background:\n        rgba(255,255,255,0.08);\n\n    color: #eef4ff;\n\n    font-size: 11px;\n    line-height: 1.2;\n\n    font-weight: 700;\n\n    letter-spacing: 0.35px;\n}\n\n\n\/* =========================================================\n   IMAGES\n   ========================================================= *\/\n\n.metal-card-pdp .block-image {\n    position: relative;\n    z-index: 2;\n\n    display: block;\n\n    width: 100%;\n\n    margin-top: 22px;\n\n    overflow: hidden;\n\n    border-radius: 15px;\n\n    background: transparent;\n\n    box-shadow:\n        0 12px 30px rgba(0,0,0,0.25);\n}\n\n\n.metal-card-pdp .block-image img {\n    display: block;\n\n    width: 100%;\n    height: auto;\n\n    margin: 0;\n\n    border: 0;\n\n    border-radius: 15px;\n}\n\n\n\/* =========================================================\n   SELLING POINTS\n   FORCE VERTICAL LAYOUT\n   ========================================================= *\/\n\n.metal-card-pdp ul.benefit-list,\n.metal-card-pdp ul.benefit-list.two-column {\n    position: relative;\n    z-index: 2;\n\n    display: flex !important;\n\n    flex-direction: column !important;\n\n    align-items: stretch !important;\n\n    grid-template-columns: none !important;\n\n    width: 100%;\n    max-width: 690px;\n\n    margin: 0 auto 6px;\n\n    padding: 0;\n\n    gap: 9px;\n\n    list-style: none;\n}\n\n\n.metal-card-pdp .benefit-item {\n    position: relative;\n\n    display: block;\n\n    width: 100%;\n\n    min-height: 0;\n\n    margin: 0;\n\n    padding:\n        14px 16px 14px 44px;\n\n    border:\n        1px solid rgba(255,255,255,0.10);\n\n    border-radius: 13px;\n\n    background:\n        linear-gradient(\n            135deg,\n            rgba(255,255,255,0.075),\n            rgba(255,255,255,0.025)\n        );\n\n    color: #cbd3dd;\n\n    text-align: left;\n\n    font-size: 13px;\n    line-height: 1.55;\n}\n\n\n.metal-card-pdp .benefit-item::before {\n    content: \"✓\";\n\n    position: absolute;\n\n    top: 50%;\n    left: 15px;\n\n    transform: translateY(-50%);\n\n    display: flex;\n\n    align-items: center;\n    justify-content: center;\n\n    width: 20px;\n    height: 20px;\n\n    border-radius: 50%;\n\n    background:\n        linear-gradient(\n            135deg,\n            #568ff4,\n            #326bd1\n        );\n\n    color: #ffffff;\n\n    font-size: 11px;\n    line-height: 1;\n\n    font-weight: 900;\n\n    box-shadow:\n        0 0 0 4px rgba(80,139,244,0.10);\n}\n\n\n.metal-card-pdp .benefit-item strong {\n    display: inline;\n\n    margin-right: 5px;\n\n    color: #ffffff;\n\n    font-size: 13px;\n\n    font-weight: 800;\n}\n\n\n\/* =========================================================\n   FAQ\n   NATIVE HTML\n   ========================================================= *\/\n\n.metal-card-pdp .faq-wrap {\n    position: relative;\n    z-index: 2;\n\n    width: 100%;\n    max-width: 690px;\n\n    margin: 24px auto 0;\n}\n\n\n.metal-card-pdp details.faq-item {\n    margin: 0 0 10px;\n\n    overflow: hidden;\n\n    border:\n        1px solid rgba(255,255,255,0.10);\n\n    border-radius: 14px;\n\n    background:\n        linear-gradient(\n            145deg,\n            rgba(255,255,255,0.075),\n            rgba(255,255,255,0.03)\n        );\n\n    transition:\n        border-color 0.25s ease,\n        background 0.25s ease,\n        box-shadow 0.25s ease;\n}\n\n\n.metal-card-pdp details.faq-item[open] {\n    border-color:\n        rgba(121,168,255,0.38);\n\n    background:\n        linear-gradient(\n            145deg,\n            rgba(75,130,231,0.13),\n            rgba(255,255,255,0.045)\n        );\n\n    box-shadow:\n        0 8px 25px rgba(0,0,0,0.15);\n}\n\n\n.metal-card-pdp .faq-question {\n    position: relative;\n\n    display: flex;\n\n    align-items: center;\n\n    justify-content: space-between;\n\n    gap: 15px;\n\n    width: 100%;\n\n    margin: 0;\n\n    padding: 17px 18px;\n\n    cursor: pointer;\n\n    list-style: none;\n\n    color: #ffffff;\n\n    font-size: 15px;\n    line-height: 1.45;\n\n    font-weight: 750;\n\n    user-select: none;\n}\n\n\n.metal-card-pdp .faq-question::-webkit-details-marker {\n    display: none;\n}\n\n\n.metal-card-pdp .faq-question::marker {\n    content: \"\";\n}\n\n\n.metal-card-pdp .faq-arrow {\n    position: relative;\n\n    flex: 0 0 auto;\n\n    width: 28px;\n    height: 28px;\n\n    border-radius: 50%;\n\n    background:\n        rgba(121,168,255,0.12);\n\n    transition:\n        transform 0.35s ease,\n        background 0.25s ease;\n}\n\n\n.metal-card-pdp .faq-arrow::before,\n.metal-card-pdp .faq-arrow::after {\n    content: \"\";\n\n    position: absolute;\n\n    top: 13px;\n\n    width: 8px;\n    height: 2px;\n\n    border-radius: 2px;\n\n    background: #79a8ff;\n}\n\n\n.metal-card-pdp .faq-arrow::before {\n    left: 7px;\n\n    transform:\n        rotate(42deg);\n}\n\n\n.metal-card-pdp .faq-arrow::after {\n    right: 7px;\n\n    transform:\n        rotate(-42deg);\n}\n\n\n.metal-card-pdp details[open] .faq-arrow {\n    transform:\n        rotate(180deg);\n\n    background:\n        rgba(121,168,255,0.20);\n}\n\n\n.metal-card-pdp .faq-answer-wrap {\n    display: grid;\n\n    grid-template-rows: 0fr;\n\n    transition:\n        grid-template-rows 0.36s ease;\n}\n\n\n.metal-card-pdp details[open] .faq-answer-wrap {\n    grid-template-rows: 1fr;\n}\n\n\n.metal-card-pdp .faq-answer-inner {\n    min-height: 0;\n\n    overflow: hidden;\n}\n\n\n.metal-card-pdp .faq-answer {\n    margin: 0;\n\n    padding:\n        0 18px;\n\n    color: #b8c2cf;\n\n    font-size: 14px;\n    line-height: 1.7;\n\n    opacity: 0;\n\n    transform:\n        translateY(-5px);\n\n    transition:\n        opacity 0.28s ease,\n        transform 0.28s ease,\n        padding 0.28s ease;\n}\n\n\n.metal-card-pdp details[open] .faq-answer {\n    padding-bottom: 18px;\n\n    opacity: 1;\n\n    transform:\n        translateY(0);\n}\n\n\n\/* =========================================================\n   REVIEWS\n   ========================================================= *\/\n\n.metal-card-pdp .rating-overview {\n    position: relative;\n    z-index: 2;\n\n    display: flex;\n\n    align-items: center;\n\n    justify-content: center;\n\n    gap: 17px;\n\n    margin:\n        22px 0 25px;\n}\n\n\n.metal-card-pdp .rating-score {\n    color: #ffffff;\n\n    font-size: 44px;\n    line-height: 1;\n\n    font-weight: 850;\n\n    letter-spacing: -2px;\n}\n\n\n.metal-card-pdp .rating-stars {\n    color: #f1bc58;\n\n    font-size: 18px;\n\n    letter-spacing: 1px;\n}\n\n\n.metal-card-pdp .rating-caption {\n    margin-top: 5px;\n\n    color: #929eac;\n\n    font-size: 12px;\n}\n\n\n.metal-card-pdp .rating-bars {\n    position: relative;\n    z-index: 2;\n\n    width: 100%;\n    max-width: 620px;\n\n    margin: 0 auto 24px;\n}\n\n\n.metal-card-pdp .rating-row {\n    display: flex;\n\n    align-items: center;\n\n    gap: 12px;\n\n    margin-bottom: 9px;\n\n    color: #aeb8c5;\n\n    font-size: 12px;\n}\n\n\n.metal-card-pdp .rating-label {\n    width: 44px;\n}\n\n\n.metal-card-pdp .rating-percent {\n    width: 34px;\n\n    text-align: right;\n}\n\n\n.metal-card-pdp .progress-track {\n    flex: 1;\n\n    height: 7px;\n\n    overflow: hidden;\n\n    border-radius: 99px;\n\n    background:\n        rgba(255,255,255,0.10);\n}\n\n\n.metal-card-pdp .progress-fill {\n    height: 100%;\n\n    border-radius: 99px;\n\n    background:\n        linear-gradient(\n            90deg,\n            #467ee0 0%,\n            #78a8ff 100%\n        );\n}\n\n\n.metal-card-pdp .review-summary {\n    position: relative;\n    z-index: 2;\n\n    width: 100%;\n    max-width: 650px;\n\n    margin:\n        0 auto 16px;\n\n    padding:\n        15px 17px;\n\n    border:\n        1px solid rgba(121,168,255,0.20);\n\n    border-left:\n        4px solid #79a8ff;\n\n    border-radius: 12px;\n\n    background:\n        rgba(68,121,219,0.10);\n\n    color: #c8d8f4;\n\n    font-size: 13.5px;\n    line-height: 1.65;\n}\n\n\n.metal-card-pdp .review-card {\n    position: relative;\n    z-index: 2;\n\n    width: 100%;\n    max-width: 650px;\n\n    margin:\n        0 auto 11px;\n\n    padding: 16px;\n\n    border:\n        1px solid rgba(255,255,255,0.10);\n\n    border-radius: 13px;\n\n    background:\n        linear-gradient(\n            145deg,\n            rgba(255,255,255,0.075),\n            rgba(255,255,255,0.03)\n        );\n}\n\n\n.metal-card-pdp .review-header {\n    display: flex;\n\n    justify-content: space-between;\n\n    align-items: center;\n\n    gap: 12px;\n\n    margin-bottom: 6px;\n\n    color: #ffffff;\n\n    font-size: 13px;\n\n    font-weight: 800;\n}\n\n\n.metal-card-pdp .review-stars {\n    color: #f1bc58;\n}\n\n\n.metal-card-pdp .review-text {\n    margin: 0;\n\n    color: #bac4d0;\n\n    font-size: 13.5px;\n    line-height: 1.65;\n}\n\n\n\/* =========================================================\n   SHIPPING\n   ========================================================= *\/\n\n.metal-card-pdp .trust-grid {\n    position: relative;\n    z-index: 2;\n\n    display: grid;\n\n    grid-template-columns:\n        repeat(3, minmax(0, 1fr));\n\n    gap: 13px;\n\n    width: 100%;\n    max-width: 710px;\n\n    margin:\n        24px auto 0;\n}\n\n\n.metal-card-pdp .trust-card {\n    position: relative;\n\n    min-height: 165px;\n\n    overflow: hidden;\n\n    padding:\n        17px 10px 14px;\n\n    border:\n        1px solid rgba(255,255,255,0.10);\n\n    border-radius: 17px;\n\n    background:\n        linear-gradient(\n            145deg,\n            rgba(255,255,255,0.075),\n            rgba(255,255,255,0.025)\n        );\n\n    text-align: center;\n}\n\n\n.metal-card-pdp .trust-visual {\n    position: relative;\n\n    display: flex;\n\n    align-items: center;\n\n    justify-content: center;\n\n    width: 72px;\n    height: 72px;\n\n    margin:\n        0 auto 13px;\n\n    border-radius: 50%;\n\n    background:\n        radial-gradient(\n            circle,\n            rgba(255,255,255,0.12) 0%,\n            rgba(84,135,226,0.09) 66%,\n            rgba(255,255,255,0.02) 100%\n        );\n\n    box-shadow:\n        inset 0 0 0 1px rgba(255,255,255,0.08),\n        0 9px 23px rgba(0,0,0,0.16);\n}\n\n\n.metal-card-pdp .trust-orbit {\n    position: absolute;\n\n    inset: 7px;\n\n    border:\n        1px dashed rgba(121,168,255,0.42);\n\n    border-radius: 50%;\n\n    animation:\n        pdpOrbit 8s linear infinite;\n\n    pointer-events: none;\n}\n\n\n.metal-card-pdp .trust-orbit::after {\n    content: \"\";\n\n    position: absolute;\n\n    top: -3px;\n    left: 50%;\n\n    width: 7px;\n    height: 7px;\n\n    margin-left: -3px;\n\n    border-radius: 50%;\n\n    background:\n        #79a8ff;\n\n    box-shadow:\n        0 0 0 5px rgba(121,168,255,0.10),\n        0 0 14px rgba(121,168,255,0.8);\n}\n\n\n.metal-card-pdp .trust-icon {\n    position: relative;\n    z-index: 2;\n\n    font-size: 27px;\n\n    line-height: 1;\n\n    animation:\n        pdpFloat 2.8s ease-in-out infinite;\n}\n\n\n.metal-card-pdp .trust-title {\n    margin-bottom: 9px;\n\n    color: #ffffff;\n\n    font-size: 12.5px;\n    line-height: 1.35;\n\n    font-weight: 850;\n}\n\n\n.metal-card-pdp .trust-note {\n    display: inline-block;\n\n    padding:\n        5px 8px;\n\n    border-radius: 999px;\n\n    background:\n        rgba(72,126,226,0.13);\n\n    color: #8db5ff;\n\n    font-size: 8.5px;\n    line-height: 1.25;\n\n    font-weight: 800;\n\n    letter-spacing: 0.2px;\n}\n\n\n@keyframes pdpOrbit {\n\n    from {\n        transform:\n            rotate(0deg);\n    }\n\n    to {\n        transform:\n            rotate(360deg);\n    }\n\n}\n\n\n@keyframes pdpFloat {\n\n    0%,\n    100% {\n        transform:\n            translateY(0);\n    }\n\n    50% {\n        transform:\n            translateY(-4px);\n    }\n\n}\n\n\n\/* =========================================================\n   BOTTOM CTA\n   ========================================================= *\/\n\n.metal-card-pdp .bottom-cta {\n    position: relative;\n    z-index: 1;\n\n    overflow: hidden;\n\n    margin: 0;\n\n    padding:\n        38px 25px;\n\n    border:\n        1px solid rgba(255,255,255,0.09);\n\n    border-radius: 20px;\n\n    background:\n        radial-gradient(\n            circle at 80% 10%,\n            rgba(71,109,166,0.26),\n            transparent 34%\n        ),\n        linear-gradient(\n            145deg,\n            #222934 0%,\n            #11151c 60%,\n            #252d37 100%\n        );\n\n    color: #ffffff;\n\n    text-align: center;\n\n    box-shadow:\n        0 14px 38px rgba(12,18,27,0.18);\n}\n\n\n.metal-card-pdp .bottom-cta::before {\n    content: \"\";\n\n    position: absolute;\n\n    top: -105px;\n    right: -65px;\n\n    width: 230px;\n    height: 230px;\n\n    border:\n        1px solid rgba(255,255,255,0.05);\n\n    border-radius: 50%;\n\n    pointer-events: none;\n\n    z-index: 0;\n}\n\n\n.metal-card-pdp .bottom-cta::after {\n    content: \"\";\n\n    position: absolute;\n\n    bottom: -150px;\n    left: -80px;\n\n    width: 280px;\n    height: 280px;\n\n    border:\n        1px solid rgba(255,255,255,0.04);\n\n    border-radius: 50%;\n\n    pointer-events: none;\n\n    z-index: 0;\n}\n\n\n.metal-card-pdp .cta-content {\n    position: relative;\n\n    z-index: 20;\n\n    pointer-events: auto;\n}\n\n\n.metal-card-pdp .cta-kicker {\n    margin-bottom: 7px;\n\n    color: #79a8ff;\n\n    font-size: 11px;\n\n    font-weight: 850;\n\n    letter-spacing: 1.5px;\n\n    text-transform: uppercase;\n}\n\n\n.metal-card-pdp .cta-title {\n    margin:\n        0 0 9px;\n\n    color: #ffffff;\n\n    font-size: 25px;\n    line-height: 1.2;\n\n    font-weight: 850;\n\n    letter-spacing: -0.4px;\n}\n\n\n.metal-card-pdp .cta-desc {\n    width: 100%;\n    max-width: 540px;\n\n    margin:\n        0 auto 21px;\n\n    color: #b8c2ce;\n\n    font-size: 13.5px;\n    line-height: 1.65;\n}\n\n\n\/* =========================================================\n   ACTUAL CLICKABLE LINK\n   ========================================================= *\/\n\n.metal-card-pdp a.cta-button,\n.metal-card-pdp a.cta-button:link,\n.metal-card-pdp a.cta-button:visited {\n    position: relative;\n\n    z-index: 9999;\n\n    display: inline-flex !important;\n\n    align-items: center;\n\n    justify-content: center;\n\n    gap: 9px;\n\n    min-width: 230px;\n\n    padding:\n        15px 26px;\n\n    border: 0;\n\n    border-radius: 11px;\n\n    background:\n        linear-gradient(\n            135deg,\n            #4e88ed 0%,\n            #2b62c6 100%\n        );\n\n    color: #ffffff !important;\n\n    font-size: 15px;\n    line-height: 1.2;\n\n    font-weight: 800;\n\n    text-decoration: none !important;\n\n    cursor: pointer !important;\n\n    pointer-events: auto !important;\n\n    touch-action: manipulation;\n\n    box-shadow:\n        0 9px 24px rgba(47,111,237,0.30);\n\n    transition:\n        transform 0.25s ease,\n        box-shadow 0.25s ease,\n        background 0.25s ease;\n}\n\n\n.metal-card-pdp a.cta-button:hover {\n    transform:\n        translateY(-2px);\n\n    background:\n        linear-gradient(\n            135deg,\n            #6398f4 0%,\n            #346ed4 100%\n        );\n\n    box-shadow:\n        0 13px 30px rgba(47,111,237,0.38);\n}\n\n\n.metal-card-pdp a.cta-button:active {\n    transform:\n        scale(0.98);\n}\n\n\n.metal-card-pdp .cta-arrow {\n    font-size: 17px;\n\n    line-height: 1;\n}\n\n\n.metal-card-pdp .cta-helper {\n    margin-top: 10px;\n\n    color: #7f8d9f;\n\n    font-size: 10.5px;\n\n    pointer-events: none;\n}\n\n\n\/* =========================================================\n   MOBILE\n   ========================================================= *\/\n\n@media (max-width: 640px) {\n\n    .metal-card-pdp .pdp-return-anchor {\n        scroll-margin-top: 520px;\n        scroll-margin-block-start: 520px;\n    }\n\n\n    .metal-card-pdp .pdp-card {\n        margin-bottom: 18px;\n\n        padding:\n            27px 16px;\n\n        border-radius: 16px;\n    }\n\n\n    .metal-card-pdp .block-title {\n        font-size: 23px;\n    }\n\n\n    .metal-card-pdp .block-desc {\n        margin-bottom: 18px;\n\n        font-size: 14px;\n    }\n\n\n    .metal-card-pdp .section-eyebrow {\n        font-size: 10px;\n    }\n\n\n    .metal-card-pdp .hero-badge {\n        padding:\n            6px 9px;\n\n        font-size: 9.5px;\n    }\n\n\n    .metal-card-pdp ul.benefit-list,\n    .metal-card-pdp ul.benefit-list.two-column {\n        display: flex !important;\n\n        flex-direction: column !important;\n\n        grid-template-columns: none !important;\n\n        gap: 8px;\n    }\n\n\n    .metal-card-pdp .benefit-item {\n        width: 100%;\n\n        min-height: 0;\n\n        padding:\n            13px 12px 13px 42px;\n\n        font-size: 12.5px;\n    }\n\n\n    .metal-card-pdp .benefit-item strong {\n        font-size: 12.5px;\n    }\n\n\n    .metal-card-pdp .block-image {\n        margin-top: 18px;\n\n        border-radius: 12px;\n    }\n\n\n    .metal-card-pdp .block-image img {\n        border-radius: 12px;\n    }\n\n\n    .metal-card-pdp .faq-question {\n        padding:\n            15px 14px;\n\n        font-size: 14px;\n    }\n\n\n    .metal-card-pdp .faq-answer {\n        padding-left: 14px;\n        padding-right: 14px;\n\n        font-size: 13.5px;\n    }\n\n\n    .metal-card-pdp .rating-score {\n        font-size: 38px;\n    }\n\n\n    .metal-card-pdp .trust-grid {\n        grid-template-columns:\n            repeat(3, minmax(0, 1fr));\n\n        gap: 6px;\n    }\n\n\n    .metal-card-pdp .trust-card {\n        min-height: 138px;\n\n        padding:\n            13px 3px 11px;\n\n        border-radius: 12px;\n    }\n\n\n    .metal-card-pdp .trust-visual {\n        width: 55px;\n        height: 55px;\n\n        margin-bottom: 9px;\n    }\n\n\n    .metal-card-pdp .trust-orbit {\n        inset: 5px;\n    }\n\n\n    .metal-card-pdp .trust-icon {\n        font-size: 20px;\n    }\n\n\n    .metal-card-pdp .trust-title {\n        margin-bottom: 6px;\n\n        font-size: 10px;\n    }\n\n\n    .metal-card-pdp .trust-note {\n        padding: 4px;\n\n        font-size: 6.8px;\n\n        letter-spacing: 0;\n    }\n\n\n    .metal-card-pdp .bottom-cta {\n        padding:\n            32px 18px;\n\n        border-radius: 16px;\n    }\n\n\n    .metal-card-pdp .cta-title {\n        font-size: 22px;\n    }\n\n\n    .metal-card-pdp a.cta-button {\n        width: 100%;\n\n        min-width: 0;\n    }\n\n}\n\n\n@media (prefers-reduced-motion: reduce) {\n\n    .metal-card-pdp .trust-orbit,\n    .metal-card-pdp .trust-icon {\n        animation: none;\n    }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"metal-card-pdp\"\u003e\n\u003c!-- =======================================================\n     IMPORTANT RETURN TARGET\n     DO NOT DELETE\n     ======================================================= --\u003e \u003ca id=\"product-options-return\" name=\"product-options-return\" class=\"pdp-return-anchor\"\u003e\u003c\/a\u003e \u003c!-- =======================================================\n     BLOCK 1\n     HERO\n     ======================================================= --\u003e\n\u003cdiv class=\"pdp-card\"\u003e\n\u003cdiv class=\"hero-badges\"\u003e\n\u003cspan class=\"hero-badge\"\u003e NEW ARRIVAL \u003c\/span\u003e \u003cspan class=\"hero-badge\"\u003e ★ 4.9\/5 RATING \u003c\/span\u003e \u003cspan class=\"hero-badge\"\u003e ↺ 30-DAY EASY RETURNS \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eSMARTER EVERYDAY CARRY\u003c\/div\u003e\n\u003ch2 class=\"block-title\"\u003eLess Bulk. More \u003cspan class=\"text-blue\"\u003e Control. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"block-desc\"\u003eUpgrade from a bulky traditional wallet to a \u003cstrong\u003e sleek stainless steel card holder \u003c\/strong\u003e built for modern everyday carry. Its compact metal shell, organized accordion interior and RFID-blocking design help keep your essential cards \u003cspan class=\"text-blue\"\u003e protected, separated and ready in seconds. \u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"block-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/9_5_1.gif?v=1788593518\" alt=\"Stainless steel RFID blocking card holder\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =======================================================\n     BLOCK 2\n     OVERVIEW\n     ======================================================= --\u003e\n\u003cdiv class=\"pdp-card\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eBUILT AROUND THE ESSENTIALS\u003c\/div\u003e\n\u003ch2 class=\"block-title\"\u003eSecurity Meets \u003cspan class=\"text-blue\"\u003e Sophistication \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"block-desc\"\u003eClean metal lines on the outside, intelligently separated storage on the inside. This compact card holder combines \u003cspan class=\"text-blue\"\u003e protection, organization and fast access \u003c\/span\u003e in one pocket-friendly design, giving you a cleaner way to carry cards without the unnecessary thickness of a traditional wallet.\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli class=\"benefit-item\"\u003e\n\u003cstrong\u003e Compact Profile \u003c\/strong\u003e Built to slide neatly into pockets, handbags and travel bags.\u003c\/li\u003e\n\u003cli class=\"benefit-item\"\u003e\n\u003cstrong\u003e Quick Card Visibility \u003c\/strong\u003e Accordion compartments separate cards instead of stacking them.\u003c\/li\u003e\n\u003cli class=\"benefit-item\"\u003e\n\u003cstrong\u003e Professional Finish \u003c\/strong\u003e A modern metallic look fits naturally into work and travel.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"block-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/9c5fd782569f5af441e14747582aecb6_f72c031b-7fe3-4953-a776-56b11fb5c6f2.png?v=1788593551\" alt=\"Metal card holder feature overview\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =======================================================\n     BLOCK 3\n     RFID\n     ======================================================= --\u003e\n\u003cdiv class=\"pdp-card\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eEVERYDAY DIGITAL PROTECTION\u003c\/div\u003e\n\u003ch2 class=\"block-title\"\u003eAdvanced \u003cspan class=\"text-blue\"\u003e RFID Protection \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"block-desc\"\u003eCarry contactless cards with greater peace of mind. The metal enclosure is designed to help reduce unauthorized RFID and NFC scanning while the case is closed, adding an extra layer of \u003cspan class=\"text-blue\"\u003e everyday wireless protection \u003c\/span\u003e around compatible cards.\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli class=\"benefit-item\"\u003e\n\u003cstrong\u003e Wireless Shielding \u003c\/strong\u003e Helps reduce unwanted contactless scanning.\u003c\/li\u003e\n\u003cli class=\"benefit-item\"\u003e\n\u003cstrong\u003e Closed-Case Protection \u003c\/strong\u003e The metal shell surrounds your stored cards.\u003c\/li\u003e\n\u003cli class=\"benefit-item\"\u003e\n\u003cstrong\u003e Travel Friendly \u003c\/strong\u003e Useful for commuting, airports and busy spaces.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"block-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/1_c0e8c964-21ec-46d3-acc0-ace1ece00d53.png?v=1788593573\" alt=\"RFID blocking protection\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =======================================================\n     BLOCK 4\n     SLIM\n     ======================================================= --\u003e\n\u003cdiv class=\"pdp-card\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003ePOCKET-READY DESIGN\u003c\/div\u003e\n\u003ch2 class=\"block-title\"\u003eUltra-Slim. \u003cspan class=\"text-blue\"\u003e Easy to Carry. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"block-desc\"\u003eLeave oversized wallet bulk behind. The compact rectangular profile keeps your everyday essentials together in a cleaner, more structured form that slips easily into a jacket, front pocket or small bag without creating \u003cspan class=\"text-blue\"\u003e unnecessary volume. \u003c\/span\u003e\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli class=\"benefit-item\"\u003e\n\u003cstrong\u003e Front-Pocket Friendly \u003c\/strong\u003e Compact dimensions make everyday carry more comfortable.\u003c\/li\u003e\n\u003cli class=\"benefit-item\"\u003e\n\u003cstrong\u003e Clean Silhouette \u003c\/strong\u003e Helps reduce the bulky outline of traditional wallets.\u003c\/li\u003e\n\u003cli class=\"benefit-item\"\u003e\n\u003cstrong\u003e Easy to Pack \u003c\/strong\u003e Fits naturally into work bags, purses and travel organizers.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"block-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/2_2442e3a2-94f0-4ebd-b9e5-b328bc01bf8e.png?v=1788593595\" alt=\"Slim compact metal card holder\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =======================================================\n     BLOCK 5\n     QUICK ACCESS\n     ======================================================= --\u003e\n\u003cdiv class=\"pdp-card\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eNO MORE CARD DIGGING\u003c\/div\u003e\n\u003ch2 class=\"block-title\"\u003eFind the Right Card \u003cspan class=\"text-blue\"\u003e Faster \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"block-desc\"\u003eOpen the case and your cards fan into separate accordion compartments instead of disappearing into one tight stack. That means less searching at checkout and a more organized way to reach the card you want with \u003cspan class=\"text-blue\"\u003e one simple motion. \u003c\/span\u003e\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli class=\"benefit-item\"\u003e\n\u003cstrong\u003e Separated Slots \u003c\/strong\u003e Cards stay divided for easier identification.\u003c\/li\u003e\n\u003cli class=\"benefit-item\"\u003e\n\u003cstrong\u003e At-a-Glance Access \u003c\/strong\u003e Quickly scan your stored cards when the case opens.\u003c\/li\u003e\n\u003cli class=\"benefit-item\"\u003e\n\u003cstrong\u003e Smoother Checkout \u003c\/strong\u003e Spend less time searching through a cluttered wallet.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"block-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/3_e745fca8-b63c-4acd-8a0a-c0d84726aead.png?v=1788593618\" alt=\"Accordion card access\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =======================================================\n     BLOCK 6\n     MATERIAL\n     ======================================================= --\u003e\n\u003cdiv class=\"pdp-card\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eRIGID METAL CONSTRUCTION\u003c\/div\u003e\n\u003ch2 class=\"block-title\"\u003ePremium \u003cspan class=\"text-blue\"\u003e Stainless Steel Build \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"block-desc\"\u003eThe smooth metal exterior gives the wallet its distinctive modern character while providing a rigid layer around your cards. Refined edges, a secure closure and brushed metallic appearance create \u003cspan class=\"text-blue\"\u003e durability with understated style. \u003c\/span\u003e\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli class=\"benefit-item\"\u003e\n\u003cstrong\u003e Rigid Outer Shell \u003c\/strong\u003e Helps defend stored cards against everyday pressure.\u003c\/li\u003e\n\u003cli class=\"benefit-item\"\u003e\n\u003cstrong\u003e Refined Metal Finish \u003c\/strong\u003e Clean styling for both casual and formal use.\u003c\/li\u003e\n\u003cli class=\"benefit-item\"\u003e\n\u003cstrong\u003e Secure Closure \u003c\/strong\u003e Keeps the holder neatly closed while carried.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"block-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/4_dc75f7cc-5deb-4390-a258-1d4e6d58f420.png?v=1788593639\" alt=\"Stainless steel card holder\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =======================================================\n     BLOCK 7\n     ORGANIZATION\n     ======================================================= --\u003e\n\u003cdiv class=\"pdp-card\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eEVERYTHING IN ITS PLACE\u003c\/div\u003e\n\u003ch2 class=\"block-title\"\u003eOrganized \u003cspan class=\"text-blue\"\u003e at a Glance \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"block-desc\"\u003eCredit cards, IDs, access cards and business cards no longer need to live in one messy stack. Independent accordion sections keep your essentials separated so you can \u003cspan class=\"text-blue\"\u003e see, select and replace them quickly. \u003c\/span\u003e\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli class=\"benefit-item\"\u003e\n\u003cstrong\u003e Credit \u0026amp; Debit Cards \u003c\/strong\u003e Keep frequently used cards easy to identify.\u003c\/li\u003e\n\u003cli class=\"benefit-item\"\u003e\n\u003cstrong\u003e ID \u0026amp; Access Cards \u003c\/strong\u003e Separate identification and workplace cards.\u003c\/li\u003e\n\u003cli class=\"benefit-item\"\u003e\n\u003cstrong\u003e Business Cards \u003c\/strong\u003e Keep important contact cards neatly organized.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"block-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/5_b2520835-eb78-4ae7-8261-a02120cc9d9f.png?v=1788593658\" alt=\"Organized card storage\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =======================================================\n     BLOCK 8\n     LIFESTYLE\n     ======================================================= --\u003e\n\u003cdiv class=\"pdp-card\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eMADE FOR MODERN LIFE\u003c\/div\u003e\n\u003ch2 class=\"block-title\"\u003eFrom the Office to \u003cspan class=\"text-blue\"\u003e Everywhere Else \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"block-desc\"\u003eThe minimalist metal profile works naturally across work, commuting, shopping and travel. It stays compact while giving your essentials \u003cspan class=\"text-blue\"\u003e a cleaner, more professional presentation. \u003c\/span\u003e\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli class=\"benefit-item\"\u003e\n\u003cstrong\u003e Work \u003c\/strong\u003e A polished carry option for offices and meetings.\u003c\/li\u003e\n\u003cli class=\"benefit-item\"\u003e\n\u003cstrong\u003e Travel \u003c\/strong\u003e Keep frequently used cards together during trips.\u003c\/li\u003e\n\u003cli class=\"benefit-item\"\u003e\n\u003cstrong\u003e Everyday \u003c\/strong\u003e Compact enough for shopping, commuting and daily use.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"block-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/6_34bd3c06-7098-4ba6-8a52-7a06993dc207.png?v=1788593684\" alt=\"Metal wallet lifestyle\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =======================================================\n     BLOCK 9\n     GIFT\n     ======================================================= --\u003e\n\u003cdiv class=\"pdp-card\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003ePRACTICAL. POLISHED. GIFTABLE.\u003c\/div\u003e\n\u003ch2 class=\"block-title\"\u003eA Small Upgrade That Makes a \u003cspan class=\"text-blue\"\u003e Great Gift \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"block-desc\"\u003eUseful enough for every day and refined enough to feel special, this metal card holder makes a practical gift for anyone who appreciates minimalist accessories. Its sleek metallic appearance gives it a \u003cspan class=\"text-blue\"\u003e premium, presentation-ready feel. \u003c\/span\u003e\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli class=\"benefit-item\"\u003e\n\u003cstrong\u003e For Him or Her \u003c\/strong\u003e Minimal styling works across a wide range of tastes.\u003c\/li\u003e\n\u003cli class=\"benefit-item\"\u003e\n\u003cstrong\u003e Useful Every Day \u003c\/strong\u003e A functional gift designed for daily use.\u003c\/li\u003e\n\u003cli class=\"benefit-item\"\u003e\n\u003cstrong\u003e Modern Presentation \u003c\/strong\u003e Metal styling creates a refined impression.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"block-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/25a2ae4f3aeacec2f66ab92e67040928_5e2445b8-229e-41f0-b9e0-c4f8e848f642.png?v=1788595334\" alt=\"Metal card holder gift\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =======================================================\n     BLOCK 10\n     CAPACITY\n     ======================================================= --\u003e\n\u003cdiv class=\"pdp-card\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eCHOOSE YOUR EVERYDAY SETUP\u003c\/div\u003e\n\u003ch2 class=\"block-title\"\u003eChoose the \u003cspan class=\"text-blue\"\u003e Capacity That Fits You \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"block-desc\"\u003eWhether you prefer carrying only the essentials or need more room for additional cards, choose the version that best matches your routine.\u003c\/p\u003e\n\u003cul class=\"benefit-list two-column\"\u003e\n\u003cli class=\"benefit-item\"\u003e\n\u003cstrong\u003e 6-Card Version \u003c\/strong\u003e A streamlined choice for everyday essentials.\u003c\/li\u003e\n\u003cli class=\"benefit-item\"\u003e\n\u003cstrong\u003e 10-Card Version \u003c\/strong\u003e Additional separated storage for more cards.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"block-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/5e1344ee2caa17777ee0fbe15a4f1f38_8e0d492b-e4cc-4ad7-8260-8c13b327db74.png?v=1788593912\" alt=\"Card holder capacity options\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =======================================================\n     BLOCK 11\n     FAQ\n     ======================================================= --\u003e\n\u003cdiv class=\"pdp-card\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eNEED TO KNOW\u003c\/div\u003e\n\u003ch2 class=\"block-title\"\u003eFrequently Asked \u003cspan class=\"text-blue\"\u003e Questions \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"block-desc\" style=\"text-align: center;\"\u003eTap any question to view the answer.\u003c\/p\u003e\n\u003cdiv class=\"faq-wrap\"\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary class=\"faq-question\"\u003e\u003cspan\u003e Will my cards bend inside the metal case? \u003c\/span\u003e \u003cspan class=\"faq-arrow\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer-wrap\"\u003e\n\u003cdiv class=\"faq-answer-inner\"\u003e\n\u003cp class=\"faq-answer\"\u003eThe rigid stainless steel outer shell provides structural protection around your stored cards during normal everyday carry.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary class=\"faq-question\"\u003e\u003cspan\u003e How many cards can it hold? \u003c\/span\u003e \u003cspan class=\"faq-arrow\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer-wrap\"\u003e\n\u003cdiv class=\"faq-answer-inner\"\u003e\n\u003cp class=\"faq-answer\"\u003eChoose between the streamlined 6-card version and the larger 10-card version depending on your daily needs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary class=\"faq-question\"\u003e\u003cspan\u003e Does it help block RFID scans? \u003c\/span\u003e \u003cspan class=\"faq-arrow\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer-wrap\"\u003e\n\u003cdiv class=\"faq-answer-inner\"\u003e\n\u003cp class=\"faq-answer\"\u003eThe metal enclosure is designed to help reduce unauthorized RFID and NFC scanning of compatible cards while stored inside the closed holder.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary class=\"faq-question\"\u003e\u003cspan\u003e Is it easy to find the card I need? \u003c\/span\u003e \u003cspan class=\"faq-arrow\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer-wrap\"\u003e\n\u003cdiv class=\"faq-answer-inner\"\u003e\n\u003cp class=\"faq-answer\"\u003eYes. The accordion-style interior separates cards into individual sections so they are easier to identify and select.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary class=\"faq-question\"\u003e\u003cspan\u003e Is the metal latch secure? \u003c\/span\u003e \u003cspan class=\"faq-arrow\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer-wrap\"\u003e\n\u003cdiv class=\"faq-answer-inner\"\u003e\n\u003cp class=\"faq-answer\"\u003eThe closure is designed to keep the case securely shut during normal use while remaining easy to open when needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =======================================================\n     BLOCK 12\n     REVIEWS\n     ======================================================= --\u003e\n\u003cdiv class=\"pdp-card\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eCUSTOMER FEEDBACK\u003c\/div\u003e\n\u003ch2 class=\"block-title\"\u003eWhy Customers \u003cspan class=\"text-blue\"\u003e Love the Upgrade \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"block-desc\" style=\"text-align: center;\"\u003eSlim construction, fast card access and refined metal styling make it an easy everyday upgrade.\u003c\/p\u003e\n\u003cdiv class=\"rating-overview\"\u003e\n\u003cdiv class=\"rating-score\"\u003e4.9\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"rating-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"rating-caption\"\u003eBased on 1,248 verified reviews\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rating-bars\"\u003e\n\u003cdiv class=\"rating-row\"\u003e\n\u003cspan class=\"rating-label\"\u003e 5 Star \u003c\/span\u003e\n\u003cdiv class=\"progress-track\"\u003e\n\u003cdiv class=\"progress-fill\" style=\"width: 88%;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan class=\"rating-percent\"\u003e 88% \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rating-row\"\u003e\n\u003cspan class=\"rating-label\"\u003e 4 Star \u003c\/span\u003e\n\u003cdiv class=\"progress-track\"\u003e\n\u003cdiv class=\"progress-fill\" style=\"width: 9%;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan class=\"rating-percent\"\u003e 9% \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rating-row\"\u003e\n\u003cspan class=\"rating-label\"\u003e 3 Star \u003c\/span\u003e\n\u003cdiv class=\"progress-track\"\u003e\n\u003cdiv class=\"progress-fill\" style=\"width: 2%;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan class=\"rating-percent\"\u003e 2% \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-summary\"\u003e\n\u003cstrong\u003e ★ Review Highlight: \u003c\/strong\u003e Customers frequently mention the slim profile, brushed-metal appearance and organized accordion layout.\u003c\/div\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"review-header\"\u003e\n\u003cspan\u003e Michael R. \u003c\/span\u003e \u003cspan class=\"review-stars\"\u003e ★★★★★ \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"review-text\"\u003e\"Replaced my bulky leather wallet with this. It fits perfectly in my suit pocket without creating awkward bulges. Extremely sleek and professional.\"\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-card\"\u003e\n\u003cdiv class=\"review-header\"\u003e\n\u003cspan\u003e Sarah L. \u003c\/span\u003e \u003cspan class=\"review-stars\"\u003e ★★★★★ \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"review-text\"\u003e\"The accordion layout makes grabbing the right card effortless. The stainless steel construction feels premium and solid.\"\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =======================================================\n     BLOCK 13\n     SHIPPING\n     ======================================================= --\u003e\n\u003cdiv class=\"pdp-card\"\u003e\n\u003cdiv class=\"section-eyebrow\"\u003eORDER WITH CONFIDENCE\u003c\/div\u003e\n\u003ch2 class=\"block-title\"\u003eShipping \u0026amp; \u003cspan class=\"text-blue\"\u003e Purchase Protection \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"trust-grid\"\u003e\n\u003cdiv class=\"trust-card\"\u003e\n\u003cdiv class=\"trust-visual\"\u003e\n\u003cdiv class=\"trust-orbit\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"trust-icon\"\u003e✈️\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-title\"\u003eTrackable Shipping\u003c\/div\u003e\n\u003cspan class=\"trust-note\"\u003e TRACK YOUR ORDER \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-card\"\u003e\n\u003cdiv class=\"trust-visual\"\u003e\n\u003cdiv class=\"trust-orbit\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"trust-icon\" style=\"animation-delay: .4s;\"\u003e🔒\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-title\"\u003eSecure Checkout\u003c\/div\u003e\n\u003cspan class=\"trust-note\"\u003e PROTECTED PAYMENT \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-card\"\u003e\n\u003cdiv class=\"trust-visual\"\u003e\n\u003cdiv class=\"trust-orbit\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"trust-icon\" style=\"animation-delay: .8s;\"\u003e↩️\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-title\"\u003e30-Day Easy Returns\u003c\/div\u003e\n\u003cspan class=\"trust-note\"\u003e EASY RETURNS \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =======================================================\n     BLOCK 14\n     BOTTOM CTA\n\n     IMPORTANT:\n     TARGET NOW REALLY EXISTS\n     ======================================================= --\u003e\n\u003cdiv class=\"bottom-cta\"\u003e\n\u003cdiv class=\"cta-content\"\u003e\n\u003cdiv class=\"cta-kicker\"\u003eREADY TO UPGRADE?\u003c\/div\u003e\n\u003cdiv class=\"cta-title\"\u003eChoose Your Card Holder\u003c\/div\u003e\n\u003cdiv class=\"cta-desc\"\u003eReturn to the product options above and choose your preferred capacity and finish.\u003c\/div\u003e\n\u003ca href=\"#product-options-return\" class=\"cta-button\"\u003e \u003cspan\u003e Choose Your Style \u003c\/span\u003e \u003cspan class=\"cta-arrow\"\u003e ↑ \u003c\/span\u003e \u003c\/a\u003e\n\u003cdiv class=\"cta-helper\"\u003eTap to return to product options\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"XIESHU","offers":[{"title":"Black \/ 6Cards 1PC","offer_id":44838075138137,"sku":"NC03142609055618-普通款-镜面黑色【6卡位】","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 6Cards 2PCS","offer_id":44838075170905,"sku":"NC03142609055618-普通款-镜面黑色【6卡位】*2","price":32.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 10Cards 1PC","offer_id":44838075203673,"sku":"NC03142609055618-升级款-镜面黑色【10卡位】","price":22.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 10Cards 2PCS","offer_id":44838075236441,"sku":"NC03142609055618-升级款-镜面黑色【10卡位】*2","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Silver \/ 6Cards 1PC","offer_id":44838075269209,"sku":"NC03142609055618-普通款-拉丝银色【6卡位】","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Silver \/ 6Cards 2PCS","offer_id":44838075301977,"sku":"NC03142609055618-普通款-拉丝银色【6卡位】*2","price":32.99,"currency_code":"USD","in_stock":true},{"title":"Silver \/ 10Cards 1PC","offer_id":44838075334745,"sku":"NC03142609055618-升级款-镜面银色【10卡位】","price":22.99,"currency_code":"USD","in_stock":true},{"title":"Silver \/ 10Cards 2PCS","offer_id":44838075367513,"sku":"NC03142609055618-升级款-镜面银色【10卡位】*2","price":36.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/3829\/3081\/files\/4ee0482982cfa89bb4d1cff3333a55e6.png?v=1788597682","url":"https:\/\/treavhds.com\/zh\/products\/%f0%9f%92%b3-rfid-blocking-leather-metal-card-case-slim-business-credit-card-holder","provider":"treavhds","version":"1.0","type":"link"}