{"product_id":"100-cotton-baseball-cap","title":"Segai   100% Cotton Baseball Cap","description":"\u003cstyle\u003e\n  :root {\n    --segai-orange: #FF7F48;\n    --segai-pink: #F57CBE;\n    --segai-dark: #221815;\n    --segai-gray: #666666;\n    --segai-bg-light: #f9f9f9;\n  }\n\n  .segai-v2-container {\n    max-width: 1100px;\n    margin: 0 auto;\n    font-family: 'Urbanist', -apple-system, sans-serif;\n    color: var(--segai-dark);\n    line-height: 1.6;\n    padding: 20px;\n  }\n\n  \/* 基础网格行 *\/\n  .segai-v2-row {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 60px;\n    margin-bottom: 100px; \/* 增加留白感 *\/\n  }\n\n  \/* 之字形反转逻辑 *\/\n  .segai-v2-row.reverse {\n    flex-direction: row-reverse;\n  }\n\n  .segai-v2-col-text {\n    flex: 1;\n  }\n\n  .segai-v2-col-img {\n    flex: 1.2;\n  }\n\n  .segai-v2-col-img img {\n    width: 100%;\n    height: auto;\n    border-radius: 16px;\n    display: block;\n    box-shadow: 0 10px 30px rgba(0,0,0,0.03);\n  }\n\n  \/* 标题与文字样式 *\/\n  .segai-v2-main-title {\n    font-size: 38px;\n    font-weight: 900;\n    margin-bottom: 24px;\n    letter-spacing: -0.03em;\n    text-transform: uppercase;\n    line-height: 1.1;\n  }\n\n  .segai-v2-section-title {\n    font-size: 22px;\n    font-weight: 800;\n    margin-bottom: 24px;\n    display: inline-block;\n    border-bottom: 3px solid;\n    border-image: linear-gradient(90deg, var(--segai-orange), var(--segai-pink)) 1;\n    padding-bottom: 5px;\n  }\n\n  .segai-v2-feature-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .segai-v2-feature-list li {\n    margin-bottom: 24px;\n    padding-left: 32px;\n    position: relative;\n    font-size: 15px;\n    color: var(--segai-gray);\n  }\n\n  .segai-v2-feature-list li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    top: 2px;\n    background: linear-gradient(135deg, var(--segai-orange), var(--segai-pink));\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    font-weight: bold;\n    font-size: 18px;\n  }\n\n  .segai-v2-feature-list strong {\n    color: var(--segai-dark);\n    display: block;\n    margin-bottom: 6px;\n    font-size: 16px;\n  }\n\n  \/* 响应式适配 *\/\n  @media (max-width: 768px) {\n    .segai-v2-row, .segai-v2-row.reverse {\n      flex-direction: column !important;\n      gap: 32px;\n      margin-bottom: 60px;\n    }\n    .segai-v2-main-title { font-size: 28px; }\n    .segai-v2-col-img { order: -1; } \/* 移动端图片优先展示 *\/\n    .segai-v2-container { padding: 15px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"segai-v2-container\"\u003e\n\n  \u003c!-- 第二行：核心功能 (文字左，图片右) --\u003e\n  \u003cdiv class=\"segai-v2-row\"\u003e\n    \u003cdiv class=\"segai-v2-col-text\"\u003e\n      \u003ch2 class=\"segai-v2-main-title\"\u003eClassic Black \u0026amp; White\u003cbr\u003eCotton Cap\u003c\/h2\u003e\n      \u003cp style=\"color: var(--segai-gray); margin-bottom: 32px; font-size: 16px;\"\u003eSimplify your style and redefine the classics. Combining exquisite craftsmanship with ultimate comfort, it makes every wear an enjoyable experience.\u003c\/p\u003e\n      \n      \u003ch3 class=\"segai-v2-section-title\"\u003eCore Features\u003c\/h3\u003e\n      \u003cul class=\"segai-v2-feature-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003e100% Premium Cotton\u003c\/strong\u003eHigh-quality pure cotton for exceptional breathability and all-day comfort.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eTailored Profile\u003c\/strong\u003eA precisely structured shape designed to contour and flatter your face perfectly.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eHeat-Stamped Logo\u003c\/strong\u003eAdvanced branding process ensuring a premium look that stays clear and durable.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"segai-v2-col-img\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0783\/3940\/8126\/files\/40.png?v=1779430385\" alt=\"Segai Official Cap Fabric Detail - 100% Pure Premium Cotton Texture\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 第三行：样式展示 (图片左，文字右 - Reverse) --\u003e\n  \u003cdiv class=\"segai-v2-row reverse\"\u003e\n    \u003cdiv class=\"segai-v2-col-text\"\u003e\n      \u003ch3 class=\"segai-v2-section-title\"\u003eStyle \u0026amp; Versatility\u003c\/h3\u003e\n      \u003cul class=\"segai-v2-feature-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eAll-Season Essential\u003c\/strong\u003eA timeless contrast design that serves as your go-to choice year-round.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMatch Every Vibe\u003c\/strong\u003eSeamlessly complements any modern look, from high-street fashion to gym wear.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eAdjustable Precision\u003c\/strong\u003eSleek, minimalist adjustment buckle fits a wide range of head sizes (55-62 cm).\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"segai-v2-col-img\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0783\/3940\/8126\/files\/38.png?v=1779430108\" alt=\"Segai Official Lifestyle Model Shot - Minimalist Modern Style\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 第四行：细节特写 (文字左，图片右) --\u003e\n  \u003cdiv class=\"segai-v2-row\"\u003e\n    \u003cdiv class=\"segai-v2-col-text\"\u003e\n      \u003ch3 class=\"segai-v2-section-title\"\u003eEngineered for Comfort\u003c\/h3\u003e\n      \u003cp style=\"color: var(--segai-gray); font-size: 16px;\"\u003eEvery detail of the Segai official cap is refined for durability. The adjustable back strap and reinforced stitching guarantee a perfect fit that evolves with your lifestyle.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"segai-v2-col-img\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0783\/3940\/8126\/files\/39.png?v=1779430107\" alt=\"Segai Cap Back View - Precision Adjustable Buckle and Fit\" loading=\"lazy\" style=\"aspect-ratio: 16\/10; object-fit: cover;\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"SEGAI","offers":[{"title":"White","offer_id":48180933132542,"sku":null,"price":29.99,"currency_code":"USD","in_stock":true},{"title":"Black","offer_id":48180933165310,"sku":null,"price":29.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0783\/3940\/8126\/files\/Segai_Cap_White.webp?v=1780981462","url":"https:\/\/checkout.segai.cc\/products\/100-cotton-baseball-cap","provider":"SEGAI","version":"1.0","type":"link"}