Curved Artery Forceps: The 2026 Hemostasis & Surgical Masterclass

A collection page of MeddeyGo.com

category
Products
10
Active ads
0
Depth
Published
2026/04/17

About

/* CLINICAL BLUEPRINT THEME - PRIMARY: #006093 | ACCENT: #FC6C15 */ .blueprint-container { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.9; color: #1e293b; max-width: 1200px; margin: auto; padding: 40px; background: #ffffff; } .blueprint-header { background: #006093; color: #ffffff; padding: 80px 40px; border-radius: 20px; position: relative; overflow: hidden; margin-bottom: 60px; border-bottom: 10px solid #FC6C15; } .blueprint-header h1 { font-size: 34px; text-transform: uppercase; margin: 0; letter-spacing: 2px; font-weight: 900; } .blueprint-h2 { color: #006093; font-size: 28px; border-bottom: 4px double #FC6C15; display: inline-block; margin: 60px 0 30px; padding-bottom: 10px; } .blueprint-prose { font-size: 17px; text-align: justify; margin-bottom: 35px; } /* MORPHING INFO-CARD HOVER EFFECT */ .morph-card { display: inline-block; color: #006093; font-weight: 700; padding: 2px 10px; background: rgba(0, 96, 147, 0.08); border-radius: 6px; cursor: help; position: relative; transition: all 0.4s ease; } .morph-card:hover { background: #FC6C15; color: #ffffff; } .morph-data { visibility: hidden; width: 380px; background: #ffffff; color: #1e293b; position: absolute; bottom: 150%; left: 50%; transform: translateX(-50%) translateY(20px); padding: 25px; border-radius: 15px; box-shadow: 0 30px 60px rgba(0,0,0,0.3); border: 2px solid #006093; opacity: 0; transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); z-index: 1000; font-weight: 400; font-size: 15px; line-height: 1.6; } .morph-card:hover .morph-data { visibility: visible; opacity: 1; transform: translateX(-50%) translateY(0); } /* BLUEPRINT SPEC TABLES */ .spec-table-container { margin: 50px 0; overflow-x: auto; } .spec-table { width: 100%; border-collapse: collapse; background: #f8fafc; border-radius: 15px; overflow: hidden; } .spec-table th { background: #006093; color: #ffffff; padding: 22px; text-align: left; font-size: 15px; text-transform: uppercase; } .spec-table td { pad