{"product_id":"halter-neck-backless-tiered-maxi-dress","title":"Abito lungo a balze con scollo all'americana e schiena scoperta","description":"\u003cstyle\u003e\n        \/* === 重置样式 - 消除默认空白 === *\/\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n            line-height: 1.8;\n            letter-spacing: 0.3px;\n            color: #242424;\n            background: #ffffff;\n            overflow-x: hidden; \/* 防止横向滚动 *\/\n        }\n\n        \/* === 核心样式（适配女装服饰类产品视觉风格）=== *\/\n        .abito-scollo-americana-description {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 2rem 1.5rem;\n            width: 100%;\n        }\n\n        \/* 标题样式 - 暖橙+柔粉渐变（符合女装服饰视觉规范） *\/\n        .section-title {\n            font-size: 1.8rem;\n            font-weight: 800;\n            color: #e67e23; \/* 暖橙主色 *\/\n            margin: 2.8rem 0 1.8rem 0;\n            position: relative;\n            padding-bottom: 0.8rem;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n\n        .section-title::after {\n            content: '';\n            position: absolute;\n            left: 0;\n            bottom: 0;\n            width: 90px;\n            height: 4px;\n            background: linear-gradient(90deg, #e67e23, #f8c471); \/* 橙+柔粉渐变适配女装 *\/\n            border-radius: 2px;\n        }\n\n        \/* 尺寸表标题 *\/\n        .size-chart-title {\n            font-size: 1.6rem;\n            font-weight: 700;\n            color: #e67e23;\n            margin: 1.5rem 0 2rem 0;\n            text-align: center;\n            text-transform: uppercase;\n        }\n\n        \/* 特性标题样式 *\/\n        .feature-heading {\n            font-size: 1.45rem;\n            font-weight: 700;\n            color: #2c3e50;\n            margin: 2rem 0 1rem 0;\n            display: inline-block;\n            background: rgba(230, 126, 35, 0.05); \/* 浅橙背景 *\/\n            padding: 0.6rem 1.2rem;\n            border-radius: 8px;\n            line-height: 1.4;\n        }\n\n        \/* 文本样式 *\/\n        .product-text {\n            font-size: 1.05rem;\n            margin: 0 0 1.5rem 0;\n            color: #4a4a4a;\n            text-align: justify;\n            line-height: 1.7;\n        }\n\n        \/* 规格信息盒子 *\/\n        .spec-box {\n            background: #f8f9fa;\n            border-radius: 12px;\n            padding: 1.8rem;\n            margin: 2.5rem 0;\n            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);\n        }\n\n        .spec-box h3 {\n            color: #e67e23;\n            font-size: 1.2rem;\n            margin-bottom: 1rem;\n            text-transform: uppercase;\n        }\n\n        .spec-list {\n            list-style: none;\n            padding: 0;\n        }\n\n        .spec-list li {\n            margin-bottom: 0.8rem;\n            padding-left: 1.5rem;\n            position: relative;\n            font-size: 1.05rem;\n        }\n\n        .spec-list li::before {\n            content: \"✓\";\n            position: absolute;\n            left: 0;\n            color: #e67e23;\n            font-weight: bold;\n        }\n\n        \/* 注意事项盒子 *\/\n        .notes-box {\n            background: linear-gradient(145deg, #f8f9fa, #fef9e7); \/* 浅橙渐变 *\/\n            border-radius: 12px;\n            padding: 1.8rem;\n            margin: 2.5rem 0;\n            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);\n        }\n\n        .notes-title {\n            font-size: 1.2rem;\n            color: #e67e23; \/* 橙色标题 *\/\n            font-weight: 700;\n            margin-bottom: 1rem;\n            text-transform: uppercase;\n        }\n\n        .notes-list {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n\n        .notes-list li {\n            font-size: 1.05rem;\n            margin-bottom: 0.8rem;\n            padding-left: 1.8rem;\n            position: relative;\n            color: #444444;\n        }\n\n        .notes-list li:last-child {\n            margin-bottom: 0;\n        }\n\n        .notes-list li::before {\n            content: \"💡\";\n            position: absolute;\n            left: 0;\n            top: 2px;\n            font-size: 1.1rem;\n        }\n\n        \/* 图片样式 - 女装产品专属视觉效果 *\/\n        .product-img {\n            max-width: 100%;\n            height: auto;\n            border-radius: 12px;\n            box-shadow: 0 12px 28px -10px rgba(0, 0, 0, 0.18);\n            margin: 1.5rem auto;\n            display: block;\n            transition: all 0.3s ease-in-out;\n            border: 1px solid #f0f0f0;\n        }\n\n        .product-img:hover {\n            transform: scale(1.02);\n            box-shadow: 0 18px 35px -12px rgba(230, 126, 35, 0.25); \/* 橙色调阴影 *\/\n        }\n\n        \/* 尺寸表图片样式 *\/\n        .size-chart-img {\n            max-width: 90%;\n            margin: 1rem auto;\n        }\n\n        \/* 特性列表样式 *\/\n        .feature-list {\n            list-style: none;\n            padding: 0;\n            margin: 1.5rem 0 2rem 0;\n        }\n\n        .feature-list li {\n            font-size: 1.05rem;\n            margin-bottom: 1.8rem;\n            padding: 1.2rem 1.5rem;\n            background: #f8f9fa;\n            border-radius: 8px;\n            border-left: 4px solid #e67e23; \/* 橙色左边框 *\/\n            display: flex;\n            flex-direction: column;\n            gap: 12px;\n        }\n\n        .feature-list li::before {\n            content: \"👗\";\n            font-size: 1.2rem;\n            color: #e67e23; \/* 橙色emoji前缀 *\/\n            align-self: flex-start;\n            margin-bottom: 8px;\n        }\n\n        \/* 适用场景标签 *\/\n        .occasion-tags {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 0.8rem;\n            margin: 1.5rem 0 2rem;\n            justify-content: center;\n        }\n\n        .occasion-tag {\n            background: #fef9e7; \/* 浅橙背景适配女装类 *\/\n            color: #e67e23; \/* 橙色文字 *\/\n            padding: 0.6rem 1.2rem;\n            border-radius: 50px;\n            font-size: 0.95rem;\n            font-weight: 600;\n            border: 1px solid #e67e2330; \/* 浅橙边框 *\/\n        }\n\n        \/* 响应式适配 - 移动端优化（女装买家习惯） *\/\n        @media (max-width: 768px) {\n            .abito-scollo-americana-description {\n                padding: 1.5rem 1rem;\n            }\n\n            .section-title {\n                font-size: 1.5rem;\n            }\n\n            .feature-heading {\n                font-size: 1.25rem;\n                padding: 0.5rem 1rem;\n            }\n\n            .product-text, .feature-list li, .notes-list li, .spec-list li {\n                font-size: 1rem;\n            }\n\n            .product-img {\n                border-radius: 10px;\n                margin: 1.5rem auto;\n            }\n\n            .size-chart-img {\n                max-width: 100%;\n            }\n\n            .feature-list li {\n                padding: 1rem 1.2rem;\n                margin-bottom: 1.5rem;\n            }\n\n            .occasion-tag {\n                padding: 0.6rem 1.2rem;\n                font-size: 0.9rem;\n            }\n\n            .notes-box, .spec-box {\n                padding: 1.5rem;\n            }\n        }\n\n        \/* 价值总结文本 *\/\n        .value-summary {\n            font-size: 1.1rem;\n            text-align: center;\n            margin: 3rem 0 2rem 0; \/* 减少底部边距防止空白 *\/\n            font-weight: 600;\n            color: #333;\n            padding: 1rem;\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"abito-scollo-americana-description\"\u003e\n\u003c!-- 尺寸表标题 --\u003e\n\u003ch2 class=\"size-chart-title\"\u003eTABELLA DELLE TAGLIE\u003c\/h2\u003e\n\u003c!-- 尺寸表图片 --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0619\/8968\/3358\/files\/spp_shopify20260310095217_c566e5b5028b96f1cc7a215477ac4b89.jpg?v=1773107541\" class=\"product-img size-chart-img\" alt=\"Tabella delle taglie - Abito con scollo all'americana\"\u003e \u003c!-- 核心特性标题 --\u003e\n\u003ch2 class=\"section-title\"\u003eCARATTERISTICHE PRINCIPALI\u003c\/h2\u003e\n\u003c!-- 特性列表 --\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eSCOLLO ALL'AMERICANA E PROFONDO SCOLLO A V\u003c\/strong\u003e\u003cbr\u003eIncornicia elegantemente spalle e décolleté, creando una silhouette sofisticata e seducente, perfetta per eventi estivi e occasioni speciali. \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0619\/8968\/3358\/files\/spp_shopify20260310095222_5538b6f572f38611ca9fca9c38310d03.jpg?v=1773107545\" class=\"product-img\" alt=\"Scollo all'americana e a V - design elegante\"\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDESIGN SENZA SCHIENA CON DETTAGLIO CRAVATTA\u003c\/strong\u003e\u003cbr\u003eOffre un look sorprendente e accattivante da dietro, mentre la cravatta regolabile garantisce una vestibilità sicura e comoda, aggiungendo un tocco di eleganza giocosa al design generale. \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0619\/8968\/3358\/files\/spp_shopify20260310095226_22f0232552acf5163b97cb3a8873e523.png?v=1773107550\" class=\"product-img\" alt=\"Design senza schiena con cravatta - dettaglio elegante\"\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGONNA A BALZE MORBIDA\u003c\/strong\u003e\u003cbr\u003eAggiunge un tocco di movimento e un fascino bohémien a ogni tuo passo. Il design ampio e fluido offre una vestibilità comoda e non restrittiva, perfetta per essere indossata tutto il giorno. \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0619\/8968\/3358\/files\/spp_shopify20260310095231_e77ff9e394d9260c85b15a3e139a822f.jpg?v=1773107555\" class=\"product-img\" alt=\"Gonna a balze morbida - movimento e comfort\"\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGIROVITA EMPIRE ADATTO\u003c\/strong\u003e\u003cbr\u003eStringe la parte più stretta del busto, creando una silhouette allungata che accarezza con grazia le curve, per una vestibilità comoda e universalmente valorizzante. \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0619\/8968\/3358\/files\/spp_shopify20260310095237_f7484cb298dd2aaaba4c2d19cbada51f.jpg?v=1773107561\" class=\"product-img\" alt=\"Girovita empire - silhouette valorizzante\"\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTESSUTO MISTO LEGGERO\u003c\/strong\u003e\u003cbr\u003eCade magnificamente ed è morbido sulla pelle, assicurandoti freschezza e comfort durante le giornate calde, le vacanze o le feste all'aperto, senza rinunciare allo stile o all'eleganza. \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0619\/8968\/3358\/files\/spp_shopify20260310095242_de5c22f801409479470187670bcf8206.jpg?v=1773107566\" class=\"product-img\" alt=\"Tessuto misto leggero - comfort e freschezza\"\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- 适用场景 --\u003e\n\u003ch3 class=\"feature-heading\"\u003eIDEALE PER THESE OCCASIONI\u003c\/h3\u003e\n\u003cdiv class=\"occasion-tags\"\u003e\n\u003cspan class=\"occasion-tag\"\u003eEventi estivi\u003c\/span\u003e \u003cspan class=\"occasion-tag\"\u003eSerate speciali\u003c\/span\u003e \u003cspan class=\"occasion-tag\"\u003eVacanze\u003c\/span\u003e \u003cspan class=\"occasion-tag\"\u003eFeste all'aperto\u003c\/span\u003e \u003cspan class=\"occasion-tag\"\u003eCene romantiche\u003c\/span\u003e \u003cspan class=\"occasion-tag\"\u003eUscite eleganti\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- 技术规格 --\u003e\n\u003cdiv class=\"spec-box\"\u003e\n\u003ch3\u003eSpecifiche tecniche\u003c\/h3\u003e\n\u003cul class=\"spec-list\"\u003e\n\u003cli\u003eColore: Nero, Bianco, Giallo\u003c\/li\u003e\n\u003cli\u003eTaglie: S-XXL\u003c\/li\u003e\n\u003cli\u003eMateriale: Tessuto misto leggero\u003c\/li\u003e\n\u003cli\u003eContenuto della confezione: 1 Abito con scollo all'americana\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- 注意事项 --\u003e\n\u003cdiv class=\"notes-box\"\u003e\n\u003ch3 class=\"notes-title\"\u003eNote importanti\u003c\/h3\u003e\n\u003cul class=\"notes-list\"\u003e\n\u003cli\u003eIl colore potrebbe non apparire esattamente come nella realtà a causa delle variazioni tra i monitor dei computer.\u003c\/li\u003e\n\u003cli\u003eSi prega di considerare un piccolo errore dovuto alla misurazione manuale. Assicurarsi che non vi siano problemi prima dell'acquisto.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- 价值总结 --\u003e\n\u003cp class=\"value-summary\"\u003eL'abito estivo perfetto per ogni occasione speciale! 👗\u003cbr\u003eEleganza, comfort e stile unico in un capo che valorizzerà la tua bellezza naturale!\u003c\/p\u003e\n\u003c\/div\u003e","brand":"eurshap","offers":[{"title":"Nero \/ S","offer_id":52098289926437,"sku":"LF10307142HEIS","price":34.99,"currency_code":"EUR","in_stock":true},{"title":"Nero \/ M","offer_id":52098289959205,"sku":"LF10307142HEIM","price":34.99,"currency_code":"EUR","in_stock":true},{"title":"Nero \/ L","offer_id":52098289991973,"sku":"LF10307142HEIL","price":34.99,"currency_code":"EUR","in_stock":true},{"title":"Nero \/ XL","offer_id":52098290024741,"sku":"LF10307142HEIXL","price":34.99,"currency_code":"EUR","in_stock":true},{"title":"Nero \/ XXL","offer_id":52098290057509,"sku":"LF10307142HEI2XL","price":34.99,"currency_code":"EUR","in_stock":true},{"title":"Bianco \/ S","offer_id":52098290090277,"sku":"LF10307142BAIS","price":34.99,"currency_code":"EUR","in_stock":true},{"title":"Bianco \/ M","offer_id":52098290123045,"sku":"LF10307142BAIM","price":34.99,"currency_code":"EUR","in_stock":true},{"title":"Bianco \/ L","offer_id":52098290155813,"sku":"LF10307142BAIL","price":34.99,"currency_code":"EUR","in_stock":true},{"title":"Bianco \/ XL","offer_id":52098290188581,"sku":"LF10307142BAIXL","price":34.99,"currency_code":"EUR","in_stock":true},{"title":"Bianco \/ XXL","offer_id":52098290221349,"sku":"LF10307142BAI2XL","price":34.99,"currency_code":"EUR","in_stock":true},{"title":"Giallo \/ S","offer_id":52098290254117,"sku":"LF10307142YGHS","price":34.99,"currency_code":"EUR","in_stock":true},{"title":"Giallo \/ M","offer_id":52098290286885,"sku":"LF10307142YGHM","price":34.99,"currency_code":"EUR","in_stock":true},{"title":"Giallo \/ L","offer_id":52098290319653,"sku":"LF10307142YGHL","price":34.99,"currency_code":"EUR","in_stock":true},{"title":"Giallo \/ XL","offer_id":52098290352421,"sku":"LF10307142YGHXL","price":34.99,"currency_code":"EUR","in_stock":true},{"title":"Giallo \/ XXL","offer_id":52098290385189,"sku":"LF10307142YGH2XL","price":34.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0924\/5930\/3205\/files\/spp_shopify20260310095248_72eea5254d530177f3193b1ebcf7386b_9721b036-bed9-458a-8d07-3557ee7f6030.jpg?v=1774000785","url":"https:\/\/eurshap.com\/products\/halter-neck-backless-tiered-maxi-dress","provider":"eurshap","version":"1.0","type":"link"}