🌺 LIMITIERT: 49% RABATT! 🔥✨Weiches und bequemes Pyjamenset mit Rüschenbesatz💞
/* 严格限定在 .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 .double-image { display: flex; gap: 1rem; margin: 1rem 0; flex-wrap: wrap; } .custom-product-description .double-image .image-frame { flex: 1; min-width: 200px; } /* 规格框 */ .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; } } Pyjama-Set mit Rüschen & Quadrat-AusschnittWeich, atmungsaktiv & vielseitig ✦ 🛌 ✦ ✨ MERKMALE SCHICKE RÜSCHEN-OPTIK Zarte Rüschen an Trägern und Shorts verleihen ein verspieltes, feminines Aussehen. Dieses stilvolle Detail macht das Set zu eleganter Freizeitbekleidung, nicht nur einfacher Schlafanzug. VERSTELLBARE KOMFORT-PASSFORM Die Shorts verfügen über einen elastischen Bund und praktischen Kordelzug. So lässt sich die Passform individuell anpassen – für sicheren Halt beim Schlafen und Entspannen. WEICHER & ATMUNGSAKTIVER STOFF Hergestellt aus hochwertiger Elastan-Mischung, ist das Pyjama-Set unglaublich weich auf der Haut. Atmungsaktiv und kühlend für einen erholsamen Schlaf ohne Überhitzen. SCHMEICHLENDE SILHOUETTE Modernes Quadrat-Ausschnitt und lockeres Oberteil schmeicheln vielen Körpertypen. Bequem, nicht einengend und kombiniert mühelosen Stil mit Bewegungsfreiheit. VIELSEITIGES 2‑TEILIGES SET Bezaubernde Cami-Oberteil und Shorts eignen sich nicht nur zum Schlafen, sondern auch zum Relaxen, Pyjama-Partys oder als passendes Outfit für eine Brautparty. 📋 SPEZIFIKATIONEN 🎨 Farben:Blau, Grün, Rosa, Weiß, Schwarz 📏 Größen:S, M, L, XL, 2XL 🧵 Material:Hochwertige Mischgewebe (Elastan, weich, atmungsaktiv) 👚 Set enthält:Cami-Oberteil + Shorts mit Kordelzug SLEEP 📦 LIEFERUMFANG 1 × Pyjama-Set (Cami-Oberteil + Shorts) ⚠️ HINWEISE Die Farbe kann je nach Computermonitor leicht abweichen. Aufgrund manueller Messung können geringfügige Fehler auftreten. Bitte stellen Sie sicher, dass Sie damit einverstanden sind, bevor Sie kaufen. Maschinenwaschbar bei 30°C – bitte kein Bleichen. ✨ Sanfter Komfort, verspielte Eleganz – dein neues Lieblings-Pyjama für erholsame Nächte ✨ // Original-Script (keiner im Quelltext vorhanden – dieser Block bleibt unverändert)
More you might like
Related
🌺 LIMITIERT: 49% RABATT! 🔥 Ein-Schritt-Nagellackstift
Related
🌺 LIMITIERT: 49% RABATT! 🔥Elegantes, figurbetontes Damenklei
Related
🌺 LIMITIERT: 49% RABATT! 🔥 Gestreifter Freizeit-Jumpsuit für
Related