2025(P) ASE *Eagle Privy* NGC MS70 Advanced Release 1 of 50,000 Gaudioso
American Coin & Currency Co - eBay Listing Template @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=Source+Sans+3:wght@400;600;700&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; } :root { --navy: #1a2a5e; --red: #c8102e; --gold: #c9a84c; --light-gold: #f5e6c0; --white: #ffffff; --off-white: #f9f7f2; --border: #d4c49a; --text: #1e1e1e; --text-light: #555; } body { font-family: 'Source Sans 3', sans-serif; background: #f0ece2; color: var(--text); max-width: 900px; margin: 0 auto; } /* ===== HEADER ===== */ .header { background: linear-gradient(135deg, var(--navy) 0%, #0d1a40 100%); padding: 30px 40px 20px; text-align: center; position: relative; border-bottom: 4px solid var(--gold); } .header::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c9a84c' fill-opacity='0.05'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); pointer-events: none; } .header-inner { position: relative; z-index: 1; } .logo-area { display: flex; align-items: center; justify-content: center; gap: 20px; margin-bottom: 12px; } .logo-circle { width: 90px; height: 90px; border-radius: 50%; background: var(--white); display: flex; align-items: center; justify-content: center; overflow: hidden; border: 3px solid var(--gold); flex-shrink: 0; } .logo-circle img { width: 84px; height: 84px; object-fit: cover; border-radius: 50%; } .logo-text { text-align: left; } .logo-text h1 { font-family: 'Playfair Display', serif; color: var(--white); font-size: 26px; font-weight: 900; line-height: 1.1; letter-spacing: 1px; text-transform: uppercase; } .logo-text h1 span { color: var(--gold); } .logo-text p { color: rgba(255,255,255,0.7); font-size: 12px; letter-spacing: 3px; text-transform: uppercase; margin-top: 4px; } .gold-divider { width: 100%; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); margin: 14px 0; } .trust-badges { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .trust-badge { color: rgba(255,255,255,0.85); font-size: 11px; letter-spacing: 1px; text-transform: uppercase; display: flex; align-items: center; gap: 5px; } .trust-badge::before { content: '★'; color: var(--gold); font-size: 10px; } /* ===== RED BANNER ===== */ .red-banner { background: var(--red); padding: 10px 20px; text-align: center; display: flex; justify-content: center; align-items: center; gap: 30px; flex-wrap: wrap; } .red-banner span { color: var(--white); font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; } .red-banner .dot { color: var(--gold); font-size: 16px; line-height: 1; } /* ===== ITEM TITLE SECTION ===== */ .item-title-section { background: var(--off-white); padding: 30px 40px 20px; border-bottom: 1px solid var(--border); } .item-title-section h2 { font-family: 'Playfair Display', serif; font-size: 28px; color: var(--navy); font-weight: 700; line-height: 1.2; margin-bottom: 10px; } .item-subtitle { color: var(--text-light); font-size: 14px; letter-spacing: 0.5px; } /* ===== HIGHLIGHTS BAR ===== */ .highlights-bar { background: var(--navy); padding: 14px 40px; display: flex; justify-content: space-around; gap: 10px; flex-wrap: wrap; } .highlight-item { text-align: center; color: var(--white); } .highlight-item .hi-icon { font-size: 20px; display: block; margin-bottom: 3px; } .highlight-item .hi-label { font-size: 10px; text-transform: uppercase; letter-spacing: 1px; color: var(--gold); display: block; } .highlight-item .hi-value { font-size: 12px; font-weight: 700; display: block; color: var(--white); } /* ===== MAIN BODY ===== */ .body-wrap { background: var(--off-white); } /* ===== ITEM DESCRIPTION ===== */ .section { padding: 28px 40px; border-bottom: 1px solid var(--border); } .section-title { font-family: 'Playfair Display', serif; font-size: 18px; color: var(--navy); font-weight: 700; margin-bottom: 16px; display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: 1px; } .section-title::after { content: ''; flex: 1; height: 1px; background: linear-gradient(90deg, var(--gold), transparent); } .desc-text { font-size: 15px; line-height: 1.75; color: var(--text); } .desc-placeholder { background: #eee8d5; border: 2px dashed var(--border); border-radius: 4px; padding: 16px 20px; color: var(--text-light); font-style: italic; font-size: 14px; line-height: 1.6; } /* ===== SPECS TABLE ===== */ .specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid var(--border); border-radius: 4px; overflow: hidden; } .spec-row { display: contents; } .spec-label { background: var(--navy); color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 10px 16px; border-bottom: 1px solid rgba(255,255,255,0.1); } .spec-value { background: var(--white); color: var(--text); font-size: 14px; padding: 10px 16px; border-bottom: 1px solid var(--border); border-left: 1px solid var(--border); } .spec-label:last-of-type, .spec-value:last-of-type { border-bottom: none; } /* ===== CONDITION CALLOUT ===== */ .condition-box { background: linear-gradient(135deg, var(--navy) 0%, #0d1a40 100%); border-radius: 6px; padding: 20px 24px; display: flex; align-items: flex-start; gap: 16px; border-left: 5px solid var(--gold); } .condition-icon { font-size: 32px; flex-shrink: 0; } .condition-content h4 { color: var(--gold); font-size: 13px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 6px; } .condition-content p { color: rgba(255,255,255,0.88); font-size: 14px; line-height: 1.6; } /* ===== POLICY SECTION ===== */ .policy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; } .policy-card { background: var(--white); border: 1px solid var(--border); border-top: 3px solid var(--navy); border-radius: 4px; padding: 16px; text-align: center; } .policy-card .pc-icon { font-size: 26px; margin-bottom: 8px; display: block; } .policy-card h4 { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--navy); margin-bottom: 6px; } .policy-card p { font-size: 12px; color: var(--text-light); line-height: 1.5; } /* ===== WHY BUY ===== */ .why-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; } .why-item { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--text); line-height: 1.4; } .why-item .check { color: var(--red); font-weight: 900; font-size: 16px; flex-shrink: 0; margin-top: 1px; } /* ===== CERTIFICATIONS ===== */ .cert-badges { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; padding: 10px 0; } .cert-badge { background: var(--white); border: 2px solid var(--border); border-radius: 6px; padding: 10px 20px; font-size: 13px; font-weight: 700; color: var(--navy); text-align: center; letter-spacing: 1px; } .cert-badge small { display: block; font-size: 10px; font-weight: 400; color: var(--text-light); margin-top: 2px; text-transform: uppercase; letter-spacing: 1px; } /* ===== ABOUT US ===== */ .about-inner { background: linear-gradient(135deg, var(--navy) 0%, #0d1a40 100%); border-radius: 6px; padding: 28px 32px; color: var(--white); display: flex; gap: 24px; align-items: flex-start; } .about-logo { width: 80px; height: 80px; border-radius: 50%; background: var(--white); overflow: hidden; border: 3px solid var(--gold); flex-shrink: 0; display: flex; align-items: center; justify-content: center; } .about-logo img { width: 74px; height: 74px; border-radius: 50%; object-fit: cover; } .about-text h3 { font-family: 'Playfair Display', serif; color: var(--gold); font-size: 20px; margin-bottom: 10px; } .about-text p { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,0.85); } .about-text a { color: var(--gold); text-decoration: none; font-weight: 700; } /* ===== SOCIAL SECTION ===== */ .social-section { background: var(--white); padding: 24px 40px; text-align: center; border-bottom: 1px solid var(--border); } .social-label { font-size: 11px; text-transform: uppercase; letter-spacing: 3px; color: var(--text-light); margin-bottom: 14px; } .social-icons { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; } .social-link { display: flex; align-items: center; gap: 7px; padding: 8px 16px; border-radius: 4px; text-decoration: none; font-size: 12px; font-weight: 700; letter-spacing: 0.5px; transition: opacity 0.2s; } .social-link:hover { opacity: 0.85; } .social-link svg { width: 16px; height: 16px; fill: currentColor; } .sl-website { background: var(--navy); color: var(--white); } .sl-ebay { background: #e53238; color: var(--white); } .sl-instagram { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); color: var(--white); } .sl-x { background: #000; color: var(--white); } .sl-youtube { background: #FF0000; color: var(--white); } .sl-tiktok { background: #010101; color: var(--white); } .sl-linkedin { background: #0077B5; color: var(--white); } /* ===== FOOTER ===== */ .footer { background: linear-gradient(135deg, var(--navy) 0%, #0d1a40 100%); padding: 22px 40px; text-align: center; border-top: 4px solid var(--gold); } .footer-top { display: flex; justify-content: center; align-items: center; gap: 20px; margin-bottom: 14px; } .footer-stars { color: var(--gold); letter-spacing: 3px; font-size: 14px; } .footer-brand { font-family: 'Playfair Display', serif; color: var(--white); font-size: 18px; font-weight: 700; letter-spacing: 1px; } .footer-links { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-bottom: 12px; } .footer-links a { color: rgba(255,255,255,0.7); text-decoration: none; font-size: 12px; letter-spacing: 0.5px; transition: color 0.2s; } .footer-links a:hover { color: var(--gold); } .footer-legal { font-size: 11px; color: rgba(255,255,255,0.4); letter-spacing: 0.5px; line-height: 1.6; } .footer-phone { color: var(--gold); font-size: 15px; font-weight: 700; letter-spacing: 1px; margin-bottom: 10px; } /* ===== DISCLAIMER ===== */ .disclaimer-box { background: #fff8e6; border: 1px solid var(--gold); border-radius: 4px; padding: 12px 16px; font-size: 12px; color: #7a6a30; line-height: 1.6; margin-top: 14px; } American Coin &Currency Co. Premier Buyer · Seller · Appraiser ANA Member NGC Authorized Dealer PCGS Authorized Dealer CGC Authorized Dealer 100% Authentic ⭐ High Rated Seller ✦ 🔒 Secure Checkout ✦ 📦 Fast Shipping ✦ ✅ 100% Authentic Guarantee ✦ 📞 561-310-8341 2025(P) ASE ★ Eagle Privy ★ NGC MS70 Advanced Release 1 of 50,000 Gaudioso American Coin & Currency Co. · NGC Certified MS70 · Advanced Release · 2025 American Silver Eagle 🏛️ Category U.S. Silver Eagle 📅 Year 2025 🔬 Grade MS70 (Perfect) 🏷️ Certification NGC Certified 📦 Shipping USPS Priority Item Description This 2025(P) American Silver Eagle features the exclusive Eagle Privy Mark, certified MS70 (Perfect Uncirculated) and designated as an Advanced Release — one of the first 50,000 struck by the U.S. Mint — with a Gaudioso signature, struck in 0.999 fine silver with 1 troy oz of precious metal content, business strike, made in the USA. A rare and highly collectible piece representing the absolute pinnacle of quality and craftsmanship, making it a standout addition to any serious coin collection. Coin Specifications Denomination $1 American Silver Eagle Year / Date 2025 Mint Mark (P) Philadelphia Mint Composition 0.999 Fine Silver Weight 31.103 grams (1 troy oz) Diameter 40.6 mm Grade MS70 (Perfect Uncirculated) Certification Service NGC (Numismatic Guaranty Company) Cert / Slab # See NGC Label on Slab Country of Origin United States of America Series / Type American Silver Eagl
ACC eBay item ID: 376589978168
Original eBay listing: https://www.ebay.com/itm/376589978168