{"product_id":"the-blade-vault-protective-shaver-case","title":"The Blade Vault — Protective Shaver Case","description":"\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800\u0026display=swap');\n\n  #easeedit-bladevault {\n    font-family: 'Inter', sans-serif;\n    background: #fcf7f4;\n    \/* warm, light background *\/\n    padding: 70px 25px;\n    color: #2d2a27;\n    overflow: hidden;\n  }\n\n  #easeedit-bladevault * {\n    box-sizing: border-box;\n  }\n\n  .ease-container {\n    max-width: 1200px;\n    margin: auto;\n  }\n\n  .hero-title {\n    font-size: 54px;\n    font-weight: 800;\n    line-height: 1.05;\n    text-align: center;\n    opacity: 0;\n    transform: translateY(40px);\n    animation: fadeUp .8s forwards;\n    color: #2d1f1a;\n  }\n\n  .hero-sub {\n    font-size: 20px;\n    max-width: 760px;\n    margin: 25px auto;\n    text-align: center;\n    color: #4e3e37;\n    line-height: 1.8;\n    opacity: 0;\n    animation: fadeUp .9s .2s forwards;\n  }\n\n  .highlight {\n    background: linear-gradient(90deg, #b58d7a, #7f5a4b);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    font-weight: 700;\n  }\n\n  .cta-row {\n    display: flex;\n    justify-content: center;\n    gap: 18px;\n    flex-wrap: wrap;\n    margin-top: 40px;\n    opacity: 0;\n    animation: fadeUp 1s .4s forwards;\n  }\n\n  .badge {\n    padding: 14px 24px;\n    background: white;\n    border-radius: 100px;\n    font-size: 14px;\n    font-weight: 600;\n    box-shadow: 0 15px 35px rgba(0, 0, 0, .06);\n    transition: .35s;\n    color: #3a2e2a;\n    border: 1px solid rgba(215, 180, 165, 0.2);\n  }\n\n  .badge:hover {\n    transform: translateY(-5px);\n    background: #faf3ef;\n    border-color: #dbb8a8;\n  }\n\n  .section-title {\n    text-align: center;\n    font-size: 40px;\n    font-weight: 800;\n    margin-top: 90px;\n    margin-bottom: 15px;\n    color: #2d1f1a;\n  }\n\n  .section-sub {\n    text-align: center;\n    color: #5f4b42;\n    font-size: 18px;\n    max-width: 700px;\n    margin: auto;\n    margin-bottom: 60px;\n  }\n\n  .grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 30px;\n  }\n\n  .card {\n    background: rgba(255, 248, 245, 0.8);\n    backdrop-filter: blur(15px);\n    padding: 35px;\n    border-radius: 28px;\n    transition: .45s;\n    box-shadow: 0 15px 40px rgba(0, 0, 0, .06);\n    border: 1px solid rgba(255, 215, 200, 0.4);\n  }\n\n  .card:hover {\n    transform: translateY(-12px);\n    box-shadow: 0 25px 60px rgba(120, 80, 65, 0.12);\n    background: #ffffff;\n    border-color: #dbb8a8;\n  }\n\n  .icon {\n    font-size: 42px;\n    margin-bottom: 20px;\n  }\n\n  .card h3 {\n    font-size: 23px;\n    margin-bottom: 15px;\n    color: #2d1f1a;\n  }\n\n  .card p {\n    line-height: 1.8;\n    color: #4e3e37;\n  }\n\n  .benefits {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));\n    gap: 40px;\n    margin-top: 70px;\n  }\n\n  .benefit-box {\n    background: white;\n    padding: 45px;\n    border-radius: 30px;\n    box-shadow: 0 20px 45px rgba(0, 0, 0, .05);\n    border: 1px solid #efe3db;\n  }\n\n  .benefit-box h2 {\n    font-size: 34px;\n    margin-bottom: 25px;\n    color: #2d1f1a;\n  }\n\n  .benefit-box ul {\n    padding-left: 0;\n    list-style: none;\n  }\n\n  .benefit-box li {\n    margin-bottom: 18px;\n    padding-left: 34px;\n    position: relative;\n    color: #4e3e37;\n    line-height: 1.7;\n  }\n\n  .benefit-box li:before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    color: #b58d7a;\n    font-weight: bold;\n  }\n\n  .trust {\n    margin-top: 90px;\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 25px;\n  }\n\n  .trust-box {\n    background: white;\n    padding: 30px;\n    text-align: center;\n    border-radius: 22px;\n    box-shadow: 0 15px 35px rgba(0, 0, 0, .05);\n    border: 1px solid #efe3db;\n    transition: .3s;\n  }\n\n  .trust-box:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 20px 40px rgba(120, 80, 65, 0.08);\n  }\n\n  .trust-box h4 {\n    font-size: 20px;\n    margin: 15px 0;\n    color: #2d1f1a;\n  }\n\n  .trust-box p {\n    color: #5f4b42;\n  }\n\n  .faq {\n    margin-top: 100px;\n  }\n\n  details {\n    background: white;\n    margin-bottom: 18px;\n    padding: 24px;\n    border-radius: 18px;\n    box-shadow: 0 10px 25px rgba(0, 0, 0, .05);\n    cursor: pointer;\n    border: 1px solid #efe3db;\n    transition: .25s;\n  }\n\n  details:hover {\n    border-color: #dbb8a8;\n  }\n\n  summary {\n    font-weight: 700;\n    font-size: 18px;\n    color: #2d1f1a;\n  }\n\n  details p {\n    margin-top: 18px;\n    color: #4e3e37;\n    line-height: 1.8;\n  }\n\n  .final-banner {\n    margin-top: 90px;\n    padding: 70px;\n    background: linear-gradient(135deg, #f0e4dd, #e8d9d0);\n    border-radius: 35px;\n    text-align: center;\n    color: #2d1f1a;\n    border: 1px solid rgba(215, 180, 165, 0.2);\n  }\n\n  .final-banner h2 {\n    font-size: 46px;\n    margin-bottom: 20px;\n    color: #2d1f1a;\n  }\n\n  .final-banner p {\n    font-size: 20px;\n    opacity: .9;\n    max-width: 700px;\n    margin: auto;\n    line-height: 1.8;\n    color: #3a2e2a;\n  }\n\n  @keyframes fadeUp {\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  @media(max-width:768px) {\n    .hero-title {\n      font-size: 38px;\n    }\n    .section-title {\n      font-size: 30px;\n    }\n    .benefits {\n      grid-template-columns: 1fr;\n    }\n    .final-banner {\n      padding: 45px 30px;\n    }\n    .final-banner h2 {\n      font-size: 32px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection id=\"easeedit-bladevault\"\u003e\n\n  \u003cdiv class=\"ease-container\"\u003e\n\n    \u003ch1 class=\"hero-title\"\u003e\n      Never Get Cut Searching Again.\n    \u003c\/h1\u003e\n\n    \u003cp class=\"hero-sub\"\u003e\n      Meet \u003cspan class=\"highlight\"\u003eThe Blade Vault™\u003c\/span\u003e — the premium razor case that protects your blade, your fingers and your grooming routine. Designed for modern lifestyles, it keeps your razor clean, secure and always exactly where you need it.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"cta-row\"\u003e\n      \u003cdiv class=\"badge\"\u003e✔ Travel Ready\u003c\/div\u003e\n      \u003cdiv class=\"badge\"\u003e✔ Unisex Design\u003c\/div\u003e\n      \u003cdiv class=\"badge\"\u003e✔ Blade Protection\u003c\/div\u003e\n      \u003cdiv class=\"badge\"\u003e✔ Fits Most Razors\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"section-title\"\u003eWhy You'll Love It\u003c\/h2\u003e\n    \u003cp class=\"section-sub\"\u003e\n      Luxury protection for something you use every day.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"grid\"\u003e\n      \u003cdiv class=\"card\"\u003e\n        \u003cdiv class=\"icon\"\u003e🛡️\u003c\/div\u003e\n        \u003ch3\u003eCut-Proof Storage\u003c\/h3\u003e\n        \u003cp\u003eMoulded compartments keep your razor blade facing down so your fingers never meet the sharp edge while searching through drawers or bags.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"card\"\u003e\n        \u003cdiv class=\"icon\"\u003e✨\u003c\/div\u003e\n        \u003ch3\u003eCrystal Clear\u003c\/h3\u003e\n        \u003cp\u003eThe transparent design lets you instantly identify your razor without opening the case, keeping your morning routine effortless.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"card\"\u003e\n        \u003cdiv class=\"icon\"\u003e✈️\u003c\/div\u003e\n        \u003ch3\u003eTravel With Confidence\u003c\/h3\u003e\n        \u003cp\u003eProtect your razor and your luggage from accidental damage. Perfect for gym bags, overnight stays, holidays and carry-on luggage.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"card\"\u003e\n        \u003cdiv class=\"icon\"\u003e💧\u003c\/div\u003e\n        \u003ch3\u003eCleaner \u0026amp; More Hygienic\u003c\/h3\u003e\n        \u003cp\u003eKeeps your razor protected from dust, dirt and moisture while allowing it to dry between uses for a cleaner shave.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"card\"\u003e\n        \u003cdiv class=\"icon\"\u003e👨 👩\u003c\/div\u003e\n        \u003ch3\u003eMade For Everyone\u003c\/h3\u003e\n        \u003cp\u003eIts minimalist design suits every bathroom aesthetic and works beautifully for both men's and women's grooming routines.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"card\"\u003e\n        \u003cdiv class=\"icon\"\u003e🔒\u003c\/div\u003e\n        \u003ch3\u003eSecure Snap Closure\u003c\/h3\u003e\n        \u003cp\u003eThe precision snap-lock keeps the case firmly closed whether it's sitting on your vanity or packed inside your suitcase.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"benefits\"\u003e\n      \u003cdiv class=\"benefit-box\"\u003e\n        \u003ch2\u003eMore Than Just A Razor Case\u003c\/h2\u003e\n        \u003cul\u003e\n          \u003cli\u003eProtect your fingers from accidental cuts.\u003c\/li\u003e\n          \u003cli\u003eStop blades getting damaged inside drawers.\u003c\/li\u003e\n          \u003cli\u003eKeep your grooming essentials organised.\u003c\/li\u003e\n          \u003cli\u003eExtend the life of your razor by protecting the blade.\u003c\/li\u003e\n          \u003cli\u003eTravel without worrying about exposed blades.\u003c\/li\u003e\n          \u003cli\u003eMaintain a cleaner, more hygienic shaving routine.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-box\"\u003e\n        \u003ch2\u003ePerfect For\u003c\/h2\u003e\n        \u003cul\u003e\n          \u003cli\u003eDaily bathroom organisation.\u003c\/li\u003e\n          \u003cli\u003eBusiness trips.\u003c\/li\u003e\n          \u003cli\u003eFrequent travellers.\u003c\/li\u003e\n          \u003cli\u003eGym bags.\u003c\/li\u003e\n          \u003cli\u003eWeekend getaways.\u003c\/li\u003e\n          \u003cli\u003eStudents.\u003c\/li\u003e\n          \u003cli\u003eMinimalist bathrooms.\u003c\/li\u003e\n          \u003cli\u003eAnyone tired of digging through clutter.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"trust\"\u003e\n      \u003cdiv class=\"trust-box\"\u003e\n        \u003ch4\u003ePremium Materials\u003c\/h4\u003e\n        \u003cp\u003eBPA-Free Transparent Plastic\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"trust-box\"\u003e\n        \u003ch4\u003eUniversal Fit\u003c\/h4\u003e\n        \u003cp\u003eFits Most Standard Razor Handles\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"trust-box\"\u003e\n        \u003ch4\u003eCompact Design\u003c\/h4\u003e\n        \u003cp\u003eLightweight \u0026amp; Easy To Carry\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"trust-box\"\u003e\n        \u003ch4\u003eDesigned To Last\u003c\/h4\u003e\n        \u003cp\u003eBuilt For Everyday Use\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq\"\u003e\n      \u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWill it fit my razor?\u003c\/summary\u003e\n        \u003cp\u003eThe Blade Vault is designed to fit most standard manual razor handles used by both men and women.\u003c\/p\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eCan I travel with it?\u003c\/summary\u003e\n        \u003cp\u003eAbsolutely. Its compact design makes it ideal for suitcases, gym bags and carry-on luggage, keeping your razor protected wherever you go.\u003c\/p\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWill it open inside my bag?\u003c\/summary\u003e\n        \u003cp\u003eNo. The secure snap-lock closure is designed to stay firmly shut until you're ready to use it.\u003c\/p\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes it help keep my razor clean?\u003c\/summary\u003e\n        \u003cp\u003eYes. It protects the blade from dust and everyday contaminants while reducing unnecessary contact between uses.\u003c\/p\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"final-banner\"\u003e\n      \u003ch2\u003eLuxury Protection For Your Everyday Routine.\u003c\/h2\u003e\n      \u003cp\u003e\n        The little things make the biggest difference. Keep your razor protected, your fingers safe and your grooming routine organised with The Blade Vault™ — because premium living starts with everyday essentials.\n        \u003cbr\u003e\u003cbr\u003e\n        \u003cb\u003eLife Simplified. — EaseEdit™\u003c\/b\u003e\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e","brand":"EaseEdit","offers":[{"title":"Default Title","offer_id":52193193230637,"sku":null,"price":59.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0955\/8946\/6413\/files\/easeedit-shaver-case-mens.png?v=1782831365","url":"https:\/\/www.firstyou.co.za\/products\/the-blade-vault-protective-shaver-case","provider":"FirstYou","version":"1.0","type":"link"}