⚽ Own the Glory: 2026 Match Ball Decanter – Heritage Edition
/* ========================================================= RESET ========================================================= */ .pdt-page, .pdt-page * { box-sizing: border-box; } . pdt-page { --pdt-primary: #252525; --pdt-secondary: #465A66; --pdt-accent: #B08A52; --pdt-red: #8A3D35; --pdt-soft-bg: #F3F1ED; --pdt-light-bg: #E8E3DA; --pdt-card-bg: #FFFFFF; --pdt-text: #666666; --pdt-muted: #888888; --pdt-border: #D8D1C6; --pdt-shadow: 0 8px 18px rgba(0, 0, 0, 0.06); width: 100%; max-width: 760px; margin: 0 auto; color: var(--pdt-text); font-family: Arial, Helvetica, sans-serif; line-height: 1.6; } /* ========================================================= COMMON ========================================================= */ .pdt-page h1, .pdt-page h2, .pdt-page h3, .pdt-page h4, .pdt-page p { margin: 0; } .pdt-section { width: 100%; margin: 0 0 18px; } .pdt-card { padding: 26px; background: var(--pdt-card-bg); border: 1px solid var(--pdt-border); border-radius: 20px; box-shadow: var(--pdt-shadow); } .pdt-section-title { margin-bottom: 20px; color: var(--pdt-primary); font-size: 24px; font-weight: 700; line-height: 1.35; } .pdt-section-title span { color: var(--pdt-accent); } .pdt-subtitle { margin-top: 8px; color: var(--pdt-muted); font-size: 15px; line-height: 1.6; } /* ========================================================= MODULE 01 HERO ========================================================= */ .pdt-module-01 { margin-bottom: 18px; } .pdt-hero { padding: 30px 26px; text-align: center; background: var(--pdt-soft-bg); border: 1px solid var(--pdt-border); border-radius: 20px; box-shadow: var(--pdt-shadow); } .pdt-trust { display: inline-block; margin-bottom: 18px; padding: 8px 18px; color: #FFFFFF; background: var(--pdt-primary); border-radius: 50px; font-size: 13px; font-weight: 700; line-height: 1.3; } .pdt-hero-title { color: var(--pdt-primary); font-size: 28px; font-weight: 700; line-height: 1.35; } .pdt-hero-title span { color: var(--pdt-accent); } .pdt-hero-text { max-width: 620px; margin: 14px auto 0; color: var(--pdt-text); font-size: 16px; line-height: 1.7; } .pdt-hero-divider { width: 56px; height: 3px; margin: 22px auto 0; background: var(--pdt-accent); border-radius: 4px; } /* ========================================================= MODULE 02 PAIN POINTS ========================================================= */ .pdt-module-02 { margin-bottom: 18px; } .pdt-problem-card { padding: 26px; background: var(--pdt-card-bg); border: 1px solid var(--pdt-border); border-radius: 20px; box-shadow: var(--pdt-shadow); } .pdt-problem-title { margin-bottom: 18px; color: var(--pdt-primary); font-size: 24px; font-weight: 700; line-height: 1.35; } .pdt-problem-title span { color: var(--pdt-red); } .pdt-problem-list { display: flex; flex-direction: column; gap: 12px; margin: 0; padding: 0; list-style: none; } .pdt-problem-list li { display: flex; align-items: flex-start; gap: 10px; color: var(--pdt-text); font-size: 15px; line-height: 1.55; } .pdt-problem-list li::before { content: "✕"; flex: 0 0 auto; color: var(--pdt-red); font-size: 16px; font-weight: 700; } .pdt-problem-footer { margin-top: 22px; padding-top: 18px; color: var(--pdt-primary); border-top: 1px solid var(--pdt-border); font-size: 16px; font-weight: 700; line-height: 1.55; } /* ========================================================= MODULE 03 WHY PRODUCT ========================================================= */ .pdt-module-03 { margin-bottom: 18px; } .pdt-why-card { padding: 26px; background: var(--pdt-soft-bg); border: 1px solid var(--pdt-border); border-radius: 20px; box-shadow: var(--pdt-shadow); } .pdt-why-title { margin-bottom: 20px; color: var(--pdt-primary); font-size: 24px; font-weight: 700; line-height: 1.35; } .pdt-why-title span { color: var(--pdt-accent); } .pdt-highlight-list { display: flex; flex-direction: column; gap: 18px; } .pdt-highlight { padding-bottom: 18px; border-bottom: 1px solid var(--pdt-border); } .pdt-highlight:last-child { padding-bottom: 0; border-bottom: 0; } .pdt-highlight-label { display: inline-block; margin-bottom: 10px; padding: 6px 14px; color: #FFFFFF; background: var(--pdt-primary); border-radius: 30px; font-size: 12px; font-weight: 700; line-height: 1.3; } .pdt-highlight:nth-child(2) .pdt-highlight-label { background: var(--pdt-accent); } .pdt-highlight:nth-child(3) .pdt-highlight-label { background: var(--pdt-secondary); } .pdt-highlight:nth-child(4) .pdt-highlight-label { background: var(--pdt-red); } .pdt-highlight-title { margin-bottom: 5px; color: var(--pdt-primary); font-size: 18px; font-weight: 700; line-height: 1.4; } .pdt-highlight-text { color: var(--pdt-text); font-size: 15px; line-height: 1.65; } /* ========================================================= MODULE 04 BENEFITS + PERFECT FOR ========================================================= */ .pdt-module-04 { margin-bottom: 18px; } .pdt-benefit-card { padding: 26px; background: var(--pdt-card-bg); border: 1px solid var(--pdt-border); border-radius: 20px; box-shadow: var(--pdt-shadow); } .pdt-benefit-title { margin-bottom: 18px; color: var(--pdt-primary); font-size: 24px; font-weight: 700; line-height: 1.35; } .pdt-benefit-title span { color: var(--pdt-accent); } .pdt-benefit-list { display: flex; flex-direction: column; gap: 11px; margin: 0; padding: 0; list-style: none; } .pdt-benefit-list li { display: flex; align-items: flex-start; gap: 10px; color: var(--pdt-text); font-size: 15px; line-height: 1.55; } .pdt-benefit-list li::before { content: "✓"; flex: 0 0 auto; color: var(--pdt-accent); font-size: 16px; font-weight: 700; } .pdt-perfect { margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--pdt-border); } .pdt-perfect-title { margin-bottom: 14px; color: var(--pdt-primary); font-size: 20px; font-weight: 700; line-height: 1.4; } .pdt-chip-wrap { display: flex; flex-wrap: wrap; gap: 10px; } .pdt-chip { padding: 9px 14px; color: var(--pdt-primary); border-radius: 30px; font-size: 13px; font-weight: 600; line-height: 1.3; } .pdt-chip:nth-child(4n + 1) { background: #E8E3DA; } .pdt-chip:nth-child(4n + 2) { background: #EEECE8; } .pdt-chip:nth-child(4n + 3) { background: #F0E7DE; } .pdt-chip:nth-child(4n + 4) { background: #E5E9EB; } /* ========================================================= MODULE 05 SPECIFICATIONS + FAQ ========================================================= */ .pdt-module-05 { margin-bottom: 18px; } .pdt-spec-card { padding: 26px; background: var(--pdt-soft-bg); border: 1px solid var(--pdt-border); border-radius: 20px; box-shadow: var(--pdt-shadow); } .pdt-spec-title { margin-bottom: 18px; color: var(--pdt-primary); font-size: 24px; font-weight: 700; line-height: 1.35; } .pdt-spec-title span { color: var(--pdt-accent); } .pdt-spec-table { width: 100%; border-collapse: collapse; overflow: hidden; border: 1px solid var(--pdt-border); border-radius: 12px; background: #FFFFFF; } .pdt-spec-table tr { border-bottom: 1px solid var(--pdt-border); } .pdt-spec-table tr:last-child { border-bottom: 0; } .pdt-spec-table tr:nth-child(odd) { background: #F8F6F2; } .pdt-spec-table td { padding: 12px 13px; color: var(--pdt-text); font-size: 14px; line-height: 1.5; vertical-align: top; } .pdt-spec-table td:first-child { width: 38%; color: var(--pdt-primary); font-weight: 700; } .pdt-package { margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--pdt-border); } .pdt-package-title { margin-bottom: 10px; color: var(--pdt-primary); font-size: 19px; font-weight: 700; line-height: 1.4; } .pdt-package-text { color: var(--pdt-text); font-size: 15px; line-height: 1.6; } /* ========================================================= FAQ ========================================================= */ .pdt-faq-card { margin-top: 18px; padding: 26px; background: var(--pdt-card-bg); border: 1px solid var(--pdt-border); border-radius: 20px; box-shadow: var(--pdt-shadow); } .pdt-faq-title { margin-bottom: 20px; color: var(--pdt-primary); font-size: 24px; font-weight: 700; line-height: 1.35; } .pdt-faq-title span { color: var(--pdt-accent); } .pdt-faq-item { padding: 16px 0; border-bottom: 1px solid var(--pdt-border); } .pdt-faq-item:first-child { padding-top: 0; } .pdt-faq-item:last-child { padding-bottom: 0; border-bottom: 0; } .pdt-faq-question { margin-bottom: 6px; color: var(--pdt-primary); font-size: 16px; font-weight: 700; line-height: 1.5; } .pdt-faq-answer { color: var(--pdt-text); font-size: 15px; line-height: 1.65; } /* ========================================================= MODULE 06 FINAL CTA ========================================================= */ .pdt-module-06 { margin-bottom: 0; } .pdt-cta { padding: 34px 28px; text-align: center; background: var(--pdt-light-bg); border: 1px solid var(--pdt-border); border-radius: 20px; box-shadow: var(--pdt-shadow); } .pdt-cta-title { color: var(--pdt-primary); font-size: 26px; font-weight: 700; line-height: 1.35; } .pdt-cta-title span { color: var(--pdt-accent); } .pdt-cta-subtitle { margin-top: 12px; color: var(--pdt-text); font-size: 16px; line-height: 1.65; } .pdt-cta-benefits { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin: 20px 0 24px; } .pdt-cta-benefit { padding: 8px 13px; color: var(--pdt-primary); background: #F8F6F2; border: 1px solid var(--pdt-border); border-radius: 30px; font-size: 13px; font-weight: 600; } .pdt-button { display: inline-block; padding: 16px 38px; color: #FFFFFF !important; background: var(--pdt-primary); border-radius: 50px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); font-size: 17px; font-weight: 700; line-height: 1.2; text-decoration: none !important; } /* ========================================================= MOBILE ========================================================= */ @media screen and (max-width: 600px) { .pdt-card, .pdt-hero, .pdt-problem-card, .pdt-why-card, .pdt-benefit-card, .pdt-spec-card, .pdt-faq-card { padding: 22px 18px; border-radius: 16px; } .pdt-hero-title { font-size: 24px; } .pdt-section-title, .pdt-problem-title, .pdt-why-title, .pdt-benefit-title, .pdt-spec-title, .pdt-faq-title { font-size: 22px; } .pdt-cta { padding: 28px 18px; } .pdt-cta-title { font-size: 23px; } .pdt-spec-table td { padding: 10px 9px; font-size: 13px; } .pdt-chip { font-size: 12px; } .pdt-button { width: 100%; padding: 15px 20px; font-size: 16px; } } HERITAGE EDITION • COLLECTOR'S PIECE Bring Championship Spirit to Every Pour A football-inspired glass decanter designed for collectors, football lovers, and anyone who appreciates a truly unforgettable home bar centerpiece. 😩 Looking for a Gift That Truly Stands Out? Ordinary whiskey decanters lack personality Sports fans already own enough jerseys and mugs Home bars can feel generic and uninspiring It's difficult to find premium gifts for football lovers Most collectibles don't combine function with style 🏆 Bring the passion of football into every celebration with a centerpiece worthy of champions. 🌟 Why This Heritage Edition Decanter Is a Collector's Favorite ⚽ ICONIC DESIGN Iconic Match Ball Inspired Design Expertly crafted to resemble a championship-style football, this decanter captures the excitement and prestige of the world's biggest tournament. It's more than drinkware — it's a tribute to the beautiful game. 🥃 PREMIUM DISPLAY Premium Display Piece for Any Home Bar Whether filled with whiskey, bourbon, scotch, tequila, rum, or displayed empty, this elegant decanter instantly elevates your bar cart, office, man cave, or living room. ✨ CRAFTSMANSHIP Exceptional Craftsmanship Made from premium clear glass with finely detailed craftsmanship, every angle reflects elegance, durability, and attention to detail worthy of a true collector's piece. 🎁 GIFT-WORTHY The Ultimate Gift for Football Fans Perfect for fathers, husbands, brothers, coaches, teammates, collectors, or anyone who lives and breathes football. An unforgettable gift for birthdays, Father's Day, Christmas, housewarmings, retirement, or championship celebrations. 🏆 A Statement Piece Made for Football Lovers Transforms any home bar into a conversation piece Combines collectible sports style with practical drinkware Designed for whiskey, bourbon, scotch, rum, tequila and more Premium glass presentation creates an elegant display Perfect for football fans and collectors Unique gift idea for birthdays and special celebrations Looks stunning even when displayed empty Brings championship-inspired style into your space ⚽ Perfect For Home Bars Football Fans Collectors Man Caves Office Displays Gift Giving Championship Celebrations Sports-Inspired Décor 📏 Product Specifications Product Type Football-Inspired Glass Decanter Edition Heritage Edition Material Premium Lead-Free Glass Style Collectible Home Bar Décor Usage Whiskey, Bourbon, Scotch, Rum, Tequila & Other Spirits Application Home Bar, Office, Display Cabinet, Gift Collection 📦 Package Includes 1 × Football-Inspired Heritage Edition Glass Decanter ❓ Frequently Asked Questions Q: Is this made from real glass? A: Yes! It's crafted from premium lead-free glass for both durability and crystal-clear presentation. Q: Can it hold alcoholic beverages? A: Absolutely. It's designed to store whiskey, bourbon, scotch, rum, tequila, and other favorite spirits. Q: Is it suitable as a gift? A: Definitely! It's an excellent gift for football fans, whiskey enthusiasts, collectors, and anyone who enjoys unique home bar décor. Q: Can I use it only as decoration? A: Yes. It looks stunning as a display piece even without being filled. Q: Is the stopper included? A: Yes, the decanter comes with a matching stopper to help preserve your spirits. 🏆 Bring Championship Spirit to Every Pour Legendary Design ⚽ Premium Craftsmanship 🥃 Unforgettable Gift 🎁 ⚽ Football-Inspired 🥃 Premium Glass 🎁 Gift-Worthy 🔥 A must-have for football fans, collectors, and anyone who appreciates a truly unforgettable home bar centerpiece. ORDER NOW & MAKE EVERY POUR LEGENDARY
More you might like
Related
⚽ Own the Glory: 2026 Match Ball Decanter – Heritage Edition
Related
⚽ Own the Glory: 2026 Match Ball Decanter – Heritage Edition
Related
⚽ Own the Glory: 2026 Match Ball Decanter – Heritage Edition
Related