.so-accordion-wrapper { width: 100%; max-width: 1500px; margin: 0 auto; padding: 0 15px; } .so-tab { position: relative; width: 100%; overflow: hidden; margin: 30px 0; } .so-tab input { position: absolute; opacity: 0; z-index: -1; / } .so-tab-content { max-height: 0; overflow: hidden; transition: max-height 0.35s; padding: 0 15px; } .so-tab input:checked ~ .so-tab-content { max-height: 1000px; } .so-tab label { position: relative; display: block; padding: 0 25px 0 0; margin-bottom: 15px; line-height: normal; cursor: pointer; font-size: 1.5em; font-weight: bold; } .so-tab label::after { position: absolute; right: 0; top: -20px; display: block; width: 3em; height: 3em; line-height: 3; text-align: center; transition: all 0.35s; } .so-tab input[type=checkbox] + label::after { content: "+"; } .so-tab input:checked + label::after { content: "\25BC"; } .so-tab-content p { font-size: 1em; } Description Ideal for aviation associations and professional groups, these 2.5-inch pins recognize membership and professional achievement within the industry. While a career milestone favorite, this aircrew-style wing is an excellent choice for any membership-based organization. Professional 3D Metal Wing PinThis metal wing pin is engineered for organizational consistency, providing an authoritative branding solution for airline crews, aviation academies, and military organizations. The design focuses on structural durability and visual precision, ensuring that each badge serves as a professional representation of rank and identity. Advanced 3D Relief & DetailUtilizing a precision molding process, this badge features a deep-relief 3D structure that delivers superior tactile depth. Each feather is rendered with intricate detail, creating a high-quality insignia. The 2.5-inch wingspan is designed to meet formal uniform requirements, providing a balanced and weighted presence on pilot tunics or flight suits. Select Finish OptionsTo ensure the badge aligns with specific organizational dress codes or rank structures, we provide high-durability surface treatments: Gold: A high-luster, classic finish for senior officers and elite branding. Silver: A sleek, modern aesthetic ideal for commercial fleet crews and technical staff. For custom plating, size modifications, or accessory options, contact us to discuss tailored solutions—we specialize in customization to meet your exact specifications. Institutional Branding & Color AccuracyThe central circular emblem serves as a dedicated canvas for your custom logo or unit crest. To maintain the highest level of brand integrity, we offer Pantone-matched enamel filling to ensure your colors are reproduced with absolute precision. This results in a sharp finish that remains consistent across every unit in your order, meeting the rigorous standards of professional uniform branding. Secure Production & Data IntegrityRecognizing the importance of organizational emblems, we operate under a strict Security Commitment. All artwork files and proprietary logo designs are handled through a protected production workflow. Your design data is used exclusively for your authorized orders, ensuring that your organization’s intellectual property is protected at every stage. For projects with immediate deadlines, such as upcoming graduation ceremonies or fleet transitions, we provide an accelerated production path. By integrating your custom logo onto our high-quality wing chassis, we can significantly reduce lead times while maintaining the structural integrity of the 3D metal base. Explore diverse wing designs in our Custom Pilot Wings Pin. Specification Specification Details Material Metal Size 2.5″(63.5mm) Colors Gold/Silver MOQ 50 pcs Handling Time 7-10 days (5 days for expedited) Transit Time 3-5 days (expedited options available) How to Quote Specify your preferred pin back style, finish treatment, and packaging selection Upload your Wing Pin design images and provide Order Comments Choose your production speed from expedited, standard or economy options Click "Get Mockup" to receive your design proof and detailed pricing Finalize order by entering quantity and proceeding to "Add to Cart" for checkout For specialized requirements or detailed customizations, please contact our team. FAQ Q: Can my professional organization (non-aviation) use this wing? A: Yes. The aircrew style symbolizes teamwork and professional standards, fitting for any career development group. Q: Can we order different colors for member levels? A: Yes, we can produce the same design in gold, silver, or nickel to distinguish various membership tiers. Q: Are these suitable for conference giveaways? A: Their high-quality finish makes them a prestigious gift for guest speakers or industry conference attendees. Explore Full Wing Styles Pilot Wings Pin with Round Logo Pilot Wings Pin with Logo & Bottom Text Pilot Wings Pin with Shield Logo Air Force Wings Badge /* 1. 基础布局与强制展开 */ #so-tab-5.no-collapse-section .static-tab-label { display: block; margin-bottom: 15px; font-size: 1.5em; font-weight: bold; } #so-tab-5.no-collapse-section .forced-expand { max-height: none !important; overflow: visible !important; opacity: 1 !important; } /* 2. Grid 布局 */ #so-tab-5 .related-pins-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 15px 0; } /* 3. 卡片容器样式 */ #so-tab-5 .pin-card { display: block; text-decoration: none; color: inherit; text-align: center; transition: transform 0.4s ease; } #so-tab-5 .pin-card:hover { transform: translateY(-5px); } /* 4. 1:1 正方形图片容器 */ #so-tab-5 .pin-image-container { position: relative; width: 100%; /* 使用 aspect-ratio 锁定 1:1 比例 */ aspect-ratio: 1 / 1; background: #fff; display: flex; align-items: center; justify-content: center; padding: 15px; border: 1px solid #f0f0f0; border-radius: 8px; overflow: hidden; } /* 兼容旧版浏览器的 1:1 方案 */ @supports not (aspect-ratio: 1 / 1) { #so-tab-5 .pin-image-container { height: 0; padding-bottom: 100%; } #so-tab-5 .pin-image-container img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } } #so-tab-5 .pin-image-container img { max-width: 90%; max-height: 90%; object-fit: contain; transition: transform 0.6s ease; } #so-tab-5 .pin-card:hover .pin-image-container img { transform: scale(1.05); } /* 5. 标题样式 */ #so-tab-5 .pin-title { margin-top: 12px; font-weight: 600; line-height: 1.4; padding: 0 5px; } /* 响应式设计 */ @media (max-width: 1200px) { #so-tab-5 .related-pins-grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 768px) { #so-tab-5 .related-pins-grid { grid-template-columns: 1fr; } }