{"id":2,"date":"2026-04-15T14:52:34","date_gmt":"2026-04-15T14:52:34","guid":{"rendered":"https:\/\/www.tisaneaddict.com\/?page_id=2"},"modified":"2026-04-22T10:43:44","modified_gmt":"2026-04-22T10:43:44","slug":"sample-page","status":"publish","type":"page","link":"https:\/\/www.tisaneaddict.com\/en\/","title":{"rendered":"Tisane Addict: the expert online store for herbal teas and teas"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"fr\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <style>\n    :root {\n      --ta-charbon: #273130;\n      --ta-charbon-2: #1f2624;\n      --ta-mousse: #4C5D4E;\n      --ta-mousse-soft: #DCE3DB;\n      --ta-ivoire: #F5F5F5;\n      --ta-mineral: #F8F8F7;\n      --ta-soft: #F4F4F3;\n      --ta-white: #ffffff;\n      --ta-text: #51605B;\n      --ta-border: #33403b;\n      --ta-radius: 18px;\n      --ta-radius-sm: 10px;\n      --ta-shadow: 0 12px 28px rgba(39, 49, 48, 0.08);\n      --ta-max: 1200px;\n    }\n\n    * {\n      box-sizing: border-box;\n    }\n\n    html {\n      scroll-behavior: smooth;\n    }\n\n    body {\n      margin: 0;\n      font-family: Arial, sans-serif;\n      color: var(--ta-charbon);\n      background: var(--ta-mineral);\n      line-height: 1.7;\n      -webkit-font-smoothing: antialiased;\n      text-rendering: optimizeLegibility;\n    }\n\n    a {\n      color: inherit;\n      text-decoration: none;\n    }\n\n    img {\n      max-width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    .ta-container {\n      max-width: var(--ta-max);\n      margin: 0 auto;\n      width: 100%;\n    }\n\n    .ta-section {\n      padding: 64px 20px;\n    }\n\n    .ta-section-dark {\n      background: linear-gradient(135deg, var(--ta-charbon) 0%, var(--ta-charbon-2) 100%);\n    }\n\n    .ta-section-light {\n      background: var(--ta-mineral);\n    }\n\n    .ta-section-soft {\n      background: var(--ta-soft);\n    }\n\n    .ta-divider-bottom {\n      border-bottom: 1px solid rgba(51, 64, 59, 0.18);\n    }\n\n    .ta-top-divider {\n      border-top: 3px solid var(--ta-mousse);\n    }\n\n    .ta-hero {\n      text-align: center;\n      border-bottom: 3px solid var(--ta-mousse);\n      position: relative;\n      overflow: hidden;\n    }\n\n    .ta-hero::before {\n      content: \"\";\n      position: absolute;\n      inset: 0;\n      background:\n        radial-gradient(circle at top center, rgba(76, 93, 78, 0.18), transparent 35%),\n        radial-gradient(circle at bottom right, rgba(220, 227, 219, 0.06), transparent 35%);\n      pointer-events: none;\n    }\n\n    .ta-hero .ta-container {\n      position: relative;\n      z-index: 1;\n    }\n\n    .ta-title-main {\n      font-size: clamp(2rem, 5vw, 3rem);\n      color: var(--ta-ivoire);\n      margin: 0 0 24px;\n      text-shadow: 0 0 15px rgba(76, 93, 78, 0.25);\n      font-family: Georgia, serif;\n      line-height: 1.2;\n    }\n\n    .ta-intro-text {\n      font-size: clamp(1rem, 2vw, 1.15rem);\n      color: var(--ta-mousse-soft);\n      max-width: 960px;\n      margin: 0 auto;\n      line-height: 1.95;\n    }\n\n    .ta-cta-row {\n      display: flex;\n      justify-content: center;\n      gap: 14px;\n      flex-wrap: wrap;\n      margin-top: 32px;\n    }\n\n    .ta-btn {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      min-height: 48px;\n      padding: 14px 22px;\n      border-radius: 999px;\n      font-size: 0.98rem;\n      font-weight: 700;\n      transition: all 0.25s ease;\n      border: 1px solid transparent;\n      text-align: center;\n    }\n\n    .ta-btn:hover {\n      transform: translateY(-1px);\n    }\n\n    .ta-btn-primary {\n      background: var(--ta-mousse);\n      color: var(--ta-white);\n    }\n\n    .ta-btn-primary:hover {\n      background: #435344;\n    }\n\n    .ta-btn-secondary {\n      background: transparent;\n      color: var(--ta-ivoire);\n      border-color: rgba(255,255,255,0.18);\n    }\n\n    .ta-btn-secondary:hover {\n      background: rgba(255,255,255,0.06);\n    }\n\n    .ta-chips {\n      display: flex;\n      justify-content: center;\n      gap: 12px;\n      flex-wrap: wrap;\n      margin-top: 26px;\n    }\n\n    .ta-chip {\n      background: rgba(255,255,255,0.06);\n      color: var(--ta-mousse-soft);\n      border: 1px solid rgba(255,255,255,0.08);\n      border-radius: 999px;\n      padding: 10px 14px;\n      font-size: 0.92rem;\n      font-weight: 600;\n    }\n\n    .ta-section-title {\n      font-size: clamp(1.8rem, 4vw, 2.4rem);\n      color: var(--ta-charbon);\n      text-align: center;\n      margin: 0 0 16px;\n      text-transform: uppercase;\n      letter-spacing: 2px;\n      font-family: Georgia, serif;\n      line-height: 1.25;\n    }\n\n    .ta-section-title--light {\n      color: var(--ta-ivoire);\n    }\n\n    .ta-rule {\n      width: 100px;\n      height: 3px;\n      background: var(--ta-mousse);\n      margin: 20px auto 50px;\n    }\n\n    .ta-grid-2,\n    .ta-grid-3,\n    .ta-grid-4,\n    .ta-grid-benefits {\n      display: grid;\n      gap: 24px;\n    }\n\n    .ta-grid-2 {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .ta-grid-3 {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n\n    .ta-grid-4 {\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n    }\n\n    .ta-grid-benefits {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: 30px;\n    }\n\n    .ta-card {\n      background: linear-gradient(135deg, #ffffff 0%, #f0f3f0 100%);\n      padding: 34px 26px;\n      border-radius: var(--ta-radius);\n      border: 2px solid var(--ta-mousse);\n      text-align: center;\n      box-shadow: var(--ta-shadow);\n      height: 100%;\n    }\n\n    .ta-card-simple {\n      background: var(--ta-white);\n      padding: 30px 24px;\n      border-left: 4px solid var(--ta-mousse);\n      border-radius: var(--ta-radius-sm);\n      box-shadow: var(--ta-shadow);\n      height: 100%;\n      transition: transform 0.2s ease;\n    }\n\n    .ta-card-simple:hover {\n      transform: translateY(-2px);\n    }\n\n    .ta-card-icon {\n      font-size: 2.8rem;\n      margin-bottom: 18px;\n      line-height: 1;\n    }\n\n    .ta-card-title {\n      font-size: 1.35rem;\n      color: var(--ta-charbon);\n      margin: 0 0 12px;\n      font-family: Georgia, serif;\n      line-height: 1.35;\n    }\n\n    .ta-card-text {\n      color: var(--ta-text);\n      font-size: 1rem;\n      line-height: 1.75;\n      margin: 0;\n    }\n\n    .ta-simple-title {\n      font-size: 1.2rem;\n      color: var(--ta-charbon);\n      margin: 0 0 10px;\n      line-height: 1.35;\n      font-family: Georgia, serif;\n    }\n\n    .ta-simple-title a {\n      color: var(--ta-charbon);\n    }\n\n    .ta-simple-text {\n      color: var(--ta-text);\n      font-size: 0.98rem;\n      margin: 0;\n      line-height: 1.7;\n    }\n\n    .ta-benefit {\n      display: flex;\n      align-items: flex-start;\n      gap: 18px;\n      background: rgba(255,255,255,0.04);\n      border: 1px solid rgba(255,255,255,0.06);\n      border-radius: 14px;\n      padding: 22px;\n      min-height: 100%;\n    }\n\n    .ta-benefit-icon {\n      font-size: 2.2rem;\n      flex-shrink: 0;\n      line-height: 1;\n    }\n\n    .ta-benefit-title {\n      font-size: 1.15rem;\n      color: var(--ta-ivoire);\n      margin: 0 0 8px;\n      line-height: 1.35;\n      font-family: Georgia, serif;\n    }\n\n    .ta-benefit-text {\n      color: var(--ta-mousse-soft);\n      margin: 0;\n      font-size: 0.98rem;\n      line-height: 1.7;\n    }\n\n    .ta-promise-wrap {\n      text-align: center;\n    }\n\n    .ta-promise {\n      font-size: clamp(1.1rem, 2.2vw, 1.35rem);\n      color: var(--ta-charbon);\n      font-style: italic;\n      max-width: 950px;\n      margin: 40px auto 0;\n      line-height: 1.9;\n      padding: 34px 24px;\n      border-left: 5px solid var(--ta-mousse);\n      border-right: 5px solid var(--ta-mousse);\n      background: var(--ta-white);\n      border-radius: 10px;\n      font-family: Georgia, serif;\n      box-shadow: var(--ta-shadow);\n    }\n\n    .ta-contact-wrap {\n      text-align: center;\n    }\n\n    .ta-contact-text {\n      color: var(--ta-mousse-soft);\n      font-size: 1.05rem;\n      margin: 20px auto 0;\n      line-height: 1.85;\n      max-width: 850px;\n    }\n\n    .ta-contact-points {\n      display: flex;\n      justify-content: center;\n      gap: 20px;\n      margin-top: 36px;\n      flex-wrap: wrap;\n    }\n\n    .ta-contact-point {\n      color: var(--ta-ivoire);\n      font-size: 1rem;\n      font-weight: 700;\n      background: rgba(255,255,255,0.05);\n      border: 1px solid rgba(255,255,255,0.08);\n      border-radius: 999px;\n      padding: 12px 18px;\n      text-align: center;\n    }\n\n    .ta-faq-section {\n      background: var(--ta-mineral);\n    }\n\n    .ta-faq-container {\n      max-width: 1000px;\n      margin: 0 auto;\n    }\n\n    .ta-faq-list {\n      display: flex;\n      flex-direction: column;\n      gap: 18px;\n      margin-top: 40px;\n    }\n\n    .ta-faq-item {\n      background: var(--ta-white);\n      border-left: 4px solid var(--ta-mousse);\n      border-radius: 10px;\n      box-shadow: var(--ta-shadow);\n      padding: 24px 24px 22px;\n    }\n\n    .ta-faq-question-static {\n      color: var(--ta-charbon);\n      font-size: 1.12rem;\n      font-family: Georgia, serif;\n      font-weight: 700;\n      line-height: 1.45;\n      margin: 0 0 12px;\n    }\n\n    .ta-faq-answer-static p {\n      color: var(--ta-text);\n      line-height: 1.8;\n      margin: 0;\n      font-size: 1rem;\n    }\n\n    .ta-footer {\n      background: var(--ta-charbon);\n      padding: 28px 20px;\n      text-align: center;\n      border-top: 3px solid var(--ta-mousse);\n    }\n\n    .ta-footer p {\n      color: var(--ta-mousse-soft);\n      margin: 0;\n      font-size: 0.95rem;\n      line-height: 1.6;\n    }\n\n    \/* Tablette *\/\n    @media (max-width: 1024px) {\n      .ta-section {\n        padding: 56px 18px;\n      }\n\n      .ta-grid-4 {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .ta-grid-benefits {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .ta-rule {\n        margin: 20px auto 40px;\n      }\n    }\n\n    \/* Mobile *\/\n    @media (max-width: 767px) {\n      .ta-section {\n        padding: 44px 16px;\n      }\n\n      .ta-grid-2,\n      .ta-grid-3,\n      .ta-grid-4,\n      .ta-grid-benefits {\n        grid-template-columns: 1fr;\n        gap: 18px;\n      }\n\n      .ta-card,\n      .ta-card-simple {\n        padding: 24px 18px;\n      }\n\n      .ta-card-title,\n      .ta-simple-title {\n        font-size: 1.15rem;\n      }\n\n      .ta-card-text,\n      .ta-simple-text,\n      .ta-faq-answer-static p,\n      .ta-contact-text,\n      .ta-intro-text {\n        font-size: 0.98rem;\n        line-height: 1.75;\n      }\n\n      .ta-promise {\n        padding: 24px 18px;\n        line-height: 1.8;\n      }\n\n      .ta-cta-row {\n        flex-direction: column;\n        align-items: stretch;\n      }\n\n      .ta-btn {\n        width: 100%;\n      }\n\n      .ta-contact-points {\n        gap: 14px;\n        margin-top: 28px;\n      }\n\n      .ta-contact-point {\n        width: 100%;\n        max-width: 320px;\n        font-size: 0.98rem;\n      }\n\n      .ta-faq-item {\n        padding: 20px 18px 18px;\n      }\n\n      .ta-faq-question-static {\n        font-size: 1rem;\n        margin-bottom: 10px;\n      }\n\n      .ta-rule {\n        margin: 18px auto 32px;\n      }\n    }\n\n    \/* Petit mobile *\/\n    @media (max-width: 480px) {\n      .ta-title-main {\n        font-size: 1.9rem;\n      }\n\n      .ta-section-title,\n      .ta-section-title--light {\n        letter-spacing: 1px;\n      }\n\n      .ta-card-icon {\n        font-size: 2.3rem;\n      }\n\n      .ta-benefit {\n        padding: 18px;\n        gap: 14px;\n      }\n\n      .ta-benefit-icon {\n        font-size: 2rem;\n      }\n\n      .ta-chip {\n        width: 100%;\n        text-align: center;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n\n  <div class=\"ta-page\">\n\n    <!-- INTRO -->\n    <section class=\"ta-section ta-section-dark ta-hero\">\n      <div class=\"ta-container\">\n        <h1 class=\"ta-title-main\">Welcome to the world of Tisane Addict<\/h1>\n        <p class=\"ta-intro-text\">\n          <strong>Tisane Addict<\/strong> imagine a <strong>online tea boutique<\/strong> elegant, plant-based and contemporary,\n          designed for those who like to discover, offer and easily order <strong>teas<\/strong>, and <strong>herbal teas<\/strong>,\n          of <strong>infusions<\/strong> and gift sets in a premium brand universe. Our selection focuses on taste,\n          presentation and a clear shopping experience, with fast, careful international delivery from France.\n        <\/p>\n        <\/div>\n    <\/section>\n\n    <!-- EXPERTISE -->\n    <section class=\"ta-section ta-section-soft ta-divider-bottom\">\n      <div class=\"ta-container\">\n        <h2 class=\"ta-section-title\">\u2726 Our expertise<\/h2>\n        <div class=\"ta-rule\"><\/div>\n\n        <div class=\"ta-grid-2\">\n          <div class=\"ta-card\">\n            <div class=\"ta-card-icon\">\ud83c\udf43<\/div>\n            <h3 class=\"ta-card-title\">Careful selection &amp; assertive taste<\/h3>\n            <p class=\"ta-card-text\">\n              Tisane Addict is building a range of products designed for tea lovers. <strong>teas online<\/strong>,\n              from <strong>herbal teas online<\/strong> and well-presented infusions. Each reference is chosen\n              for its coherence with the brand universe, its taste appeal and its ability to find its place\n              in a premium boutique.\n            <\/p>\n          <\/div>\n\n          <div class=\"ta-card\">\n            <div class=\"ta-card-icon\">\ud83d\udce6<\/div>\n            <h3 class=\"ta-card-title\">A clear shopping experience<\/h3>\n            <p class=\"ta-card-text\">\n              Our ambition is to make the\u2019<strong>buy tea online<\/strong> and the\u2019<strong>buy herbal teas online<\/strong>\n              simple, readable and reassuring. Intuitive navigation, well-structured collections, harmonized product sheets :\n              everything is designed for a seamless experience.\n            <\/p>\n          <\/div>\n\n          <div class=\"ta-card\">\n            <div class=\"ta-card-icon\">\u2728<\/div>\n            <h3 class=\"ta-card-title\">Premium &amp; coherent universe<\/h3>\n            <p class=\"ta-card-text\">\n              Tisane Addict doesn't just offer products: the brand is developing a world of plant-based\n              and contemporary universe, designed to sublimate tea, herbal teas and infusions in an\n              elegant and identifiable aesthetic.\n            <\/p>\n          <\/div>\n\n          <div class=\"ta-card\">\n            <div class=\"ta-card-icon\">\ud83c\udf0d<\/div>\n            <h3 class=\"ta-card-title\">Fast &amp; careful delivery<\/h3>\n            <p class=\"ta-card-text\">\n              Orders are carefully prepared and dispatched from France. The objective:\n              offer a premium experience right up to the moment the parcel is received, with our own logistics,\n              and reassuring for both French and international customers.\n            <\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <!-- UNIVERS SIGNATURE -->\n    <section class=\"ta-section ta-section-light ta-divider-bottom\">\n      <div class=\"ta-container\">\n        <h2 class=\"ta-section-title\">\ud83c\udf75 Our Signature Universes<\/h2>\n        <div class=\"ta-rule\"><\/div>\n\n        <div class=\"ta-grid-4\">\n          <div class=\"ta-card-simple\">\n            <h3 class=\"ta-simple-title\"><a href=\"\/en\/product-category\/thes-verts\/\">\ud83c\udf43 Green teas<\/a><\/h3>\n            <p class=\"ta-simple-text\">A fresh, herbal and contemporary collection to enhance your online tea shopping.<\/p>\n          <\/div>\n\n          <div class=\"ta-card-simple\">\n            <h3 class=\"ta-simple-title\"><a href=\"\/en\/product-category\/thes-noirs\/\">\ud83e\uded6 Black teas<\/a><\/h3>\n            <p class=\"ta-simple-text\">Characterful references for an online tea store with premium positioning.<\/p>\n          <\/div>\n\n          <div class=\"ta-card-simple\">\n            <h3 class=\"ta-simple-title\"><a href=\"\/en\/product-category\/tisanes\/\">\ud83c\udf3f Herbal teas online<\/a><\/h3>\n            <p class=\"ta-simple-text\">A selection designed for buying herbal teas online in a clear, harmonious universe.<\/p>\n          <\/div>\n\n          <div class=\"ta-card-simple\">\n            <h3 class=\"ta-simple-title\"><a href=\"\/en\/product-category\/infusions-florales\/\">\ud83c\udf38 Floral infusions<\/a><\/h3>\n            <p class=\"ta-simple-text\">Delicate compositions, ideal for completing an online infusion collection.<\/p>\n          <\/div>\n\n          <div class=\"ta-card-simple\">\n            <h3 class=\"ta-simple-title\"><a href=\"\/en\/product-category\/tisanes-du-soir\/\">\ud83c\udf19 Evening tea<\/a><\/h3>\n            <p class=\"ta-simple-text\">A collection designed around tasting moments and evening rituals.<\/p>\n          <\/div>\n\n          <div class=\"ta-card-simple\">\n            <h3 class=\"ta-simple-title\"><a href=\"\/en\/product-category\/coffrets\/\">\ud83c\udf81 Coffrets &amp; cadeaux<\/a><\/h3>\n            <p class=\"ta-simple-text\">Elegant gift ideas in a premium universe, ready to give or discover.<\/p>\n          <\/div>\n\n          <div class=\"ta-card-simple\">\n            <h3 class=\"ta-simple-title\"><a href=\"\/en\/product-category\/melanges-aromatises\/\">\ud83c\udf4b Flavored blends<\/a><\/h3>\n            <p class=\"ta-simple-text\">Gourmet and fragrant creations to diversify online tea buying.<\/p>\n          <\/div>\n\n          <div class=\"ta-card-simple\">\n            <h3 class=\"ta-simple-title\"><a href=\"\/en\/product-category\/selection-signature\/\">\ud83c\udf3e Signature selection<\/a><\/h3>\n            <p class=\"ta-simple-text\">An emblematic range to assert Tisane Addict's identity right from the homepage.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <!-- BENEFICES -->\n    <section class=\"ta-section ta-section-dark\">\n      <div class=\"ta-container\">\n        <h2 class=\"ta-section-title ta-section-title--light\">\u2726 Why choose Tisane Addict?<\/h2>\n        <div class=\"ta-rule\"><\/div>\n\n        <div class=\"ta-grid-benefits\">\n          <div class=\"ta-benefit\">\n            <div class=\"ta-benefit-icon\">\ud83d\udc9a<\/div>\n            <div>\n              <h3 class=\"ta-benefit-title\">Strong brand universe<\/h3>\n              <p class=\"ta-benefit-text\">A consistent, premium, plant-based identity to enhance the value of each reference.<\/p>\n            <\/div>\n          <\/div>\n\n          <div class=\"ta-benefit\">\n            <div class=\"ta-benefit-icon\">\ud83d\uded2<\/div>\n            <div>\n              <h3 class=\"ta-benefit-title\">Simple online purchasing<\/h3>\n              <p class=\"ta-benefit-text\">A clear online tea store, designed for discovery and conversion.<\/p>\n            <\/div>\n          <\/div>\n\n          <div class=\"ta-benefit\">\n            <div class=\"ta-benefit-icon\">\ud83c\udf75<\/div>\n            <div>\n              <h3 class=\"ta-benefit-title\">Wide range of products<\/h3>\n              <p class=\"ta-benefit-text\">Teas, herbal teas, infusions and gift sets to enrich the shopping experience.<\/p>\n            <\/div>\n          <\/div>\n\n          <div class=\"ta-benefit\">\n            <div class=\"ta-benefit-icon\">\ud83d\ude9a<\/div>\n            <div>\n              <h3 class=\"ta-benefit-title\">Careful delivery<\/h3>\n              <p class=\"ta-benefit-text\">Orders carefully prepared and dispatched from France.<\/p>\n            <\/div>\n          <\/div>\n\n          <div class=\"ta-benefit\">\n            <div class=\"ta-benefit-icon\">\ud83c\udf81<\/div>\n            <div>\n              <h3 class=\"ta-benefit-title\">Premium gift ideas<\/h3>\n              <p class=\"ta-benefit-text\">Boxes and selections for both pleasure shopping and gift-giving.<\/p>\n            <\/div>\n          <\/div>\n\n          <div class=\"ta-benefit\">\n            <div class=\"ta-benefit-icon\">\u2b50<\/div>\n            <div>\n              <h3 class=\"ta-benefit-title\">Premium experience<\/h3>\n              <p class=\"ta-benefit-text\">Attention to the path, content, presentation and perception of quality.<\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <!-- PROMESSE -->\n    <section class=\"ta-section ta-section-soft\">\n      <div class=\"ta-container ta-promise-wrap\">\n        <h2 class=\"ta-section-title\">\u2726 Our Promise<\/h2>\n        <div class=\"ta-rule\"><\/div>\n\n        <blockquote class=\"ta-promise\">\n          \u201cAt Tisane Addict, we don't just offer teas, herbal teas and infusions.\n          We're building a world of tasting, selection and pleasure, where each product finds its place\n          in a carefully curated, elegant and contemporary brand experience.\u201d\n        <\/blockquote>\n      <\/div>\n    <\/section>\n\n    <!-- CONTACT -->\n    <section class=\"ta-section ta-section-dark\">\n      <div class=\"ta-container ta-contact-wrap\">\n        <h2 class=\"ta-section-title ta-section-title--light\">\u2726 Contact our team<\/h2>\n        <div class=\"ta-rule\"><\/div>\n\n        <p class=\"ta-contact-text\">\n          Our team is at your service to help you buy tea online, buy herbal teas online\n          and choosing the collections best suited to your tastes, your desire for discovery or your gift ideas.\n        <\/p>\n\n        <div class=\"ta-contact-points\">\n          <div class=\"ta-contact-point\">\ud83d\udd10 Secure payment<\/div>\n          <div class=\"ta-contact-point\">\ud83d\udce6 Fast delivery<\/div>\n          <div class=\"ta-contact-point\">\u2b50 <a href=\"https:\/\/www.tisaneaddict.com\/en\/contact-us\/\">Contact us<\/a><\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <!-- FAQ STATIQUE -->\n    <section class=\"ta-section ta-faq-section\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\">\n      <div class=\"ta-faq-container\">\n        <h2 class=\"ta-section-title\">\u2726 Frequently asked questions<\/h2>\n        <div class=\"ta-rule\"><\/div>\n\n        <div class=\"ta-faq-list\">\n\n          <div class=\"ta-faq-item\" itemprop=\"mainEntity\" itemscope itemtype=\"https:\/\/schema.org\/Question\">\n            <h3 class=\"ta-faq-question-static\" itemprop=\"name\">\n              What does Tisane Addict offer in its online store?\n            <\/h3>\n            <div class=\"ta-faq-answer-static\" itemprop=\"acceptedAnswer\" itemscope itemtype=\"https:\/\/schema.org\/Answer\">\n              <p itemprop=\"text\">\n                Tisane Addict offers a selection of teas, herbal teas, infusions and gift sets in a premium brand universe,\n                designed for a simple, clear and meticulous shopping experience.\n              <\/p>\n            <\/div>\n          <\/div>\n\n          <div class=\"ta-faq-item\" itemprop=\"mainEntity\" itemscope itemtype=\"https:\/\/schema.org\/Question\">\n            <h3 class=\"ta-faq-question-static\" itemprop=\"name\">\n              Is it easy to buy tea online at Tisane Addict?\n            <\/h3>\n            <div class=\"ta-faq-answer-static\" itemprop=\"acceptedAnswer\" itemscope itemtype=\"https:\/\/schema.org\/Answer\">\n              <p itemprop=\"text\">\n                Yes, the store has been designed to make buying tea online simple, easy and reassuring, with clear categories,\n                harmonized product sheets and fluid navigation.\n              <\/p>\n            <\/div>\n          <\/div>\n\n          <div class=\"ta-faq-item\" itemprop=\"mainEntity\" itemscope itemtype=\"https:\/\/schema.org\/Question\">\n            <h3 class=\"ta-faq-question-static\" itemprop=\"name\">\n              Do you also sell herbal teas online?\n            <\/h3>\n            <div class=\"ta-faq-answer-static\" itemprop=\"acceptedAnswer\" itemscope itemtype=\"https:\/\/schema.org\/Answer\">\n              <p itemprop=\"text\">\n                Yes, Tisane Addict also offers online herbal tea shopping, with a selection designed for discovery,\n                tasting pleasure and gift ideas.\n              <\/p>\n            <\/div>\n          <\/div>\n\n          <div class=\"ta-faq-item\" itemprop=\"mainEntity\" itemscope itemtype=\"https:\/\/schema.org\/Question\">\n            <h3 class=\"ta-faq-question-static\" itemprop=\"name\">\n              Where do orders come from?\n            <\/h3>\n            <div class=\"ta-faq-answer-static\" itemprop=\"acceptedAnswer\" itemscope itemtype=\"https:\/\/schema.org\/Answer\">\n              <p itemprop=\"text\">\n                Orders are prepared from France and shipped according to the destinations available at the time of purchase.\n              <\/p>\n            <\/div>\n          <\/div>\n\n          <div class=\"ta-faq-item\" itemprop=\"mainEntity\" itemscope itemtype=\"https:\/\/schema.org\/Question\">\n            <h3 class=\"ta-faq-question-static\" itemprop=\"name\">\n              How to choose teas, herbal teas or infusions online?\n            <\/h3>\n            <div class=\"ta-faq-answer-static\" itemprop=\"acceptedAnswer\" itemscope itemtype=\"https:\/\/schema.org\/Answer\">\n              <p itemprop=\"text\">\n                You can choose according to your tastes, the formats you're looking for, your desire for discovery, the world of the collection\n                or gift idea. Product sheets make it easy to compare references.\n              <\/p>\n            <\/div>\n          <\/div>\n\n          <div class=\"ta-faq-item\" itemprop=\"mainEntity\" itemscope itemtype=\"https:\/\/schema.org\/Question\">\n            <h3 class=\"ta-faq-question-static\" itemprop=\"name\">\n              Are your products suitable as gifts?\n            <\/h3>\n            <div class=\"ta-faq-answer-static\" itemprop=\"acceptedAnswer\" itemscope itemtype=\"https:\/\/schema.org\/Answer\">\n              <p itemprop=\"text\">\n                Yes, the Tisane Addict universe has been designed for both pleasure purchases and gift ideas,\n                with meticulous presentation and a premium experience.\n              <\/p>\n            <\/div>\n          <\/div>\n\n        <\/div>\n      <\/div>\n    <\/section>\n  <\/div>\n\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"page-blank.php","meta":{"footnotes":""},"class_list":["post-2","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.tisaneaddict.com\/en\/wp-json\/wp\/v2\/pages\/2","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.tisaneaddict.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.tisaneaddict.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.tisaneaddict.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.tisaneaddict.com\/en\/wp-json\/wp\/v2\/comments?post=2"}],"version-history":[{"count":7,"href":"https:\/\/www.tisaneaddict.com\/en\/wp-json\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":99,"href":"https:\/\/www.tisaneaddict.com\/en\/wp-json\/wp\/v2\/pages\/2\/revisions\/99"}],"wp:attachment":[{"href":"https:\/\/www.tisaneaddict.com\/en\/wp-json\/wp\/v2\/media?parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}