{"product_id":"garvee-7-5-ft-barbell-bar-pou-3aj9typj","title":"Garvee 7.5 FT Barbell Bar 1500 LB Capacity, 190K PSI 45# High-Strength Steel Barbell (28mm Shaft, 90.2\" Long, 48 Lbs) for 2-Inch Weight Plates, Diamond Knurled Straight Bar for Squats \u0026 Deadlifts (Red \u0026 Black)","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n  \/* 调色盘：硬核力量举红黑战斧风格 (Crimson Red, Tactical Black, Matte Steel \u0026 Dark Charcoal) *\/\n  :root {\n    --bb-primary: #0f172a;        \/* 工业深板岩灰 *\/\n    --bb-accent: #dc2626;         \/* 力量竞技红 *\/\n    --bb-accent-hover: #b91c1c;   \/* 深血红 *\/\n    --bb-bg-soft: #f8fafc;        \/* 柔和浅灰背景 *\/\n    --bb-card-bg: #ffffff;       \/* 纯白卡片 *\/\n    --bb-text-main: #334155;     \/* 主字色 *\/\n    --bb-text-muted: #64748b;    \/* 辅助字色 *\/\n    --bb-border-color: #e2e8f0;   \/* 边框色 *\/\n    --bb-shadow-sm: 0 2px 8px rgba(15, 23, 42, 0.04);\n    --bb-shadow-md: 0 10px 25px -5px rgba(220, 38, 38, 0.08), 0 8px 10px -6px rgba(15, 23, 42, 0.04);\n    --bb-shadow-lg: 0 20px 25px -5px rgba(220, 38, 38, 0.15), 0 8px 10px -6px rgba(15, 23, 42, 0.06);\n  }\n\n  .bb-container {\n    max-width: 1050px;\n    margin: 0 auto;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n    color: var(--bb-text-main);\n    line-height: 1.6;\n    background-color: #ffffff;\n    padding: 12px;\n  }\n\n  .bb-container *,\n  .bb-container *::before,\n  .bb-container *::after {\n    box-sizing: border-box;\n  }\n\n  \/* --- 响应式图片容器 (高度自适应延伸，绝不裁切文字) --- *\/\n  .bb-media-box {\n    position: relative;\n    overflow: hidden;\n    border-radius: 16px;\n    box-shadow: var(--bb-shadow-md);\n    background-color: var(--bb-bg-soft);\n    width: 100%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .bb-media-box img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain; \/* 保证图片包含文字画面完整显示 *\/\n    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);\n  }\n\n  .bb-media-box:hover img {\n    transform: scale(1.02);\n  }\n\n  \/* 1. Hero 顶部大图区 *\/\n  .bb-hero {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n    border-radius: 20px;\n    overflow: hidden;\n    margin-bottom: 35px;\n    box-shadow: var(--bb-shadow-md);\n    border-bottom: 4px solid var(--bb-accent);\n  }\n\n  .bb-hero-image-wrap {\n    width: 100%;\n    overflow: hidden;\n    background-color: #0f172a;\n  }\n\n  .bb-hero-image-wrap img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n  }\n\n  .bb-hero-label {\n    padding: clamp(24px, 4vw, 40px) clamp(20px, 3vw, 36px);\n    color: #ffffff;\n    text-align: center;\n  }\n\n  .bb-hero-badge {\n    display: inline-block;\n    background: rgba(220, 38, 38, 0.25);\n    color: #fca5a5;\n    border: 1px solid rgba(220, 38, 38, 0.4);\n    padding: 5px 18px;\n    border-radius: 50px;\n    font-size: 0.8rem;\n    font-weight: 700;\n    letter-spacing: 1px;\n    margin-bottom: 14px;\n    text-transform: uppercase;\n  }\n\n  .bb-hero-label h1 {\n    font-size: clamp(1.4rem, 3.2vw, 2.2rem);\n    font-weight: 800;\n    margin: 0 0 12px 0;\n    color: #ffffff !important;\n    line-height: 1.25;\n    letter-spacing: -0.02em;\n  }\n\n  .bb-hero-label p {\n    font-size: clamp(0.92rem, 1.8vw, 1.05rem);\n    color: #94a3b8;\n    max-width: 820px;\n    margin: 0 auto;\n    line-height: 1.6;\n  }\n\n  \/* 2. 核心卖点校验卡片 (3 Column Specs) *\/\n  .bb-grid-3col {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n    margin-bottom: 45px;\n  }\n\n  .bb-card {\n    background-color: var(--bb-card-bg);\n    border: 1px solid #e2e8f0;\n    border-radius: 16px;\n    padding: 22px 18px;\n    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);\n    position: relative;\n    box-shadow: var(--bb-shadow-sm);\n    text-align: center;\n  }\n\n  .bb-card:hover {\n    transform: translateY(-4px);\n    border-color: var(--bb-accent);\n    box-shadow: var(--bb-shadow-lg);\n  }\n\n  .bb-card-icon {\n    width: 48px;\n    height: 48px;\n    background-color: #fee2e2;\n    color: var(--bb-accent);\n    border-radius: 12px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 1.4rem;\n    margin: 0 auto 12px auto;\n  }\n\n  .bb-card h3 {\n    color: var(--bb-primary);\n    font-size: 1.05rem;\n    font-weight: 700;\n    margin: 0 0 6px 0;\n  }\n\n  .bb-card p {\n    font-size: 0.88rem;\n    color: var(--bb-text-muted);\n    margin: 0;\n    line-height: 1.5;\n  }\n\n  \/* 3. 图文交错模块 *\/\n  .bb-flex {\n    display: flex;\n    align-items: center;\n    padding: 28px 0;\n    gap: 40px;\n  }\n\n  .bb-flex.reverse {\n    flex-direction: row-reverse;\n  }\n\n  .bb-media, .bb-content {\n    flex: 1 1 48%;\n  }\n\n  .bb-content {\n    padding: 8px;\n  }\n\n  .bb-tag {\n    display: inline-block;\n    color: var(--bb-accent);\n    font-weight: 700;\n    font-size: 0.82rem;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 8px;\n  }\n\n  .bb-content h2 {\n    font-size: clamp(1.25rem, 2.4vw, 1.6rem);\n    color: var(--bb-primary);\n    margin: 0 0 14px 0;\n    font-weight: 800;\n    line-height: 1.3;\n    letter-spacing: -0.01em;\n  }\n\n  .bb-content p {\n    font-size: clamp(0.92rem, 1.5vw, 1rem);\n    color: var(--bb-text-main);\n    line-height: 1.65;\n    margin: 0 0 16px 0;\n  }\n\n  .bb-feature-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .bb-feature-list li {\n    font-size: 0.9rem;\n    color: var(--bb-text-muted);\n    margin-bottom: 10px;\n    display: flex;\n    align-items: flex-start;\n  }\n\n  .bb-feature-list li::before {\n    content: \"✓\";\n    color: var(--bb-accent);\n    font-weight: bold;\n    margin-right: 10px;\n    background: #fee2e2;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 0.75rem;\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n\n  \/* 4. 产品规格参数面板 *\/\n  .bb-spec-panel {\n    margin: 45px 0 20px;\n    padding: clamp(20px, 4vw, 36px);\n    background-color: #f8fafc;\n    border: 1px solid #e2e8f0;\n    border-radius: 20px;\n  }\n\n  .bb-spec-panel h2 {\n    color: var(--bb-primary);\n    text-align: center;\n    margin: 0 0 24px 0;\n    font-size: clamp(1.2rem, 2.2vw, 1.5rem);\n    font-weight: 800;\n    letter-spacing: -0.01em;\n  }\n\n  .bb-table-wrapper {\n    overflow-x: auto;\n    border-radius: 12px;\n    box-shadow: var(--bb-shadow-sm);\n  }\n\n  .bb-table {\n    width: 100%;\n    border-collapse: collapse;\n    background-color: #ffffff;\n    text-align: left;\n  }\n\n  .bb-table td {\n    padding: 14px 18px;\n    font-size: 0.92rem;\n    border-bottom: 1px solid #f1f5f9;\n  }\n\n  .bb-table tr:nth-child(even) {\n    background-color: #f8fafc;\n  }\n\n  .bb-table tr:hover {\n    background-color: #f1f5f9;\n  }\n\n  .bb-table tr td:first-child {\n    font-weight: 700;\n    color: var(--bb-primary);\n    width: 38%;\n    min-width: 140px;\n  }\n\n  .bb-table tr td:last-child {\n    color: var(--bb-text-main);\n  }\n\n  .bb-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  \/* 📱 移动端自适应 *\/\n  @media screen and (max-width: 768px) {\n    .bb-container {\n      padding: 6px;\n    }\n\n    .bb-hero {\n      border-radius: 14px;\n      margin-bottom: 24px;\n    }\n\n    .bb-grid-3col {\n      grid-template-columns: 1fr;\n      gap: 12px;\n      margin-bottom: 28px;\n    }\n\n    .bb-card {\n      padding: 18px 16px;\n    }\n\n    .bb-flex, .bb-flex.reverse {\n      flex-direction: column;\n      gap: 16px;\n      padding: 16px 0;\n    }\n\n    .bb-media, .bb-content {\n      width: 100%;\n      flex: none;\n    }\n\n    .bb-content {\n      padding: 0 4px;\n    }\n\n    .bb-spec-panel {\n      padding: 20px 14px;\n      margin-top: 28px;\n    }\n\n    .bb-table td {\n      padding: 12px 14px;\n      font-size: 0.88rem;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"bb-container\"\u003e\n  \u003c!-- 1. Hero 顶部大图区 (图 1) --\u003e\n  \u003csection class=\"bb-hero\"\u003e\n    \u003cdiv class=\"bb-hero-image-wrap\"\u003e\n      \u003cimg alt=\"7.5 FT 1500 LBS Red and Black Dual-Tone Olympic Barbell Bar for Heavy Powerlifting\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/8988_1786519197447_24681071.jpg?v=1786520568\" loading=\"eager\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bb-hero-label\"\u003e\n      \u003cspan class=\"bb-hero-badge\"\u003e1500 LBS Rating • 190K PSI Tensile Strength\u003c\/span\u003e\n      \u003ch1\u003e7.5 FT Dual-Tone Olympic Barbell Bar\u003c\/h1\u003e\n      \u003cp\u003eForged with 45# carbon steel for professional powerlifting. Built to withstand extreme heavy loads during squats, bench presses, and deadlifts without permanent bending or deformation.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 2. 核心卖点校验卡片 --\u003e\n  \u003csection class=\"bb-grid-3col\"\u003e\n    \u003cdiv class=\"bb-card\"\u003e\n      \u003cdiv class=\"bb-card-icon\"\u003e💪\u003c\/div\u003e\n      \u003ch3\u003e1500 LBS \u0026amp; 190K PSI\u003c\/h3\u003e\n      \u003cp\u003eHigh-grade 45# carbon steel delivers superior tensile strength and bend resistance under max-load lifting.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bb-card\"\u003e\n      \u003cdiv class=\"bb-card-icon\"\u003e🎨\u003c\/div\u003e\n      \u003ch3\u003eStriking Red \u0026amp; Black Finish\u003c\/h3\u003e\n      \u003cp\u003eVibrant red electrocoated shaft matched with sleek black sleeves for maximum wear, rust, and sweat protection.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bb-card\"\u003e\n      \u003cdiv class=\"bb-card-icon\"\u003e⚙️\u003c\/div\u003e\n      \u003ch3\u003eSmooth 2\" Rotating Sleeves\u003c\/h3\u003e\n      \u003cp\u003eLow-friction rotating sleeves minimize torque and wrist strain during intense explosive movements.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 3. 图文对照模块列表 --\u003e\n\n  \u003c!-- 模块 1: 尺寸与标准握感 (图 2) --\u003e\n  \u003cdiv class=\"bb-flex\"\u003e\n    \u003cdiv class=\"bb-media\"\u003e\n      \u003cdiv class=\"bb-media-box\"\u003e\n        \u003cimg alt=\"Standard 28mm Shaft Diameter and 90.2 Inch Overall Length Olympic Barbell\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/8988_1786518816099_13471271.jpg?v=1786520567\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bb-content\"\u003e\n      \u003cspan class=\"bb-tag\"\u003eStandard Dimensions\u003c\/span\u003e\n      \u003ch2\u003ePrecision 28mm Shaft \u0026amp; 90.2\" Length\u003c\/h2\u003e\n      \u003cp\u003eDesigned to Olympic competition standards, featuring a 28 mm grip diameter and a solid 47.95 lbs total weight. Delivers optimal whip and grip comfort for clean transitions, snatches, and heavy power lifts.\u003c\/p\u003e\n      \u003cul class=\"bb-feature-list\"\u003e\n        \u003cli\u003eStandard 28mm shaft diameter provides an ideal grip for both men and women\u003c\/li\u003e\n        \u003cli\u003eFull 90.2\" (7.5 FT) length fits perfectly onto standard power racks and squat stands\u003c\/li\u003e\n        \u003cli\u003eBalanced 47.95 lbs dead weight ensures accurate loading for competitive training\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 模块 2: 钻石纹精密防滑花纹 (补全 图 3) --\u003e\n  \u003cdiv class=\"bb-flex reverse\"\u003e\n    \u003cdiv class=\"bb-media\"\u003e\n      \u003cdiv class=\"bb-media-box\"\u003e\n        \u003cimg alt=\"Diamond Anti-Slip Knurling Grip Texture for Secure Hand Hold\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/8988_1786518907492_37171089.jpg?v=1786520566\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bb-content\"\u003e\n      \u003cspan class=\"bb-tag\"\u003eErgonomic Grip\u003c\/span\u003e\n      \u003ch2\u003ePrecision Diamond Anti-Slip Knurling\u003c\/h2\u003e\n      \u003cp\u003eMachine-cut diamond knurling pattern provides a non-slip, tactile grip without being overly harsh on your hands. Keeps chalk secured and prevents the bar from slipping during heavy deadlifts or sweaty sessions.\u003c\/p\u003e\n      \u003cul class=\"bb-feature-list\"\u003e\n        \u003cli\u003eMedium-depth knurling delivers maximum grip traction without tearing palm skin\u003c\/li\u003e\n        \u003cli\u003eStrategic grip markings help ensure consistent, balanced hand positioning\u003c\/li\u003e\n        \u003cli\u003eSweat-resistant surface maintains friction even during high-intensity workouts\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 模块 3: 顺滑套筒与适配性 (图 4) --\u003e\n  \u003cdiv class=\"bb-flex\"\u003e\n    \u003cdiv class=\"bb-media\"\u003e\n      \u003cdiv class=\"bb-media-box\"\u003e\n        \u003cimg alt=\"Smooth Rotating Sleeves Fitted for Standard 2 Inch Weight Plates\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/8988_1786518944007_84270761.jpg?v=1786520566\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bb-content\"\u003e\n      \u003cspan class=\"bb-tag\"\u003eRotational Performance\u003c\/span\u003e\n      \u003ch2\u003eSmooth Rotating Sleeves for 2\" Plates\u003c\/h2\u003e\n      \u003cp\u003eEngineered with precision internal bearings\/bushings that offer smooth rotation. Fits all standard 2-inch bumper and iron weight plates, absorbing rotational inertia to protect your wrists and elbows during lifts.\u003c\/p\u003e\n      \u003cul class=\"bb-feature-list\"\u003e\n        \u003cli\u003eAccommodates all standard 2-inch Olympic plates, bumper plates, and cast iron weights\u003c\/li\u003e\n        \u003cli\u003eFluid sleeve rotation reduces rotational torque on joints under heavy loading\u003c\/li\u003e\n        \u003cli\u003eDurable black-coated finish resists scratching and scuffing from plate loading\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 模块 4: 红黑防锈电泳保护涂层 (图 5) --\u003e\n  \u003cdiv class=\"bb-flex reverse\"\u003e\n    \u003cdiv class=\"bb-media\"\u003e\n      \u003cdiv class=\"bb-media-box\"\u003e\n        \u003cimg alt=\"Striking Red and Black Protective Coating with Corrosion Resistance\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/8988_1786519075071_91580490.jpg?v=1786520566\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bb-content\"\u003e\n      \u003cspan class=\"bb-tag\"\u003ePremium Coating\u003c\/span\u003e\n      \u003ch2\u003eDual-Tone Corrosion \u0026amp; Wear Resistance\u003c\/h2\u003e\n      \u003cp\u003eThe eye-catching red shaft paired with dark black sleeves isn't just about bold gym aesthetics—it's an advanced protective coating engineered to defend steel against sweat, moisture, friction, and environmental oxidation.\u003c\/p\u003e\n      \u003cul class=\"bb-feature-list\"\u003e\n        \u003cli\u003eAdvanced dual-tone coating guards steel core against rust and sweat erosion\u003c\/li\u003e\n        \u003cli\u003eHigh friction resistance prevents flaking or chipping off during daily gym abuse\u003c\/li\u003e\n        \u003cli\u003eBold aesthetic statement elevates the look of any home gym or commercial facility\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 4. 参数总结面板 --\u003e\n  \u003cdiv class=\"bb-spec-panel\"\u003e\n    \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"bb-table-wrapper\"\u003e\n      \u003ctable class=\"bb-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eOverall Length\u003c\/td\u003e\n            \u003ctd\u003e90.16\" (7.5 FT \/ 229 cm)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eWeight Capacity Maximum\u003c\/td\u003e\n            \u003ctd\u003e1500 LBS (680 kg)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eTensile Strength\u003c\/td\u003e\n            \u003ctd\u003e190,000 PSI\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eBarbell Weight\u003c\/td\u003e\n            \u003ctd\u003e47.95 LBS (21.75 kg)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eGrip Diameter\u003c\/td\u003e\n            \u003ctd\u003e28 mm (Standard Olympic Grip)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eSleeve Diameter\u003c\/td\u003e\n            \u003ctd\u003eFits Standard 2-Inch (50mm) Olympic Weight Plates\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eMaterial Type\u003c\/td\u003e\n            \u003ctd\u003e45# Carbon Steel with Dual-Tone Protective Coating\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eKnurling Style\u003c\/td\u003e\n            \u003ctd\u003ePrecision Diamond Anti-Slip Pattern\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Garvee","offers":[{"title":"Red \u0026 Black","offer_id":54321898160441,"sku":"POU_3AJ9TYPJ","price":189.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/shopify_2Fai_images_2Ftmpjurdmfuc.jpg?v=1786520574","url":"https:\/\/www.garvee.com\/products\/garvee-7-5-ft-barbell-bar-pou-3aj9typj","provider":"GARVEE","version":"1.0","type":"link"}