{"product_id":"capote-de-verre","title":"AMA Prevention Glass Mouthpiece","description":"\u003cstyle\u003e\n\/* Variables CSS pour cohérence visuelle *\/\n.product-section {\n  --primary-color: #FE4B09;\n  --primary-dark: #d63d00;\n  --secondary-color: #004C96;\n  --text-color: #004C96;\n  --text-light: #666;\n  --border-color: #e5e5e5;\n  --bg-light: #f9fafb;\n  --bg-white: #ffffff;\n  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);\n  --shadow-md: 0 4px 12px rgba(0,0,0,0.1);\n  --shadow-lg: 0 8px 24px rgba(0,0,0,0.12);\n  --radius-sm: 6px;\n  --radius-md: 10px;\n  --radius-lg: 14px;\n  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n\/* Reset et base *\/\n.product-section * { box-sizing: border-box; }\n.product-section { color: var(--text-color); line-height: 1.7; max-width: 1200px; margin: 0 auto; padding: 0 20px; }\n\n\/* Typographie moderne *\/\n.product-section h2 { font-size: clamp(24px, 4vw, 32px); font-weight: 700; color: var(--secondary-color); margin: 50px 0 25px 0; padding-bottom: 12px; border-bottom: 3px solid var(--primary-color); position: relative; }\n.product-section h2::after { content: ''; position: absolute; bottom: -3px; left: 0; width: 80px; height: 3px; background: var(--primary-dark); }\n.product-section h3 { font-size: clamp(18px, 3vw, 22px); font-weight: 600; color: var(--text-color); margin: 30px 0 15px 0; }\n.product-section p { font-size: 16px; line-height: 1.8; margin-bottom: 18px; color: var(--text-color); }\n\n\/* Paragraphe d'introduction hero *\/\n.intro-hero { background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%); padding: 35px; border-radius: var(--radius-lg); border-left: 5px solid var(--primary-color); box-shadow: var(--shadow-md); margin-bottom: 40px; position: relative; overflow: hidden; }\n.intro-hero::before { content: ''; position: absolute; top: 0; right: 0; width: 200px; height: 200px; background: radial-gradient(circle, rgba(254,75,9,0.05) 0%, transparent 70%); border-radius: 50%; transform: translate(50%, -50%); }\n.intro-hero p { position: relative; z-index: 1; margin: 0; font-size: 17px; }\n.intro-hero p:first-child { font-weight: 500; margin-bottom: 15px; }\n\n\/* Cards système *\/\n.info-card { background: var(--bg-white); padding: 28px; border-radius: var(--radius-md); border: 1px solid var(--border-color); box-shadow: var(--shadow-sm); margin-bottom: 20px; transition: var(--transition); }\n.info-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); border-color: var(--primary-color); }\n\n\/* Grille responsive moderne *\/\n.grid-auto { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin: 30px 0; }\n\n\/* Badges et tags *\/\n.badge { display: inline-block; padding: 8px 16px; background: var(--bg-light); border: 1px solid var(--border-color); border-radius: 20px; font-size: 14px; font-weight: 500; color: var(--text-color); margin-right: 10px; margin-bottom: 10px; transition: var(--transition); }\n.badge:hover { background: var(--primary-color); color: white; border-color: var(--primary-color); }\n\n\/* Bloc alerte\/warning orange *\/\n.alert-critical { background: linear-gradient(135deg, #FE4B09 0%, #d63d00 100%); color: white !important; padding: 30px; border-radius: var(--radius-md); margin: 40px 0; box-shadow: 0 6px 20px rgba(254,75,9,0.25); position: relative; overflow: hidden; }\n.alert-critical::before { content: '🛡️'; position: absolute; top: -20px; right: 20px; font-size: 120px; opacity: 0.1; line-height: 1; }\n.alert-critical h3 { color: white !important; margin-top: 0; font-size: 20px; margin-bottom: 15px; }\n.alert-critical p { color: white !important; margin-bottom: 12px; font-size: 15px; }\n.alert-critical p:last-child { margin-bottom: 0; }\n\n\/* Tableaux modernes *\/\n.modern-table { width: 100%; border-collapse: separate; border-spacing: 0; margin: 30px 0; border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm); font-size: 15px; }\n.modern-table thead tr { background: linear-gradient(135deg, var(--secondary-color) 0%, #003d7a 100%); color: white; }\n.modern-table th { padding: 18px; text-align: left; font-weight: 600; font-size: 15px; color: white !important; }\n.modern-table tbody tr { background: white; transition: var(--transition); }\n.modern-table tbody tr:nth-child(even) { background: var(--bg-light); }\n.modern-table tbody tr:hover { background: #fff9f6; transform: scale(1.01); }\n.modern-table td { padding: 18px; border-bottom: 1px solid var(--border-color); }\n.modern-table td:first-child { font-weight: 600; color: var(--text-color); }\n\n\/* Listes stylisées *\/\n.product-section ul { list-style: none; padding-left: 0; margin: 25px 0; }\n.product-section ul li { padding-left: 32px; margin-bottom: 14px; position: relative; font-size: 15px; line-height: 1.7; }\n.product-section ul li::before { content: '✓'; position: absolute; left: 0; top: 0; width: 22px; height: 22px; background: var(--primary-color); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: bold; }\n\n\/* Note italique *\/\n.note-text { font-size: 14px; line-height: 1.6; color: var(--text-light); font-style: italic; padding: 15px; background: var(--bg-light); border-radius: var(--radius-sm); margin: 20px 0; }\n\n\/* Footer section *\/\n.footer-info { border-top: 2px solid var(--border-color); padding-top: 25px; margin-top: 50px; }\n.footer-info p { font-size: 13px; line-height: 1.6; color: var(--text-light); margin: 0; }\n\n\/* Badge certifications *\/\n.certifications { display: flex; flex-wrap: wrap; gap: 12px; margin: 25px 0; }\n.cert-badge { padding: 10px 18px; background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%); border: 2px solid var(--border-color); border-radius: 25px; font-size: 13px; font-weight: 600; color: var(--text-color); display: inline-flex; align-items: center; gap: 8px; transition: var(--transition); }\n.cert-badge:hover { border-color: var(--primary-color); background: white; transform: translateY(-2px); box-shadow: var(--shadow-sm); }\n\n\/* Responsive *\/\n@media (max-width: 768px) {\n  .product-section { padding: 0 16px; }\n  .grid-auto { grid-template-columns: 1fr; }\n}\n\n\/* Animation *\/\n@keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }\n.product-section \u003e * { animation: fadeInUp 0.6s ease-out backwards; }\n.product-section \u003e *:nth-child(1) { animation-delay: 0.05s; }\n.product-section \u003e *:nth-child(2) { animation-delay: 0.1s; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-section\"\u003e\n\u003cdiv class=\"rich-text\"\u003e\n\u003cdiv class=\"intro-hero\"\u003e\n\u003cp style=\"font-size: 17px; line-height: 1.8; margin-bottom: 15px;\"\u003eProtect yourself effectively with the \u003cstrong\u003eAMA Prevention Glass Cover\u003c\/strong\u003e. This flexible lid creates an immediate physical barrier on your glass, greatly reducing the risk of intrusion of \u003cstrong\u003eany dangerous substances\u003c\/strong\u003e (drugs, medications, powders, liquids) during your outings.\u003c\/p\u003e\n\u003cp style=\"font-size: 16px; line-height: 1.7; margin: 0;\"\u003eBeyond protection against chemical submission, its airtight design makes it an excellent \u003cstrong\u003espill-proof\u003c\/strong\u003e accessory. Ideal for festivals, bars, and nightclubs, it lets you enjoy the atmosphere while securing your drink.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"certifications\"\u003e\n\u003cspan class=\"cert-badge\"\u003e🛡️ Anti-Tampering Barrier\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003e💧 Spill-proof\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003e♻️ Reusable\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003e✅ BPA-free Silicone\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003e🥂 Universal\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch2\u003eDouble Protection: Safety \u0026 Convenience\u003c\/h2\u003e\n\u003cdiv class=\"grid-auto\"\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eTotal Protection (Anti-Drug)\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eBy sealing the glass tightly, this device prevents the discreet introduction of \u003cstrong\u003eany foreign substance\u003c\/strong\u003e (powders, liquids, pills) into your drink, deterring malicious individuals.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eSpill-proof\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 10px;\"\u003eWhether moving, dancing, or in a crowd, your glass stays protected. The suction system and silicone seal prevent accidental splashes on your clothes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eEco-Design\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eMade from 100% BPA-free food-grade silicone, this cover is washable and infinitely reusable. A sustainable and healthy alternative to disposable covers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eWhy choose this protection?\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eUniversal:\u003c\/strong\u003e Its stretchy material fits most glasses (cups, standard glasses, pints).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eConvenient Opening:\u003c\/strong\u003e Features a specific opening to drink directly or insert a straw without removing the cover.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSecure Grip:\u003c\/strong\u003e The silicone grips the glass walls for a firm lock.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEasy to Carry:\u003c\/strong\u003e Flexible and lightweight, it folds to fit in a pocket or small bag.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEasy Care:\u003c\/strong\u003e Hand washable or dishwasher safe.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eTechnical Sheet\u003c\/h2\u003e\n\u003ctable class=\"modern-table\" style=\"width: 100%;\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"width: 40%;\"\u003eFeature\u003c\/th\u003e\n\u003cth style=\"width: 60%;\"\u003eDetail\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eFood-grade Silicone (BPA-free)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatibility\u003c\/td\u003e\n\u003ctd\u003eUniversal (Stretchy material)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUse\u003c\/td\u003e\n\u003ctd\u003eReusable (Washable)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eAnti-tampering (all substances) + Spill-proof\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"alert-critical\"\u003e\n\u003ch3\u003e⚠️ Vigilance Reminder\u003c\/h3\u003e\n\u003cp\u003eAlthough this protection significantly reduces the risk of tampering, \"zero risk\" does not exist.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eGolden Rule:\u003c\/strong\u003e Never leave your glass unattended, even if covered. If you have any doubt about the taste or appearance of your drink, do not consume it. This device is a deterrent and risk reduction tool.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"footer-info\"\u003e\n\u003cp\u003e\u003cstrong\u003eShipping:\u003c\/strong\u003e Order before 3 PM for same-day shipping. Fast, tracked delivery to secure your upcoming evenings without waiting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n","brand":"AMA Prévention","offers":[{"title":"Default Title","offer_id":55154521735492,"sku":"","price":2.49,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/1335\/4734\/files\/rn-image_picker_lib_temp_534ef4e8-9cab-42ce-937c-1b3db563a22b.png?v=1743579579","url":"https:\/\/ama-prevention.fr\/en\/products\/glass-cover","provider":"AMA Prévention ","version":"1.0","type":"link"}