Future Tech Skull T-Shirt
/* ===== Battle PDP spacing system (consistent desktop + mobile) ===== */ .bt-pdp { line-height: 1.55 !important; } /* ================= MOBILE GUTTER FIX ================= Theme a lready provides LEFT spacing. We ONLY add RIGHT spacing so margins appear equal. ======================================================= */ .bt-pdp{ max-width: 100%; overflow-x: hidden; padding-left: 0 !important; /* keep theme left gutter */ padding-right: 16px !important; /* create matching right gutter */ box-sizing: border-box !important; width: 100% !important; } /* Slightly more breathing room on tablet */ @media (min-width: 768px){ .bt-pdp{ padding-right: 18px !important; } } /* Desktop: center content nicely */ @media (min-width: 1024px){ .bt-pdp{ padding-right: 0 !important; max-width: 720px; margin-left: auto !important; margin-right: auto !important; } } /* Prevent anything from touching edges */ .bt-pdp *{ box-sizing: border-box !important; } .bt-pdp img, .bt-pdp table, .bt-pdp details, .bt-pdp div{ max-width: 100% !important; } /* Section headings */ .bt-pdp h2{ font-size: 20px !important; font-weight: 500 !important; margin: 20px 0 10px !important; padding: 0 !important; line-height: 1.3 !important; } .bt-pdp h2:first-of-type{ margin-top: 0 !important; } /* Standard block spacing */ .bt-pdp p, .bt-pdp ul, .bt-pdp ol, .bt-pdp section, .bt-pdp .bt-faq, .bt-pdp .bt-blog-links{ margin: 0 0 20px !important; padding: 0 !important; } /* Lists */ .bt-pdp ul, .bt-pdp ol{ padding-left: 20px !important; } .bt-pdp li{ margin: 0 0 6px !important; } /* Tech specs table styling */ .bt-specs{ width: 100%; border-collapse: collapse; border: 1px solid rgba(0,0,0,.12); border-radius: 12px; overflow: hidden; } .bt-specs th, .bt-specs td{ padding: 12px 14px; border-top: 1px solid rgba(0,0,0,.08); vertical-align: top; text-align: left; } .bt-specs tr:first-child th, .bt-specs tr:first-child td{ border-top: 0; } .bt-specs th{ width: 34%; font-weight: 600; background: rgba(0,0,0,.03); } /* FAQ styling */ .bt-faq h3{ font-size: 16px !important; font-weight: 700 !important; margin: 0 0 6px !important; line-height: 1.25 !important; } .bt-faq p{ margin: 0 0 14px !important; line-height: 1.55 !important; } .bt-faq p:last-child{ margin-bottom: 0 !important; } /* Blog links */ .bt-blog-links ul{ margin: 0 !important; padding-left: 18px !important; } .bt-blog-links li{ margin: 0 0 8px !important; } /* Divider */ .bt-divider { height: 1px; background: rgba(0,0,0,.10); border: 0; margin: 18px 0; width: 100%; } /* Callout */ .bt-callout{ border: 1px solid rgba(0,0,0,.12); border-radius: 12px; padding: 12px 14px; background: rgba(0,0,0,.02); margin: 0 0 20px !important; } .bt-callout-title{ font-weight: 700; margin: 0 0 6px !important; line-height: 1.25; } .bt-callout p{ margin: 0 !important; } /* Badges */ .bt-badges{ display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 20px !important; padding: 0 !important; list-style: none; } .bt-badge{ border: 1px solid rgba(0,0,0,.12); border-radius: 999px; padding: 6px 10px; font-size: 14px; line-height: 1; background: #fff; white-space: nowrap; } /* Icon list */ .bt-icon-list{ list-style: none; padding-left: 0 !important; } .bt-icon-list li{ display: flex; gap: 10px; align-items: flex-start; margin: 0 0 10px !important; } .bt-ico{ width: 22px; min-width: 22px; height: 22px; border-radius: 999px; border: 1px solid rgba(0,0,0,.14); display: inline-flex; align-items: center; justify-content: center; font-size: 14px; background: rgba(0,0,0,.02); } /* Collapsible sections */ .bt-collapse{ border: 1px solid rgba(0,0,0,.10); border-radius: 12px; background: rgba(0,0,0,.01); margin-bottom: 20px; overflow: hidden; } .bt-collapse__summary{ display: flex; justify-content: space-between; align-items: center; padding: 14px; cursor: pointer; } .bt-collapse__h2{ margin: 0 !important; line-height: 1.05 !important; } .bt-collapse__chev{ opacity: .75; transition: transform .2s ease; } .bt-collapse[open] .bt-collapse__chev{ transform: rotate(180deg); } .bt-collapse__content{ padding: 14px 18px 16px !important; } .bt-pdp details.bt-collapse > .bt-collapse__content{ padding: 14px 16px 16px !important; } @media (min-width: 768px){ .bt-pdp details.bt-collapse > .bt-collapse__content{ padding: 16px 18px 18px !important; } } .bt-pdp details.bt-collapse > .bt-collapse__content.bt-faq, .bt-pdp details.bt-collapse > .bt-collapse__content.bt-blog-links{ padding-left: 16px !important; padding-right: 16px !important; } .bt-pdp details.bt-collapse > .bt-collapse__content.bt-blog-links ul{ padding-left: 18px !important; margin: 0 !important; } .bt-hero-img{ width: 100%; height: auto; border-radius: 12px; display: block; margin: 0 0 16px !important; } /* Added only for new top-level section titles */ .bt-section-toggle{ margin-top: 0 !important; } .bt-section-toggle + .bt-section-toggle{ margin-top: 0 !important; } /* Comparison cards */ .bt-compare-card{ border: 1px solid rgba(0,0,0,.12); border-radius: 12px; padding: 10px 12px; background: #fff; } .bt-compare-card--primary{ border-color: rgba(0,0,0,.22); } .bt-compare-rows{ display: grid; gap: 8px; } .bt-compare-row{ display: flex; gap: 10px; } .bt-compare-label{ min-width: 72px; font-weight: 600; opacity: .85; } .bt-compare-value{ flex: 1; } /* Horizontal scroll */ .bt-compare-scroll{ width: 100%; margin: 12px 0 10px; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 8px; scroll-snap-type: x mandatory; contain: layout paint; } .bt-compare-track{ white-space: nowrap; font-size: 0; padding-bottom: 10px; } .bt-compare-scroll .bt-compare-card{ display: inline-block; white-space: normal; font-size: 14px; margin-right: 10px; scroll-snap-align: start; width: 210px; } @media (min-width: 768px){ .bt-compare-scroll .bt-compare-card{ width: 260px; } } Future Tech Skull T-Shirt. Classic Cotton Comfort with a Full-Back Football Graphic. The Future Tech Skull T-Shirt is a standard everyday tee with a bold full-back graphic built for players who like their football gear darker, louder, and less basic. Quick Win This tee wins because the graphic actually has teeth. Black base, cyber-style Battle branding, red and blue tech lines, and a skull design that looks built for impact. Product Overview The Future Tech Skull T-Shirt is made for everyday wear with a standard T-shirt fit and a full-back graphic inspired by futuristic football design. The artwork features Battle Football branding, a skull centerpiece, grid-style tech details, red and blue linework, and a BattleZone bottom hit that gives the tee a strong football streetwear feel. It is comfortable enough for daily wear, but the back graphic keeps it from looking plain. Key Features 👕Standard T-Shirt Fit: Easy everyday fit built for regular wear 💀Full-Back Skull Graphic: Futuristic skull artwork with Battle branding and tech-inspired detail ⚡Built-for-Impact Look: Red and blue graphic hits give the shirt a sharper, more aggressive edge 🧵All-Day Comfort: Classic cotton tee feel made for casual daily use Standard Fit Full-Back Graphic Football Style Everyday Wear Casual Comfort Future Tech Design Details & Fit▾ Built for Easy Wear This tee is made for people who want a standard fit, everyday comfort, and a football graphic that hits harder than a basic logo shirt. Fit & Style Details The Future Tech Skull T-Shirt has the kind of fit that belongs in regular rotation. It is a standard T-shirt made for simple comfort, casual styling, and everyday wear. The full-back design is the main feature, bringing a black, red, blue, and white tech-football look with Battle branding, skull artwork, grid details, and built-for-impact energy. Wear it solo when you want the back graphic to stand out or layer it under a hoodie or jacket for an easy football-inspired fit. Tech Specs▾ Product Name Future Tech Skull T-Shirt Product Type Standard graphic T-shirt Fit Standard fit for comfortable everyday wear Material Feel Classic cotton T-shirt feel built for casual comfort Graphic Placement Large back graphic with Battle branding, skull artwork, red and blue tech linework, grid-style details, and BattleZone artwork Best For Everyday wear, casual outfits, and football-inspired streetwear looks Style Use Easy to pair with shorts, denim, joggers, and layered casual fits When to Wear It This is the tee you grab when a plain black shirt is not enough. It works for daily wear, weekend fits, travel, post-game casual, or anytime you want a football-inspired shirt with a full-back graphic that looks sharper and more aggressive. Use Tip Pair it with black shorts or joggers and let the back graphic do the damage. Simple fit, loud back hit.