{"product_id":"barbecue-brasero-2-en-1-portable-grande-capacite","title":"Barbecue Brasero 2-en-1 – Portable \u0026 Grande Capacité","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n\/* ============ ANIMATIONS WOW PREMIUM ============ *\/\n@keyframes bbqFadeUp {\n  from { opacity: 0; transform: translateY(50px); }\n  to   { opacity: 1; transform: translateY(0); }\n}\n@keyframes bbqFadeScale {\n  from { opacity: 0; transform: scale(0.85) translateY(30px); }\n  to   { opacity: 1; transform: scale(1) translateY(0); }\n}\n@keyframes bbqFloat {\n  0%, 100% { transform: translateY(0) rotate(0deg); }\n  50%      { transform: translateY(-10px) rotate(1deg); }\n}\n@keyframes bbqFloatSlow {\n  0%, 100% { transform: translateY(0); }\n  50%      { transform: translateY(-6px); }\n}\n@keyframes bbqShimmer {\n  0%   { background-position: -300% center; }\n  100% { background-position: 300% center; }\n}\n@keyframes bbqRingPulse {\n  0%   { transform: scale(1); opacity: 0.5; }\n  100% { transform: scale(1.8); opacity: 0; }\n}\n@keyframes bbqSlideRight {\n  from { opacity: 0; transform: translateX(-40px); }\n  to   { opacity: 1; transform: translateX(0); }\n}\n@keyframes bbqSlideLeft {\n  from { opacity: 0; transform: translateX(40px); }\n  to   { opacity: 1; transform: translateX(0); }\n}\n@keyframes bbqBadgePop {\n  0%   { transform: scale(0) rotate(-15deg); opacity: 0; }\n  60%  { transform: scale(1.2) rotate(5deg); opacity: 1; }\n  80%  { transform: scale(0.95) rotate(-2deg); }\n  100% { transform: scale(1) rotate(0); opacity: 1; }\n}\n@keyframes bbqHeatHaze {\n  0%, 100% { transform: translateY(0) scaleY(1); opacity: 0.2; }\n  50%      { transform: translateY(-20px) scaleY(1.4); opacity: 0.4; }\n}\n@keyframes bbqGlow {\n  0%, 100% { box-shadow: 0 0 30px rgba(143, 168, 143, 0.15); }\n  50%      { box-shadow: 0 0 60px rgba(143, 168, 143, 0.3); }\n}\n@keyframes bbqTextReveal {\n  from { clip-path: inset(0 100% 0 0); }\n  to   { clip-path: inset(0 0 0 0); }\n}\n@keyframes bbqBreathe {\n  0%, 100% { transform: scale(1); }\n  50%      { transform: scale(1.03); }\n}\n@keyframes bbqSmoke {\n  0%   { transform: translateY(0) scale(1); opacity: 0.6; }\n  100% { transform: translateY(-60px) scale(1.5); opacity: 0; }\n}\n@keyframes bbqCounter {\n  from { width: 0; }\n  to   { width: 100%; }\n}\n@keyframes bbqRotate {\n  from { transform: rotate(0deg); }\n  to   { transform: rotate(360deg); }\n}\n@keyframes bbqParallax {\n  0%   { transform: translateY(0); }\n  100% { transform: translateY(-20px); }\n}\n\n\/* ============ CONTENEUR PRINCIPAL ============ *\/\n.bbq-sage-wrap {\n  font-family: 'Montserrat', 'Inter', sans-serif;\n  max-width: 1100px;\n  margin: 0 auto;\n  padding: 0;\n  box-sizing: border-box;\n  position: relative;\n  background: linear-gradient(180deg, #f8faf8 0%, #ffffff 50%, #f8faf8 100%);\n}\n\n\/* ============ LAYOUT STICKY ============ *\/\n.bbq-sticky-layout {\n  display: flex;\n  gap: 0;\n  min-height: 100vh;\n}\n\n\/* ============ COLONNE IMAGE STICKY ============ *\/\n.bbq-image-col {\n  width: 50%;\n  position: relative;\n  background: linear-gradient(180deg, #e8ede8 0%, #d4ddd4 100%);\n  overflow: hidden;\n}\n\n.bbq-image-sticky {\n  position: sticky;\n  top: 0;\n  height: 100vh;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  padding: 40px;\n}\n\n.bbq-image-frame {\n  position: relative;\n  width: 100%;\n  max-width: 480px;\n  animation: bbqBreathe 6s ease-in-out infinite;\n}\n\n.bbq-product-img {\n  width: 100%;\n  height: auto;\n  border-radius: 24px;\n  box-shadow: \n    0 30px 60px rgba(0,0,0,0.15),\n    0 10px 20px rgba(0,0,0,0.1);\n  transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);\n  position: relative;\n  z-index: 2;\n}\n\n.bbq-image-frame:hover .bbq-product-img {\n  transform: translateY(-12px) scale(1.02);\n  box-shadow: \n    0 40px 80px rgba(0,0,0,0.2),\n    0 15px 30px rgba(0,0,0,0.15);\n}\n\n\/* Anneaux pulsants *\/\n.bbq-img-ring {\n  position: absolute;\n  inset: -20px;\n  border-radius: 32px;\n  border: 2px solid rgba(143, 168, 143, 0.3);\n  animation: bbqRingPulse 3s ease-out infinite;\n  z-index: 1;\n}\n\n.bbq-img-ring:nth-child(2) {\n  animation-delay: 1s;\n  border-color: rgba(143, 168, 143, 0.15);\n}\n\n.bbq-img-ring:nth-child(3) {\n  animation-delay: 2s;\n  border-color: rgba(143, 168, 143, 0.08);\n}\n\n\/* Particules flottantes *\/\n.bbq-particles {\n  position: absolute;\n  inset: 0;\n  pointer-events: none;\n  z-index: 3;\n}\n\n.bbq-particle {\n  position: absolute;\n  width: 6px;\n  height: 6px;\n  background: rgba(143, 168, 143, 0.4);\n  border-radius: 50%;\n  animation: bbqSmoke 4s ease-out infinite;\n}\n\n.bbq-particle:nth-child(1) { left: 20%; top: 30%; animation-delay: 0s; }\n.bbq-particle:nth-child(2) { left: 50%; top: 20%; animation-delay: 1s; }\n.bbq-particle:nth-child(3) { left: 70%; top: 40%; animation-delay: 2s; }\n.bbq-particle:nth-child(4) { left: 30%; top: 60%; animation-delay: 0.5s; }\n.bbq-particle:nth-child(5) { left: 80%; top: 25%; animation-delay: 1.5s; }\n\n\/* Badge flottant sur image *\/\n.bbq-img-badge {\n  position: absolute;\n  top: -10px;\n  right: -10px;\n  background: linear-gradient(135deg, #5a7a5a, #4a6a4a);\n  color: #fff;\n  font-family: 'Montserrat', sans-serif;\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  padding: 10px 20px;\n  border-radius: 30px;\n  box-shadow: 0 8px 25px rgba(90, 122, 90, 0.4);\n  animation: bbqBadgePop 0.8s 0.5s both, bbqFloatSlow 4s ease-in-out infinite;\n  z-index: 4;\n}\n\n\/* ============ COLONNE CONTENU ============ *\/\n.bbq-content-col {\n  width: 50%;\n  padding: 60px 50px;\n  position: relative;\n}\n\n\/* ============ HEADER ============ *\/\n.bbq-hero-sage {\n  margin-bottom: 36px;\n  animation: bbqFadeUp 0.8s ease both;\n}\n\n.bbq-eyebrow-sage {\n  font-family: 'Montserrat', sans-serif;\n  font-size: 12px;\n  font-weight: 600;\n  letter-spacing: 3px;\n  text-transform: uppercase;\n  color: #8fa88f;\n  margin: 0 0 12px;\n  display: flex;\n  align-items: center;\n  gap: 10px;\n}\n\n.bbq-eyebrow-sage::before {\n  content: '';\n  width: 30px;\n  height: 2px;\n  background: linear-gradient(90deg, #8fa88f, transparent);\n}\n\n.bbq-title-sage {\n  font-family: 'Playfair Display', serif;\n  font-size: clamp(32px, 4vw, 48px);\n  font-weight: 900;\n  color: #1a1a1a;\n  margin: 0 0 10px;\n  line-height: 1.1;\n  letter-spacing: -0.02em;\n  animation: bbqTextReveal 1.2s 0.2s both;\n}\n\n.bbq-subtitle-sage {\n  font-family: 'Montserrat', sans-serif;\n  font-size: clamp(15px, 2vw, 20px);\n  font-weight: 300;\n  color: #777;\n  margin: 0;\n  letter-spacing: 0.5px;\n}\n\n\/* ============ BADGES 3 EN 1 ============ *\/\n.bbq-triple-sage {\n  display: flex;\n  gap: 12px;\n  margin: 28px 0;\n  flex-wrap: wrap;\n  animation: bbqFadeUp 0.8s 0.4s both;\n}\n\n.bbq-func-sage {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  gap: 8px;\n  background: #fff;\n  border: 2px solid #e8ede8;\n  border-radius: 20px;\n  padding: 20px 24px;\n  min-width: 110px;\n  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);\n  position: relative;\n  overflow: hidden;\n  box-shadow: 0 4px 15px rgba(0,0,0,0.03);\n}\n\n.bbq-func-sage::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background: linear-gradient(135deg, transparent, rgba(143, 168, 143, 0.05));\n  opacity: 0;\n  transition: opacity 0.3s;\n}\n\n.bbq-func-sage:hover {\n  border-color: #8fa88f;\n  transform: translateY(-8px) scale(1.08);\n  box-shadow: 0 20px 50px rgba(143, 168, 143, 0.2);\n}\n\n.bbq-func-sage:hover::before {\n  opacity: 1;\n}\n\n.bbq-func-icon {\n  font-size: 32px;\n  animation: bbqFloat 3s ease-in-out infinite;\n  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));\n}\n\n.bbq-func-sage:nth-child(2) .bbq-func-icon {\n  animation-delay: 0.6s;\n}\n\n.bbq-func-sage:nth-child(3) .bbq-func-icon {\n  animation-delay: 1.2s;\n}\n\n.bbq-func-label {\n  font-family: 'Montserrat', sans-serif;\n  font-size: 13px;\n  font-weight: 700;\n  color: #333;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n}\n\n.bbq-func-desc {\n  font-size: 11px;\n  color: #aaa;\n  font-weight: 500;\n}\n\n\/* ============ INTRO ============ *\/\n.bbq-intro-sage {\n  background: linear-gradient(145deg, #f4f7f4, #eef2ee);\n  border-radius: 24px;\n  border: 1.5px solid #e0e8e0;\n  padding: 30px 34px;\n  margin-bottom: 28px;\n  position: relative;\n  overflow: hidden;\n  animation: bbqFadeScale 0.8s 0.6s both;\n}\n\n.bbq-intro-sage::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: 0;\n  right: 0;\n  height: 3px;\n  background: linear-gradient(90deg, #8fa88f, #a8c4a8, #8fa88f);\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(14px, 1.8vw, 16px);\n  color: #555;\n  line-height: 1.8;\n  font-weight: 400;\n}\n\n.bbq-intro-text strong {\n  color: #1a1a1a;\n  font-weight: 600;\n}\n\n\/* ============ FONCTIONS CARD ============ *\/\n.bbq-features-sage {\n  background: linear-gradient(145deg, #2a3a2a 0%, #1a2a1a 50%, #2a3a2a 100%);\n  border-radius: 28px;\n  padding: 36px 32px;\n  margin-bottom: 28px;\n  position: relative;\n  overflow: hidden;\n  animation: bbqGlow 5s ease-in-out infinite, bbqFadeUp 0.8s 0.8s both;\n}\n\n.bbq-features-sage::before {\n  content: '';\n  position: absolute;\n  top: -50%;\n  left: -50%;\n  width: 200%;\n  height: 200%;\n  background: radial-gradient(circle, rgba(143, 168, 143, 0.06) 0%, transparent 60%);\n  animation: bbqHeatHaze 10s ease-in-out infinite;\n}\n\n.bbq-features-title {\n  font-family: 'Playfair Display', serif;\n  font-size: clamp(20px, 2.5vw, 26px);\n  font-weight: 700;\n  color: #e8f0e8;\n  margin: 0 0 28px;\n  display: flex;\n  align-items: center;\n  gap: 12px;\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: 14px;\n  position: relative;\n  z-index: 2;\n}\n\n.bbq-feature-item {\n  opacity: 0;\n  animation: bbqSlideRight 0.7s ease forwards;\n}\n\n.bbq-feature-item:nth-child(1) { animation-delay: 0.9s; }\n.bbq-feature-item:nth-child(2) { animation-delay: 1.05s; }\n.bbq-feature-item:nth-child(3) { animation-delay: 1.2s; }\n.bbq-feature-item:nth-child(4) { animation-delay: 1.35s; }\n.bbq-feature-item:nth-child(5) { animation-delay: 1.5s; }\n\n.bbq-feature-inner {\n  display: flex;\n  align-items: flex-start;\n  gap: 16px;\n  background: rgba(255,255,255,0.06);\n  border-left: 3px solid #8fa88f;\n  border-radius: 0 16px 16px 0;\n  padding: 18px 20px;\n  transition: all 0.4s 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(143, 168, 143, 0.12), transparent);\n  transition: width 0.5s ease;\n}\n\n.bbq-feature-inner:hover {\n  background: rgba(255,255,255,0.1);\n  transform: translateX(12px);\n  border-left-width: 5px;\n}\n\n.bbq-feature-inner:hover::after {\n  width: 100%;\n}\n\n.bbq-feature-icon {\n  width: 50px;\n  height: 50px;\n  border-radius: 16px;\n  background: linear-gradient(135deg, rgba(143, 168, 143, 0.25), rgba(143, 168, 143, 0.1));\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n  font-size: 26px;\n  position: relative;\n}\n\n.bbq-feature-icon::after {\n  content: '';\n  position: absolute;\n  inset: -4px;\n  border-radius: 20px;\n  border: 1.5px solid rgba(143, 168, 143, 0.3);\n  animation: bbqRingPulse 2.5s 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: #c8dcc8;\n  display: block;\n  margin-bottom: 4px;\n  text-transform: uppercase;\n  letter-spacing: 1.2px;\n}\n\n.bbq-feature-text span {\n  font-family: 'Inter', sans-serif;\n  font-size: 13px;\n  color: #a8b8a8;\n  line-height: 1.6;\n}\n\n\/* ============ RESULTAT ============ *\/\n.bbq-result-sage {\n  display: flex;\n  align-items: center;\n  gap: 20px;\n  background: linear-gradient(90deg, #f0f4f0 0%, #f8faf8 50%, #f0f4f0 100%);\n  border-radius: 24px;\n  border: 2px solid #d8e0d8;\n  padding: 26px 30px;\n  margin-bottom: 28px;\n  position: relative;\n  overflow: hidden;\n  animation: bbqFadeUp 0.8s 1.8s both;\n}\n\n.bbq-result-sage::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 4px;\n  height: 100%;\n  background: linear-gradient(180deg, #8fa88f, #a8c4a8);\n}\n\n.bbq-result-icon {\n  font-size: 44px;\n  line-height: 1;\n  flex-shrink: 0;\n  animation: bbqFloat 5s ease-in-out infinite;\n  filter: drop-shadow(0 4px 12px rgba(143, 168, 143, 0.3));\n}\n\n.bbq-result-text {\n  margin: 0;\n  font-family: 'Inter', sans-serif;\n  font-size: clamp(14px, 1.8vw, 15px);\n  color: #444;\n  line-height: 1.7;\n  font-weight: 400;\n}\n\n.bbq-result-text strong {\n  color: #1a1a1a;\n  font-weight: 700;\n}\n\n\/* ============ CTA PREMIUM ============ *\/\n.bbq-cta-sage {\n  background: linear-gradient(145deg, #1a2a1a 0%, #2a3a2a 100%);\n  border-radius: 28px;\n  padding: 36px 32px;\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n  animation: bbqFadeUp 0.8s 2s both;\n}\n\n.bbq-cta-sage::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.04), transparent);\n  animation: bbqShimmer 5s infinite;\n}\n\n.bbq-cta-title {\n  margin: 0 0 10px;\n  font-family: 'Playfair Display', serif;\n  font-size: clamp(20px, 2.5vw, 26px);\n  font-weight: 700;\n  color: #e8f0e8;\n  line-height: 1.4;\n  position: relative;\n  z-index: 2;\n}\n\n.bbq-cta-sub {\n  margin: 0 0 24px;\n  font-family: 'Inter', sans-serif;\n  font-size: clamp(13px, 1.5vw, 15px);\n  color: #a8b8a8;\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: 12px;\n  font-family: 'Montserrat', sans-serif;\n  font-size: 15px;\n  font-weight: 700;\n  color: #1a2a1a;\n  background: linear-gradient(135deg, #e8f0e8, #d4e0d4);\n  padding: 18px 40px;\n  border-radius: 50px;\n  text-decoration: none;\n  position: relative;\n  overflow: hidden;\n  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);\n  box-shadow: 0 8px 30px rgba(143, 168, 143, 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.3), transparent);\n  transition: left 0.6s ease;\n}\n\n.bbq-cta-btn:hover {\n  transform: translateY(-5px) scale(1.06);\n  box-shadow: 0 15px 45px rgba(143, 168, 143, 0.4);\n  text-decoration: none;\n  color: #1a2a1a;\n}\n\n.bbq-cta-btn:hover::after {\n  left: 100%;\n}\n\n.bbq-cta-btn:active {\n  transform: translateY(-2px) scale(0.98);\n}\n\n\/* ============ RESPONSIVE ============ *\/\n@media (max-width: 900px) {\n  .bbq-sticky-layout {\n    flex-direction: column;\n  }\n  .bbq-image-col {\n    width: 100%;\n    height: auto;\n    min-height: 50vh;\n  }\n  .bbq-image-sticky {\n    position: relative;\n    height: auto;\n    min-height: 50vh;\n    padding: 30px;\n  }\n  .bbq-content-col {\n    width: 100%;\n    padding: 40px 30px;\n  }\n  .bbq-title-sage {\n    font-size: 28px;\n  }\n}\n\n@media (max-width: 480px) {\n  .bbq-image-sticky {\n    min-height: 40vh;\n    padding: 20px;\n  }\n  .bbq-content-col {\n    padding: 30px 20px;\n  }\n  .bbq-title-sage {\n    font-size: 24px;\n  }\n  .bbq-triple-sage {\n    gap: 8px;\n  }\n  .bbq-func-sage {\n    min-width: 80px;\n    padding: 14px 16px;\n  }\n  .bbq-func-icon {\n    font-size: 24px;\n  }\n  .bbq-cta-btn {\n    width: 100%;\n    justify-content: center;\n    padding: 16px 24px;\n  }\n  .bbq-result-sage {\n    flex-direction: column;\n    text-align: center;\n  }\n  .bbq-features-sage {\n    padding: 24px 20px;\n  }\n  .bbq-feature-inner {\n    padding: 14px 16px;\n  }\n}\n\n@media (max-width: 360px) {\n  .bbq-title-sage {\n    font-size: 22px;\n  }\n  .bbq-func-sage {\n    min-width: 70px;\n    padding: 12px 14px;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"bbq-sage-wrap\"\u003e\n\u003cdiv class=\"bbq-sticky-layout\"\u003e\n\u003c!-- COLONNE IMAGE STICKY --\u003e\n\u003cdiv class=\"bbq-image-col\"\u003e\n\u003cdiv class=\"bbq-image-sticky\"\u003e\n\u003cdiv class=\"bbq-image-frame\"\u003e\n\u003cdiv class=\"bbq-img-ring\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"bbq-img-ring\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"bbq-img-ring\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"bbq-particles\"\u003e\n\u003cdiv class=\"bbq-particle\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"bbq-particle\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"bbq-particle\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"bbq-particle\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"bbq-particle\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bbq-img-badge\"\u003e3 en 1\u003c\/div\u003e\n\u003cimg class=\"bbq-product-img\" alt=\"Barbecue 3 en 1 Vert Scandinave Design Moderne\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0661\/1615\/7530\/files\/2_3cd26423-f379-448d-85ca-bbbcdf1cec7d.png?v=1777566670\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- COLONNE CONTENU --\u003e\n\u003cdiv class=\"bbq-content-col\"\u003e\n\u003c!-- HEADER --\u003e\n\u003cdiv class=\"bbq-hero-sage\"\u003e\n\u003cp class=\"bbq-eyebrow-sage\"\u003eCollection Outdoor\u003c\/p\u003e\n\u003ch1 class=\"bbq-title-sage\"\u003eBarbecue 3 en 1 Vert\u003c\/h1\u003e\n\u003cp class=\"bbq-subtitle-sage\"\u003eGrill · Plancha · Fumoir — Design Scandinave\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- BADGES 3 FONCTIONS --\u003e\n\u003cdiv class=\"bbq-triple-sage\"\u003e\n\u003cdiv class=\"bbq-func-sage\"\u003e\n\u003cspan class=\"bbq-func-icon\"\u003e🍖\u003c\/span\u003e \u003cspan class=\"bbq-func-label\"\u003eGrill\u003c\/span\u003e \u003cspan class=\"bbq-func-desc\"\u003eCharbon\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bbq-func-sage\"\u003e\n\u003cspan class=\"bbq-func-icon\"\u003e🥣\u003c\/span\u003e \u003cspan class=\"bbq-func-label\"\u003ePlancha\u003c\/span\u003e \u003cspan class=\"bbq-func-desc\"\u003eInox\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bbq-func-sage\"\u003e\n\u003cspan class=\"bbq-func-icon\"\u003e🌡\u003c\/span\u003e \u003cspan class=\"bbq-func-label\"\u003eFumoir\u003c\/span\u003e \u003cspan class=\"bbq-func-desc\"\u003eCouvercle\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- INTRO --\u003e\n\u003cdiv class=\"bbq-intro-sage\"\u003e\n\u003cp class=\"bbq-intro-text\"\u003eDecouvrez l'elegance du \u003cstrong\u003ebarbecue scandinave\u003c\/strong\u003e : un vert sauge epure qui sublime votre jardin tout en offrant \u003cstrong\u003e3 modes de cuisson professionnels\u003c\/strong\u003e. Grille traditionnelle, plancha lisse et fumoir integre pour des repas memorables en plein air.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FONCTIONS 3 EN 1 --\u003e\n\u003cdiv class=\"bbq-features-sage\"\u003e\n\u003cp class=\"bbq-features-title\"\u003e\u003cspan\u003e✨\u003c\/span\u003e 3 modes pour des chefs accomplis\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\"\u003e🔥\u003c\/div\u003e\n\u003cdiv class=\"bbq-feature-text\"\u003e\n\u003cstrong\u003eMode Grill — Grille traditionnelle\u003c\/strong\u003e \u003cspan\u003eGrille en acier inoxydable sur charbon de bois pour des grillades authentiques avec ces belles marques brunes\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\"\u003e🥣\u003c\/div\u003e\n\u003cdiv class=\"bbq-feature-text\"\u003e\n\u003cstrong\u003eMode Plancha — Surface lisse\u003c\/strong\u003e \u003cspan\u003ePlaque en fonte emaillee pour cuire sans graisse : poissons delicates, legumes, crepes et fruits de mer\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\"\u003e🌡\u003c\/div\u003e\n\u003cdiv class=\"bbq-feature-text\"\u003e\n\u003cstrong\u003eMode Fumoir — Cuisson lente\u003c\/strong\u003e \u003cspan\u003eCouvercle haut avec thermometre integre pour fumer viandes et poissons a basse temperature (80-120 degres)\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\"\u003e🛠\u003c\/div\u003e\n\u003cdiv class=\"bbq-feature-text\"\u003e\n\u003cstrong\u003eDesign scandinave premium\u003c\/strong\u003e \u003cspan\u003eAcier thermolaque vert sauge, pieds inclines elegants, tablettes laterales repliables et etagere inferieure\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\"\u003e🚚\u003c\/div\u003e\n\u003cdiv class=\"bbq-feature-text\"\u003e\n\u003cstrong\u003ePratique et mobile\u003c\/strong\u003e \u003cspan\u003eTablettes laterales pour preparation, etagere de rangement, pieds demontables pour transport facile\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!-- RESULTAT --\u003e\n\u003cdiv class=\"bbq-result-sage\"\u003e\n\u003cspan class=\"bbq-result-icon\"\u003e🍲\u003c\/span\u003e\n\u003cp class=\"bbq-result-text\"\u003e\u003cstrong\u003eResultat ?\u003c\/strong\u003e Des grillades parfaites, des legumes caramelises a la plancha et des viandes fumees tendres. \u003cstrong\u003eUn barbecue design\u003c\/strong\u003e qui devient le centre de vos moments conviviaux en plein air.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"bbq-cta-sage\"\u003e\n\u003cp class=\"bbq-cta-title\"\u003e🎯 L'art du barbecue en vert\u003c\/p\u003e\n\u003cp class=\"bbq-cta-sub\"\u003e3 fonctions, 1 design epure, des moments inoubliables\u003c\/p\u003e\n\u003ca class=\"bbq-cta-btn\" href=\"#\"\u003e \u003cspan\u003e★\u003c\/span\u003e Ajouter au panier \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Samasite.sn","offers":[{"title":"Default Title","offer_id":43294082793562,"sku":null,"price":35000.0,"currency_code":"XOF","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0661\/1615\/7530\/files\/4_77885e7d-e1f0-45ef-a670-a14ce62644c5.png?v=1777566670","url":"https:\/\/samasite.myshopify.com\/products\/barbecue-brasero-2-en-1-portable-grande-capacite","provider":"Samasite.sn","version":"1.0","type":"link"}