🌸👗✨ Elegantes Damenkleid mit V-Ausschnitt & Spitzeneinsätzen – feminin, edel, perfekt für besondere Anlässe. 🕊️
/* 严格限定在 .custom-product-description 内,无全局污染 */ .custom-product-description { max-width: 1280px; margin: 0 auto; padding: 2rem 1.5rem; background: #ffffff; font-family: 'Inter', sy stem-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height: 1.8; letter-spacing: 0.3px; color: #1e1e2a; border-radius: 28px; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.02); } .custom-product-description * { margin: 0; padding: 0; box-sizing: border-box; } .custom-product-description h1, .custom-product-description h2, .custom-product-description h3, .custom-product-description h4, .custom-product-description p, .custom-product-description ul, .custom-product-description li, .custom-product-description .feature-card, .custom-product-description .image-frame, .custom-product-description .size-chart-block { margin-bottom: 0; } .custom-product-description p, .custom-product-description .feature-card p, .custom-product-description .specs-box, .custom-product-description .notice-block, .custom-product-description .size-chart-block { margin-bottom: 1.8rem; } /* 主标题 */ .custom-product-description .title-wrapper { text-align: center; margin-bottom: 2rem; } .custom-product-description .main-title { font-family: 'Playfair Display', 'Times New Roman', serif; font-size: 2.6rem; font-weight: 800; background: linear-gradient(135deg, #2c2c34 0%, #6b2e2e 45%, #e67e23 70%, #2c2c34 100%); background-clip: text; -webkit-background-clip: text; color: transparent; letter-spacing: -0.5px; margin-bottom: 0.5rem; position: relative; padding-bottom: 0.75rem; } .custom-product-description .main-title::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 100px; height: 3px; background: #e67e23; border-radius: 4px; box-shadow: 0 1px 6px rgba(230,126,35,0.3); } .custom-product-description .subtitle-accent { display: inline-block; font-size: 1.3rem; font-weight: 500; color: #b85c1a; background: rgba(230,126,35,0.08); padding: 0.3rem 1rem; border-radius: 40px; letter-spacing: 0.8px; margin-top: 0.5rem; } .custom-product-description .title-ornament { margin-top: 1rem; font-size: 1.1rem; letter-spacing: 6px; color: #e67e23; opacity: 0.7; } /* 章节标题 */ .custom-product-description .section-title { font-size: 1.9rem; font-weight: 700; color: #e67e23; display: flex; align-items: center; justify-content: center; gap: 1rem; margin: 2.5rem 0 1.8rem 0; text-align: center; } .custom-product-description .section-title::before, .custom-product-description .section-title::after { content: ''; flex: 1; height: 2px; background: linear-gradient(90deg, #f0cfb0, #e67e23, #f0cfb0); max-width: 100px; border-radius: 4px; } @media (max-width: 600px) { .custom-product-description .section-title::before, .custom-product-description .section-title::after { max-width: 40px; } .custom-product-description .section-title { font-size: 1.6rem; } } /* 特性卡片 */ .custom-product-description .feature-card { background: #fefcf9; border-radius: 28px; padding: 1.6rem 2rem; box-shadow: 0 10px 20px -8px rgba(0, 0, 0, 0.08); transition: all 0.25s ease; border: 1px solid #f3ede5; height: 100%; } .custom-product-description .feature-card:hover { transform: translateY(-4px); box-shadow: 0 20px 30px -12px rgba(230,126,35,0.15); border-color: #f3d5b5; } .custom-product-description .feature-headline { font-size: 1.6rem; font-weight: 800; margin-bottom: 1rem; display: flex; align-items: center; gap: 12px; color: #2a241e; border-left: 5px solid #e67e23; padding-left: 18px; } .custom-product-description .feature-headline::before { content: attr(data-icon); font-size: 1.8rem; } .custom-product-description .feature-card p { color: #3c3730; font-size: 1rem; } /* 图片相框 */ .custom-product-description .image-frame { background: #fff; padding: 10px; border-radius: 24px; box-shadow: 0 12px 28px -8px rgba(0, 0, 0, 0.12), 0 0 0 1px #f7efe6 inset, 0 0 0 2px #fff inset; transition: transform 0.3s ease, box-shadow 0.3s; overflow: hidden; height: 100%; display: flex; align-items: center; justify-content: center; } .custom-product-description .image-frame:hover { transform: scale(1.02); box-shadow: 0 24px 40px -12px rgba(0, 0, 0, 0.2), 0 0 0 1px #e2cfbb inset; } .custom-product-description .product-img { width: 100%; height: auto; display: block; border-radius: 18px; } /* 图文配对网格 */ .custom-product-description .feature-pair-grid { display: flex; flex-direction: column; gap: 2.5rem; margin: 1rem 0; } .custom-product-description .feature-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; } @media (min-width: 768px) { .custom-product-description .feature-pair:nth-child(even) .image-frame { order: 1; } .custom-product-description .feature-pair:nth-child(even) .feature-card { order: 2; } } @media (max-width: 768px) { .custom-product-description .feature-pair { grid-template-columns: 1fr; gap: 1.2rem; } .custom-product-description .feature-pair .image-frame, .custom-product-description .feature-pair .feature-card { order: unset !important; } } /* 尺寸指南区块 */ .custom-product-description .size-chart-block { background: #fef8f0; border-radius: 32px; padding: 1rem; text-align: center; border: 1px solid #fae2cd; } .custom-product-description .size-chart-block img { max-width: 100%; border-radius: 20px; box-shadow: 0 6px 14px rgba(0,0,0,0.05); } /* 规格框 */ .custom-product-description .specs-box { background: #f5f8f5; border-radius: 36px; padding: 2rem; position: relative; overflow: hidden; border: 1px solid #e7e2d8; } .custom-product-description .specs-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1.2rem 1.8rem; position: relative; z-index: 2; } .custom-product-description .spec-item { display: flex; justify-content: space-between; flex-wrap: wrap; border-bottom: 1px dashed #d9cfbf; padding-bottom: 0.5rem; } .custom-product-description .spec-label { font-weight: 700; color: #e67e23; } .custom-product-description .spec-value { color: #2b2b2b; font-weight: 500; } .custom-product-description .spec-watermark { position: absolute; bottom: 8px; right: 16px; font-size: 5rem; font-weight: 800; opacity: 0.03; font-family: 'Playfair Display', serif; pointer-events: none; transform: rotate(-8deg); letter-spacing: 6px; } .custom-product-description .spec-bg-pattern { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: radial-gradient(#e67e23 1px, transparent 1px); background-size: 20px 20px; opacity: 0.06; pointer-events: none; } /* 备注块 */ .custom-product-description .notice-block { background: #fffaf2; border-left: 6px solid #e67e23; border-radius: 24px; padding: 1.5rem 2rem; margin: 1rem 0 2rem; } .custom-product-description .notice-list { list-style: none; } .custom-product-description .notice-list li { margin-bottom: 0.7rem; font-size: 0.95rem; display: flex; align-items: baseline; gap: 12px; color: #4b3f32; } .custom-product-description .notice-list li::before { content: "•"; color: #e67e23; font-weight: bold; font-size: 1.2rem; } .custom-product-description .final-cta { text-align: center; font-size: 1.35rem; font-weight: 600; background: linear-gradient(115deg, #f9ede1, #faeeda); padding: 1.4rem 1rem; border-radius: 80px; margin: 2rem 0 0.5rem; color: #b85c1a; border: 1px solid #f3dfce; } .custom-product-description .divider { margin: 2rem 0; height: 2px; background: linear-gradient(90deg, transparent, #e67e23, #f3cf9a, #e67e23, transparent); } @media (max-width: 600px) { .custom-product-description { padding: 1.2rem; } .custom-product-description .main-title { font-size: 1.9rem; } .custom-product-description .feature-headline { font-size: 1.3rem; } } V-Ausschnitt SpitzenkleidMidi-Länge & Stufen-Silhouette ✦ 🌸 ✦ ✨ EIGENSCHAFTEN ELEGANTE SPITZENVERZIERUNGEN Aufwendig gearbeitete Spitzenbesätze entlang des V-Ausschnitts und an den gestuften Partien verleihen dem Kleid einen Hauch von Bohème-Charme und Raffinesse und werten Ihren Alltagslook mit zarten, auffälligen Mustern auf. ATEMAKTIVES, WEICHES MATERIAL Dieses Kleid aus hochwertigem, weichem Stoff sorgt den ganzen Tag über für Tragekomfort und Atmungsaktivität. Damit eignet es sich perfekt für warmes Wetter und hält dich von morgens bis abends angenehm kühl und frisch. VORTEILHAFTE STUFENFÖRMIGE SILHOUETTE Das fließende, stufenförmige Design sorgt für eine anmutige A-Linien-Form, die wunderschön am Körper anliegt. Die lockere Passform schmeichelt verschiedenen Figurtypen und ermöglicht gleichzeitig uneingeschränkte Bewegungsfreiheit. VIELSEITIGE MIDI-LÄNGE Die vielseitige Midi-Länge reicht elegant bis knapp unterhalb des Knies und wirkt sowohl zurückhaltend als auch stilvoll, sodass sich dieses Kleid für eine Vielzahl von Anlässen eignet, von ungezwungenen Ausflügen bis hin zu halbformellen Veranstaltungen. 📋 SPEZIFIKATIONEN 🎨 Farben:Schwarz, Gelb 📏 Größen:S, M, L, XL, 2XL, 3XL, 4XL, 5XL 🧵 Material:Hochwertiger, weicher Stoff (atmungsaktiv) ✨ Besonderheiten:V-Ausschnitt, Spitzenbesätze, Stufen-Silhouette, Midi-Länge LACE 📦 LIEFERUMFANG 1 × Elegantes Damenkleid mit V-Ausschnitt und Spitzeneinsätzen ⚠️ HINWEISE Die Farbe kann aufgrund von Abweichungen zwischen den Computerbildschirmen vom tatsächlichen Aussehen abweichen. Bitte berücksichtigen Sie geringfügige Abweichungen aufgrund manueller Messungen. Bitte vergewissern Sie sich vor dem Kauf, dass dies für Sie kein Problem darstellt. Maschinenwaschbar bei 30°C – bitte kein Bleichen. ✨ Zarte Spitze, fließende Eleganz – Ihr neues Lieblingskleid für besondere Momente ✨ // Original-Script (keiner im Quelltext vorhanden – dieser Block bleibt unverändert)