{"product_id":"garvee-37-5-lbs-color-coded-pou-3ajcc45n","title":"Garvee 37.5 Lbs Color-Coded Fractional Weight Plates Set, 8-Piece Steel Core Rubber Fractional Change Plates (1.25lb, 2.5lb, 5lb, 10lb Pairs) with 2\" Stainless Steel Hole for Strength Training \u0026 Progressive Overload","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n  \/* 调色盘：竞技举重与彩虹小片风格 (Olympic Color-Coded, Slate Gray \u0026 Vibrant Accent) *\/\n  :root {\n    --cp-primary: #0f172a;        \/* 深钛灰 *\/\n    --cp-accent: #2563eb;         \/* 竞技蓝 *\/\n    --cp-accent-hover: #1d4ed8;\n    --cp-bg-soft: #f8fafc;        \/* 柔和浅灰背景 *\/\n    --cp-card-bg: #ffffff;       \/* 纯白卡片 *\/\n    --cp-text-main: #334155;     \/* 主字色 *\/\n    --cp-text-muted: #64748b;    \/* 辅助字色 *\/\n    --cp-border-color: #e2e8f0;   \/* 边框色 *\/\n    --cp-shadow-sm: 0 2px 8px rgba(15, 23, 42, 0.04);\n    --cp-shadow-md: 0 10px 25px -5px rgba(37, 99, 235, 0.08), 0 8px 10px -6px rgba(15, 23, 42, 0.04);\n    --cp-shadow-lg: 0 20px 25px -5px rgba(37, 99, 235, 0.15), 0 8px 10px -6px rgba(15, 23, 42, 0.06);\n  }\n\n  .cp-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(--cp-text-main);\n    line-height: 1.6;\n    background-color: #ffffff;\n    padding: 12px;\n  }\n\n  .cp-container *,\n  .cp-container *::before,\n  .cp-container *::after {\n    box-sizing: border-box;\n  }\n\n  \/* --- 响应式图片容器 --- *\/\n  .cp-media-box {\n    position: relative;\n    overflow: hidden;\n    border-radius: 16px;\n    box-shadow: var(--cp-shadow-md);\n    background-color: var(--cp-bg-soft);\n    width: 100%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .cp-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  .cp-media-box:hover img {\n    transform: scale(1.02);\n  }\n\n  \/* 1. Hero 顶部大图区 *\/\n  .cp-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(--cp-shadow-md);\n    border-bottom: 4px solid var(--cp-accent);\n  }\n\n  .cp-hero-image-wrap {\n    width: 100%;\n    overflow: hidden;\n    background-color: #0f172a;\n  }\n\n  .cp-hero-image-wrap img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n  }\n\n  .cp-hero-label {\n    padding: clamp(24px, 4vw, 40px) clamp(20px, 3vw, 36px);\n    color: #ffffff;\n    text-align: center;\n  }\n\n  .cp-hero-badge {\n    display: inline-block;\n    background: rgba(37, 99, 235, 0.25);\n    color: #93c5fd;\n    border: 1px solid rgba(37, 99, 235, 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  .cp-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  .cp-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 Grid) *\/\n  .cp-grid-3col {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n    margin-bottom: 45px;\n  }\n\n  .cp-card {\n    background-color: var(--cp-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(--cp-shadow-sm);\n    text-align: center;\n  }\n\n  .cp-card:hover {\n    transform: translateY(-4px);\n    border-color: var(--cp-accent);\n    box-shadow: var(--cp-shadow-lg);\n  }\n\n  .cp-card-icon {\n    width: 48px;\n    height: 48px;\n    background-color: #dbeafe;\n    color: var(--cp-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  .cp-card h3 {\n    color: var(--cp-primary);\n    font-size: 1.05rem;\n    font-weight: 700;\n    margin: 0 0 6px 0;\n  }\n\n  .cp-card p {\n    font-size: 0.88rem;\n    color: var(--cp-text-muted);\n    margin: 0;\n    line-height: 1.5;\n  }\n\n  \/* 3. 图文交错模块 *\/\n  .cp-flex {\n    display: flex;\n    align-items: center;\n    padding: 28px 0;\n    gap: 40px;\n  }\n\n  .cp-flex.reverse {\n    flex-direction: row-reverse;\n  }\n\n  .cp-media, .cp-content {\n    flex: 1 1 48%;\n  }\n\n  .cp-content {\n    padding: 8px;\n  }\n\n  .cp-tag {\n    display: inline-block;\n    color: var(--cp-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  .cp-content h2 {\n    font-size: clamp(1.25rem, 2.4vw, 1.6rem);\n    color: var(--cp-primary);\n    margin: 0 0 14px 0;\n    font-weight: 800;\n    line-height: 1.3;\n    letter-spacing: -0.01em;\n  }\n\n  .cp-content p {\n    font-size: clamp(0.92rem, 1.5vw, 1rem);\n    color: var(--cp-text-main);\n    line-height: 1.65;\n    margin: 0 0 16px 0;\n  }\n\n  .cp-feature-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .cp-feature-list li {\n    font-size: 0.9rem;\n    color: var(--cp-text-muted);\n    margin-bottom: 10px;\n    display: flex;\n    align-items: flex-start;\n  }\n\n  .cp-feature-list li::before {\n    content: \"✓\";\n    color: var(--cp-accent);\n    font-weight: bold;\n    margin-right: 10px;\n    background: #dbeafe;\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  .cp-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  .cp-spec-panel h2 {\n    color: var(--cp-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  .cp-table-wrapper {\n    overflow-x: auto;\n    border-radius: 12px;\n    box-shadow: var(--cp-shadow-sm);\n  }\n\n  .cp-table {\n    width: 100%;\n    border-collapse: collapse;\n    background-color: #ffffff;\n    text-align: left;\n  }\n\n  .cp-table td {\n    padding: 14px 18px;\n    font-size: 0.92rem;\n    border-bottom: 1px solid #f1f5f9;\n  }\n\n  .cp-table tr:nth-child(even) {\n    background-color: #f8fafc;\n  }\n\n  .cp-table tr:hover {\n    background-color: #f1f5f9;\n  }\n\n  .cp-table tr td:first-child {\n    font-weight: 700;\n    color: var(--cp-primary);\n    width: 38%;\n    min-width: 140px;\n  }\n\n  .cp-table tr td:last-child {\n    color: var(--cp-text-main);\n  }\n\n  .cp-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  \/* 📱 移动端自适应 *\/\n  @media screen and (max-width: 768px) {\n    .cp-container {\n      padding: 6px;\n    }\n\n    .cp-hero {\n      border-radius: 14px;\n      margin-bottom: 24px;\n    }\n\n    .cp-grid-3col {\n      grid-template-columns: 1fr;\n      gap: 12px;\n      margin-bottom: 28px;\n    }\n\n    .cp-card {\n      padding: 18px 16px;\n    }\n\n    .cp-flex, .cp-flex.reverse {\n      flex-direction: column;\n      gap: 16px;\n      padding: 16px 0;\n    }\n\n    .cp-media, .cp-content {\n      width: 100%;\n      flex: none;\n    }\n\n    .cp-content {\n      padding: 0 4px;\n    }\n\n    .cp-spec-panel {\n      padding: 20px 14px;\n      margin-top: 28px;\n    }\n\n    .cp-table td {\n      padding: 12px 14px;\n      font-size: 0.88rem;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"cp-container\"\u003e\n\u003c!-- 1. Hero 顶部大图区 (图 1) --\u003e\n\u003csection class=\"cp-hero\"\u003e\n\u003cdiv class=\"cp-hero-image-wrap\"\u003e\u003cimg alt=\"37.5 LBS 8-Piece Fractional Weight Plates Set with Rubber Encapsulated Steel Core\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17337225929376052.jpg?v=1786546527\" loading=\"eager\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"cp-hero-label\"\u003e\n\u003cspan class=\"cp-hero-badge\"\u003e37.5 LBS Total Set • 8-Piece Fractional Kit\u003c\/span\u003e\n\u003ch1\u003eColor-Coded Fractional Change Plates Set\u003c\/h1\u003e\n\u003cp\u003ePrecision micro-loading change plates designed for progressive overload. Safely break plateaus and smash personal records with micro increments from 1.25 Lbs to 10 Lbs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 2. 核心卖点卡片 --\u003e\n\u003csection class=\"cp-grid-3col\"\u003e\n\u003cdiv class=\"cp-card\"\u003e\n\u003cdiv class=\"cp-card-icon\"\u003e🎯\u003c\/div\u003e\n\u003ch3\u003eMicro-Loading Precision\u003c\/h3\u003e\n\u003cp\u003eIncludes 4 color-coded pairs (1.25lb, 2.5lb, 5lb, 10lb) to customize weight increments with extreme accuracy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cp-card\"\u003e\n\u003cdiv class=\"cp-card-icon\"\u003e🛡️\u003c\/div\u003e\n\u003ch3\u003eSteel Core \u0026amp; Rubber Coat\u003c\/h3\u003e\n\u003cp\u003eSolid steel core wrapped in durable, high-density low-odor rubber to dampen drop noise and protect gym floors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cp-card\"\u003e\n\u003cdiv class=\"cp-card-icon\"\u003e⚡\u003c\/div\u003e\n\u003ch3\u003e2\" Stainless Steel Ring\u003c\/h3\u003e\n\u003cp\u003eSmooth 2-inch stainless steel center sleeve slides effortlessly onto standard Olympic barbells without scratching.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 3. 图文对照模块列表 --\u003e \u003c!-- 模块 1: 完整 8 件套与规格 (图 2) --\u003e\n\u003cdiv class=\"cp-flex\"\u003e\n\u003cdiv class=\"cp-media\"\u003e\n\u003cdiv class=\"cp-media-box\"\u003e\u003cimg alt=\"Complete 8-Piece Color Coded Fractional Plates Set Dimensions and Specs\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17337225929658024.jpg?v=1786546527\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cp-content\"\u003e\n\u003cspan class=\"cp-tag\"\u003eComplete Kit\u003c\/span\u003e\n\u003ch2\u003e37.5 LBS Fractional Set (8 Plates)\u003c\/h2\u003e\n\u003cp\u003eConsists of 4 pairs of color-coded weight plates giving you maximum flexibility for incremental training. Perfectly suited for Olympic lifting, strength training, and home gym setups.\u003c\/p\u003e\n\u003cul class=\"cp-feature-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eWhite Pair:\u003c\/strong\u003e 1.25 Lbs (5.2\" x 0.5\")\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGreen Pair:\u003c\/strong\u003e 2.5 Lbs (6.7\" x 0.7\")\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBlue Pair:\u003c\/strong\u003e 5.0 Lbs (8.6\" x 0.74\")\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRed Pair:\u003c\/strong\u003e 10.0 Lbs (9.0\" x 1.0\")\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 模块 2: 渐进式超载训练 (图 3) --\u003e\n\u003cdiv class=\"cp-flex reverse\"\u003e\n\u003cdiv class=\"cp-media\"\u003e\n\u003cdiv class=\"cp-media-box\"\u003e\u003cimg alt=\"Progressive Overload Micro Loading for Bench Press and Squats\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17337225927762286.jpg?v=1786546529\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cp-content\"\u003e\n\u003cspan class=\"cp-tag\"\u003eProgressive Overload\u003c\/span\u003e\n\u003ch2\u003eSafely Break Strength Plateaus\u003c\/h2\u003e\n\u003cp\u003eJumping 10 or 20 lbs at a time can stall progress and cause injury. Micro-loading with small fractional plates allows you to consistently overload muscles and break through strength plateaus on bench press, squats, and overhead presses.\u003c\/p\u003e\n\u003cul class=\"cp-feature-list\"\u003e\n\u003cli\u003eEnables small 2.5 Lbs total weight increments for safe, steady PR progression\u003c\/li\u003e\n\u003cli\u003eIdeal for technique warm-ups, Olympic weightlifting, and rehabilitation sets\u003c\/li\u003e\n\u003cli\u003eEliminates fear of failed reps when attempting new personal max weight\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 模块 3: 2\" 不锈钢孔径与防锈耐用 (图 4) --\u003e\n\u003cdiv class=\"cp-flex\"\u003e\n\u003cdiv class=\"cp-media\"\u003e\n\u003cdiv class=\"cp-media-box\"\u003e\u003cimg alt=\"2-Inch Smooth Stainless Steel Center Ring Fits Standard Olympic Sleeves\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/fe17337225928873903.jpg?v=1786546527\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cp-content\"\u003e\n\u003cspan class=\"cp-tag\"\u003ePrecision Engineering\u003c\/span\u003e\n\u003ch2\u003eSmooth 2\" Stainless Steel Collar\u003c\/h2\u003e\n\u003cp\u003ePrecision-machined 2-inch stainless steel insert ensures quick, seamless sliding onto any standard Olympic barbell sleeve or dumbbell bar without binding, scratching, or rusting over time.\u003c\/p\u003e\n\u003cul class=\"cp-feature-list\"\u003e\n\u003cli\u003eFits all standard 2\" Olympic barbells, trap bars, and loading pins\u003c\/li\u003e\n\u003cli\u003eSeamless stainless steel ring prevents rubber wear during frequent loading\u003c\/li\u003e\n\u003cli\u003eSnug fit reduces plate movement and rattle during dynamic lifts\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. 参数总结面板 --\u003e\n\u003cdiv class=\"cp-spec-panel\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"cp-table-wrapper\"\u003e\n\u003ctable class=\"cp-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTotal Set Weight\u003c\/td\u003e\n\u003ctd\u003e37.5 LBS (8 Plates \/ 4 Pairs)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIncluded Weights\u003c\/td\u003e\n\u003ctd\u003e1.25 Lbs × 2, 2.5 Lbs × 2, 5 Lbs × 2, 10 Lbs × 2\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCenter Hole Diameter\u003c\/td\u003e\n\u003ctd\u003e2.0 Inches (50 mm) Standard Olympic Size\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial Composition\u003c\/td\u003e\n\u003ctd\u003eSolid Steel Inner Core with High-Density Rubber Coating\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInner Sleeve Material\u003c\/td\u003e\n\u003ctd\u003ePrecision Stainless Steel Ring\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor Coding\u003c\/td\u003e\n\u003ctd\u003eWhite (1.25lb), Green (2.5lb), Blue (5lb), Red (10lb)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e39.02 LBS (17.7 kg)\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":"Multicolor 37.5Lb Set","offer_id":54322315460921,"sku":"POU_3AJCC45N","price":167.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/shopify_2Fai_images_2Ftmp3fyv29j3.jpg?v=1786546536","url":"https:\/\/www.garvee.com\/products\/garvee-37-5-lbs-color-coded-pou-3ajcc45n","provider":"GARVEE","version":"1.0","type":"link"}