{"product_id":"claquette-de-noel-femme","title":"Women's Christmas Slides: Holiday Magic for Your Feet","description":"\u003cdiv class=\"golden-christmas-badge\"\u003e\n\u003cdiv class=\"golden-tree-icon\"\u003e\u003cimg height=\"28\" width=\"28\" alt=\"🎄\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0815\/4991\/8486\/files\/boite-cadeau.png?v=1760720133\"\u003e\u003c\/div\u003e\n\u003cspan\u003eMagical \u0026amp; Bright Christmas!\u003c\/span\u003e \u003c!-- Étoiles filantes --\u003e\n\u003cdiv class=\"shooting-stars\"\u003e\n\u003cdiv class=\"shooting-star\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"shooting-star\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"shooting-star\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Flocons dorés --\u003e\n\u003cdiv class=\"golden-snow\"\u003e\n\u003cdiv class=\"golden-flake\"\u003e✦\u003c\/div\u003e\n\u003cdiv class=\"golden-flake\"\u003e✦\u003c\/div\u003e\n\u003cdiv class=\"golden-flake\"\u003e❄\u003c\/div\u003e\n\u003cdiv class=\"golden-flake\"\u003e❄\u003c\/div\u003e\n\u003cdiv class=\"golden-flake\"\u003e✦\u003c\/div\u003e\n\u003cdiv class=\"golden-flake\"\u003e❄\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Poussière d'étoiles --\u003e\n\u003cdiv class=\"star-dust\"\u003e\n\u003cdiv class=\"sparkle\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"sparkle\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"sparkle\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"sparkle\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n.golden-christmas-badge {\n  display: inline-flex;\n  align-items: center;\n  gap: 12px;\n  padding: 14px 22px;\n  background: linear-gradient(135deg, #fff9e6, #ffebcc, #fff2d9);\n  color: #8B6914;\n  border-radius: 30px;\n  font-weight: bold;\n  font-size: 16px;\n  border: 2px solid #FFD700;\n  box-shadow: \n    0 4px 20px rgba(255, 215, 0, 0.3),\n    inset 0 1px 0 rgba(255, 255, 255, 0.8);\n  margin: 15px 0;\n  position: relative;\n  overflow: hidden;\n  animation: goldenGlow 3s ease-in-out infinite;\n}\n\n@keyframes goldenGlow {\n  0%, 100% { \n    box-shadow: \n      0 4px 20px rgba(255, 215, 0, 0.3),\n      inset 0 1px 0 rgba(255, 255, 255, 0.8);\n  }\n  50% { \n    box-shadow: \n      0 4px 30px rgba(255, 215, 0, 0.6),\n      0 0 25px rgba(255, 215, 0, 0.4),\n      inset 0 1px 0 rgba(255, 255, 255, 0.9);\n  }\n}\n\n\/* Icône sapin doré *\/\n.golden-tree-icon {\n  animation: goldenPulse 2.5s ease-in-out infinite;\n  z-index: 3;\n  filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.6));\n}\n\n@keyframes goldenPulse {\n  0%, 100% { \n    transform: scale(1) rotate(0deg);\n    filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.6));\n  }\n  25% { \n    transform: scale(1.08) rotate(-1deg);\n    filter: drop-shadow(0 0 12px rgba(255, 215, 0, 0.8));\n  }\n  50% { \n    transform: scale(1.05) rotate(1deg);\n    filter: drop-shadow(0 0 15px rgba(255, 215, 0, 1));\n  }\n  75% { \n    transform: scale(1.08) rotate(-0.5deg);\n    filter: drop-shadow(0 0 12px rgba(255, 215, 0, 0.9));\n  }\n}\n\n.golden-tree-icon img {\n  width: 28px;\n  height: 28px;\n  animation: goldenShine 4s ease-in-out infinite;\n}\n\n@keyframes goldenShine {\n  0%, 100% { \n    filter: brightness(1) sepia(1) saturate(3) hue-rotate(-5deg);\n  }\n  50% { \n    filter: brightness(1.3) sepia(1) saturate(4) hue-rotate(-5deg) drop-shadow(0 0 6px gold);\n  }\n}\n\n\/* Étoiles filantes *\/\n.shooting-stars {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  pointer-events: none;\n  z-index: 1;\n}\n\n.shooting-star {\n  position: absolute;\n  background: linear-gradient(90deg, transparent, #FFD700, transparent);\n  width: 25px;\n  height: 2px;\n  border-radius: 50%;\n  opacity: 0;\n  animation: shootingStar 6s linear infinite;\n}\n\n.shooting-star:nth-child(1) {\n  top: 20%;\n  animation-delay: 0s;\n}\n\n.shooting-star:nth-child(2) {\n  top: 50%;\n  animation-delay: 2s;\n}\n\n.shooting-star:nth-child(3) {\n  top: 70%;\n  animation-delay: 4s;\n}\n\n@keyframes shootingStar {\n  0% {\n    transform: translateX(-30px) translateY(0) scale(0.5);\n    opacity: 0;\n  }\n  10% {\n    opacity: 1;\n  }\n  20% {\n    transform: translateX(100px) translateY(10px) scale(1);\n    opacity: 0.8;\n  }\n  100% {\n    transform: translateX(200px) translateY(20px) scale(0);\n    opacity: 0;\n  }\n}\n\n\/* Flocons dorés *\/\n.golden-snow {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  pointer-events: none;\n  z-index: 2;\n}\n\n.golden-flake {\n  position: absolute;\n  color: #FFD700;\n  font-size: 14px;\n  opacity: 0;\n  animation: goldenSnowFall 8s linear infinite;\n  text-shadow: 0 0 8px rgba(255, 215, 0, 0.8);\n  z-index: 2;\n}\n\n.golden-flake:nth-child(1) { left: 10%; animation-delay: 0s; animation-duration: 9s; }\n.golden-flake:nth-child(2) { left: 30%; animation-delay: 1s; animation-duration: 10s; }\n.golden-flake:nth-child(3) { left: 50%; animation-delay: 2s; animation-duration: 8s; }\n.golden-flake:nth-child(4) { left: 70%; animation-delay: 3s; animation-duration: 11s; }\n.golden-flake:nth-child(5) { left: 20%; animation-delay: 4s; animation-duration: 9.5s; }\n.golden-flake:nth-child(6) { left: 80%; animation-delay: 5s; animation-duration: 10.5s; }\n\n@keyframes goldenSnowFall {\n  0% {\n    transform: translateY(-20px) translateX(0px) rotate(0deg) scale(0.8);\n    opacity: 0;\n  }\n  10% {\n    opacity: 0.9;\n  }\n  50% {\n    opacity: 1;\n    text-shadow: 0 0 12px rgba(255, 215, 0, 1);\n  }\n  90% {\n    opacity: 0.7;\n  }\n  100% {\n    transform: translateY(60px) translateX(15px) rotate(360deg) scale(1.2);\n    opacity: 0;\n  }\n}\n\n\/* Poussière d'étoiles brillante *\/\n.star-dust {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  pointer-events: none;\n  z-index: 1;\n}\n\n.sparkle {\n  position: absolute;\n  width: 4px;\n  height: 4px;\n  background: #FFD700;\n  border-radius: 50%;\n  opacity: 0;\n  animation: sparkleTwinkle 3s ease-in-out infinite;\n}\n\n.sparkle:nth-child(1) { top: 25%; left: 15%; animation-delay: 0s; }\n.sparkle:nth-child(2) { top: 40%; left: 60%; animation-delay: 0.5s; }\n.sparkle:nth-child(3) { top: 65%; left: 25%; animation-delay: 1s; }\n.sparkle:nth-child(4) { top: 30%; left: 75%; animation-delay: 1.5s; }\n.sparkle:nth-child(5) { top: 55%; left: 45%; animation-delay: 2s; }\n\n@keyframes sparkleTwinkle {\n  0%, 100% { \n    opacity: 0;\n    transform: scale(0.5);\n    box-shadow: 0 0 0 rgba(255, 215, 0, 0);\n  }\n  50% { \n    opacity: 1;\n    transform: scale(1.2);\n    box-shadow: 0 0 10px rgba(255, 215, 0, 0.8), 0 0 20px rgba(255, 215, 0, 0.6);\n  }\n}\n\n\/* Texte brillant *\/\n.golden-christmas-badge span {\n  position: relative;\n  z-index: 3;\n  animation: goldenTextShimmer 3s ease-in-out infinite;\n  text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);\n  font-weight: 700;\n}\n\n@keyframes goldenTextShimmer {\n  0%, 100% { \n    color: #8B6914;\n    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);\n  }\n  50% { \n    color: #D4AF37;\n    text-shadow: \n      0 0 15px rgba(255, 215, 0, 0.8),\n      0 0 20px rgba(255, 215, 0, 0.6),\n      0 0 30px rgba(255, 215, 0, 0.4);\n  }\n}\n\n\/* Responsive *\/\n@media (max-width: 480px) {\n  .golden-christmas-badge {\n    padding: 12px 18px;\n    font-size: 14px;\n    gap: 10px;\n  }\n  \n  .golden-tree-icon img {\n    width: 24px;\n    height: 24px;\n  }\n  \n  .shooting-star {\n    width: 20px;\n  }\n  \n  .golden-flake {\n    font-size: 12px;\n  }\n}\n\n\/* Effet de brillance globale supplémentaire *\/\n.golden-christmas-badge::before {\n  content: '';\n  position: absolute;\n  top: -50%;\n  left: -50%;\n  width: 200%;\n  height: 200%;\n  background: radial-gradient(circle, rgba(255,215,0,0.1) 0%, transparent 70%);\n  animation: rotateGlow 8s linear infinite;\n  pointer-events: none;\n  z-index: 0;\n}\n\n@keyframes rotateGlow {\n  0% { transform: rotate(0deg); }\n  100% { transform: rotate(360deg); }\n}\n\u003c\/style\u003e\n\u003ch2\u003e\u003cstrong\u003eCelebrate Christmas in Comfort and Style\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp class=\"ds-markdown-paragraph\"\u003eAdd a touch of festive magic to your daily life with our \u003cstrong\u003eChristmas slides\u003c\/strong\u003e specially designed for women. Their festive design and vibrant colors capture the holiday spirit, while their incomparable comfort allows you to fully enjoy every joyous moment.\u003c\/p\u003e\n\u003ch3\u003e\u003cstrong\u003eFestive Designs\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp class=\"ds-markdown-paragraph\"\u003e\u003cstrong\u003eChristmas Tree\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e: Classic golden Christmas tree\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"ds-markdown-paragraph\"\u003e\u003cstrong\u003eRudolph the Reindeer\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e: Delicate reindeer antlers\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"ds-markdown-paragraph\"\u003e\u003cstrong\u003eSnowflake\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e: Elegant and shimmering geometric patterns\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003e\u003cstrong\u003eCelebratory Comfort\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp class=\"ds-markdown-paragraph\"\u003e\u003cstrong\u003eSoft sole\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e: Thick memory foam for optimal cushioning\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"ds-markdown-paragraph\"\u003e\u003cstrong\u003eStraps\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e: Perfectly adapt to the shape of your foot\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"ds-markdown-paragraph\"\u003e\u003cstrong\u003eFestive details\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e: Precise glitter and embroidery\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"ds-markdown-paragraph\"\u003e\u003cstrong\u003eThese women's Christmas slides turn every step into a festive celebration!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"ds-markdown-paragraph\"\u003e🎅\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eSpecial Holiday Offer!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp class=\"ds-markdown-paragraph\"\u003e\u003cstrong\u003e-15% with code NOEL15\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Claquette shop","offers":[{"title":"White \/ 36-37","offer_id":50488122704150,"sku":"1005009785862746-WHITE-36-37","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"White \/ 38-39","offer_id":50488122736918,"sku":"1005009785862746-WHITE-38-39","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"White \/ 40-41","offer_id":50488122769686,"sku":"1005009785862746-WHITE-40-41","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"White \/ 42-43","offer_id":50488122638614,"sku":"1005009785862746-WHITE-42-43","price":29.9,"currency_code":"EUR","in_stock":true},{"title":"White \/ 44-45","offer_id":50488122671382,"sku":"1005009785862746-WHITE-44-45","price":29.9,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0815\/4991\/8486\/files\/Claquettes_de_Noel_Femme.webp?v=1757430974","url":"https:\/\/claquette-shop.com\/en\/products\/claquette-de-noel-femme","provider":"Claquette shop","version":"1.0","type":"link"}