{"product_id":"deux-poufs","title":"Deux poufs","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n  .alma-pouf-page,\n  .alma-pouf-page *,\n  .alma-pouf-page *::before,\n  .alma-pouf-page *::after {\n    box-sizing: border-box;\n  }\n\n  .alma-pouf-page {\n    --alma-bg: #ffffff;\n    --alma-soft: #f6f3ee;\n    --alma-soft-dark: #ece5dc;\n    --alma-text: #171717;\n    --alma-muted: #6d6a66;\n    --alma-border: #ded8d0;\n    --alma-accent: #8a4438;\n    --alma-success: #315d47;\n    --alma-white: #ffffff;\n    --alma-radius: 16px;\n    --alma-shadow: 0 18px 46px rgba(24, 24, 24, 0.08);\n    --alma-width: 1180px;\n\n    position: relative;\n    width: 100%;\n    overflow: hidden;\n    background: var(--alma-bg);\n    color: var(--alma-text);\n    font-family:\n      Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\",\n      Roboto, Helvetica, Arial, sans-serif;\n    line-height: 1.5;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .alma-pouf-page img,\n  .alma-pouf-page video {\n    display: block;\n    width: 100%;\n    max-width: 100%;\n  }\n\n  .alma-pouf-page a {\n    color: inherit;\n    text-decoration: none;\n  }\n\n  .alma-pouf-container {\n    width: min(calc(100% - 32px), var(--alma-width));\n    margin-right: auto;\n    margin-left: auto;\n  }\n\n  .alma-pouf-narrow {\n    width: min(calc(100% - 32px), 760px);\n    margin-right: auto;\n    margin-left: auto;\n  }\n\n  .alma-pouf-section {\n    padding: 68px 0;\n  }\n\n  .alma-pouf-section--soft {\n    background: var(--alma-soft);\n  }\n\n  .alma-pouf-section--dark {\n    background: var(--alma-text);\n    color: var(--alma-white);\n  }\n\n  .alma-pouf-heading {\n    margin: 0 0 14px;\n    color: inherit;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(30px, 5vw, 48px);\n    font-weight: 600;\n    line-height: 1.06;\n    letter-spacing: -0.025em;\n  }\n\n  .alma-pouf-lead {\n    max-width: 760px;\n    margin: 0;\n    color: var(--alma-muted);\n    font-size: clamp(16px, 2vw, 19px);\n    line-height: 1.65;\n  }\n\n  .alma-pouf-section--dark .alma-pouf-lead {\n    color: rgba(255, 255, 255, 0.72);\n  }\n\n  .alma-pouf-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    margin-bottom: 16px;\n    padding: 7px 11px;\n    border-radius: 999px;\n    background: #f4e5e1;\n    color: var(--alma-accent);\n    font-size: 12px;\n    font-weight: 800;\n    line-height: 1;\n    letter-spacing: 0.09em;\n    text-transform: uppercase;\n  }\n\n  \/* MINI HEADER *\/\n\n  .alma-pouf-topbar {\n    display: flex;\n    min-height: 58px;\n    align-items: center;\n    justify-content: center;\n    border-bottom: 1px solid #eeeae4;\n    background: rgba(255, 255, 255, 0.97);\n  }\n\n  .alma-pouf-logo {\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 23px;\n    font-weight: 700;\n    letter-spacing: 0.24em;\n  }\n\n  \/* HERO *\/\n\n  .alma-pouf-hero {\n    padding: 26px 0 44px;\n  }\n\n  .alma-pouf-hero-grid {\n    display: grid;\n    grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);\n    gap: 48px;\n    align-items: center;\n  }\n\n  .alma-pouf-hero-media {\n    position: relative;\n    overflow: hidden;\n    border-radius: 20px;\n    background: var(--alma-soft);\n    box-shadow: var(--alma-shadow);\n  }\n\n  .alma-pouf-hero-media video {\n    aspect-ratio: 4 \/ 5;\n    object-fit: cover;\n  }\n\n  .alma-pouf-video-label {\n    position: absolute;\n    right: 14px;\n    bottom: 14px;\n    left: 14px;\n    padding: 10px 12px;\n    border: 1px solid rgba(0, 0, 0, 0.07);\n    border-radius: 11px;\n    background: rgba(255, 255, 255, 0.91);\n    color: #494949;\n    font-size: 12px;\n    line-height: 1.35;\n    text-align: center;\n    backdrop-filter: blur(10px);\n  }\n\n  .alma-pouf-hero-title {\n    margin: 0 0 17px;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(40px, 6vw, 64px);\n    font-weight: 600;\n    line-height: 0.99;\n    letter-spacing: -0.04em;\n  }\n\n  .alma-pouf-hero-intro {\n    max-width: 590px;\n    margin: 0 0 24px;\n    color: var(--alma-muted);\n    font-size: 18px;\n    line-height: 1.62;\n  }\n\n  .alma-pouf-price {\n    display: grid;\n    gap: 3px;\n    margin: 23px 0;\n  }\n\n  .alma-pouf-old-price {\n    color: #88847f;\n    font-size: 19px;\n    font-weight: 600;\n    text-decoration: line-through;\n  }\n\n  .alma-pouf-current-price {\n    font-size: clamp(38px, 6vw, 55px);\n    font-weight: 900;\n    line-height: 1;\n    letter-spacing: -0.045em;\n  }\n\n  .alma-pouf-current-price small {\n    font-size: 0.4em;\n    font-weight: 700;\n    letter-spacing: 0;\n  }\n\n  .alma-pouf-delivery {\n    margin-top: 9px;\n    color: var(--alma-muted);\n    font-size: 16px;\n  }\n\n  .alma-pouf-total {\n    margin-top: 3px;\n    font-size: 18px;\n    font-weight: 850;\n  }\n\n  .alma-pouf-checks {\n    display: grid;\n    gap: 10px;\n    margin: 24px 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .alma-pouf-checks li {\n    position: relative;\n    padding-left: 31px;\n    font-size: 15px;\n    font-weight: 700;\n  }\n\n  .alma-pouf-checks li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    display: grid;\n    width: 21px;\n    height: 21px;\n    place-items: center;\n    border-radius: 50%;\n    background: #e8f0eb;\n    color: var(--alma-success);\n    font-size: 13px;\n    font-weight: 900;\n  }\n\n  .alma-pouf-button {\n    display: inline-flex;\n    width: 100%;\n    min-height: 58px;\n    align-items: center;\n    justify-content: center;\n    padding: 14px 20px;\n    border: 0;\n    border-radius: 9px;\n    background: var(--alma-text);\n    box-shadow: 0 12px 27px rgba(23, 23, 23, 0.18);\n    color: var(--alma-white) !important;\n    font-size: 15px;\n    font-weight: 850;\n    line-height: 1.25;\n    text-align: center;\n    transition:\n      transform 0.18s ease,\n      box-shadow 0.18s ease;\n  }\n\n  .alma-pouf-button:hover {\n    transform: translateY(-1px);\n    box-shadow: 0 16px 34px rgba(23, 23, 23, 0.22);\n  }\n\n  .alma-pouf-button--light {\n    background: var(--alma-white);\n    color: var(--alma-text) !important;\n  }\n\n  .alma-pouf-button--inline {\n    width: auto;\n    min-width: 280px;\n  }\n\n  .alma-pouf-microcopy {\n    margin: 11px 0 0;\n    color: var(--alma-muted);\n    font-size: 13px;\n    text-align: center;\n  }\n\n  \/* TRUST BAR *\/\n\n  .alma-pouf-trustbar {\n    border-top: 1px solid var(--alma-border);\n    border-bottom: 1px solid var(--alma-border);\n    background: var(--alma-soft);\n  }\n\n  .alma-pouf-trust-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    padding: 20px 0;\n  }\n\n  .alma-pouf-trust-item {\n    display: flex;\n    min-height: 45px;\n    align-items: center;\n    justify-content: center;\n    gap: 10px;\n    padding: 0 15px;\n    border-right: 1px solid var(--alma-border);\n    font-size: 14px;\n    font-weight: 800;\n    text-align: center;\n  }\n\n  .alma-pouf-trust-item:last-child {\n    border-right: 0;\n  }\n\n  .alma-pouf-trust-icon {\n    display: grid;\n    width: 29px;\n    height: 29px;\n    flex: 0 0 auto;\n    place-items: center;\n    border: 1px solid var(--alma-border);\n    border-radius: 50%;\n    background: var(--alma-white);\n    color: var(--alma-success);\n    font-size: 13px;\n    font-weight: 900;\n  }\n\n  \/* BENEFIT CARDS *\/\n\n  .alma-pouf-grid-3 {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 20px;\n    margin-top: 35px;\n  }\n\n  .alma-pouf-card {\n    overflow: hidden;\n    border: 1px solid var(--alma-border);\n    border-radius: var(--alma-radius);\n    background: var(--alma-white);\n  }\n\n  .alma-pouf-card img {\n    aspect-ratio: 5 \/ 4;\n    object-fit: cover;\n  }\n\n  .alma-pouf-card-content {\n    padding: 20px;\n  }\n\n  .alma-pouf-card-title {\n    margin: 0 0 8px;\n    font-size: 20px;\n    font-weight: 850;\n    line-height: 1.18;\n  }\n\n  .alma-pouf-card-text {\n    margin: 0;\n    color: var(--alma-muted);\n    font-size: 15px;\n    line-height: 1.58;\n  }\n\n  \/* DETAILS *\/\n\n  .alma-pouf-detail-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n    margin-top: 35px;\n  }\n\n  .alma-pouf-detail {\n    position: relative;\n    overflow: hidden;\n    margin: 0;\n    border-radius: var(--alma-radius);\n    background: #ece6de;\n  }\n\n  .alma-pouf-detail img {\n    aspect-ratio: 4 \/ 3;\n    object-fit: cover;\n  }\n\n  .alma-pouf-detail figcaption {\n    position: absolute;\n    right: 12px;\n    bottom: 12px;\n    left: 12px;\n    padding: 10px 12px;\n    border-radius: 10px;\n    background: rgba(255, 255, 255, 0.92);\n    font-size: 14px;\n    font-weight: 850;\n    backdrop-filter: blur(10px);\n  }\n\n  \/* DIMENSIONS *\/\n\n  .alma-pouf-dimensions {\n    display: grid;\n    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);\n    gap: 42px;\n    align-items: center;\n  }\n\n  .alma-pouf-dimensions-image {\n    overflow: hidden;\n    border: 1px solid var(--alma-border);\n    border-radius: var(--alma-radius);\n    background: var(--alma-soft);\n  }\n\n  .alma-pouf-dimensions-image img {\n    aspect-ratio: 4 \/ 3;\n    object-fit: cover;\n  }\n\n  .alma-pouf-measures {\n    display: grid;\n    gap: 13px;\n    margin-top: 25px;\n  }\n\n  .alma-pouf-measure {\n    padding: 17px;\n    border: 1px solid var(--alma-border);\n    border-radius: 12px;\n    background: var(--alma-white);\n  }\n\n  .alma-pouf-measure strong {\n    display: block;\n    margin-bottom: 2px;\n    font-size: 18px;\n  }\n\n  .alma-pouf-measure span {\n    color: var(--alma-muted);\n    font-size: 15px;\n  }\n\n  \/* INCLUDED *\/\n\n  .alma-pouf-included {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);\n    gap: 42px;\n    align-items: center;\n  }\n\n  .alma-pouf-included-image {\n    overflow: hidden;\n    border: 1px solid var(--alma-border);\n    border-radius: var(--alma-radius);\n    background: var(--alma-white);\n  }\n\n  .alma-pouf-included-image img {\n    aspect-ratio: 4 \/ 5;\n    object-fit: cover;\n  }\n\n  .alma-pouf-included-list {\n    display: grid;\n    gap: 12px;\n    margin: 23px 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .alma-pouf-included-list li {\n    position: relative;\n    padding-left: 27px;\n    font-size: 16px;\n    font-weight: 750;\n  }\n\n  .alma-pouf-included-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    color: var(--alma-success);\n    font-weight: 900;\n  }\n\n  .alma-pouf-highlight {\n    padding: 15px 17px;\n    border-radius: 11px;\n    background: var(--alma-soft-dark);\n    font-size: 15px;\n    font-weight: 850;\n  }\n\n  \/* PRICE EXPLANATION *\/\n\n  .alma-pouf-reason {\n    padding: 31px;\n    border: 1px solid var(--alma-border);\n    border-radius: 18px;\n    background: var(--alma-white);\n    box-shadow: var(--alma-shadow);\n  }\n\n  .alma-pouf-reason-title {\n    margin: 0 0 11px;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 28px;\n    font-weight: 600;\n    line-height: 1.15;\n  }\n\n  .alma-pouf-reason-text {\n    margin: 0;\n    color: var(--alma-muted);\n    font-size: 17px;\n    line-height: 1.65;\n  }\n\n  \/* PACKAGING *\/\n\n  .alma-pouf-proof {\n    display: grid;\n    grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);\n    gap: 40px;\n    align-items: center;\n  }\n\n  .alma-pouf-proof-image {\n    overflow: hidden;\n    border-radius: var(--alma-radius);\n    background: var(--alma-soft);\n  }\n\n  .alma-pouf-proof-image img {\n    aspect-ratio: 3 \/ 2;\n    object-fit: cover;\n  }\n\n  .alma-pouf-proof-points {\n    display: grid;\n    gap: 12px;\n    margin-top: 23px;\n  }\n\n  .alma-pouf-proof-point {\n    padding: 14px 16px;\n    border: 1px solid var(--alma-border);\n    border-radius: 10px;\n    background: var(--alma-white);\n    font-size: 15px;\n    font-weight: 750;\n  }\n\n  \/* FINAL OFFER *\/\n\n  .alma-pouf-offer {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 32px;\n    align-items: center;\n    padding: 35px;\n    border: 1px solid rgba(255, 255, 255, 0.15);\n    border-radius: 20px;\n    background: rgba(255, 255, 255, 0.055);\n  }\n\n  .alma-pouf-section--dark .alma-pouf-old-price {\n    color: rgba(255, 255, 255, 0.56);\n  }\n\n  .alma-pouf-offer-total {\n    margin-top: 9px;\n    color: rgba(255, 255, 255, 0.75);\n    font-size: 16px;\n  }\n\n  \/* FAQ *\/\n\n  .alma-pouf-faq {\n    display: grid;\n    gap: 12px;\n    margin-top: 29px;\n  }\n\n  .alma-pouf-faq details {\n    overflow: hidden;\n    border: 1px solid var(--alma-border);\n    border-radius: 12px;\n    background: var(--alma-white);\n  }\n\n  .alma-pouf-faq summary {\n    position: relative;\n    padding: 18px 53px 18px 18px;\n    font-size: 15px;\n    font-weight: 850;\n    line-height: 1.4;\n    list-style: none;\n    cursor: pointer;\n  }\n\n  .alma-pouf-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .alma-pouf-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 18px;\n    color: var(--alma-text);\n    font-size: 25px;\n    font-weight: 400;\n    transform: translateY(-50%);\n  }\n\n  .alma-pouf-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .alma-pouf-faq p {\n    margin: 0;\n    padding: 0 18px 18px;\n    color: var(--alma-muted);\n    font-size: 15px;\n    line-height: 1.62;\n  }\n\n  \/* ORDER INTRO *\/\n\n  .alma-pouf-order-intro {\n    padding: 55px 0 34px;\n    background: var(--alma-soft);\n    text-align: center;\n  }\n\n  .alma-pouf-order-box {\n    max-width: 700px;\n    margin: 0 auto;\n    padding: 28px;\n    border: 1px solid var(--alma-border);\n    border-radius: 18px;\n    background: var(--alma-white);\n    box-shadow: var(--alma-shadow);\n  }\n\n  .alma-pouf-order-summary {\n    display: grid;\n    gap: 10px;\n    max-width: 430px;\n    margin: 24px auto 0;\n    text-align: left;\n  }\n\n  .alma-pouf-order-row {\n    display: flex;\n    justify-content: space-between;\n    gap: 18px;\n    padding-bottom: 10px;\n    border-bottom: 1px solid var(--alma-border);\n  }\n\n  .alma-pouf-order-row--total {\n    padding-top: 6px;\n    border-bottom: 0;\n    font-size: 18px;\n    font-weight: 900;\n  }\n\n  #commande-pouf {\n    scroll-margin-top: 20px;\n  }\n\n  \/* FOOTER *\/\n\n  .alma-pouf-footer {\n    padding: 30px 16px 105px;\n    border-top: 1px solid var(--alma-border);\n    background: #faf9f7;\n    text-align: center;\n  }\n\n  .alma-pouf-footer-logo {\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 20px;\n    font-weight: 700;\n    letter-spacing: 0.22em;\n  }\n\n  .alma-pouf-footer-text {\n    margin-top: 10px;\n    color: var(--alma-muted);\n    font-size: 13px;\n  }\n\n  \/* MOBILE STICKY CTA *\/\n\n  .alma-pouf-sticky {\n    position: fixed;\n    z-index: 999;\n    right: 0;\n    bottom: 0;\n    left: 0;\n    display: none;\n    padding:\n      10px 12px\n      calc(10px + env(safe-area-inset-bottom));\n    border-top: 1px solid var(--alma-border);\n    background: rgba(255, 255, 255, 0.97);\n    box-shadow: 0 -8px 26px rgba(0, 0, 0, 0.09);\n    backdrop-filter: blur(12px);\n  }\n\n  .alma-pouf-sticky-inner {\n    display: flex;\n    width: min(100%, 680px);\n    align-items: center;\n    gap: 12px;\n    margin: auto;\n  }\n\n  .alma-pouf-sticky-price {\n    flex: 1;\n    line-height: 1.15;\n  }\n\n  .alma-pouf-sticky-price strong {\n    display: block;\n    font-size: 16px;\n  }\n\n  .alma-pouf-sticky-price span {\n    color: var(--alma-muted);\n    font-size: 11px;\n  }\n\n  .alma-pouf-sticky .alma-pouf-button {\n    width: auto;\n    min-height: 48px;\n    padding: 12px 18px;\n    font-size: 14px;\n  }\n\n  \/* RESPONSIVE *\/\n\n  @media screen and (max-width: 900px) {\n    .alma-pouf-hero-grid,\n    .alma-pouf-dimensions,\n    .alma-pouf-included,\n    .alma-pouf-proof {\n      grid-template-columns: 1fr;\n    }\n\n    .alma-pouf-hero-grid {\n      gap: 27px;\n    }\n\n    .alma-pouf-hero-media {\n      order: 1;\n    }\n\n    .alma-pouf-hero-copy {\n      order: 2;\n    }\n\n    .alma-pouf-grid-3,\n    .alma-pouf-detail-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .alma-pouf-offer {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media screen and (max-width: 640px) {\n    .alma-pouf-container,\n    .alma-pouf-narrow {\n      width: min(calc(100% - 24px), var(--alma-width));\n    }\n\n    .alma-pouf-section {\n      padding: 52px 0;\n    }\n\n    .alma-pouf-hero {\n      padding: 14px 0 31px;\n    }\n\n    .alma-pouf-hero-title {\n      font-size: 40px;\n    }\n\n    .alma-pouf-hero-intro {\n      font-size: 16px;\n    }\n\n    .alma-pouf-current-price {\n      font-size: 43px;\n    }\n\n    .alma-pouf-trust-grid {\n      grid-template-columns: 1fr;\n      gap: 0;\n      padding: 10px 0;\n    }\n\n    .alma-pouf-trust-item {\n      min-height: 48px;\n      justify-content: flex-start;\n      border-right: 0;\n      border-bottom: 1px solid var(--alma-border);\n    }\n\n    .alma-pouf-trust-item:last-child {\n      border-bottom: 0;\n    }\n\n    .alma-pouf-grid-3,\n    .alma-pouf-detail-grid {\n      gap: 14px;\n    }\n\n    .alma-pouf-offer {\n      padding: 25px;\n    }\n\n    .alma-pouf-reason,\n    .alma-pouf-order-box {\n      padding: 22px;\n    }\n\n    .alma-pouf-sticky {\n      display: block;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .alma-pouf-page *,\n    .alma-pouf-page *::before,\n    .alma-pouf-page *::after {\n      scroll-behavior: auto !important;\n      transition: none !important;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"alma-pouf-page\"\u003e\n\u003c!-- MINI HEADER --\u003e\n\u003cdiv class=\"alma-pouf-topbar\"\u003e\n\u003cdiv class=\"alma-pouf-logo\"\u003eALMA\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 1. HERO --\u003e\n\u003csection class=\"alma-pouf-hero\"\u003e\n\u003cdiv class=\"alma-pouf-container alma-pouf-hero-grid\"\u003e\n\u003cdiv class=\"alma-pouf-hero-media\"\u003e\n\u003c!--\n          IMAGE \/ VIDÉO 01\n          Fichier vidéo : alma-pouf-hero.mp4\n          Format : 1080 × 1350 px, ratio 4:5\n          Durée : 8 à 12 secondes\n          Contenu : les deux poufs, ouverture, rangement, utilisation\n        --\u003e \u003cvideo autoplay=\"autoplay\" muted=\"\" loop=\"loop\" playsinline=\"\" preload=\"metadata\" poster=\"{{ 'alma-pouf-hero-poster.webp' | file_url }}\"\u003e\n          \u003csource type=\"video\/mp4\"\u003e\n\n          \u003cimg alt=\"Duo de poufs en tissu bouclé avec rangement intégré\" width=\"1080\" height=\"1350\" loading=\"eager\"\u003e\u003c\/video\u003e\n\u003cdiv class=\"alma-pouf-video-label\"\u003eDeux poufs • rangement intégré • prêts à l’emploi\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alma-pouf-hero-copy\"\u003e\n\u003cspan class=\"alma-pouf-eyebrow\"\u003e Fin de série — jusqu’à épuisement du stock \u003c\/span\u003e\n\u003ch1 class=\"alma-pouf-hero-title\"\u003eDeux poufs avec rangement pour seulement 5 900 DA\u003c\/h1\u003e\n\u003cp class=\"alma-pouf-hero-intro\"\u003eDeux assises pratiques en tissu bouclé, avec rangement intérieur et couvercles amovibles.\u003c\/p\u003e\n\u003cdiv class=\"alma-pouf-price\"\u003e\n\u003cspan class=\"alma-pouf-old-price\"\u003e9 900 DA\u003c\/span\u003e \u003cspan class=\"alma-pouf-current-price\"\u003e 5 900 DA \u003csmall\u003ele duo\u003c\/small\u003e \u003c\/span\u003e \u003cspan class=\"alma-pouf-delivery\"\u003e Livraison : 600 DA \u003c\/span\u003e \u003cspan class=\"alma-pouf-total\"\u003e Total à payer à la réception : 6 500 DA \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cul class=\"alma-pouf-checks\"\u003e\n\u003cli\u003eLe prix comprend les deux poufs\u003c\/li\u003e\n\u003cli\u003ePaiement à la livraison\u003c\/li\u003e\n\u003cli\u003eAucun montage nécessaire\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ca class=\"alma-pouf-button\" href=\"#commande-pouf\"\u003e COMMANDER LE DUO — 6 500 DA À LA RÉCEPTION \u003c\/a\u003e\n\u003cp class=\"alma-pouf-microcopy\"\u003eVotre commande sera confirmée par téléphone avant l’expédition.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 2. TRUST BAR --\u003e\n\u003csection class=\"alma-pouf-trustbar\"\u003e\n\u003cdiv class=\"alma-pouf-container alma-pouf-trust-grid\"\u003e\n\u003cdiv class=\"alma-pouf-trust-item\"\u003e\n\u003cspan class=\"alma-pouf-trust-icon\"\u003e✓\u003c\/span\u003e Paiement à la livraison\u003c\/div\u003e\n\u003cdiv class=\"alma-pouf-trust-item\"\u003e\n\u003cspan class=\"alma-pouf-trust-icon\"\u003e✓\u003c\/span\u003e Livraison à 600 DA\u003c\/div\u003e\n\u003cdiv class=\"alma-pouf-trust-item\"\u003e\n\u003cspan class=\"alma-pouf-trust-icon\"\u003e✓\u003c\/span\u003e Deux poufs inclus\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 3. BENEFITS --\u003e\n\u003csection class=\"alma-pouf-section\"\u003e\n\u003cdiv class=\"alma-pouf-container\"\u003e\n\u003cspan class=\"alma-pouf-eyebrow\"\u003e Trois usages au quotidien \u003c\/span\u003e\n\u003ch2 class=\"alma-pouf-heading\"\u003eUn intérieur plus organisé, sans ajouter un meuble encombrant\u003c\/h2\u003e\n\u003cp class=\"alma-pouf-lead\"\u003eRangez, ajoutez deux assises et libérez rapidement de la place lorsque vous en avez besoin.\u003c\/p\u003e\n\u003cdiv class=\"alma-pouf-grid-3\"\u003e\n\u003carticle class=\"alma-pouf-card\"\u003e\u003c!--\n            IMAGE 02\n            Fichier : alma-pouf-rangement.webp\n            Format : 1000 × 800 px\n            Montrer le pouf ouvert avec plaid, jouets ou objets.\n          --\u003e \u003cimg alt=\"Pouf ouvert avec espace de rangement intérieur\" width=\"1000\" height=\"800\" loading=\"lazy\"\u003e\n\u003cdiv class=\"alma-pouf-card-content\"\u003e\n\u003ch3 class=\"alma-pouf-card-title\"\u003eRangez ce qui traîne\u003c\/h3\u003e\n\u003cp class=\"alma-pouf-card-text\"\u003ePlaids, jouets, vêtements ou petits objets restent accessibles sans encombrer la pièce.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"alma-pouf-card\"\u003e\u003c!--\n            IMAGE 03\n            Fichier : alma-pouf-assise.webp\n            Format : 1000 × 800 px\n            Montrer une personne assise ou les pieds posés dessus.\n          --\u003e \u003cimg alt=\"Pouf utilisé comme assise d’appoint\" width=\"1000\" height=\"800\" loading=\"lazy\"\u003e\n\u003cdiv class=\"alma-pouf-card-content\"\u003e\n\u003ch3 class=\"alma-pouf-card-title\"\u003eAjoutez deux assises\u003c\/h3\u003e\n\u003cp class=\"alma-pouf-card-text\"\u003eUtilisez-les comme sièges d’appoint ou repose-pieds lorsque vous recevez ou vous détendez.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"alma-pouf-card\"\u003e\u003c!--\n            IMAGE 04\n            Fichier : alma-pouf-gain-place.webp\n            Format : 1000 × 800 px\n            Montrer le petit pouf à l’intérieur du grand.\n            Supprimez cette carte si cette fonction n’est pas réelle.\n          --\u003e \u003cimg alt=\"Petit pouf rangé dans le grand pouf\" width=\"1000\" height=\"800\" loading=\"lazy\"\u003e\n\u003cdiv class=\"alma-pouf-card-content\"\u003e\n\u003ch3 class=\"alma-pouf-card-title\"\u003eGagnez de la place\u003c\/h3\u003e\n\u003cp class=\"alma-pouf-card-text\"\u003eRangez le petit pouf dans le grand lorsque vous souhaitez libérer davantage d’espace.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 4. PRODUCT DETAILS --\u003e\n\u003csection class=\"alma-pouf-section alma-pouf-section--soft\"\u003e\n\u003cdiv class=\"alma-pouf-container\"\u003e\n\u003cspan class=\"alma-pouf-eyebrow\"\u003e Produit réel \u003c\/span\u003e\n\u003ch2 class=\"alma-pouf-heading\"\u003eVoyez chaque détail avant de commander\u003c\/h2\u003e\n\u003cp class=\"alma-pouf-lead\"\u003eLa matière, le rangement intérieur et le volume réel sont présentés clairement pour éviter toute mauvaise surprise.\u003c\/p\u003e\n\u003cdiv class=\"alma-pouf-detail-grid\"\u003e\n\u003cfigure class=\"alma-pouf-detail\"\u003e\u003c!--\n            IMAGE 05\n            Fichier : alma-pouf-tissu.webp\n            Format : 1000 × 800 px\n            Gros plan net du tissu bouclé.\n          --\u003e \u003cimg alt=\"Gros plan du tissu bouclé\" width=\"1000\" height=\"800\" loading=\"lazy\"\u003e\n\u003cfigcaption\u003eTissu bouclé doux\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003cfigure class=\"alma-pouf-detail\"\u003e\u003c!--\n            IMAGE 06\n            Fichier : alma-pouf-interieur.webp\n            Format : 1000 × 800 px\n            Montrer l’intérieur et le couvercle.\n          --\u003e \u003cimg alt=\"Rangement intérieur et couvercle amovible\" width=\"1000\" height=\"800\" loading=\"lazy\"\u003e\n\u003cfigcaption\u003eRangement intérieur\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003cfigure class=\"alma-pouf-detail\"\u003e\u003c!--\n            IMAGE 07\n            Fichier : alma-pouf-salon.webp\n            Format : 1000 × 800 px\n            Montrer les deux poufs près d’un canapé.\n          --\u003e \u003cimg alt=\"Duo de poufs placé près d’un canapé\" width=\"1000\" height=\"800\" loading=\"lazy\"\u003e\n\u003cfigcaption\u003eÉchelle réelle dans un salon\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 5. DIMENSIONS --\u003e\n\u003csection class=\"alma-pouf-section\"\u003e\n\u003cdiv class=\"alma-pouf-container alma-pouf-dimensions\"\u003e\n\u003cdiv class=\"alma-pouf-dimensions-image\"\u003e\n\u003c!--\n          IMAGE 08\n          Fichier : alma-pouf-dimensions.webp\n          Format : 1200 × 900 px\n          Ajouter visuellement les lignes et mesures.\n        --\u003e \u003cimg alt=\"Dimensions du grand pouf et du petit pouf\" width=\"1200\" height=\"900\" loading=\"lazy\"\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"alma-pouf-eyebrow\"\u003e Dimensions exactes \u003c\/span\u003e\n\u003ch2 class=\"alma-pouf-heading\"\u003eVérifiez leur place dans votre intérieur\u003c\/h2\u003e\n\u003cp class=\"alma-pouf-lead\"\u003eLes mesures sont indiquées clairement afin que vous puissiez vérifier l’espace disponible avant de commander.\u003c\/p\u003e\n\u003cdiv class=\"alma-pouf-measures\"\u003e\n\u003cdiv class=\"alma-pouf-measure\"\u003e\n\u003cstrong\u003eGrand pouf\u003c\/strong\u003e \u003cspan\u003e37 × 37 × 44 cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alma-pouf-measure\"\u003e\n\u003cstrong\u003ePetit pouf\u003c\/strong\u003e \u003cspan\u003e33 × 33 × 36 cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 6. WHAT IS INCLUDED --\u003e\n\u003csection class=\"alma-pouf-section alma-pouf-section--soft\"\u003e\n\u003cdiv class=\"alma-pouf-container alma-pouf-included\"\u003e\n\u003cdiv class=\"alma-pouf-included-image\"\u003e\n\u003c!-- Réutilisation de l’image principale --\u003e \u003cimg alt=\"Les deux poufs inclus dans la commande\" width=\"1080\" height=\"1350\" loading=\"lazy\"\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"alma-pouf-eyebrow\"\u003e Contenu de la commande \u003c\/span\u003e\n\u003ch2 class=\"alma-pouf-heading\"\u003eVous recevez bien les deux poufs\u003c\/h2\u003e\n\u003cul class=\"alma-pouf-included-list\"\u003e\n\u003cli\u003e1 grand pouf avec rangement\u003c\/li\u003e\n\u003cli\u003e1 petit pouf avec rangement\u003c\/li\u003e\n\u003cli\u003e2 couvercles amovibles\u003c\/li\u003e\n\u003cli\u003eProduits livrés prêts à l’emploi\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"alma-pouf-highlight\"\u003eLe prix de 5 900 DA concerne bien le duo complet.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 7. WHY THIS PRICE --\u003e\n\u003csection class=\"alma-pouf-section\"\u003e\n\u003cdiv class=\"alma-pouf-narrow\"\u003e\n\u003cdiv class=\"alma-pouf-reason\"\u003e\n\u003cspan class=\"alma-pouf-eyebrow\"\u003e Pourquoi ce prix ? \u003c\/span\u003e\n\u003ch2 class=\"alma-pouf-reason-title\"\u003eUne fin de série, pas un produit défectueux\u003c\/h2\u003e\n\u003cp class=\"alma-pouf-reason-text\"\u003eNous libérons les dernières pièces disponibles à un prix exceptionnel avant l’arrêt de ce modèle. Les produits sont neufs, contrôlés et prêts à être utilisés.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 8. PACKAGING \/ TRUST --\u003e\n\u003csection class=\"alma-pouf-section alma-pouf-section--soft\"\u003e\n\u003cdiv class=\"alma-pouf-container alma-pouf-proof\"\u003e\n\u003cdiv class=\"alma-pouf-proof-image\"\u003e\n\u003c!--\n          IMAGE 09\n          Fichier : alma-pouf-packaging.webp\n          Format : 1200 × 800 px\n          Montrer le contrôle et l’emballage réel.\n        --\u003e \u003cimg alt=\"Contrôle et préparation des poufs avant l’expédition\" width=\"1200\" height=\"800\" loading=\"lazy\"\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"alma-pouf-eyebrow\"\u003e Préparation avant expédition \u003c\/span\u003e\n\u003ch2 class=\"alma-pouf-heading\"\u003eChaque duo est vérifié avant son départ\u003c\/h2\u003e\n\u003cp class=\"alma-pouf-lead\"\u003eNous vérifions visuellement la matière, les couvercles et l’état général du produit avant la préparation du colis.\u003c\/p\u003e\n\u003cdiv class=\"alma-pouf-proof-points\"\u003e\n\u003cdiv class=\"alma-pouf-proof-point\"\u003eVérification visuelle du tissu\u003c\/div\u003e\n\u003cdiv class=\"alma-pouf-proof-point\"\u003eContrôle des couvercles\u003c\/div\u003e\n\u003cdiv class=\"alma-pouf-proof-point\"\u003ePréparation et protection du colis\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 9. FINAL OFFER --\u003e\n\u003csection class=\"alma-pouf-section alma-pouf-section--dark\"\u003e\n\u003cdiv class=\"alma-pouf-container\"\u003e\n\u003cdiv class=\"alma-pouf-offer\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"alma-pouf-eyebrow\" style=\"background: rgba(255,255,255,.12); color: #ffffff;\"\u003e Fin de série \u003c\/span\u003e\n\u003ch2 class=\"alma-pouf-heading\"\u003eDeux poufs avec rangement\u003c\/h2\u003e\n\u003cdiv class=\"alma-pouf-old-price\"\u003e9 900 DA\u003c\/div\u003e\n\u003cdiv class=\"alma-pouf-current-price\"\u003e5 900 DA\u003c\/div\u003e\n\u003cdiv class=\"alma-pouf-offer-total\"\u003eLivraison : 600 DA — Total à la réception : 6 500 DA\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca class=\"alma-pouf-button alma-pouf-button--light alma-pouf-button--inline\" href=\"#commande-pouf\"\u003e JE COMMANDE MON DUO \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 10. FAQ --\u003e\n\u003csection class=\"alma-pouf-section\"\u003e\n\u003cdiv class=\"alma-pouf-narrow\"\u003e\n\u003cspan class=\"alma-pouf-eyebrow\"\u003e Questions fréquentes \u003c\/span\u003e\n\u003ch2 class=\"alma-pouf-heading\"\u003eTout ce qu’il faut savoir avant de commander\u003c\/h2\u003e\n\u003cdiv class=\"alma-pouf-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eLe prix concerne-t-il un seul pouf ou les deux ?\u003c\/summary\u003e\n\u003cp\u003eLe prix de 5 900 DA comprend le grand pouf et le petit pouf.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eQuel est le montant total à payer ?\u003c\/summary\u003e\n\u003cp\u003eLe produit coûte 5 900 DA et la livraison 600 DA. Vous payez donc 6 500 DA à la réception.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDois-je payer à l’avance ?\u003c\/summary\u003e\n\u003cp\u003eNon. Le paiement se fait à la réception de votre commande.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eLes poufs nécessitent-ils un montage ?\u003c\/summary\u003e\n\u003cp\u003eNon. Ils sont livrés prêts à être utilisés.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eQuelles sont les dimensions ?\u003c\/summary\u003e\n\u003cp\u003eLe grand pouf mesure 37 × 37 × 44 cm. Le petit pouf mesure 33 × 33 × 36 cm.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eQue se passe-t-il après ma commande ?\u003c\/summary\u003e\n\u003cp\u003eNotre équipe vous contacte par téléphone afin de confirmer votre nom, votre commune, votre adresse et le montant total.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 11. ORDER INTRO --\u003e\n\u003csection class=\"alma-pouf-order-intro\"\u003e\n\u003cdiv class=\"alma-pouf-container\"\u003e\n\u003cdiv class=\"alma-pouf-order-box\"\u003e\n\u003cspan class=\"alma-pouf-eyebrow\"\u003e Commande rapide \u003c\/span\u003e\n\u003ch2 class=\"alma-pouf-heading\"\u003eCommandez votre duo maintenant\u003c\/h2\u003e\n\u003cp class=\"alma-pouf-lead\" style=\"margin: 0 auto;\"\u003eRemplissez le formulaire EasySell ci-dessous. Votre commande sera ensuite confirmée par téléphone.\u003c\/p\u003e\n\u003cdiv class=\"alma-pouf-order-summary\"\u003e\n\u003cdiv class=\"alma-pouf-order-row\"\u003e\n\u003cspan\u003eDuo de poufs\u003c\/span\u003e \u003cstrong\u003e5 900 DA\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alma-pouf-order-row\"\u003e\n\u003cspan\u003eLivraison\u003c\/span\u003e \u003cstrong\u003e600 DA\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alma-pouf-order-row alma-pouf-order-row--total\"\u003e\n\u003cspan\u003eTotal à la réception\u003c\/span\u003e \u003cstrong\u003e6 500 DA\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!--\n          LE BLOC EASYSSELL DOIT ÊTRE PLACÉ IMMÉDIATEMENT\n          APRÈS CE BLOC CUSTOM LIQUID.\n        --\u003e\n\u003cdiv id=\"commande-pouf\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- MINI FOOTER --\u003e\u003cfooter class=\"alma-pouf-footer\"\u003e\n\u003cdiv class=\"alma-pouf-footer-logo\"\u003eALMA\u003c\/div\u003e\n\u003cdiv class=\"alma-pouf-footer-text\"\u003ePaiement à la livraison • Commande confirmée par téléphone\u003c\/div\u003e\n\u003c\/footer\u003e\u003c!-- MOBILE STICKY BUTTON --\u003e\n\u003cdiv class=\"alma-pouf-sticky\"\u003e\n\u003cdiv class=\"alma-pouf-sticky-inner\"\u003e\n\u003cdiv class=\"alma-pouf-sticky-price\"\u003e\n\u003cstrong\u003e6 500 DA au total\u003c\/strong\u003e \u003cspan\u003eProduit + livraison\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ca class=\"alma-pouf-button\" href=\"#commande-pouf\"\u003e Commander \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"alma store","offers":[{"title":"Default Title","offer_id":43006047387744,"sku":null,"price":0.0,"currency_code":"DZD","in_stock":false}],"url":"https:\/\/alma-algerie.com\/products\/deux-poufs","provider":"alma store","version":"1.0","type":"link"}