{"product_id":"barbecue-complet-3-en-1-grand-modele-familial","title":"Barbecue Complet 3-en-1 – Grand Modèle Familial","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n\/* ============ ANIMATIONS WOW ============ *\/\n@keyframes bbqFadeUp {\n  from { opacity: 0; transform: translateY(40px); }\n  to   { opacity: 1; transform: translateY(0); }\n}\n@keyframes bbqFadeScale {\n  from { opacity: 0; transform: scale(0.9) translateY(20px); }\n  to   { opacity: 1; transform: scale(1) translateY(0); }\n}\n@keyframes bbqFlameFlicker {\n  0%, 100% { transform: scale(1) rotate(-2deg); filter: brightness(1); }\n  25%      { transform: scale(1.1) rotate(2deg); filter: brightness(1.3); }\n  50%      { transform: scale(1.05) rotate(-1deg); filter: brightness(1.1); }\n  75%      { transform: scale(1.15) rotate(1deg); filter: brightness(1.4); }\n}\n@keyframes bbqGlowPulse {\n  0%, 100% { box-shadow: 0 0 0 0 rgba(255,107,26,0); }\n  50%      { box-shadow: 0 0 30px 8px rgba(255,107,26,0.25); }\n}\n@keyframes bbqSlideRight {\n  from { opacity: 0; transform: translateX(-30px); }\n  to   { opacity: 1; transform: translateX(0); }\n}\n@keyframes bbqBadgeBounce {\n  0%   { transform: scale(0) rotate(-10deg); opacity: 0; }\n  60%  { transform: scale(1.15) rotate(3deg); opacity: 1; }\n  80%  { transform: scale(0.95) rotate(-1deg); }\n  100% { transform: scale(1) rotate(0); opacity: 1; }\n}\n@keyframes bbqShimmer {\n  0%   { background-position: -200% center; }\n  100% { background-position: 200% center; }\n}\n@keyframes bbqHeatWave {\n  0%, 100% { transform: translateY(0) scaleX(1); opacity: 0.6; }\n  50%      { transform: translateY(-8px) scaleX(1.1); opacity: 1; }\n}\n@keyframes bbqCounter {\n  from { width: 0; }\n  to   { width: 100%; }\n}\n@keyframes bbqFloat {\n  0%, 100% { transform: translateY(0); }\n  50%      { transform: translateY(-6px); }\n}\n@keyframes bbqRingExpand {\n  0%   { transform: scale(1); opacity: 0.6; }\n  100% { transform: scale(1.5); opacity: 0; }\n}\n@keyframes bbqTextReveal {\n  from { clip-path: inset(0 100% 0 0); }\n  to   { clip-path: inset(0 0 0 0); }\n}\n\n\/* ============ CONTENEUR PRINCIPAL ============ *\/\n.bbq-premium-wrap {\n  font-family: 'Montserrat', 'Inter', sans-serif;\n  max-width: 800px;\n  margin: 0 auto;\n  padding: 20px 14px;\n  box-sizing: border-box;\n  position: relative;\n  overflow: hidden;\n}\n\n\/* ============ HEADER PREMIUM ============ *\/\n.bbq-hero-premium {\n  text-align: center;\n  margin-bottom: 24px;\n  position: relative;\n  animation: bbqFadeUp 0.8s ease both;\n}\n\n.bbq-badge-premium {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: linear-gradient(135deg, #ff6b1a, #e85d0f);\n  color: #fff;\n  font-family: 'Montserrat', sans-serif;\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  padding: 6px 18px;\n  border-radius: 30px;\n  margin-bottom: 16px;\n  box-shadow: 0 4px 15px rgba(255,107,26,0.3);\n  animation: bbqBadgeBounce 0.8s 0.2s both;\n  position: relative;\n  overflow: hidden;\n}\n\n.bbq-badge-premium::after {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: -100%;\n  width: 100%;\n  height: 100%;\n  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);\n  animation: bbqShimmer 2.5s infinite;\n}\n\n.bbq-flame-icon {\n  display: inline-block;\n  font-size: 32px;\n  animation: bbqFlameFlicker 2s ease-in-out infinite;\n  margin-right: 4px;\n  filter: drop-shadow(0 0 8px rgba(255,107,26,0.5));\n}\n\n.bbq-title-premium {\n  font-family: 'Playfair Display', serif;\n  font-size: clamp(26px, 5.5vw, 42px);\n  font-weight: 900;\n  color: #111;\n  margin: 0 0 6px;\n  line-height: 1.1;\n  letter-spacing: -0.02em;\n  animation: bbqTextReveal 1s 0.3s both;\n}\n\n.bbq-subtitle-premium {\n  font-family: 'Montserrat', sans-serif;\n  font-size: clamp(14px, 3vw, 20px);\n  font-weight: 300;\n  color: #666;\n  margin: 0;\n  letter-spacing: 0.5px;\n  animation: bbqFadeUp 0.8s 0.5s both;\n}\n\n\/* ============ BADGE 3 EN 1 ============ *\/\n.bbq-triple-badge {\n  display: flex;\n  justify-content: center;\n  gap: 12px;\n  margin: 20px 0;\n  flex-wrap: wrap;\n  animation: bbqFadeUp 0.8s 0.6s both;\n}\n\n.bbq-function-badge {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  gap: 6px;\n  background: #fff;\n  border: 2px solid #eee;\n  border-radius: 16px;\n  padding: 14px 18px;\n  min-width: 100px;\n  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);\n  position: relative;\n  overflow: hidden;\n}\n\n.bbq-function-badge::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background: linear-gradient(135deg, transparent, rgba(255,107,26,0.05));\n  opacity: 0;\n  transition: opacity 0.3s;\n}\n\n.bbq-function-badge:hover {\n  border-color: #ff6b1a;\n  transform: translateY(-5px) scale(1.05);\n  box-shadow: 0 12px 30px rgba(255,107,26,0.15);\n}\n\n.bbq-function-badge:hover::before {\n  opacity: 1;\n}\n\n.bbq-function-icon {\n  font-size: 28px;\n  animation: bbqFloat 3s ease-in-out infinite;\n}\n\n.bbq-function-badge:nth-child(2) .bbq-function-icon {\n  animation-delay: 0.5s;\n}\n\n.bbq-function-badge:nth-child(3) .bbq-function-icon {\n  animation-delay: 1s;\n}\n\n.bbq-function-label {\n  font-family: 'Montserrat', sans-serif;\n  font-size: 12px;\n  font-weight: 700;\n  color: #333;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n}\n\n.bbq-function-desc {\n  font-size: 10px;\n  color: #888;\n  font-weight: 500;\n}\n\n\/* ============ INTRO PREMIUM ============ *\/\n.bbq-intro-premium {\n  background: linear-gradient(145deg, #fafafa, #f5f5f5);\n  border-radius: 16px;\n  border: 1.5px solid #e8e8e8;\n  padding: 22px 26px;\n  margin-bottom: 20px;\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n  animation: bbqFadeScale 0.8s 0.7s both;\n}\n\n.bbq-intro-premium::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: 0;\n  right: 0;\n  height: 3px;\n  background: linear-gradient(90deg, #ff6b1a, #ff8c42, #ff6b1a);\n  background-size: 200% auto;\n  animation: bbqShimmer 3s linear infinite;\n}\n\n.bbq-intro-text {\n  margin: 0;\n  font-family: 'Inter', sans-serif;\n  font-size: clamp(13px, 2.4vw, 16px);\n  color: #444;\n  line-height: 1.8;\n  font-weight: 400;\n}\n\n.bbq-intro-text strong {\n  color: #111;\n  font-weight: 600;\n}\n\n\/* ============ CARTE FONCTIONS 3 EN 1 ============ *\/\n.bbq-features-card {\n  background: linear-gradient(145deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);\n  border-radius: 20px;\n  padding: 28px 24px;\n  margin-bottom: 20px;\n  position: relative;\n  overflow: hidden;\n  animation: bbqGlowPulse 4s ease-in-out infinite, bbqFadeUp 0.8s 0.9s both;\n}\n\n.bbq-features-card::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,107,26,0.08) 0%, transparent 60%);\n  animation: bbqHeatWave 6s ease-in-out infinite;\n}\n\n.bbq-features-title {\n  font-family: 'Playfair Display', serif;\n  font-size: clamp(18px, 3.5vw, 24px);\n  font-weight: 700;\n  color: #f5f5f5;\n  margin: 0 0 20px;\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  position: relative;\n  z-index: 2;\n}\n\n.bbq-features-list {\n  list-style: none;\n  margin: 0;\n  padding: 0;\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n  position: relative;\n  z-index: 2;\n}\n\n.bbq-feature-item {\n  opacity: 0;\n  animation: bbqSlideRight 0.6s ease forwards;\n}\n\n.bbq-feature-item:nth-child(1) { animation-delay: 1.0s; }\n.bbq-feature-item:nth-child(2) { animation-delay: 1.15s; }\n.bbq-feature-item:nth-child(3) { animation-delay: 1.3s; }\n.bbq-feature-item:nth-child(4) { animation-delay: 1.45s; }\n.bbq-feature-item:nth-child(5) { animation-delay: 1.6s; }\n\n.bbq-feature-inner {\n  display: flex;\n  align-items: flex-start;\n  gap: 14px;\n  background: rgba(255,255,255,0.06);\n  border-left: 3px solid #ff6b1a;\n  border-radius: 0 12px 12px 0;\n  padding: 14px 16px;\n  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n  position: relative;\n  overflow: hidden;\n}\n\n.bbq-feature-inner::after {\n  content: '';\n  position: absolute;\n  left: 0;\n  top: 0;\n  width: 0;\n  height: 100%;\n  background: linear-gradient(90deg, rgba(255,107,26,0.15), transparent);\n  transition: width 0.4s ease;\n}\n\n.bbq-feature-inner:hover {\n  background: rgba(255,255,255,0.1);\n  transform: translateX(8px);\n  border-left-width: 5px;\n}\n\n.bbq-feature-inner:hover::after {\n  width: 100%;\n}\n\n.bbq-feature-icon-wrap {\n  width: 44px;\n  height: 44px;\n  border-radius: 12px;\n  background: linear-gradient(135deg, rgba(255,107,26,0.2), rgba(255,140,66,0.1));\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n  font-size: 22px;\n  position: relative;\n}\n\n.bbq-feature-icon-wrap::after {\n  content: '';\n  position: absolute;\n  inset: -4px;\n  border-radius: 16px;\n  border: 1.5px solid rgba(255,107,26,0.3);\n  animation: bbqRingExpand 2s ease-out infinite;\n}\n\n.bbq-feature-text strong {\n  font-family: 'Montserrat', sans-serif;\n  font-size: 13px;\n  font-weight: 700;\n  color: #ff8c42;\n  display: block;\n  margin-bottom: 3px;\n  text-transform: uppercase;\n  letter-spacing: 0.8px;\n}\n\n.bbq-feature-text span {\n  font-family: 'Inter', sans-serif;\n  font-size: 13px;\n  color: #bbb;\n  line-height: 1.5;\n}\n\n\/* ============ BARRE RESULTAT ============ *\/\n.bbq-result-premium {\n  display: flex;\n  align-items: center;\n  gap: 16px;\n  background: linear-gradient(90deg, #fff5ee 0%, #fff9f5 50%, #fff5ee 100%);\n  background-size: 200% auto;\n  border-radius: 16px;\n  border: 2px solid #ffd0b0;\n  padding: 18px 22px;\n  margin-bottom: 20px;\n  position: relative;\n  overflow: hidden;\n  animation: bbqFadeUp 0.8s 1.8s both;\n}\n\n.bbq-result-premium::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 4px;\n  height: 100%;\n  background: linear-gradient(180deg, #ff6b1a, #ff8c42);\n}\n\n.bbq-result-icon {\n  font-size: 36px;\n  line-height: 1;\n  flex-shrink: 0;\n  animation: bbqFloat 4s ease-in-out infinite;\n  filter: drop-shadow(0 4px 8px rgba(255,107,26,0.3));\n}\n\n.bbq-result-text {\n  margin: 0;\n  font-family: 'Inter', sans-serif;\n  font-size: clamp(13px, 2.4vw, 15px);\n  color: #333;\n  line-height: 1.7;\n  font-weight: 400;\n}\n\n.bbq-result-text strong {\n  color: #c94e00;\n  font-weight: 700;\n}\n\n\/* ============ CTA PREMIUM ============ *\/\n.bbq-cta-premium {\n  background: linear-gradient(145deg, #111 0%, #1a1a1a 100%);\n  border-radius: 20px;\n  padding: 28px 24px;\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n  animation: bbqFadeUp 0.8s 2s both;\n}\n\n.bbq-cta-premium::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: -100%;\n  width: 100%;\n  height: 100%;\n  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.03), transparent);\n  animation: bbqShimmer 4s infinite;\n}\n\n.bbq-cta-title {\n  margin: 0 0 8px;\n  font-family: 'Playfair Display', serif;\n  font-size: clamp(16px, 3.5vw, 22px);\n  font-weight: 700;\n  color: #f0f0f0;\n  line-height: 1.4;\n  position: relative;\n  z-index: 2;\n}\n\n.bbq-cta-sub {\n  margin: 0;\n  font-family: 'Inter', sans-serif;\n  font-size: clamp(12px, 2vw, 14px);\n  color: #999;\n  line-height: 1.6;\n  position: relative;\n  z-index: 2;\n}\n\n.bbq-cta-btn {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  margin-top: 18px;\n  font-family: 'Montserrat', sans-serif;\n  font-size: 14px;\n  font-weight: 700;\n  color: #fff;\n  background: linear-gradient(135deg, #ff6b1a, #e85d0f);\n  padding: 14px 32px;\n  border-radius: 50px;\n  text-decoration: none;\n  position: relative;\n  overflow: hidden;\n  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);\n  box-shadow: 0 6px 20px rgba(255,107,26,0.3);\n  border: none;\n  cursor: pointer;\n  z-index: 2;\n}\n\n.bbq-cta-btn::after {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: -100%;\n  width: 100%;\n  height: 100%;\n  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);\n  transition: left 0.5s ease;\n}\n\n.bbq-cta-btn:hover {\n  transform: translateY(-4px) scale(1.05);\n  box-shadow: 0 12px 35px rgba(255,107,26,0.4);\n  text-decoration: none;\n  color: #fff;\n}\n\n.bbq-cta-btn:hover::after {\n  left: 100%;\n}\n\n.bbq-cta-btn:active {\n  transform: translateY(-1px) scale(0.98);\n}\n\n\/* ============ RESPONSIVE ============ *\/\n@media (max-width: 480px) {\n  .bbq-premium-wrap { padding: 16px 10px; }\n  .bbq-title-premium { font-size: 24px; }\n  .bbq-features-card { padding: 20px 16px; }\n  .bbq-feature-inner { padding: 12px 14px; }\n  .bbq-triple-badge { gap: 8px; }\n  .bbq-function-badge { min-width: 80px; padding: 12px 14px; }\n  .bbq-cta-btn { width: 100%; justify-content: center; }\n  .bbq-result-premium { flex-direction: column; text-align: center; }\n}\n\n@media (max-width: 360px) {\n  .bbq-title-premium { font-size: 22px; }\n  .bbq-function-badge { min-width: 70px; padding: 10px 12px; }\n  .bbq-function-icon { font-size: 24px; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"bbq-premium-wrap\"\u003e\n\u003c!-- HEADER PREMIUM --\u003e\n\u003cdiv class=\"bbq-hero-premium\"\u003e\n\u003cdiv class=\"bbq-badge-premium\"\u003e\n\u003cspan\u003e✓\u003c\/span\u003e Meilleur vendeur\u003c\/div\u003e\n\u003ch1 class=\"bbq-title-premium\"\u003e\n\u003cspan class=\"bbq-flame-icon\"\u003e🔥\u003c\/span\u003e Le Barbecue 3 en 1 Ultime\u003c\/h1\u003e\n\u003cp class=\"bbq-subtitle-premium\"\u003eGrill · Fumoir · Rôtissoire — Professionnel\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- BADGES 3 FONCTIONS --\u003e\n\u003cdiv class=\"bbq-triple-badge\"\u003e\n\u003cdiv class=\"bbq-function-badge\"\u003e\n\u003cspan class=\"bbq-function-icon\"\u003e🍖\u003c\/span\u003e \u003cspan class=\"bbq-function-label\"\u003eGrill\u003c\/span\u003e \u003cspan class=\"bbq-function-desc\"\u003eDirect\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bbq-function-badge\"\u003e\n\u003cspan class=\"bbq-function-icon\"\u003e🌡\u003c\/span\u003e \u003cspan class=\"bbq-function-label\"\u003eFumoir\u003c\/span\u003e \u003cspan class=\"bbq-function-desc\"\u003eLent\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bbq-function-badge\"\u003e\n\u003cspan class=\"bbq-function-icon\"\u003e🥩\u003c\/span\u003e \u003cspan class=\"bbq-function-label\"\u003eRôtissoire\u003c\/span\u003e \u003cspan class=\"bbq-function-desc\"\u003eTournebroche\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- INTRO PREMIUM --\u003e\n\u003cdiv class=\"bbq-intro-premium\"\u003e\n\u003cp class=\"bbq-intro-text\"\u003eTransformez chaque repas en véritable fête avec ce barbecue \u003cstrong\u003e3 en 1 polyvalent\u003c\/strong\u003e. Conçu pour offrir une \u003cstrong\u003ecuisson parfaite\u003c\/strong\u003e : grillade directe, fumage lent ou rôtissage au tournebroche. Jardin, terrasse ou plein air — il s'adapte à toutes vos envies.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FONCTIONS 3 EN 1 --\u003e\n\u003cdiv class=\"bbq-features-card\"\u003e\n\u003cp class=\"bbq-features-title\"\u003e\u003cspan\u003e✨\u003c\/span\u003e 3 modes pour des résultats professionnels\u003c\/p\u003e\n\u003cul class=\"bbq-features-list\"\u003e\n\u003cli class=\"bbq-feature-item\"\u003e\n\u003cdiv class=\"bbq-feature-inner\"\u003e\n\u003cdiv class=\"bbq-feature-icon-wrap\"\u003e🔥\u003c\/div\u003e\n\u003cdiv class=\"bbq-feature-text\"\u003e\n\u003cstrong\u003eMode Grill — Cuisson directe\u003c\/strong\u003e \u003cspan\u003eChaleur intense et uniforme pour des grillades juteuses, steaks parfaits et légumes caramélisés en quelques minutes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"bbq-feature-item\"\u003e\n\u003cdiv class=\"bbq-feature-inner\"\u003e\n\u003cdiv class=\"bbq-feature-icon-wrap\"\u003e🌡\u003c\/div\u003e\n\u003cdiv class=\"bbq-feature-text\"\u003e\n\u003cstrong\u003eMode Fumoir — Cuisson lente\u003c\/strong\u003e \u003cspan\u003eTempérature contrôlée entre 80°C et 120°C pour fumer viandes, poissons et fromages avec une saveur authentique\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"bbq-feature-item\"\u003e\n\u003cdiv class=\"bbq-feature-inner\"\u003e\n\u003cdiv class=\"bbq-feature-icon-wrap\"\u003e🥩\u003c\/div\u003e\n\u003cdiv class=\"bbq-feature-text\"\u003e\n\u003cstrong\u003eMode Rôtissoire — Tournebroche\u003c\/strong\u003e \u003cspan\u003eMoteur silencieux inclus pour des rôtis dorés et croustillants, poulet entier ou gigot sans effort\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"bbq-feature-item\"\u003e\n\u003cdiv class=\"bbq-feature-inner\"\u003e\n\u003cdiv class=\"bbq-feature-icon-wrap\"\u003e🌦\u003c\/div\u003e\n\u003cdiv class=\"bbq-feature-text\"\u003e\n\u003cstrong\u003eAération optimisée\u003c\/strong\u003e \u003cspan\u003eVentilateurs latéraux et cheminée réglable pour un contrôle précis de la température dans chaque mode\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"bbq-feature-item\"\u003e\n\u003cdiv class=\"bbq-feature-inner\"\u003e\n\u003cdiv class=\"bbq-feature-icon-wrap\"\u003e🔧\u003c\/div\u003e\n\u003cdiv class=\"bbq-feature-text\"\u003e\n\u003cstrong\u003eConstruction robuste\u003c\/strong\u003e \u003cspan\u003eAcier épais thermolaqué, grilles en fonte émaillée et chariot avec roues verrouillables pour stabilité maximale\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- RÉSULTAT --\u003e\n\u003cdiv class=\"bbq-result-premium\"\u003e\n\u003cspan class=\"bbq-result-icon\"\u003e💥\u003c\/span\u003e\n\u003cp class=\"bbq-result-text\"\u003e\u003cstrong\u003eRésultat ?\u003c\/strong\u003e Des viandes tendres et juteuses, des légumes grillés à la perfection et une \u003cstrong\u003eambiance conviviale\u003c\/strong\u003e à chaque utilisation. Que vous soyez débutant ou expert, obtenez des résultats de restaurant chez vous.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- CTA PREMIUM --\u003e\n\u003cdiv class=\"bbq-cta-premium\"\u003e\n\u003cp class=\"bbq-cta-title\"\u003e🎯 Le choix des passionnés de barbecue\u003c\/p\u003e\n\u003cp class=\"bbq-cta-sub\"\u003e3 fonctions professionnelles dans un seul appareil élégant et robuste\u003c\/p\u003e\n\u003ca class=\"bbq-cta-btn\" href=\"#\"\u003e \u003cspan\u003e🔥\u003c\/span\u003e  \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Samasite.sn","offers":[{"title":"Default Title","offer_id":43290899021914,"sku":null,"price":34900.0,"currency_code":"XOF","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0661\/1615\/7530\/files\/4_349d85cb-2190-4e6d-8d18-a280da2652dd.png?v=1777488066","url":"https:\/\/samasite.myshopify.com\/products\/barbecue-complet-3-en-1-grand-modele-familial","provider":"Samasite.sn","version":"1.0","type":"link"}