{"product_id":"eyeshadowstick","title":"🔥Final 3 hours 75% off✨3-Color Eyeshadow Stick Set","description":"\u003c!--\n  3-COLOR EYESHADOW STICK — SHOPIFY PRODUCT DETAIL SECTION\n\n  使用方式：\n  1. Shopify 后台 \u003e Online Store \u003e Themes \u003e Customize\n  2. 在产品页添加 “Custom Liquid” 模块\n  3. 粘贴本段完整代码并保存\n\n  设计特点：\n  - PC端与手机端统一单列布局\n  - 所有图片与文字从上到下排列\n  - 图片完整展示，不裁切\n  - 手机端缩小两侧留白\n  - 不包含任何按钮或CTA模块\n--\u003e\n\u003cstyle\u003e\n  #three-color-shadow-details {\n    --fsp-accent: #9a622f;\n    --fsp-accent-dark: #55331f;\n    --fsp-accent-soft: #f7eee5;\n    --fsp-border: rgba(154, 98, 47, 0.22);\n    --fsp-text: #302923;\n    --fsp-muted: #625a53;\n    --fsp-card-bg: #ffffff;\n    --fsp-page-bg: #fcfaf7;\n\n    width: 100%;\n    margin: 0;\n    padding: 0;\n    background:\n      radial-gradient(\n        circle at 50% 0%,\n        rgba(218, 177, 126, 0.12),\n        transparent 30%\n      ),\n      var(--fsp-page-bg);\n  }\n\n  #three-color-shadow-details,\n  #three-color-shadow-details * {\n    box-sizing: border-box;\n  }\n\n  #three-color-shadow-details .fsp-wrap {\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 32px 12px 48px;\n  }\n\n  \/* 所有模块始终保持单列 *\/\n  #three-color-shadow-details .fsp-row,\n  #three-color-shadow-details .fsp-row:nth-child(even) {\n    position: relative;\n    display: flex;\n    flex-direction: column;\n    width: 100%;\n    margin: 0 0 34px;\n    overflow: hidden;\n    background: var(--fsp-card-bg);\n    border: 1px solid var(--fsp-border);\n    border-radius: 18px;\n    box-shadow:\n      0 12px 34px rgba(67, 43, 27, 0.07),\n      0 2px 8px rgba(67, 43, 27, 0.035);\n  }\n\n  #three-color-shadow-details .fsp-row:last-child {\n    margin-bottom: 0;\n  }\n\n  \/* 顶部细金线，增强精致感但不过度装饰 *\/\n  #three-color-shadow-details .fsp-row::before {\n    content: \"\";\n    display: block;\n    width: 100%;\n    height: 3px;\n    flex: 0 0 3px;\n    background: linear-gradient(\n      90deg,\n      #7f4a22 0%,\n      #d8ae70 42%,\n      #f1d59d 62%,\n      #8b5228 100%\n    );\n  }\n\n  #three-color-shadow-details .fsp-media,\n  #three-color-shadow-details .fsp-media1 {\n    width: 100%;\n    min-width: 0;\n    margin: 0;\n    padding: 0;\n    background: #f8f4ef;\n  }\n\n  \/* 图片完整展开，不使用固定比例，不裁切 *\/\n  #three-color-shadow-details .fsp-media img,\n  #three-color-shadow-details .fsp-media1 img {\n    display: block;\n    width: 100%;\n    max-width: 100%;\n    height: auto;\n    margin: 0;\n    padding: 0;\n    object-fit: contain;\n    border: 0;\n    border-radius: 0;\n  }\n\n  #three-color-shadow-details .fsp-body {\n    position: relative;\n    width: 100%;\n    min-width: 0;\n    padding: 28px 34px 34px;\n    text-align: left;\n    background:\n      linear-gradient(\n        180deg,\n        rgba(255, 255, 255, 1) 0%,\n        rgba(255, 252, 248, 1) 100%\n      );\n  }\n\n  #three-color-shadow-details .fsp-body h3 {\n    position: relative;\n    margin: 0 0 19px;\n    padding: 0 0 17px;\n    color: var(--fsp-accent-dark);\n    font-family:\n      Georgia,\n      \"Times New Roman\",\n      Times,\n      serif;\n    font-size: clamp(25px, 2.7vw, 34px);\n    font-weight: 600;\n    line-height: 1.22;\n    letter-spacing: -0.02em;\n  }\n\n  #three-color-shadow-details .fsp-body h3::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 76px;\n    height: 2px;\n    border-radius: 999px;\n    background: linear-gradient(\n      90deg,\n      var(--fsp-accent),\n      #dfbd83\n    );\n  }\n\n  #three-color-shadow-details .fsp-body p {\n    max-width: 950px;\n    margin: 0;\n    color: var(--fsp-muted);\n    font-family:\n      -apple-system,\n      BlinkMacSystemFont,\n      \"Segoe UI\",\n      Roboto,\n      Helvetica,\n      Arial,\n      sans-serif;\n    font-size: 17px;\n    font-weight: 400;\n    line-height: 1.82;\n    letter-spacing: 0;\n  }\n\n  \/* 鼠标端轻微质感反馈，不影响移动端 *\/\n  @media (hover: hover) and (pointer: fine) {\n    #three-color-shadow-details .fsp-row {\n      transition:\n        transform 220ms ease,\n        box-shadow 220ms ease,\n        border-color 220ms ease;\n    }\n\n    #three-color-shadow-details .fsp-row:hover {\n      transform: translateY(-2px);\n      border-color: rgba(154, 98, 47, 0.34);\n      box-shadow:\n        0 16px 40px rgba(67, 43, 27, 0.1),\n        0 3px 10px rgba(67, 43, 27, 0.045);\n    }\n  }\n\n  \/* 平板 *\/\n  @media screen and (max-width: 989px) {\n    #three-color-shadow-details .fsp-wrap {\n      padding: 26px 10px 40px;\n    }\n\n    #three-color-shadow-details .fsp-row,\n    #three-color-shadow-details .fsp-row:nth-child(even) {\n      margin-bottom: 26px;\n      border-radius: 15px;\n    }\n\n    #three-color-shadow-details .fsp-body {\n      padding: 25px 26px 29px;\n    }\n\n    #three-color-shadow-details .fsp-body p {\n      font-size: 16.5px;\n      line-height: 1.78;\n    }\n  }\n\n  \/* 手机端：尽量缩短两边边距，让图片更大、更清晰 *\/\n  @media screen and (max-width: 749px) {\n    #three-color-shadow-details .fsp-wrap {\n      width: 100%;\n      max-width: none;\n      padding: 16px 5px 28px;\n    }\n\n    #three-color-shadow-details .fsp-row,\n    #three-color-shadow-details .fsp-row:nth-child(even) {\n      width: 100%;\n      margin: 0 0 18px;\n      border-radius: 12px;\n      box-shadow:\n        0 7px 22px rgba(67, 43, 27, 0.065),\n        0 1px 5px rgba(67, 43, 27, 0.03);\n    }\n\n    #three-color-shadow-details .fsp-row::before {\n      height: 2px;\n      flex-basis: 2px;\n    }\n\n    #three-color-shadow-details .fsp-body {\n      padding: 21px 17px 25px;\n    }\n\n    #three-color-shadow-details .fsp-body h3 {\n      margin-bottom: 15px;\n      padding-bottom: 14px;\n      font-size: 24px;\n      line-height: 1.24;\n    }\n\n    #three-color-shadow-details .fsp-body h3::after {\n      width: 58px;\n    }\n\n    #three-color-shadow-details .fsp-body p {\n      max-width: none;\n      font-size: 16px;\n      line-height: 1.72;\n    }\n  }\n\n  \/* 小屏手机进一步减少边距 *\/\n  @media screen and (max-width: 390px) {\n    #three-color-shadow-details .fsp-wrap {\n      padding-right: 3px;\n      padding-left: 3px;\n    }\n\n    #three-color-shadow-details .fsp-body {\n      padding-right: 14px;\n      padding-left: 14px;\n    }\n\n    #three-color-shadow-details .fsp-body h3 {\n      font-size: 22px;\n    }\n\n    #three-color-shadow-details .fsp-body p {\n      font-size: 15.5px;\n    }\n  }\n\n  \/* 尊重用户的减少动态效果设置 *\/\n  @media (prefers-reduced-motion: reduce) {\n    #three-color-shadow-details .fsp-row {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\u003csection id=\"three-color-shadow-details\"\u003e\n\u003cdiv class=\"fsp-wrap\"\u003e\n\u003carticle class=\"fsp-row\"\u003e\n\u003cdiv class=\"fsp-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/5747\/2245\/files\/4_7891e66c-77f2-4c0f-b58a-f54df624eebc.jpg?v=1779852738\" alt=\"Three-in-one eyeshadow stick with base, contour, and shimmer shades\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"fsp-body\"\u003e\n\u003ch3\u003eThree Shades, One Simple Stick\u003c\/h3\u003e\n\u003cp\u003eNo more juggling palettes or brushes. A soft base, a defining contour, and a touch of shimmer come together in a single stick — everything you need to move from a natural daytime look to something a little more polished for the evening. The twist-up design stays tidy and gives you just the right amount every time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"fsp-row\"\u003e\n\u003cdiv class=\"fsp-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/5747\/2245\/files\/O1CN01Ve7dSX22cdPlv0TvD__2215601677141-0-cib.jpg?v=1779852854\" alt=\"Long-wearing eyeshadow that resists creasing and fading\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"fsp-body\"\u003e\n\u003ch3\u003eColor That Lasts All Day\u003c\/h3\u003e\n\u003cp\u003eOnce it is on, it stays. The long-wearing, water-resistant formula is made to resist creasing, fading, and smudging, so your eyes look as fresh in the evening as they did in the morning. Wear it through a full day with confidence — no touch-ups needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"fsp-row\"\u003e\n\u003cdiv class=\"fsp-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0734\/5510\/8227\/files\/622.webp?v=1782134874\" alt=\"Creamy eyeshadow texture enriched with Vitamin E\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"fsp-body\"\u003e\n\u003ch3\u003eCreamy, Gentle, and Comfortable\u003c\/h3\u003e\n\u003cp\u003eThe smooth, creamy texture glides on easily and never tugs at delicate eyelids. Blend it into a soft wash of color or build it up for something bolder, using a fingertip or a brush. Enriched with nourishing Vitamin E, it is made to feel comfortable from morning to night.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"fsp-row\"\u003e\n\u003cdiv class=\"fsp-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/5747\/2245\/files\/O1CN01tbvEPz22cdPgoVgay__2215601677141-0-cib.jpg?v=1779852964\" alt=\"Pencil-style eyeshadow stick for precise, easy application\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"fsp-body\"\u003e\n\u003ch3\u003eEasy for Everyone\u003c\/h3\u003e\n\u003cp\u003eWhether you are new to makeup or have been wearing it for years, the familiar pencil shape keeps you in control. Sweep it across the lid for all-over color, or use the tip for a more defined line. It is the quickest way to a polished look, even on a busy morning.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"fsp-row\"\u003e\n\u003cdiv class=\"fsp-media1\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/5747\/2245\/files\/O1CN01Vw3pVw22cdPm7R3Gr__2215601677141-0-cib.jpg?v=1779853045\" alt=\"Compact eyeshadow stick, beautifully packaged and travel-friendly\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"fsp-body\"\u003e\n\u003ch3\u003eA Thoughtful Gift, Ready to Travel\u003c\/h3\u003e\n\u003cp\u003eBeautifully presented and ready to give, it makes a lovely treat for a friend, a loved one, or yourself. The slim, lightweight design slips easily into a handbag or suitcase, so a quick refresh is always within reach — no mess, no fuss, wherever the day takes you.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Syrvel","offers":[{"title":"2 Set👍Save 30%","offer_id":48087865655526,"sku":"Bristlebay007-8p","price":35.98,"currency_code":"USD","in_stock":true},{"title":"1 Set","offer_id":48087865622758,"sku":"Bristlebay007-4p","price":24.99,"currency_code":"USD","in_stock":true},{"title":"3 Set👍Save 55%🚚Free shipping","offer_id":48087865688294,"sku":"Bristlebay007-12p","price":55.99,"currency_code":"USD","in_stock":true},{"title":"4 Set👍Save 75%🚚Free shipping","offer_id":48087902552294,"sku":"Bristlebay007-16p","price":62.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0765\/9893\/5782\/files\/ChatGPT_Image_2026_7_30_21_39_33.png?v=1785418811","url":"https:\/\/bristlebay.com\/products\/eyeshadowstick","provider":"Bristlebay","version":"1.0","type":"link"}